@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body 
{
    /* background: #f8f9fd !important; */
}
.sub-heading{font-weight: 700;Font-size: 20px;color:#000;line-height: 34px;/* text-transform:uppercase; */margin:0;text-align: left;position: relative;margin-bottom: 1rem;}
.sub-heading::after {position:absolute;content:'';width: 60px;height: 3px;background: #413c69;left: 0;bottom: -6px;}
.sub-heading.text-center::after {margin: auto;text-align: center;left: 0;right: 0;bottom: 0 !important;}
.fs-15{font-size: 15px;}
.fs-14{font-size: 14px;}
a{
 text-decoration: none;
 font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6
{
  font-family: "Montserrat", sans-serif;
}

p 
{
  font-family: "Montserrat", sans-serif;
}

span
{
  font-family: "Montserrat", sans-serif;
}

strong 
{
  font-family: "Montserrat", sans-serif;
}

/* top bar */

.wrap {
  position: relative;
  z-index: 0;
  width: 100%; }
  .wrap .bg-wrap {
    background: #3a2e5e;
    background: #413c69;
    padding: 0;
    position: relative;
    z-index: 0; }
    .wrap .bg-wrap:after {
      position: absolute;
      top: 0;
      left: -40px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 40px 40px;
      border-color: transparent transparent #413c69 transparent;
      z-index: -1; }

      .bg-wrap a 
      {
        text-decoration: none;
      }

    .wrap .bg-wrap:before {
      position: absolute;
      top: 0;
      right: -40px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 40px 0 0;
      border-color: #413c69 transparent transparent transparent;
      z-index: -1; }
    @media (max-width: 991.98px) {
      .wrap .bg-wrap:before {
        right: -39px; }
      .wrap .bg-wrap:after {
        right: -39px; } }
    @media (max-width: 767.98px) {
      .wrap .bg-wrap {
        padding-left: 20px;
        padding-right: 20px; }
        .wrap .bg-wrap:after, .wrap .bg-wrap:before {
          display: none; } }
  .wrap .phone {
    z-index: 1; }
    .wrap .phone span {
      color: #fff; }
    .wrap .phone a {
      color: #fff;
      font-size: 14px; }

.social-media {
  display: inline-block; }
  .social-media p a {
    width: 40px;
    height: 40px;
    margin-right: 1px; }
    .social-media p a span {
      color: #fff; }
    .social-media p a:hover {
      background: #1b43a1;
      border-color: #1b43a1; }
      .social-media p a:hover span {
        color: #fff; }



/* counter */

.ftco-counter {
  overflow-x: hidden;
  position: relative;
  padding: 6em 0;
}
.ftco-counter .block-18 {
  display: block;
  width: 100%;
}
.text-center {
  text-align: center !important;
}
.ftco-counter .text {
  position: relative;
}
.ftco-counter .text .number {
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  color: #1b43a1;
  display: block;
  margin-bottom: 10px;
}

.ftco-counter .text span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-size:15px;
}

/* widget1 carousel */

.heading-section.heading-section-white .subheading {
    color: #000000;
}
.heading-section .subheading {
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #1b43a1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
    font-size: 30px;
    font-weight: 800;
    line-height:1.7em;
    color:#000!important;
}


.service{
position: relative;
    z-index: 0;
}
.service .overlay{ position: relative;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 426px;
    background: #8fd0d2;
    padding-top:100px;
}
/* .service h2{font-size:30px; font-weight:bold; color:#273c4f; text-align:center;}
.service .carousel-indicators{ bottom: -70px;}
.service .carousel-indicators [data-bs-target]{ background-color: #f05550;}
.service .bg-transparent{ background-color: #ccc !important; height: 50px; top: 40%;}
.service .card{ border:0;} */



.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    }
    .testimony-wrap .icon {
      position: absolute;
      top: -15px;
      left: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #1b43a1; }
      .testimony-wrap .icon span {
        color: #fff; }
    .testimony-wrap .user-img {
      width: 80px;
      height: 80px;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .testimony-wrap .name {
        text-align: center;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 0;
      color: #000000; }
    .testimony-wrap .position {
      font-size: 14px;
      color: #333333; }
  
  .ftco-faqs .img-faqs {
    position: relative;
    height: 700px;
    z-index: 0; }
  
  .ftco-faqs .img {
    height: 400px;
    width: 80%;
    border-radius: 4px;
    -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38); }
    .ftco-faqs .img.img-2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80%;
      z-index: -1; }

/* banner section */


.banner-section h2
{
  font-size: 16px;
  color: rgb(16 55 197 / 90%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    /* color: #007bff; */
    display: inline-block;
    position: relative;
    letter-spacing: 4px;
}

.banner-section h1
{
  font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.banner-section 
{
    margin-top: 27px;
}

.carousel-caption {
  /* margin-top: -100px; */
  position: absolute;
  right: 15%;
  bottom: 8.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.btn.btn-white {
  background: #453967;
  border: 1px solid #493665;
  color: #fff;
}
.btn.btn-white:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}


/* service section css */

      .service-box
      {
        /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
        padding:15px;
      }
      .bg-light1 {
        background: #f8f9fd !important;
    }
    .bg-light {
        background: #fff !important;
    }
.testimony-wrap p 
{
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  padding-top: 17px;
  color: gray;
}

.carousel-indicators [data-bs-target] {
    background: #1b43a1;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #fff; */
    background-clip: padding-box;
    border-radius: 50%;
    border: 1px solid #1b43a1;
    /* border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
    /* opacity: .5; */
    /* transition: opacity .6s ease; */
}
.carousel-indicators {
    /* top: 20px; */
    position: absolute;
    right: 0;
    bottom: -42px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    font-size:30px;
    margin-left: 15%;
}

.service-box img 
{
  margin-top:10px
}

.serv-link 
{
  display: flex;
  justify-content: center;
}
.serv-link a 
{
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  color:#1b43a1;
}


/* query box */



.service-section {
    margin-top: 270px;
    /* position: relative; */
    /* top: 270px; */
    padding: 6% 0;
    background: #1b43a1;
}

.heading {
    color: #8fd0d2;
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.text-center {
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
}
.custom-btn {
    text-decoration: none;
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.custom-btn:hover {
  background: #fff;
  color:#000!important;
}


.footer-section ul li a 
{
    text-decoration: none;
    font-size:16px;
}
.footer-section p a 
{
    text-decoration: none;
    font-size:16px;
}

.footer-section {
    /* margin-top: -98px; */
    position: relative;
    margin-top: -30px;
}




/* internal service pages css */

.innr-pg-c {margin-bottom: 20px;padding: 40px 0;position: relative;background: url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll ;}
.innr-pg-c h1 {font-weight: 700;Font-size: 27px;color: #fff;text-align: left;padding: 6px 0;border-left: 4px #fff solid;padding-left: 16px;text-transform: uppercase;position: relative;z-index: 1;border-radius: 6px;}
.innr-pg-c:after {content: '';position: absolute;left: 0px;right: 0px;top: 0px;width: 100%;height: 100%;z-index: 0;background: #413c69; margin-top:-6px;}

.position-relative {
  position: relative !important;
}
.main-table2 {
  font-family: Arial;
  font-weight: normal;
  Font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  margin-top: 30px;
  padding: 0px;
  margin-bottom: 60px;
}

.main-table .accordion-item {
  margin-bottom: 15px;
  border:1px solid #dbd8d8;
}

.main-table h3 
{
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 14px;
  text-align: left;
}
.main-table ul li ,.main-table ol li 
{
 font-size: 15px;
 line-height: 26px;
 text-align: justify;
 margin-bottom: 8px;
 font-family: "Montserrat", sans-serif;
}

.main-table
{
    margin-bottom: 60px;
    text-align: justify;
}

.main-table p 
{
  font-size: 15px;
  text-align: justify;
  line-height: 26px;
  /* padding-bottom: 15px; */
  color: #000;
  margin-bottom: 8px;
}

/* partners */

.tm_img {
  border-radius: 6%;
  border: 3px solid #2f4c59;
}

.teamsub-head {
  font-weight: bold;
  Font-size: 20px;
  color: #000;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
}

.main-table h4 {
  font-size: 21px;
  font-weight: 600;
  /* padding-bottom: 14px; */
}


/* contact us page */
.cont-page h2{color: #111;font-size: 20px;margin-top: 0;text-transform: uppercase;margin-bottom: 18px;margin-top:10px;line-height: normal !important;}
.cont-page .st-feature-box{font-family: "Montserrat", sans-serif;background: #444;padding-top: 10px;padding-bottom: 17px;margin-bottom: 6px;padding-right: 25px;color: #fff;font-size: 15px;}
.cont-page .feature-box-image{    margin-top: 13px;}
.brnh-off p{margin-bottom:2px;}
.st-custom-heading-layout2.st-custom-heading-wraper {margin-bottom: 24px;}
.st-custom-heading-layout2 .st-heading-title {position: relative;margin-bottom: 0;text-transform: uppercase;font-size: 25px;line-height: 25px; font-weight:bold;margin-top: 0;}
.st-custom-heading-layout2 .st-heading-title>span {position: relative;margin-bottom: 0;text-transform: uppercase;font-size: 25px;line-height: 25px;display: block;margin-bottom: 11px;}
.st-custom-heading-layout2 .heading-line {width: 26px;height: 1px;background: #023c6c;margin: 0;}
.st-feature-box {padding-left: 58px;position: relative;margin-bottom: 35px;}
.st-feature-box .st-feature-box-icon {color: #111;display: block;position: absolute;width: 52px;height: 52px;line-height:0px;top: 0;left: 0;text-align: center;font-size: 60px;transition: all .3s;}
.st-feature-box h3 {color: #fff;margin-bottom: 0;font-size: 18px;line-height: 20px;font-weight: 600;}
.cont-soc img{margin-right:5px;}

.abt-para
{
  font-size:16px;
  line-height:26px;
  text-align: justify;
}

.value {
  font-size: 150px;
  display: block;
  font-weight: bold;
  color: #fff;
}

@media(max-width:767px)
{
  .service-section {
    position: relative;
    margin-top:952px;
    padding: 6% 0;
    background: #1b43a1;
}
.abt-btn {
    margin-bottom: 20px;
    margin-top: 25px;
}

.footer-section 
{
  padding:0px;
  margin:0px;
}
.service .overlay {
  
  padding-top: 50px;
}

.ftco-counter .block-18 {
  display: block;
  width: 100%;
  margin-bottom: 27px;
} 
.testimony-wrap img 
{
  width:100%;
}
.social-link
{
    margin-left:30px!important;
}

.logo-img 
{
    width:290px!important;   
}
}

@media(min-width:992px)
{
  .service {
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
}
.logo-img 
{
    width:300px!important;   
}

.social-link
{
    margin-left:30px!important;
}


}

.about-section 
{
    margin-top:-20px;
}
.about-section p {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
    color: #000;
}

.table-responsive {
    padding: 0px!important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.abt-btn
{
    margin-top:40px;
}
.abt-btn a
{
    padding: 12px 32px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    background: #453967;
    color:#fff;
}

#RadDockZone1
{
    max-width:100%;
}

.social-link
{
    margin-left:930px;
}

.nav-link 
{
    font-weight:600;
    font-size:15px!important;
    color:#000!important;
}
.navbar-expand-md .navbar-nav .nav-link 
{
    padding: 20px 34px 0px 0px;
}
#WhatsNewControl
{
  padding-top:15px!important;
}
.whats-new h4 {
    font-size: 25px;
    line-height: 50px;
    padding: 10px 5px;
    color: #fff;
    margin: 0;
    background: #413c69;
    text-align: center;
    position: relative;
    height: 60px !important;
}
#WhatsNewControl_C_ctl00_tr_UpdatedBackImage
{
    background-color: #413c69;
    color:#fff;
}
#WhatsNewControl_C_ctl00_tr_SearchBackImage
{
height: 32px!important;;
    background: #413c69!important;;
    color: #fff;
}
#WhatsNewControl_C_ctl00_Bulletin_Scroll
{
    margin-top:26px;
}
.logo-img 
{
    margin-left:11px;
}
.dropdown-item:focus, .dropdown-item:hover
{
    background: #413c69;
    color:#fff;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
    right: 100% !important; top:0;
    left: auto !important;
}

#widgetsControl
{
    height:auto!important;
}
#widgetsControl_C
{
    height:auto!important;
}

.about-section img 
{
    /* margin-top:50px; */
}
#WhatsNewControl_C
{
  background: #f8f9fd !important;
}
#WhatsNewControl_C_ctl00_tr_SearchBackImage
{height: 34px!important;}
#RadDockZone1
{
  background: #f8f9fd !important;
}

.accordion-button
{
  color:#413c69!important;
  font-weight:600;
}
#marquee1 a 
{
  font-size:18px;
}

.abt_innr .fa {
    color: #413c69 !important;
}




.contact-bottom .contact-block {display: block;color: #413c69;font-weight: 600;font-size: 16px;margin-top: 10px;}
.contact-bottom .contact-mail {color: #413c69;display: block;margin-top: 4px;font-size: 16px;font-weight: 600;}
.contact-bottom p {margin-bottom: 20px;font-size: 16px;line-height: 28px;}
.contact-bottom span {color: #413c69;font-weight: 600;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #413c69 !important; color: #fff !important;}
.nav-pills .nav-link:hover{background:#413c69; color:#fff !important;}
.nav-pills .nav-link {border-radius: 0;background: #fff;border: aliceblue;border-bottom: 2px solid #e2e2e2;text-align: start;color: black;font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 34px;font-weight: bold;display: flex;justify-content: space-between;}
.fa-map-marker {color: #413c69;font-size: 27px;margin-right: 5px;}
.state {font-size: 23px;font-weight: bold;}
.fa-chevron-right {font-size: 18px;line-height: 40px;color: rgb(151, 151, 151);}

.contact-section .container-fluid{ margin: 0; padding: 0;}
.contact-form { padding: 8%;}
.contact-form .form-control { border: none; border-bottom: 2px solid #0a0f43; border-radius: 0; margin: 0 0 18px 0; font-size: 18px; padding: 20px 0;}
.contact-form input[type=button] {background: #0a0f43;border: 0;font-size: 17px;color: #fff;font-weight: 800;padding: 15px 37px;/* color: #212121; */}
.contact-form input[type=button]:hover {background: #413c69;color: #fff;}


.cstm_warp{position:relative;}
.cstm_warp::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:2px;height:80%;border:1px dashed #185194;}
.crd_wrp2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.crd_wrp2 {
    background-color: #185194;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    transform: rotate(45deg);
    padding:10px;
}

.crd_wrp2 img {
    width: 100%;
    transform: rotate(-45deg);
    object-fit:contain;
}

.crd_wrp h3 {
    font-size: 16px;
    padding: 0;
}

.crd_wrp .crd_bdy {
    background-color: #FA9924;
    padding: 10px;
    border-radius: 5px;
    min-height: 100px;
}

.wrp1{display:flex;justify-content:center;align-items:center;}

@media(max-width:992px){.crd_wrp2{display:none;}.cstm_warp::before{display:none;}}