/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url("https://use.typekit.net/bhw2ebf.css");
@import url("https://use.typekit.net/bhw2ebf.css");
@import url("https://use.typekit.net/bhw2ebf.css");

/* font-family: "park-lane",serif; */
/* font-family: "condor",sans-serif; */

@font-face {
    font-family: "segoe-italic";
    src: url("../fonts/Segoe-UI-Italic.woff")
}

@font-face {
    font-family: "segoe-regular";
    src: url("../fonts/Segoe-UI.woff")
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
}

body a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Helvetica, sans-serif !important;
}

form label.error {
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}


/* sticky form code */
.stickyForm {
    position: fixed;
    top: 270px;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px 0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
    font-family: Helvetica, sans-serif;
}

.stickyForm.active {
    right: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stickyForm .btn {
    background: #f58843;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -93px;
    color: #fff !important;
    height: 40px;
    border-radius: 7px 7px 0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}

body .stickyForm * {
    color: #fff;
}

body .stickyForm label {
    width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    border: 1px solid #D2CFBE;
    border-radius: 50px;
    padding: 25px;
    outline: none;
    color: black;
    font-family: "segoe-regular", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}

.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}

body .stickyForm ._checkbox {
    margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
    text-align: left;
    margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
    width: 50% !important;
    float: left;
    padding-right: 5px;
}

body .stickyForm ._checkbox span {
    padding-left: 4px;
    font-size: 13px;
    float: left;
}

.stickyForm,
.stickyForm.active .btn {
    /* background: rgba(35, 35, 35, 0.77); */
    background-color: #f58843;
    color: white !important;
    font-family: "segoe-regular", sans-serif;

}

.stickyForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm :-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}

body .stickyForm select {
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}

body .stickyForm .btn-group {
    margin-top: 20px;
}

body .stickyForm .error {
    margin-bottom: 0 !important;
}

body .stickyForm label.error {
    padding: 7px 0;
}

body .stickyForm [type="submit"] {
    background: transparent !important;
    color: black;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 8px;
    border-radius: 50px;
}

body .stickyForm [type="submit"]:hover {
    background: black !important;
    color: white;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

body .stickyForm input::placeholder {
    color: black;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* end of sticky form code */

/* New code Goes here */

/* Section-1 header Section */
.top_header_menu {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    padding-top: 40px;
}

.menu_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 20%;
}

.header_menu_items {
    width: 60%;
    display: flex;
    gap: 45px;
    align-items: center;
}

.header_menu_items a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.contact_us_btn {
    padding: 8px 30px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid black;
    border-radius: 25px;
    color: black;
    transition: all 0.6s ease;
    cursor: pointer;
}


.contact_us_btn a {
    color: black !important;
}

.contact_us_btn:hover {
    color: white !important;
    background-color: black !important;
    transition: all 0.6s ease !important;
}

.contact_us_btn:hover a {
    color: white !important;
}

.counter_container {
    background-color: #f1f2f3;
    padding: 35px 0;
}
.custom-check-box {
    display: flex;
    align-items: baseline;
    gap: 11px;
}
.custom-check-box input {
    width: auto!important;
}
.custom-footer-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.condtions a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.condtions {
    display: flex;
    gap: 19px;
}
.counter_wrapper {
    display: flex;
    width: 100%;
}

.counter_values {
    width: auto;
}

.counter_values h2 {
    font-size: 50px;
    font-weight: 600;
    color: #f58843;
}

.counter_values p {
    font-size: 22px;
    color: #f58843;
    margin: 0;
}

.counter_values span {
    font-size: 50px;
    color: #f58843;
}

/* Section-1 header Section */

/* Section-2 Vision - Mission  Section*/

section#future_of_elegance {
    padding-top: 50px;
}

.header_text {
    text-align: center;
    font-size: 18px;
    color: black;
    padding-bottom: 30px;
}

.card_container {
    display: flex;
    width: 100%;
}

.vision_container h2,
.mission_container h2 {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    z-index: 22;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f58843;
}

