.myNav__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popupform {
    margin-top: -50px;
    position: fixed;
    z-index: 90000;
    width: 100%;
    height: 100%;
    top: 50px;
    display: none;
    padding: 100px 0px 200px 0px;
    background-color: rgba(0, 0, 0, .8);
}
.popupform .container {
    width: 600px;
}
.address{
    text-transform: lowercase !important;
}
.home-renovation img{
    height:400px;
    object-fit:cover;
}

.formraper {
  
    height: max-content;
}
.formraper form input{
   font-size: 10px;
}
.formraper form textarea{
   font-size: 10px;
}


.formraper h3{
   color: #E31837;
   font-size: 15px;
   text-align: center;
}

.formraper {
    padding: 23px 14px;
    background-color: #f6e2e2;
    height: max-content;
    /*border-radius: 25px;*/
}

.formraper form button {
    background-color: #E31837;
    color: white;
    border: none;
    padding: 5px;
    font-size: 15px;
    width: 100%;
}



.popimg img{
  
    
    height: 100%;
}

.myNav {
    padding: 12px 48px;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: .4s ease;
}

.myNav.sticky {
    background-color: var(--white-color);
    transition: .4s ease;
    padding: 6px 48px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.logo img {
    width: 150px;

}

.right_menu ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
}

.right_menu ul li {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.right_menu ul li a {
    color: var(--white-color);
}

.right_menu ul li:hover,
.right_menu ul li a:hover {
    color: var(--main-color);
    transition: .1s ease;
}

.myNav.sticky .right_menu ul li,
.myNav.sticky .right_menu ul li a {
    color: var(--black-color);
}

/* .dropdown_menu {
    position: relative;
} */

.dropdown_menu:hover .dropdown_menu__content {
    visibility: visible;
    transform: translateY(0);
    transition: .2s ease;
}

.dropdown_menu__content {
    position: absolute;
    right: 0;
    top: 3rem;
    /* transform: translateY(-10px); */
    visibility: hidden;
    transition: .2s ease;
    background-color: var(--white-color);
    width: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;

}

.dropdown_menu__content a {
    color: var(--black-color) !important;
    padding: 7px 16px;
}

.dropdown_menu__content a:hover,
.menu_inner p:hover {
    background-color: var(--main-color);
    color: var(--white-color) !important;
}

.dropdown_menu__content-list {
    display: flex;
    flex-direction: column;
    /* padding: 7px 16px; */
    position: relative;
    /* gap: 12px; */
}

.dropdown_menu__content-list .menu_inner {
    position: relative;
}

.dropdown_menu__content-list p {
    color: var(--black-color) !important;
    padding: 7px;
}

.mega_menu {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    background-color: var(--main-color);
    left: -11rem;
    visibility: hidden;
    /* display: none; */
    width: 176px;
}

.mega_menu a:hover {
    color: var(--white-color) !important;
}

.mega_menu a {
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color) !important;
    padding: 0;
}

.menu_inner:hover .mega_menu {
    visibility: visible;
    /* display: block; */
}

.speciallization_menu {
    display: flex;
    gap: 12px;
    align-items: center;
}

.speciallization_menu i {
    font-size: 20px;
}

.speciallization_menu__content {
    position: fixed;
    height: 100%;
    width: 60%;
    z-index: 10022;
    background: white;
    padding: 2rem 1rem;
    top: 5rem;
    right: -100%;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.speciallization_menu__content.speciallization_menu__content--active {
    right: 0;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.speciallization_menu__content-list ul {
    padding: 1px !important;
    gap: 5px !important;
}

.mylist a {
    margin-left: 10px;
}

.mylist li {
    color: var(--main-color) !important;
}

.speciallization_menu__content-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1rem;
}

.left_menu i {
    font-size: 24px;
    cursor: pointer;
}

/* banner_slider__background */
.banner_slider__background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 380px 0 !important;
    background-position: center !important;
}

.bg1 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .728)), url('../images/2.jpg');
    
}

.bg2 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .728)), url('../images/banner.jpeg');
}

.bg3 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .728)), url('../images/1.jpg');
}

.banner_slider__content {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    gap: 1rem;
}

.banner_one {
    justify-content: end;
    align-items: end;
}

.banner_one h1,
.banner_one p {
    text-align: right !important;
}


.banner_two {
    justify-content: end;
    align-items: end;
}
.banner_three {
    justify-content: start;
    align-items: start;
}
.banner_three p, .banner_one p{
     text-align: justify !important;
}
.banner_two h1,
.banner_two p {
    text-align: right !important;
}
.why_us__box {
    position: relative;
    overflow: hidden;
     color: #000;
    background-color: white;
}

.why_us__box::after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #ffe0cc;
}

