@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sriracha:300,400,500,600,700&display=swap');
body{
  font-family: 'Ubuntu', sans-serif !important;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
p{
  font-size: 20px !important;
  line-height: 1.3 !important;
}
.sriracha{
  font-family: 'Sriracha', sans-serif !important;
  margin-top: -20px;
}
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;
}
.img20 img{
  width: 20%;
}
.img30 img{
  width: 30%;
}
.img40 img{
  width: 40%;
}
.img50 img{
  width: 50%;
}
.img60 img{
  width: 60%;
}
.img70 img{
  width: 70%;
}
.img80 img{
  width: 80%;
}
.img90 img{
  width: 90%;
}
.img100 img{
  width: 100%;
}
.br-10{
  border-radius: 10px;
}
.br-15{
  border-radius: 15px;
}
.br-20{
  border-radius: 20px;
}
.lh-1-5{
  line-height: 1.3;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pt1{padding-top: 10px;}
.pt2{padding-top: 20px;}
.pt3{padding-top: 30px;}

.mt-20{margin-top: -200px !important;}
.mt-10{margin-top: -100px !important;}
.mt-8{margin-top: -80px !important;}
.mt-5{margin-top: -50px !important;}
.mt--5{margin-top: -50px !important;}
.mt-1{margin-top: -10px;}
.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;}
.mt15{margin-top: 150px;}

.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;}
.yellow1{color: #FFC900;}
.green{color: #1cb85e;}
.green1{color: #00b38e;}
.blue{color: #004077;}
.light-blue{color: #15c4ec;}
.pink{color: #d93eb1;}
.purple{color: #534397;}
.orange{color: #e64a20;}
.theme-color{color: #f75e5c;}

.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: 50px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.headingl2{
  font-size: 60px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffcc00;
  display: inline;
  padding: 0px 10px 5px;
}
.highlight-blue{
  background: #43285b;
  display: inline;
  padding: 0px 10px 5px;
}
.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);
}
.cta-bar{
  display: block;
  background: #000;
  padding-top: 30px;
  padding-bottom: 0px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.orange-bar{
  display: block;
  background: #ca0303;
  padding-top: 20px;
  padding-bottom: 20px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section1{
  display: block;
  background: url(../images/bg1a.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-top: -100px;*/
  background-position: center top;
}
.section3{
  display: block;
  width: 100%;
  background: #465083;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 50px;
  margin-bottom: 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);
  background-position: center bottom;
}
.section4{
  display: block;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  /*margin-bottom: -150px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: #EAF0F4;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center top;
}
.section6{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(https://acj.imgix.net/images/bg3.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section8{
  display: block;
  background: #EAF0F4;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: #EAF0F4;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(https://acj.imgix.net/images/bg2.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section13{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section14{
  display: block;
  background: #EAF0F4;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section15{
  display: block;
  background: url(https://acj.imgix.net/images/bg4.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section16{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section17{
  display: block;
  background: #EAF0F4;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section18{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section19{
  display: block;
  background: #EAF0F4;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section20{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section21{
  display: block;
  background: url(https://acj.imgix.net/images/bg5.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 150px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section23{
  display: block;
  background: #EAF0F4;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section24{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.footer{
  display: block;
  background: url(https://acj.imgix.net/images/footer.jpg) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu {
  display: inline-block;
}
.footer_menu li {
  display: block;
  list-style: none;
  float: left;
  margin-right: 5px;
  font-size: 20px;
}
.logo img{
  width: 25%;
}
.top-strip{
  display: inline-block;
  background: #142C45;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.button-primary {
  display: inline-block;
  transition: .5s;
  background: linear-gradient(90deg,var(--c1,#1DB85D),var(--c2,#0c883f) 50%,var(--c1,#0c883f)) var(--x,0)/200%;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  border-radius: 50px;
  padding: 15px 70px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  --x: 100%;
  transform: scale(1.03);
}
.list1 li{
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.list1 li i{
  color: #1BB75B;
}
.p-17{
  font-size: 17px !important;
}
.list2 li{
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.list2 li i{
  color: #1BB75B;
}
.avatar img{
  width: 15%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.list3 li{
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.list3 li i{
  color: #ff0000;
}
.list4 li{
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}
.section18 .col-md-1-5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.parralax{
  background-image: url(https://acj.imgix.net/images/graphic11.jpg);
  height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.table-head{
  display: inline-block;
  background: #0A1235;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.table-body{
  display: inline-block;
  background: #fff;
  margin-top: 0px;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.table-body .list1 li i{
  margin-left: -25px;
}
.testimonial-box {
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-top: 100px;
  padding: 30px 15px;
  border-radius: 15px;
  text-align: center;
  -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-box img {
  width: 40%;
  border-radius: 50%;
  margin-top: -100px;
  -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-box hr {
  border-color: #ff004c;
  margin: 10px 30px;
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .top-strip{
    font-size: 17px;
    clip-path: none;
    padding: 5px 20px;
    margin-left: unset;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .headingl1{
    font-size: 35px;
  }
  .headingl2{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h1{
    font-size: 25px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  p{
  	font-size: 18px !important;
  }
  .mt-res{
    margin-top: 0px !important;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .mt-res3{
    margin-top: 30px;
  }
  .mt-res5{
    margin-top: 50px;
  }
  .br-res br{
    display: none;
  }
  .img-res img{
    width: 100%;
  }
  .button-primary{
    padding: 10px 20px;
    font-size: 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .seal img{
    width: 70%;
  }
  .list1 li{
    font-size: 20px;
    background-size: 35px;
  }
  .hide-sm{
    display: none;
  }
  .step-nm img {
    width: 30%;
  }
  .avatar img{
    width: 40%;
  }
  .green-strip{
    width: 50%;
  }
  .faq-strip{
    font-size: 22px;
  }
  .alert img{
    width: 50%;
  }
  .orange-strip{
    font-size: 22px;
  }
  .guarantee-box img{
    width: 35%;
  }
  .parralax{
    height: 400px;
  }
}
@media (min-width: 1320px) and (max-width: 1500px){
  .container {
    max-width: 1200px;
  }
}