@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
html, body{overflow-x:hidden!important;}
body {
      font-family:  "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #5b5b5b;
    overflow-x: hidden;
    font-weight:500;
    background:#000032;

}
   


a {
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #0065eb;
    text-decoration:none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding-left: 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0;
}

h1 {
    font-size: 42px;
    font-weight: 900;
}

h2 {
    font-size: 36px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

h4 {
    font-size: 16px;
    font-weight:600;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    margin-bottom: 20px;
}

blockquote,
q {
    display: inline-block;
    padding: 10px 22px 12px 22px;
    border-left: 4px solid #01c6fb;
    color: #2e3337;
    font-size: 18px;
    line-height: 30px;
}




.button-large:hover{transform: scale(0.95);}
.caption_banner .button-large i img{filter: brightness(0);}
.caption_banner .button-large:hover i img{filter: brightness(1);}
.caption_banner {  z-index:3!important; }

.button-large i img{margin-top: -4px;}
/*  3.0 Header Style
========================================================================== */

header.main_header {
    box-shadow: none;
    top: 0;
    width: 100%;
    padding: 0 0;
    left: 0;
    transition: all ease 0.4s;
    z-index:99;
    background:none;
/*    box-shadow:2px 2px 2px rgb(0 0 0 / 8%);*/
/*background:radial-gradient(50% 100% at 50% 0%, rgba(255, 255, 255, 0.05) 0%, rgb(18 0 68) 100%), linear-gradient(128deg, rgb(51 0 175) 0%, rgb(155 31 136) 100%) ;*/
background:#020242;
}

.main_menu_list li.menu-item {
    margin: 0 0 0 0;
    position:relative;
    padding:7px 3px;
}
.main_menu_list li.menu-item a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
    display: block;
    border-radius:20px;
    transition:all ease 600ms;
}


.main_menu_list li.menu-item a:hover, .main_menu_list li.page-active a, li.active-nav a {
   color:#fff   !important;
   background:#033b85; 

}
/*
header.main_header.light_bg .nav-link.menu-item.page-active a, header.main_header.light_bg .nav-link.menu-item a:hover{color:#0dc696;}
*/
header.main_header.light_bg .logo{margin:0px;background:none}
/*.main_menu_list li.menu-item:last-child a{ background:-webkit-linear-gradient(252deg, #EE6262, #943DC9 58%);
    border-radius: 9px;
    padding: 10px 22px; color:#fff;}*/
