HTML,
body {
    overflow-x: hidden;
    overflow-y:auto;
    /* height: 100%; */
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #145A87;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #145A87;
}

::-webkit-scrollbar-thumb:active {
    background: #145A87;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.fp-title {
    text-align: center;
    color: #EE6D10;
    margin-bottom: 25px;
}

.filter-box {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: 44px;
}

.form-select {
    border: none !important;
}

.filter-box span {
    padding: 0 15px;
    height: 44px;
    display: flex;
    align-items: center;
    border-right: 1px solid #D9D9D9;
}

.filter-box .form-select:focus {
    border-color: #D9D9D9;
    outline: 0;
    box-shadow: none;
}

.section-filter {
    width: 75%;
    margin: 35px auto 60px;
}

.proj_img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.project-tile {
    position: relative;
    margin-bottom: 24px;
}


.project-tile .content h5 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.project-tile .content p {
    margin: 0;
    color: #E5DFDF;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.project-tile .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
}

.btn-tile {
    text-align: center;
    margin-top: 40px;
}

.btn-tile a {
    text-decoration: none;
    font-weight: 500;
    color: #145986;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.btn-tile a img {
    margin-left: 10px;
}

.cta-banner {
    background-position: center;
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-b-in h4 {
    font-size: 30px;
    font-weight: 600;
    width: 546px;
    margin-bottom: 30px;
    line-height: 52px;
}

.cta-b-in {
    display: flex;
    height: 490px;
    align-items: center;
}

.slide-news-card h4 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}

.slide-news-card p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding-right: 70px;
}

.nhc-in {
    display: flex;
}

.news-home-card .news-image {
    width: 220px;
    margin-right: 18px;
    height: 150px;
    object-fit: cover;
}

.news-home-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.link-part {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #c6c6c68c;
    margin-top: 30px;
    margin-bottom: 35px;
}

.arrow-span {
    border-left: 1px solid #c6c6c68c;
    padding-left: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.slide-news-card {
    padding-right: 0;
    display: inline-block;
    width: 100%;
}

.link-part img {
    width: 20px;
}

.link-part a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    color: #145986;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-home-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.news {
    background: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-part-box {
    background-color: #ffff;
    width: 100%;
    padding: 25px;
}

.news-carousel .owl-dots {
    position: absolute;
    right: 50px;
    bottom: -133px;
}

.logo-slider #gallery img {
    width: 100%;
}

.logo-slider #gallery img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-right: 25px;
}

#headerelement {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 0px;
}

#headerelement .wrapper {
    position: relative;
    height: 110px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.nav-links .mobile-item {
    display: none;
    /*text-transform: uppercase;*/
}

.nav-links .drop-menu {
    position: absolute;
    background: #101010;
    width: unset;
    line-height: 45px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.nav-links .drop-menu li:hover {
    background: #00592C;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0px 20px;
    font-weight: 400;
    border-radius: 0px;
    color: #fff !important;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media screen and (max-width: 992px) {
    .shrink .menu-btn {
        color: #000;
    }

    /* #headerelement {
        position: fixed;
        background-color: white;
    } */

    .inner-main-bnr {
        margin-top: 90px !important;
    }

    .shrink .logo img {
        filter: unset;
    }

    .shrink .nav-links li a {
        color: #ffffff !important;
    }

    .shrink .dropdown_arrow::after {
        filter: unset !important;
    }

    .nav-links .drop-menu {
        background: #00592c;
    }

    .wrapper .btn {
        display: flex;
        color: #fff !important;
        align-items: center;
        padding: 0;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        /*max-width: 350px;*/
        top: 0;
        left: -100%;
        background: #101010;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */


    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 17px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: none;
        color: #f2f2f2;
        font-size: 20px;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .content .row header {
        font-size: 19px;
    }
}

#headerelement input {
    display: none;
}

.nav_buttons a {
    color: #ffffffcc;
    margin-left: 12px;
    font-size: 24px;
}

.nav_buttons a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.dropdown_arrow {
    position: relative;
}

.dropdown_arrow::after {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m7 10l5 5l5-5z'/%3E%3C/svg%3E");
}

.dis-none {
    display: none;
}



.shrink .logo img {
    filter: unset;
}


.shrink .nav-links li a {
    color: #000;
}

.shrink {
    background: #FEFBF5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shrink .nav_buttons a img {
    filter: brightness(0);
}

.shrink .dropdown_arrow::after {
    filter: brightness(0);
}
/*Styling Links*/

.logo img {
    width: 60px;
    transition: 0.5s all;
  }
  .logo-title p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 9px;
    opacity: 0.7;
    margin-top: 5px;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo-title {
    text-align: center;
  }
  .section {
    height: 100vh;
  }
  
  .main-banner img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  
  .mcs-horizontal-example {
    width: 100%;
    overflow-x: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
  
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  
  .mcs-horizontal-example .mCSB_container {
    display: -webkit-flex;
    display: flex;
  }
  
  .mcs-horizontal-example section {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  
  .div#mCSB_1_scrollbar_horizontal {
    height: 100vh;
  }
  
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0 !important;
  }
  
  .main-header {
    position: absolute;
    height: 88px;
    width: 100vw;
    padding: 0 2vw;
    color: #fff;
    z-index: 99;
    transition: 0.4s ease-out;
    top: 0;
    left: 0;
  }
  .main-header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fixed .logo-title p {
    opacity: 0;
    margin: 0;
  }
  input#showDrop {
    display: none;
}
  .main-header a {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
  }
  
  .main-header .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  
  .main-header .nav-links .nav-link a {
    margin: 0 10px;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
  }
  
  .main-header .nav-links .nav-link a span {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #e56b33;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .5s linear;
  }
  .main-header .nav-links .nav-link a span iconify-icon{
    font-size: 12px;
    animation: bounceRight2 2s infinite;
  }
    .nav-link img {
        width: 27px;
        /* margin-left: 10px; */
    }
  .main-header .menu-icon {
    position: relative;
    padding: 26px 10px;
    cursor: pointer;
    z-index: 1;
    display: none;
  }
  
  .main-header .menu-icon__line {
    display: block;
    position: relative;
    background: #145986;
    height: 2px;
    width: 20px;
    border-radius: 4px;
  }
  
  .main-header .menu-icon__line::before,
  .main-header .menu-icon__line::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: #145986;
    transition: background 0.8s ease;
  }
  
  .main-header .menu-icon__line::before {
    transform: translateY(-5px);
  }
  
  .main-header .menu-icon__line::after {
    transform: translateY(5px);
  }
  
  .main-header .menu-btn {
    display: none;
  }
  
  .main-header.scrolled {
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
  }
  
  .main-header.scrolled .menu-icon__line,
  .main-header.scrolled .menu-icon__line::before,
  .main-header.scrolled .menu-icon__line::after {
    background: white;
  }
  .nav_bg{
    display: none;
    z-index: -1;
  }
  @media screen and (max-width: 991px) {
    .main-header {
        position: fixed;
    }
    .slide_menu {
        background: linear-gradient(135deg, #0E2D48 0%, #187EBB 100%);
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
        z-index: 9;
        display: none;
    }
    .in_slide_menu {
        position: relative;
        padding: 110px 20px 0;
        height: 100vh;
    }
    .in_slide_menu .menu-icon {
        position: absolute;
        right: 20px;
        top: 22px;
    }
    .nav_bg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        object-fit: contain;
        width: 100%;
    }
    .main-header .menu-icon {
        display: block;
        background: #fff;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
  
    .main-header .menu-icon__line {
      animation: closedMid 0.8s backwards;
      animation-direction: reverse;
    }
  
    .main-header .menu-icon__line::before {
      animation: closedTop 0.8s backwards;
      animation-direction: reverse;
    }
  
    .main-header .menu-icon__line::after {
      animation: closedBtm 0.8s backwards;
      animation-direction: reverse;
    }
  
.main-header .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0rem 0;
    width: 100vw;
    height: 100vh;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(135deg, #0E2D48 0%, #187EBB 100%);
    transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;
    clip-path: circle(200px at top right);
    overflow-y: auto;
    overflow-x: hidden;
}
  
.main-header .nav-links .nav-link {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ececec2b;
    padding-bottom: 25px;
    margin-bottom: 14px;
    margin-top: 0;
}
  .main-header .nav-links .nav-link a.login-btn {
    display: inline-block;
}
.logo {
    padding-top: 0;
    justify-content: center;
    position: relative;
    z-index: 99;
}
    .main-header .nav-links .nav-link {
        display: flex;
        padding: 0 20px;
        font-size: 18px;
        /* text-align: center; */
    }
 
    .main-header .nav-links .nav-link.m_submenu {
        margin: 0 10px 15px;
        padding: 1rem 2.4rem;
        display: flex;
        align-items: center;
        font-size: 17px;
        cursor: pointer;
    }
    .main-header .menu-btn:checked ~ .nav-links {
      opacity: 1;
      clip-path: circle(100% at center);
    }
  
    .main-header .menu-btn:checked ~ .nav-links .nav-link {
      opacity: 1;
      transform: translateX(0);
      transition: opacity 0.4s ease-in-out,
        transform 0.6s cubic-bezier(0.175, 0.085, 0.32, 1.275);
    }
  
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {
        transition-delay: 0.7s;
        margin-top: 80px;
    }
  
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {
      transition-delay: 0.8s;
    }
  
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {
      transition-delay: 0.9s;
    }
  
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {
      transition-delay: 1s;
    }
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(5) {
      transition-delay: 1.1s;
    }
    .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(6) {
        transition-delay: 1.2s;
      }
      .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(7) {
        transition-delay: 1.3s;
      }
    .main-header .menu-btn:checked ~ .menu-icon {
      border-radius: 50%;
      animation: pulse 1s;
    }
  
    .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {
      background: #145986;
      animation: openMid 0.8s forwards;
    }
  
    .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {
      background: #F44336;
      animation: openTop 0.8s forwards;
    }
    .fixed .menu-icon__line {
      background: #F44336!important;
  }
  
    .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {
      background: #145986;
      animation: openBtm 0.8s forwards;
    }
  }
  
  @keyframes pulse {
    from {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.6);
    }
  
    to {
      box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
      background: rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes openTop {
    0% {
      transform: translateY(-5px) rotate(0deg);
    }
  
    50% {
      transform: translateY(0px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0px) rotate(90deg);
    }
  }
  
  @keyframes closedTop {
    0% {
      transform: translateY(-5px) rotate(0deg);
    }
  
    50% {
      transform: translateY(0px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0px) rotate(90deg);
    }
  }
  
  @keyframes openMid {
    50% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(45deg);
    }
  }
  
  @keyframes closedMid {
    50% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(45deg);
    }
  }
  
  @keyframes openBtm {
    0% {
      transform: translateY(5px) rotate(0deg);
    }
  
    50% {
      transform: translateY(0px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0px) rotate(90deg);
    }
  }
  
  @keyframes closedBtm {
    0% {
      transform: translateY(5px) rotate(0deg);
    }
  
    50% {
      transform: translateY(0px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0px) rotate(90deg);
    }
  }
  
  .logo a iconify-icon {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-left: 30px;
    margin-right: 5px;
  }
