
.copyright div:last-child {
    display: none;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Open Sans';
    color: #444444;
}

a {
    color: #063e25;
    text-decoration: none;
}

    a:hover {
        color:#e6ac18;
        text-decoration: none;
    }



/*Button css*/
a.btn.btn-outline {
    border: 1px solid #ddd;
    padding: 12px 20px;
}
.btn.btn-video { background: #e6ac18; border: 1px solid #e6ac18; padding: 10px 30px; font-weight: 600; font-size: 14px; letter-spacing: 0.5px; transition: all 0.5s ease-in-out;}
.btn.btn-video:hover{background-color: #fff; color: #e6ac18;}

.btn-viewmore {
  position: relative; margin: auto; padding: 12px 18px; transition: all 0.2s ease; border: none; background: none; cursor: pointer; }
.btn-viewmore:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 50px; background: #e6ac18; width: 45px; height: 45px; transition: all 0.3s ease; }
.btn-viewmore span { position: relative; font-family: "Ubuntu", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 0.05em; color: #000; }
.btn-viewmore svg { position: relative; top: 0; margin-left: 10px; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: #000; stroke-width: 2; transform: translateX(-5px); transition: all 0.3s ease; }
.btn-viewmore:hover:before { width: 100%; background: #e6ac18; }
.btn-viewmore:hover svg { transform: translateX(0); }
.btn-viewmore:active { transform: scale(0.95); }

.btn-redmore {
    position: relative; padding: 12px 18px; transition: all 0.2s ease; border: none; background: none; cursor: pointer; }
  .btn-redmore:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 50px; background: #FFF; width: 45px; height: 45px; transition: all 0.3s ease; }
  .btn-redmore span { position: relative; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; color: #000; }
  .btn-redmore svg { position: relative; top: 0; margin-left: 10px; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: #000; stroke-width: 2; transform: translateX(-5px); transition: all 0.3s ease; }
  .btn-redmore:hover:before { width: 100%; background: #FFF; }
  .btn-redmore:hover svg { transform: translateX(0); }
  .btn-redmore:active { transform: scale(0.95); }

  .btn-book-appo { color: #fff; background: #e6ac18; border-radius: 100px; border: 2px solid #e6ac18; background-size: 100% auto; font-family: inherit; font-size: 15px; padding: 7px 20px; background-position: right center; background-size: 200% auto; -webkit-animation: pulse 2s infinite; animation: pulse512 1.5s infinite; transition: all 0.5s ease-in-out; }
  a.btn-book-appo:hover { background: transparent !important; color: #000 !important; border-color: #e6ac18;} 
   @keyframes pulse512 {
    0% { box-shadow: 0 0 0 0 #e6ac18; }
   
    70% { box-shadow: 0 0 0 10px rgb(218 103 68 / 0%); }
   
    100% { box-shadow: 0 0 0 0 rgb(218 103 68 / 0%); }
   }

   li.book-call-btn ul.dropdown-menu{padding:0 ;}
    li.book-call-btn ul.dropdown-menu li:hover a { background: #012460; padding: 4px; border-radius: 0; color: #fff; }
    li.book-call-btn ul.dropdown-menu li a {padding: 4px; font-size: 14px;}
    li.book-call-btn ul.dropdown-menu li { padding: 0; margin: 0; }


.btn-BookonAppoiment, .BookonAppoiment-box{display: none;}


  .contact-today 
  { position: fixed; top: 60%; background: #e6ac18; color: #000; z-index: 9; writing-mode: vertical-rl; text-orientation: mixed; border: none; padding: 10px 10px 10px 6px;
    border-radius: 0 10px 10px 0; font-weight: 600; letter-spacing: 0.8px; transition: all 0.5s ease-in-out;
    }
    .contact-today:hover{background: #012460; color: #FFF;}

.divider {
    border-top: 1px solid #012460;
    margin: 25px 0;
}
    /* Slide-in Box */
    .contact-today-box {
        position: fixed;
        top: 50%;
        left: -330px;
        width: 300px; height: 245px;
        background-color: #f1f1f1;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        padding: 20px 10px 10px 10px;
        box-sizing: border-box;
        z-index: 999;
        transition: left 0.3s ease-in-out; border-radius: 0 10px 10px 0;
    }

    /* Close Icon */
    .contact-today-box .close-btn {
        position: absolute;
        top: -9px;
        right: -7px;
        font-size: 20px;
        cursor: pointer;
        background: red;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        text-align: center;
        line-height: 20px;
        color: #fff;
    }
    .contact-today-box input.form-control {
        margin-bottom: 4px;
        height: 30px;
    }
    .contact-today-box textarea.form-control {
        margin-bottom: 4px;
    }
    button.btn-contct-today:hover {
        background: #fff;
        color: #e6ac18;
    }
    
    button.btn-contct-today {
        background: #e6ac18;
        border: 1px solid #e6ac18;
        width: 30%;
        border-radius: 5px;
        margin: auto;
        text-align: center;
        display: block;
        padding: 7px 10px;
        font-weight: 600;
        color: #fff;
        box-shadow: none;
        outline: none; transition: all 0.5s ease-in-out;
    }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #e6ac18;
        border-top-color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #e6ac18;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #012460;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.top-bar{display: none;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: rgb(255 255 255 / 75%);
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
}

    #header.header-scrolled {
        padding: 12px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); background: #fff; height: 103px;
    }

    #header .logo {
        font-size: 26px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #0b2341;
        }

        #header .logo img {
            max-height: 80px;
        }

.fixed-top {
    /* position: static; */
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
    background: #153f91;
    color: #fff;
    padding: 5px 0;
}
.top-social-links a {
    color: #fff;
    padding: 0 7px;
}
ul.top-contact {
    margin: 0;
}
ul.top-contact li {
    display:inline-block; padding:0 10px; list-style:none; font-size:15px;
}
ul.top-contact li span {
    margin-right: 4px;
    vertical-align: middle;
}
ul.top-contact li a {
    color: #fff;
}
ul.top-contact li i {
    margin-right:10px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative; margin:0 5px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 10px;
        font-size: 13px;
        font-weight: 600;
        color: #0b2341;
        white-space: nowrap;
        transition: border;
        border-radius: 100px;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #fff;
    background: #012460;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #063e25;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #ef6445;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #063e25;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0b2341;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #063e25;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #063e25;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(4, 12, 21, 0.8);
    overflow: hidden;
    position: relative;
}

    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

        #hero .carousel-item::before {
            content: "";
            background-color: rgba(4, 12, 21, 0.5);
        }

    #hero .carousel-container {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 82px;
        left: 50px;
        right: 50px;
    }

    #hero h2 {
        color: #fff;
        margin: 0;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p {
        animation-delay: 0.4s;
        color: #fff;
        margin-top: 10px;
    }

@media (min-width: 1200px) {
    #hero p {
        width: 70%;
    }
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(230, 172, 24, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #hero .carousel-control-next-icon:hover,
    #hero .carousel-control-prev-icon:hover {
        background: rgba(230, 172, 24, 1);
        color: rgba(255, 255, 255, 0.8);
    }

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #e6ac18;
    }

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #063e25;
    margin-top: 15px;
}

    #hero .btn-get-started:hover {
        background: #ef6445;
    }

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

        #hero .carousel-container {
            text-align: center;
            top: 74px;
        }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 25px;
    }
    #header.header-scrolled {height: auto;
    }
    .result-box{grid-template-columns: 100% !important;}
    .our-partners img{border: 1px solid #ddd;}
    section.bg-ourpartner{padding-top: 0px;}
    .footer-branch-add {
        width: 100% !important;
        border-bottom: 1px solid #ddd !important; border-right: none !important;
    }
    .footer-branch-box{text-align: left !important; }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f6f9fd;
}

