/*------------------------------------------------------------------ 
    IMPORT FONTS 
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);

/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    overflow-x: hidden !important;
    background-color: #f8f9fa;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; color: #07528d; margin-top: 25px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    opacity: 0.8;
}

.dark_bg {
    background: #1a1a1a;
}

.padding_left_right {
    padding-left: 30px;
    padding-right: 30px;
}

.btn, a.btn {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
    transition: all 0.3s;
}

.btn-custom:hover {
    background-color: #07528d !important;
    color: #fff !important;
    border-color: #07528d;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
    border-left: 4px solid #07528d;
    background-color: #f8f9fa;
}

ul, li, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
}

.form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

/*------------------------------------------------------------------ 
   LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader {
    display: block;
    flex-wrap: wrap;
    width: 250px;
    height: auto;
    -webkit-transform-style: preserve-3d;
}

.loader img {
    width: 100%;
    height: auto;
}

.box {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background-image: none;
    background-size: auto auto;
    background-image: none;
    animation: move 2s ease-in-out infinite both;
    background-image: url('../images/gb.png');
    background-size: 100% 100%;
}

.box:nth-child(1) {
    animation-delay: -1s;
}

.box:nth-child(2) {
    animation-delay: -2s;
}

.box:nth-child(3) {
    animation-delay: -3s;
}

@keyframes move {
    0%, 100% {
        transform: none;
    }
    12.5% {
        transform: translate(40px, 0);
    }
    25% {
        transform: translate(80px, 0);
    }
    37.5% {
        transform: translate(80px, 40px);
    }
    50% {
        transform: translate(80px, 80px);
    }
    62.5% {
        transform: translate(40px, 80px);
    }
    75% {
        transform: translate(0, 80px);
    }
    87.5% {
        transform: translate(0, 40px);
    }
}

#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: flex !important;
    justify-content: center;
    font-size: 25px;
    border-radius: 0;
    transition: .2s;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
    border-radius: 100%;
    background-color: #07528d;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #d4a81e;
    transform: translateY(-3px);
}

#scroll-to-top i.fa.fa-angle-up {
    position: relative;
    top: 6px;
    left: 6px;
}

.padding_bottom-0 {
    padding-bottom: 0 !important;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/

.top-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.top-header.fixed-menu {
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    padding: 5px 0;
}

.top-header .navbar {
    padding: 5px 5px;
    width: 100%;
}

.navbar-nav {
    align-items: center;
    width: 100%;
    justify-content: center;
    display: flex;
}

.nav-item {
    position: relative;
    text-align: center;
    white-space: nowrap;
    margin: 0 15px;
}

.nav-link {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover,
.nav-link:focus {
    color: #d4a81e;
}

.nav-link.active {
    color: #d4a81e;
    font-weight: 600;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 0;
    border-top: 3px solid #d4a81e;
    min-width: 220px;
    background-color: #fff;
}

.dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #333;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa;
    color: #d4a81e;
}

.dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
    border: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-brand img {
    height: 65px;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 10px 0;
        justify-content: flex-start;
    }

    .nav-item {
        margin: 5px 0;
        width: 100%;
        text-align: left;
        white-space: normal;
    }

    .dropdown-menu {
        box-shadow: none;
        border-left: 2px solid #d4a81e;
        margin-left: 15px;
        border-top: none;
    }

    .nav-link {
        padding: 10px 15px;
        justify-content: flex-start;
    }

    .dropdown-toggle::after {
        margin-left: 2px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dropdown-menu {
        position: absolute;
    }
}

body {
    padding-top: 80px;
}
/* Always show navbar toggler */
.navbar-toggler {
    display: block !important;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.25rem 0.5rem;
    margin-left: auto;
}