.contact-main {
    /* height: 100vh; */

    background-size: cover;
    background-position: top;
    padding-top: 110px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.logo img {
    width: 100px;
}

.contact-form {
    background: #fff;
    padding: 40px 70px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.contact-form h4 {
    font-size: 35px;
    font-weight: 700;
}
.recentproject {
    margin-top: 25px;
}
.contact-form p {
    color: #808080;
    margin-bottom: 40px;
}
.form-gruop{
    margin-bottom: 16px;
}
.form-gruop input {
    border: 1px solid #E5E5E5;
    height: 45px;
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
}
.invalid-feedback {
    font-size: 11px!important;
    margin-top: 0;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

#mobile_code {
    border-radius: 0;
}

.form-gruop textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #E5E5E5;
    margin-bottom: 26px;
    padding: 13px 15px;
    font-size: 15px;
}

.contact-form .primary-btn {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.btn-wrapper {
    display: flex;
}

.main-title {
    height: 100%;
    padding-right: 40px;
    position: relative;
    z-index: 9;
    width: 525px;
}

.contact-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: #145A87DB;
}

.login-btn {
    border: 1px solid #F5F5F5;
    padding: 7px 20px !important;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}


.dtls-box {
    background: #0DB561;
    padding: 40px 90px;
    height: 330px;
}

.dtls-box h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    width: 310px;
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
}

.dtls-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.dtls-box ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.dtls-box ul li img {
    margin-right: 15px;
    width: 20px;
    position: relative;
    top: 4px;
}

.dtls-box ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: self-start;
}

.social-links {
    text-align: center;
    margin-top: 50px;
}

.social-links a {
    margin: 0 15px;
}

.dtls-box p {
    color: #fff;
    width: 360px;
    text-align: center;
    margin: 0 auto;
}

.dtls-box .primary-btn {
    margin: 0 auto;
    text-align: center;
    padding: 10px 50px;
    margin-top: 61px;
    background-color: #ffff;
    color: #0975BB;
    font-weight: 500;
    width: 210px;
}

.blue-box {
    text-align: center;
    background-color: #0975BB !important;
}

footer {
    background: #145A87;
    padding-top: 100px;
    padding-bottom: 0;
}

.link-title h6 {
    font-size: 18px;
    font-weight: 600;
    color: #F8F8F8;
    margin-bottom: 10px;
}

.link-box ul li a {
    color: #F8F8F8;
    text-decoration: none;
    /* display: flex; */
    margin-bottom: 15px;
}

.link-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-box ul li {
    display: flex;
}

.link-box ul li img {
    margin-right: 10px;
    width: 19px;
}

.link-title {
    padding-bottom: 1px;
    margin-bottom: 25px;
    position: relative;
}