.section-title {
    padding-bottom: 40px;
}
.section-title span {
    font-family: "Poppins", sans-serif;
    color: #012460;
    font-weight: 500;
    font-size: 15px;
}
    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 24px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #aaaaaa;
        font-family: "Poppins", sans-serif;
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #063e25;
            margin: 4px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color:#012460;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}
p.home-about {
    font-size: 14px;
    line-height: 27px; font-weight: 500;
    color: #012460;
}
a.btn-learn-more {
    background: #e6ac18;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; transition:all 0.5s ease-in-out;
}
a.btn-learn-more:hover{background:#012460;}
.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }

        .about .content ul li + li {
            margin-top: 10px;
        }

    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #063e25;
        line-height: 1;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #063e25;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #063e25;
}

    .about .content .btn-learn-more:hover {
        background: #063e25;
        color: #fff;
        text-decoration: none;
    }

.home-about img {
    width: 100%;
    height: 100%;
}

.about-services {
    background: #fff;
    padding: 12px 20px 12px 0px;
    border-bottom: 1px solid #ddd;
    
}
.about-services-ttl {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px; position:relative; color:#012460;
}
.about-services-ttl:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100px;
    background: #d7af3e;
    height: 4px;
}
.about-services-txt {
    font-size: 14px;
    line-height: 26px;
    color:#012460;
}
.our-mission {
    border-radius: 10px;
    padding: 20px; background:#fff;
    line-height: 30px; min-height:200px;
}
.our-mission h4 {
    font-size: 18px;
    font-weight: 800;
    color: #012460;
}
.our-mission p {
    font-size: 15px;
    color: #012460;
    line-height: 28px;
    margin: 0px;
}
.wel-about p {
    line-height: 27px;
    font-size: 14px;
    color: #012460;
    text-align: justify;
}

.wel-about-img img {
    height: 400px;
    object-fit: cover; margin-bottom: 15px; border-radius: 7px;
}
.services-form-box {
    background: #fff;
    padding: 20px;
}
.services-form-box .form-group label {
    font-size: 13px;
    margin-bottom: 5px;
}
.services-form-box .form-group input{font-size:13px; height:40px;}
::placeholder {
    font-size: 13px;
}
.services-form-box .form-group {
    margin-bottom: 15px;
}
.btn-submit {
    background: #e6ac18;
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s; font-weight:600;
}
.btn-submit:hover{background:#012460; color:#fff;}

/*--------------------------------------------------------------
# Our Partners
--------------------------------------------------------------*/

.our-partners { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; }
.our-partners img { max-width: 250px; height: 100%; width: 100%; padding: 10px 20px; border-radius: 5px; }
section.bg-ourpartner { padding-top: 0; }


/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.img-align-right{text-align: right;}
.img-align-left{text-align: left;}
.img-align-center{text-align: center;}
.expertise-box-left, .expertise-box-right {
    display: grid;
    grid-template-columns: 50% 50%;
}
.expertise-txt h5 {
    font-size: 22px;
    font-weight: 900; margin-bottom:20px; color:#012460;
}
.expertise-txt p {
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
    color: #012460;
    font-weight: 500;
}
/* .expertise-img {
    text-align: center;
} */

.expertise-img img {
    border-radius: 7px;
    width: 400px;
    height: 400px;
    margin: auto;
    text-align: center;
}
.expertise-box-left .expertise-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 20px;
}
.expertise-box-right .expertise-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 20px;
}
.lets-text {
    text-align: center; line-height:30px;
}
.lets-text p {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
.lets-text h4 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900; margin-bottom:20px; color:#000;
}
/* button.btn.btn-contact {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600; transition:all 0.5s ease-in-out;
}
button.btn.btn-contact:hover {
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px;
    font-weight: 600;
} */
.bg-odd {
    background: #f6f6f6;
}
.exper-why p {
    font-size: 14px;
    line-height: 27px;
    color: #012460; text-align: justify; margin-bottom: 5px;
}
.exper-why-box{
    padding: 0px 30px;
}