/* Prevent automatic collapse when clicking links */
@media (max-width: 991px) {
    .navbar-collapse {
        transition: none !important;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    
    /* Keep dropdowns open when clicked */
    .dropdown-menu {
        position: static !important;
        float: none !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        border: none;
        box-shadow: none;
    }
}

/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
    position: relative;
    height: 540px;
    background: linear-gradient(135deg, #07528d 0%, #002147 100%);
}

.lbox-caption {
    display: table;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
}

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 100%;
    padding: 22% 0%;
}

.lbox-details::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.3);
}

.lbox-details h1 {
    font-size: 54px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.lbox-details h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.lbox-details p {
    color: #ffffff;
    position: relative;
    z-index: 3;
    font-size: 18px;
    max-width: 700px;
    margin: 20px auto;
}

.lbox-details p strong {
    color: #d4a81e;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
}

.lbox-details a.btn {
    background: #d4a81e;
    padding: 12px 30px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid #d4a81e;
}

.lbox-details a.btn:hover {
    background: transparent;
    color: #d4a81e;
}

.pogoSlider-nav-btn {
    background: #000;
}

.pogoSlider-nav-btn--selected {
    background: #d4a81e !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 75px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    display: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.slide_text h3 {
    font-size: 55px;
    font-weight: 600;
    padding: 0;
    line-height: 45px !important;
    text-align: center;
    color: #fff;
}

.slide_text h3 span {
    font-size: 40px;
    color: #d4a81e;
}

.slide_text h4 {
    font-size: 30px;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.slide_text p {
    color: #d4a81e;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 0;
}

.contact_bt {
    width: 180px;
    height: 50px;
    background: #d4a81e;
    color: #fff;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    border-radius: 5px;
    transition: all 0.3s;
}

.contact_bt:hover,
.contact_bt:focus {
    color: #fff;
    background: #07528d;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dark_bg .contact_bt {
    margin-top: 30px;
}

.slide_text {
    margin-top: 220px;
    padding-left: 0;
}

/* Tab Menu Styles */
.tab_menu {
    width: 120%;
    height: auto; /* Changed from fixed height to auto for responsiveness */
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
    overflow: hidden;
    padding: 15px 10px; /* Adjusted padding for mobile */
}

.tab_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.tab_menu ul li {
    width: 14.25%; /* Default width for desktop */
    float: none; /* Remove float for flexbox */
    padding: 15px 0; /* Reduced padding for mobile */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    min-height: 110px; /* Maintain minimum height */
    box-sizing: border-box;
}

/* Special items styling */
.tab_menu ul li:nth-child(7),
.tab_menu ul li:nth-child(5) {
    background: #002147;
    transform: skew(-30deg);
    color:#fff;
}

.tab_menu ul li:nth-child(6) {
    background: #d4a81e;
    transform: skew(-30deg);
    color:#fff;
}

.tab_menu ul li:nth-child(7) a,
.tab_menu ul li:nth-child(5) a {
    transform: skew(30deg);
    color: #fff;
}

.tab_menu ul li:nth-child(6) a {
    transform: skew(30deg);
    color: #fff;
}

.tab_menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.tab_menu ul li span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block; /* Changed from float to block */
    margin-top: 5px;
}

span.icon {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

span.icon img {
    height: 35px;
    width: auto;
}

.tab_menu ul li:hover {
    transform: translateY(-5px) skew(-30deg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .tab_menu ul li {
        width: 20%; /* 5 items per row */
    }
}

@media (max-width: 992px) {
    .tab_menu ul li {
        width: 25%; /* 4 items per row */
    }
}

@media (max-width: 768px) {
    .tab_menu {
        margin-top: -30px;
        padding: 10px 5px;
    }
    
    .tab_menu ul li {
        width: 33.33%; /* 3 items per row */
        padding: 10px 0;
        min-height: 90px;
    }
    
    .tab_menu ul li span {
        font-size: 14px;
    }
    
    span.icon img {
        height: 30px;
    }
}

@media (max-width: 576px) {
    .tab_menu ul li {
        width: 50%; /* 2 items per row */
    }
    
    .tab_menu {
        margin-top: -20px;
        border-radius: 5px;
    }
}

@media (max-width: 400px) {
    .tab_menu ul li {
        width: 100%; /* 1 item per row */
    }
    
    .tab_menu ul li span {
        font-size: 16px;
    }
}

/*------------------------------------------------------------------ About -------------------------------------------------------------------*/

.tooltip-1 {
    display: inline-block;
    position: relative;
    color: #70c6eb;
    opacity: 1;
}

.tooltip__wave {
    width: 30%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    overflow: hidden;
}

.tooltip__wave span {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 100%;
    background: url(../images/wave.svg) repeat-x center center;
    background-size: 50% auto;
}

.about-box {
    padding: 70px 0px;
    background-color: #fff;
}

.title-box {
    text-align: center;
    margin-bottom: 30px;
}

.title-box h2 {
    font-size: 75px;
    font-family: 'Great Vibes', cursive;
    color: #e91327;
    font-weight: 400;
    padding: 0;
}

.title-box h2 span {
    color: #07528d;
    text-decoration: underline;
}

.about-main-info h2 span {
    color: #07528d;
    text-decoration: underline;
}

.about-main-info {
    margin-bottom: 30px;
}

.about-m {}

.about-img {
    padding: 30px 0px;
}

.about-img img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.about-img img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.about-m ul {
    display: block;
    text-align: center;
    padding-bottom: 30px;
}

.about-m ul li {
    display: inline-block;
    text-align: center;
}

.about-m ul li a {
    background: #07528d;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: block;
    border-radius: 50px;
    margin: 0px 5px;
    transition: all 0.3s;
}

.about-m ul li a:hover {
    background: #d4a81e;
    color: #ffffff;
    transform: translateY(-3px);
}

.about-main-info h2 {
    font-size: 45px;
    color: #07528d;
    font-weight: 600;
}

.about-main-info a {
    border-radius: 2px;
    transition: .2s;
    padding: 12px 30px;
    background: #07528d;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #07528d;
}

.about-main-info a:hover {
    color: #07528d;
    background: transparent;
    text-decoration: none;
}

.about-main-info div.full>img {
    height: 500px;
    object-fit: cover;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #095a83;
    transition-property: color;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 600;
    text-indent: -10px;
}

.hvr-radial-out:after {
    content: "";
    display: flex;
    width: 25px;
    height: 100px;
    background: #fff;
    position: absolute;
    z-index: 11;
    top: 0;
    right: -6px;
    transform: skew(-20deg);
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d4a81e;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
    transform: scale(2);
}

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
    color: #fff;
}

a#scroll-to-top::after {
    display: none;
}

.silver_bg .hvr-radial-out:after {
    background: #eee;
}

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/

.service_blog {
    float: left;
    width: 100%;
    border: solid #07528d 1px;
    padding: 30px;
    margin-top: 30px;
    transition: ease all 0.3s;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service_blog:hover, .service_blog:focus {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
    transform: translateY(-5px);
    border-color: #d4a81e;
}

.service_blog h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: solid #07528d 2px;
    color: #07528d;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.effect-service {
    position: relative;
    height: auto;
    text-align: center;
    cursor: pointer;
    border: 8px solid #eee;
    margin-bottom: 30px;
    transition: all 0.3s;
    background: linear-gradient(135deg, #07528d 0%, #002147 100%);
}

figure.effect-service {
    background: linear-gradient(-45deg, #07528d 0%, #002147 100%);
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.5s;
}

figure.effect-service img {
    opacity: 0.85;
    transition: opacity 0.35s;
}

figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure figcaption {
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.25em;
    backface-visibility: hidden;
}

figure.effect-service h2 {
    padding: 20px;
    width: 50%;
    height: 50%;
    text-align: left;
    transition: transform 0.35s;
    transform: translate3d(10px, 10px, 0);
}

figure.effect-service h2 {
    background: #d4a81e;
    padding: 13px;
    width: 94%;
    height: 58px;
    border: 0;
    margin: 0;
    font-weight: 200;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    font-family: 'Great Vibes', cursive;
}

figure.effect-service p {
    padding: 15px;
    width: 100%;
    height: 80%;
    font-size: 14px;
    border: 2px solid #fff;
    margin: 0;
    font-weight: 300;
    display: none;
    color: #fff;
}

figure.effect-service p {
    float: right;
    padding: 20px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-50%, -50%, 0);
}

figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-service:hover img {
    opacity: 0.6;
    transform: scale(1.05);
}

figure.effect-service:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

figure.effect-service:hover {
    border: 8px solid #d4a81e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/

.gallery-box {
    padding: 70px 0px 120px;
    background-color: #f8f9fa;
}

.gallery-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-box ul li {
    position: relative;
    width: 31.33%;
    margin: 0 1% 20px !important;
    padding: 0px;
    float: left;
    border: none;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 0.3s;
}

.gallery-box ul li:hover {
    transform: translateY(-5px);
}

.gallery-box ul li a {
    position: relative;
    display: inline-block;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.gallery-box ul li a::before {
    content: "";
    position: absolute;
    background: rgba(7, 82, 141, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-box ul li a .overlay {
    background: #d4a81e;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    line-height: 38px;
}

.gallery-box ul li a:hover::before {
    top: 0;
    opacity: 1;
}

.gallery-box ul li a:hover .overlay {
    opacity: 1;
}

.gallery-box ul li a:hover {
    border: 4px solid #d4a81e;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/

.properties-box {
    padding: 70px 0px;
    background-color: #f2f3f5;
}

.single-team-member {
    position: relative;
    margin-top: 30px;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: all 0.3s;
}

.single-team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.filter-button-group {
    margin-bottom: 30px;
    text-align: center;
}

.filter-button-group button {
    border-radius: 4px;
    transition: all 0.3s;
    letter-spacing: 1px;
    padding: 10px 18px;
    background: #07528d;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin: 0 5px;
    font-weight: 500;
}

.filter-button-group button:hover {
    color: #ffffff;
    background: #d4a81e;
}

.filter-button-group button.is-checked {
    background: #d4a81e;
}

.properties-single {
    margin-bottom: 30px;
    background: #ffffff;
    transition: all 0.5s ease 0s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.fuit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.fuit a {
    background: #07528d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
}

.fuit a:hover {
    background: #d4a81e;
    transform: scale(1.1);
}

.for-sal {
    background: #07528d;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    z-index: 10;
    font-weight: 500;
}

.pro-price {
    background: #d4a81e;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    z-index: 10;
    font-weight: 500;
}

.properties-img {
    position: relative;
    overflow: hidden;
}

.properties-img img {
    transition: all 1.5s;
    width: 100%;
    height: auto;
}

.properties-single:hover .properties-img img {
    transform: scale(1.1);
}

.hover-box {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(7, 82, 141, 0.7);
    color: #fff;
    transition: all 0.9s ease;
}

.properties-single:hover .hover-box {
    opacity: 1;
    top: 0;
}

.properties-dit {
    padding: 15px;
}

.properties-dit h3 {
    font-size: 20px;
    color: #07528d;
    margin-bottom: 10px;
}

.properties-dit ul {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.properties-dit ul li {
    float: left;
    width: 33.33%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.properties-dit ul li i {
    float: right;
    padding: 7px 10px;
    font-size: 15px;
    color: #d4a81e;
}

.properties-dit p {
    margin: 0px;
    color: #666;
}

.properties-dit p i {
    padding-right: 10px;
    color: #d4a81e;
}

/*------------------------------------------------------------------ counter ----------------------------------------------------------------*/

.counter-section {
    background: linear-gradient(135deg, #07528d 0%, #002147 100%);
    padding: 70px 0;
    color: #fff;
}

h2.timer.count-title.count-number {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 60px;
}

p.count-text {
    color: #d4a81e;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid #fff 5px;
    padding-bottom: 10px;
    width: 50%;
    margin: 15px auto 0;
}

/*------------------------------------------------------------------ Team -------------------------------------------------------------------*/

.team-box {
    padding: 70px 0px;
    background-color: #fff;
}

.team_member_img img {
    border: solid #ece9e2 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    transition: all 0.3s;
}

.team_member_img img:hover {
    transform: scale(1.05);
}

#team_slider h3 {
    margin-bottom: 10px;
    color: #07528d;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-top: 25px;
}

#team_slider p {
    padding: 0 43px;
    color: #666;
}

.team_member_img {
    position: relative;
}

.team_member_img .social_icon_team {
    position: absolute;
    top: 19px;
    left: 42px;
    width: 76%;
    height: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(7, 82, 141, 0.7);
    opacity:0;
    transition: ease all 0.3s;
}

.team_member_img:hover .social_icon_team,
.team_member_img:focus .social_icon_team {
    opacity: 1;
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.our-team:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.our-team:before,
.our-team:after {
    content: "";
    width: 130px;
    height: 150px;
    background: #07528d;
    position: absolute;
    z-index: -1;
}

.our-team:before {
    bottom: -20px;
    left: 0;
}

.our-team:after {
    top: -20px;
    right: 0;
}

.our-team .pic {
    margin: 8px;
    position: relative;
    border: 3px solid #07528d;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
    border-color: #d4a81e;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 0;
    background: rgba(7, 82, 141, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
    height: 100%;
    opacity: 0.85;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
    top: 38%;
}

.our-team .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
}

.our-team .post {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}

.our-team .social {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
    background: #fff;
    color: #07528d;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/

.blog-box {
    padding: 70px 0px;
    background-color: #f2f3f5;
}

.blog-inner {
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: all 0.3s;
    overflow: hidden;
}

.blog-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.blog-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.blog-img img {
    transition: all 0.9s ease 0s;
    width: 100%;
    height: auto;
}

.blog-inner:hover .blog-img img {
    transform: scale(1.1) rotate(0deg);
}

.blog-inner a {
    border-radius: 4px;
    transition: all 0.3s;
    letter-spacing: 1px;
    padding: 10px 25px;
    background: #07528d;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    border: 2px solid #07528d;
}

.blog-inner a:hover {
    color: #07528d;
    background: transparent;
    text-decoration: none;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    color: #07528d;
    margin-bottom: 15px;
    font-size: 22px;
}

.blog-content p {
    color: #666;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/

.contact-box {
    padding: 70px 0px;
    background-color: #fff;
}

.left-contact h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #07528d;
}

.cont-line {
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.icon-b {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    margin-right: 15px;
    color: #fff;
    border-radius: 100%;
    background: #07528d;
    flex-shrink: 0;
    transition: all 0.3s;
}

.cont-line:hover .icon-b {
    background: #d4a81e;
    transform: rotate(360deg);
}

.dit-right h4 {
    font-size: 18px;
    color: #07528d;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.dit-right p {
    font-size: 15px;
    margin-top: 5px;
    color: #666;
}

.dit-right a {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
}

.dit-right a:hover {
    color: #d4a81e;
    text-decoration: none;
}

.contact-block {
    background: #07528d;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-block .form-group .form-control {
    background: rgba(255,255,255,0.9);
    height: 48px;
    font-size: 14px;
    border: 0;
    padding: 5px 20px;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 20px;
}

.submit-button .btn-common {
    background-color: #d4a81e;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0 30px;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
    width: 100%;
    letter-spacing: 1px;
}

.contact-block .form-group textarea.form-control {
    height: 150px;
    padding-top: 15px;
}

.submit-button .btn-common:hover {
    background-color: #07528d;
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.custom-select {
    height: 45px;
    font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(45px + 2px);
}

.help-block ul li {
    color: #ff6b6b;
    font-size: 14px;
}

/*------------------------------------------------------------------ Footer -------------------------------------------------------------------*/

.footer-box {
    background: #0b1c2c;
    padding: 70px 0 30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.footer-column {
    margin-bottom: 40px;
}

.footer-heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #d4a81e;
}

.footer-text {
    color: #ecf0f1;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: #d4a81e;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ecf0f1;
    transition: all 0.3s;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #d4a81e;
    padding-left: 5px;
}

.footer-links i {
    margin-right: 8px;
    color: #d4a81e;
    width: 18px;
    text-align: center;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 12px;
    color: #d4a81e;
    margin-top: 3px;
    font-size: 18px;
    min-width: 18px;
}

.contact-info span {
    color: #ecf0f1;
    line-height: 1.5;
    font-size: 14px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.mission-text {
    font-style: italic;
    color: #bdc3c7;
    font-size: 14px;
    line-height: 1.6;
}

.footer_bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
}

.copyright {
    margin: 0;
    color: #ecf0f1;
    font-size: 14px;
}

.developer-credit {
    margin-top: 5px;
    font-size: 13px;
    color: #ecf0f1;
}

.developer-credit a {
    color: #d4a81e;
    text-decoration: none;
}

.developer-credit a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-column {
        text-align: center;
    }
    .footer-heading:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-icons {
        justify-content: center;
    }
    .contact-info li {
        justify-content: center;
    }
}

/*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/

.subscribe-box {
    padding: 70px 0px;
    background: linear-gradient(135deg, #07528d 0%, #002147 100%);
    color: #fff;
}

.subscribe-inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.subscribe-inner h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    font-family: 'Great Vibes', cursive;
    padding: 0;
    margin-bottom: 20px;
}

.subscribe-inner p {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    margin-bottom: 30px;
}

.subscribe-inner .form-group {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-inner .form-group .form-control-1 {
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px 0 0 4px;
    border: none;
    font-size: 16px;
}

.subscribe-inner .form-group button {
    border-radius: 0 4px 4px 0;
    transition: all 0.3s;
    padding: 0 30px;
    background: #d4a81e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: uppercase;
}

.subscribe-inner .form-group button:hover {
    background: #fff;
    color: #07528d;
}

/*------------------------------------------------------------------ Additional Styles -------------------------------------------------------------------*/

.about-main-info h2 img {
    margin-top: -10px;
}

p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #4a4a49;
}

.text_align_center {
    text-align: center;
}

.red_bg {
    background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
    color: #fff !important;
}

.red_bg .about-main-info a {
    background: #fff;
    color: #e91327;
}

.testimonial_img {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
    display: none;
}

#client_slider .carousel-indicators {
    bottom: -45px;
}

#client_slider .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #999;
}

#client_slider .carousel-indicators li.active {
    background: #07528d;
}

.layout_padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.layout_padding_2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.heading_main h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
    background-image: url(../images/heading_main_border.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.heading_main h2 span {
    color: #d4a81e;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.heading_main p {
    font-family: 'Raleway', sans-serif;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main.text_align_center {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.center {
    display: flex;
    justify-content: center;
}

p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}

.padding_0 {
    padding: 0;
}

.full {
    float: left;
    width: 100%;
}

.heading_main {
    float: left;
    display: flex;
}

.theme_bg {
    background: #07528d;
}

h3.small_heading {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    color: #07528d;
}

.margin-top_20 {
    margin-top: 20px;
}

.margin-top_30 {
    margin-top: 30px;
}

.margin-top_50 {
    margin-top: 50px;
}

.margin-bottom_30 {
    margin-bottom: 30px;
}

.carousel a.carousel-control-prev {
    background: #d4a81e;
    opacity: 1;
    width: 55px;
    height: 50px;
    border-radius: 0;
    top: 40%;
    left: -80px;
    transition: all 0.3s;
}

.carousel a.carousel-control-next {
    background: #d4a81e;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 0;
    top: 40%;
    right: -80px;
    transition: all 0.3s;
}

.carousel a.carousel-control-prev:hover,
.carousel a.carousel-control-next:hover {
    background: #07528d;
}

#demo {
    margin-bottom: 20px;
}

ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: #07528d;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
}

ul.social_icon li a:hover {
    background: #d4a81e;
    transform: translateY(-3px);
}

ul.social_icon li i {
    color: #fff !important;
    line-height: 35px;
}

ul.social_icon li {
    float: left;
    margin: 0 5px;
}

.inner_page .top-header {
    position: relative;
}

.inner_page .inner_page_header {
    background: #1f1f1f;
    padding: 40px 0;
}

.inner_page .inner_page_header h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_bottom {
    background: #07528d;
    padding: 15px 0;
}

.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
}

.footer_blog li a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #acaba9 !important;
}

.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}

.footer_blog h3 {
    margin-bottom: 10px;
}

.newsletter_form input {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

.newsletter_form button {
    background: #d4a81e;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter_form button:hover {
    background: #fff;
    color: #07528d;
}

.footer_blog h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    border-bottom: solid #d4a81e 2px;
    font-weight: 600;
    margin-top: 14px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

footer.footer-box p {
    font-size: 14px;
}

.footer_blog {
    float: left;
    width: 100%;
}

.footer_blog ul li {
    display: flex;
    align-items: center;
}

.footer_blog ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.footer_blog ul li {
    margin-bottom: 15px;
}

ul.bottom_menu li a {
    color: #8d8d8c;
    transition: all 0.3s;
}

ul.bottom_menu li a:hover {
    color: #d4a81e;
}

ul.bottom_menu li {
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
}

#inner_page header.top-header {
    position: relative !important;
}

.bottom_menu {
    float: right;
}

.innerpage_banner {
    background-color: #f9f9f9;
    min-height: 150px;
    text-align: center;
    background-image: url("../images/slider-01.jpg");
    background-size: cover;
    background-position: center center;
}

.innerpage_banner h2 {
    margin: 55px 0 0;
    padding: 0;
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    position: relative;
}

section.inner_banner {
    min-height: 125px;
    background: #07528d;
}

section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
    color: #fff;
}

#demo .img-responsive {
    width: 100%;
}

.top-header.fixed-menu .search-btn {
    background: #111;
}

.top-header.fixed-menu .search-btn img {
    width: 25px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
    width: 240px;
    padding: 0 10px;
    border: solid #000 1px;
    height: 41px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
    color: #d4a81e !important;
}

.blog_img_popular h4 {
    width: 86%;
    background: #fff;
    margin: 0 7%;
    padding: 0;
    color: #07528d;
    text-align: center;
    font-size: 20px;
    min-height: 70px;
    line-height: 70px !important;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
}

.blog_img_popular p {
    color: #000;
    text-align: center;
    font-size: 18px;
    width: 86%;
    margin: 0 7%;
    line-height: 24px;
    margin-top: 25px;
}

.silver_bg {
    background: #f8f9fa;
}

.text_align_right {
    text-align: right;
}

.float-right_img img {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/** contact **/

.contact_form input {
    width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 0px 25px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.contact_form textarea {
    width: 100%;
    margin: 15px 0;
    min-height: 120px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.contact_form button {
    background: #07528d;
    border: none;
    color: #fff;
    width: 200px;
    height: 65px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact_form button:hover,
.contact_form button:focus {
    background: #d4a81e;
    color: #fff;
    transform: translateY(-3px);
}

/*------------------------------------------------------------------ Animations -------------------------------------------------------------------*/

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

/*------------------------------------------------------------------ Responsive Adjustments -------------------------------------------------------------------*/

@media (max-width: 767px) {
    .lbox-details h1 {
        font-size: 36px;
    }
    .lbox-details h2 {
        font-size: 28px;
    }
    .tab_menu ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .heading_main h2 {
        font-size: 30px;
    }
    p.section_count {
        font-size: 80px;
        margin-right: 20px;
    }
    .float-right_img img {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .contact_form button {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lbox-details h1 {
        font-size: 42px;
    }
    .lbox-details h2 {
        font-size: 36px;
    }
}