@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Montserrat', sans-serif !important;
  color: #1c1c1c;
  font-size: 14px;
}
p{
  font-size: 24px !important;
  line-height: 1.3 !important;
}
::selection{
  background-color: #f55f60;
  color: #fff;
}
.underline{
  color: #f55f60;
  text-decoration: underline;
}
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;
}
.p-15{
  font-size: 15px !important;
}
.p-16{
  font-size: 16px !important;
}
.p-17{
  font-size: 17px !important;
}
.p-18{
  font-size: 18px !important;
}
.p-19{
  font-size: 19px !important;
}
.p-20{
  font-size: 20px !important;
}
.p-22{
  font-size: 22px !important;
}
.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;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 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-4{margin-top: -40px !important;}
.mt--3{margin-top: -30px !important;}
.mt--2{margin-top: -20px !important;}
.mt-1{margin-top: -10px !important;}
.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;}
.mt11{margin-top: 110px;}
.mt12{margin-top: 120px;}
.mt13{margin-top: 130px;}
.mt14{margin-top: 140px;}
.mt15{margin-top: 150px;}
.mt20{margin-top: 200px;}
.mt30{margin-top: 300px;}

.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: #52ff28;}
.green1{color: #2aff00;}
.blue{color: #3d497c;}
.blue1{color: #00ffff;}
.light-blue{color: #249394;}
.pink{color: #ff0956;}
.orange{color: #f55f60;}

.lh1{
  line-height: 1;
}
.lh1-3{
  line-height: 1.3;
}
.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);
}
.text-shadow1{
    text-shadow: -1px -1px 1px #FF1D00, 1px 1px 1px #FF1D00, 3px 5px 7px #FF1D00;
}
.heading1{
  font-size: 45px;
}
.headingl{
  font-size: 50px;
}
.headingl1{
  font-size: 70px;
}
.headingl2{
  font-size: 60px;
}
.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);
}
.top-bar{
  display: block;
  background: #1e7808;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cta-bar{
  display: block;
  background: #000;
  padding: 50px 0px;
  border-top: 5px solid #f55f60;
  border-bottom: 5px solid #f55f60;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  /*background: #13121B;*/
  border-top: 5px solid #f55f60;
  padding-top: 20px;
  padding-bottom: 30px;
  background-position: center bottom;
}
.section2{
  display: block;
  background: #34477F;
  padding-top: 0px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section2 p{
  font-size: 20px !important;
}
.section3{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section4{
  display: block;
  background: #e3e3e3;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section5{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section6{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section7{
  display: block;
  background: #e3e3e3;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section8{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section9{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section10{
  display: block;
  background: #34477F;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section11{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section12{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section13{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section14{
  display: block;
  background: #34477F;
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: center top;
}
.section15{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section16{
  display: block;
  background: #e4e4e4;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section17{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section18{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section19{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section20{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section21{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section22{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section23{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section24{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section25{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section26{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section27{
  display: block;
  background: #34477F;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section28{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section29{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section30{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section31{
  display: block;
  background: #F2FFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.footer{
  display: block;
  background: #3d497c;
  padding-top: 100px;
  padding-bottom: 100px;
  /*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 img{
  width: 25%;
}
.top-menu{
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.top-menu a{
  font-size: 17px;
  opacity: 0.7;
  color: #4c4c4c;
  padding: 0px 10px;
}
.top-menu a:hover{
  color: #000;
  opacity: 1;
  text-decoration: none;
}
.top-button{
  display: inline-block;
}
.outline1{
  border: 5px solid #f00;
  padding: 20px;
  display: inline-block;
}
.headline-bg{
  display: inline-block;
  background: #D2ECEC;
  padding: 20px;
  border-radius: 25px;
  border: 3px solid #7bb7b7;
}
.bar1{
  display: inline-block;
  background: #f55f60;
  height: 5px;
  width: 30%;
}
.bar2{
  display: inline-block;
  background: #3d497c;
  height: 5px;
  width: 30%;
}
.top-strip{
  display: inline-block;
  background: #f55f60;
  /*clip-path: polygon(0 0, 100% 4%, 95% 98%, 10% 100%);*/
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  /*border: 2px dashed #8F4CFE;*/
  /*-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);*/
}
.strip1{
  display: inline-block;
  background: #006599;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.video-bg {
  display: inline-block;
  width: 100%;
  background: rgb(121,66,249);
  background: linear-gradient(90deg, rgba(121,66,249,1) 0%, rgba(41,66,111,1) 100%);
  padding: 10px;
  border-radius: 5px;
}
.video-bg1{
  display: inline-block;
  width: 100%;
  background: #ff2c56;
  padding: 10px;
  border-radius: 5px;
}
.icona img{
  /*width: 17%;*/
  max-height: 100px;
}
.gutter-text{
  margin-left: 15%;
  margin-right: 5%;
}
.strip2{
  display: inline-block;
  background: #091354;
  width: 100%;
  min-height: 120px;
  padding: 10px 20px;
  border: 2px solid #1affdc;
  -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);
}
.box1{
  display: inline-block;
  background: #F2FFFF;
  width: 90%;
  padding: 30px;
  border-radius: 30px;
}
.list1 li{
  list-style: none;
  font-size: 22px;
  /*color: #fff;*/
  /*font-weight: 500;*/
  margin-top: 15px;
}
.list1 li i{
  color: #06ab14;
  margin-left: -25px;
}
.list2 li{
  list-style: none;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  background: #3d497c;
  padding: 5px 20px;
  border-radius: 10px;
}
.list2 li i{
  color: #06ab14;
  margin-right: 10px;
}
.list3 li{
  list-style: none;
  font-size: 22px;
  /*color: #fff;*/
  /*font-weight: 500;*/
  margin-top: 15px;
}
.list3 li i{
  color: #f55f60;
  margin-left: -25px;
}
.list4 li{
  list-style: none;
  font-size: 22px;
  /*color: #fff;*/
  /*font-weight: 500;*/
  margin-top: 15px;
}
.list4 li i{
  color: #06ab14;
  margin-left: -25px;
}
.iconc-box{
  display: inline-block;
  background: #F4F4F2;
  width: 90%;
  padding: 20px 15px;
  border-radius: 25px;
  height: 250px;
}
.box2{
  display: inline-block;
  background: #f9f9f9;
  width: 100%;
  padding: 30px 50px;
  border-radius: 30px;
  border: 1px solid #96a3a8;
  /*text-align: center;*/
}
.box3{
  display: inline-block;
  background: #f1f4ff;
  width: 100%;
  padding: 30px 30px;
  border-radius: 30px;
  border: 2px solid #3d497c;
  /*text-align: center;*/
}
.box3 .col-md-4{
  padding: 30px;
}
.bb1{
  border-bottom: 1px solid #3d497c40;
}
.br1{
  border-right: 1px solid #3d497c40;
}
.strip3{
  display: inline-block;
  width: 100%;
  background: #1c1678;
  /*clip-path: polygon(0 0, 100% 4%, 95% 98%, 10% 100%);*/
  padding: 15px 50px 10px;
  border-radius: 50px;
  /*height: 100px;*/
}
.strip3-bg{
  display: inline-block;
  width: 100%;
  background: rgb(171,76,244);
  background: linear-gradient(90deg, rgba(171,76,244,1) 0%, rgba(255,97,129,1) 100%);
  padding: 2px;
  border-radius: 50px;
}
.strip4{
  display: inline-block;
  background: #00ffff;
  padding: 10px 40px;
  font-size: 35px;
  font-weight: 700;
  color: #53027C;
  -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);
}
.strip5{
  display: inline-block;
  background: #3d497c;
  padding: 10px 40px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  -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);
}
.p-table {
  display: inline-block;
  background: #fff;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-left: 10px solid #151045;
  border-bottom: 10px solid #151045;
  -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);
}
.p-table2 {
  display: inline-block;
  background: #fff;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-left: 10px solid #f55f60;
  border-bottom: 10px solid #f55f60;
  -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);
}
.p-head1 {
  background: #151045;
  background-position: left top;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-head2 {
  background: #f55f60;
  background-position: left top;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.p-list {
  margin-left: -30px;
  text-align: left;
}
.p-list li {
  display: inline-block;
  list-style: none;
  font-size: 22px;
  font-weight: 400;
}
.p-list li i {
  color: #1DB85C;
  margin-right: 10px;
}
.p-list li span{
  float: right;
  font-weight: 600;
}
.p-list1 {
  margin-left: -30px;
  text-align: left;
}
.p-list1 li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
.p-list1 li i {
  color: #ff0000;
}
details{
  background-color: #f3fbff;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
  border-radius: 4px;
}

details summary{
  font-weight: bold;
  cursor: pointer;
  display: block;
  padding: 1rem;
}

details summary::before{
  display: none;
}

details > * + *{
  padding: 0 1rem 1rem 2rem;
  margin: 0;
}

details[open] summary::before{
  content: "-"
}

details[open]{
  background-color: #fff;
  color: #000;
}
.button-primary{
  display: inline-block;
  background: #FF3131;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 50px;
  /*border: 2px solid #FFFFFF;*/
  transition: 0.5s;
  -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);
  background: #FF3131;
}
.vic img{
  width: 15%;
}
@media(max-width: 767px){
  .logo img{
    width: 40%;
  }
  .headingl{
    font-size: 35px;
  }
  .heading1{
    font-size: 30px;
  }
  .headingl1{
    font-size: 40px;
  }
  .headingl2{
    font-size: 40px;
  }
  .headingl br{
    display: none;
  }
  h1{
    font-size: 27px;
  }
  h2{
    font-size: 22px;
  }
  h3{
    font-size: 17px;
  }
  p{
    font-size: 18px !important;
  }
  .mt-res{
    margin-top: 0px !important;
  }
  .mt-res3{
    margin-top: 30px;
  }
  .mt-res2{
    margin-top: 20px;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .mt-res5{
    margin-top: 50px;
  }
  .mt-res10{
    margin-top: 100px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: inline-block;
    width: 100%;
  }
  .heading-big{
    font-size: 60px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center;
  }
  .top-strip{
    font-size: 18px;
    padding: 10px 30px;
  }
  .footer-menu{
    display: inline-grid;
  }
  .top-menu{
    float: unset;
  }
  .strip1{
    font-size: 18px;
  }
  .button-primary{
    font-size: 22px;
    padding: 10px 20px;
  }
  .vic img{
    width: 40%;
  }
  .list1 li, .list1a li, .list2 li, .list3 li{
    font-size: 18px;
  }
  .strip4{
    font-size: 25px;
  }
}
@media (min-width: 1000px) and (max-width: 1600px){
  html{
    zoom: .8;
  }
}
@media(max-width: 576px){
  .button-primary{
    font-size: 20px;
  }
  .list2 li{
    margin-left: -30px;
  }
  .section2 .img100 img{
    text-align: end;
    margin-top: 10px;
  }
  .section2 p{
    margin-left: -20px;
  }
  .section2 p.mt2{
    margin-left: -20px;
    margin-top: 10px;
  }
  .section2 .col-md-6{
    margin-top: -20px;
    margin-bottom: -10px;
    border-bottom: 1px solid #00000029;
  }
  .section14 .img100 img{
    text-align: end;
    margin-top: 10px;
  }
  .section14 p{
    margin-left: -20px;
  }
  .section14 p.mt2{
    margin-left: -20px;
    margin-top: 10px;
  }
  .section14 .col-md-6{
    margin-top: -20px;
    margin-bottom: -10px;
    border-bottom: 1px solid #00000029;
  }
  .bb1{
    border-bottom: 0px solid #3d497c40;
  }
  .br1{
    border-right: 0px solid #3d497c40;
  }
  .box3 .col-md-4{
    border-bottom: 1px solid #00000029;
  }
  .headline-bg h1{
    font-size: 30px;
  }
  .br-res br{
    display: none;
  }
  .mt10-res{
    margin-top: 50px;
  }
  .section26 p{
    margin-top: 0;
  }
}