.why_us__box:hover::after {
    left: 0 !important;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.why_us__one {
    animation: transform .8s infinite;
}

.why_us__two {
    animation: transform2 .8s infinite;
}

.why_us__three {
    animation: transform .8s infinite;
}

.why_us__four {
    animation: transform2 .8s infinite;
}
.Elevation-img img{
    height:600px;
    object-fit:cover;    
}

@keyframes transform {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes transform2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

.why_us {
    padding: 100px 0;
    background-color: whitesmoke;
    color:black;
}

.why_us__one {
    background-color: white;
    color:black;
}

.why_us__two {
    /*background-color: var(--main-color);*/
}

.why_us__four {
    /*background-color: var(--main-color);*/
}

.bg_white .why_us__box-content h3,
.bg_white .why_us__box-content p {
    color: var(--black-color) !important;
}

.why_us__box:hover .why_us__box-content h3,
.why_us__box:hover .why_us__box-content p {
    color: var(--black-color) !important;
}

.why_us__box {
    /* background-color: var(--main-color); */
    height: 95%;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 8px;
    margin-bottom: 20px;
}

.why_us__box-container {
    padding: 5rem 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}



.why_us__box:hover .why_us__box-img img {
    transform: scale(1.1);
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.why_us__box-img {
    position: relative;
    overflow: hidden;
}

.why_us__box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.why_us__box-content h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.9); */

}

.why_us__box-content p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    max-width: 500px;
    padding: 0 12px;
}


.banner_slider__content h1 {
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    /*font-size: 74px;*/
    font-size: 54px;
    color: var(--white-color);
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.banner_slider__content p {
    text-align: center;
    max-width: 600px;
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
}

.view_more {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.banner_slider .slick-next {
    right: 22px;
}

.banner_slider .slick-prev {
    left: 22px;
}
 

.banner_slider .slick-next,.latest_project__slider .slick-next,.latest_project__slider .slick-prev,
.banner_slider .slick-prev {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.banner_slider .slick-next:before,  .latest_project__slider .slick-next:before {
    content: url('../images/right-arrow.png') !important;
}

.banner_slider .slick-prev:before, .latest_project__slider .slick-prev:before {
    content: url('../images/left-arrow.png') !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, .5) !important;
}


/* about_banner */
.about_banner {
    padding: 100px 0;
}

.about_banner__left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about_banner__left img {
    width: 100%;
    height: 100%;
}

.about_banner__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 3rem;
}

.about_banner__right h3 {
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 600;
}

.about_banner__right p {
    margin-top: 10px;
}

.learn_more {
    margin-top: 2rem;
}

.learn_more a {
    padding: 10px 30px;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 18px;
    border: 1px solid var(--main-color);
    font-weight: 600;
    text-transform: capitalize;
}

.learn_more a:hover {
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    transition: .3s ease;
}

/* specialization_wrapper */
.specialization_wrapper {
    padding: 100px 0;
    background-color: rgb(246, 226, 226);
}

.main_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_heading h3 {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    color: var(--main-color);
    text-transform: capitalize;
}

.main_heading p {
    text-align: center;
    max-width: 800px;
    margin-top: 7px;
}

.content {
    margin-top: 3rem;
}

.specialization_wrapper__box-img img {
    width: 100%;
    height: 450px;
    transition: .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: cover;
}

.specialization_wrapper__box {
    position: relative;
    overflow: hidden;
}

.specialization_wrapper__box-content {
    position: absolute;
    bottom: -5rem;
    left: 0;
    padding: 0.625rem;
}

.specialization_wrapper__box-content h3 {
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    max-width: max-content;
    position: relative;
}

.specialization_wrapper__box-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 30%;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    background-color: var(--white-color);
}