.link-title::after {
    content: "";
    width: 140px;
    height: 1px;
    background: #ffffff61;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ftr-social-links h6 {
    color: #F8F8F8;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.ftr-social-links {
    margin-top: 25px;
}

.copyright p {
    font-size: 13px;
    color: #f8f8f8;
    margin: 0;
}

.copyright {
    margin-top: 20px;
    border-top: 1px solid #ffffff61;
    padding: 20px 0;
}

.inner-main-bnr {
    height: 500px;
}

.blogbanner {
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-items {
    display: flex;
    justify-content: center;
    margin: 45px 0 0px;
}

.blog_wrap .nav {
    justify-content: center;
}

.blog_wrap .nav button {
    margin: 0 10px 10px;
    border: 1px solid #C3C0C0;
    padding: 7px 37px;
    text-decoration: none;
    color: #7D7B7B;
    font-weight: 500;
    border-radius: 10px;
    background: #ffffff;
}

.sort-item {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;

}

.blog_wrap .nav .active {
    border-color: #145986 !important;
    color: #145986 !important;
    background-color: transparent !important;
}

.sort-box {
    display: flex;
    width: fit-content;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 0 5px 13px;
    background: #ffffff;
}

.sort-box .form-select {
    width: 120px;
}

.sort-box span {
    color: #646363;
    font-size: 14px;
}

.form-select:focus {
    border-color: #D9D9D9 !important;
    outline: 0;
    box-shadow: none !important;
}

.blog-card-content h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.blog-card p {
    color: #696868;
    font-size: 15px;
}

.blog-card-content {
    background: #ffff;
    padding: 18px 18px 5px 18px;
}

.blog-card .blogcard-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-dtl-bnr {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.blog-card-content a {
    color: #145986;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-transform: uppercase;
}

.blog-card-content a span {
    border-left: 1px solid #C6C6C6;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-left: 10px;
    padding-left: 16px;
}

.blog-card-content a span img {
    width: 20px;
}

.blog-card {
    margin-bottom: 24px;
}

.locationbanner {
    background: #2F2F2F;
}

.locationbanner .main-title {
    width: 700px;

}

.locationbanner .page-title img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57%;
}

.location-card {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 45px;
}

.location-card .blogcard-img {
    width: 100%;
    object-fit: cover;
}


.loc-card-head h4 {
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 0px 0 0;
}

.loc-card-head .icon-text-box {
    margin: 0 0 10px;
}

.ftrs .icon-text-box img {
    width: 20px;
}

.loc-card-head {
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 15px 0;

}

.status-tag {
    color: #000000;
    font-size: 14px;
    width: fit-content;
    background: white;
    padding: 5px 10px;
    position: absolute;
    top: 32px;
}

.icon-text-box span,
.icon-text-box label {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
}

.icon-text-box label {
    width: 100%;
    display: flex;
    font-weight: 600;
    font-size: 13px;
}

.ftrs {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.icon-text-box {
    margin-right: 20px;
}

.dim-colo {
    color: #808080 !important;
}

.location-card-content {
    background: #fff;
}

.price-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-top: 1px solid #F2F2F2;
    margin-top: 15px;
}

.price-part p {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.price-part h4 {
    color: #1A1A1A;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
}

.enquireimg {
    width: 38px;
}

.price-part h4 img {
    margin-right: 8px;
    width: 11px;
}

.status-tag {
    color: #000000;

}

.status-tag h6 {
    font-size: 14px;
    margin: 0;
}

.aboutbanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicebnr {

    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutbanner::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: blue;
    opacity: 0.1;
}

.about-img {
    text-align: center;
    position: relative;
}

.about-img img {
    width: 75%;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.woweare .fp-title {
    text-align: left;
    margin-bottom: 25px;
}

.woweare p {
    color: #000000;
    margin: 0;
    line-height: 29px;
}

.woweare {
    padding-right: 50px;
}

.about-img::before {
    content: "";
    background: #D4FFEA;
    position: absolute;
    width: 30%;
    left: 70px;
    height: 110%;
    top: -18px;
}

.about-img::after {
    content: "";
    background: #F4DAC7;
    position: absolute;
    width: 30%;
    right: 70px;
    height: 110%;
    top: -18px;
}

.ceo-image img {
    width: 100%;
}

.message-part h4 {
    color: #2E2D2D;
    font-size: 30px;
    width: 390px;
}


.massage-box p {
    color: #494747;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
}

.ceoname {
    font-size: 20px;
    color: #145A87;
    font-weight: 400;
}

.role {
    color: #625E5E;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.ceo-message {
    background: #F5FFEF;
}

.message-part {
    padding: 45px 0;
}

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

.mission-box img {
    margin-right: 45px;
    width: 40%;
}

.mission-box p {
    color: #494747;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 15px;
    margin-right: 25px;
}

.bx-title h6 {
    font-size: 25px;
    color: #145A87;
    margin-bottom: 25px;
}

.side-image img {
    width: 85%;
}

.item-box1 {
    padding-right: 25px;
    position: relative;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 45px;
}

.item-box2 {
    padding-left: 25px;
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
    padding-top: 45px;
}

.vision-mission {
    position: relative;
}

.vision-mission::before {
    content: "";
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #EFF7FF;

}

.vision-mission::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #EFFFFC;
}

.side-content p {
    margin-top: 25px;
    line-height: 35px;
    padding-right: 50px;
}

.supports {
    background: #F3FAFF;
    padding: 55px 0;
}

.abt-cta-in {
    background: #519B59;
    padding: 25px 80px;
}

.abt-cta-content h4 {
    font-size: 31px;
    color: #ffff;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.abt-cta-content p {
    text-align: center;
    color: #ffff;
    margin-top: 25px;
    margin-bottom: 40px;
}

.abt-cta-content {
    text-align: center;
    padding: 0 40px;
}

.abt-cta-content .primary-btn {
    color: #145A87;
    background: #fff;
    padding: 13px 110px;
    text-align: center;
    margin: 0 auto;
}

.abt-cta-in {
    background: #519B59;
    padding: 25px 80px;
    border-radius: 20px 20px 0 0;
}

.massage-box {
    position: relative;
}

.top-quote {
    position: absolute;
    left: -40px;
    top: 0px;
    width: 35px;
}
.ceo-image {
    padding-right: 50px;
}
.load-more-data button {
    background: transparent;
    border: none;
    color: #145986;
    font-weight: 500;
}
.load-more-data button img {
    margin-left: 5px;
}
.bottom-quote {
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: rotate(180deg);
}

.serv-slide-img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.serv-ct-bx {
    background: #FFE7D5;
    height: 430px;
    padding: 30px;
}

.serv-ct-bx h5 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 21px;
}

.serv-ct-bx p {
    color: #494747;
    font-weight: 400;
    line-height: 28px;
}

.serv-cntnt-carousel .owl-dots {
    position: absolute !important;
    right: -80px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.serv-cntnt-carousel .owl-dots button {
    display: inline-block;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0DB561 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    background: #0DB56133;
}

.service-cta {
    background: #C5E3F8;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px;
}

.scta-content h6 {
    color: #1C2951;
    font-size: 22px;
    font-weight: 700;
}

.scta-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1C2951;
    margin-bottom: 0;
    margin-top: 8px;
}

.color-orange {
    color: #EE6D10;
}

.service-slider .fp-title {
    margin-bottom: 35px;
}

.service-cta img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 250px;
}