.expertise-content h6 {
    font-size: 18px;
    font-weight: 800;
    position: relative;
    margin-bottom: 30px; color: #012460;
}
.expertise-content h6:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #e6ac18;
    width: 124px;
    height: 5px;
}
.expertise-content p{font-size: 14px; line-height: 25px; color: #012460;}
.expertise-content ul li { line-height: 27px; margin-bottom: 5px; font-size: 14px; color: #012460; }
.expertise-content ul li span {color:#012460; display: block;}
.expertise-content-sub h5 {
    font-size: 16px;
    font-weight: 700; color: #012460;
}

/*--------------------------------------------------------------
# Trusted Partners
--------------------------------------------------------------*/
.trusted-text p {
    color: #012460;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    font-weight: 500;
}
.trusted-text {
    padding-bottom: 15px;
}
.bg-trustedpartner{position: relative;}

.trusted-text h6 {
    font-size: 20px;
    font-weight: 700;
    color: #012460; margin-bottom: 10px;
}
.trusted-partner-video video {
    /* height: 400px; */
    border: 1px solid #ddd;
    border-radius: 10px;
}
.moretext{display: none;}
span.moreless-button {
    color: #e6ac18;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: underline; cursor: pointer;
}
.moretext2{display: none;}
span.moreless-button2 {
    color: #e6ac18;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: underline; cursor: pointer;
}

.modal-video-box video{ width: 100%; height: 300px;}
.modal-video-box .btn-close { position: absolute; top: 5px; right: 7px;}

/*--------------------------------------------------------------
# Business Advisor
--------------------------------------------------------------*/
.bg-advisor{position: relative;}
.bg-advisor::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/dream-bg.webp) no-repeat;
    z-index: -1;
    background-position: 100%;
}
.bg-advisor::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%);
    z-index: -1;
}
.advisor-txt p {
    color: #012460;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.advisor-txt p span{font-weight: 800; color: #e6ac18;}

/*--------------------------------------------------------------
# Our Results
--------------------------------------------------------------*/
.bg-result {
    position: relative;
    background: #012460;
    z-index: 0; color: #fff;
}
section.bg-result .section-title p, 
section.bg-result .section-title h2 {
    color: #fff;
}
.bg-result::before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../img/background/shape-1.png) no-repeat; z-index: -1;}

.result-box {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center; margin-top: 30px;
}
.result-box .result-dtl .result-number {
    font-size: 50px;
    font-weight: 900; color: #e6ac18; display: flex; justify-content: center;
}
.result-box .result-dtl .result-ttl {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
}

/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
.video-frame { margin-bottom: 20px; border: 1px solid #ddd; border-radius: 10px; overflow: hidden;  }
.video-frame video {width: 100%; }
.video-box .video-frame iframe { height: 100%; width: 100%; }
.video-box a{position: relative;}
.video-box a:before { content: "\e992"; position: absolute; top: 23%; left: 43%; font-family: 'boxicons'; font-size: 50px; color: red; z-index: 1; }
.video-box a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px; background: rgb(1 36 96 / 51%); font-family: 'boxicons'; }

/*--------------------------------------------------------------
# Our Teams
--------------------------------------------------------------*/
.team-card {
    text-align: center;
    position: relative; margin-bottom: 30px;
}
.team-card .team-img {
    border-radius: 10px;
}

.team-card .team-img {
    position: relative;
    overflow: hidden;
}.team-card .team-img img {
    width: 100%; height: 320px; object-fit: contain;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}.team-card .team-content {
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    max-width: 248px;
    margin: -50px auto 0 auto;
}.box-particle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    height: 100px;
    z-index: -1;
}.team-card .box-title {
    margin-bottom: 3px;
}