.specialization_wrapper__box:hover .specialization_wrapper__box-content h3::before {
    width: 100%;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.specialization_wrapper__box:hover .specialization_wrapper__box-content {
    bottom: 0;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.specialization_wrapper__box-content p {
    font-size: 16px;
    color: var(--white-color);
    margin-top: 1.5rem;
}

.specialization_wrapper__box-img::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.specialization_wrapper__box:hover .specialization_wrapper__box-img img {
    transform: scale(1.1);
    transition: .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hide-and-show {
    display: none;
}

.specialization_wrapper_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* latest_project */
.latest_project {
    padding: 100px 0;
}

.latest_project__box-img {
    position: relative;
    overflow: hidden;
}

.latest_project__box:hover img {
    transform: scale(1.1);
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.latest_project__box:hover .latest_project__box-img::after {
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: 0;
}

.latest_project__box-img::after {
    content: '';
    position: absolute;
    top: 0;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: -100%;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
}

.latest_project__box-img img {
    width: 100%;
    height: 500px;
    object-position: bottom;
    object-fit: cover;
    transition: .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.latest_project__box {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.latest_project__box-content {
    background-color: var(--white-smoke);
    padding: 1rem;
}





.latest_project__box-content h3 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.project {
    margin-top: 2rem;
}

/* why_us__box */
.why_us {
    padding: 100px 0;
    background-color: whitesmoke;
}

.why_us__one {
    background-color: white;
}

.why_us__two {
    /*background-color: var(--main-color);*/
}

.why_us__four {
    /*background-color: var(--main-color);*/
}

.bg_white .why_us__box-content h3,
.bg_white .why_us__box-content p {
    color: var(--black-color) !important;
}

.why_us__box {
    /* background-color: var(--main-color); */
    height: 95%;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 8px;
    margin-bottom: 20px;
}

.why_us__box-container {
    padding: 2rem 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}



.why_us__box:hover .why_us__box-img img {
    transform: scale(1.1);
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.why_us__box-img {
    position: relative;
    overflow: hidden;
}

.why_us__box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.why_us__box-content h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.9); */

}

.why_us__box-content p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    max-width: 500px;
    padding: 0 12px;
}

.why_us__box-img img {
    width: 100%;
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 450px;
}



.why_us__box-content p {
    line-height: 22px;
    margin-top: 7px;
}

.latest_project__box {
    margin: 0 14px;
}

/* our_team */
.our_team {
    padding: 100px 0;
}

.our_team__box-img {
    position: relative;
}

.our_team__box-img::after,
.team_img::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.our_team__box-img img {
    width: 100%;
    height: 740px;
    object-fit: cover;
}

.our_team__box,
.team_img {
    position: relative;
}

.our_team__box-content,
.team_img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 1rem;
}

.our_team__box-content h3 {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
}

.our_team__box-content h6 {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 7px;
    color: var(--main-color);
}

.team_img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.team_img-content h3 {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
}

.team_img-content h6 {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 3px;
    color: var(--main-color);
}

.team--box {
    margin-bottom: 20px;
}

/* testimonial_wrapper */
.testimonial_wrapper {
    background-color: var(--white-smoke);
    padding: 100px 0;
}

.testimonial_box__img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.testimonial_box {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
}

.testimonial_box__img {
    text-align: center;
}

.user_profile {
    margin-top: 14px;
}

.user_profile h3 {
    color: var(--main-color);
    font-size: 22px;
}

.user_profile h6 {
    font-size: 16px;
    margin-top: 7px;
}

.user_parra p {
    margin-top: 1rem;
    text-align: center;
    max-width: 340px;
}

.quates i {
    margin-top: 1rem;
    color: var(--main-color);
    font-size: 30px;
}

/* partners_wrapper */
.partners_wrapper {
    padding: 60px 0;
}

.brand_box {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.brand_box img {
    filter: grayscale(1);
}

.brand_box:hover img {
    transition: .1s ease-in;
    filter: grayscale(0);
}

/* contact_wrapper */
.contact_wrapper {
    padding: 140px 0;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url('../images/home.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.contact_wrapper__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact_wrapper__left h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
}

.contact_wrapper__left-info {
    margin-top: 2rem;
}

.info_content {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.info_content__details h6 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--white-color);
}

.info_content__icon i {
    font-size: 28px;
    color: var(--white-color);
}

.info_content__details p,
.info_content__details a {
    color: var(--white-color);
    max-width: 450px;
    font-size: 18px;
    margin-top: 12px;
    display: block;
    font-weight: 400;
    color: whitesmoke;
}

.info_content__details a:hover {
    color: var(--main-color);
}

.contact_wrapper__right {
    padding: 2rem;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.contact_form {
    margin-top: 2rem;
}

.form_input__flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.form_input__flex input,
.form_input__flex textarea {
    border: 1px solid #000;
    width: 100%;
    background-color: var(--white-color);
    padding: 10px;
}

.form_submit button {
    width: 100%;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
    padding: 10px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

/* specialised_wrapper */
.specialised_wrapper {
    padding: 70px 0;
}

.specialised_wrapper__box {
    margin: 0 14px;
    overflow: hidden;
}

.specialised_wrapper__box-content {
    padding: 1rem;
    background-color: var(--white-smoke);
}

.specialised_wrapper__box-content p {
    font-size: 15px;
    line-height: 24px;
}

.specialised_wrapper__box-img img {
    width: 100%;
    height: 400px;
    transition: .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
}

.specialised_wrapper__box-img {
    position: relative;
    overflow: hidden;
}

.specialised_wrapper__box-img:hover img {
    transform: scale(1.1);
}

.specialised_wrapper__box-img:hover::after {
    bottom: 0;
    transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.specialised_wrapper__box-img::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -100%;
    background-color: rgba(0, 0, 0, .5);
}

/* footer_wrapper */
.footer_wrapper {
    padding: 100px 0;
    background-color: #1e1e1e;
}

.footer_logo a img {
    width: 90px;
}

.footer_logo p {
    font-size: 14px;
    color: var(--white-color);
}

.social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
}

.social a i {
    font-size: 24px;
    color: var(--white-color);
}

.footer_wrapper__box {
    /*padding-left: 3rem;*/
}

.footer_wrapper__box h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: 600;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 1rem;
}

.footer_links a, .footer_wrapper__box a {
    font-size: 18px;
    text-transform: capitalize;
    display:flex;
    gap:6px;
    color: var(--white-color);
}
.footer_wrapper__box a i{
    margin-top:3px;
}
.footer_links a:hover, .footer_wrapper__box a:hover {
    color: var(--main-color);
}



.copyright {
    padding: 10px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white-color);
}

.menu {
    display: none;
}

.menu i {
    color: var(--white-color);
    font-size: 36px;
    cursor: pointer;
}

.myNav.sticky .menu i {
    color: var(--black-color);
}




/* **************** About us page css start ********************** */
.global_banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/new-construction.png');
}
.global_banner1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image2.jpg');
}
.global_banner2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image1.jpg');
}
.global_banner3 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image3.jpg');
}
.global_banner4 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image4.jpg');
}
.global_banner5 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image5.jpg');
}
.global_banner6 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image6.jpg');
}
.global_banner7 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image7.jpg');
}
.global_banner8 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image8.jpg');
}
.global_banner9 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image9.jpg');
}
.global_banner10 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image10.jpg');
}
.global_banner11 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image111.jpg');
}
.global_banner12 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image12.jpg');
}

