/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700&display=swap');
html,
body {
  font-family: 'Spartan', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #848991;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
}

h1, .h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
}

h2, .h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}

h3, .h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

h4, .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

h5, .h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 42px;
}

h6, .h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0.27em;
}

p {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
}

.p {
  line-height: 22px;
}

.pg-1 {
  font-size: 14px;
  line-height: 16px;
}

.pg-2, .pg-2 a {
  font-size: 13px;
  line-height: 28px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 45px;
  }
  
  h2, .h2 {
    font-size: 28px;
    line-height: 39px;
  }
  
  h3, .h3 {
    font-size: 18px;
    line-height: 32px;
  }
  
  h4, .h4 {
    font-size: 18px;
    line-height: 28px;
  }
  
  h5, .h5 {
    font-size: 16px;
    line-height: 48px;
  }
  
  h6, .h6 {
    font-size: 12px;
    line-height: 48px;
  }
  
  p {
    font-size: 14px;
    line-height: 30px;
  }
  
  .p {
    line-height: 24px;
  }

  .pg-1 {
    font-size: 16px;
    line-height: 18px;
  }

  .pg-2, .pg-2 a {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 50px;
  }
  
  h2, .h2 {
    font-size: 34px;
    line-height: 43px;
  }
  
  h3, .h3 {
    font-size: 20px;
    line-height: 36px;
  }
  
  h4, .h4 {
    font-size: 20px;
    line-height: 32px;
  }
  
  h5, .h5 {
    font-size: 18px;
    line-height: 52px;
  }
  
  h6, .h6 {
    font-size: 13px;
    line-height: 52px;
  }
  
  p {
    font-size: 15px;
    line-height: 34px;
  }
  
  .p {
    line-height: 28px;
  }

  .pg-1 {
    font-size: 17px;
    line-height: 19px;
  }

  .pg-2, .pg-2 a {
    font-size: 15px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 56px;
  }
  
  h2, .h2 {
    font-size: 36px;
    line-height: 47px;
  }
  
  h3, .h3 {
    font-size: 22px;
    line-height: 40px;
  }
  
  h4, .h4 {
    font-size: 22px;
    line-height: 36px;
  }
  
  h5, .h5 {
    font-size: 20px;
    line-height: 56px;
  }
  
  h6, .h6 {
    font-size: 14px;
    line-height: 56px;
  }
  
  p {
    font-size: 16px;
    line-height: 36px;
  }
  
  .p {
    line-height: 30px;
  }

  .pg-1 {
    font-size: 18px;
    line-height: 20px;
  }

  .pg-2, .pg-2 a {
    font-size: 16px;
    line-height: 34px;
  }
}

a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

a:hover,
a:focus {
  text-decoration: none;
}

.letter-spacing-03em {
  letter-spacing: -0.03em;
}

.letter-spacing-27em {
  letter-spacing: 0.27em;
}
/*--------------------------------------------------------------
# COMMON CODES
--------------------------------------------------------------*/

/* Common Themes */
h1, .h1 {
  color: #06497F;
}

h2, .h2 {
  color: #FFFFFF;
}

h3, .h3 {
  color: #06497F;
}

h4, .h4 {
  color: #06497F;
}

h5, .h5 {
  color: #06497F;
}

h6, .h6 {
  color: #A6B9C8;
}

p {
  color: #3F474D;
}
ul, li
{
  list-style: none;
}

.pg-1 {
  color: #0092FF;
}

.pg-2, .pg-2 a {
  color: #EEF6FC;
}

/* *************************** Navbar *************************** */

.header-1 .navbar-nav .nav-link, .dropdown-item {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #3D353D;
}
.header-1 .navbar-nav .active>.nav-link {
  color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0092FF;
}
.header-1 .navbar {
  background: #F7FBFF;
}
/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/
.header-1 .navbar-toggler {
  padding: 0;
}
.header-1 .navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.header-1 .navbar-toggler .icon-bar {
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}
.header-1 .navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}
.header-1 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-1 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
  transition: ease all .2s;
}
.header-1 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}
.header-1 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-47deg) translate(5px, -6px);
  transition: ease all .2s;
}

.header-1 .navbar-brand img {
  width: 70%;
}

.navbar-collapse {
  height: 100vh;
  transition: none;
}

.navbar-nav .nav-link {
  padding: 1rem 0;
}
.navbar .navbar-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 100%;
  height: 4px;
  background: transparent;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.navbar .navbar-nav .nav-item .nav-link:hover, 
.navbar .navbar-nav .nav-item .nav-link:hover::before, 
.navbar .navbar-nav .nav-item .nav-link.active::before {
  color: #010101;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.dropdown .dropdown-menu {
  display: none;
  min-width: 200px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  background: #F7FBFF !important;
  z-index: 1;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 0.125em;
}

@media (min-width: 1200px){
  .header-1 .navbar {
    padding: 1rem 6.5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    margin: 0 20px;
  }
  .header-1 .navbar-nav .nav-link {
      font-size: 15px;
  }
  .navbar-collapse {
    height: auto;
  }
  .header-1 .navbar-brand img {
    width: 100%;
  }
  .navbar .navbar-nav .nav-item .nav-link:before {
    background: #0095da;
  }
}

@media(min-width: 1600px) {
  .header-1 .navbar {
    padding: 1rem 8rem;
  }
}

@media(min-width: 1920px) {
  .header-1 .navbar {
    padding: 1rem 9.5rem;
  }
}

