.fadeOut{ opacity:0;}
 .fadeIn{opacity:1 !important;}
 .fadeInLeft{transform: translateX(0)!important;opacity:1 !important;}
 .fadeOutLeft{transform: translateX(-200px); opacity:0;}
 .fadeInRight{transform: translateX(0)!important;opacity:1 !important;}
 .fadeOutRight{transform: translateX(200px); opacity:0;}
 .fadeInTop{transform: translateY(0px)!important; opacity:1!important;}
 .fadeOutTop{transform: translateY(-200px); opacity:0;}
 .fadeInBottom{transform: translateY(0px)!important; opacity:1!important;}
 .fadeOutBottom{transform: translateY(200px); opacity:0;}
 .homeBanner, .homeBanner>div, .homeBanner>div>div{width: 100%;height: 100%;padding: 0px;position: absolute;top: 0px;z-index: 999999;}
 .homeBanner .bannerSlide{height: 100%;width: 100%;overflow: hidden;position: relative;}
 .homeBanner .bannerSlide img{width: 100%; opacity:0;}
 video#myVideo { width: 100%; /* height: 100%; */}
.bannerInfo h3:before {width: 1px;  height: 100px;  position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; background: #ffc000;
    top: -140px;  z-index: 9999;}
.des_900 { display: none !important;}
.mob_680 { display: none !important;}
.arrow { position: absolute;  top: 50%;    left: 50%; transform: translate(-50%, -50%); width: 100%; width: 95%;    max-width: 1193px;
    margin: 0 auto;
}
body{background-color: #ffffff;}

.banner figure img {width: 100%;}

.banner figure {
    width: 100%;
    position: relative;
    z-index: 1;
}

.homeBanner .banner-dots{position: absolute;bottom: 25%;display: flex;justify-content: center;flex: auto;margin: 0 auto;left: 0;right: 0;z-index: 999999999;}
.homeBanner .banner-dots li{ flex: 0 0 0px; padding: 0 5px; width: auto; position: relative;}
.homeBanner .banner-dots li span{background-color: transparent;border: 0px solid;color: #fff;font-size: 13px;}
.homeBanner .banner-dots li.slick-active span{color: #fff;}
.homeBanner .banner-dots li.slick-active{flex: 0 0 auto;width: 8.666667%;}
.homeBanner .banner-dots li.slick-active:after{
	position: absolute;
	content: "";
	background-color: #ffff;
	height: 1px;
	top: 50%;
	transform: translate(0, -50%);
	width:78%;
	margin-left: 10px;
	}
span.banner_prev.bpc {
    background: url(../images/arrow_left_icon.png);
    width: 19px;
    height: 32px;
    left: -50px;
    position: absolute;
    font-size: 0px;
}

span.banner_next.bpc {
    background: url(../images/arow_right_icon.png);
    width: 19px;
    height: 32px;
    right: -50px;
    position: absolute;
    font-size: 0px;
}

.bannerInfo:before {
    /* content: ""; */
    width: 1px;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    top: -68px;
    z-index: 9999;
}

.bannerInfo:after {
    /* content: ""; */
    width: 1px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    top: 182px;
    z-index: 9999;
}
.bannerInfo span {
    position: relative;
}
.bannerInfo span:before {
    /* content: ""; */
    position: absolute;
    left: 10%;
    top: -115%;
    background: url(../images/banner_1_icon.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 76px;
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
.bannerInfo span::after {
    /* content: ""; */
    position: absolute;
    right: 10%;
    bottom: -66%;
    background: url(../images/banner_1_icon_two.png);
    background-repeat: no-repeat;
    width:55px;
    height:47px;
    transform: translatey(0px);
    -webkit-animation: floatone 6s ease-in-out infinite;
    animation: floatone 6s ease-in-out infinite;
}









/*------- Footer -----------*/


/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  height:100%;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translatex(-400px);
  -moz-transform: translatex(-400px);
  -ms-transform: translatex(-400px);
  -o-transform: translatex(-400px);
  transform: translatex(-400px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
	display: flex;
}
.cd-popup-container aside {width: calc(100% - 386px); text-align: left; padding: 60px 44px;}
.cd-popup-container aside:first-child {width: 386px;}
.cd-popup-container aside h3{font-size: 22px; color: #2c2c2c; min-height: 140px; font-weight: 800;}
.cd-popup-container aside p{font-size: 16px; padding: 0 10% 0 0; line-height: normal; font-weight: 400;}
.cd-popup-container aside i{position: relative; }


.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 18px;
  right: 36px;
  width: 39px;
  height: 34px; background: url("../images/close_pop.png") no-repeat;
}


.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



 

 .bannerInfo span{overflow:visible; display:block; margin-bottom:10px;}
 .bannerInfo span img{ position:relative; top:90px; opacity:0;}
 .bannerInfo strong{ display:block; padding-top:20px; text-align: right; position: relative;}
 .bannerInfo strong a{ position:relative; opacity:0; left:25px; }
 .bannerInfo strong em{width: 128px; height: 2px; background: #26297d; position: absolute; left:25px;  opacity:0;}
 
 .bannerInfo span img.fadeInUp{top:0;opacity:1; }
 .bannerInfo span img.fadeOutUp{top:-90px; opacity:0; }
 .bannerInfo strong a.fadeIn{ opacity:1; left:-11px;}
 .bannerInfo strong em.fadeIn{ opacity:1; left:0px;}

 .banner_right_image img{ position:relative; top:90px; opacity:0;}
 .banner_right_image img.fadeInUp{top:0;opacity:1;}
 .banner_right_image img.fadeOutUp{top:-90px; opacity:0; }
 .arrow {
    /* display: none; */
}
.banner_right_image {
    position: absolute;
    bottom: 0px;
    width: 95%;
    max-width: 1200px;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0px, -50%);
}

.bannerControl {
    display: none;
}
.mob {
    display:none !important;
}



.banner { position: relative; height: 100vh;overflow: hidden;}
.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    /* padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em; */
    overflow: hidden;
  }
  
  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
  }
  img.play_button {
    position: absolute;
    content: "";
    width: 91px !important;
    height: 91px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    opacity: 1 !important;
    z-index: 9999;
}
.bannerInfo {position: absolute;width: 95%;max-width: 1200px;left: 0px;right: 0px;top: 50%;margin-left: auto;margin-right: auto;transform: translate(0px, -50%);z-index: 1;text-align: center;}
.bannerInfo h3 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    position: relative;
    top: 200px;
    opacity: 0;
    line-height: 60px;
    /* text-transform: uppercase; */
    /* letter-spacing: 5pt; */
}

.hiddentxt{overflow: hidden;}

 .animated{-webkit-transition: all 0.9s ease; -moz-transition: all 0.9s ease;  -o-transition: all 0.9s ease; transition: all 0.9s cubic-bezier(0.5, 0, 0.3, 1); }
 .delay1{-webkit-transition-delay:0.4s;  transition-delay:0.4s;}
 .delay2{-webkit-transition-delay:0.7s;  transition-delay:0.7s;}
 .delay3{-webkit-transition-delay:0.9s;  transition-delay:0.9s;}

 
 .bannerInfo span h4.faderight {
     left:0;opacity:1;
 }
 
 .bannerInfo span h3.fadeInUp {
    top:0px;opacity:1;
 }
 .bannerInfo span a.fadeInUp {
    top:0;opacity:1;
 }
 .bannerInfo span p {
     position:relative;
     right:90px;
     opacity:0;
 }
 .bannerInfo span p.fadeleft {
     right:0;opacity:1;
 }


.bannerInfo h4 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    position: relative;
    left: 90px;
    opacity: 0;
    line-height: 40px;
    padding-bottom: 10px;
}
a.explor_button {
    font-family: 'ITC Avant Garde Gothic Std';
    width: 132px;
    height: 52px;
    font-size: 14px;
    background: #ffd200;
    display: inline-block;
    line-height: 52px;
    color: #000001;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
    /* transition: 0.4s; */
    font-weight: 500;
    top: 90px;
    opacity: 0;
    position: relative;
}

a.explor_button:hover {
    background: #00649e;
}
img.animated.girl_image {
    width: auto;
    position: absolute;
    right: 170px;
    bottom: 0px;
}
.banner_right_image.sec img.animated.girl_image {
    width: auto;
    position: absolute;
    right: 250px;
    margin-top: 50px;
}
img.animated.men_image {
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



  @keyframes an-bell-whole {
    0%, 25%, 75%, to {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    40% {
      -webkit-transform: rotate(14deg);
      -moz-transform: rotate(14deg);
      -o-transform: rotate(14deg);
      transform: rotate(14deg);
    }
    45% {
      -webkit-transform: rotate(-14deg);
      -moz-transform: rotate(-14deg);
      -o-transform: rotate(-14deg);
      transform: rotate(-14deg);
    }
    55% {
      -webkit-transform: rotate(1deg);
      -moz-transform: rotate(1deg);
      -o-transform: rotate(1deg);
      transform: rotate(1deg);
    }
    60% {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
  }


/*section 2 start*/
.sec2{background: #00AF4D;padding: 90px 0;border-top-left-radius: 50px;margin-top: -60px;position: relative;z-index: 9;}
.sec2 .container{/* margin: 0 auto; */color: #fff;/* max-width: 875px; */}
.sec2_mid_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

aside.sec2_first_box {
  width: 42%;
}

aside.sec2_sec_box {
  width: 16%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0px 30px;
}

aside.sec2_third_box {
  width: 50%;
}

aside.sec2_first_box h2 {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
}
aside.sec2_first_box p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 24px;
}
aside.sec2_first_box ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 18px;
  width: 48%;
}
aside.sec2_first_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

aside.sec2_first_box ul li:after {
  background: url(../images/reinsure_right_icon.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
aside.sec2_third_box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 18%);
}
/*section 2 end*/

/*section 3 start*/
section.sec3 .container {
  max-width: 1360px;
  width: 95%;
  margin: 0px auto;
  text-align: center;
}

section.sec3 {
  margin: 60px 0px;
}
section.sec3 h2 {
  font-size: 32px;
  color: #29149D;
  font-weight: bold;
}

section.sec3 h2 span {color: #00AF4D;}

ul.sec3_mid_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}

ul.sec3_mid_box li {
  width: 23.666%;
  background: #fff;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 18%);
  border-radius: 14px;
  padding: 36px 36px;
}

ul.sec3_mid_box li p {
  font-size: 16px;
  color: #3D3D3D;
  margin-bottom: 20px;
  height: 50px;
}
.who_solution_box {
  margin-top: 70px;
}

ul.who_sol_item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}

ul.who_sol_item_box li {
  width: 23.666%;
  padding: 36px 36px;
  border-bottom: 4px solid #00AF4E;
}

ul.who_sol_item_box li h6 {
  font-size: 20px;
  color: #2F2F8B;
  font-weight: bold;
  margin-top: 20px;
}
ul.who_sol_item_box li figure {
  height: 76px;
}

/*section 3 end*/


/*section 4 start*/
.sec4{ padding: 60px 0; position: relative; text-align: center; margin: 0vh 0 0;background-color: #ffffff; }
.sec4 .container{max-width: 790px;  color: #2c2c2c; text-align: center; position: relative; z-index: 1}
.sec4 h2{font-size: 26px; font-weight: 900; padding: 0 0 0px; text-transform: uppercase; letter-spacing: 5px; margin: -50vh 0 0;}
.sec4 ul{display: flex; padding: 0 10%; margin: 50px 0 0; border-top: 1px dashed #2cace2; justify-content: center;}
.sec4 ul li{width: 25%; padding:35px 85px 0 0; text-align: left; position: relative;}
.sec4 ul li:after{position: absolute; content: ""; background: url("../images/vission_ic.png"); width: 24px; height: 24px; left: 0; top: -14px; 
  -webkit-animation: sk-bounce 3.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;

}



@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.1) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  } 50% { 
    transform: scale(1);
    -webkit-transform: scale(1);

  }
}




.sec4 ul li h3{font-size: 20px; color: #2f2f2f; min-height: 60px;}
.sec4 ul li p{font-size: 14px; padding: 0 0 20px; line-height: normal; font-weight: 300;}


/*section 4 end*/

/*section 5 start*/
.sec5 { background: #1a3665 url(../images/sec5bg.png) no-repeat center top; padding: 84px 0px 180px; position: relative;}
.sec5 .container{max-width: 630px; margin: 0 auto; color: #fff; text-align: center; position: relative; z-index: 1}
.sec5 h2{font-size: 26px; font-weight: 900; padding: 0 0 40px; text-transform: uppercase; letter-spacing: 5px; line-height: normal;}
.sec5 p{font-size: 20px; padding: 0 0 20px; line-height: 36px; font-weight: 300;}
/*section 5 start*/

/*section 6 start*/
.sec6{ padding: 60px 0 0; position: relative; text-align: center; margin: -250px 0 0; }
.sec6 .container{ margin: 0 auto; color: #2c2c2c; text-align: center; position: relative; z-index: 1}
.sec6 h2{font-size: 26px; font-weight: 900; padding: 0 0 40px; text-transform: uppercase; letter-spacing: 5px;}
.sec6 ul{display: flex; padding: 0; margin: 50px 0 0;}
.sec6 ul li{width: 25%; padding:50px; text-align: left; position: relative; background-color: #effcff;     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);}
.sec6 ul li:nth-child(even){background-color: #f1f1f1;}
.sec6 ul li h3{font-size: 20px; color: #2c2c2c; min-height: 140px; font-weight: 800;}
.sec6 ul li p{font-size: 14px; padding: 0 0 20px; line-height: normal; font-weight: 300;}
.sec6 ul li i{position: relative; }
.sec6 ul li a{float: left; width: 100%;}
.sec6 ul li a i{/*background: url("../images/plus.png") no-repeat right;*/ display: inline-block; width: 100%;}
.sec6 ul li a i img{-webkit-transition: 0.6s ease-out;-moz-transition: 0.6s ease-out;transition: 1500ms ease; transform: translateY(0);}
.sec6 ul li a:hover i img {/*-webkit-transform: rotateZ(720deg); -moz-transform: rotateZ(720deg);  transform: rotateZ(720deg);*/  transform: translateY(-10px);
}
/*section 6 end*/


/*section 7 start*/
.sec7{ padding:80px 0 30px; position: relative; text-align: center; margin: 0vh 0 0; background-color: #e5f9fe; }
.sec7 .container{ margin: 0 auto; color: #2c2c2c; text-align: center; padding: 0 0 50px; position: relative; z-index: 1;/* border-bottom: 1px solid rgba(26,41,101,0.2);*/}
.sec7 h2{font-size: 42px; font-weight: 800; padding: 0 0 40px; color: #1a3665; }
.sec7 h3{font-size: 44px; font-weight: 800; line-height: 46px;;padding: 0 0 20px; color: #1a3665; }
.sec7 h3 span{color: #22a9e1; }
.sec7 ul{display: flex; flex-flow: wrap; margin: 25px 0 0;}
.sec7 ul li{width: 50%; padding: 0 0 0 30px; background: url("../images/bullet.png") no-repeat 0 5px; margin: 0 0 10px; font-size: 15px;}
.sec7 .block{display: flex}
.sec7 .block aside:first-child{width: 45%; text-align: left;}
.sec7 .block aside{width: 55%; text-align: left;}
.sec7 .block aside:last-child img{background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); border-radius: 10px; width: 100%;}

.sec7 .block aside:first-child{padding:0 50px 0 0;}
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background: #29149D url(../images/btn_arrow.png) no-repeat 90%;
  padding: 12px 50px 12px 20px;
  font-size: 90%;
  font-weight: 400;
  width: auto;
  overflow: hidden;
  text-align: left;
  border-radius: 30px;
  margin: 20px 8px 0 0;
}
.btn span {z-index: 5; position: relative; transition: color 350ms ease;}
.btn:hover span{color: white;}
.btn::after, .btn::before{content: " "; display: block; position: absolute;width: 100%; top: 0; bottom: 0; right: 0; background: #1a3665 url("../images/btn_arrow.png") no-repeat 90%; z-index: -1;}
.btn::before {/*   background: blue; */ transform: translateX(-100%); z-index: 1;}
.btn:hover:before { transform: translateX(0); transition: transform 350ms ease;}
.btn::after { z-index: 0; transform: translateX(100%); transition: none; transition: transform 350ms ease;}
.btn:hover:after {opacity: 1;transform: translateX(0);transition: transform 350ms 360ms ease;}
/*section 7 end*/

/*section 8 start*/
.sec8{ padding: 0px 0 60px; position: relative; text-align: center; margin: 0vh 0 0; background-color: #e5f9fe;}
.sec8 .container{ margin: 0 auto; color: #2c2c2c; text-align: center; position: relative; z-index: 1;}
.sec8 h2{font-size: 26px; font-weight: 900; padding: 0 0 40px; text-transform: uppercase; letter-spacing: 5px;}
.sec8 .block{display: flex; column-gap: 25px;}
.sec8 .block aside:first-child{width: calc(100% - 679px); text-align: left;}
.sec8 .block aside.featureinfo{background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); border-radius: 10px; padding: 40px; }
.sec8 .block aside.featureinfo h3{ font-size: 22px; color: #2c2c2c; font-weight: 400; line-height: 30px;}
.sec8 .block aside.featureinfo ul{float: left; width: 100%; margin: 20px 0 0;}
.sec8 .block aside.featureinfo ul li{float: left; width: 100%; background: url("../images/bullet.png") no-repeat; padding: 0 0 0 30px; margin: 0 0 15px;}
.sec8 .block aside.thumb img{background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); border-radius: 10px;}
/*section 8 end*/

/*section 9 start*/
.sec9{ padding: 60px 0 60px; position: relative; text-align: center; margin: 0vh 0 0; background-color: #ffffff;}
.sec9 .container{ margin: 0 auto; color: #2c2c2c; text-align: center; position: relative; z-index: 1; }
.sec9 h2{font-size: 28px; font-weight: 900; padding: 0 0 40px; text-transform: uppercase; letter-spacing: 5px;}
.sec9 .block{display: flex; column-gap: 25px;}
.sec9 .block aside:first-child{width:405px; text-align: left;}
.sec9 .block aside:last-child{width:calc(100% - 405px); padding: 0 0 0 10%; text-align: left;}
.sec9 .block aside.solutioninfo{padding: 0px; }
.sec9 .block aside.solutioninfo h3{ font-size: 26px; color: #2c2c2c; font-weight: 900; line-height: 30px; padding: 0 0 40px;}
.sec9 .block aside.solutioninfo ul{float: left; width: 100%; margin: 20px 0 0;}
.sec9 .block aside.solutioninfo ul li{float: left; width: 100%; padding: 0 0 10px 80px; margin: 0 0 10px; position: relative; border-bottom: 1px solid #e1e1e1; font-weight: 700; min-height: 60px; line-height: 60px;}
.sec9 .block aside.solutioninfo ul li:last-child{border-bottom: 0px solid #e1e1e1;}
.sec9 .block aside.solutioninfo ul li i{position: absolute; left: 0; top: 0;}

.sec9 .block aside.solutioninfo2{}
.sec9 .block aside.solutioninfo2 h3{ font-size: 26px; color: #2c2c2c; font-weight: 900; line-height: 30px; padding: 0 0 40px;}
.sec9 .block aside.solutioninfo2 ul{display: flex; flex-wrap: wrap;}
.sec9 .block aside.solutioninfo2 ul li{width: 50%; padding: 0 15px 30px 0; position: relative;}
.sec9 .block aside.solutioninfo2 ul li i{position: absolute; left: 0; right: 0; margin: 0 auto; top: -17px; width: 34px; height: 34px; border-radius: 50%; background-color: #fbfeff; border: 1px dashed #4dbbe7;}
.sec9 .block aside.solutioninfo2 ul li i:after{position: absolute; content: ""; background: url("../images/dwn_arrow.png") no-repeat center; width: 10px; height: 10px; margin: auto; left: 0; right: 0; top: 0px; bottom: 0px;}
.sec9 .block aside.solutioninfo2 ul li aside{width: 100%; padding: 37px 0; text-align: center; background-color: #e5f9fe; border-radius: 10px; border: 1px dashed #4dbbe7; font-size: 16px; font-weight: 700; min-height: 140px;}

/*section 9 end*/


/*section 9 start*/
.sec10{ padding: 43px 0; position: relative; text-align: center; margin: 0vh 0 0; background:url("../images/contact_bg.jpg") no-repeat; background-size: cover;}
.sec10 .container{ margin: 0 auto; color: #2c2c2c; text-align: center; position: relative; z-index: 1; max-width: 1066px; overflow: hidden}
.sec10 h2{font-size: 18px; font-weight: 400;color: #fff; padding:0 0 0px; overflow: hidden; line-height: normal }
.sec10 h3{ font-size: 25px; color: #2c2c2c; font-weight: 400; line-height: 30px; padding: 0 0 15px;  overflow: hidden}
.sec10 h3 a{ color: #72d3fe;}
.sec10 p{ font-size: 12px; color: #ffffff; font-weight: 400; line-height: 30px; padding: 0 0 0px;  overflow: hidden}

/*section 9 end*/

section.sec2 .container {
  width: 95%;
  max-width: 1360px;
  margin: 0 auto;
}



@media screen and (max-width:1600px) {

}

@media screen and (max-width:1367px) {
    .homeBanner, .homeBanner>div, .homeBanner>div>div {
        height: 100%;
    }
    .arrowSection {
        bottom: 6%;
    }
    .bannerInfo {
        /* bottom: 148px; */
    }
}

@media screen and (max-width:1100px) {
}


@media screen and (max-width:1100px) {
    
}


@media screen and (max-width:1025px) {
.bannerInfo {
    /* width: 100%; */
}
/* html, body {
    overflow-x: hidden;
} */
}


@media screen and (max-width:1023px) {
    













.bannerInfo h3 {
    font-size: 38px;
    line-height: 40px;
}
.bannerInfo h4 {
    font-size: 18px;
}
}

@media screen and (max-width:1400px) {
    /* .sec3 {
        height: 563px;
    } */
}

@media screen and (max-width:1100px) {
    /* .sec3 {
        height: 410px;
    } */
}



@media screen and (max-width:990px) {
    .des_900 {
        display:block !important;
    }
    .desk_1600 {
        display: none !important;
    }
}




@media screen and (max-width:820px) {

.homeBanner .bannerSlide img {
    /* width: inherit; */
    /* opacity: inherit; */
}
.bannerInfo {
    /* bottom: 98px; */
}
.bannerInfo h4 {
    /* font-size: 24px; */
    line-height: 24px;
}
.bannerInfo h3 {
    /* font-size: 52px; */
    /* margin-bottom: 14px; */
}
.bannerInfo:after {
    top: 158px;
}


}

@media screen and (max-width:680px) {
	html, body{overflow-x: hidden;}
  .homeBanner .banner-dots li.slick-active {
    width: 14.666667%;
}
.homeBanner .banner-dots li.slick-active:after {
  width: 40%;
}
.homeBanner .banner-dots {
  bottom: 6%;
}



    .bannerInfo:before {
        top: -60px;
    }
    .bannerInfo:after {
        top: 140px;
    }

   /* .bannerInfo h3 {font-size: 20px; margin-bottom: 0px; line-height: 20px; }*/
   .bannerInfo h3 {
    /* margin-top: 20px; */
    line-height: 24px;
    font-size: 20px;
}
.bannerInfo {
  top: 64%;
}
aside.sec2_sec_box ul li:last-child {
  margin-bottom: 0px;
}
ul.sec3_mid_box li p {
  font-size: 16px;
  height: 70px;
}
ul.sec3_mid_box li {
  width: 49%;
  padding: 36px 14px;
  margin-bottom: 10px;
}
ul.who_sol_item_box li {
  width: 49%;
  padding: 36px 14px;
}
.bannerInfo h4 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
}
section.sec3 {
  margin: 60px 0px;
  margin-bottom: 20px;
}
section.sec3 h2 {
  font-size: 26px;
}
	
	


.bannerInfo span:before {
    left: 16%;
    top: -110%;
}
.bannerInfo span::after {
    right: 0%;
    bottom: -6%;
}
.bannerInfo:before {
    top: -100px;
    display: none;
}
.bannerInfo:after {
    top: 88px;
    display: none;
}
.arrowSection {
    bottom: 30px;
    display: none;
}
.headerSec1 aside:first-of-type, .logo {

}
.des_900 {
    display: none !important;
}
.mob_680 {
    display: block !important;
}
	
.sec2{height: auto;margin-top: 0px;border-radius: 0px;padding: 40px 10px;}
	
/*------- section 3 css ---------*/	
.sec3 { height: auto;}
.sec3:after {left: 25%; transform: translate(0%, -100px); background-size: 190%;}
.sec3 p {padding: 0 0 20px;}
	
/*------- section 4 css ---------*/	
.sec4 ul { border-top: 0px dashed #2cace2; flex-wrap: wrap; padding: 0}
.sec4 ul li{width: 100%; border-top: 1px dashed #2cace2; padding: 30px 10%}
.sec4 ul li:after { left: 30px;}
.sec4 ul li h3 br{display: none;}
.sec4 h2 { padding: 0 0 20px;  margin: 0 0 0;}

/*------- section 5 css ---------*/	
.sec5 p {font-size: 18px; line-height: 30px;}
	
/*------- section 6 css ---------*/
.sec6 ul{flex-wrap: wrap;}
.sec6 ul li { width: 100%;}
.cd-popup-container{flex-wrap: wrap; display: block}
.cd-popup-container aside:first-child { width: 100%;}
.cd-popup-container aside { width: 100%;}
	
/*------- section 7 css ---------*/
.sec7 .block {flex-wrap: wrap;}
	.sec7 .block aside:first-child{padding: 0 0 50px;}
	.sec7 .block aside, .sec7 .block aside img{width: 100%;}
	.sec7 ul{display: block;}
	.sec7 ul li{width: 100%}
	
/*------- section 8 css ---------*/	
	.sec8 .block{flex-wrap: wrap;}
	.sec8 .block aside:first-child { width: 100%; margin: 0 0 20px;}
	.sec8 .block aside img{width: 100%;}
	
/*------- section 9 css ---------*/	
	.sec9 .block{flex-wrap: wrap;}
	.sec9 .block aside:first-child {width: 100%;}
	.sec9 .block aside:last-child { width: 100%; padding: 30px 0 0; text-align: left;}
	
	
	
/*------- section 10 css ---------*/
	.sec10 h3 {
    font-size: 26px;
}
.sec7 .block aside:first-child {
    width: 100%;
    text-align: left;
}


}

@media screen and (max-width:500px) {

}


@media screen and (max-width:680px) {
    .banner {
    /* background: url(../images/home_mob_banner.jpg); */
    background-size: cover;
    height: auto;
}
.desk {
    display: none !important;
}
.mob {
    display: block !important;
}
aside.sec2_sec_box {
  width: 100%;
  border-left: none;
  border-right: none;
  padding: 10px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px 0px;
}
aside.sec2_sec_box ul li {
  margin-bottom: 14px;
}
aside.sec2_first_box h2 {
  font-size: 30px;
  line-height: 36px;
}
aside.sec2_first_box {
  width: 100%;
}
aside.sec2_third_box {
  width: 100%;
}
ul.who_sol_item_box li h6 {
  font-size: 18px;
}
.cdsl_box ul li:nth-child(2) img {
  width: 100%;
}

}


@media screen and (max-width:450px) {

}


@media screen and (max-width:400px) {
    
}









@-webkit-keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-10px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-10px);
    }
    100% {
      transform: translatey(0px);
    }
  }

  @-webkit-keyframes floatone {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-30px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  @keyframes floatone {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-30px);
    }
    100% {
      transform: translatey(0px);
    }
  }


  @media screen and (min-width:1601px) {
   
  }