.global_banner13 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 100px 0;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/image13.jpg');
}






/*.elevation_banner {*/
/*    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../images/Elevation\ &\ Structure\ Work\ Services.png') !important;*/
/*    background-position: center !important;*/
/*}*/

.renovation_banner {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../images/renovation.png') !important;
    background-position: center !important;
}

.newconstruction_banner {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../images/new-construction.png') !important;
    background-position: center !important;
}

/*.commercial_banner {*/
/*    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../images/commercial_build.jpg') !important;*/
/*    background-position: center !important;*/
/*    background-size:cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.project_banner {
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../images/project-build.png') !important;
}

.global_banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.global_banner__content h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
}

.breadcrumb_menu {
    display: flex;
    margin-top: 12px;
    gap: 14px;
    align-items: center;
}

.breadcrumb_menu a,
.breadcrumb_menu p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
}

.breadcrumb_menu a:hover {
    color: var(--main-color);
    transition: .1s ease;
}

.breadcrumb_menu span {
    color: #666;
}

/* myAbout */
.myAbout {
    padding: 100px 0;

}


.myAbout_left img {
    width: 100%;
    height: 100%;
}

.myAbout_right,
.myAbout_left,
.mission_wrapper__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.myAbout_right {
    padding-left: 3rem;
}

.myAbout_right h3 {
    font-size: 44px;
    font-weight: 600;
    color: var(--main-color);
    text-transform: capitalize;
}

.myAbout_right__parra p {
    margin-top: 12px;
}

/* mission_wrapper */
.mission_wrapper__left {
    position: relative;
}

.mission_wrapper__left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    /* backdrop-filter: blur(3px); */
}

.mission_wrapper__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 1rem;
}

.mission_wrapper__content h3 {
    font-size: 52px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--main-color);
}

.mission_wrapper__content p {
    max-width: 600px;
    color: var(--black-color);
    text-align: center;
    padding: 0 14px;
}

.mission_wrapper__left img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.why_sd {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .4)), url('../images/home.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
    background-attachment: fixed;
}

.why_sd__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.why_sd__content h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 50px;
    color: var(--white-color);
    text-align: center;
}

.why_sd__content p {
    text-align: center;
    max-width: 700px;
    margin-top: 12px;
    color: var(--white-color);
}






/* contact_section */
.contact_section {
    padding: 100px 0;
    background-color:#fff;
}

.map_wrapper iframe {
    width: 100%;
}

/************************** project_wrapper ************************/
.project_wrapper {
    padding: 60px 0;
}

.project_wrapper__heading {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.project_wrapper__heading h1 {
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--main-color);
}

.project_wrapper__content {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 28px;
    margin-bottom: 30px;
    display: grid;
}

.lightbox_img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.lightbox_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    transition: .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.lightbox_img:hover::after {
    top: 0;
    transition: .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.lightbox_img img {
    width: 100%;
    height: 500px;
    object-position: top;
    object-fit: cover;
}

.modal_img {
    position: relative;
}

.modal_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(2px);
}

.modal_img__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}

.modal_img__content h3 {
    font-size: 34px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
}

.modal_img__content h4 {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    font-style: italic;
}

.modal_img__content h6 {
    font-size: 20px;
    color: var(--main-color);
    text-transform: capitalize;
    /* margin-top: 10px; */
}

.modal_img__content p {
    color: var(--white-color);
    padding: 12px;
    text-align: center;
    max-width: 440px;
}


.modal_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.modal-dialog {
    width: 50% !important;
    margin: 1.75rem auto !important;
    max-width: 50% !important;
}



.modal-dialog {
    top: 8rem;
}

.box_title {
    background-color: var(--white-smoke);
    padding: 1rem;
}

.btn-close {
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.box_title h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.modal-header {
    border-bottom: 0 !important;
    padding: 0 1rem;
}

.modal-content {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/*before_wrapper*/
.before_wrapper{
    padding:80px 0;
}
.global_content{
    margin-top:3rem;
}
.before_wrapper__img img{
    width:100%;
    height:400px;
    object-fit:cover;
}
.before_wrapper__box{
    margin-bottom:2rem;
}
.before_wrapper__box-content{
    background-color: whitesmoke;
    padding:12px;
}
.before_wrapper__box-content h3{
    font-size:26px;
    text-align: center;
    font-weight:600;
    color: var(--main-color);
    text-transform: capitalize;
}

/* ********************** blog page css ********************* */
.blog_container {
    padding: 70px 0;
}

.blog_container__box {
    margin-bottom: 40px;
    overflow: hidden;
}

.blog_container__box-img {
    overflow: hidden;
}

.blog_container__box-content {
    padding: 1rem;
    background-color: var(--white-smoke);
}

.blog_time {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog_time p {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: capitalize;
}

.blog_time p i {
    color: var(--main-color);
}

.blog_heading h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.blog_heading p {
    margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.continue {
    margin-top: 1rem;
}

.continue a {
    display: flex;
    gap: 10px;
    color: var(--main-color);
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
}

.continue a:hover i {
    transition: .3s ease-in;
    transform: translateX(5px);
}

.continue a:hover {
    color: var(--main-color);
}

.continue a i {
    font-size: 22px;
    transition: .3s ease-in;
}

.blog_container__box-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    object-position: center;
}

.blog_container__box:hover .blog_container__box-img img {
    transform: scale(1.2);
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* ********************** blog page end ********************* */


/* responsive navbar */
.mobile_nav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    z-index: 1001;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mobile_nav.active {
    transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
    right: 0;
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white-color);
    height: 100%;
    width: 60%;
}

.navbar_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px solid #ddd;
}

.cross i {
    font-size: 28px;
    cursor: pointer;
}

.myNav__content-menu ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 1rem !important;
}

.myNav__content-menu ul li,
.myNav__content-menu ul li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black-color);
}

