/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
:root {
    --brand: #070D59;
    --dark: #092032;
    --body: #516171;
    --login: #5692D2;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg); */
    background-color: #070D59;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #72ACFB;
    border-color: #72ACFB;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    text-align: center;
    /* box-shadow: var(--shadow); */
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}

//////////////////////////




.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: left;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(3, 9, 98, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: #0E103B;;
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px; padding: 10px 10px !important;
    background-color: #FFF;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.homeslider h1{ font-size: 54px; color: #FFF; font-weight: 600;}
.homeslider h6{ font-size: 18px; color: #FFF; font-weight: 500; margin-top: 20px;}

.btnlogin {
    border-color: var(--login);
    background-color: var(--login);
    color: #fff; border-radius: 0%; margin-top: 20px;
  }

  .navbar-nav .active{ text-decoration: underline;}

  .services h4{ font-size: 48px; color: #16195E; font-weight: 500; padding: 0 100px;}
.learnmore{ text-decoration: none; font-size: 16px; position: relative;}
.learnmore:after{ margin-left: 10px; margin-top: 5px; position: absolute; width: 20px; height: 20px; line-height: 20px; border-radius: 25px; background: #070D59 url(../img/learnmore.png) no-repeat center; content: '';}

.section3{ background-color: #070D59; padding-bottom: 0 ;}
.section3 .moble{ margin-top: 50px;}
.section3 h5{ font-size: 36px; color: #FFF; font-weight: 500; margin-top: 100px; margin-bottom: 30px;}

.solutions .accordion{ border: none !important;}
.solutions .accordion a{ font-weight: 500; color: #72ACFB;}
.solutions .accordion-button{ background-color: #070D59; color: #FFF; padding: 20px 0 20px 40px; }
.solutions .accordion-item{ background-color:#070D59; border: 0px; border-bottom: 1px solid #FFF;}
.solutions .accordion-body{ color: #FFF;  padding-left: 40px;}
.solutions .accordion-item h2{ position: relative;}
.solutions .accordion-item h2 .count{position: absolute; width: 25px; height: 25px; text-align: center; line-height: 25px; background-color: #5692D2; border-radius: 25px; z-index: 9999; font-size: 12px; color: #FFF; margin-top: 15px;}
.accordion-button:not(.collapsed)::after {background-image: url("../img/aerrowdown.png") !important; }
.accordion-button::after{background-image: url("../img/aerrowup.png") !important; transform: rotate(-180deg) !important;}

.homesection4 h5{ font-size: 46px; color: #070D59; font-weight: 600; margin-top: 0px; margin-bottom: 30px;}
.homesection4 .businesstxt{ background-color: #f0f0fc; border-left: 5px solid #070D59; color: #000; padding: 20px 30px; margin-bottom: 20px;}

.hoemvideosection{ background:#5692D2; background-size: cover; padding: 40px 0;}
.hoemvideosection img{ width: 150px;}
.hometitle h5{ font-size: 50px; color: #070D59; font-weight: 600;}

#team h6{font-size: 46px; color: #070D59; font-weight: 600; margin-top: 0px; margin-bottom: 30px; text-transform:inherit;}
#team p{ font-weight: 500; color: #16195E; text-decoration: underline;}

.faqs .accordion-body ul li, ol li{ color: #FFF !important; font-size: 1rem !important;}
.faqs h6{font-size: 46px; color: #FFF; font-weight: 600; margin-top: 0px; margin-bottom: 30px; text-transform:inherit; text-align: center;}
.faqs {background-color: #070D59;}
.faqs .accordion{ border: none !important;}
.faqs .accordion-button{ background-color: #070D59; color: #FFF;  }
.faqs .accordion-item{ background-color:#070D59; border: 0px; border-bottom: 1px solid #72ACFB;}
.faqs .accordion-body{ color: #FFF;  }
.faqs .accordion-item h2{ position: relative;}
.faqs .accordion-item h2 .count{position: absolute; width: 25px; height: 25px; text-align: center; line-height: 25px; background-color: #5692D2; border-radius: 25px; z-index: 9999; font-size: 12px; color: #FFF; margin-top: 15px;}
.faqs .accordion-button:not(.collapsed)::after {background-image: url("../img/minus.png") !important; }
.faqs .accordion-button::after{background-image: url("../img/plus.png") !important; transform: rotate(-180deg) !important;}
*{outline: none !important;}

.footers h4{ font-size: 16px; font-weight: 600; text-transform: uppercase;}
.footers ul{ list-style: none; color: #FFF; padding: 0; margin: 0;}
.footers ul li a{ list-style: none; color: #FFF;  text-decoration: none; font-size: 14px; font-weight: normal;}
.footers .btnlogin{ border-radius: 25px; width: 100%; text-align: center;}
.footers .social-icons{ text-align: right; margin-top: 20px;}
.footers .social-icons a{ background-color:transparent; width: 20px;}


.headerinner{ background-color: rgba(7, 13, 89, 0.2); background-image: url(../img/headerbg.png);}
.headerinner h1{font-size: 70px; color: #070D59; font-weight: 600;}

.innerpages h5{font-size: 36px; color: #070D59; font-weight: 600; margin-top: 40px; margin-bottom: 30px; line-height: 40px; position: relative;}
/*font size changed 40px to 36px*/
.innerpages p{font-size: 22px; line-height: 30px; color: #070D59; font-weight: 500;}
.innerpages .graybox{ background-color: #D9D9D9; width: 200px; height: 200px; line-height: 200px; border-radius: 50%; text-align: center; margin: 0 auto; margin-top: 50%;}
.innerpages .graybox img{ width: 60% !important;}

.resources h5 { position:relative !important; padding-left: 120px;}
.resources p strong{ font-weight: 500; color: #72ACFB;}
.resources h5 .iconbox{ position: absolute; width: 80px; margin-left: -120px;}
ul li {font-size: 18px; line-height: 30px; color: #070D59; font-weight: 500;}
ol li {font-size: 18px; line-height: 30px; color: #070D59; font-weight: 500;}
/*changed 22px to 18px*/
.navbar-nav a.nav-link{ font-size: 16px !important;}

.ourteam{}
.ourteam .row{ margin-bottom: 150px !important;}
.ourteam img{ border: 2px solid #72ACFB;}
.ourteam p{ font-size: 18px; line-height: 24px;}
.ourteam h5{ margin-bottom: 10px; margin-top: 10px;}
.ourteam h6{ font-size: 22px; font-weight: 500; color: #070D59; margin-bottom: 32px;}


.benefitssection{ margin-top: 50px !important; padding-bottom: 0;}

.benefits {
    /* padding: 32px !important;
    background-color: rgb(119, 19, 19); */
    text-align: center;
    /* box-shadow: var(--shadow); */
}

.benefits h5 {
    margin-top: 12px; font-size: 10px;
    margin-bottom: 14px;
}

.benefits img {
    width: 40px;
}


.supportpage p{ font-size: 14px; line-height: 24px; padding: 0 300px; color: #828282;}

.supportpage ul{ list-style: none; padding: 0; margin: 0; text-align: center; width: 450px; margin: 0 auto; margin-top: 100px;}
.supportpage ul li{ text-align: center;  float: left; font-size: 14px; margin-left: 20px;}
.supportpage ul li img{ width: auto; }
.submit{border-radius: 5px;
    width: 125px;
    text-align: center;
    background-color: #070D59;
    color: #FFF;
    font-size: 20px;}
.submit:hover{background-color: #72ACFB; color: #070D59;}

.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px;
}

.form-content .form-items {
  padding: 0px;
  display: inline-block;
  width: 75%;
  /* min-width: 540px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-content h3.form-title {
  margin-bottom: 30px;
}

.form-content p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
  color: #8D8D8D;
}

.form-content input[type=text], .form-content input[type=tel],  .form-content input[type=password], .form-content input[type=email], .form-content select {
  width: 100%;
  padding: 9px 0px;
  text-align: left;
  border: 0;
  outline: 0;
  background-color: #fff;
  font-size: 15px; border: 1px solid #333;
  font-weight: 300;
  /*color: #8D8D8D;*/
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; border-radius: 5px !important;
  margin-top:12px;
 margin-bottom: 20px;
}

.form-content textarea{border: 1px solid #E0E0E0 !important; border-radius: 0px !important;}


.btn-primary{
  background-color: #6C757D;
  outline: none;
  border: 0px;
   box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #495056;
  outline: none !important;
  border: none !important;
   box-shadow: none;
}

.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}

.mv-up{
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback{
  color: #ff606e;
}

.valid-feedback{
 color: #2acc80;
}





@media only screen and (max-width: 600px) {
    .homeslider h1 {
        font-size: 34px;
    }
    .owl-carousel .owl-item img{ margin-top: 10px;}

    .services h4 {
        font-size: 34px;
        padding: 0 0px;
    }
    .service{ text-align: center;}
    .homesection4 h5 {
        font-size: 35px;
    }
.solutions{ padding-top: 50px;}

.hometitle h5 {
    font-size: 34px;
}
#team h6{font-size: 34px;}
.headerinner h1 {
    font-size: 34px;
}

.innerpages .graybox{ margin-top: 0 !important;}
.supportpage p{padding: 0 30px;}

.supportpage ul{width: 100%;}
.supportpage ul li {
    text-align: center;
    float:inherit;
    font-size: 24px; margin-bottom: 20px; padding-left: 0; margin-left: 0;
}

.resources h5{padding-left: 70px;}
.innerpages h5 {font-size: 28px;}
.resources h5 .iconbox {margin-left: -70px;}
.resources h5 .iconbox img{width: 70%;}
section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqs .accordion-body ul li, ol li{ color: #FFF !important; font-size: 1rem !important;}

  .form-holder .form-content{padding: 46px 0px !important;}
  .bggray{ padding: 0 !important; width: 100% !important;}
  .totoppading{ padding-top: 0px;}
  .thankyou {
    padding: 30px !important;
    width: 90% !important;
  }
  h3.cent {
      left: 0px !important;
    }
    
     .bgform h1{font-size: 28px !important;}
  }

/*dipesh changes*/
ol.faqli li, ol.tcli li{
    color:var(--brand) !important;
    font-size:22px !important;
    margin-bottom:5px;
}

ol.tcli li{
    font-size:18px!important;
}
.owl-carousel .slide .btn-know-more {
    margin-left: auto !important;
}





.bgform{ background: #070D59;}
.formtop{width:80%; margin: 0 auto; text-align: left;}
.formtopsection h2{ color: #fff; font-size: 28px; margin-bottom: 30px;}
img.widimg{width: 20px;
    position: relative;
    top: -2px;
    padding-right: 2px}
.formtopsection h3{font-size: 15px;
    color: #fff;
    font-weight: 500;}

    h3.cent{position: relative; left:40px;}

   .bggray{background:#E7EEF7; padding: 60px 115px; border-radius: 50px; width: 72%;} 
   .form-items label{color: #333; font-weight:600; font-size: 20px;}
   .form-items label small{color: #333; font-weight:400; }

   select.form-select{padding: 10px 10px;}
   p.posiablute{position: absolute;
    right: -59px;
    top: 22px;
    font-size: 15px;
    color: #333;
    left: -83px;}
   .pr0{padding-right:30px;}
   .pl0{padding-left:30px;}
   .form-check label{ font-weight: 400; font-size: 15px;}

   .form-check-input {
    width: 22px; 
    height: 22px; margin-right: 10px;}

    .thankyou{padding: 50px; background: #E7EEF7; border-radius: 50px; width: 80%;
        margin: 0 auto;}
    .thankyou p{font-size: 18px; color: #000; padding: 0px 20px; line-height: 1.7;}
    .thankyou p a{color: #16195E; text-decoration: none; font-weight: 600;}
    .form-check-input:valid:checked {
        background-color: #0E103B !important;
      }
  .was-validated .form-check-input:valid {
        border-color: #0E103B !important;
  }

  .totoppading{ padding-top: 20px;}
  .bgform h1{font-size: 35px; color: #FFF;  margin-bottom: 30px;}
  .thankyou p a{
  font-size: 20px;}
  
  
  