.ws-img img {
    width: 98%;
    position: relative;
    z-index: 1;
    top: 15px;
    right: -10px;
    height: 360px;
    object-fit: cover;
}

.whyserv-content .accordion-item {
    border: none;
    background-color: #F1F2F2;
    border-radius: 0;
    margin-bottom: 15px;
}

.whyserv-content .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.whyserv-content .accordion-button:not(.collapsed) {
    color: #3E3E3F;
    background-color: #f1f2f2;
    box-shadow: none;
    font-size: 18px;
}

.whyserv-content .accordion-button {
    font-weight: 600;
    font-size: 18px;
    color: #3E3E3F;
    background-color: #f1f2f2;
}

.whyserv-content .accordion-body {
    line-height: 28px;
    font-size: 15px;
    color: #696868;
    padding-left: 90px;
    padding-top: 0;
    font-weight: 400;
}

.whyserv-content .accordion-button img {
    margin-right: 16px;
    width: 55px;
}

.whyserv-content .fp-title {
    margin-bottom: 31px;
}

.ws-img {
    margin-top: 105px;
    position: relative;
}

.ws-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 385px;
    top: -3%;
    left: -15px;
    background: #E4F4FE;
}

.blog-dtl-bnr {
    background: #145986;
    position: relative;
}

.blog-dtl-bnr .main-title {
    width: 685px;
}

.blog-main-img {
    position: absolute;
    right: 20px;
    width: 50%;
    bottom: 70px;
}

.dtls-main img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
}

.dtls-main h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.detl-sub-para {
    font-weight: 400;
}

.detl-sub-para {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
}

.blog-detail-part ol li ul {
    padding: 0;
}

.blog-detail-part ol li {
    line-height: 32px;
}

.points-title {
    font-size: 20px;
    margin-bottom: 12px;
    FONT-WEIGHT: 500;
}

.recnt-blog-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.recentblog {
    padding-left: 25px;
}

/*track record*/
.trackedrcd_wrap {
    background: url(../images/greyshape2.png);
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    position: relative;
}