.mob--logo img {
    width: 90px;
}

.dropdown_menu__mob {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.dropdown_menu__mob i {
    font-size: 20px;
}

.dropdown_menu__mob-content {
    display: flex;
    flex-direction: column;
    transition: .1s ease-in;
    height: 0;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    padding: 0 12px;
}

.dropdown_menu__mob-content.show {
    gap: 12px;
    padding: 12px;
    transition: .1s ease-in;
    height: 100%;
}

.dropdown_menu__mob-content a {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
}

.modal-body {
    padding: 0 !important;
}

.btn-close {
    background: transparent url('../images/cancel.png') center / 1em auto no-repeat !important;
    font-size: 30px;
    font-weight: 800;
    background-color: var(--black-color) !important;
    display: block;
}


.blog_details {
    padding: 70px 0;
}

.blog_details__content h3 {
    font-size: 26px;
    font-weight: 600;
}

.blog_details__content-parra {
    margin-top: 2rem;
}

.blog_details__content-parra p {
    margin-top: 1rem;
    color: #666;
    line-height: 25px;
}

.blog_bg {
    padding-bottom: 100px;
}

.blog_bg__content img {
    height: 600px;
    object-position: center;
    width: 100%;
    object-fit: cover;
}

.specialised_wrapper__box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.specialised_section {
    padding: 70px 0;
}

.specialised_section__img {
    display: flex;
    justify-content: center;
    height: 100%;
}

.specialised_section__img img {
    width: 100%;
    background-size:cover;
}

.bg_color {
    background-color: whitesmoke;
}

.specialised_section__right {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.specialised_section__right h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.specialised_section__right p {
    margin-top: 12px;
}

/* fixed_icon */
.fixed_icon {
    position:relative;
    
}

.fixed_icon__content{
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    z-index: 1002;
    width:fit-content !important;
}

.icon {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}
.icon img{
    width:50px;
    
}

@media (max-width: 768px){
    .before_wrapper__box-content h3{
        font-size:18px;
    }
    .Elevation-img img{
    height:400px;
    object-fit:cover;    
    }
    .latest_project__slider .slick-next,.latest_project__slider .slick-prev{
        height:42px;
        width:42px;
    }
    .latest_project__slider .slick-next{
        right: 0;
    }
      .latest_project__slider .slick-prev{
        left: 0;
    }
    
    
   .fixed_icon {
 
    right: -6rem !important;
   
    
} 
}

.myForm__cancel {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.myForm__cancel img {
    width: 50px;
}

.form--hide {
    display: none;
}

.myForm {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    z-index: 9999;
}

.form-select {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    color: #666 !important;
    text-transform: capitalize;
}

.form-select:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

/* .myForm.form--hide {
    display: none !important;
} */

.myForm_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* choose_us */
.choose_us {
    padding: 50px 0 100px 0;
    /* background-color: rgb(246, 226, 226); */

}

.choose_us__box-img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
}

.choose_us__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    cursor: pointer;
    transform: translateY(0);
    gap: 2rem;
    border-radius: 7px;
    text-align: center;
    height: 100%;
}

.choose_us__box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    transition: .3s ease;
    transform: translateY(-7px);
}

.choose_us__box-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.choose_us__box-content p {
    color: #1e1e1e;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 12px;
}

.box--one {
    background-color: #fcf8ff;
}

.box--two {
    background-color: #e2fff7;
}

.box--three {
    background-color: #fff5f2;
}

.box--four {
    background-color: #f2faff;
}

.box--one .choose_us__box-img {
    background-color: #2487ff;
}

.box--two .choose_us__box-img {
    background-color: #666;
}

.box--three .choose_us__box-img {
    background-color: #ff754b;
}

.box--four .choose_us__box-img {
    background-color: #38b2ff;
}

.view {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}



.view button {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid var(--main-color);
    outline: none;
    padding: 10px 30px;
}


.business_wrapper {
    padding: 100px 0;
}

.business_box__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.business_wrapper__content {
    margin-top: 2rem;
}

.business_box__content {
    text-align: center;
    padding: 1rem;
    background-color: var(--white-smoke);
}

.business_box__content h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: var(--main-color);
}

.business_box,
.business_box__img {
    overflow: hidden;
    cursor: pointer;
}

