 @font-face {
        font-family: Raleway-Medium;
        src: url(../fonts/Raleway-Medium.ttf);
        }

@font-face {
        font-family: Raleway-regular;
        src: url(../fonts/Raleway-Regular.ttf);
        }
@font-face {
font-family: Raleway-bold;
src: url(../fonts/Raleway-SemiBold.ttf);
}
body
{
  font-family:  Raleway-regular !important;
  font-feature-settings: "lnum" !important;
  background-color: #fff;
  font-size: 17px;
}
a:hover,a{
  color: #7c10d7;
}
/*#myModal .modal-backdrop {
  background-color: #000;
}*/
.modal-backdrop {
  background-color: #333;
}
  .modal-backdrop.in {

    filter: alpha(opacity=50);
    opacity: 0.8;
}
.close,.close:hover{
  opacity: 1;
  color: #fff;
  z-index: 99999999;
}
.close:hover{
  transform: scale(1.3);
}
.modal-body{
  width: 93%;
}

li{
  font-size: 24px;
}
h1{
  margin:0px !important;
}
    a:hover{
        text-decoration: none;
    }
      .header{
        background:#333;
        position: fixed;
        top:0px;
        padding:8px 0px;
        width: 100%; 
        z-index: 99;
      }
        .header a{
          float: left;
        }
      .header img{
        width: 120px;
        
      }
      .social-line1{
        float: right;
        margin-top: 15px;
      }
      .header .social-line1 img{
        width: 34px;

      }
      .banner{
        height: 450px;
        background:url(../img/bg.jpg);
        background-size: cover;
        padding-top:210px;
      }
      .banner h1{
           
            font-size: 45px;
            color: white;
            text-align: left;
            font-family: Raleway-bold;
            /*font-weight: 500;*/
            margin-top:0px; 
             
      }
      .btn-light-green,.btn-light-green:hover {
            color: #f8f8f8;
            background-color: #8AC249;
            border-color: #78a83f;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%) repeat scroll 0 0;
            cursor: pointer;
            border:0px;
            height: 50px;
        }
        .block-title {
    background-color: #eee;
    padding: 35px 0px 35px;
}
.ribbon {
    border-bottom: 1.5px solid darkgoldenrod;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: darkgoldenrod;
    width: 50px;
    margin: 20px 0px;

}
.block-title h1 {

    padding-bottom: 10px;
    text-align: left;
    font-size: 32px;
    color: black;
    font-family: Raleway-Medium;
    margin-bottom: 20px !important;
}
.block-title h1:nth-child(2)
 {
    text-align: left;
    font-size: 25px;
    color: black;
    font-family: Raleway-Medium;padding-bottom:0px; 
}
.card{
  background: linear-gradient(to right, #9213dc , #5f0dd1);
  text-align:center;
  border-radius: 8px;
  padding: 10px;
}
.card:hover{
  background: linear-gradient(to right, #5f0dd1 ,#9213dc);
}
.card h1{
margin: 0px !important;
padding: 10px;
border-radius: 2px;
color: #fff;
text-align: center;
font-size: 25px;
/*font-weight: 900;*/
line-height: 1em;
}
.card hr{
  border-bottom-width: 1.5px;
  border-bottom-style: solid;
  border-bottom-color: white;
  max-width: 263px;
  margin: 0px 0px 4%;
  margin-left: 0px;
  margin-left: 13%;
}
.card p{
 text-align: center;
 font-size: 17px;
 color: #fff;
}
/*content*/
img{
  transition: 0.3s;
}
#myImg:hover, #myImg1:hover, #myImg2:hover, #myImg3:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s;
}
.content{
  padding-top: 35px;
  padding-bottom: 35px;
}
.content h1{
  font-size: 32px;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 70, 168, 1)), to(rgba(163, 36, 168, 1)));background: -webkit-linear-gradient(left, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);background: -o-linear-gradient(left, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);background: linear-gradient(to right, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Raleway-Medium;
  margin-bottom: 3%;
}
.content h2{
  text-align: left;
  font-size: 25px;
  color: black;
  font-family: Raleway-Medium;
  margin-bottom: 0px;
}
.content ul {

    list-style-image: url('../img/bullet.png');
    margin-left: 50px;

}
.lr-content{
  margin-bottom: 6%;
}
.lr-content .left-right h1{
 font-size: 22px;
 color: #000;
 font-family: Raleway-bold; 
}
.lr-content a{
  font-size: 17px;
  font-weight: 700;
}
/*about*/
.bg1 {
    background-image: url(../img/570388849.jpg);
    background-color: #eee;
    background-size: cover;padding: 2% 0 3%;
}
.bg1 h1 {

    margin-top: 23px;
    background: linear-gradient(to right, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 32px;

}
/*footer css*/
.footer-bg{
  background:#333;
  color: #fff;
}
.footer-bg .footer-menu,.footer-bg .footer-menu1{
  margin-top:18px;
}
.footer-bg .footer-menu a,.footer-bg .footer-menu1 a{
  color: #fff;
}
 .m-bg {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.section-break>h2,label,.btn.focus, .btn:focus, .btn:hover{
  color: #fff;
}
label>.required{
color: red;
}
.modal-content {
    background-color: rgba(0,0,0,0.2) !important;
}
#myModal .modal-dialog {
    max-width: 400px !important;
    margin: 30px auto;
}
.elq-form .label-position.top {

    display: block;
    line-height: 150%;
    padding: 1px 0pt 3px;
    white-space: nowrap;

}
.elq-form .field-size-top-large {

    width: 100%;
    box-shadow: 0px 0px 2px white;
    border-radius: 3px;
    background: transparent;
    border: white 1px solid;
    color: white;

}
.b-style {

    color: #f8f8f8;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%) repeat scroll 0 0;
    cursor: pointer;
    color: #f8f8f8;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%) repeat scroll 0 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to right, rgb(128, 70, 168) 0%, rgb(163, 36, 168) 100%);
    cursor: pointer;
    min-width: 194px;
    min-height: 37px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border: 1px rgba(128, 70, 168, 1) solid;
    border-bottom-color: rgb(128, 70, 168);
    border-bottom-color: rgba(163, 36, 168, 1);
    text-shadow: 0px -1px 1px rgba(163, 36, 168, 1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 70, 168, 1)), to(rgba(163, 36, 168, 1)));
    background-image: -webkit-linear-gradient(bottom, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%);
    background-image: linear-gradient(bottom, rgba(128, 70, 168, 1) 0%, rgba(163, 36, 168, 1) 100%),color-stop(1, #ff2d5d));
    background-color: rgba(163, 36, 168, 1);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;

}
@media only screen and (min-width: 1199px){
  .card{
    height: 250px;
  }
  .footer-bg .social-line {
    float: right;
    margin-top:8px;
}
}
@media only screen and (min-width: 991px) and  (max-width: 1199px){
  body {
    font-size: 14px;
  }
.banner h1{
    font-size: 37px;
  }
  .block-title h1,.content h1,.bg1 h1 {
    font-size: 28px;
  }
  .block-title h1:nth-child(2),.card h1,.content h2{
    font-size: 22px;
  }
  .ribbon {
    width: 50px;
    margin: 15px 0px;
}
.card{
  height: 280px;
}
li,.lr-content .left-right h1 {
    font-size: 18px;
}
.footer-bg .social-line {

    float: right;
    margin-top:8px;

}
}
/* -----------------Tab-------------------*/
@media only screen and (min-width: 768px) and  (max-width: 991px){
.btn-lg {
    padding: 6px 6px;
  }
  .btn-light-green, .btn-light-green:hover {
    height: 40px;
    width: 100%;
    font-size: 14px;
}
.banner h1 {
    font-size: 30px;
   }
  .block-title h1,.content h1,.bg1 h1  {
    font-size: 26px;
   }
  .content h2{
    font-size: 22px;
  }
  .lr-content .left-right h1,li{
    font-size: 18px;
   }
   .card{
    margin-bottom: 20px;
   }
   .card hr {
    max-width: 74%;
  }
  .footer-bg {
    background: #333;
    color: #fff;
    text-align: center;
  }
  .left-right>.col-md-6{
    margin-bottom: 10px;
  }
  .lr-content {
    margin-bottom: 30px;
   }
}
/*-------------------------mobile---------------------*/
@media only screen and (max-width: 768px){
  body{
    font-size: 14px;
  }
  .banner {
    padding-top: 90px;
    height: 280px;
}
  .header img {
    width: 100px;
}
.header .social-line1 img {
    width: 30px;
}
  .btn-lg {
    padding: 6px 6px;
  }
  .btn-light-green, .btn-light-green:hover {
    height: 40px;
    font-size: 14px;
    width: 180px;
    /*float: left;*/
}
.banner h1 {
    font-size: 30px;
    margin-bottom: 15px !important;
    text-align: center;
   }
  .block-title h1,.content h1,.block-title h1:nth-child(2),.content h2,.bg1 h1 {
    font-size: 18px;
  }
  .content ul{
     list-style-image: url('../img/m-bullet.png');
    margin-left: 0px;
  }
  .lr-content .left-right h1,li{
    font-size: 16px;
   }
   .card{
    margin-bottom: 20px;
   }
   .card hr {
    max-width: 74%;
  }
  .card p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
  .footer-bg {
    background: #333;
    color:#fff;
    text-align: center;
  }
  .left-right>.col-md-6{
    margin-bottom: 10px;
  }
  .lr-content {
    margin-bottom: 30px;
   }
}