.trackedrcd_wrap:after {
    content: "";
    background: url(../images/greenshape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 9;
}

.trackedrcd_wrap .row {
    height: 620px;
    align-items: center;
}

.trackedrcd_wrap_bx {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 35px 20px;
}

.trackedrcd_wrap_bx img {
    width: 50px;
    margin-bottom: 15px;
}

.countval {
    display: block;
}

.tracked_record {
    overflow: hidden;
}

.trackedrcd_wrap_bx .count {
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    min-height: 40px;
}

.trackedrcd_wrap_bx .count:after {
    content: "+";
    position: absolute;
    right: -23px;
    top: 0;
}

.trackedrcd_wrap_bx h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.plr5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.video-js .vjs-big-play-button {
    font-size: 6em !important;
    height: 90px !important;
    width: 90px !important;
    top: 50% !important;
    left: 61% !important;
    border-radius: 50% !important;
    display: none;
    border: 0 !important;
    background: url(../images/playbtn.svg) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    background-color: #fff !important;
}

.trackedrcd_wrap_rt {
    height: 620px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.video-holder {
    height: 620px;
    vertical-align: bottom;
    position: relative;
}

.vjs-poster {
    width: 100%;
    height: 620px !important;
    background-size: cover !important;
}

.vid1-dimensions {
    width: 100% !important;
    height: 620px !important;
}

/**/


/*home banner section*/
.bannertitle {
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.bannercontent p {
    color: #F5F5F5;
    font-size: 15px;
}

.bannercontent .contact-form {
    padding: 20px 20px;
    position: relative;
    margin-top: 40px;
    background: #f3f3f3;
}

.bannercontent .contact-form .phoneicon {
    position: absolute;
    left: -20px;
    top: -20px;
}

.bannercontent .contact-form h4 {
    font-size: 24px;
}

.bannercontent .contact-form p {
    color: #808080;
    font-size: 14px;
    margin-bottom: 15px;
}

.bannercontent {
    position: relative;
    top: 25%;
}

.bannercontent .contact-form textarea {
    height: 100px;
    padding-top: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    background: transparent;
}

.bannercontent .contact-form input {
    font-size: 13px;
    background: transparent;
}

.pr5 {
    padding-right: 7px !important;
}

.pl5 {
    padding-left: 7px !important;
}

.bannercontent .contact-form .primary-btn {
    width: 100%;
}

.home_herosection {
    height: 120vh;
}

.commontoppad {
    padding-top: 80px;
}

.commonbottompad {
    padding-bottom: 80px;
}

.greentext {
    color: #00763B;
}

.bluetext {
    color: #145986;
}

.banner_sidecontent {
    width: 380px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner_btngroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_sidecontent h4 {
    text-align: right;
    width: 100%;
    font-size: 25px;
    margin-bottom: 15px;
    padding-left: 30%;
    color: #0D1149;
    font-weight: 600;
    text-transform: capitalize;
}

.banner_sidecontent p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}

.borderbtn {
    color: #145986;
    text-decoration: none;
    border: 1px solid #145986;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

.borderbtn:hover {
    color: #fff;
    background: #145986;
}

.banner_btngrouplt h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.banner_btngrouplt p {
    color: #828282;
    margin: 0;
    font-size: 12px;
}

.home_herosection_side {
    position: relative;
}

.playbtn {
    background: #145986;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
    margin-right: 15px;
    animation: pulse-animation 2s infinite;
    border: 0;
}

.video_frame .modal-body {
    padding: 0;
    height: 400px;
}

.video_frame .modal-dialog {
    max-width: 800px !important;
}

.video_frame .modal-body iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_frame .modal-content {
    background: transparent;
    border: 0;
}

.video_frame .modal-dialog .btn-close {
    position: absolute;
    right: 0;
    top: -30px;
    filter: brightness(0) invert(1);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(203, 233, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(203, 233, 255, 0);
    }

}

.playbtn:hover {
    color: #fff;
}

.banner_btngrouplt {
    display: flex;
    align-items: center;
}

.contact-form h4 {
    font-size: 28px;
}

/**/


/*journey*/

/*common*/
.orangetext {
    color: #EE6D10;
}

.gradient1 {
    background-image: linear-gradient(to bottom, #92FFC0, #002661);
}

.gradient2 {
    background-image: linear-gradient(to bottom, #FFCCBB, #E79984, #D16C54, #C95B41);
}

.gradient3 {
    background-image: linear-gradient(to bottom, #52E5E7, #130CB7);
}

.grad_bx {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

/**/
.journey_year {
    font-size: 14px;
    margin-bottom: 15px;
}
.journey_bx p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
    width: 325px;
}

.journey_bx h4 {
    color: #151516;
    font-size: 16px;
    width: 220px;
    margin: 0;
    font-weight: 500;
}

.j_num_cnt {
    padding: 0 0 0 035px;
}

.journy_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.journey ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.journey {
    position: relative;
}

.journey:after {
    content: "";
    position: absolute;
    bottom: 45%;
    width: 100%;
    height: 2px;
    background: #000000;
}

.journy_img {
    padding-left: 50px;
}

.journey ul li:nth-child(1) .journy_img,
.journey ul li:nth-child(3) .journy_img {
    margin-top: 60px;
}

.journey ul li:nth-child(2) .journy_img {
    margin-bottom: 60px;
}

.journey ul li:nth-child(2) .journey_bx {
    margin-top: 90px;
}

.journey ul li:nth-child(1) .grad_bx,
.journey ul li:nth-child(3) .grad_bx {
    position: relative;
    left: 10px;
    top: 25px;
    z-index: 9;
}

.journey ul li:nth-child(2) .grad_bx {
    position: relative;
    left: 10px;
    bottom: 41px;
    z-index: 9;
}

.journey_bx_in {
    display: flex;
    align-items: center;
}

.j_num {
    font-weight: 500;
}

/*.journey ul li:nth-child(1) .journey_bx:after {
    content: "";
    width: 1px;
    height: 285px;
    background: #ececec;
    position: absolute;
    left: 35px;
    top: 100px;
}
.journey ul li:nth-child(2) .journey_bx:after {
    content: "";
    width: 1px;
    height: 285px;
    background: #ececec;
    position: absolute;
    left: 35px;
    bottom: 100px;
}
.journey ul li:nth-child(3) .journey_bx:after {
    content: "";
    width: 1px;
    height: 285px;
    background: #ececec;
    position: absolute;
    left: 35px;
    top: 100px;
}*/
.journey_bx {
    position: relative;
}



.journey ul li:nth-child(1) .horzi_box span,
.journey ul li:nth-child(3) .horzi_box span {
    height: 285px;
    width: 15px;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: inline-block;
}

.journey ul li:nth-child(1) .horzi_box span:before,
.journey ul li:nth-child(3) .horzi_box span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -3px;
}

.journey ul li:nth-child(2) .horzi_box span {
    height: 285px;
    width: 15px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    position: relative;
    display: inline-block;
}

.journey ul li:nth-child(2) .horzi_box span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -3px;
    bottom: 0;
}

.journey ul li:nth-child(2) .horzi_box {
    position: absolute;
    top: 50px;
    left: 35px;
}

.horzi_box {
    position: absolute;
    top: 100px;
    left: 35px;
}

.page-mainbanr {

    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.page-mainbanr::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;

}

.in-bottom-side {
    position: absolute;
    width: 100%;
    bottom: 2px;
}

.page-in-items {
    padding-top: 210px;
    position: relative;
    z-index: 9;
    color: #fff;
    height: 100vh;
}

.in-page-title h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.in-page-title p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.qr-code {
    text-align: right;
    position: relative;
    top: -50px;
}

.qr-code img {
    width: 120px;
}

.inprice {
    background: #fff;
    color: #000;
    padding: 30px 30px;
    display: flex;
    width: fit-content;
}


.amenities-in ul li p {
    margin: 0;
    width: 190px;
}

.enqry-btn {
    display: flex;
    align-items: center;
    border: 1px solid #145986;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 6px;
    color: #145986;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.enqry-btn:hover{
    background-color: #145986;
    color: #fff;
}
.enqry-btn img{
    border: 1px solid #145986;
    border-radius: 50%;
}
.enqry-btn:hover img{
    border: 1px solid #fff;
}
.inprice span {
    margin-bottom: 16px;
    display: inline-block;
}

a.enqry-btn img {
    margin-left: 10px;
}

.inprice span {
    color: #444444;
    font-size: 15px;
}

.ip-left {
    margin-right: 25px;
}

.ip-left h5 {
    color: #0DB561;
    font-size: 20px;
    margin: 8px 0 0 0;
}

.inprice span img {
    margin-right: 8px;
}

.box-wrp-in h4 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
}

.box-wrp-in {
    background: #00592C;
    padding: 25px 70px;
    text-align: center;
    /* width: fit-content; */
    position: relative;
}

.box-wrp-in h4 {
    font-family: 'Montserrat';
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-wrp-in h6 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.box-wrp-in p {
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.box-wrp-in::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 16px;
    background-color: #22A564;
    top: 3px;
    left: 3px;
}

.box-wrp-in h4 img {
    margin-right: 10px;
    width: 27px;
}

.box-wrp-in::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 16px;
    background-color: #22A564;
    bottom: 3px;
    right: 3px;
}

.tn-in ul {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.tn-in ul li a {
    text-decoration: none;
    color: #2B3F6C9E;
    font-size: 17px;
    margin-right: 45px;
}

.the-green-bx {
    display: flex;
    justify-content: end;
}

.tn-in ul li a {
    text-decoration: none;
}

.tab-nav-items {
    border-bottom: 1px solid #62626230;
}

.tn-active {
    color: #145a87 !important;
    position: relative;
    font-weight: 500;
}

.tn-active::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #145a87;
}

.overview-text {
    padding-right: 45px;
}

.amenities-in ul {
    margin-top: 30px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.amenities-in ul li {
    width: 33.3%;
    float: left;
    padding-right: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    min-height: 65px;
}

.amenities {
    display: flex;
}

.amenities-in ul li img {
    width: 50px;
    margin-right: 15px;
}

.nearbyitembox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nearbyitembox ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #62626226;
    padding: 20px 0;
}

.list-left {
    display: flex;
    align-items: center;
}

.list-left h6 {
    margin: 0;
    margin-left: 20px;
}

.km {
    display: flex;
    background: #E1EAF954;
    padding: 7px 10px;
    border-radius: 6px;
}

.km h6 {
    color: #2B3F6C;
    font-weight: 700;
    margin-left: 7px;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;

}

.nearbyitembox {
    background: #fbfbfb;
    padding: 35px;
    margin-top: 25px;
}

/**/
/*recent Projects*/
/*recent Projects*/
.header_wrapper {
    height: 100vh;
}

.header_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.header_caption .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.bottom_wrapper {
    position: absolute;
    bottom: 2px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

.enquire_text a img {
    width: 32px !important;
    margin-left: 10px;
}

.header_enquire {
    background: #fff;
    padding: 30px;
    width: 490px;
}

.flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enqure_wrapper {
    display: flex;
    align-items: center;
}

.enqure_wrapper h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.enquire_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.enquire_text h5 {
    color: #0DB561;
    margin: 0;
    font-size: 20px;
    padding-right: 30px;
}

.enquire_text a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid #145986;
    padding: 5px 10px;
    border-radius: 5px;
    color: #145986;
    font-weight: 600;
    font-size: 14px;
    min-width: 165px;
}

.enquire_text a iconify-icon {
    margin-left: 10px;
    font-size: 20px;
}

.header_test {
    background: #00632d;
    padding: 30px 30px 50px 30px;
    text-align: center;
    width: 460px;
    position: relative;
}

.header_test:before {
    content: "";
    position: absolute;
    background-color: #22A564;
    width: 26px;
    height: 19px;
    left: 5px;
    top: 5px;
}

.header_test:after {
    content: "";
    position: absolute;
    background-color: #22A564;
    width: 26px;
    height: 19px;
    right: 5px;
    bottom: 5px;
}

.header_test h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

.header_test h6 {
    font-size: 15px;
    color: #fff;
    margin: 20px 0px;
}

.header_test span {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.ongoing_btn {
    background: #EE6D10;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
}

.ongoing_btn:hover {
    color: #fff;
}

.main_caption {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 70px 0px 20px;
    text-shadow: 1px 1px 3px #151515;
}

.sub_caption {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.enqure_wrapper span {
    margin-right: 7px;
}

/**/

.awrd_img {
    width: 110px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
}

.awrd_img img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

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

.recent_proj_title img {
    width: 32px !important;
    margin-right: 10px;
}

.recentproject .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #d9d9d987;
    border-radius: 10px;
}

.recentproject .owl-dots .owl-dot.active {
    background: #0DB561;
}

.recentproject .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.bgblue {
    background: #145A87;
}

.workculture_lt h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    width: 250px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.workculture_lt p {
    color: #fff;
    margin: 0;
    width: 426px;
    font-size: 16px;
}

.workculture_lt {
    padding-top: 80px;
}

.workculture_rt {
    padding: 50px;
    background-size: cover;
    margin-top: 35px;
    position: absolute;
    right: 0;
    width: 47%;
}

.share-btn {
    text-decoration: none;
    margin-bottom: 15px;
    display: flex;
    color: #000;
    font-weight: 600;
    width: fit-content;
    margin-left: auto;
}

.share-btn img {
    margin-right: 10px;
}

.workculture_rt h4 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    width: 440px;
    margin-bottom: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.workculture_rt p {
    margin: 0;
    width: 450px;
    font-size: 15px;
}

.workculture {
    position: relative;
    height: 475px;
}

.specifictaion {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255, 207, 113, 0.05) 0%, rgba(35, 118, 221, 0.09) 100%);
}

.nearby {
    background: linear-gradient(135deg, rgba(194, 255, 216, 0.15) 0%, rgba(174, 185, 255, 0.09) 100%);
    padding-top: 70px;
}

.progress-part,
.floor-plans {
    padding-top: 50px;
    /* padding-left: 8%; */
}

.progress-part .image-card-title h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.progress-part .image-card-title {
    background: transparent;
    justify-content: center;
}

.progress-part .item .spec-main {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.nearbyitembox {
    background: #ffffff;
    padding: 35px;
    margin-top: 25px;
    box-shadow: 0px 4px 9px 0px #F8F9FC;
    margin-bottom: 30px;
    border-radius: 10px;
}

.image-card-title {
    background: #ffffff;
    padding: 12px 16px;
}

.image-card-title {
    background: #ffffff;
    padding: 12px 16px;
}


.image-card-title img {
    width: 24px !important;
    cursor: pointer;
}

.image-card-title h6 {
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.image-card-title p {
    margin: 0;
    font-size: 14px;
}
.specifictaion .item .spec-main {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.dblk{
    display: block!important;
}
section.specifictaion .section-title {
    margin-bottom: 50px;
}
.spec_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.floor-plans .nav-tabs .nav-item.show .nav-link,
.floor-plans .nav-tabs .nav-link.active {
    color: #145986;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #145989;
}


.floor-plans .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #145986;
}

.floor-plans .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #145989;
}

.floor-plans nav {
    margin-bottom: 30px;
}

.plan-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #EAE6E6;
}

.floor-plans {
    background: linear-gradient(94.78deg, #F8F8F8 0%, #E8F1F7 54.69%, #EEEEEE 100%);
    padding-bottom: 50px;
}

.pc-bottom img {
    width: 110px !important;
    height: 110px;
    object-fit: cover;
}

.pc-bottom button {
    text-decoration: none;
    color: #145A87;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    outline: none;
    border: none;
}

.pc-bottom a:hover {
    color: #145A87;
}

.pc-top p {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.content-banner {
    background: #C5E3F8;
    padding-top: 40px;
}

.pc-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 25px;
}

.pc-top h6 {
    color: #2A2A2A;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.floor-plans .nav-tabs .nav-link {
    font-weight: 600;
    padding: 15px 0 15px 0;
    margin-right: 55px;
}

.floor-plans .nav-link {
    color: #2B3F6C9E;
}

.nav-tabs {
    width: fit-content;
}

.navlink-middle {
    margin: 0 65px;
}

.cb-left h6 {
    color: #1C2951;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cb-left h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1C2951;
}

.btn-wrapper {
    margin-top: 35px;
}

.overview-img-carousel .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}

.overview-img-carousel .owl-next iconify-icon {
    color: #ffff;
    font-size: 52px;
}

.overview-img-carousel .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}

.overview-img-carousel .owl-prev iconify-icon {
    color: #ffff;
    font-size: 52px;
}

.specifictaion-img-carousel .owl-nav {
    /* display: flex !important; */
    position: absolute;
    top: -60px;
    right: 0;
}

.specifictaion-img-carousel .owl-nav iconify-icon {
    font-size: 30px;
    color: #1459864D;
}

.specifictaion-img-carousel .owl-nav button {
    margin: 0;
}

.specifictaion-img-carousel .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    text-decoration: none;
}

.specifictaion-img-carousel .owl-nav [class*=owl-]:hover iconify-icon {
    color: #145986 !important;
}



.floor-plans-carousel .owl-nav {
    /* display: flex !important; */
    position: absolute;
    top: -60px;
    right: 10%;
}

.floor-plans-carousel .owl-nav iconify-icon {
    font-size: 30px;
    color: #1459864D;
}


.floor-plans-carousel .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    text-decoration: none;
}