.vision_container {
    position: relative;
    width: 50%;
    color: transparent;
    background-color: white;
    text-align: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission_container {
    position: relative;
    width: 50%;
    color: transparent;
    background-color: white;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision_container:hover {
    background-image: url(../images/vision_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    background-position: center;
    transition: all ease 0.6s 10s;

}

.mission_container:hover {
    background-image: url(../images/mission_img.png);
    background-size: cover;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.6s 10s;
}

.mission_container:hover h2,
.vision_container:hover h2 {
    color: white;
    transition: all ease 0.6s;
    -webkit-text-stroke-color: white;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* Initially transparent */
    transition: background-color 0.3s ease;
    z-index: 1;
    /* Smooth transition */
}

.vision_container:hover .image-overlay,
.mission_container:hover .image-overlay {
    background-color: rgb(0 0 0 / 21%);
    /* Black overlay on hover */
}

.vision_text,
.mission_text {
    position: absolute;
    bottom: 0px;
    color: black;
    opacity: 0;
    width: 60%;
    z-index: 22;
}

.vision_container:hover .vision_text {
    bottom: 90px;
    opacity: 1;
    color: white;
    transition: all ease-in-out 0.6s;
}

.mission_container:hover .mission_text {
    bottom: 50px;
    opacity: 1;
    color: white;
    transition: all ease-in-out 0.6s;
}

/* Section-2 Vision - Mission  Section*/
/* Section-3 Why choose section */
section#why_choose_section {
    padding: 50px 0;
}

.why_choose_header {
    text-align: center;
    margin: 30px 0;
}

.text_1 p {
    color: #f58843;
    margin-bottom: 10px;
}

.text_2 h3 {}

#reliable_developers_slider button.owl-prev {
    position: absolute;
    top: 40%;
    left: -80px;
}

#reliable_developers_slider button.owl-next {
    position: absolute;
    top: 40%;
    right: -80px;
}

.card_content h3 {
    color: #f58843;
    font-size: 18px;
    font-weight: 400;
}

.card_content {
    position: absolute;
    background: white;
    bottom: -200px;
    height: 240px;
    padding: 15px 30px;
    margin: 0 20px;
}

.why_choose_card:hover .card_content {
    transition: all ease 0.6s;
    bottom: 10px;
}

.card_text p {
    font-size: 14px;
}

/* Section-3 Why choose section */

/* Section-4 Reliaable Developers content */
section#reliaable_dev_description {
    padding-top: 50px;
    position: sticky;
    top: 0;
    z-index: 1;
}


.reliaable_dev_wrapper {
    background: url(../images/desc_bg_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 100px;
    text-align: center;
    background-position: center;
    position: relative;
}

.reliaable_dev_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 21%);
}

.know_more_btn img {
    background: #f58843;
    padding: 10px;
    border-radius: 25px;
    margin-left: 15px;
}

.section_header p {
    margin-bottom: 10px;
}

.section_header h3 {
    margin-bottom: 10px;
}

.section_header,
.reliaable_dev_content {
    color: white;
    position: relative;
}

.reliaable_dev_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 55%);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.know_more_btn {
    position: relative;
    margin-top: 40px;
}

.know_more_btn a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 15px 35px;
    border-radius: 25px;
}

.know_more_btn a {
    text-decoration: none;
    color: white;
}

.know_more_btn a:hover {
    transition: all ease 0.6s;
    background: white;
    color: black;
}

.content_text {
    width: 50%;
    margin: auto;
}

/* Section-4 Reliaable Developers content */

/* Section-5 Leadership content */
section#leadership_team_section {
    padding-top: 50px;
    background: white;
    position: relative;
    z-index: 2;

}

.leadership_content p {
    color: #4E4E4E;
    font-size: 16px;
    font-family: "segoe-italic", sans-serif !important;

}

#leadership_team_section .content_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 60px;
}

.leadership_content {
    width: 40%;
}

.leadership_image img {
    width: 480px;
    position: relative;
    top: 50px;
}

.leadership_image {
    max-width: 45%;
}

.leadership_header {
    text-align: center;
    margin-bottom: 25px;
}

.leader_name span {
    font-size: 16px;
    color: #f58843;
    font-family: "condor", sans-serif !important;
    font-style: normal;
    margin-left: 15px;
}

h2.main_heading {
    color: #f58843;
}

.leader_name {
    margin-bottom: 20px;
}

h3.sub_heading {
    color: #4E4E4E;
    font-size: 20px;
}

section#contact_us {
    background: #f1f2f3;
}

section#contact_us {
    position: relative;
    z-index: 1;
}