.business_box:hover .business_box__img img {
    transform: scale(1.1);
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.collapse_box {
    margin: 0 160%;
    width: 100%;
}





@media(max-width:1400px) {
    .specialization_wrapper__box-content {
        bottom: -7rem;
    }

    .blog_container__box-img img {
        height: 350px;
    }
}

@media(max-width:1200px) {
    .why_us__three {
        background-color: var(--main-color) !important;
    }

    .why_us__four {
        background-color: var(--white-color) !important;
    }

    .why_us__three .why_us__box-content h3,
    .why_us__three .why_us__box-content p {
        color: var(--white-color) !important;
    }

    .why_us__four .why_us__box-content h3,
    .why_us__four .why_us__box-content p {
        color: var(--black-color) !important;
    }

    .why_us__box {
        margin-bottom: 20px;
        height: 95%;
    }

    .business_box__img img {
        height: 290px;
    }

    .choose_us__box {
        margin-bottom: 20px;
        height: 95%;
    }

    .lightbox_img img {
        height: 400px;
    }

    .box_title h3 {
        font-size: 18px;
    }



    .footer_wrapper__box h3 {
        font-size: 18px;
    }

    .footer_links a, .footer_wrapper__box a {
        font-size: 14px;
    }

    .myNav {
        padding: 15px 20px;
    }

    .myNav.sticky {
        padding: 10px 20px;
    }

    .banner_slider__content h1 {
        font-size: 44px;
    }

    .about_banner__right h3 {
        font-size: 30px;
    }

    .about_banner__right {
        padding-left: 1rem;
    }



    .specialization_wrapper__box-content {
        bottom: -8rem;
    }

    .why_us__box-content h3 {
        font-size: 26px;
    }

    .why_us__box-content p {
        font-size: 16px;
    }

    .our_team__box-img img {
        height: 542px;
    }

    .team_img img {
        height: 260px;
    }

    .team_img-content h3 {
        font-size: 16px;
    }

    .team_img-content h6 {
        font-size: 13px;
    }

    .our_team__box-content h6 {
        font-size: 15px;
    }

    .our_team__box-content h3 {
        font-size: 22px;
    }
}


@media(max-width:992px) {
    .logo img {
    width: 100px;
    }
    .collapse_box {
        margin: 0 auto;
        width: 100%;
    }

    .why_us__box-img img {
        height: 260px;
    }

    .business_box__three {
        margin: 0 10rem;
    }

    .business_box__img img {
        height: 320px;
    }

    .business_box {
        margin-bottom: 20px;
    }

    .specialization_wrapper_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .myForm_page {
        width: 600px;
    }

    .specialised_section__flex {
        flex-direction: column-reverse;
    }

    .specialised_section__right h3 {
        font-size: 24px;
    }

    .specialised_section__right p {
        margin-top: 6px;
    }

    .specialised_section__right {
        padding-left: 0;
        margin-top: 1rem;
    }

    .specialised_wrapper__box-img img {
        height: 275px;
    }

    .blog_container__box {
        margin-bottom: 20px;
    }

    .lightbox_img img {
        height: 258px;
    }

    .project_wrapper__heading h1 {
        font-size: 30px;
    }

    /* ********************************about us page css responsive **************************** */
    .myAbout_right {
        padding-left: 0;
        margin-top: 1.2rem;
    }

    .myAbout_right h3 {
        font-size: 30px;
    }

    .why_sd__box h6 {
        font-size: 30px;
    }

    .why_sd__content h3 {
        font-size: 34px;
    }

    .why_sd__box p {
        font-size: 18px;
    }

    .mission_wrapper__content h3 {
        font-size: 36px;
    }

    .mission_wrapper__left img {
        height: 420px;
    }

    /* ********************************about us page css responsive **************************** */
    .footer_wrapper__box {
        margin-top: 2rem;
        padding-left: 0;
    }

    .footer_logo p {
        max-width: 550px;
    }

    .menu {
        display: block;
    }

    .right_menu {
        display: none;
    }

    .banner_slider__background {
        padding: 300px 0 !important;
    }

    .banner_slider__content h1 {
        font-size: 34px;
    }

    .banner_slider__content p {
        max-width: 560px;
        font-size: 16px;
        line-height: 22px;
    }

    .about_banner__right {
        padding-left: 0;
        margin-top: 1rem;
    }

    .specialization_wrapper__box-img img,
    .latest_project__box-img img {
        height: 385px;
    }

    .latest_project__box-content h3 {
        font-size: 24px;
    }

    .specialization_wrapper__box-content {
        bottom: -7rem;
    }

    .main_heading h3 {
        font-size: 30px;
    }

    .specialization_wrapper__box-content h3 {
        font-size: 20px;
    }

    .our_team__right {
        margin-top: 1.4rem;
    }

    .contact_wrapper__right {
        margin-top: 2rem;
    }

}

@media(max-width:768px) {
    .why_us__box-content p {
        font-size: 14px;
    }


  
    .view_more {
        margin-top: 1rem;
    }

    .why_us__box-container {
        padding: 3rem 0;
    }

    .view button {
        font-size: 16px;
    }

    .why_us__box-content h3 {
        font-size: 20px;
    }

    .latest_project__box {
        margin: 0 5px;
    }

    .latest_project__box-content {
        padding: 10px;
    }

    .latest_project__box h3 {
        font-size: 16px;
    }

    .business_box__three {
        margin: 0 7rem;
    }

    .business_box__img img {
        height: 210px;
    }

    .business_box__content {
        padding: 10px;
    }

    .business_box__content h3 {
        font-size: 18px;
    }

    .business_box__content p {
        font-size: 14px;
        line-height: 22px;
    }

    .myForm_page {
        width: 500px;
    }

    .myForm__cancel img {
        width: 30px;
    }

    .choose_us {
        padding: 50px 0;
    }

    .choose_us__box {
        padding: 1rem;
        gap: 1rem;
    }

    .choose_us__box-content p {
        margin-top: 7px;
        font-size: 14px;
    }

    .choose_us__box-content h3 {
        font-size: 18px;
    }

    .fixed_icon {
        right: 1rem;
    }

    .icon {
        gap: 7px;
    }

    .icon img {
        width: 40px;
    }

    .specialised_section__right h3 {
        font-size: 18px;
    }

    .speciallization_menu__content {
        width: 80%;
    }

    .specialised_wrapper__box-img img {
        height: 235px;
    }

    .specialised_wrapper__box-content {
        padding: 10px;
    }

    .specialised_wrapper__box-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog_heading h3 {
        font-size: 16px;
    }

    .specialised_section__right p {
        font-size: 14px;
        margin-top: 5px;
    }

    .specialised_section__right {
        margin-top: 12px;
    }

    .blog_container__box-img img {
        height: 302px;
    }

    .main_heading p {
        margin-top: 3px;
        font-size: 14px;
    }

    .breadcrumb_menu {
        gap: 5px;
    }

    .blog_container,
    .blog_details,
    .specialised_wrapper,
    .specialised_section,
    .business_wrapper {
        padding: 40px 0;
    }

    .blog_details__content h3 {
        font-size: 18px;
    }

    .blog_details__content-parra {
        margin-top: 12px;
    }

    .blog_bg {
        padding-bottom: 40px;
    }

    .blog_bg__content img {
        height: 400px;
    }

    .blog_details__content-parra p {
        font-size: 14px;
        margin-top: 5px;
    }

    .blog_time p,
    .blog_heading p {
        font-size: 14px;
    }

    .project_wrapper__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .btn-close {
        font-size: 24px;
    }

    .box_title {
        padding: 10px;
    }

    .box_title h3,
    .modal_img__content h4 {

        font-size: 15px;
    }

    .modal-dialog {
        width: 80% !important;
        max-width: 80% !important;
    }

    .modal_img__content h3 {
        font-size: 25px;
    }

    .modal_img__content p {
        font-size: 14px;
        line-height: 23px;
    }

    .modal_img__content h6 {
        font-size: 18px;
    }

    .modal_img img {
        height: 400px;
    }

    .project_wrapper {
        padding: 40px 0;
    }

    .project_wrapper__heading h1 {
        font-size: 22px;
    }

    .mobile_nav__content {
        width: 80%;
    }

    .why_sd__box {
        margin-bottom: 20px;
    }

    .why_sd__content h3 {
        font-size: 22px;
    }

    .why_sd__content p {
        font-size: 14px;
        margin-top: 7px;
    }

    .mission_wrapper__content h3 {
        font-size: 22px;
    }

    .footer_links {
        margin-top: 10px;
    }

    .copyright p,
    .mission_wrapper__content {
        font-size: 14px;
    }

    .our_team,
    .testimonial_wrapper,
    .why_us,
    .specialization_wrapper,
    .about_banner,
    .latest_project,
    .footer_wrapper,
    .why_sd,
    .myAbout,
    .contact_section {
        padding: 50px 0;
    }

    .global_banner__content h1 {
        font-size: 34px;
    }

    .breadcrumb_menu a,
    .breadcrumb_menu p {
        font-size: 16px;
    }

    .global_banner {
        padding: 150px 0 75px 0;
    }

    .myAbout_right {
        margin-top: 12px;
    }

    .myAbout_right h3 {
        font-size: 24px;
    }

    .myAbout_right__parra p {
        font-size: 7px;
        font-size: 14px;
    }

    .mission_wrapper__left img {
        height: 338px;
    }

    .specialization_wrapper__box-img img,
    .latest_project__box-img img {
        height: 305px;
    }

    .specialization_wrapper__box-content {
        bottom: -7rem;
    }

    .main_heading h3 {
        font-size: 22px;
    }

    .content {
        margin-top: 1.6rem;
    }

    .about_banner__right p {
        font-size: 14px;
        margin-top: 5px;
    }

    .about_banner__right h3 {
        font-size: 24px;
    }

    .learn_more a,
    .global_btn {
        font-size: 16px;
    }



    .contact_wrapper {
        padding: 70px 0;
    }

    .contact_wrapper__left h3 {
        font-size: 22px;
    }

    .specialization_wrapper__box-content p {
        font-size: 13px;
    }

    .info_content__details p,
    .info_content__details a {
        font-size: 14px;
        
    }

    .info_content__details h6 {
        font-size: 20px;
        color:black;
    }

    .contact_wrapper__right h3 {
        font-size: 20px;
    }

    .contact_wrapper__right p {
        font-size: 14px;
    }

    .contact_form {
        margin-top: 1.2rem;
    }

    .contact_wrapper__right {
        padding: 1rem;
    }

    .brand_box img {
        width: 140px;
    }

    .partners_wrapper {
        padding: 35px 0;
    }

    .user_profile h3 {
        font-size: 18px;
    }

    .user_parra p {
        font-size: 14px;
        margin-top: 5px;
    }

    .testimonial_box__img img {
        height: 60px;
        width: 60px;
    }

    .slick-dots {
        bottom: -2rem !important;
    }


    .banner_slider__background {
        padding: 150px 0 220px 0 !important;
        height:700px !important;
                display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .banner_slider .slick-next {
        right: 38%;
        bottom: 2rem;
        top: inherit;
    }

    .banner_slider__content h1 {
        font-size: 28px;
        text-align: center !important;
    }

    .banner_slider .slick-prev {
        left: 38%;
        bottom: 2rem;
        top: inherit;
    }
}

@media(max-width:576px) {

    .why_us__three .why_us__box-content h3,
    .why_us__three .why_us__box-content p {
        color: var(--black-color) !important;
    }
      .formraper{
        /*width: 380px;*/
        /*margin-left:1%;*/
        padding: 28px ;
    }
    .footer_wrapper__box {
        /*margin-left:40px;*/
        
    }
    .why_us__three {
        background-color: var(--white-color) !important;
    }

    .why_us__four .why_us__box-content h3,
    .why_us__four .why_us__box-content p {
        color: var(--white-color) !important;
    }

    .why_us__four {
        background-color: var(--main-color) !important;
    }

    .banner_one h1,
    .banner_one p {
        text-align: center !important;
    }

    .banner_slider__content {
        justify-content: center !important;
        align-items: center !important;
    }

    .banner_slider__content p {
        text-align: center !important;
    }

    .why_us__box-container {
        padding: 2rem 0;
    }

    .banner_slider__background {
        background-position: left !important;
    }

    .business_box__three {
        margin: 0 4rem;
    }

    .specialization_wrapper_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .myForm_page {
        width: 400px;
    }

    .speciallization_menu__content {
        width: 79%;
    }

    .speciallization_menu__content {
        top: 5rem;
        padding: 0 1rem;
    }

    .speciallization_menu__content-list {
        margin-top: 10px;
    }

    .specialised_wrapper__box-img img {
        height: 205px;
    }

    .specialised_wrapper__box {
        margin: 0 7px;
    }

    .blog_details__content h3 {
        font-size: 16px;
        line-height: 23px;
    }

    .blog_container__box-content {
        padding: 10px;
    }

    .blog_heading h3 {
        margin-top: 7px;
        font-size: 15px;
        line-height: 22px;
    }

    .blog_heading p {
        margin-top: 5px;
        font-size: 13px;
    }

    .blog_time p {
        font-size: 13px;
    }

    .continue {
        margin-top: 7px;
    }

    .continue a {
        font-size: 14px;
    }

    .lightbox_img img {
        height: 235px;
    }

    .global_banner__content h1 {
        font-size: 26px;
    }

    .breadcrumb_menu a,
    .breadcrumb_menu p {
        font-size: 15px;
    }

    .mob--logo img {
        width: 70px;
    }

    .myAbout_right__parra p {
        margin-top: 5px;
    }

    .why_sd__box h6 {
        font-size: 20px;
    }

    .why_sd__box p {
        font-size: 16px;
    }

    .mission_wrapper__content {
        gap: 1px;
    }

    .mission_wrapper__content p {
        padding: 7px;
        font-size: 12px;
    }

    .banner_slider .slick-next,
    .banner_slider .slick-prev {
        height: 50px;
        width: 50px;
    }

    .banner_slider .slick-next {
        right: 34%;
    }

    .banner_slider .slick-prev {
        left: 34%;
    }

    .logo img {
        width: 60px;
    }

    .menu i {
        font-size: 24px;
        color: var(--black-color);
    }

    .banner_slider__background {
        padding: 220px 0 !important;
        height: 640px !important;
    }

    .latest_project__box-img img {
        height: 250px;
    }



    .our_team__box-img img {
        height: 450px;
    }

    .team_img img {
        height: 240px;
    }

    .specialization_wrapper__box-content {
        bottom: -4rem;
    }

    .info_content__details h6 {
        font-size: 16px;
    }

    .info_content__details p,
    .info_content__details a {
        margin-top: 5px;
    }

    .info_content__icon i {
        font-size: 22px;
    }

    .form_input__flex input,
    .form_input__flex textarea {
        padding: 7px;
    }

    .brand_box img {
        width: 105px;
    }

    /* html,
    body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    } */


    .myNav {
        background-color: var(--white-color);
    }
}

@media(max-width:450px) {
    .myForm_page {
        /*width: 360px;*/
        /* margin-left: 1%; */
        padding: 28px;
    }
       
    .myForm .form_input__flex {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width:576px)
{
    .popupform .container {
    width: 100% !important;
}

}