.floor-plans-carousel .owl-nav [class*=owl-]:hover iconify-icon {
    color: #145986 !important;
}






.progress-img-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: -60px;
    right: 10%;
}

.progress-img-carousel .owl-nav iconify-icon {
    font-size: 30px;
    color: #1459864D;
}

.progress-img-carousel .owl-nav button {
    margin: 0;
}

.progress-img-carousel .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    text-decoration: none;
}

.progress-img-carousel .owl-nav [class*=owl-]:hover iconify-icon {
    color: #145986 !important;
}

.faq .accordion-body {
    padding-left: 20px;
}

.faq .accordion-button:not(.collapsed) {
    color: #0C2F50;
    background-color: #f1f2f2;
    box-shadow: none;
    font-size: 18px;
}

.faq .accordion-item {
    background: transparent !important;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
}

.faq .accordion-button {
    background: transparent !important;
    border-top: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 24px;
    color: #0C2F50;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/add.svg);
    transform: var(--bs-accordion-btn-icon-transform);
}

.faq .accordion-button::after {
    background-image: url(../images/add.svg);
}

.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 0;
}

.faq .accordion-button:focus {
    border-color: #E4E4E4;
}

.faq .fp-title {
    margin-bottom: 40px;
}

/*modal*/
.modal-open {
    padding: 0 !important;
}

