body {
    overflow-x: hidden;
}

ul.main-menu li {

    position: relative;
}

ul.main-menu li ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 210px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    background-color: #323232;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

ul.main-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

ul.main-menu li a {
    position: relative;
}

/* ul.main-menu li a.submenu:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
} */
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

h3.house_item {
    font-size: 48px !important;
    font-style: italic;
}

p.mission {
    font-size: 21px !important;
    font-style: italic;
    padding: 24px 47px;
    width: 81%;
    margin: auto;
}

.counter-box ul {
    padding-left: 10px;
}

.counter-box ul li {
    margin-bottom: 5px;
}

.about-style-content .counter-box:hover.counter-box ul li {
    color: #fff;
    transition-delay: 2s;
    transition: 2s;
}

.dark-version input:checked+.slider {
    background-color: #1a093d !important;
}

.dark-version .slider {
    background: #7186d8 !important;

}

.main-default-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #1a093d;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    transition: .5s all ease;
    margin-left: 30%;
}

.main-default-btn:hover {
    border: 1px solid #fff;
}

ul.services {
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.services li .offer-style-card.with-black-color {
    margin-bottom: 0;
}

ul.services li {
    margin-bottom: 0;
    width: 25%;
}

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

.offer_image img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.offer-content.spectliaction {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 35px;
    height: 100%;
    align-content: end;
}

.offer-content.spectliaction a h3 {
    font-size: 36px;
}

.main-optional-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #0d1820;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    transition: .5s all ease;
    border-radius: 10px;
}

a.navbar-brand img {
    width: 145px;
    border-radius: 7px;
    /* background: #ffffff; */
}

.pos {
    position: relative;
}

/*------ about----- */
.braeamcode {
    padding: 210px 10px 150px;
    background-image: url('../img/img/bremcode.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.expect_item h1 {
    color: #fff;
    font-size: 51px;
    font-weight: 700;
}

.expect_item p {
    color: ffdff;
    /* font-size: 28px; */
}

.one-service-area nav .nav-tabs {
    justify-content: center;
}



h2.lets_togather {
    font-size: 41px !important;
    font-weight: 900 !important;
    text-align: left;
}

a.more_btn {
    background-color: #1a093d;
    padding: 11px 32px;
    border-radius: 7px;
    color: #fff;
}

.left_s {
    padding: 4% 0 6% 5%;
    border-left: 3px solid #1a093d;
}

/* .navbar-light {
    padding-left: 55px;
    padding-right: 55px;
    background-color: #ffffff00;
    box-shadow: 0 5px 50px rgba(13, 24, 32, .05);
} */
.text__white {
    color: #fff !important;
}

.w100 {
    width: 100%;
}

.expect__item h1 {
    color: #fff;
}

.ass_ets p {
    color: #fff;
}

.about_style_content h4 {
    font-weight: bold;
    font-size: 22px;
}

.m_heading {
    font-weight: 700;
}

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

.contac_d .text_d {
    width: 70%;
}

.contac_d .contact_btn {
    width: 30%;
    text-align: right;
}

.contact_btn a {
    background-color: #1a093d;
    padding: 13px 37px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 62px;
    box-shadow: 1px 0px 6px 2px #c6c6c6;
}

.text_d h3 {
    font-size: 22px;
    font-weight: bold;
}

section.py-5.page_contatc {
    background-color: #b8c3da;
}

/* ==========gallery============ */


/* --------------loght-box------------- */
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 41px 30px 40px 30px;
        background-color: #eeeff663;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    border: 4px solid #05010b33;
}

.img-wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}


.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}


#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}



#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}



/* --------------loght-box------------- */
ul li {
    list-style: none;
}

ul.cond_ces {
    display: flex;
}

ul.cond_ces li {
    width: 20%;
    text-align: center;
}

ul.cond_ces li {
    width: 20%;
    text-align: center;
}

ul.cond_ces li .offer-style-card.with-black-color .offer-content.spectliaction a h3 {
    font-size: 17px;
}

.offer__image img.w100 {
    width: 100%;
    height: 200px;
}

.advisor_img img.w100 {
    width: 100%;
    height: 250px;
}

.advisor_img h2.pb-4.m_heading.text-center {
    font-size: 18px;
}

.advisor_content p.pb-5 {
    padding-top: 5%;
}

.btn_info {
    margin-top: 43px;
    display: flex;
    justify-content: space-around;
}

.icon i {
    display: inline-block;
    width: 80px;
    height: 75px;
    line-height: 75px;
    border-radius: 10px;
    background: #e3e7f5;
    color: #1a0842;
    font-size: 45px;
    text-align: center;
    transition: .5s all ease;
}

.buying-home-content .buying-inner-box {
    margin-top: 30px;
    position: relative;
    padding-left: 100px;
}

.buying-inner-box {
    display: flex;
    gap: 10px;

}

.widget_text {
    /* background-color: #1a0a3c; */
}

.widget_text img {
    width: 100%;
    padding: 33px 33px 3px 33px;
}

.team_crad {
    margin-bottom: 25px;
}

.c_text {
    text-transform: capitalize;
}

.expect_item p.pro {
    font-size: 16px;
    color: #6a6a6a;
}

.expect_item p.det {
    font-size: 14px;
    padding-bottom: 12px;
    height: 37px;
}

.expect_item p.name {
    line-height: 35px;
    padding-top: 13px;
    color: #1a093d;
}

.newsletter_form {
    /* max-width: 550px; */
    /* margin: 0 auto; */
    position: relative;
}

.newsletter_form .form-control {
    height: 55px;
    border: 0;
    border-radius: 0;
    padding-left: 25px;
    font-size: 14px;
    border-radius: 4px;
}

.newsletter_form .subscribe-btn {
    color: #fff;
    position: relative;
    background-color: #0d1820;
    z-index: 1;
    padding: 18px 20px 16px;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    opacity: 1;
    text-transform: uppercase;
    transition: .5s all ease;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

/*---------------------------*/


.sidebar-contact {
    position: fixed;
    top: 60%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #1a093d;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: #1a093d;
    color: #fff;
    top: 55px;
    left: -95px;
    transform: rotate(90deg);
    padding: 10px 12px;
    line-height: 16px;
    width: 150px;
    height: 39px;
}

.toggle:before {
    content: 'Enquiry Now';

    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: 'Closed';
}

@media (max-width: 768px) {
    .toggle.active {
        transform: rotate(0deg);
        left: 0;
        top: -42px;
    }
}


/*-------------------------*/




@media only screen and (max-width: 768px) {
    #nextButton {
        font-size: 3em;
    }

    #prevButton {
        font-size: 3em;
    }

    #exitButton {
        font-size: 3em;
    }

    ul.services {
        display: block !important;
    }

    ul.services li {
        width: 100% !important;
    }

    .offer-content.spectliaction a h3 {
        font-size: 28px;
    }

    .offer-content.spectliaction a h3 {
        font-size: 28px;
    }

    .offer_image img {
        height: 350px;
    }

    .demo-modal-panel {
        display: none;
    }

    h3.house_item {
        font-size: 28px !important;
    }

    p.mission {
        width: 100% !important;
        font-size: 18px !important;
    }

}



.table .table table {}

.table table th {
    background: #1a093d;
    width: auto;
    color: aliceblue;
    padding: 5px;
    border: 3px solid #ffffff;
}

.table table td {
    width: auto;
    padding-left: 50px;
    padding: 5px 30px;
    background: #74839875;
    border: 3px solid #ffffff;
    color: #1a093d;
    font-weight: 600;
    font-size: 14px;
}