@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body{
  font-family: 'Montserrat', sans-serif !important;
  color: #000;
  font-size: 14px;
}
p{
  font-size: 25px !important;
  line-height: 1.3 !important;
}

h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
}
.main-container{
  padding: 0px;
  margin: 0px auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
  float: right;
}
.left{
  text-align: left;
  float: left;
}

.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}

.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mt6{margin-top: 60px;}
.mt7{margin-top: 70px;}
.mt8{margin-top: 80px;}
.mt9{margin-top: 90px;}
.mt10{margin-top: 100px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}


.b3{font-weight: 300;}
.b4{font-weight: 400;}
.b5{font-weight: 500;}
.b6{font-weight: 600;}
.b7{font-weight: 700;}
.b8{font-weight: 800;}
.b9{font-weight: 900;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.red1{color: #7e0927;}
.yellow{color: #ffcc00;}
.green{color: #3AC81E;}
.blue{color: #4457ad;}
.pink{color: #e01c81;}
.orange{color: #ec4d26;}

.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 45px;
}
.headingl{
  font-size: 55px;
}
.heading-big{
  font-size: 80px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.shadow{
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: center center;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg2.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section4{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section5{
  display: block;
  background: #202020;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section6{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section7{
  display: block;
  background: #202020;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section8{
  display: block;
  background: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section9{
  display: block;
  background: url(../images/bg4.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section10{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg2.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section13{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.footer{
  display: block;
  background: #202020;
  padding-top: 30px;
  padding-bottom: 20px;
  background-position: center top;
}

.logo img{
  width: 45%;
}
.top-menu{
  display: inline-flex;
}
.top-menu a{
  font-size: 22px;
  color: #fff;
  margin-left: 30px;
}
.button-primary {
  display: inline-block;
  background: #1cb85e;
  padding: 35px 50px 30px;
  border-radius: 70px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
}
.top-list li {
  line-height: 26px;
  list-style: none;
  font-size: 24px;
  font-weight: 400;
  background-image: url(../images/yellow-tick.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  background-size: 35px;
  padding: 7px;
  padding-left: 50px;
  text-align: left;
  margin-top: 17px;
}
.graphic1 img{
  width: 60%;
}
.graphic2 img{
  width: 100%;
}
.img-80 img{
  width: 80%;
}
.img-60 img{
  width: 60%;
}
.logo1 img{
  width: 30%;
}
.cover img{
  width: 70%;
}
.testimonial-block {
  background: #494848;
  color: #fff;
  padding: 20px 20px 5px 20px;
  font-family: open sans;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
}
.testimonial-name {
  color: #ffcc00;
  font-weight: 600;
}
.testimonial-img img {
  width: 80%;
  border-radius: 50%;
  border: 3px solid #ec4d26;
}
.testimonial-img1 img{
  width: 60%;
  border-radius: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.testimonial-img2 img{
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.sc img{
  width: 100%;
  margin-top: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.icon-box{
  display: inline-block;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8858893899356618) 100%);
  padding: 20px 30px;
  border-radius: 15px;
  margin-top: 100px;
  width: 100%;
  height: 220px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.logo-box{
  display: inline-block;
  background: #da6d02;
  padding: 20px;
  width: 80%;
  margin-top: -50px;
  margin-bottom: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.logo-box img{
  width: 70%;
}
.orange-list li {
  line-height: 26px;
  list-style: none;
  font-size: 22px;
  font-weight: 500;
  background-image: url(../images/orange-tick.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 23px;
  padding: 7px;
  padding-left: 30px;
  text-align: left;
  margin-top: 17px;
}
.orange-list {
  padding-left: 10px;
}
.contact-box {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.yogesh img {
  width: 80%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.contact-icon {
  display: flex;
  margin-top: 30px;
}
.contact-icon a img {
  width: 90%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.icon1 img{
  width: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.col-md-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media(max-width: 512px){
  .contact-box{
    padding: 20px;
  }
  .contact-box h2{
    margin-top: 0px;
  }
  .contact-icon a img{
    width: 100%;
  }
}
@media(max-width: 767px){
  .logo img{
    width: 50%;
  }
  .top-menu a{
    font-size: 17px;
    margin-left: 10px;
  }
  .top-list{
    padding-left: 5px;
  }
  p{
    font-size: 18px !important;
  }
  .heading-big{
    font-size: 50px;
    line-height: 1;
  }
  .headingl{
    font-size: 35px;
  }
  .heading1{
    font-size: 30px;
  }
  h1{
    font-size: 27px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  .mt-res0{
    margin-top: 0px;
  }
  .mt-res5{
    margin-top: 50px !important;
  }
  .center-res{
    text-align: center;
  }
  .button-primary{
    font-size: 22px;
    padding: 15px 35px;
  }
  .logo1 img{
    width: 50%;
  }
  .cover img{
    width: 100%;
  }
  iframe{
    height: 250px;
  }
  .icon-box h3{
    font-size: 30px;
  }
  .icon-box{
    height: auto;
  }
  .br-res br{
    display: none;
  }
}