.menupopup .modal-header .btn-close {
    position: absolute;
    right: 0;
    top: -17px;
    filter: invert(1);
    opacity: 1;
    font-size: 12px;
}

.menupopup .modal-header {
    justify-content: center !important;
    border: 0;
}

.menupopup .modal-header h3 {
    font-weight: 700;
    font-size: 28px !important;
}

.menupopup .contact-form {
    padding-top: 0;
    padding-bottom: 0;
}

.menupopup .contact-form input {
    margin: 0;
    font-size: 14px;
    border: none;
    background: transparent;
}

.menupopup .contact-form select {
    margin: 0;
    font-size: 14px;
    border: none;
    background: transparent;
  }

.menupopup .contact-form .form-gruop {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    position: relative;
}

.menupopup .contact-form .form-gruop .formicon {
    margin: 0 0 0 10px;
    padding-top: 5px;
}

.menupopup .contact-form .form-gruop span iconify-icon {
    font-size: 20px;
}

.menupopup .contact-form .primary-btn {
    width: 100%;
}

.form-gruop input:focus,
.form-gruop input:active {
    outline: none;
    box-shadow: none;
    border-color: #145986;
}

.form-gruop textarea:focus,
.form-gruop textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*
input:focus ~ .floating-label{
    top: -10px;
    left: 42px;
    font-size: 11px;
    opacity: 1;
    background: #ffff;
    padding: 0 3px;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 45px;
  top: 18px;
  transition: 0.2s ease all;
  opacity: 0;
}
*/

/**/
/* added styles */
.width_unset {
    width: unset;
}

.contact-form img {
    position: absolute;
    left: -20px;
    top: -20px;
}

.bg_gray {
    background: #F8F8F8;
}

.flex_reverse {
    flex-direction: row-reverse;
}

.flex_reverse img {
    margin-right: 0;
    margin-left: 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23145A87' fill-rule='evenodd' d='m6 7l6 6l6-6l2 2l-8 8l-8-8z'/%3E%3C/svg%3E") !important;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

#content_video {
    height: 620px;
    object-fit: cover;
}

.sc-links a img {
    width: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
}


.locationfaq .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%230c2f50' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E") !important;
}

.locationfaq .accordion-button:not(.collapsed)::after {
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 20 20'%3E%3Cpath fill='%230c2f50' d='M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m5-11H5v2h10z'/%3E%3C/svg%3E") !important;
}

.amenities {
    display: flex;
    background: linear-gradient(135deg, rgba(255, 207, 113, 0.05) 0%, rgba(35, 118, 221, 0.05) 100%);
    padding: 30px 0;
}

.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff !important;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .5s linear;
}



.partner-logo img {
    width: 65% !important;
    object-fit: cover;
}

.partner-logo {
    float: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    border-radius: 10px;
    width: 100%;
}

.clients_logo {
    background: #ACE6F8;
    padding: 20px;
    border-radius: 10px;
}

.partners-img-carousel .owl-nav {
    width: 60px;
    display: flex;
    height: 60px !important;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 47%;
    left: 47%;
    align-items: center;
    justify-self: center;
    transform: translate(30%, -50%);
    justify-content: space-between;
}



.partners-img-carousel .owl-nav iconify-icon {
    color: #D0DEE7;
}

.partners-img-carousel .owl-nav [class*=owl-]:hover {

    background: transparent !important;
    color: #145986 !important;
    text-decoration: none;
}

.partners-img-carousel .owl-nav button {
    margin-left: 7px !important;
    margin-top: 13px !important;
}


.partners-img-carousel .owl-nav [class*=owl-]:hover iconify-icon {

    color: #145986 !important;
    text-decoration: none;
}

.workculture_rt a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid #145986;
    padding: 10px 12px;
    border-radius: 5px;
    color: #145986;
    font-weight: 600;
    font-size: 14px;
    width: 160px;
    margin-top: 15px;
    justify-content: center;
}

.dis-none-md {
    display: none;
}

.content-img-side img {
    width: 100%;
}

.service-slider {
    padding-bottom: 80px;
}

.serv-cntnt-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: antiquewhite !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 18px !important;
}

.serv-cntnt-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
}



.category_name {
    color: #ffff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    background: #145986;
    padding: 0 5px;
    display: inline-block;
}

.modal-bg-remove .modal-content {
    background: transparent;
    border: none;
    align-items: end;
}

.modal-bg-remove .modal-body {
    padding: 0;
}

.modal-bg-remove .modal-body img {
    width: 100%;
}

.modal-bg-remove .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    font-size: 12px;
    padding: 8px;
}

.fixedicon {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: #0DB561;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.fixedicon a h6 {
    margin: 0;
    font-size: 12px;
}

.fixedicon a iconify-icon {
    font-size: 25px;
}

.fixedicon a {
    color: #fff;
    text-decoration: none;
}

.fixedicon a:hover {
    color: #fff;
    text-decoration: none;
}

.fixedicon button {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 0;
}

.fixedicon button h6 {
    margin: 0;
    font-size: 12px;
}

.fixedicon button iconify-icon {
    font-size: 25px;
}

.fixedicon button:hover {
    color: #fff;
    text-decoration: none;
}


.tn-in ul::-webkit-scrollbar-thumb {
    background: #fff !important;
}

.tn-in ul::-webkit-scrollbar-thumb:hover {
    background: #fff !important;
}

.tn-in ul::-webkit-scrollbar-thumb:active {
    background: #fff !important;
}

.tn-in ul::-webkit-scrollbar-track {
    background: #fff !important;
}

.inner-main-bnr {
    position: relative;
}

.testibanner::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #145A87;
    top: 0;
    left: 0;
}

.main-img-testi {
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.test-imgiside {
    text-align: center;
    position: relative;
    z-index: 9;
}

.testibanner::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #7bd0a9;
    top: 0;
    right: 0;
}