/*.main_menu_list li.menu-item:last-child a:hover{background: -webkit-linear-gradient(152deg, #EE6262, #943DC9 58%); transition:all ease-in-out; color:#fff!important}*/
.dropdown-menu{border-radius:10px}
.main_menu_list li.menu-item  a.dropdown-item{color:#999!important}
.main_menu_list li.menu-item  a.dropdown-item:hover, .main_menu_list li.menu-item  li.page-active a.dropdown-item{background:#99ffe0 !important;}
ul.sociallinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
}

ul.sociallinks a {
    margin: 0 3px;
    transition: all ease 300ms;
    transform: scale(0.9);
    display: inline-block;

}

ul.sociallinks a:hover {
    transform: scale(1.08);
}


ul.sociallinks a img{
    opacity: 0.7;}

.site_navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dark_logo .logo {
    max-width: 155px;
}

header.main_header.light_bg {
    position: fixed!important;
    z-index:999;
    top:0;
padding-top: 10px; padding-bottom:0;
box-shadow:none;

}


a.close_menu {
    display: none;
}




a.get_quote:hover {
    background: rgb(224,153,0);
    
    color: #000 !important;
}

.container{max-width:90%;}


a.link-button, button.link-button{border:2px solid #ffffff;
  border-radius: 8px;
  background-image: -moz-linear-gradient( -90deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  background-image: -webkit-linear-gradient( -90deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  background-image: -ms-linear-gradient( -90deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  box-shadow: 0px 18px 24.57px 2.43px rgba(66, 65, 65, 0.09);
  color:#000000; font-size:14px; padding: 10px 25px;
margin-top:40px;

display: inline-block; transition: all ease 300ms;
transform:scale(1);
}
a.link-button:hover, button.link-button:hover{

    background-image: -moz-linear-gradient( -200deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  background-image: -webkit-linear-gradient( -200deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  background-image: -ms-linear-gradient( -200deg, rgb(3,229,169) 0%, rgb(138,255,224) 80%);
  transform: scale(0.95);
}



.main-sec{padding-bottom:80px;}

/*  Banner Style
========================================================================== */
.banner_sec {
  overflow: hidden;
  z-index:0;
  position: relative;
}
.banner_slide{ background: rgb(2,93,69);
background: #fff;  display:flex;align-items: center; }

h1.text-journey {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 38px;
    font-weight: 700;
    max-width: 447px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
    padding-right: 30px;
    font-family: "Orbitron", sans-serif!important;
}



h1.text-journey span{font-weight:700; position: relative; }
h1.text-journey .typed-text{  background: -webkit-linear-gradient(152deg, #EE6262, #943DC9 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; font-size:24px; text-transform: uppercase;}
.banner_slide h2{color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;} 
h1.text-journey span.cursor{font-size: 12px!important}
.caption_banner p{ font-size:24px;  color:#fff; line-height: 24px; margin-bottom:5px;}
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
img.img-responsive.banner-main {
    max-width: 653px;
}
.banner_slide .circle-element {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 33px;
}
.banner_slide .square-element{position: absolute;  z-index:0;right: 0;top: 40px;}
.banner_slide .circle-green-element{position: absolute;  z-index:0; bottom:51px;}
.banner_slide .triangle-element{position:absolute; left: 5px; top: 70px;}
.banner_slide .banner-main{z-index:9; position:relative;}



.banner-button{
  border-style: solid;
  border-width: 0px;
  background: #008ED4 !important;
  border-radius: 10px;
  color:#fff;
   text-transform:capitalize;
   font-size:15px;
   padding:12px 35px;
   font-weight:500;
   margin-top:30px;
   position:relative;
   overflow:hidden;

}

.banner-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.banner-button:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
  
  -webkit-transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out;
}
.btn.banner-button:focus, .btn.banner-button:hover{/*box-shadow: 0px 0px 9px .25rem rgba(9, 199, 145, 0.46);*/ color:#fff}



.banner_slide button {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size:0px;
    background: rgb(106 108 234 / 0%);
    transform:scale(0.7);
}
ul.slick-dots{list-style:none; display:flex; padding-left:50px}
li.slick-active button{background: rgb(106 108 234 / 60%);transform:scale(1);}

section.bg-overlay:after {
    position: absolute;
    background: #3F5EFB;
background:radial-gradient(circle, rgb(0 15 89) 0%, rgb(53 0 105) 100%);
    content: "";
    width: 100%;
    z-index:0;
    height: 100%;
    top: 0;
    opacity:0.7;
}

section.bg-overlay.overlay-2:after{opacity:0.5!important;}

.main-sec{padding:0 0 0 0;}
/*  Login Style
========================================================================== */
.form-wrap{padding: 60px;
    background: rgb(0 0 0 / 11%);}

.form-wrap .form-control{background:none; padding:0.575rem .75rem; color:#fff;border: 1px solid #9fbbe9;}
.form-wrap .form-label{color:#fff; }
label.form-check-label {
    color: #8095b7;
}



/*  Inner page Style
========================================================================== */

.inner-page header.main_header, .inner-page header.main_header.light_bg{background: #fff;}
.inner-page header.main_header.light_bg .nav-link.menu-item.page-active a, 
.inner-page header.main_header .nav-link.menu-item.page-active a,
.inner-page header.main_header.light_bg .nav-link.menu-item a:hover,
.inner-page header.main_header .nav-link.menu-item a:hover
 {
  color: #0dc696;
}
.inner-page header.main_header .main_menu_list li.menu-item a{ color: #999;}
.inner-page header.main_header .logo, .inner-page header.main_header.light_bg .logo {
  margin: 0px; background:none;
  width:259px;

}
.inner-page header.main_header.light_bg, .inner-page header.main_header{padding-top:0; padding-bottom:0}
.inner-page .banner_sec{  border-radius:0; box-shadow:none;}


.inner-page .banner_slide{
  min-height:auto;
  background-position: center;
  padding: 93px 0 0;

}
.inner-page .caption_banner {
  padding:50px 0;
  font-size: 18px;
  position: relative;

}


.inner-page .banner_slide p {

   color: #fff;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 35px;
  font-weight: 400;
  margin-bottom:0;

}

.vision-sec{ position:relative;}

.vision-sec .row{position:relative; z-index:1}
section.vision-sec::after {

    display: block;
    content: "";
    height: 500px;
    width: 500px;
    position: absolute;
    right: -250px;
    top: 50%;
    border:70px solid rgb(232, 222, 208);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index:0;

}
*, ::after, ::before {

    box-sizing: border-box;

}


.bg-white{background:#fff}
.bg-light-one{background:#000031}
.bg-light-two{background:#fffbf5}
.sec-spacer{padding:40px 0!important}

.subheading{font-size:16px;}
p{font-size:14px; line-height:24px;}


.icon-box svg{height: 30px; width:30px;}
.icon-box {
  border-style: solid;
border-width: 1px;
border-color: rgb(140, 251, 221);
border-radius: 10px;
background: #fefbf7;
box-shadow: 0px 10px 24.57px 2.43px rgba(66, 65, 65, 0.09);
text-align: left;
padding:30px 40px;
margin-top:20px;
transition: all ease 300ms;
transform: scale(1);

}
.icon-box p{margin-bottom:0; color:#5f5f5f}
.icon-box h4 {
  color: #1f1e1e;
  text-transform: capitalize;
}

.icon-box .icon {
  margin-bottom: 30px;
  background: #13dea9;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box .icon svg{color:#1c5f4d}


.icon-box:hover{background:#fff8ef; transform:scale(0.95);}
.icon-box:hover .icon{background:#fff;}
/*  Contact us Style
========================================================================== */
.form-wrap.contact-wrap{padding:0}
.form-group {
    margin-bottom: 1rem;
}
.form-group label{margin-bottom:5px;}


.contact-card {
    text-align: center;
    background: rgb(33 56 126 / 17%);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.contact-card h4{font-size:16px; font-weight:600;}
.contact-card img{opacity:0.6}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-170px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.site-heading{margin-bottom:40px;}

.site-heading h2{font-size:50px; text-align:center; color:#3b3b3b; text-transform: capitalize; font-weight:400; }
.site-heading h2 span{ color:#04966f;  }

.site-heading2 h2{font-size:24px; text-align:left; color:#008ED4 ;  font-weight:600; ;line-height:48px; }

::-ms-input-placeholder {
  color:#595959; font-weight:500;
}

::placeholder {
  color:#595959; font-weight:500;
}
::placehoder{color:#595959; font-weight:500;}

/*  product sec Style
========================================================================== */



p{color:#1f1e1e;}



.product-img-wrap{background:#fff;position: relative;border-radius:10px; text-align:center; padding:20px 30px; box-shadow:0px 10px 1px #19d8a4;}
/*.product-img-wrap:after{background:#15dda7;content:""; position:absolute; bottom:-20px; height:40px; border-radius:10px; text-align:center; width:100%; left:0; right:0; z-index:0;}*/

.product-img-wrap h3{
    color: #3b3b3b;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
}
.product-img-wrap h3 + p{font-size:14px; color:#575656}

ul.list{padding:0; margin:30px 0 20px 0}
.feature-wrap{padding:70px 50px 50px 50px;   border-radius: 10px;
  background-image: -moz-linear-gradient( 83deg, rgb(255,255,255) 0%, rgba(255,255,255,0.59) 47%, rgb(255,255,255) 100%, rgb(58,14,185) 100%);
  background-image: -webkit-linear-gradient( 83deg, rgb(255,255,255) 0%, rgba(255,255,255,0.59) 47%, rgb(255,255,255) 100%, rgb(58,14,185) 100%);
  background-image: -ms-linear-gradient( 83deg, rgb(255,255,255) 0%, rgba(255,255,255,0.59) 47%, rgb(255,255,255) 100%, rgb(58,14,185) 100%);
  box-shadow: 0px 18px 29.12px 2.88px rgba(106, 106, 106, 0.05);}
.feature-wrap h4{color:#1f1e1e; text-transform: capitalize;}
ul.list li{background:url(../images/tick-icon.png) no-repeat; padding-left: 45px; font-size:14px; margin-top: 15px; }
 



/*  Value sec Style
========================================================================== */

.value_sec h4{color: #1f1e1e;
text-transform: capitalize;}
.value-wrap p{font-size:14px; color:#5f5f5f; margin-bottom:0px;}

.value-wrap{ border-style: solid;
  border-width: 1px;
  border-color: rgb(140, 251, 221);
  border-radius: 10px;
  background-image: -moz-linear-gradient( -90deg, #f4fefb  11%, rgb(255,255,255) 58%);
  background-image: -webkit-linear-gradient( -90deg,#f4fefb  11%, rgb(255,255,255) 58%);
  background-image: -ms-linear-gradient( -90deg, #f4fefb  11%, rgb(255,255,255) 58%);
  box-shadow: 0px 18px 24.57px 2.43px rgba(66, 65, 65, 0.09);
  text-align:center;
  padding:90px 30px 50px;
}
.value-bg{background:#19d8a4; padding-bottom:10px; border-radius: 10px;position:relative;}


.value_item {
    padding-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(0px);
    transition:all ease 300ms;
    cursor:pointer;
}
.value_item:hover{transform: translateY(-5px);}
.value_item img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
     transform: translate(-50%, -50%); 
}
/*  Value sec Style
========================================================================== */





/*  coverage_sec sec Style
========================================================================== */

.coverage_sec h4{color: #1f1e1e;
text-transform: capitalize;}
.coverage-wrap p{font-size:14px; color:#5f5f5f; margin-bottom:0;}

.coverage-wrap{ border-style: solid;
  border-width: 1px;
  border-color: rgb(140, 251, 221);
  border-radius: 10px;
  background:#fefbf7;
  box-shadow: 0px 10px 24.57px 2.43px rgba(66, 65, 65, 0.09);
  text-align:center;
  padding:0px 0px 0;
  
}
.coverage-wrap:hover{background:rgb(255, 250, 244);}



.coverage_item {

    padding:10px 15px 25px  15px;
    transform: translateY(0px);
  transition:all ease 300ms;
  cursor:pointer;
}
.coverage_item:hover{transform: translateY(-5px);}
.coverage_item img {
    width: 100%;
    height:200px;
    object-fit:cover;
    border-radius:10px
}
.coverage-content{padding:40px; text-align: left;}
/*  coverage_sec sec Style end
========================================================================== */




/*  Team_sec sec Style
========================================================================== */




.team_sec h4{color: #1f1e1e;
text-transform: capitalize;}
.team p{font-size:14px; color:#5f5f5f;}

.team-wrap{ 
  text-align:center;
  padding:0px 0px 0;
}



.team_item {

    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;

}
.team_item img {
    width: 100%;
    object-fit:cover;
}
.team-content h4{font-weight:600;}
.team-content{padding:20px; background:#fff;   text-align:center; text-transform: uppercase; letter-spacing:2px; font-size:13px; border-radius:0 0 10px 10px}
/*  team_sec sec Style end
========================================================================== */















/*  Partner sec Style
========================================================================== */
.partners_slider {margin:0 -30px;}
.partner_item{padding:0 30px;}
.partner_item img{ width:100%; border-radius:5px}

/*  Why sec Style
========================================================================== */
.why_sec{padding:100px 0; background:#000516; color:#fff;}


.why_sec p{margin-bottom:0; color:#88a0cd}




.why_sec h3{font-size:18px; color:#fff}


ul.list{display: block;}
ul.list li{display:block;}
ul.list li span{ cursor:pointer; display:block; border:2px solid #068fad; border-radius:0 40px 0  10px; list-style:none;  padding:15px 0 15px 25px; margin:20px 0; text-transform: uppercase;
  
}

ul.list li span:hover, ul.list li span.active{  background-image: -moz-linear-gradient( -68deg, rgb(252,221,105) 0%, rgb(19,65,142) 0%, rgb(44,85,154) 125%, rgb(20,66,142) 99%);
  background-image: -webkit-linear-gradient( -68deg, rgb(252,221,105) 0%, rgb(19,65,142) 0%, rgb(44,85,154) 125%, rgb(20,66,142) 99%);
  background-image: -ms-linear-gradient( -68deg, rgb(252,221,105) 0%, rgb(19,65,142) 0%, rgb(44,85,154) 125%, rgb(20,66,142) 99%);}



.circle {

    animation-name: spin;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
    transform: translateY(50%);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}




.square{
    animation-name: square;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
}

@keyframes square {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(-0.99deg);
    }
}

.call-to-action{display: flex;  background:url(../images/bg-banner.jpg) no-repeat #14408d right center / cover; 
    justify-content: space-between; padding: 50px; margin-top:73px; border-radius:30px; align-items:center;}
.call-to-action h3 {
    font-size: 38px;
    font-weight: normal;
}
.call-to-action p{font-size: 26px;}
/*  About Styles
========================================================================== */
.about_sec{padding:70px 0 20px;}
.about_sec p{color:#000; font-size:18px; max-width:75%;}



/*  Main sec Style
========================================================================== */

.main_sec{padding-bottom: 60px;}
.main_sec h3{color:#333333}
.main_sec .main_inner{padding:25px 0}
.main_sec .main_inner img{border:1px solid #ccc;}


.iso-wrap.sec-spacer.text-center {
    background: #f9fafc;
}
.iso-wrap img{max-width:600px;padding:0 40px; width:100%}



/*  footer sec Style
========================================================================== */
footer{background: #00003C; font-weight:400; border-top:1px solid #02021E; z-index:1; position:relative;}
footer .site-heading h2{font-size:30px}
footer .link-button{padding: 10px 50px}
footer .site-heading h2{text-align:left;}


.footer-bottom{background:#110E48; padding:20px 0}
.footer-logo{width:152px}
.footer-bottom .copyright, .footer-bottom a{color:rgb(121 174 199 / 50%); font-size:12px}

.address-sec{padding:175px 0px 30px 90px;}

.address-details{margin-top: 20px;}
.icon-wrap{margin-right:30px}
.address-details{display:flex;font-size:14px}


.logo-footer img{max-width:200px}
footer p{font-size:13px; color:rgb(255 255 255 / 72%); margin-right:65px;}
footer  ul{margin:0; padding:0;}
footer h2{font-size:16px; color:#9591b4; line-height:24px; font-weight:600}
footer  ul li{list-style:none; line-height: 34px}
footer  a{color:rgb(255 255 255 / 72%); font-size:13px; }
footer  a:hover{color:#594887}








/*  Inner page Style
========================================================================== */
.banner_sec.inner-page{border-radius:0; box-shadow:none;}
.banner_sec.inner-page .banner_slide {
  min-height: 400px;
  padding: 200px 0 100px;
  background: linear-gradient(151deg, rgb(2, 93, 69) 0%, rgb(14, 104, 72) 54%, rgb(0, 164, 100) 100%);
}







/*  Faq sec
========================================================================== */


.faq-sec .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #13dea9;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faq-sec .accordion-button:focus {
  z-index: 3;
  border-color: #0f9a75;
  outline: 0;
  box-shadow: none;
}


.faq-sec .accordion{border-radius:10px; box-shadow:0px 3px 5px #eaeaea;
overflow: hidden;}



nav.scroll-nav{    position: sticky;
    top: 93px;
    z-index: 3;
    justify-content: center;
     background: rgb(2,93,69);
background: linear-gradient(151deg, rgba(2,93,69,1) 0%, rgba(23,112,74,1) 54%, rgba(110,164,77,1) 100%);
    width: 100%;}




.custom-file-button label{margin-bottom:0; padding:0 20px; border:none;}
.custom-file-button input[type="file"] {
  margin-left: -2px !important;
}
.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}




.banner_slide.inner-page{background:#008ED4 }
.banner_slide.inner-page h2{color:#fff}
.contact-form-wrap{padding: 30px;
    background: #f9f6ff; border-radius:20px}
.contact-form-wrap .site-heading h2{font-size:28px;}

.contact-sec p{font-size:16px}
.contact-sec h2 {
    color: #008ED4 ;
    font-size: 52px;
    font-weight: 700;
    line-height: 50px;
}





.banner-inner-one .banner_slide{background:#fafbfd}



.sec-spacer2{padding: 90px 0; }


.tech-sec{padding-left:20px}
.tech-sec-inner {
    padding: 30px 30px;
    background: #fff;
    color: #008ED4 ;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 6px 8px #e7e7e7;
}
.tech-sec-inner .icon-wrap{width:70px}
.tech-sec-inner .icon-wrap img{width:45px;}
.tech-sec-inner h4{    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #008ED4 ;
}
.tech-sec-inner p{margin:0px; font-size:16px;color: #6d6b80;}

.banner_sec.banner-inner-one.game-changer-sec .banner_slide{position:relative;}
.banner_sec.banner-inner-one.game-changer-sec .banner_slide:before{content:''; background:linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(250 251 253 / 67%) 54%, rgb(249 250 252) 100%);position:absolute;bottom:0; width:100%; height:250px;z-index:0; left:0;}
.banner_sec.banner-inner-one.game-changer-sec .banner_slide{background:url(../images/game-changer-bg.jpg) no-repeat #000 center / cover ;}
.banner_sec.banner-inner-one.game-changer-sec .tech-sec-inner{box-shadow:none; min-height: calc(100% - 39px);}
.heading h3{    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px; color:#fff}
.couter-wrap{text-align:center; margin-top:50px;}
.couter-wrap h3{color:#7279A7; font-size:52px; font-weight:600;}
.couter-wrap p{color:#989CBF; font-size:18px;}

.banner_sec.problem-sec .banner_slide{background:#1d174b;}
.banner_sec.problem-sec h1{color:#fff;}
.banner_sec.problem-sec .caption_banner p{color:#fff;}
.banner-right .partner_item{background:rgb(0 0 0 / 46%); border:2px solid rgb(199 225 255 / 20%); border-radius:20px; padding:58px 30px 36px 30px; margin-bottom:0px!important}
/*.banner-right .partner_item{padding:0;}*/
.heading-banner {
    background:linear-gradient(90deg, #07366E 0%, #0E69D4 100%);
    display: inline;
    padding: 10px 30px;
    z-index: 9999;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 32px;
    left: 0px;
    margin-left: 0px;
    font-size: 17px;
    box-shadow:0px 3px 2px rgb(0 0 0 / 64%);



}
.heading3 h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #161b4b;
}


.the-opportunity{background:#ece9f4}
.sec-wrap{border-radius:15px; background:#fff; padding:40px; text-align:center;}
.sec-wrap h3{color:#152b6f; font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    color: #008ED4 ;
}
.sec-wrap.mission-vision h3{font-size:20px; font-weight:800;}
.sec-wrap h4{color:#152b6f; font-size:16px;padding:5px 0;}
.sec-wrap img{max-width:300px; width:100%; margin:20px 0;}
.sec-wrap p{font-size:15px; color:#6d6b80}

.mission-vision img{max-width:55px}

.problem-sec .banner-button{background:#3b4687!important}








#hero .banner_slide{padding:50px 0px 215px;}


.team-container{max-width:900px;}
.banner_sec.technology{background:#ece9f4; position:relative; overflow:visible;}
.banner_sec.technology .banner_slide{background:#ece9f4;}
.technology .team-wrap{background:#fff; margin-top:-50px;position:relative;z-index:999; padding:50px; border-radius:20px; , margin-bottom:30px;}
.technology .team-wrap img{max-width:150px}

.team-wrap h2{font-size:17px; color:#008ED4 ; margin:20px 0 10px 0;}
.team-wrap p.designation{font-size:15px; font-weight:600; color:#008ED4 ; margin-bottom:4px}
.team-wrap p{font-size:15px; color:#6d6b80}




.cat-item {
    background: #f9f6ff;
    border-radius: 10px;
    box-shadow: 0px 10px 24.57px 2.43px rgba(66, 65, 65, 0.09);
    padding: 30px 40px;
    transition: all ease 300ms;
    transform: scale(1);
        border-radius: 10px;
}
.cat-item.mb-3 i {
    color: #5e64ae ;
}
.banner_slide.inner-page .circle-element{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -37px;
    opacity: 0.2;
}







.banner-main { max-width: 204px;}
/*.caption_banner{padding-left:0;}*/
.banner_slide .container{margin-top:50px;}
/*  Responsive Style
========================================================================== */


@media (max-width:1600px){

.main_menu_list li.menu-item a { font-size: 13px;}
.site-heading2 h2 {font-size: 18px;  line-height: 18px;}
img.img-responsive.banner-main { max-width:180px;}
h1.text-journey { font-size: 34px;line-height: 40px;}
.banner_slide h2{ font-size: 14px;}
.img-caption{max-width:260px}
.banner-main { max-width: 160px;}
.banner_slide .container{margin-top:50px;}
.nav-top li {  margin-left: 0px; font-size: 12px;}
.nav-top a.btn{font-size: 12px;}
}

@media (max-width:1440px){
h1.text-journey, .heading h3, .heading3 h3{font-size:32px; line-height:36px;}
.banner_slide h2 { font-size: 18px;line-height: 38px;}
.caption_banner p, .banner-button, .tech-sec-inner p, .couter-wrap p, .team-wrap p, .sec-wrap h4, footer h2,.team-wrap p.designation{font-size:14px;}
.sec-wrap h3{font-size: 16px;}
.sec-wrap p{font-size:13px;}

.couter-wrap h3 {font-size: 32px;}
.container { max-width: 1150px!important;}
.team-container{max-width:800px!important}
.technology .team-wrap img { max-width: 140px;}

.sec-spacer {padding: 60px 0!important;}
a.link-button, button.link-button{margin-top:10px;}
.tech-sec-inner h4, .team-wrap h2{font-size:16px;}
footer a, footer p, .footer-bottom .copyright, .footer-bottom a{font-size:12px}
footer ul li {line-height: 30px;}


.caption_banner{padding-left:0px;}
.site-heading2 h2 {font-size: 18px;  line-height: 18px;}
img.img-responsive.banner-main { max-width:180px;}

h1.text-journey { font-size: 32px;line-height: 40px;}
.banner_slide h2{ font-size: 13px;}
.banner-main { max-width: 140px;}
.banner_slide .container{margin-top:50px;}
.sec-spacer { padding: 30px 0!important;}
}


@media (max-width:1370px){
  .main_menu_list li.menu-item a { font-size: 12px;}
  .main_menu_list li.menu-item { margin: 0 0 0 5px;}
      img.img-responsive.banner-main {
        max-width: 410px;
    }
h1.text-journey, .heading h3, .heading3 h3{font-size:30px; line-height:30px;}
.banner_slide h2 { font-size: 13px;line-height:24px;}
.caption_banner p, .banner-button, .tech-sec-inner p, .couter-wrap p, .team-wrap p, .sec-wrap h4, footer h2, .team-wrap p.designation{font-size:12px;line-height:20px}
.banner-button{padding: 8px 25px;}
.sec-wrap p{font-size:13px;margin-top: 20px; line-height:20px}
.site-heading2 h2{font-size:16px}
.couter-wrap h3 {font-size: 18px;}
.container { max-width: 1150px!important;}
.team-container{max-width:800px!important}
.technology .team-wrap img { max-width: 90px;}
.problem-sec img{max-width:70%}
.sec-spacer2{padding:60px 0!important;}
.sec-spacer {padding:20px 0!important;}
a.link-button, button.link-button{margin-top:10px;}
.tech-sec-inner h4, .team-wrap h2{font-size:14px;}
footer a, footer p, .footer-bottom .copyright, .footer-bottom a{font-size:10px}
footer ul li {line-height: 20px;}
}

@media (max-width: 1200px){


.container {
  padding: 0 30px;
}


.inner-page .caption_banner {
  padding: 50px 0;}



.feature-wrap{padding: 70px 25px 30px 25px;}
ul.list li {
  padding-left: 35px;
  font-size: 12px;
  margin-top: 10px;
}
a.link-button, button.link-button{font-size:14px}
.banner-button{font-size:14px; }
.banner_slide{min-height: auto;}

}


.caption-wrap{position:relative;z-index: 9}
video.bg-video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 112%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background:#000;
}


@media (max-width: 991px) {

#hero .banner_slide{height:auto!important}
.main_sec .main_inner:nth-child(odd){flex-flow:column-reverse; order:2;}
.main_sec .main_inner{padding:15px 0}
.banner_slide .button-large{margin-bottom: 25px;}


  .main_menu {
        display: block;
        position: fixed;
        right: 0;
        background: #3b0d75 ;
        height: 100vh;
        top: 0;
        right: -350px;
        text-align: center;
        z-index: 9999;
        width: 300px;
        transition: all ease 0.4s;
        box-shadow: -2px 0 16px rgba(0,0,0,0.1);
        z-index:999999!important;
        border-radius:10px;
    }
    .main_menu.opened {
        right: 0;
    }
    a.get_quote {
        margin-left: 0;
        margin-right: 15px;
    }

    .main_menu_list {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 50px 0;
        overflow: auto;
    }
    .main_menu_list li.menu-item:first-child{
        border-top: 1px solid #424d93;
    }
    .main_menu_list li.menu-item {
        margin: 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #424d93;
    }

        .main_menu_list li.menu-item a {
        display: block;
        color: #fff;
        font-size: 15px;
        padding: 10px 18px;
    }

    a.menu-bar {
        display: inline-block;
    }

    a.menu-bar span.menu-btn-icon span {
        height: 2px;
        display: block;
        background: #000;
        width: 100%;
        margin: 6px 0px;
    }

    a.menu-bar span.menu-btn-icon {
        width: 50px;
        display: block;
        padding: 5px 10px;
        background: #f6f6f6;
        border-radius: 4px;
    }

    .about_sec .what-we-do-item {
        margin: 0 0 30px;
    }

    a.close_menu {
        color: #fff;
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
        display: block;
        opacity: 0.4;
    }


.main_menu_list li.menu-item:last-child{border:none; margin:0;width:100%;}
.main_menu_list li.menu-item:last-child a{ padding:10px 18px!important}
.nav-link{padding:0px;}
.call-to-action{flex-flow: column;} 
.call-to-action p{margin-bottom: 30px}
  .main_menu_list li.menu-item:last-child a{background:none;}
  .main_menu_list li.menu-item:last-child a:hover,  .main_menu_list li.menu-item a:hover{color:#06a1ed!important; background:none}
  .sec-wrap{margin:15px 0;}
  .banner_slide.slide-inner video.bg-video {
    top: 60%!important;
}
}



@media (max-width: 768px) {
.caption_banner {margin-top:30px;}
header.main_header{box-shadow:2px 2px 2px rgb(0 0 0 / 8%)!important; border-bottom:1px solid  rgb(0 0 0 / 8%);}
#hero h1.text-journey{ margin-top:30px; line-height: 16px;}
.container {
    padding: 0 20px;
}
.product-wrap {
    margin-bottom: 30px;
}
.product-img-wrap{box-shadow:none; border-radius:10px 10px 0 0}

.feature-wrap{ box-shadow: 0px 10px 1px #19d8a4; padding-top: 0px}
.footer-bottom {

    text-align: center;
}
.footer-bottom .copyright, .footer-bottom a{font-size:12px}
.footer-logo {
    width: 152px;
    margin-bottom: 15px;
    margin-top: 15px;
}


.main-sec{padding: 0 0 20px 0;}
.address-sec {padding: 0px 0px 30px 0;}
.address-details{display:block; text-align: center;}
.icon-wrap { margin-right: 0;margin-bottom: 20px;}
.address-details { display: block;text-align: center;margin-bottom: 50px;}
img.img-responsive.banner-main {
    max-width: 783px;
    width:100%;
}
.logo img{max-width:130px}


header.main_header{padding:10px 0;}


}


@media (max-width:667px) {  


.link-button.mt-2 {width: 100%;}

}



.header-inner{}

.border-one{margin-top:-7px;}



.ticker-wrapper-h{
    display: flex;  
    position: relative;
    overflow: hidden;
    border: 1px solid #1D0855;
    border-radius:8px;
    z-index:0;
}

.ticker-wrapper-h .heading{
    background-color: #1D0855;
    color: #fff;
    padding: 15px 30px;
    flex: 0 0 auto;
    z-index: 1000;
    border-radius:8px 0 0 8px;

}
.ticker-wrapper-h .heading:after{
    content: "";
    position: absolute;
    top: 0;
    border-left: 32px solid #1D0855;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}


.news-ticker-h{
    display: flex;
    margin:0;
    padding: 0;
    padding-left: 90%;
    z-index: 999;
    
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
    
}
.news-ticker-h:hover { 
    animation-play-state: paused; 
}

.news-ticker-h li{
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-h li a{
    color: #fff;
    font-weight: 400;
    font-size:14px;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.main_nav.ml-auto.text-right {
    background: linear-gradient(90deg, #1375E5 0%, #034BA9 100%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo-bg {
    position: absolute;
    top: -30px;
    z-index: 0;
    width: 48%;
}
.wrap-about-slide{position:relative;}
.logo{z-index:9; position:relative;}
.nav-top-wrap{display:flex; justify-content:end; }
.nav-top{ display: flex;  align-items: center;  list-style: none; margin: 10px 20px 10px 0;z-index:1;}
.nav-top a.btn{padding:3px 15px; color:#fff; border-radius:20px; font-size:14px; }
.nav-top li{list-style:none; margin-left:0px;font-size:14px}
.nav-top li a{color:#94C4FF; margin-left: 0; transition: all ease 600ms;}
.nav-top li a.active, .nav-top li a:hover{color:#fff}
.logo a {
    position: absolute;
    top: -36px;
    width: 308px;
}

.update-item{

background: linear-gradient(180deg, #00003F 32.69%, #000018 100%), #FFFFFF;
border: 0.948611px solid #454587;
border-radius: 10px;
padding:20px;
margin:11px;
}
.update-item img{width:100%}

.date-wrap{color:#D5D5D5; margin:10px 0}
.main_menu_list{margin-right:17px}
.update-item h3{font-size:18px; color:#fff; font-weight:600}
.updates-img-wrap img{border-radius:10px; max-height:114px;min-height:114px; object-fit: cover}
.heading-updates {
    position: absolute;
    right: 0;
    top: -153px;
    background: url(../images/updates-bg.png) right no-repeat;
    height: 152px;
    padding: 20px 118px 33px 204px;
    text-shadow: -50px -4px 78px #4e9cff
}
.heading-updates h2 {color: #fff}
.heading-updates h2 span{color:#027AB2}


.about-text{padding-left: 50px; }
.about-text h2{ text-shadow: 0px 7px 178px #4e9cff}
.about-text h2 span{color:#027AB2}
.about-text p.heading2 {
    font-size: 24px;
    line-height:36px
}
.about-text p{font-size:18px; line-height:30px; color:#deefff }

section.updates-wrap {
    background: #010124;
}

.wrap-caption-inner{background:rgb(1 1 36 / 63%); border:2px solid rgb(255 255 255 / 40%); padding:0 5px 20px; border-radius: 30px; margin-right:50px;}
.latest-udpates-wrap{ transform:translateY(-70px) }
.sec-about{background:url(../images/bg-about.jpg) no-repeat top center; background-size:100%}



.newsletter-wrap input[type="email"] {
  display: inline-block;
  width: 99%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
  background:#0e0e46;
  color:#fff;
  outline:none;
}
.newsletter-wrap input,
.newsletter-wrap input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
  color:rgb(255 255 255 / 38%);
}
.newsletter-wrap input[type="email"]:focus; .newsletter-wrap input:focus-visible{box-shadow:none; border:1px solid #fff!important; }
.newsletter-wrap .bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #002453;
  color: #fff;
}
a.btn.btn-primary.btn-lg.rounded-3 { font-size: 15px;  border-radius: 25px !important;  padding: 5px 39px;}

.about_slider .partner_item{padding:0; border-radius:30px; overflow:hidden;}
.about_slider img{width:100%}
.caption-text {
    background: linear-gradient(179deg, rgb(0 0 0 / 0%) 0%, #000042 100%);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 81px 30px 34px 30px;
    left: 0px;
    border-radius: 0 0 20px 20px;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
}
.about_slider ul.slick-dots{display:none!important;}


/* REGISTER PAGE */ 
.wrap-marquee {
    background:rgb(2 2 53 / 72%);
    padding: 60px 20px 20px;
    border-radius: 20px;
    color: rgb(43 27 107 / 73%);
    font-size: 14px!important;
    font-weight: 400;
    position: relative;
    height:300px;
    line-height:26px!important;
}
.wrap-marquee p{line-height:26px!important; font-size: 14px!important;}
.wrap-marquee h2 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(90deg, #07366E 0%, #0E69D4 100%);;
    padding: 8px 13px;
    border-radius:0 10px 10px 0;
    display: inline;
    top: 14px;
    left:0px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 12%);
    padding-left:20px;
    position:absolute;

}
.marq2{height:98%; color:#fff}
.trophy-register {
    position: absolute;
    right: -25px;
    bottom: -50px;
    max-width: 160px;
}
.banner-register{width: 93%; padding-right: 50px; margin-top: 250px}
.banner-register .mbem-logo{max-width:170px}
.banner-register h1.text-journey { font-size: 26px; padding-right: 110px;}
.wrap-marquee{padding-right:150px}
.wrap-registerpage {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 20px;
    background: #fff;
    height: calc(100vh - 160px);
    margin-top: 30px;
    padding:20px 0px 20px 20px;
}
.register_inner {
    overflow-y: scroll;
    height: calc(100vh - 199px);
    overflow-x: hidden;
    padding-right:20px;
}



.form-control, .form-select{
background-color:#F2F2F2!important; 
    color:#000!important;  
    box-shadow:none;
    padding:.375rem 2.25rem .375rem .75rem!important;
    border-radius:7px;
     border-color:#444;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    background-color:#F2F2F2!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{ height: 40px !important; font-size: 1rem; line-height: 36px;
    border-radius:7px!important; border-color:#444; }
.select2-container--default .select2-selection--single{ border-color:#444;border-radius:7px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px;}
.select2-results__option:hover{background:#1967d2!important;color:#fff}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-control:focus, .form-select:focus, .select2:focus, .select2-search__field:focus-visible{box-shadow:none; border:1px solid #1c83b3!important; border-color:#1c83b3; outline:none; background-color:#fff!important}
.form-label { margin-bottom: .5rem; font-weight: 600;    color: #2a3547;}
p.sub-head-p{font-size:14px}
body.register-main{overflow-y:hidden;}
.fs-7 { font-size: 1.5rem !important;}
.register-form-wrapper{z-index:1}
.mbem-logo-form{max-width:150px;}
.card-title2{color:#073774; font-size:18px;}

.heading-top{
    position: sticky;
    top:-4px;
    background: #fff;
    padding:13px 0 6px;
    z-index: 9;
}




/*.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa896b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa896b' stroke='none'/%3e%3c/svg%3e);
    padding-right: 78px;
    background-position: right 16px center, center right 38px;
    background-size: 16px 12px, calc(.75em + 8px) calc(.75em + 8px);
}
*/
.text-error {
    padding: 6px 20px;
    background: #edf3fc;
    color: red;
    border-radius: 8px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ff0000;
}
.cont-item {
    background: rgb(220 236 255 / 71%);
    border-radius: 8px;
    padding: 31px 50px;
    box-shadow: 1px solid #efefef;
    border: 1px solid #efefef;
    z-index:1;

}
.cont-item p{margin-bottom:0px; text-align:left}
h5{color:#000; padding:20px 0 0 0}

.contact-wrap .register_inner {position:relative;z-index: 1; overflow-y:auto;}
.cont-item span.fa {
    background:linear-gradient(90deg, #07366E 0%, #0E69D4 100%);
    color:#fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 32px;
    border-radius: 50%;
    line-height: 60px;
    border:1px solid #b9b9b9;

}
.contact-wrap{position:relative;}
.contact-wrap:after {
    content: ""!important;
    background: url(../images/img-tech.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 25%;
    right: -200px;
    height: 554px;
    width: 554px;
    z-index: 0;
    opacity: 0.4;
    background-position: center;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.vid-inner{  position: absolute;
    top:0;
    left:0;
  overflow: hidden!important;
  width: 100%!important;
  height: 100vh!important;}
.vid-inner video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
@media (max-width:1600px){

.main_menu_list li.menu-item a { font-size: 13px;}
.site-heading2 h2 {font-size: 18px;  line-height: 18px;}
img.img-responsive.banner-main { max-width:180px;}
h1.text-journey { font-size: 34px;line-height: 40px;}
.banner_slide h2{ font-size: 14px;}
.img-caption{max-width:260px}
.banner-main { max-width: 160px;}
.banner_slide .container{margin-top:50px;}
.nav-top li { font-size: 12px;}
.nav-top a.btn{font-size: 12px;}

.heading-updates {
    top: -137px;
    padding: 20px 118px 33px 414px;
}
.heading-updates h2{font-size:23px;}
.update-item h3{font-size:14px}
.update-item .date-wrap{font-size:12px;}
img.img-responsive.light_logo {
    max-width: 225px;
}
.logo-bg { top: -7px;}
#hero .banner_slide {
    padding: 15px 0px 180px;
}
.news-ticker-h li a{font-size:13px;}
h2 {font-size: 26px;}
.about-text p.heading2 { font-size: 19px; line-height: 32px;}
.about-text p { font-size: 14px; line-height: 30px;}
.sec-spacer { padding: 20px 0 !important;}
.register-main .banner-register { width: 93%; padding-right: 30px; margin-top: 130px!important;}
.mbem-logo-form { max-width: 130px;}
}

@media (max-width: 1440px) {
.trophy-login {max-width: 136px; margin-top: 11%;}
.great-logo{max-width:50px}
.marq2{font-size:12px;}
.wrap-marquee h2{font-size:13px; }
.logo-mbem{max-width: 105px;}
.heading-login-inner{font-size:14px!important;}
.heading-micro, .heading-sign{font-size:10px!important;}
.form-label {font-size: 12px; margin-bottom: 3px;}
.form-control, .form-select, .custom-select, .fs-3,.bottom-head{font-size: 11px!important;}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
    font-size: 11px;
    line-height: 36px;
}
.login_box_wrap .authentication-login:before{width:350px; height:350px;}
button.btn.btn-primary.w-100.py-8.mb-4.rounded-2 { font-size: 12px;}
.wrap-loginleft {background-size:130% 106%;}
.trophy-login { max-width: 153px;  margin-top: 19%}
}

@media (max-width:1440px){

    .main_menu_list li.menu-item a {
        font-size: 12px;
    } 
    .banner_slide h2{font-size:11px;letter-spacing: 3px;}
    .wrap-caption-inner{padding:10px 5px 15px;}
    h1.text-journey{font-size: 22px; line-height: 28px;}

    .heading-banner{font-size:14px;}
    .update-item h3{font-size:12px; margin-bottom:0}
    .date-wrap i img{max-width:15px; margin-top:2px;}
    .about-text p.heading2 { font-size: 15px;  line-height: 25px; }
    .about-text p { font-size: 13px; line-height: 25px;}
    .newsletter-wrap input, .newsletter-wrap input::-webkit-input-placeholder{font-size:12px}
    .newsletter-wrap input[type="email"]{height: 50px;}
    .newsletter-wrap .bt{ margin-left: -138px;  font-size: 12px;  padding: 9px 32px; }
    .nav-top li a img{max-width:29px}
    .wrap-marquee { max-width: auto; }
    .select2-container .select2-selection--single {
    height: 32px !important;
    background-color:#F2F2F2!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{ height: 32px !important; font-size: 11px; line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 3px;}
p.sub-head-p{font-size:12px}

    
}

@media (max-width:1370px){
        .nav-top li {font-size:10px; padding: 3px 10px;}
        .nav-top a.btn{font-size:10px;}
    .main_menu_list li.menu-item a{padding: 4px 12px;}
    .nav-top{ margin: 5px 20px 5px 0;}
    .banner-main { max-width: 150px;}
    .heading-banner{font-size:12px;top: 24px; padding: 6px 20px;}
        .wrap-caption-inner { padding: 10px 5px 15px; margin-right:30px;}

img.img-responsive.light_logo {  max-width: 214px; }
.logo-bg  {top: -15px;}
.wrap-caption-inner.text-center.gradient-border img { max-width: 100px;}
.wrap-caption-inner.text-center.gradient-border img{ max-width:88%!important;}
.banner_slide .container {  margin-top: 35px;}
.banner_slide .container {   margin-top: 35px;}
#hero .banner_slide { padding: 15px 0px 149px;}
.heading-updates h2 { font-size: 18px;}
.heading-updates { background: url(../images/updates-bg.png) 85px no-repeat;top: -128px;   padding: 20px 121px 32px 438px;}
#hero .banner_slide { padding: 15px 0px 123px;}
.caption-text{font-size:14px;}
.about-text p.heading2{font-size:14px;}
.about-text p{font-size:13px}
a.btn.btn-primary.btn-lg.rounded-3{font-size:13px;padding: 5px 25px;}
h2 { font-size: 22px;}
.about-text p.heading2{line-height:24px;}
.news-ticker-h li a {   font-size: 12px; }
.ticker-wrapper-h .heading{font-size:12px; padding: 10px 30px; padding: 10px 20px;}
.banner-right .partner_item, .wrap-caption-inner{border-width:1px;}
.heading-login-inner{margin-bottom:0px;}
.card-title2 { font-size: 14px;}
.btn{padding:5px 10px; font-size:13px; border-radius:7px;}
.text-error { padding: 4px 10px; font-size:12px}
.mbem-logo-form { max-width: 100px;}
}

@media (max-width: 1280px) {
    img.img-responsive.light_logo {   max-width:190px; }
}


@media (max-width: 1220px) {
.login-left-top { position: static;}    
}

@media (max-width: 1024px) {
     .main_menu_list li.menu-item a {padding: 3px 9px; font-size:10px;}
     .main_menu_list li.menu-item {padding: 7px 2px;}
      img.img-responsive.light_logo { max-width: 132px;}
      .nav-top li {padding: 3px 6px;}
      .banner-register h1.text-journey{padding-right:0px;}
      .wrap-marquee {padding-right: 92px; height:230px}
      .trophy-register { max-width: 117px;}
}
@media (max-width: 992px) {
    img.img-responsive.light_logo {
        max-width: 169px;
    }
        a.menu-bar {
        z-index:2;
    }
    .menu-bar span.menu-btn-icon {
        width: 41px;
        padding: 5px 9px;
        background: #020242;
        margin-right: 26px;
    }
        a.menu-bar span.menu-btn-icon span {
        margin: 4px 0px;
        background: #fff;
    }
        a.menu-bar span.menu-btn-icon {
        width: 41px;
        padding: 5px 9px;
        background: #020242;
        margin-right: 26px;
    }
      nav#primary_navigation { padding: 5px 0;}
      .logo-footer img { max-width: 100px;}
          .logo-bg {
        top: 0;
        height: 107px;
        width: 700px;
    }

}





@media (max-width:991px) {
    .register-main .banner-register{width:100%; padding-right: 0px;}
}
@media (max-width:800px) {
     .banner-main{max-width: 99px;}
     .banner_slide h2 {font-size: 8px; letter-spacing: 2px;}
     h1.text-journey { font-size: 15px; line-height: 37px; margin-bottom: 10px; }
     .wrap-caption-inner { padding: 25px 5px 15px; margin-right: 17px;}
    .heading-updates {  top: -119px;  padding: 18px 40px 32px 438px; }
    .update-item h3{font-size:9px;}
    .updates-img-wrap img{min-height:60px;}
    .update-item{padding:12px;}
    .update-item .date-wrap{font-size:8px}
    .about-text { padding-left:0px;}
    .wrap-caption-inner{border-radius:20px}
    a.menu-bar span.menu-btn-icon span { margin: 4px 0px; background:#fff;}
    .heading-banner { font-size: 10px; top: 15px;padding: 3px 20px;}
    a.menu-bar span.menu-btn-icon {width: 41px; padding: 5px 9px; background: #020242; margin-right: 26px;}
    header.main_header.light_bg{padding-top:0} 
    body.register-main{overflow-y:scroll!important;}
    .register_inner, .wrap-registerpage{height:auto;}
    .register-main .banner-register { width:100%; padding-right: 30px; margin-top: 50px !important; }
    .wrap-marquee { height: 140px;        padding-right: 50px;}
    .trophy-register {   max-width: 77px;}
    .register_inner{padding-right: 0}
}

@media (max-width: 768px) {
    header.main_header { padding: 0px 0;}
    .h1.text-journey{font-size: 18px;}
    #hero h1.text-journey { margin-top:0px; font-size:16px; line-height:22px;padding-right:0}
    .wrap-caption-inner.text-center.gradient-border img {max-width: 48% !important; }
    .banner_slide h2 { font-size: 10px;}
    .caption_banner { margin-top: 0px;padding-left: 10px;}
    .sociallinks{margin:0 0 20px 0!important;}
    footer a, footer p, .footer-bottom .copyright, .footer-bottom a{font-size:9px;}
    .main_menu_list li.menu-item {padding: 7px 10px;}
    .logo-bg { top: 0; height: 96px; max-width: 100%; width: 100%;}
    .wrap-caption-inner { padding: 25px 5px 15px;  margin-right: 0; }
    .logo a{top: -28px;}

}


@media (max-width: 767px) {
  img.img-responsive.light_logo { max-width: 156px; }
}
@media (max-width: 660px) {
     img.img-responsive.light_logo { max-width:138px; }
}

@media (max-width: 578px) {
    .logo-bg {left: 81px;margin-top: -6px; }
    .nav-top{margin-right:0}
    a.menu-bar span.menu-btn-icon{margin-right:20px}

}
@media (max-width: 420px) {
       .logo-bg {
        left: 33px;
        margin-top: -6px;
    }
}
@media (max-width: 360px) {
        .banner_slide h2 {
        font-size: 8px;
    }

        img.img-responsive.light_logo {
        max-width: 100px;
    }
}

.banner_slide h2.heading-inner{font-size:38px; color:#fff; padding:50px 0 0 0; position:relative; z-index:9; text-transform:capitalize; letter-spacing:0}
#hero .banner_slide { padding: 0 0px 134px;}
.card-step{border:1px solid #ccc; height:100%;}


.card-step{
background: linear-gradient(180deg, rgba(0, 51, 120, 0.82) 0%, rgba(0, 95, 222, 0.82) 100%);
border: 1px solid rgba(255, 255, 255, 0.95);
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.04);
padding:30px;
color:#fff;border-radius:20px;
transform: translateY(0);
transition:all ease 300ms;
}
.card-step .step-icon{background:#fff;color:#01367D; width: 40px; height:40px; display:flex; align-items: center; justify-content:center; border-radius:50%; font-weight:bolder; font-size:22px;
background: linear-gradient(180deg, #FFFFFF 15.87%, #005AE2 100%);
border: 1.5px solid rgba(20, 1, 127, 0.83);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); 
}
.card-step p{color:#fff}
.card-step:hover{transform:translateY(-10px); color:#fff; box-shadow: 0px 4px 29px rgb(4 85 203 / 72%); }
.img-circle{position:absolute; right:0px; max-width:50%; top:20%; z-index:0; opacity:0.4}
.banner_slide h2.heading-inner {
    font-size: 38px;
    color: #fff;
    padding: 70px 0 85px 0;
    position: relative;
    z-index: 9;
    text-transform: capitalize;
    letter-spacing: 0;
}
#hero .banner_slide.slide-inner {
    padding: 0 0px 0;
}
#hero .banner_slide.slide-inner video.bg-video{top: 160%;}
.img-mbem-framework{max-width:800px; margin:0 auto; width:100%;}
.nav-ograni{position: sticky; top:20px}
.nav-ograni a{padding:5px 15px; font-weight:500;}
.rounded-5{border-radius:50%}
.photo-wrap img{object-fit: cover; width:120px; height:120px}
.wrap-info-photo {
    text-align: center;
    background: linear-gradient(180deg, rgb(0 51 120 / 0%) 0%, rgb(28 68 122 / 82%) 100%);
    border-radius: 10px;
    border: 1px solid #ffffff4f;
    padding: 35px 30px;
    box-shadow: 0px 13px 12px rgb(0 0 0 / 52%);
    margin-top:12px;
    margin-bottom:12px;
}  
.wrap-info-photo h2{color:#fff; font-size:26px; margin-top:20px;}
.wrap-info-photo h3{color:#fff; font-size:20px; margin-top:10px; font-weight:normal;}
.wrap-info-photo p{margin:5px; font-size:16px}
p.email{font-size:16px}
.sec-up{position:relative; z-index:2;}
.list-ul li{font-size:20px; margin:20px 0; line-height:26px}
.bg-sec{background: url(../images/img-tech.png); background-attachment:fixed; background-size: 50%; background-repeat: no-repeat; background-position: right center;}
.thumb-wrap img{width:100%}
.competenies-wrap h3, .competenies-wrap p{color:#fff}
.competenies-wrap h3{font-size:32px}
.text-cont{padding:40px;}
.text-cont .company{text-transform: uppercase; letter-spacing:1px}
.competenies-wrap{z-index:1;position:relative;}
.competenies-wrap ul li{font-size:16px; line-height:28px}
.competenies-wrap ul{padding-left:20px}
.competenies-wrap{color:#fff}
.img-circle-fix{position:fixed; top:5%; right: 0}
.wrapbox-celebratingbox{border-radius:20px; padding:20px; background:linear-gradient(180deg, rgba(0, 51, 120, 0.82) 0%, rgb(0 58 137 / 82%) 100%);}
.celebrationg-img-wrap img {
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    border-radius: 20px;
    object-fit: cover;
}
.text-heading{color:#fff;padding:25px 5px; font-size:20px;}


 table.celebratingbox  {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    background:#fff;
    color:#444;
    border-radius:15px;
    overflow:hidden;

  }
 .heading-table {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    background:#1e57af;
    padding:10px;
    border-radius:10px;
    color:#fff;
  }
 table.celebratingbox th, table.celebratingbox td {
    border: 1px solid #666;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    color:#020242;
  }
table.celebratingbox thead {
    background-color: #cfe2f3;
    font-weight: bold;
    color:#444;
table.celebratingbox .category-large {
    background-color: #d9ead3;
    font-weight: bold;
  }
table.celebratingbox .category-small {
    background-color: #f9f5d7;
    font-weight: bold;
  }

.heading-vslide {
    background: rgb(2 2 66 / 71%);
    color: #fff;
    font-size: 18px;
    padding: 28px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 25px 25px;
}