.contact_us_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px 50px 0;
}

.google_maps {
    width: 50%;
    position: relative;
    overflow: hidden !important;
}

.form_wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
    background: white;
    height: 456px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.form_wrapper form input {
    width: 400px;
    margin-bottom: 20px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid grey;
    outline: none;
    padding-left: 15px;
}

.form_submit_btn img {
    background: #f58843;
    padding: 10px;
    border-radius: 25px;
    margin-left: 30px;
}

.form_submit_btn {
    text-align: center;
}

.form_submit_btn button {
    background: white;
    border-radius: 25px;
    padding: 5px 30px;
    border: 1px solid #f58843;
    color: #f58843;
}

.form_submit_btn button:hover {
    color: white;
    background-color: #f58843;
    transition: all ease 0.6s;
}

.form_header h2 {
    margin-bottom: 20px;
}

.google_maps:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.view_maps_btn {
    position: absolute;
    z-index: 1;
    width: 650px;
    text-align: center;
    bottom: -45px;
    opacity: 0;
    visibility: hidden;
}

.view_maps_btn a {
    background: transparent;
    border-radius: 25px;
    padding: 15px 30px;
    border: 1px solid #f58843;
    color: #f58843 !important;
    text-decoration: none;
}

.view_maps_btn a:hover {
    color: white !important;
    background-color: #f58843;
    transition: all ease 0.6s;
}


.view_maps_btn img {
    background: #f58843;
    padding: 10px;
    border-radius: 25px;
    margin-left: 30px;
}

.google_maps:hover .view_maps_btn {
    bottom: 45%;
    opacity: 1;
    visibility: visible;
    transition: all ease 1s;
}

.google_maps:hover iframe.iframe_map {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all ease 1s;
    overflow: hidden !important;
}

/* Section-5 Leadership content */

/* Section-7 testimonials Content */
section#testimonials_section {
    position: relative;
    z-index: 2;
    background: white;
    padding: 50px 0;

}

.testimonials_card_wrapper {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    margin: 15px;
    gap: 20px;
    position: relative;
}

.testimonials_content_1 {
    display: flex;
    align-items: center;
    gap: 30px;
}

#testimonials_card_slider button.owl-prev {
    position: absolute;
    top: 40%;
    left: -80px;
}

#testimonials_card_slider button.owl-next {
    position: absolute;
    top: 40%;
    right: -80px;
}

.testimonials_header {
    text-align: center;
    margin-bottom: 35px;
}

.header_text_1 {
    color: #f58843;
    font-size: 16px;
    margin-bottom: 15px;
}

.header_text_2 {
    color: black;
    font-size: 28px;
    margin-bottom: 15px;
}

.header_text_3 {
    color: #4E4E4E;
    font-size: 20px;
    margin-bottom: 15px;
}

/* .testimonials_card_wrapper::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 60px;
    height: 61px;
    background: url(../images/qt-icon.png);
    background-repeat: no-repeat;
    top: 15px;
} */

p.Project_name {
    margin-bottom: 0;
}

p.customer_name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
}

/* Section-7 testimonials Content */
/* Section-8 Footer content style */
footer#bottom_footer {
    padding: 50px 0 25px 0;
    background: url(../images/footer_bg_img.png);
    z-index: 2;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;

}

footer#bottom_footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_content_left_wrapper {
    color: white;
}