.testimonial-card img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.textimonial-card-part {
    position: relative;
}
.testimonial-part {
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-card {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 60px;
    margin-left: auto;
    height: 430px;
}
.textimonial-card-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.textimonial-card-carousel .item {
    padding-top: 100px;
    width: fit-content;
    margin-left: auto;
}

.tpc-contents {
    position: relative;
    top: -140px;
}

.tpc-contents h6 {
    font-size: 24px;
    margin-bottom: 16px;
}

.tpc-contents p {
    line-height: 29px;
}

.tp-titile {
    text-align: center;
    width: 360px;
}
.testimonial-part .section-title {
    font-size: 30px;
}
.textimonial-card-carousel.owl-dots {
    width: fit-content;
    position: absolute;
    right: 204px;
    bottom: 60px;
    transform: translate(-50%, 0px);
}
.menushow{
    display: block!important;
}
.slide_menu h6 {
    font-size: 24px;
    margin-bottom: 20px;
}
.sliding_menu a {
    border: 1px solid #f2f2f2;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}
.sliding_menu {
    margin-top: 40px;
}
.in_slide_menu .menu-icon {
    cursor: pointer;
}
.in_slide_menu .menu-icon iconify-icon {
    color: #156699;
    font-size: 22px;
}
.m_submenu:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='m4.22 10.78l-1.44 1.44l12.5 12.5l.72.686l.72-.687l12.5-12.5l-1.44-1.44L16 22.564z'/%3E%3C/svg%3E") no-repeat;
    width: 20px;
    height: 20px;
    filter: invert(1);
    margin-left: 6px;
    margin-top: 3px;
}
.m_submenu {
    position: relative;
}
.in_slide_menu a {
    text-transform: capitalize;
}
.followus {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0 30px;
    margin-top: 40px;
}
.followus h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
.main-header .nav-links li:nth-child(8) {
    border-bottom: 0;
}
.enquire_text a:hover {
    background: #145986;
    color: #fff;
}
.enquire_text a:hover img {
    border: 1px solid #fff;
    height: 32px;
    border-radius: 50%;
}

.project-tile:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.overview-img-slid ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    top: -60px;
    /* border: 1px solid #ececec; */
    /* border-radius: 5px; */
    /* padding: 6px 10px 0; */
}
.overview-img-slid {
    position: relative;
}
.overview-img-slid ul li {
    margin: 0 0 0 16px;
}
.overview-img-slid ul li iconify-icon {
    font-size: 40px;
}
.sharebtn {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    margin-bottom: 20px;
}
.sharebtn img{
    margin-right: 10px;
}
.fixedicon .sharelist {
    position: absolute;
    top: -50px;
    right: 40px;
    list-style-type: none;
    z-index: 999;
    display: flex;
}
.fixedicon .sharelist li {
    margin: 0 0 0 16px;
}

.cmn_arrow .owl-nav {
    /* display: flex !important; */
    position: absolute;
    top: -60px;
    right: 0%;
}

.cmn_arrow .owl-nav iconify-icon {
    font-size: 30px;
    color: #1459864D;
}


.cmn_arrow .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    text-decoration: none;
}

.cmn_arrow .owl-nav [class*=owl-]:hover iconify-icon {
    color: #145986 !important;
}
.container_widthslider .nav-tabs .nav-item.show .nav-link,
.container_widthslider .nav-tabs .nav-link.active {
    color: #145986;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #145989;
}
.container_widthslider .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #145986;
}
.container_widthslider .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #145989;
}
.container_widthslider nav {
    margin-bottom: 30px;
}
.container_widthslider .nav-tabs .nav-link {
    font-weight: 600;
    padding: 15px 0 15px 0;
    margin-right: 55px;
}
.container_widthslider  .nav-link {
    color: #2B3F6C9E;
}
.cmn_arrow .item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.in_slide_menu a:hover {
    color: #fff;
}
.txtbold {
    font-weight: 600!important;
}


/*loader*/
/* Preloader */
.container-preloader {
	align-items:center; cursor:none; display:flex; height:100%;
  justify-content:center; position:fixed; left:0; top:0; width:100%; z-index:900;
}
.container-preloader .animation-preloader {
	position:absolute; z-index: 100;}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
	border-radius: 50%;  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: green; /* It is not in alphabetical order so that you do not overwrite it */
  height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;	user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;  color: #00632d;
  content: attr(preloader-text);  left: 0;
  opacity: 0;  position: absolute;  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.2);	position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
  animation-delay: 1.2s;
}
.container-preloader .loader-section {
  background-color: #ffffff;  height: 100%;
  position: fixed;  top: 0;  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* Animation of the preloader */
@keyframes spinner {
to {
	transform: rotateZ(360deg);
}}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */	
	.container-preloader .animation-preloader .spinner {
	height: 8em;
	width: 8em;
	}
	/* Text Loading */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}}
@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner Loading */
	.container-preloader .animation-preloader .spinner {
	height: 7em;
	width: 7em;
	}
}
.spinner1 {
    text-align: center;
}
/**/
.video-js .vjs-tech {
    object-fit: cover;
}

.tn-in ul li a.active {
    color: #145986;
    border-bottom: 2px solid #145986;
}
#progress .image-card-title h6 {
    text-align: center;
}
section#overview {
    padding-top: 50px;
}

/*team*/
.teambx {
    -webkit-box-shadow: 0px 4px 11px -3px rgba(186,186,186,1);
    -moz-box-shadow: 0px 4px 11px -3px rgba(186, 186, 186, 1);
    box-shadow: 0px 4px 11px -3px rgba(186,186,186,1);
    padding: 10px;
    margin-bottom: 25px;
}
.teambx img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    margin-bottom: 20px;
}
.teambx h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}
.teambx h6 {
    color: #6B7280;
    font-size: 15px;
    font-weight: 500;
}
.teambx p {
    font-size: 14px;
}
.teambx ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.teambx ul li{
    margin-right: 15px;
}
.teambx ul li a {
    font-size: 18px;
    color: #3b3b3b;
}

/**/


/*group of comapnies*/
.companiespg ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.companiespg ul li .comp_lt img {
    width: 360px;
    height: 320px;
    object-fit: cover;
}
.companiespg ul li:nth-child(3n-2){
    background-color: #F5FFEF;
}
.companiespg ul li:nth-child(3n-1){
    background-color: #EFF7FF;
}
.companiespg ul li:nth-child(3n){
    background-color: #EFFFFC;
}
.companiespg ul li:nth-child(even) .row {
    flex-direction: row-reverse;
}
.section-title1 {
    font-size: 20px;
    font-weight: 500;
}
.comp_rt p {
    margin: 0;
    color: #626262;
}
.companiespg ul li {
    padding: 15px 0;
}
/**/

/*about dropdown*/
.nav_dropdownmenu .accordion-item {
    background: transparent;
    color: #fff;
    border: 0;
}
.nav_dropdownmenu button {
    color: #fff;
    background: transparent;
    font-size: 17px;
}
.nav_dropdownmenu .accordion-button::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='m4.22 10.78l-1.44 1.44l12.5 12.5l.72.686l.72-.687l12.5-12.5l-1.44-1.44L16 22.564z'/%3E%3C/svg%3E") no-repeat!important;
    width: 20px;
    height: 20px;
    filter: invert(1);
    margin-left: 6px;
}
.nav_dropdownmenu  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.nav_dropdownmenu .accordion-body {
    padding: 0 0 0 12px;
}
.nav_dropdownmenu .accordion-body a {
    font-size: 16px;
}
/**/