@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


:root{
    --black: #000;
    --white : #fff;
    --orange : #FD8B02;
    --red : #FE5747;
    --blue : #0f50d7;
    --grey : #f5f5f5;
    --green : #175B71;
}

*{
   font-family: "Quicksand", sans-serif;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    box-sizing:  border-box;
}

*::selection{
  background-color: var(--blue);
  color: var(--white);
}

*:focus {
    outline: none;
}

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  var(--blue);
    outline: 1px solid var(--blue);
}

a , a:hover{
    text-decoration: none;
}
ul{
  padding: 0;
  margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}

span,a,li,p {
    font-size: 16px;
    margin-bottom: 0;
}

.pre__header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 10px 0;
}

img.brand-logo {
    max-width: 125px;
}

.pre__header ul li .list {
    display: flex;
    gap: 10px;
}

.pre__header ul li .list span {
    font-size: 20px;
    font-weight: 700;
    color: #16213E;
    line-height: 27px;
}

.pre__header ul li .list p {
    font-size: 13px;
    line-height: 17px;
    color: #787878;
}
.primary__btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #007991;
    color: white;
    padding: 12px 20px;
    border: 1px solid transparent;
}

.primary__btn:hover{
    background-color: transparent;
    border-color: #007991;
    color: #007991;
}
section.pre__header {
    background-color: #F8F8F8;
}

.navi__wrap .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.navi__wrap .navbar-nav .nav-link {
    color: black;
    font-weight: 600;
}
.banner__wrap {
   background: url(../images/banner-bg.png) center top/cover repeat;
   padding: 150px 0;
}

.banner__wrap .left__content span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    background-color: #067990;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner__wrap .left__content h1 {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
    padding: 15px 0;
}

.banner__wrap .left__content p {
       font-size: 16px;
    color: white;
    line-height: 28px;
    text-align: left;
}

.banner__wrap .left__content a  , .cta__wrap a{
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background-color: #067990;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid white;
    margin-top: 30px;
}
.about__wrap {
  background: url(../images/about-bg.png) center top/cover repeat; 
}
.about__wrap .about__content {
    position: relative;
    display: flex;
}

.about__wrap .about__content .doc__info {
    position: relative;
}

.about__wrap .about__content .doc {
    position: absolute;
    left: 40%;
    bottom: 0;
    top: 16%;
}
section {
  padding: 60px 0;
}

.about__wrap .content span {
    font-size: 26px;
    font-weight: 700;
    color: #0c798f;
}

.about__wrap .content h5 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.about__wrap .content strong {
    font-size: 18px;
    color: #0c798f;
    padding: 5px 0;
    display: inline-block;
}

.about__wrap .content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 26px;
}

.about__wrap .content ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0c798f;
    clip-path: circle();
    top: 8px;
    left: 0;
}
.about__wrap .content a {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background-color: #067990;
    padding: 12px 25px;
    border: 1px solid white;
    display: block;
    width: max-content;
    margin-top: 10px;
}
.service__wrap span , .tabs__wrap span , .doc__wrap span{
      font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #067990;
    background-color: #B3E7F2;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid white;
    display: block;
    width: max-content;
    margin: auto;
}
.service__wrap h5 , .tabs__wrap h5 , .query__form form h4  , .time__table h4 , .doc__wrap h5{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    padding: 10px 0;
    margin: 0;
}
.service__wrap .ser__box  a {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background-color: #067990;
    padding: 12px 25px;
    border: 1px solid white;
    display: block;
    width: max-content;
}
.service__wrap .ser__box h6 {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.ser__box {
    padding: 40px 30px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .3s 
}
.ser__box:hover {
    background-color: #0c798f;
    color: white;
    transform: translateY(10px);
    transition: all .3s 
linear;
}
.ser__box:hover object { 
  filter: brightness(0) saturate(100%) invert(100%) sepia(89%) saturate(0%) hue-rotate(172deg) brightness(105%) contrast(105%);
}
.choose__wrap {
  background: url(../images/choose-imgs.png) center top/cover repeat; 
}
.choose__wrap .content strong {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    background-color: #067990;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.choose__wrap .content h5 {
       font-size: 40px;
    letter-spacing: -2px;
    font-weight: 600;
    color: white;
    line-height: 50px;
    margin: 0;
    padding: 15px 0 0 0;
}
.choose__wrap .content p {
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 27px;
    padding-top: 10px;  
    max-width: 80%;
    text-align: justify;
}

.counter {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}

.counter span {
    font-size: 50px;
    color: white;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 50px;
}

.counter h6 {
    padding: 0;
    font-size: 18px;
    color: white;
    line-height: 25px;
    margin: 0;
}
.tabs__wrap {
   background: url(../images/tab-bg.png) center top/cover repeat; 
}
.tabs__wrap  .nav {
    justify-content: space-between;
}
.tabs__wrap .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 600;
    background-color: white;
    color: #11798e;
    min-width: 300px;
    height: 50px;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        line-height: 0;
}
.tabs__wrap .container-fluid {
    margin-top: 30px;
}
.nav-tabs .nav-link.active {
    background: #0c798f;
    color: white;
}
.tabs__wrap .container-fluid .row {
    background-color: white;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 10px;
}
.tabs__wrap .container-fluid h5 {
    text-align: left;
}
.tabs__wrap .container-fluid p {
    text-align: left;
}
.tabs__wrap .container-fluid img {
    width: 95%;
}
.query__form .form__group {
    display: flex;
    gap: 15px;
}