.subscribe_form input {
    width: 65%;
    height: 54px;
    padding-left: 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.subscribe_form input::placeholder {
    color: white;
}

.form_label p {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.subscribe_form button {
    background: #f58843;
    color: white;
    outline: none;
    border: none;
    width: 25%;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    left: -15px;
}

.disclaimer_content p {
    color: white;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    font-family: "segoe-italic", sans-serif !important;
}

.footer_call_number_email p {
    display: inline-block;
}

.footer_email {
    margin-left: 15px;
}

.footer_call_number_email a {
    color: white;
    text-decoration: none;
}

.footer_call_number_email a:hover {
    color: white;
}

div#hamburgur_menu {
    display: none;
}

.top_nav_links_menu {
    display: none;
}

/* Section-8 Footer content style */

.new_values {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owl-dots {
    display: none;
}

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
    background: #fff;
    color: black;
    padding: 15px 0px;
    z-index: 999;
}

.top_header_menu.fixed-header .header_menu_items a {
    color: black;
}

.colored_logo {
    display: none;
}

.colored_logo.active {
    display: block;
    width: 150px;
}

.top_header_menu.fixed-header .white_logo {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.top_header_menu.fixed-header .contact_us_btn a {
    color: white;
}

.col-xxl-3.custom_align_class {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_address p {
    font-size: 18px;
}

.footer_call_number_email p {
    font-size: 18px;
}

/* New code Goes here */

/* About Us Page Styles */
section#counter_section.about_us_counter {
    padding: 50px 0;
    background: #D2CFBE;
    position: relative;
}

section#company_overview {
    padding: 50px 0;
    position: relative;
    background-color: white;
}

.company_overview_content p {
    color: #4E4E4E;
    font-size: 16px;
    font-family: "segoe-italic", sans-serif !important;

}

.company_overview_header h2 {
    color: black;
    font-family: "condor", sans-serif !important;
    font-size: 35px;
}

.counter_container.about_us_bg {
    background: #D2CFBE;
}

.col-xxl-3.custom_align_class.about_us_border {
    border-right: 1px solid #BFBFBF;
}

.col-xxl-3.custom_align_class.about_us_border:nth-child(4) {
    border: none
}

.about_us_leadership {
    background-color: #F1F2F3 !important;
    padding-bottom: 70px;
}

.about_us_leadership .leadership_image img {
    top: 0px;
}

.about_us_leadership h2.main_heading {
    color: black;
    margin-bottom: 45px;
    font-family: "condor", sans-serif !important;
    font-size: 45px;
}

/* Vertical timeline styles */
.title {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.timeline .timeline-container {
    position: relative;
    width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
    position: relative;
    width: 100%;
    /* text-align: center; */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    /* background: linear-gradient(#4f84c4, #00539c); */
    background: linear-gradient(90deg, rgba(255, 167, 112, 1) 0%, rgba(255, 133, 57, 1) 100%);
    ;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;

}

.timeline .timeline-year {
    margin: 30px 0;
}

.timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    /* background: #4f84c4; */
    background: #636363F5;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
    text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
    text-align: left;
}

.timeline .timeline-date {
    font-size: 18px;
    margin: 41px 0 0 0;
    position: relative;
    padding: 0 10px 0 10px;
    color: #636363F5;
}

.timeline .timeline-date::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    /* background: linear-gradient(#4f84c4, #00539c); */
    background: linear-gradient(90deg, rgba(255, 167, 112, 1) 0%, rgba(255, 133, 57, 1) 100%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
    left: -20px;
}

.timeline .row.timeline-right .timeline-date::after {
    right: -19px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    /* border: 1px solid #dddddd; */
    border-radius: 6px;
    background: #ffffff;
    position: relative;
    top: 5px;
}

.timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

/* .timeline .timeline-box::after,
.timeline .timeline-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
} */

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
    left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
    right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
    left: 50%;
    margin-left: -10px;
}

.timeline .timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.timeline .timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

.timeline .timeline-icon i {
    font-size: 25px;
    color: #4f84c4;
}

.timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

.timeline .timeline-launch .timeline-text {
    width: 100%;
}

.timeline .timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "condor", sans-serif !important;
    font-size: 25px;
}

.timeline-date span {
    font-size: 25px;
    color: black;
}

.timeline-text {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

p.final_date {
    font-size: 18px !important;
    margin: 0px 0 0 0;
    position: relative;
    padding: 0 10px 0 10px;
    color: #636363F5;
}

p.final_date span {
    font-size: 25px;
    color: black;
}


/* Vertical timeline styles */
section#vertical_timeline {
    padding: 50px 0;
    background: white;
    position: relative;
}

.vertical_timeline_header h2 {
    color: black;
    text-align: center;
    font-size: 45px;
    font-family: "condor", sans-serif !important;
}

.timeline-right p.timeline_main_text {
    text-align: end;
    font-size: 25px;
    margin: 10px 10px;
    font-family: "condor", sans-serif !important;
}

.timeline-left p.timeline_main_text {
    text-align: start;
    font-size: 25px;
    margin: 10px 10px;
    font-family: "condor", sans-serif !important;
}

.timeline-right p.timeline_sub_text {
    text-align: end;
    font-size: 16px;
    margin: 10px 10px;
    font-family: "segoe-italic", sans-serif !important;
}