.team-card .box-title {
    font-size: 20px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em; 
}
.team-card .box-title a{color: #e6ac18;}
.team-card .team-desig {
    font-size: 13px; font-weight: 600;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-choose-img img {
    width: 100%;
    height: 250px;
    object-fit: cover; border-radius:10px 10px 0 0px ;
}
.why-choose-img img {
   
}
.why-choose-box { background:#fff;
    /*display: grid;
    grid-template-columns: 35% 65%;*/
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;  box-shadow:-2px 1px 8px 0px #ddd;
}
.why-info {
    padding: 10px ;
}
.why-choose-txt {
    font-size: 16px;
    line-height: 25px; color: #012460;
}
.why-choose-ttl {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #012460;
}







/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-flip-box {
    -webkit-perspective: 1000;
    background: transparent;
    margin: 0px auto;
}

    .services-flip-box:hover .flipper,
    .services-flip-box.hover .flipper {
        -webkit-transform: rotateY(180deg);
        cursor: pointer;
    }

.services-flip-box,
.flipper-front,
.flipper-back,
img {
    width: 100%;
    /* height: 400px; */
}
.flipper img {
    height: 400px;
    width: 100%;
}
.flipper {
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
/* .flipper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16%;
    background: #e6ac18;
    opacity: 0.7;
    z-index: 0;
} */
.flipper h6 {
    position: absolute;
    bottom: 14px;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    z-index: 0;
}
.flipper-front,
.flipper-back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.flipper-front {
    z-index: 2;
}

.flipper-back ul li {
    color: #000;
    font-size: 13px;
    text-align: left;
}
.flipper-back {
    -webkit-transform: rotateY(180deg);
    background: #e6ac18;
    display: flex; flex-direction:column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flipper-back p {
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 20px;
    color: #000;
}



ul.services-tab{margin-top:0px; color:#000;}
ul.services-tab li { width: 100%; border: 1px solid #ddd; border-bottom: none; }
ul.services-tab li a { color: #444;     font-size: 14px; font-weight:600; }
.nav-tabs .nav-link{border-radius:0px; color:#012460;}
ul.nav.nav-tabs.services-tab .nav-link:hover {
    color: #fff;
    background: #e6ac17;
}


.nav-tabs.services-tab .nav-link.active { position: relative; background: #e6ac17; color: #fff; }
.nav-tabs.services-tab .nav-link.active:after {
    content: '';
    position: absolute;
    top: 27%;
    border-top: 10px solid transparent;
    width: 10px;
    height: 10px;
    right: -20px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e6ac17;
}

/*--------------------------------------------------------------
# Real Estate Section
--------------------------------------------------------------*/

.realestate-info p { font-size: 14px; line-height: 27px; font-weight: 500; color: #012460; text-align: justify;}
.realestate-info p span {
    font-weight: 800;
    color: #e6ac18;
}



/*--------------------------------------------------------------
# Our Process
--------------------------------------------------------------*/
.ha-steps-icon {position: relative;
    width: 100px;
    height: 100px;
    background: #ddd;
    border-radius: 100px;
    text-align: center;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center; margin: auto;
}
.ha-steps-icon svg {
    position: relative;
    display: block;
    width: 1em;
    height: 1em; font-size:40px;
    fill: currentColor;
}
.ha-steps-icon span.ha-steps-label {
    position: absolute;
    top: 0;
    background: #B38B1A;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 65px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 27px;
    color: #fff;
    right: -20px;
}
span.ha-steps-title {
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.process-wedget {
    padding: 0 22px;
    text-align: center;
}
.our-process-box {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    /* box-shadow: 1px 5px 15px 6px #e8e3e3; */ border: 1px solid #ddd; border-radius:10px;
    position: relative;
    background: #fff;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 10px;
        border: 6px solid #fff;
        position: absolute;
        left: -45px;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #012460;
    }

    .testimonials .testimonial-item h4 {
        font-size: 13px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #f5d175;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic; color:#012460;
        margin: 15px auto 15px auto; font-size:14px;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #e6ac18;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e6ac18;
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    padding: 80px 0;
    background: #0b2341;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #063e25;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #063e25;
            border: 2px solid #063e25;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #0b2341;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #063e25;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #0b2341;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #1a5298;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link,
        .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #123a6d;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover,
            .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #063e25;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #f59f8c;
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #063e25;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #063e25;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-info { margin-bottom: 24px; }
.pricing-hedr p:nth-child(3) { width: 35%; font-weight: 600;}
.pricing-hedr p:nth-child(2) { width: 15%; text-align: center; font-weight: 600; }
.pricing-hedr p:nth-child(1) { width: 50%; font-weight: 600; }
.pricing-hedr p { margin: 0;}
.pricing-hedr { display: flex; background: #e6ac18; padding: 5px 10px; border-radius: 4px; margin-bottom: 15px; position: sticky; top: 105px;}

.pricing-table { font-family: 'Open Sans'; }
.pricing-table-services p { display: none; }
.pricing-table-services { display: flex; border-bottom: 1px solid #ddd; margin-bottom: 5px; align-items: center;}
.pricing-table-ttl { width: 50%; padding-right: 10px;}
.pricing-table-rate{width: 15%; text-align: center;}
.pricing-table-payout{width: 35%;}
.pricing-table-ttl span { font-size: 13px; word-wrap: break-word; word-break: break-word; }
.pricing-table-ttl h4 { margin: 0; font-size: 15px; font-weight: 600; color: #012460; }
.pricing-table-payout h6 span { font-weight: 500; font-size: 13px; }

.pricing-table-payout h6 { font-size: 14px; font-weight: 600; font-family: 'Open Sans'; }
.pricing-table-rate h6 { color: #012460; font-weight: 800; }

.pricing-info ul li { font-size: 14px; margin-bottom: 10px; color:#012460; }
.pricing-info p { margin: 10px; font-size: 14px; color:#012460;}

ul.pricing-tab{margin-top:30px; color:#000;}
ul.pricing-tab li { border-bottom: none; margin: 0 10px; background: #eee;}
ul.pricing-tab li a { color: #444;     font-size: 14px; font-weight:600; }
.nav-tabs .nav-link{border-radius:0px; color:#012460; border: none;}
ul.nav.nav-tabs.pricing-tab .nav-link:hover { color: #fff; background: #e6ac18; }
.nav-tabs.pricing-tab .nav-link.active { position: relative; background: #e6ac18; color: #fff; }

.pric-box{position: relative;}
.pric-box h4{font-size: 20px; font-weight: 900; color: #012460; position: relative; padding: 20px 0;}
.pric-box h4:after { content: ''; position: absolute; bottom: 10px; left: 0; width: 114px; height: 6px; background: #e6ac18; border-radius: 10px; }
.pric-box h3{font-size: 18px; font-weight: 900; color: #012460; position: relative; padding: 20px 0; line-height: 27px;}
.pric-box h3:after { content: ''; position: absolute; bottom: 10px; left: 0; width: 114px; height: 6px; background: #e6ac18; border-radius: 10px; }
.pric-box p{ font-size: 14px; line-height: 25px; color: #012460;}

.pric-submenu { padding-left: 20px; } 
.pric-submenu h5 { font-size: 16px; font-weight: 900; color: #012460; }
ul.pricing-subline li { font-size: 14px; margin-bottom: 10px; color: #012460; }
ul.pricing-subline li strong { color: #012460; display: block; }
.plan-ttl { font-size: 17px; margin: 0; padding-top: 25px; font-size: 15px; color: #012460; font-weight: 800; }
.plan-ttl span { color: #e6ac18; font-size: 19px; }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

    .team .member .member-info {
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        transition: 0.2s;
    }

    .team .member .member-info-content {
        position: absolute;
        left: 50px;
        right: 0;
        bottom: 0;
        transition: bottom 0.4s;
    }

        .team .member .member-info-content h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff;
        }

        .team .member .member-info-content span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

    .team .member .social {
        position: absolute;
        left: -50px;
        top: 0;
        bottom: 0;
        width: 50px;
        transition: left ease-in-out 0.3s;
        background: rgba(11, 35, 65, 0.5);
        text-align: center;
    }

        .team .member .social a {
            transition: color 0.3s;
            display: block;
            color: #fff;
            margin-top: 15px;
        }

            .team .member .social a:hover {
                color: #063e25;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

    .team .member:hover .member-info {
        background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
        opacity: 1;
        transition: 0.4s;
    }

    .team .member:hover .member-info-content {
        bottom: 30px;
        transition: bottom 0.4s;
    }

    .team .member:hover .social {
        left: 0;
        transition: left ease-in-out 0.3s;
    }


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.bg-faq{
    position: relative;
}
.bg-faq::before{
    content: ''; position: absolute; top:0px; left: 0px; width: 100%; height: 100%; background: url(../img/background/shape-6.png) no-repeat 100% 100%;
}

.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9f1fb;
}

    .faq .faq-item i {
        color: #669ee5;
        font-size: 20px;
        float: left;
        line-height: 0;
        padding: 13px 0 0 0;
        margin: 0;
    }

    .faq .faq-item h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 10px 28px;
        font-family: "Poppins", sans-serif;
    }

    .faq .faq-item p {
        font-size: 15px;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.bg-branch{position: relative;}
.bg-branch::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/background/shape-2.png)no-repeat center center;
    z-index: -1; opacity: 0.4;
}
.our-global-img-mobile{display: none;}
.ourbranch-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.ourbranch-dtl {
    width: 33%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    min-height: 203px; margin-bottom: 10px;
}
.ourbranch-add {
    padding: 0 9px;
}
.ourbranch-img-ttl h5 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 13px 0;
    margin: 0; color: #e6ac18;
}
.ourbranch-add p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #0b2341; margin: 0px;;
}
.ourbranch-img-ttl img {
    width: 65px;
    box-shadow: 0px 2px 13px #eee;
    border-radius: 100px;
}

.contact .info-box {
    color: #0b2341;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px; border-radius: 10px;
    background: #fff;
}
.info-box h6 { font-size: 25px; font-weight: 900; margin-bottom: 15px; color: #012460;}
.Inquiry-tx h3 { font-size: 40px; font-weight: 900; line-height: 55px; margin-bottom: 30px; color: #012460;}

.Inquiry-tx { height: 80%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
.contact .info-box i { font-size: 32px; color: #012460; border-radius: 50%; padding: 8px; float:left; margin-right:20px; border: 2px dotted #f1d793; }

.contact .info-box h3 { font-size: 20px; color: #012460; font-weight: 700; margin: 0px 0 10px 0; }
.contact .info-box p { padding: 0; line-height: 24px; font-size: 14px; margin-bottom: 0; color:#012460; }
.Inquiry-tx p { font-size: 19px; line-height: 32px; /*color:#012460;*/ color: #063e25; }
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #012460;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit] {
        background: #e6ac18;
        border: 0;
        padding: 10px 30px;
        border-radius: 4px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #012460;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-getin{background:url(../img/IBA2.jpg) no-repeat 100% 100%; padding:0px; position: relative; z-index: 0;}
.bg-getin:before {
    content: '';
    position: absolute;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.bg-getin:after {
    background: url(../img/OurGlobalPresence.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: -7% 100%;
    background-repeat: no-repeat; z-index: -1;
}
.bg-contact-home{padding:50px 20px 50px 20px; background:#fff;}
.branch-location {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.branch-box {
    border: 1px solid #ddd;
    background: rgb(230 172 24 / 80%);
    padding: 20px 10px;
    border-radius: 10px;
    width: 48%;
    min-height: 117px;
}
.branch-box p {
    margin: 0; color: #000;
}
.branch-box h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.info-box .form-group label{font-size: 13px;}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
     padding: 15px 0;
    background: #f6f9fd;
    min-height: 40px;
    /*background: url(../img/breadcrumbs-about.jpg);*/
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; height:300px; display:flex; align-items:end;
}
.breadcrumbs:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #153f91;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.breadcrumbs.contact-banner {
    background: url(../img/contactus-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumbs.forattorney{
    background: url(../img/ForAttorneys.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumbs.forentrepreneurs{
    background: url(../img/ForEntrepreneurs.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumbs.about-banner{
    background: url(../img/about-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumbs.expert-banner{
    background: url(../img/Commitment-to-Client-Success.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 992px) {
    .breadcrumbs {
        /* margin-top: 74px; */
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li  a{color:#fff;}
    .breadcrumbs ol li + li {
        padding-left: 10px; color:#fff;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #FFF;
            content: "/";
        }

/*--------------------------------------------------------------
# Services page
--------------------------------------------------------------*/
.services-video{margin-top: 55px;}
.service-page-content, .service-page-info p {
    font-size: 14px;
    line-height: 25px; color:#012460;
}
.service-page-content, .service-page-info h3 {
    font-weight: 600;
    font-size: 16px;
    color: #e6ac18;
}
.service-page-info ul li {
    font-size: 14px;
    line-height: 25px;
    color: #012460;
}
.service-ttl-page h3 {
    font-size: 25px;
    font-weight: 900; color:#012460;
}
 .service-page-info h6 {
    font-size: 18px;
    font-weight: 900; color:#012460;
}
 .service-page-info table tr td {
    font-size: 14px; color:#012460;
}
.service-page-info table tr th {
 color:#012460;
}
.service-ttl-page {
    position: relative;
    padding: 0px 0 20px 0;
    display: flex; justify-content: space-between;
    align-items: center;
}
.service-ttl-page a {
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline; color:#e6ac18;
}
 .service-ttl-page h3:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 114px;
    height: 6px;
    background: #e6ac17;
    border-radius: 10px;
}
.service-page-why{
    color: #012460;
} 
.service-page-why h6 {
    font-weight: 800;
    font-size: 18px;
}
.service-page-why ul li {
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
}
.service-page-why h5 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    margin-bottom: 15px;
}
.card-header.service-page-hdr a {
    font-weight: 600;
    color: #fff; font-size: 14px;
}
ul.dropdown-menu.drop-sample li a {
    color: #000; font-weight:500;
}
a.btn.btn-viewsample {
    font-size: 13px;
    text-decoration: underline; border:none;
}
.card-header.service-page-hdr a:active {
    outline: none;
    border: none;
    color: #fff;
}
.card-header.service-page-hdr
 {
    background: #e6ac17;
    padding: 4px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-page-body p {
    font-size: 14px;
    line-height: 25px;
}
.service-page-body h6 {
    font-size: 17px;
    font-weight: 900;
}
.service-page-body ul li {
    font-size: 14px;
    line-height: 25px;
}
.service-card{margin-bottom:4px; border:none;}





/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-card {
    margin-bottom: 10px;
}
.faq-header {
    padding: 3px 3px;
    background: #fff; border-bottom:0px; border-radius: 10px !important;
}

.faq-header a {
    font-weight: 600;
    font-size: 13px; text-align: left; display: block; padding: 7px 10px; color: #012460;
}

.faq-body {
    font-size: 14px;
    line-height: 28px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #FFF;
    padding: 0 0 30px 0;
    
    font-size: 14px;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }
    .footer-info img {
    height: 100%; width:180px;
}
        #footer .footer-top .footer-info {
       
            /*background: #05101e;*/
            /*border-top: 4px solid #063e25;*/
            text-align: center;
            padding: 0px 20px 0px 20px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0; color: #012460;
    font-weight: 600;
                
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            background: #e6ac18;
        }

            #footer .footer-top .social-links a:hover {
                color: #fff;
                background: #012460;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 900;
            color: #012460;
            position: relative;
            padding-bottom: 12px;
        }

        /*#footer .footer-top .footer-links {
            margin-bottom: 30px;
        }*/

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #012460;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 7px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                   color: #012460;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }
                #footer .footer-top .footer-links ul li a:hover{color:#e6ac18;}
                    #footer .footer-top .footer-links ul a:hover {
                        color: #012460;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #063e25;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #ef6445;
                }

    #footer .copyright {
        /* border-top: 1px solid #0f2f57; */
        text-align: center;
        padding-top: 20px; color:#012460;     display: flex;
    justify-content: space-between;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #000;
    }
    p.footer-inquiry span {
        font-weight: 700;
        color: #012460;
    }
.footer-branch-box { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 10px; text-align: center;}
.footer-branch-add{width: 25%; padding: 10px; border-right: 1px solid #ddd; margin-bottom:10px;}
.footer-branch-add p{margin-bottom: 0; font-size: 14px; color: #012460;}
.footer-branch-add:last-child{border: none;}
.footer-branch-add h5 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 13px 0;
    margin: 0;
    color: #e6ac18;
}
h5.footer-branch-ttl span img {
    width: 21px;
    margin-top: -2px;
}
h5.footer-branch-ttl span{
    display: none;
}
p.footer-inquiry {
    margin: 0;
    
    padding: 10px 0;
    text-align: center;
}
.footer-social-contact {
    border-top: 1px solid #0f2f57;
    border-bottom: 1px solid #0f2f57;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-links a {
    width: 30px;
    height: 30px;
    background: #e6ac18;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    border-radius: 4px; transition: all 0.5s ease-in-out;
}
.social-links a:hover{background:#012460;}

@media (max-width: 575px) {
    .wel-about-img {
        margin-top: 30px;
    }
    .empower-text h4 {
        padding: 0;
        font-size: 25px;
        line-height: 40px;
    }
    .bg-empower {
        padding: 30px 0;
    }
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0; text-align: left; padding-left: 0px;
    }
    #footer .footer-top{padding-top: 20px;}
    #header .logo img {
        max-height: 56px;
    }
    .testimonials .testimonial-wrap{padding-left: 0;}
    .testimonials .testimonial-item{padding: 30px;}
    .exper-why-box{padding: 0;}
    .expertise-box-left, .expertise-box-right {
        display: grid;
        grid-template-columns: 100%;
    }
    .expertise-box-right .expertise-txt, .expertise-box-left .expertise-txt{padding: 0;}
    .expertise-img img{width: 100%; height: 100%;}
    .ourbranch-dtl{width: 100%;}
    .Inquiry-tx p{font-size: 14px; line-height: 25px;}
    .Inquiry-tx h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 16px; }
}


.bg-empower {
    background: #e6ac18;
}

.empower-text h4 {
    font-size: 33px;
    text-align: center;
    font-weight: 800;
    line-height: 50px; color:#000; padding: 0px 40px;
}



.footer-section-details img {
    width: 200px;
    height: auto;
}
.footer-section-details {
    text-align: center;
}
.footer-section-details p {
    color: #000;
}
.footer-link-info ul li {
    display: inline-block;
    position: relative;
}
.footer-link-info ul {
    margin: 0;
}

.footer-link-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
ul.footer-contact li {
    text-align: left;
    font-size: 14px;
}
ul.footer-contact {
    padding: 0;
}
.contact-font {
    font-size: 14px !important;
}
a.contaact-text-services {
    font-size: 16px;
    font-weight: 600;
    color: #012460;
}
a.contaact-text-services:hover{color:#e6ac18;}
/* a.btn.btn-contact {
    background: #e6ac18;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #fff;
}
a.btn.btn-contact:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px #ddd;
} */

/* branch Loaction */
.branch-location {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.branch-location-box {
    border: 1px solid #ddd;
    background: rgb(255 255 255 / 80%);
    padding: 10px;
    border-radius: 10px;
}
.branch-location .branch-location-box {
    width: 48%;
    grid-gap: 21px;
}


/*--------------------------------------------------------------
# Case Sutdies section
--------------------------------------------------------------*/
.case-studies-info img {
    width: 100%;
    height: 100%;
}
.case-studies-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; gap: 20px;
}
.case-studies-info {
    width: 48%;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Real Estate section
--------------------------------------------------------------*/
.realestate-banner{position:relative;}
.video-opac {
    position: absolute;
    top: 0; left:0px; right:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;  color:#fff;
    text-align: center; background: rgba(0, 0, 0, .3);
}
.video-opac h3 {
    text-shadow: 1px 1px 3px #333;
    margin: 0 auto; line-height:25px;
    font-size: 45px; font-weight:900; color:#fff;
}
.video-opac p {
    max-width: 800px;
    margin: 1.5rem auto 0 auto;
    text-align: center;
}
.btn-outline{color:#fff; margin-top:3rem;}
.luxury-img img {
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}
.luxury-img {
    height: 550px;
    overflow: hidden;
}

.commercial-img{height:370px; overflow:hidden;}
.commercial-img img {
    border-radius: 10px;
}
.invest-box {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 900px;
    margin: 20px auto 20px auto;
}
.invest-box .invest-dtl {
    width: 49%;
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 25px 10px 10px 25px;
    border-left: 10px solid #12a504;
    background: #83ef76;
}
.invest-box .invest-dtl:first-child {
    background: #f4da54;
    border-left-color: #dbb700;
}
.invest-dtl h5 {font-size: 16px;
    font-family: 'Poppins';
    font-weight: 800;
    color: #012460;
    line-height: 25px;}

.invest-dtl p, p.invest-dtl-txt {
    font-size: 14px;
    font-weight: 500;
    color: #012460;
    margin: 0px;
    overflow: hidden;
}
.invest-dtl img {
    width: 50px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.visa-box-dtl p{font-size: 14px;
    font-weight: 500;
    color: #012460;
    margin: 0px;}

.visa-box-dtl h6{font-size: 16px;
    font-family: 'Poppins';
    font-weight: 800;
    color: #012460;
    line-height: 25px;}
/*Market Insights*/
.bg-market { position:relative;
background:url(../img/dubai/MarketInsights.webp); width:100%; height:100%; background-position:100%; background-size:cover;
}
.market-overly{position:absolute; top:0px; background:#fff; opacity:0.9; width:100%; height:100%; z-index:-1;}
.market-info-box{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.market-info-dtl {
    padding: 20px 50px;
}
.maket-txt p {
    font-size: 14px;
    font-weight: 500;
    color: #012460;
    margin: 0px; line-height:30px;
}
.market-info-dtl p {font-size: 14px;
    font-weight: 500;
    color: #012460;
    margin: 0px;
}
.market-info-dtl h5 {
font-size: 16px;
    font-family: 'Poppins';
    font-weight: 800;
    color: #012460;
    line-height: 25px;
}
.about-dubai-real p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    color: #012460;
    text-align: justify;
}

.why-invest-info { display: flex; flex-wrap: wrap; justify-content: space-between; gap:15px; margin: 25px 0; }
.why-invest-dtl { display: flex; gap: 10px; border: 1px solid #ddd; width: 48%; padding: 20px; border-radius: 10px; background:#fff; }
.why-invest-dtl h4 { font-size: 16px; font-family: 'Poppins'; font-weight: 800; color: #012460; }
.why-invest-box p { font-size: 13px; line-height: 25px; color: #012460; margin:0; }
.why-invest-dtl img { width: 50px; }
p.txt-onevision { font-size: 14px; line-height: 27px; margin-bottom: 25px; color: #012460; }

.luxury-resident p{font-size: 14px; line-height: 27px; margin-bottom: 25px; color: #012460;}
.luxury-develop-box {
    display: flex;
    flex-grow: 1; flex-wrap:wrap;
}
.luxury-develop-box .luxury-develop-info {
    width: 33%; position:relative; padding:10px;
}
.luxury-develop-info h4 {
    font-size: 18px;
    font-weight: 700; color:#012460;
}
.luxury-resident-img img {
    border-radius: 10px;
}
.luxury-develop-info p {
    font-size: 14px; color:#012460;
}
.luxury-develop-box .luxury-develop-info:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ddd;
    width: 1px;
    height: 75px;
}
.luxury-develop-box .luxury-develop-info:last-child:after {
background:#fff;
}

.business-properties li span{font-weight:900;}
.business-properties li{ font-size: 14px;
    font-weight: 500;
    color: #012460; line-height:40px;}
p.f-txt-body {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #012460;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.leading-project img {
    width: 70px;
    margin-bottom: 20px;
}
.laeding-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; text-align:center;
}
.laeding-box .leading-project {
    width: 32.33%;
    padding: 28px 20px;
    background: #eee;
    border-radius: 10px;
}
.laeding-box .leading-project h5{font-size: 16px;
    font-family: 'Poppins';
    font-weight: 800;
    color: #012460;
    line-height: 25px;}
.laeding-box .leading-project p{
font-size: 14px;
    font-weight: 500;  color:#012460; margin:0px;
}


  .sub-title{
  font-size:16px;
  font-weight:600;
  color:#6a6a6a;
  margin-bottom:20px;
  }
  .description{
  font-size:15px;
  line-height:1.6;
  margin-bottom:40px;
  }

/*One vision*/

.advantage-box {
    text-align: center;
}
.advantage-box h4 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 800;
    color: #012460;
    line-height: 25px;
}

.advantage-box p {
    font-size: 14px;
    line-height: 27px; color: #012460;
    text-align: center; margin-bottom:0px;
}
.advantage-box { padding: 20px; margin-bottom:15px; }
.process-style1 {
    position: relative;
}.process-style1:before {
    background: #e8e8e8;
    content: "";
    height: 1px;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 36px;
    width: 100%;
}.process-style1 .process-number-wrap {
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
}
 .process-style1 .process-number {
    display: inline-block;
    transform: translateY(10%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #e6ac18;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
}
 .process-style1 .process-number:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 30px;
    border-radius: 50%;
    border: 1px solid #e6ac18;
    height: 75px;
    width: 75px;
    animation: pulse-border 1500ms 
ease-out infinite;
}
 .process-style1 .process-number:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 30px;
    border-radius: 50%;
    border: 1px solid #e6ac18;
    height: 60px;
    width: 60px;
    animation: pulse-border 1500ms 
ease-out infinite;
}
 .box-shadows {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}.process-style1.last::before {
  content: none;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
  .process-style1:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
.process-style1 .process-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .process-style1 .process-number:before {
    top: 25px;
    left: 25px;
    width: 65px;
    height: 65px;
  }
  .process-style1 .process-number:after {
    top: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
  }

}


.timeline-container {width:90%; max-width:1100px; margin:40px auto; }
.timeline-wrapper{ display:grid; grid-template-columns:1fr 120px 1fr; position:relative; }
.vertical-line{ position:absolute; top:0; left:50%; transform:translateX(-50%); width:3px; height:100%; background:#e6ac18; z-index:1; }
.step-row{ display:contents; }
.left-box{ text-align: end; }
.left-box, .right-box{ padding:0px 10px 15px 10px; }
.step-title{ font-size:18px; font-weight:700; margin-bottom:10px; color:#012460; }
.step-text { font-size: 14px; line-height: 27px; color: #444; }
.circle-holder{ display:flex; justify-content:center;position:relative; z-index:2; }
.circle{ width:40px; height:40px; background:#e6ac18; color:#fff; border-radius:50%; display:flex; justify-content:center; align-items:center; font-weight:700; font-size:18px; }
.note-box{ background:#ffe9b1; padding:18px 20px; border-radius:6px; margin-top:40px; font-size:15px; display:flex; align-items:center; gap:10px; }
.note-icon{ width:12px; height:12px; border-radius:3px; border:2px solid #ca6b2c; }
p.txt-invest-process
 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 25px;
    color: rgb(1, 36, 96);
}
  /* =========================================== */
  /* RESPONSIVE MODE (phones & tablets)          */
  /* =========================================== */
  @media (max-width: 768px){
.timeline-wrapper{ grid-template-columns:1fr;}
.vertical-line{ left:20px; transform:none; }
.circle-holder{ justify-content:flex-start; padding-left:0; }
.circle{ margin-left:0; }
.left-box, .right-box{ padding-left:60px;}
.step-row{ display:block; margin-bottom:30px; }
  }
.dubai-start-box { text-align: center; padding: 20px 30px; }
.grow-dubai { margin-bottom: 30px; }
.grow-dubai label i { display: block; margin-bottom: 15px; }
.dubai-start-box h3 { font-size: 32px; font-weight: 700; text-transform: uppercase; font-family: "Poppins", sans-serif; color: #fff; }
.dubai-start-box p { margin-bottom: 25px; }
.grow-dubai label strong { color: #fff; }
.bg-dubai-start {
    background: url(../img/dubai/startdubai.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1; color:#fff; padding:120px 0;
}
.bg-dubai-start:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #998a65;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}

.service-sub-heading p { margin-bottom:0px; font-size: 14px; text-align: justify; line-height: 25px; }
.for-services-banner p {
    color: #fff;
}

.service-sub-heading-img img {border-radius:10px;
    height: 250px;
    width: 100%;
}
@media (min-width:1920px){
    .service-sub-heading-img img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
}