@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
      font-family:  "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #1f1e1e;
    overflow-x: hidden;
    font-weight:500;

}
   


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: 24px;
    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);}

.button-large i img{margin-top: -4px;}
/*  3.0 Header Style
========================================================================== */

header.main_header {
    box-shadow: none;
    top: 0;
    width: 100%;
    padding: 25px 0;
    left: 0;
    transition: all ease 0.4s;
    z-index:1;
    border-top:30px solid #5e64ae;
    box-shadow:2px 2px 2px rgb(0 0 0 / 8%);
}

.main_menu_list li.menu-item {
    margin: 0 0 0 10px;
    position:relative;
}
.main_menu_list li.menu-item a {
    color: #171043;
    font-weight:600;
    font-size:15px;
    
}


        .main_menu_list li.menu-item a:hover, .main_menu_list li.page-active a, li.active-nav a {
   color:#5e64ae !important;
}
/*
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: #27316f;
    border-radius: 9px;
    padding: 10px 22px; color:#fff;}
.main_menu_list li.menu-item:last-child a:hover{background:#5e64ae; 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;
    z-index:999;
    top:0;
    background: #fff;
padding-top: 10px; padding-bottom:10px;

}


a.close_menu {
    display: none;
}




a.get_quote:hover {
    background: rgb(224,153,0);
    
    color: #000 !important;
}

.container{max-width:1280px;}


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; }
.banner_slide h1{color:#27316f; font-size:52px; font-weight:700; line-height:50px;
}
.banner_slide h1 span{font-weight:700; position: relative; color:#5c64af}
.banner_slide h2{color:#263465;font-size:26px; font-weight:600; line-height:46px;} 
.caption_banner p{ font-size:15px;  color:#6d6b80; 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: #27316f!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}






.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:#eeebf6}
.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:#27316f;  font-weight:600; ;line-height:48px; }
.form-control {  box-shadow: 0px 18px 24.57px 2.43px rgba(66, 65, 65, 0.06); border-radius:5px; padding:12px 20px; border:none;}
::-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: #f9fafc; font-weight:400;}
footer .site-heading h2{font-size:30px}
footer .link-button{padding: 10px 50px}
footer .site-heading h2{text-align:left;}


.footer-bottom{background:#fff; padding:20px 0}
.footer-logo{width:152px}
.footer-bottom .copyright, .footer-bottom a{color:#727272; font-size:14px}

.address-sec{padding:175px 0px 30px 90px;}

.address-details{margin-top: 20px;}
.icon-wrap{margin-right:20px}
.address-details{display:flex;font-size:14px}


.logo-footer img{max-width:200px}
footer p{font-size:14px; color:#9591b4;}
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:#9591b4}
footer  a:hover{color:#5e64ae}








/*  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:#27316f}
.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: #27316f;
    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: #27316f;
    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: #27316f;
}
.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;}

.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: #27316f;
}
.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:#4f5cad!important}








#hero .banner_slide{height: calc(100vh - 313px);}


.team-container{max-width:840px;}
.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:40px 20px; border-radius:20px; , margin-bottom:30px;}
.technology .team-wrap img{max-width:150px}

.team-wrap h2{font-size:17px; color:#27316f; margin:20px 0 10px 0;}
.team-wrap p.designation{font-size:15px; font-weight:600; color:#27316f; margin-bottom:4px}
.team-wrap p{font-size:15px; color:#6d6b80; margin:0;}




.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;
}


.competitive-sec .tech-sec-inner h4{margin-bottom:0;}

.banner_slide.sec-spacer2.competitive-sec .tech-sec-inner {
    height: calc(100% - 40px);
}

.banner_slide.sec-spacer2.competitive-sec .tech-sec-inner .icon-wrap{margin-bottom:10px}






/*  Responsive Style
========================================================================== */


@media (max-width:1600px){
header.main_header{padding:13px 0;    border-top: 10px solid #5e64ae;}
#hero .banner_slide { height: calc(100vh - 240px);}
.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: 544px;}
}

@media (max-width:1440px){
.banner_slide h1, .heading h3, .heading3 h3{font-size:38px; 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:700px!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;}
.technology .team-wrap{padding:40px 20px;}
.competitive-sec .tech-sec-inner{flex-flow:column;}
.competitive-sec .tech-sec-inner h4{margin-top: 10px}
.competitive-sec .tech-sec-inner h4 br{display:none;}
}


@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;
    }
.banner_slide h1, .heading h3, .heading3 h3{font-size:30px; line-height:30px;}
.banner_slide h2 { font-size: 16px;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: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:700px!important}
.technology .team-wrap img { max-width: 90px;}
.problem-sec img{max-width:70%}
.sec-spacer2{padding:60px 0!important;}
.sec-spacer {padding:40px 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;}
.tech-sec{padding-left:0px;}
.technology .team-wrap{margin-bottom:10px;margin-top:20px;}
footer h2{margin-top:20px; margin-bottom:5px}

}

@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;}

}




@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: #27316f;
        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);
    }
    .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:calc(100% - 20px)}
.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{color:#fff!important; background:none}
  .sec-wrap{margin:15px 0;}
}



@media (max-width: 768px) {
header.main_header{box-shadow:2px 2px 2px rgb(0 0 0 / 8%)!important; border-bottom:1px solid  rgb(0 0 0 / 8%);}
#hero .banner_slide h1{ 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%;}

}
