html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
/*fonts*/

html,body{
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  overflow-x: hidden;
  max-width: 100vw;
  padding-top: 150px;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Poppins", sans-serif;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
a:focus,
a:hover{
  outline: none;
}
img{
  display: block;
  max-width: 100%;
}
h1{
  font-size: 72px;
  line-height: 1.2;
  font-weight: 600;
}
h2{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
.btn {
  background: #264da1;
  color: #fff;
  cursor: pointer;
  border: none !important;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  line-height: 52px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
}
.btn:hover{
  background:#0ca4e3;
}
.btn_skyblue{
  background:#0ca4e3;
}
.btn_skyblue:hover{
  background: #264da1;
}
.btn_white{
  background:#fff;
  color: #28409a;
}
.btn_white:hover{
  background: #28409a;
  color: #fff
}
.header_top{
  min-height: 50px;
  display: flex;
  align-items: center;
  background:#264da1;
  transition: 0.4s all ease-in-out;
}
.ht_in{
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
.ht_in p{
  margin-left: 60px;
  font-weight: 600;
}
.ht_in a{
  color: #fff;
}
.ht_in a:hover{
  color: #5ed0ff;
}
.nav{
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.nav_rht,.btn_block{
  display: flex;
  align-items: center;
}
nav ul{
  display: flex;
}
nav ul li{
  margin-left: 40px;
  padding: 36px 0;
}
nav ul li a{
  font-weight: 500;
  color: #1e2f87;
  position: relative;
  padding: 0 5px;
  display: inline-block;
}
.dropdown:hover a,
nav ul li a:hover,
nav ul li a.active{
  color: #10a4d9;
}
nav ul li a:after{
  content: '';
  height: 5px;
  background: url(../images/curve.png) repeat-x center;
  position: absolute;
  top:100%;
  left: 0;
  right: 0;
  margin: 5px auto;
  width: 0;
  transition: 0.4s all ease-in-out;
}
.dropdown:hover a:after,
nav ul li a:hover:after{
  width: 100%;
}
.btn_block{
  margin-left: 10px;
}
.btn_block a{
  margin-left: 10px;
  display: inline-block;
}
.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  left: 0px;
  background: #0c2f7c;
  border:1px solid #fff;
  border-radius: 50%;
  background: #0c2f7c url(../images/left-arrow.png) no-repeat center / 15px !important;
  transition: 0.4s all ease-in-out;
  z-index: 9;
}
.slick-next {
  left: auto;
  right: 0px;
  background-image: url(../images/right-arrow.png) !important;
}
.slick-arrow.slick-disabled {
    opacity: 0.4;
}
.slick-prev:before, .slick-next:before{
  display: none;
}

.slick-arrow:hover{
  border-color: #42a2ee;
  background-color:#42a2ee !important;
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #fff;
}
header.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
header.sticky .header_top{
  min-height: 42px;
}
.header_btm{
  width: 100%;
  display: flex;
  align-items: center;
}
header.sticky .logo img {
  width: 80px;
}
.header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 82px;
}
.banner{
  height: 850px;
  background:url(../images/banner_1.jpg) no-repeat bottom center / cover;
  padding: 150px 0 300px;
  position: relative;
}
.banner:after,
.banner:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(62deg, #112c7b, #20bff1);
  opacity: 0.89;
}
.banner_cnt{
  width: 800px;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-left: 90px;
}
.banner:after{
  height: 334px;
  top: auto;
  bottom: -1px;
  background: url(../images/banner_shape.svg) no-repeat top center / 100% 100%;
  opacity: 1;
  z-index: 2;
}
.banner_cnt h1{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 100;
  margin-bottom: 20px;
}
.banner_cnt h1 b{
  font-weight: 700;
}
.banner_cnt p{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.banner_cnt p b{
  font-weight: 600;
}
.banner_img{
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
}
.animate2{
  left: auto;
  right: 0;
  bottom: 150px;
}
/*.animate2{
  left: auto;
  right: 0;
  bottom: 150px;
  animation: zoomeffect 5s infinite;
  opacity: 0;
  animation-delay: 0.5s;
}
@keyframes zoomeffect{
    0%{
      opacity: 1;
      background-position:center;
      transform:scale(1,1);
    }
    50%{
      opacity: 0.9;
      background-position:center;
      transform:scale(1.1,1.1);
    }
    100%{
      opacity: 1;
      background-position:center;
      transform:scale(1,1);
    }
}*/



.title{
  font-size: 50px;
  line-height: 1.2;
  color: #264da1;
  margin-bottom: 30px;
  font-weight: 600;
}
.title b{
  color: #059af8;
  display: block;
  font-weight: 200;
}
.title_tag{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #2386c8;
}
.history_blk{
  min-height: 750px;
  padding: 110px 0;
}
.hb_in{
  display: flex;
  justify-content: space-between;
}
.hb_imgs_blk,.hb_cnt{
  width: 100%;
  padding: 20px;
}
.hb_imgs_blk{
  display: flex;
}
.hb_img{
  flex:0 0 377px;
  height: 351px;
  overflow: hidden;
  border-radius: 15px;
}
.hb_img img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.hb_img:nth-child(2){
  transform: translate(-150px,170px);
}
.hb_cnt{
  padding-top: 40px;
}
.hb_cnt h2{
  margin-bottom: 50px;
}
.hb_cnt p{
  font-size: 15px;
  margin-bottom: 30px;
}
.our_products{
  background:#0b2c78;
  min-height: 830px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
}
.product_item{
  display: flex !important;
  align-items: center;
  position: relative;
  height: 540px;
  min-height: 780px;
}
.product_item {
  margin: 0 100px;
}
.product_cnt {
  min-height: 482px;
  margin: 30px 0 0 0;
  width: 820px;
  position: relative;
  background: #42a2ee;
  border-radius: 20px;
  height: 500px;
  text-align: left;
}
.product_img {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 660px;
  height: 780px;
  overflow: hidden;
  z-index: 99;
}
.pc_in{
  padding: 50px 200px 50px 50px;
}
.pc_in img{
  margin-bottom: 15px;
}
.pc_in p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.pc_in h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pc_in li{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.pc_in ul{
  margin-bottom: 20px;
}

.pc_in a{
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.benfits_blk{
  padding: 70px 0;
  text-align: center;
}
.benfits_blk h2{
  text-align: center;
}
.benifit_img{
  width: 422px;
  height: 653px;
  margin: auto;
}
.benifits li{
  background:#f3fbff;
  border:1px solid #bbc9f3;
  width: 470px;
  height: 91px;
  border-radius: 50px;
  margin: 30px 0;
  padding: 15px 140px 15px 30px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.benifits li span{
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #50b1f2;
  opacity: 0.5;
}
.benifits li p{
  font-size: 15px;
  text-align: right;
  padding-right: 10px;
}
.icon{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#bae7ff;
  border:1px solid #50b1f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.benfits_wrapper{
  height: 660px;
  position: relative;
  margin-bottom:  30px;
}
.benifits{
  display: flex;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.benifits ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benifits ul:nth-child(2){
  align-items: flex-end;
}
.benifits ul:nth-child(2) li{
  flex-direction: row;
  padding: 15px 30px 15px 140px;
}
.benifits ul:nth-child(2) li .icon{
  left: 0;
}
.benifits ul:nth-child(2) li p{
  padding: 0 0 0 10px;
  text-align: left;
}
.benifits ul:first-child li:first-child{
  left: 100px;
}
.benifits ul:first-child li:nth-child(2){
  left: 30px;
}
.benifits ul:first-child li:nth-child(3){
  left: 10px;
}
.benifits ul:nth-child(2) li:first-child{
  left: -140px;
}
.benifits ul:nth-child(2) li:nth-child(2){
  left: -70px;
}
.benifits ul:nth-child(2) li:nth-child(3){
  left: -10px;
}
.benifits ul:nth-child(2) li:nth-child(4){
  left: -30px;
}
footer{
  background: #264da1;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  color: #fff;
}
footer a{
  color: #fff;
}
footer:after{
  content: '';
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  height: calc(100% + 300px);
  background:url(../images/footer_bg.png) no-repeat top center / 100% 100%;
}
footer .container{
  position: relative;
  z-index: 1;
}
.footer_in{
  position: relative;
  top: -50px;
  display: flex;
}
.logo img{
  width: 95px;
  transition: 0.4s all ease-in-out;
}
.footer_lft {
    flex: 0 0 350px;
    max-width: 350px;
    padding-top: 10px;
}
.footer_rht {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reachus,
.quick_links{
  margin-left: 80px;
}
.footer_logo{
  margin-bottom: 10px;
  display: inline-block;
}
.footer_logo img{
  width: 120px;
}
.footerlft_in p{
  font-size: 14px;
  margin-bottom: 30px;
}


.newslettter_blk {
  display: flex;
  padding: 50px 0;
  background:#bae7ff;
  height: 570px;
  position: relative;
}

.newslettter_blk:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:url(../images/newsletter_bg.jpg) no-repeat center / cover;
  opacity: 0.3;
}

.newslettter {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newslettter h2{
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #264da1;
}
.newslettter p{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #000000;
}
.input_group {
  width: 470px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input_group .form_control{
  border: none;
  width: 100%
}
.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  height: 60px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_control:focus{
  outline: none;
}
.form_control.btn{
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  border-radius: 0;
  background:#4c6fff;
}
.form_control.btn:hover{
  background:#0ca4e3;
}
footer a:hover{
  color: #37cfff !important;
}
.btn_link {
  background: transparent !important;
  border: none !important;
}
footer h5{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.reachus ul li a,
.quick_links a{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  display: inline-block;
}
.page_links a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px;
}
address {
  margin-top: 30px;
}
address p{
  line-height: 26px;
}
.signUp h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.signUp .form_control{
  border-color: #fff;
  background: transparent;
  color: #fff;
  font-size: 14px;
}
.signUp ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.signUp ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.signUp :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.signUp :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.signUp .input_group{
  background: transparent;
  border:1px solid #fff;
  width: 100%;
}
.signUp .input_group .btn_link{
  min-width: 50px;
  padding: 0 15px;
}
.footer_btm {
  margin-top: -15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  flex:0 0 350px;
  max-width: 350px;
}
.sm ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sm li{
  margin: 0 10px 0 0;
}
.sm a{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border:1px solid #fff;
  border-radius: 50%;
}
.sm a svg{
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sm a:hover{
  background: #264da1;
  transform: scale(1.05);
}
.sm a:hover svg{
  fill: #fff
}
.copyright p {
  font-size: 14px;
  margin: 0 0 10px;
}
.copyright p b{
  font-weight: 600;
}
.copyright ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.sticky {
  background: #fff;
  -webkit-box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
          box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
}

button:disabled{
  cursor: not-allowed;
}
form{
  position: relative;
}
.message{
  position: absolute;
  left: 0;
  bottom: -45px;
  padding: 15px 0;
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
}
.output_message {
  color: #000;
}
b,strong{
  font-weight: 600;
}

#form_Submit{
  width: 100%;
  display: block;
  font-size: 18px;
}
#form_Submit:hover{
  background-color: #0c2d75;
}
.input_group .form_control:focus,
.form_control:focus{
  outline: none;
  border-color: #0ca4e3; 
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #777;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
label.error {
    display: none !important;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error{
  display: none !important;
}
.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}
textarea.form_control{
  height: 162px;
  resize: none;
}
button:disabled{
  opacity: 0.6;
}
.innerpage_banner {
  height: auto !important;
  min-height: 500px !important;
  padding-top: 70px !important;
  background-image: url(../images/banner2.jpg);
}
.innerpage_banner .banner_cnt {
  width: auto;
  margin: 0;
  padding-left: 0;
}
.page_title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.innerpage_banner:after{
  height: 300px;
  background-image: url(../images/banner_shape2.png);
}
input[type='datetime-local']:invalid,
select:required:invalid{
  color: #777;
}
option{
  color: #000;
}
option:disabled {
  display: none;
}
main {
  padding: 0 0 100px 0;
}
.content_header {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
.content_header h2{
  font-weight: 400;
  color: #282828;
}
.content_header h2 b{
  display: block;
  font-weight: 600;
  color: #264da1;
}
.content_header img{
  margin-bottom: 30px;
}
.aw_blk{
  display: flex;
  justify-content: space-between;
}
.aucnt,
.auc_imgs{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
.aucnt p{
  margin-bottom: 25px;
}
.aucnt b{
  font-weight: 600;
}
.aucnt h4{
  margin-bottom: 20px;
}
.aucnt h4 b{
  font-weight: bold;
}
.auc_placeholder{
  width: 570px;
  height: 350px;
  background: #cfcfcf;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
}
.auc_placeholder img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.auc_imgs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auc_placeholder2{
  position: absolute;
}
.auc_placeholder + .auc_placeholder{
  margin-top: 180px;
}
.auc_placeholder2 {
  width: 440px;
  height: 340px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 !important;
  border:10px solid #fff;
}
.auc_placeholder3{
  width: 450px;
}
.wcu_blk{
  margin-top: 30px;
  flex-direction: row-reverse;
}
h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.wcu_blk .aucnt{
  align-self: center;
}
.wcu_blk .auc_placeholder{
  width: 100%;
  height: 370px;
}
.product_item{
  display: none;
}
.product_item:first-child{
  display: block;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}


.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.aboutus_wrapper{
  padding-top: 50px;
}
.wihb_img{
  max-width: 1080px;
  min-height: 580px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 32px rgba(32, 173, 222, 0.2);
  margin-bottom: 100px;
}

.wihb_cnt .auc_placeholder {
  width: 370px;
  height: 350px;
}
.wihb_cnt .auc_placeholder2{
  transform: none;
  top: 260px;
}
.aucnt ul{
  list-style: disc;
  padding: 5px 0 0 15px;
}
.aucnt ol{
  padding: 5px 0 0 15px;
}
.aucnt h5{
  font-size: 18px;
  font-weight: 600;
}
.aucnt img{
  border-radius: 20px;
}
.wihb_img2 {
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto 20px;
}
.list_unstyles{
  list-style: none !important;
}
.image-fluid{
  width: 100%;
}
.swt_blk{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
}
.swt_card{
  flex: 0 0 calc(100% / 3 - 30px);
  margin: 0 15px;
  border:1px solid #c2c2c2;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
}
.swt_card h3{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 15px;
}
.swt_card p{
  color: #494949;
}
.swt_card a{
  display:inline-block;
  margin-top: 30px;
  color: #264da1;
  font-weight: 600;
}

.mega_menu {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 100%;
  min-height: 520px;
  padding: 50px 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%) inset;
  display: none;
}
.mm_menu{
  width: 50%;
  position: relative;
}
.mm_menu ul{
  width: 437px;
  display: block;
}
.mm_menu ul li{
  margin: 0;
  padding: 0;
}
.mm_menu ul li a{
  display: block;
  padding: 20px 60px 20px 30px;
  border:1px solid transparent;
  border-radius: 10px;
  position: relative;
}
.mm_menu ul li a:after{
  display: none;
}
.mm_menu ul li a:before{
  content: '';
  width: 25px;
  height: 15px;
  background:url(../images/arrow.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.mm_menu ul li.active a,
.mm_menu ul li a:hover{
  background-color: #e7f7ff;
  border-color: #0ca4e3;
}
.mm_menu ul li.active a::before,
.mm_menu ul li a:hover:before{
  opacity: 1;
}
.mm_menu ul li a strong{
  color: #264da1;
  display: block;
}
.mm_menu ul li a p{
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.menu_content{
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.menu_content h3{
  font-size: 30px;
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
  font-weight: 600;
  color: #264da1;
  margin-bottom: 15px;
}
.menu_content p{
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 30px;
}
.menu_img{
  width: 350px;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background: #ccc;
}
.menu_img img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.mm_menu ul li.active .menu_content{
  visibility: visible;
  opacity: 1;
}
.faqs_wrapper .content_header{
  padding: 0 18%;
}
.faqs_wrapper .content_header h2{
  margin-bottom: 20px;
}

/*font-family: "Bebas Neue", sans-serif;*/
/*font-family: "Inter", sans-serif;*/
/*font-family: "Poppins", sans-serif;*/
.faqs {
  counter-reset: section;
}

.faqs ul li h6::before {
  counter-increment: section;
  content: " " counter(section) ". ";\
}
.faqs ul li p::before {
  content: 'Answer:';
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
.faqs h3{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
.faqs ul + p{
  color: #264da1;
  margin-top: 20px;
}
.faqs ul li{
  border:1px solid #d7d7d7;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.faqs ul li + li{
  margin-top: -1px;
}
.faqs ul li h6{
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 15px 25px;
}
.faqs ul li h6:after{
  content: '+';
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  font-weight: 600;

}
.faqs ul li p{
  display: none;
  padding: 0 25px 20px;
}
.faqs{
  padding: 0 40px;
}
.faqs ul li.open{
  border-color: #48bced;
  background-color: #d1e9f5;
  z-index: 1;
}
.faqs ul li.open p{
  display: block;
}
.faqs ul li.open h6:after{
  content: '-';
}
.page_contact{
  background:linear-gradient(62deg, #112c7b, #20bff1);
}
.conatct_blk{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 300px;
  color: #fff;
  position: relative;
}
.contact_details,.contact_form{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
.conatct_blk h2{
  margin-bottom: 40px;
}
.conatct_blk h3{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact_details ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.divider{
  flex: 0 0 1px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 60px;
}
.contact_details a{
  color: #fff;
}
.conatct_blk strong{
  font-size: 18px;
  display: block;
}
.map h3{
  margin-bottom: 20px;
}
.conatct_blk iframe{
  width: 100%;
  height: 220px;
  border-radius: 10px;
}
.become_distrubter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom:30px;
  border-bottom: 1px solid rgba(255,255,255,0.5)
}
.become_distrubter a{
  font-size: 16px;
}
.conatct_blk h2{
  font-size: 30px;
  font-weight: 500;
}
.become_distrubter h2{
  margin: 0;
}
.enquiry_form h2{
  margin-bottom: 0;
}
#enquiry_form{
  margin-top: 30px;
}
.form_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.w_50{
  flex: 0 0 49%
}
.w_100{
  flex: 0 0 100%
}
.form_btn{
  margin-left: auto;
}
.requestDemoForm h1{
  font-size: 60px;
}
.requestDemoForm h1 span{
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.requestDemoForm{
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  z-index: 1;
}
#requestDemo{
  margin-top: 50px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/chevron-down.png) no-repeat right 15px center;
}
.rd_msg{
  padding: 20px 0;
}
.requestDemoForm .btn{
  width: 100%;
  font-size: 16px;
}
.form_img {
  position: absolute;
  right: -100px;
  bottom: -60px;
}
input[type="datetime-local"] {
  display:block;
  position:relative;
  padding:1rem 3.5rem 1rem 0.75rem;
  background:white url(../images/calender.png) no-repeat right 10px center;
  text-transform: uppercase;
}
input[type="date"]:focus {
  outline:none;
  border-color:#3acfff;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
::-webkit-datetime-edit-text {
  opacity:0;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
  display:none;
}
::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  
  opacity:0;
  cursor:pointer;
  
  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);
 
}

input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }

.thankyouwrapper{
  min-height: 600px;
}
.thankyouwrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.thankyouwrapper h1,
.thankyouwrapper p{
  margin-bottom: 20px;
}
.thankyouwrapper p{
  font-size: 20px;
  line-height: 26px;
}
.mega_menu2 .mm_menu{
  width: 100%;
}
.mega_menu2 .mm_menu ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mega_menu2 .mm_menu ul li{
  flex: 0 0 calc(100% / 3);
}
.copyright  li{
  display: block !important;
}
.nav_rht .btn_block .btn_skyblue{
  display: none;
}
.certificates_blk {
  text-align: center;
  margin-top: -150px;
  position: relative;
  z-index: 9;
}
.certificates_blk ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.certificates_blk ul li{
  margin: 0 10px;
}
.certificates_blk span{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2386c8;
  text-transform: uppercase;
}
.dropdown > a::after {
  content: '';
  width: 20px !important;
  height: 10px;
  display: inline-block;
  margin-left: 30px;
  background: url(../images/chevron.png) no-repeat center;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  margin: 6px 0 0 5px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
.dropdown.active > a::after {
  background-image: url(../images/arrow_up.png);
}
li.dropdown > a {
  padding-right: 25px;
}
.dropdown:hover > a::after {
  transform: rotate(180deg);
}
.newslettter_in .certificates_blk{
  margin-top: 0 !important;
}
.newslettter_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newslettter_in .certificates_blk span {
  display: block;
  text-align: left;
  color: #264da1;
  margin: 0 0 10px 0;
}
.newslettter_in .certificates_blk ul li:first-child{
  margin-left: 0;
}