/* header-3 themes */
/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/
.header-1 .navbar-toggler {
  border: none;
  background: transparent !important;
}
.header-1 .navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.header-1 .navbar-toggler .icon-bar {
  background-color: #43464c;
}

/* *************************** Navbar *************************** */

/* *************************** Banner *************************** */
.banner-4 .carousel-item{
  height: 100vh;
  background-size: cover !important;
  background-position: 25% !important;
}

.banner-4 .carousel-caption {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
}

.banner-4 p{
  font-size: 18px;
  line-height: 32px;
  color: #E8E8E8;
}

@media (min-width: 576px) {
  .banner-4 .carousel-caption {
      top: 25%;
  }
}

@media (min-width: 768px) {
  .banner-4 .carousel-caption {
      top: 30%;
  }
}

@media (min-width: 992px) {
  .banner-4 .carousel-caption {
      left: 35px;
  }
}

@media (min-width: 1200px) {
  .banner-4 .carousel-caption {
      top: 40%;
      left: 100px;
  }
  .banner-4 .carousel-item{
    background-position: 90% !important;
  }
}

@media (min-width: 1600px) {
  .banner-4 .carousel-caption {
      left: 130px;
  }
}

@media (min-width: 1920px) {
  .banner-4 .carousel-caption {
      left: 150px;
  }
}

/* *************************** Banner *************************** */

/* *************************** Footer *************************** */
.footer-section {
  background: #041F33;
}

.footer-section a, .footer-section p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #D0D0D0;
}

@media(min-width: 768px) {
  .footer-section a, .footer-section p {
    font-size: 13px;
  }
}
/* *************************** Footer *************************** */

/* *************************** Section 1 *************************** */
.section-1 {
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}
.section-1 .card {
  background: #F5FAFD;
  border: none;
}
.section-1 .pb-10rem {
  padding-bottom: 5rem !important;
}
@media(min-width: 768px) {
  .section-1 .pb-10rem {
    padding-bottom: 10rem !important;
  }
} 
/* *************************** Section 1 *************************** */

/* *************************** Section 2 *************************** */
.section-2 .active, .section-3 .active {
  border-bottom: 2px solid #0092FF;
  width: fit-content;
}

.section-2 .bg-color {
  background: #F5FBFF;
}

.section-2 .circle {
  background: #FFFFFF;
  border: 1px solid #A6B9C8;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.14);
  height: 31px;
  width: 31px;
  border-radius: 50%;
  position: relative;
}

.section-2 .circle img {
  position: absolute;
  top: 25%;
  left: 25%;
}
/* *************************** Section 2 *************************** */

/* *************************** Section 3 *************************** */
.section-3 .bg-color {
  background: #06497F;
}

.section-3 h5, .section-2 h5 {
  cursor: pointer;
}
/* *************************** Section 3 *************************** */

/* *************************** Section 4 *************************** */
.section-4 h1 {
  color: #0092FF;
}

.section-4 p {
  color: #EEF6FC;
}

.section-4 .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}

.section-4 .card .card-footer {
  background: rgba(9, 14, 79, 0.9);
  padding: 0;
  border: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-4 .card-footer:last-child {
  border-radius: 0;
}

.section-4 .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* *************************** Section 4 *************************** */

/* *************************** Section 6 *************************** */
.section-6 .nav-pills .nav-link {
  color: #06497F;
  border: 1px solid #06497F;
  margin: 5px 3px;
}
.section-6 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: #06497F!important;
  box-shadow: 0 5px 12.9px 0 rgba(0,0,0,.1)
}
.tab-content {
  background-color: #FFFFFF;
  padding: 12px 12px;
  border-radius: 10px;
}
  /* Sticky tabs */
  .section-6 #pills-tab {
    position: sticky;
    top: 65px;
    background-color: white; 
    padding:10px;
    z-index: 1000; 
    border-bottom: 1px solid #ddd; 
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-direction: column;
}

.section-6 #pills-tab {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media(min-width: 1200px)
{
  .section-6 #pills-tab {
    position: sticky;
    top:100px;
    background-color: white; 
    padding:10px;
    z-index: 1000; 
    border-bottom: 1px solid #ddd; 
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    flex-direction: row;
}

}
@media (min-width: 768px) {
  .section-6 #pills-tab {
    position: sticky;
    top:100px;
    background-color: white; 
    padding:10px;
    z-index: 1000; 
    border-bottom: 1px solid #ddd; 
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}
}

/* ******------Services-----****** */
.our-services .border-left-bg {
  background: #c2c2c230;
  border-radius: 10px;
  border-left: 15px solid #06497F;
  padding: 20px;
  box-shadow: 0 5px 12.9px 0 rgba(0,0,0,.1)
}
.our-services .card:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #0092FF;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
.our-services .card:hover:after {
  width: 100%;
  left: 0;
}
.btn-blue {
  background: #06497F;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease 0s;
}
.btn-blue:hover {
  background: #095b88;
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #06497F;
  border-radius: 5px;
}
.lh-lg {
  line-height: 26px;
}
.our-services .card h4 {
  font-size: 16px;
  line-height: 30px;
}
.number_text {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #095b88;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 82px;
  top: 30px;
  z-index: 9;
}
.heading_text {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #095b88;
  font-weight: bold;
  /* text-align: right; */
  padding-top: 40px;
}
.number_text_2 {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #095b88;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 82px;
  top: 30px;
}
.bg-spot{
  display: inline;
  font-size: 12px;
  color: #063e5c;
  background-color: rgb(198, 225, 247);
  padding: 4px 16px;
  border-radius: 5px;
}
.h-310 {
  height: 310px;
}