.timeline-left p.timeline_sub_text {
    text-align: start;
    font-size: 16px;
    margin: 10px 10px;
    font-family: "segoe-italic", sans-serif !important;
}

.timeline-text p.timeline_sub_text {
    font-size: 16px;
    font-family: "segoe-italic", sans-serif !important;
}

.leader_name h2 {
    font-family: "condor", sans-serif !important;
    font-style: italic;
}

.timeline .timeline-box img,
.timeline .timeline-launch img {
    display: none;
}

.banner_title h2 {
    bottom: 80px;
    position: absolute;
    z-index: 3;
    color: white;
    width: 100%;
    text-align: center;
    font-family: "condor", sans-serif !important;
    font-size: 50px;
}

/* About Us Page Styles */
/* Single Project page Styles */
section#project_info {
    background-color: #f3f3f3;
}

.row.project_info_wrapper {
    text-align: center;
}

.project_info_wrapper {
    padding: 45px 0;
}

.project_overview_container {
    padding: 50px 0 20px 0;
}

#project_info .project_info_container .project_info_value {
    font-family: "segoe-italic", sans-serif !important;
    font-size: 20px;
}


#project_info .project_info_container .project_info_text {
    font-family: "condor", sans-serif !important;
    font-size: 25px;
}

.row.project_overview_container .project_overview_header h2 {
    font-family: "condor", sans-serif !important;
    font-size: 35px;
}

.row.project_overview_container .project_overview_content p {
    font-family: "segoe-italic", sans-serif !important;
    font-size: 16px;
}

.location_highlights_header h2 {
    text-align: center;
    margin: 15px 0 45px 0;
    font-family: "condor", sans-serif !important;
}

.google_map_location {
    height: 100%;
    padding-bottom: 35px;
}

#custom_highlights_accordion button {
    font-family: "condor", sans-serif !important;
    font-size: 20px;
}

#custom_highlights_accordion li {
    font-family: "segoe-regular", sans-serif !important;
    font-size: 18px;
    list-style: none;
    margin-bottom: 10px;
}

#custom_highlights_accordion .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

#gallery_image_slider .owl-item img {
    transform: scale(0.8);
    transition: 0.6s;
}

#gallery_image_slider .owl-item.center img {
    position: relative;
    z-index: 9;
    transform: scale(1);
    padding-bottom: 25px;
}

#gallery_image_slider .owl-nav {}

#gallery_image_slider .owl-prev {
    position: absolute;
    left: 5%;
    top: 40%;
}

#gallery_image_slider .owl-next img,
#gallery_image_slider .owl-prev img {
    width: 50px;
}

#gallery_image_slider .owl-next {
    right: 5%;
    position: absolute;
    top: 40%;
}

.project_gallery_header h2 {
    font-size: 45px;
    text-align: center;
    font-family: "condor", sans-serif !important;
    margin: 15px 0 45px 0;
}

#amenities_image_slider .owl-dots {
    display: flex;
}

#amenities_image_slider .owl-dot {
    display: flex;
    width: 100%;
    height: 3px;
    background: #b2b2b2;
    margin-top: 25px;

}

#amenities_image_slider .owl-dot.active {
    background: black;
}

.project_amenities h2 {
    font-size: 45px;
    text-align: center;
    font-family: "condor", sans-serif !important;
    margin: 15px 0 45px 0;
}

section#project_gallery {
    padding: 65px 0;
}

section#project_amenities {
    padding: 0 0 65px 0;
}



section#project_location_highlights {
    padding: 65px 0 25px 0;
}

/* #single_project_page_banner{
    position: relative;
    top: 95px;
} */


/* Single Project page Styles */
/* News page styles */
.news_card_wrapper {
    display: flex;
    gap: 35px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-items: center;
    min-height: 185px;

}