.query__form .form__group input, .query__form  textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 48px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.query__form textarea {
    height: 170px;
}
.check__group {
    display: flex;
    justify-content: space-between;
}
.query__form form button {
    font-size: 16px;
    color: white;
    background-color: #11798e;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
}
.check__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.time__table table {
    width: 100%;
}

.time__table table tr th:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: #15798d;
        padding: 8px 15px;
}

.time__table table tr td {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: right;
    padding: 8px 15px;
}

.time__table table tr:hover {
    background-color: #15798d;
    color: white;
}
.time__table table tr:hover th {
    color: white;
}
.txt-white {
  color: white !important;
}
.time__table table tr {
    border: 1px solid #8080804f;
}
.cta__wrap {
  background: url(../images/cta-bg.png) center top/cover repeat; 
}
.cta__wrap span {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: white;
    line-height: 40px;
    padding-bottom: 10px;
}

.cta__wrap h4 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: white;
}

.cta__wrap a {
    margin: 30px auto 0 auto;
    display: block;
    width: max-content;
}
.doc-img {
    position: relative;
}

.doc-img .content {
    position: absolute;
    background-color: white;
    bottom: -10%;
    right: 0;
    left: 0;
    text-align: center;
    /* padding: 20px; */
    width: 80%;
    margin: auto;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.doc-img .content strong {
    font-size: 30px;
    line-height: 30px;
}

.doc-img .content p {
    font-size: 18px;
    font-weight: 700;
    color: #007991;
}

.doc-img .content:hover {
    background-color: #0c798f;
    color: white;
    transform: translateY(-10px);
    transition: all .3s linear;
}

.doc-img .content:hover p {
    color: white;
}
.doc__wrap {
   background: url(../images/tab-bg.png) center top/cover repeat; 
}
.doc__card {
    margin-bottom: 60px;
}
.query__form .content h6{
      font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #067990;
    background-color: #B3E7F2;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid white;
}
.query__form .content h5 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}

.query__form .content strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #787878;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}

.query__form .content ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
}
.map__wrap iframe {
    width: 100%;
    height: 340px;
}
.footer__wrap {
   background: url(../images/ft-bg.png) center top/cover repeat; 
}
.footer__wrap p {
    font-size: 14px;
    color: white;
    font-weight: 500;
    padding: 15px 0;
}

.social__share {
    display: flex;
    gap: 10px;
}

.social__share svg {
    font-size: 18px;
    background-color: white;
    padding: 9px;
    width: 20px;
    height: 22px;
    border-radius: 2px;
    color: #0a8ba5;
}

.social__share svg:hover {
    background-color: #27cce1;
    color: white;
}
.footer__wrap strong {
    font-size: 30px;
    font-weight: 600;
    color: white;
    padding-bottom: 15px;
    display: block;
}

.footer__wrap .ft-list {
    display: flex;
    gap: 30px;
}

.footer__wrap .ft-list li a {
    font-size: 14px;
    color: white;
    display: block;
    line-height: 35px;
}

.footer__wrap .ft-list li a:hover {
    color: #25d6e2;
}
.ft-contact li a {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    padding-bottom: 18px;
}

.ft-contact li a object {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7433%) hue-rotate(283deg) brightness(112%) contrast(111%);
    max-width: 26px;
}

.ft-contact li a:hover {
    color: #21dde1;
}
.copy-right {
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #087d96;
    padding: 10px 0;
}
.navi__wrap .navbar-nav .nav-link:hover {
    color: #1aa2bc;
}