@import url('https://fonts.googleapis.com/css?family=Rubik: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: 'Rubik', sans-serif !important;
  color: #0B1725;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
p{
  font-size: 22px !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;
}
.br-50{
  border-radius: 50%;
}
.lh-1-5{
  line-height: 1.5;
}
.br1{
  border-right: 1px dashed #0B1725;
}
.bl1{
  border-left: 1px dashed #0B1725;
}
.p-17{
  font-size: 17px !important;
}
.p-18{
  font-size: 18px !important;
}
.p-19{
  font-size: 19px !important;
}
.p-20{
  font-size: 20px !important;
}

.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--3{margin-top: -30px;}
.mt--2{margin-top: -20px;}
.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;}
.mt20{margin-top: 200px;}

.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: #0DACFF;}
.blue1{color: #277FDF;}
.light-blue{color: #00ffff;}
.pink{color: #CB1588;}
.purple{color: #534397;}
.orange{color: #F4AA21;}
.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 rgb(0 0 0 / 0%), 6px 2px 27px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 54px;
}
.headingl{
  font-size: 65px;
}
.headingl1{
  font-size: 60px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffcc00;
  display: inline;
  padding: 0px 10px;
}
.highlight1{
  background: #00ffff;
  display: inline;
  padding: 0px 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);
}
.shadow1{
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.red-bar{
  display: block;
  background: #a90000;
  padding: 10px 0px;
  font-size: 22px;
}
.red-bar a{
  color: #fff;
  text-decoration: underline;
}
.top-bar{
  display: block;
  background: #0c0c0c;
  padding: 15px 0px 5px;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section2{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-top: -100px;*/
  background-position: center bottom;
}
.section3{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section4{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -150px;*/
  background-position: center bottom;
}
.section5{
  display: block;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 300px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: #F7FDFF;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section8{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section10{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section12{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section18{
  display: block;
  background: #232526;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section19{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section23{
  display: block;
  background: #F7FDFF;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #232526;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer-menu {
  display: inline-block;
}
.footer-menu a {
  /*display: inline-flex;*/
  float: left;
  margin: 0px 30px;
  font-size: 20px;
  color: #fff;
}
.logo{
  display: inline-block;
  background: #232526;
  padding: 10px 30px;
  text-align: center;
  width: 20%;
}
.logo img{
  width: 100%;
}
.top-strip{
  display: inline-block;
  background: #0DACFF;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 10px;
}
.button-primary {
  display: inline-block;
  transition: .5s;
  background: #F4AA21;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  border-radius: 50px;
  padding: 15px 70px;
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  --x: 100%;
  transform: scale(1.03);
}
.guarantee img{
  width: 40%;
}
.strip1{
  display: inline-block;
  background: #0DACFF;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 10px;
}
.strip1a{
  display: inline-block;
  background: #0DACFF;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 150px;
  /*border-radius: 10px;*/
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0);
}
.strip2{
  position: relative;
  display: inline-block;
  background: #232526;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 35px;
  margin-top: -80px;
  border-radius: 10px;
  z-index: 999999;
  min-height: 110px;
}
.strip2a{
  position: relative;
  display: inline-block;
  background: #232526;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 30px 35px 10px;
  margin-top: -80px;
  border-radius: 10px;
  z-index: 999999;
  min-height: 110px;
}
.strip2-bg{
  display: inline-block;
  background: #d1d1d1;
  width: 100%;
  height: 60px;
}
.strip2b{
  position: relative;
  display: inline-block;
  background: #232526;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 30px 35px 10px;
  /*margin-top: -80px;*/
  border-radius: 10px;
  z-index: 999999;
  min-height: 110px;
}
.strip3{
  display: inline-block;
  background: #F4AA21;
  color: #323233;
  font-size: 35px;
  font-weight: 700;
  padding: 10px 35px;
  /*margin-top: -80px;*/
  border-radius: 15px;
}
.strip4{
  display: inline-block;
  background: #fff;
  color: #232526;
  font-size: 40px;
  font-weight: 400;
  padding: 10px 75px;
  border: 2px solid #0DADFF;
  border-radius: 15px;
}
.strip5{
  position: relative;
  display: inline-block;
  background: #232526;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 10px;
  z-index: 999999;
  min-height: 110px;
}
.strip6{
  display: inline-block;
  background: #232526;
  color: #F4AA21;
  /*font-size: 35px;*/
  /*font-weight: 500;*/
  padding: 20px 80px;
  /*margin-top: -80px;*/
  border-radius: 25px;
  transform: skew(-20deg);
}
.strip6 h2{
  transform: skew(20deg);
}
.strip7{
  display: inline-block;
  background: #F4AA21;
  color: #323233;
  /*font-size: 35px;*/
  /*font-weight: 700;*/
  padding: 10px 35px;
  /*margin-top: -80px;*/
  border-radius: 15px;
}
.strip8{
  display: inline-block;
  background: #232526;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding: 20px 150px;
  /*border-radius: 25px;*/
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.white-box1{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  border: 1px dashed #232526;
  border-radius: 20px;
}
.white-box1a{
  display: inline-block;
  background: #F7F7F7;
  width: 100%;
  padding: 30px 20px;
  border: 1px dashed #232526;
  border-radius: 20px;
}
.white-box2{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  border: 1px dashed #232526;
  /*border-radius: 20px;*/
}
.white-box3{
  display: inline-block;
  background: #1794bf1f;
  width: 90%;
  padding: 30px 50px;
  border: 1px dashed #232526;
  border-radius: 20px;
}
.white-box3-left {
  height: 20%;
  position: absolute;
  width: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  left: 5%;
  bottom: 10%;
  float: left;
}
.white-box3-right {
  height: 20%;
  position: absolute;
  width: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  right: 5%;
  bottom: 10%;
  float: right;
}
.white-box4{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  border: 2px solid #64D0FF;
  /*border-radius: 20px;*/
}
.white-box5{
  display: inline-block;
  background: #1794bf1f;
  width: 90%;
  padding: 30px 50px;
  border: 1px dashed #232526;
  border-radius: 20px;
}
.white-box5-left {
  height: 50%;
  position: absolute;
  width: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  left: 5%;
  bottom: 20%;
  float: left;
}
.white-box5-right {
  height: 50%;
  position: absolute;
  width: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  right: 5%;
  bottom: 20%;
  float: right;
}
.white-box6{
  display: inline-block;
  background: #232526;
  width: 100%;
  padding: 30px 50px;
  /*border: 2px solid #64D0FF;*/
  /*border-radius: 20px;*/
}
.white-box7{
  display: inline-block;
  background: #1794bf1f;
  width: 90%;
  padding: 30px 50px;
  border: 1px dashed #232526;
  border-radius: 20px;
}
.white-box7-left {
  height: 10%;
  position: absolute;
  width: 30px;
  background-color: #F7FDFF;
  border-radius: 20px;
  display: inline-block;
  left: 5%;
  bottom: 9%;
  float: left;
}
.white-box7-right {
  height: 10%;
  position: absolute;
  width: 30px;
  background-color: #F7FDFF;
  border-radius: 20px;
  display: inline-block;
  right: 5%;
  bottom: 9%;
  float: right;
}
.white-box8{
  display: inline-block;
  background: #F5F5F5;
  width: 90%;
  padding: 30px 50px;
}
.vector1 img{
  width: 10%;
  position: absolute;
  right: -25px;
  top: 40%;
}
.vector2 img{
  width: 10%;
  position: absolute;
  left: -25px;
  top: 40%;
}
.vector3 img{
  width: 30%;
  position: absolute;
  left: -30%;
  top: 30%;
}
.vector4 img{
  width: 30%;
  position: absolute;
  right: -30%;
  top: 30%;
}
.vector5 img{
  width: 8%;
  position: absolute;
  left: 30%;
  top: 7%;
}
.vector6 img{
  width: 8%;
  position: absolute;
  right: 30%;
  top: 7%;
}
.vector9 img{
  width: 10%;
  position: absolute;
  left: -8.5%;
  bottom: 10%;
}
.vector10 img{
  width: 10%;
  position: absolute;
  right: -8.5%;
  top: 20%;
}
.vector11 img{
  width: 10%;
  position: absolute;
  left: 9%;
  top: 10%;
}
.vector12 img{
  width: 10%;
  position: absolute;
  right: 9%;
  bottom: 10%;
}
.vector13 img{
  width: 10%;
  position: absolute;
  left: -10%;
  top: 10%;
}
.vector14 img{
  width: 10%;
  position: absolute;
  right: -10%;
  bottom: 10%;
}
.vector15 img{
  width: 20%;
  position: absolute;
  top: 40%;
  left: -13.5%;
}
.vector16 img{
  width: 20%;
  position: absolute;
  bottom: 20%;
  right: -13.5%;
}
.list1 li{
  list-style: none;
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
}
.list1 li i{
  color: #F4AA21;
  margin-left: -30px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.graphic4 img{
  width: 30%;
  position: absolute;
  right: -26%;
  top: -20%;
}
.hand1 img{
  width: 4%;
  position: absolute;
  top: 20%;
  right: 7%;
}
.graphic5 img{
  width: 17%;
  position: absolute;
  right: -14.2%;
  top: 15%;
}
.graphic6 img{
  width: 20%;
  position: absolute;
  left: 1.5%;
  top: -70.5%;
  z-index: 1;
}
.graphic9 img{
  width: 15%;
}
.hand2 img{
  width: 4%;
  position: absolute;
  top: 19%;
  right: 7%;
}
.hand3 img{
  width: 2%;
  position: absolute;
  top: 1%;
  left: 1%;
}
.hand4 img{
  width: 4%;
  position: absolute;
  top: 19%;
  left: 5%;
}
.hand5 img{
  width: 4%;
  position: absolute;
  top: 19%;
  right: 5%;
}
.icona img{
  width: 20%;
}
.black-line-1{
  display: block;
  background: #232526;
  width: 30px;
  height: 80%;
  position: absolute;
  left: -1.5%;
  bottom: 5%;
}
.black-line-2{
  display: block;
  background: #232526;
  width: 30px;
  height: 80%;
  position: absolute;
  right: -1.5%;
  bottom: 5%;
}
.avatar img{
  width: 80%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px){
  .logo img{
    width: 100% !important;
  }
  .logo{
    width: 50%;
  }
  .top-strip{
    font-size: 15px;
    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-res2{
    margin-top: 20px;
  }
  .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%;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: block;
  }
  .top-bar p{
    font-size: 16px !important;
  }
  .center-res{
    text-align: center;
    float: none;
  }
  .footer-menu a{
    margin: 0px 5px;
  }
  .list1 li{
    font-size: 18px;
  }
  .vector1 img, .vector2 img, .vector3 img, .vector4 img, .vector5 img, .vector6 img, .vector7 img, .vector8 img, .vector9 img, .vector10 img,
  .vector11 img, .vector12 img, .vector13 img, .vector14 img, .vector15 img, .vector16 img{
    display: none;
  }
  .graphic4 img, .graphic5 img, .graphic6 img{
    display: none;
  }
  .hand1 img, .hand2 img, .hand3 img, .hand4 img, .hand5 img{
    display: none;
  }
  .section5, .section6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .strip1, .strip1a, .strip2, .strip2a, .strip2b, .strip5{
    font-size: 25px;
    line-height: 1.2;
    min-height: unset;
    padding: 10px 35px;
  }
  .strip3, .strip4{
    font-size: 30px;
    padding: 10px 25px;
  }
  .icona img {
    width: 40%;
  }
  .strip6{
    padding: 20px 30px;
  }
  .strip8{
    font-size: 25px;
    padding: 10px 50px;
  }
  .black-line-1, .black-line-2{
    display: none;
  }
  .graphic9 img{
    width: 40%;
  }
  .strip2, .strip2a, .strip6{
    width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px){
  .container {
    max-width: 1200px;
  }
  .graphic6 img{
    top: -63%;
  }
  .heading1{
    font-size: 50px;
  }
  .section6{
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .heading1{
    font-size: 40px;
  }
  .button-primary{
    padding: 10px 30px;
    font-size: 25px;
  }
  .headingl{
    font-size: 45px;
  }
  h1{
    font-size: 35px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 22px;
  }
  p{
    font-size: 20px !important;
  }
  .list1 li{
    font-size: 20px;
  }
  .graphic4 img{
    width: 25%;
    right: -21%;
    top: 0%;
  }
  .section6{
    padding-bottom: 50px;
  }
  .graphic6 img{
    top: -50%;
    left: 2%;
  }
  .graphic5 img{
    right: -13.2%;
    top: 24%;
  }
  .section21 .hand2 img{
    top: 24%;
  }
}