.news_card_image img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.news_title p {
    font-family: "condor", sans-serif !important;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.news_title a {
    text-decoration: none;
    color: black;
}

.publish_date p {
    font-family: "segoe-regular", sans-serif !important;
}

.publish_article_name a {
    font-family: "segoe-regular", sans-serif !important;
}

.publish_date i,
.publish_article_name i {
    margin-right: 10px;
}

.news_header_tabs_wrapper .nav-pills .nav-link.active,
.news_header_tabs_wrapper .nav-pills .show>.nav-link {
    color: black !important;
    background-color: transparent !important;
    border-bottom: 1px solid black;
    border-radius: unset;
    font-family: "condor", sans-serif !important;
    font-size: 26px;
}

.news_header_tabs_wrapper {
    background: #d5d4d4;
    padding: 20px 0;
    margin-bottom: 25px;
}

.news_header_tabs_wrapper ul {
    justify-content: center !important;
    display: flex;
}

/* News page styles */
/* 404 Page styles */
.error_image {
    max-width: 100%;
    text-align: center;
}

.error_image img {
    width: 600px;
    margin-top: 100px;
}

.error_text p {
    text-align: center;
    font-size: 50px;
    font-family: "condor", sans-serif !important;

}

.error_text {
    padding: 25px 0;

}

.back_to_home_btn {
    text-align: center;
    padding: 0px 0 50px 0;
}

.back_to_home_btn a {
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.6s ease;
    font-family: "segoe-regular", sans-serif !important;

}

.back_to_home_btn a:hover {
    color: white;
    background-color: black;
    transition: all 0.6s ease;
}
.terms-content{
    padding:40px 0;
    
}
.terms-content li {
    margin-bottom: 20px;
    color: #4E4E4E;
    font-size: 18px;
    font-family: "segoe-italic", sans-serif !important;
}
.terms-content p {
    color: #4E4E4E;
    font-size: 18px;
    font-family: "segoe-italic", sans-serif !important;
}
.terms-content h6 {
    color: black;
    font-family: "condor", sans-serif !important;
    font-size: 25px;
    margin: 30px 0 20px;
    /* letter-spacing: 2.25px; */
}
@media only screen and (max-width: 1600px) {
    .header_menu_items {
        width: 70%;
        justify-content: end;
    }

    .counter_values span {
        font-size: 40px;
        color: #f58843;
    }

    #reliable_developers_slider button.owl-next img,
    #reliable_developers_slider button.owl-prev img {
        width: 40px;
    }

    #testimonials_card_slider button.owl-next img,
    #testimonials_card_slider button.owl-prev img {
        width: 40px;
    }

    #reliable_developers_slider button.owl-prev {
        position: absolute;
        top: 40%;
        left: -60px;
    }

    #reliable_developers_slider button.owl-next {
        position: absolute;
        top: 40%;
        right: -60px;
    }

    #testimonials_card_slider button.owl-prev {
        position: absolute;
        top: 40%;
        left: -60px;
    }

    #testimonials_card_slider button.owl-next {
        position: absolute;
        top: 40%;
        right: -60px;
    }

    .vision_container:hover .vision_text,
    .mission_container:hover .mission_text {
        bottom: 65px;
        opacity: 1;
        color: white;
        transition: all ease-in-out 0.6s;
        left: 0;
        right: 0;
        margin: auto;
    }


    body.page {
        overflow-x: hidden !important;
    }

}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
    .news_card_wrapper {
        display: block;
        min-height: 490px;
        margin-bottom: 20px;
    }

    .news_card_image img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
        height: auto;
    }

    .news_title p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 996px) {
    #leadership_team_section .content_wrapper {
        flex-direction: column-reverse;
    }

    .leadership_image {
        max-width: none;
    }

    .leadership_content {
        width: 100%;
    }

    .news_card_wrapper {
        min-height: 430px;
    }
}

@media only screen and (max-width: 768px) {
    .top_nav_links_menu {
        display: block;
        /* background: white; */
        padding: 2px 8px;
    }

    div#hamburgur_menu {
        display: block;
        z-index: 99999;
    }

    p.sub_text {
        font-size: 16px;
        font-weight: 600;
    }

    .section_header h3 {
        margin-bottom: 25px;
    }

    .content_header_text p {
        font-size: 17px;
    }

    section#testimonials_section {
        padding: 50px 0;
    }

    .card_container {
        display: block;
        width: 100%;
    }

    .header_text h3 {
        text-align: center;
        font-size: 24px;
        color: black;
        padding-bottom: 30px;
    }

    section#future_of_elegance {
        padding-top: 70px;
    }

    section#leadership_team_section {
        padding: 70px 0 35px 0;

    }

    .leader_name span {
        font-size: 18px;
    }

    h2.main_heading {
        font-size: 30px;
    }

    .mission_container:hover .image-overlay,
    .vision_container:hover .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 40%);
        transition: background-color 0.3s ease;
        z-index: 1;
    }

    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 40%);
        transition: background-color 0.3s ease;
        z-index: 1;
    }

    .vision_text,
    .mission_text {
        position: unset;
        bottom: 50px;
        color: white;
        opacity: 1;
        width: 90%;
        z-index: 22;
    }

    .vision_container {
        position: relative;
        width: 100%;
        color: transparent;
        text-align: center;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/vision_img.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mission_container {
        position: relative;
        width: 100%;
        color: transparent;
        text-align: center;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/mission_img.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .vision_container:hover,
    .mission_container:hover {
        width: 100%;
    }

    .vision_container h2,
    .mission_container h2 {
        position: relative;
        font-size: 50px;
        font-weight: 700;
        z-index: 22;
        -webkit-text-stroke-width: unset;
        -webkit-text-stroke-color: unset;
        color: white;
    }

    .vision_container:hover .vision_text,
    .mission_container:hover .mission_text {
        bottom: 50px;
        opacity: 1;
        color: white;
        transition: all ease-in-out 0.6s;
    }

    .vision_container,
    .mission_container {
        height: 450px;
    }

    .section_header h3 {
        margin-bottom: 25px;
        font-weight: 600;
    }

    .vision_text_wrapper,
    .mission_text_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .vision_text p,
    .mission_text p {
        font-size: 16px;
    }

    .top_header_menu.mobile_view_bg {
        background-color: white;
        padding: 10px 0;

    }

    .col-xxl-3.custom_align_class {
        margin: 25px 0;
    }

    section#why_choose_section {
        padding: 50px 0 20px 0;
    }

    section#reliaable_dev_description {
        padding-top: 10px;
    }

    .header_text_3 {
        color: #4E4E4E;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .header_menu_items {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .clse-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 10px 0;

    }

    .hamburgur_menu {
        display: block;
        position: fixed;
        top: 0px;
        background-color: white;
        width: 100%;
        height: 100vh;
        padding: 10px 15px;
        right: -100%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        z-index: 2;
    }

    .menu_bar_link {
        margin-bottom: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px;
    }

    .menu_bar_link a {
        text-decoration: none;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #3C6A59;
    }

    div#clse-btn img {
        background: #f58843;
        color: white;
        font-weight: bold;
        padding: 9px;
        border-radius: 5px;
    }

    .hamburgur_menu.active {
        right: 0px;
    }

    div#menu_bar img {
        width: 35px;
        height: 35px;
    }

    .counter_wrapper {
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
    }

    .counter_values {
        width: 100%;
        text-align: center;
    }


    .vision_container h2,
    .mission_container h2 {
        margin-bottom: 15px;
        font-size: 40px;
    }

    .form_wrapper {
        width: 100%;
        left: 0;
    }

    .form_wrapper form input {
        width: 270px;
    }

    .google_maps {
        width: 100%;
    }

    .footer_logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_call_number_email p {
        text-align: center;
    }

    .foote_social_media {
        text-align: center;
        padding: 15px 0;
    }

    .subscribe_form button {
        width: 30%;
    }

    .footer_address {
        text-align: center;
    }

    .subscribe_form {
        text-align: center;
    }

    .disclaimer_content p {
        margin-top: 20px;
        text-align: center;
    }

    .content_wrapper {

        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .leadership_content p {
        color: #4E4E4E;
        text-align: justify;
        font-size: 16px;
        padding: 0 15px;
    }

    .leader_name {
        text-align: center;
    }

    .leadership_image {
        max-width: 100%;
        text-align: center;
    }

    .leadership_image img {
        width: 330px;
        position: relative;
        top: 25px;
    }

    .leadership_content {
        width: 100%;
    }

    section#reliaable_dev_description {
        position: relative;
    }

    .reliaable_dev_wrapper {
        padding: 50px 10px;
    }

    .content_text {
        width: 100%;
    }

    .content_text p {
        font-size: 14px;
    }

    .google_maps:hover .view_maps_btn {
        text-align: center;
        margin: auto;
        display: block;
        width: 100%;
    }

    .contact_us_wrapper {
        display: block;
    }

    #reliable_developers_slider .owl-nav {
        display: flex;
        width: 100%;
        height: 50px;
        gap: 15px;
        justify-content: center;
        margin-top: 15px;
    }

    #reliable_developers_slider button.owl-next,
    #reliable_developers_slider button.owl-prev {
        position: unset;
    }

    #testimonials_card_slider button.owl-prev,
    #testimonials_card_slider button.owl-next {
        position: unset;
    }

    #reliable_developers_slider button.owl-next img,
    #reliable_developers_slider button.owl-prev img {
        width: 40px;
    }

    #testimonials_card_slider button.owl-next img,
    #testimonials_card_slider button.owl-prev img {
        width: 40px;
    }


    #testimonials_card_slider .owl-nav {
        display: flex;
        width: 100%;
        height: 50px;
        gap: 15px;
        justify-content: center;
        margin-top: 15px;
    }

    h3.sub_heading {
        color: #4E4E4E;
        font-size: 14px;
    }

    .new_values {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .leader_name h2 {
        font-size: 33px;
    }

    .footer_call_number_email {
        text-align: center;
    }

    /* Vertical timeline Mobile code */
    .timeline .timeline-continue::after {
        left: 40px;
    }

    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year,
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date,
    .timeline .timeline-launch {
        text-align: left;
    }

    .timeline .row.timeline-left .timeline-date::after,
    .timeline .row.timeline-right .timeline-date::after {
        left: -23px;
    }

    .timeline .timeline-box,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
        margin-left: 55px;
    }

    .timeline .timeline-launch .timeline-box {
        margin-left: 0;
    }

    .timeline .row.timeline-left .timeline-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .timeline .row.timeline-left .timeline-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }

    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
        left: 30px;
        margin-left: 0;
    }

    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year {
        justify-content: unset;
    }

    .timeline .row.timeline-right {
        flex-direction: column;
    }

    .timeline .row.timeline-left {
        flex-direction: column-reverse;
    }

    /* Vertical timeline Mobile code */
    .footer_address p {
        font-size: 15px;
    }

    .footer_call_number_email p {
        font-size: 15px;
    }

    .about_us_leadership h2.main_heading {
        font-size: 30px;
    }

    .vertical_timeline_header h2 {
        font-size: 30px;
    }

    .timeline-right p.timeline_main_text {
        text-align: center;
        font-size: 25px;
        margin: 10px 10px;
        font-family: "condor", sans-serif !important;
    }

    div#custom_highlights_accordion {
        margin-top: 35px;
    }

    .project_values_wrapper {
        padding: 15px;
    }

    #gallery_image_slider .owl-next img,
    #gallery_image_slider .owl-prev img {
        width: 35px;
    }

    .timeline-right p.timeline_main_text {
        text-align: start;
        font-size: 18px;
        margin: 10px 65px;
    }

    .timeline-left p.timeline_main_text {
        text-align: start;
        font-size: 18px;
        margin: 10px 65px;
    }

    .timeline-right p.timeline_sub_text {
        text-align: start;
        font-size: 14px;
        margin: 10px 65px;
    }

    .timeline-left p.timeline_sub_text {
        text-align: start;
        font-size: 14px;
        margin: 10px 65px;
    }

    .timeline-end img {
        position: relative;
        right: -17px;
    }

    .footer_logo_component {
        position: absolute;
        bottom: 100px;
        text-align: center;
        width: 100%;
        left: 0;
    }

    /* Media page Css */
    .news_card_image img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
        height: auto;
    }

    .news_card_wrapper {
        display: block;
        margin-bottom: 20px;
        /* min-height: auto; */
    }

    .news_title p {
        font-size: 16px;
    }



}
@media only screen and (max-width: 767px) {
    .terms-content h6 {
    font-size: 22px;
    margin: 20px 0 20px;
}

.terms-content p {
    font-size: 16px;
}
.custom-footer-last {
    display: block;
   
}
.condtions {
    justify-content: center!important;
}
}
@media only screen and (max-width: 479px) {
    .error_text p {
        text-align: center;
        font-size: 35px;
        font-family: "condor", sans-serif !important;
    }

    .error_image img {
        width: 375px;
        margin-top: 100px;
    }

    .news_card_wrapper {
        min-height: auto;
    }
}

@media only screen and (max-width: 375px) {}