.header_custom .logo{
    width: 200px;
}
.container-fluid{
    padding-inline: 80px;
}
.header_custom{
    background-color: #010a13;
}
.header_custom .header{
    background-color: transparent;
    padding: 10px 0 15px;
}
.header_outer{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.header_custom .btn-one.style2 {
    border-radius: 0;
}
.header_custom .btn-one.style2:after{
    border-radius: 0;
}
.header_custom .btn-one{
    padding-inline: 25px;
}
.header_custom .header-top-right{
    margin-top: 8px;
}
.main-menu .navigation>li>a{
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.main-menu .navigation> li {
    margin-right: 80px;
}
.main-menu .navigation>li>a:hover{
    color: #f78f1e;
}
.main-menu .navigation> li> ul> li> a, .main-menu .navigation> li> .megamenu li> a {
    color: #0a1428;
}
.header_custom .header-social-link ul li a{
    background-color: #0a1428;
    color: #fff;
}
.header_right_main{
    display: flex;
    justify-content: space-between;
    gap:135px;
}
.header_custom .header-contact-info ul li .icon span:before{
    background-color: #1c1c1c;
}
.header_custom  .sticky-header{
    background-color: #010a13;
}
.header_custom .sticky-header .main-menu .navigation> li> a {
    color: #ffffff;
}
.banner_custom .content .big-title h2{
    color: #ffffff;
}
.banner_custom .content h3{
     color: #ffffff;
}
.banner_custom{
    height: 100vh;
}
.banner_custom_img,
.banner_custom_img img{
    height: 100vh;
}
.banner_custom .slide{
    position: relative;
}
.banner_custom .slide{
    position: relative;
    z-index: 2;
}
.banner_custom .slide:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(10,20,40,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner_custom_img{
    position: relative;
}
/* .banner_custom_img:after {
    background: linear-gradient(to bottom, rgba(10, 20, 40, 0.1), rgb(255, 255, 255));
    content: "";
    width: 100%;
    height: 18%;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.banner_custom_img:before {
    background: linear-gradient(to right, rgb(0 6 19 / 96%), rgb(255, 255, 255, 0.1));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner_custom_cont{
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
}
.banner_custom_cont h1{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    padding-bottom: 50px;
}
.banner_custom_cont h1:after{
    content: "";
    width: 100px;
    height: 3px;
    background-color: #ee7b13;
    bottom: 12px;
    left: 5px;
    position: absolute;
}
.banner_custom_cont h1 span{
    font-size: 120px;
    display: inline-block;
    font-weight: 900;
}
.banner_custom_cont h1 span:first-child{
    color: #70be34;
}
.banner_custom_cont h1 .blue_clr {
    color: #0291fd;
}
.banner_custom_cont h1 span:last-child{
    color: #ee7b13;
}
.banner_custom_cont h3{
    font-family: 'Montserrat';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}
.banner_custom_cont h3 span{
    color: #ee7b13;
    font-size: 67px;
    line-height: 0;
    position: relative;
    top: 10px;
    margin-inline: 10px;
}
.about_area_custom .sec-title h2{
    font-family: 'Montserrat';
    font-weight: 800;
}
.about_area_custom .text p{
    font-family: 'Montserrat';
    font-weight: 400;
}
.first_image_area{
    position: relative;
    z-index: 2;
    height: 600px;
}
.first_image_area img{
    height: 100%;
    object-fit: cover;
}
.final_image_area{
    height: 600px;
}
.final_image_area img{
    height: 100%;
    object-fit: cover;
}
.btn-one.style2:after {
    background-color: #0a1428;
}
.interior_design_custom{
    background-color: #0a1428;
    padding-block: 80px;
}
.interior_design_custom .sub-title h3{
    color: #a85409 !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 800;
    position: relative;
}
.interior_design_custom .sub-title h3:before{
    display: none;
}
.interior_design_custom .interior-design-content-box{
    padding-right: 20px;
}
.interior_design_btns{
    display: flex;
    gap: 15px;
}
.interior_design_custom .interior-design-content-box .sec-title h2{
    position: relative;
}
.interior_design_custom .interior-design-content-box .sec-title h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ee7b13;
    bottom: -14px;
    left: 5px;
    position: absolute;
}
.interior_design_custom .interior-design-content-box .sec-title {
    padding-bottom: 20px;
}
.interior_design_custom p{
    color: #fff !important;
    line-height: 1.5;
    font-family: 'Montserrat';
    margin-top: 35px;
    font-size: 14px;
}
.interior_design_btns a{
    border: 2px solid #a85409;
    display: inline-flex;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.interior_design_btns a:hover{
    background-color: #a85409;
    color: #fff;
}
.interior_design_btns a:hover span i{
    color: #fff;
}
.interior_design_btns a span i{
    color: #a85409;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.interior_design_custom .interior-design-right-content ul{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.interior_design_custom .interior-design-right-content{
    padding-left: 20px;
}
.interior_design_custom .interior-design-right-content ul li{
    width: calc(50% - 20px);
}
.interior_design_custom .interior-design-right-content ul li h3{
    font-size: 20px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}
.interior_design_custom .interior-design-right-content .design-single-block {
    display: flex;
    padding-left: 0;
    justify-content: center;
}
.interior_design_custom .interior-design-right-content .design-single-block .icon {
    position: static;
}
.footer_area_custom:before{
   background-color: #000b18;
}
.footer_area_custom .subscribe-form input[type="email"]{
     background-color: #0a1428;
}
.footer_area_custom .single-footer-widget .our-company-info .text p,
.footer_area_custom .subscribe-box .text p{
    color: #fff;
}
.footer_area_custom .footer-widget-links2 li a:hover,
.footer_area_custom .footer-widget-links1 li a:hover {
    color: #f78f1e;
}
.footer_area_custom .footer-widget-links2 li a,
.footer_area_custom .footer-widget-links1 li a{
    color: #fff;
}
.footer_area_custom .subscribe-box .header-social-link ul li a{
    background-color: #0a1428;
    color: #fff;
}
.footer_area_custom a,
.footer_area_custom p,
.footer_area_custom h3{
    font-family: 'Montserrat' !important;
}
.footer_area_custom .footer{
    padding-block: 40px 0;
}
.footer_area_custom .footer-widget-links1 li {
    line-height: 28px;
}
.footer_area_custom .footer-bottom{
    padding-block: 10px;
    margin-top: 20px;
}
.footer_area_custom .footer-bottom .footer-widget-links2{
    flex-direction: row;
    justify-content: right;
    display: flex;
    gap: 15px;
}
.footer_area_custom .text{
    padding-right: 150px;
}
.footer_area_custom .footer-bottom .footer-widget-links2 li a{
    text-transform: capitalize;
    color: rgb(255, 255, 255,0.6);
    color: #a4a097;
}
.footer_area_custom .single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.footer_area_custom .single-footer-widget .our-company-info .footer-logo img{
    width: 220px;
}
.footer-bottom{
    background-color: #000b18;
}

h2{
    color: #0a1428;
}
.interior-design-area:before{
    background-color: #0a1428;
}
.fact-counter{
    background-color: #0a1428;
}
.single-fact-counter .count-box .icon{
    background-color: #f78f1e;
    color: #fff;
}
.single-fact-counter .count-box h5{
    color: rgba(255,255,255,0.8);
}
.blog-style1-area:before{
    background-color: #bedd9f;
}
.sec-title .sub-title h3{
    color: #0a1428;
}
.feature_area_custom .single-featured-style1 .img-holder .title a{
    color: #0a1428;
}
.feature_area_custom .single-featured-style1 .img-holder .title a:hover{
    color: #f78f1e;
}
.feature_area_custom .btn-one{
    background-color: #0a1428;
}
.about_area_custom .about-style1-content-box .inner-content ul li{
    color: #0a1428;
}
.about_area_custom .text p{
    color: #0a1428;
}
.interior_design_custom .design-single-block .text p,
.interior_design_custom .interior-design-content-box .sec-title .sub-title h3{
    color: rgba(255,255,255,0.8);
}
.interior_design_custom .material-tab-content .text-box p{
    color: rgba(255,255,255,0.8);
 }
.interior_design_custom .tab-btn a{
    color: #0a1428;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
 }
 .interior_design_custom .tab-btn:hover a{
    color: #fff;
 }
 .interior_design_custom .interior-design-right-content ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.interior_design_custom .interior-design-right-content ul li:nth-child(3),
.interior_design_custom .interior-design-right-content ul li:last-child{
    border-bottom: none;
}
.interior_design_custom .material-tab-content .img-box{
    height: 170px;
}
.interior_design_custom .material-tab-content .img-box img{
    height: 100%;
}
.single-project-style1 .img-holder:before{
    background: linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(122, 193, 66, 0) 22%, rgba(0, 174, 239, 0.37) 51%, rgba(247, 143, 30, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(122, 193, 66, 0) 22%, rgba(0, 174, 239, 0.37) 51%, rgba(247, 143, 30, 1) 100%);
}
.service_style_custom .top-gray-bg{
    background-color: #bedd9f;
}
.service_style_custom .single-service-style1 .text-holder .readmore-button a{
    background-color: #bedd9f;
}
.service_style_custom .single-service-style1 .text-holder .readmore-button a:hover{
    background-color: #f78f1e;
}
.service_style_custom .single-service-style1 .text-holder h3 a {
    color: #0a1428;
}
.service_style_custom  .single-service-style1 .text-holder p{
    color: #0a1428;
}
.single-service-style1 {
    border: 1px solid #f78f1e;
}
.booking_area_custom .title h2 a{
    color: #0a1428;
}
.booking_area_custom .btn-one{
    background-color: #0a1428;
}
.booking_area_custom .text p{
    color: #0a1428;
}
.booking_area_custom .booking-number-box .title p{
    color: #0a1428;
}
.testimonial_area_custom{
    background-color: #0a1428;
}
.testimonial_area_custom .testimonial-style1-content .sec-title .sub-title h3 {
    color: rgba(255,255,255,0.8);
}
.testimonial_area_custom .single-testimonial-style1 .text-holder .text-box p{
    color: rgba(255,255,255,0.8);
}
.blog_area_custom .single-blog-style1 .text-holder .blog-title a{
    color: #0a1428;
}
.blog_area_custom .single-blog-style1 .text-holder .blog-title a:hover{
    color: #f78f1e;
}
.blog_area_custom .single-blog-style1 .text-holder .text p,
.blog_area_custom .single-blog-style1 .text-holder .meta-info li a{
    color: #0a1428;
}
.discover_area_custom .btn-one{
    background-color: #0a1428;
}
.mobile-menu .menu-box{
    background-color: #0a1428;
}
.each_about_home{
    height: 100%;
    
}
.each_about_home .interior-design-content-box{
    padding-left: 80px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.about_home_area_wrap .contact_info_area{
    background-color: transparent;
    padding-top: 0;

}
.each_about_home img{
    height: 100%;
    object-fit: cover;
}
.each_about_home .sub-title h3{
    color: #ee7b13 !important;
    font-weight: 700;
}
.each_about_home .sub-title h3:before{
    display: none;
}
.each_about_home h2{
   color: #0e0d0d !important;
   margin-bottom: 30px;
   font-size: 65px;
}
.about_home_area{
    background-color: #e6e1de;
}
.about_home_area .each_contact_info img{
    width: 140px;
}
.about_home_area .each_contact_info h3 {
    font-size: 60px;
    font-weight: 700;
    color: #0e0d0d !important;
    margin-bottom: 20px;
    height: 98px;
    position: relative;
    top: 60px;
}
.each_about_home p{
    color: #0e0d0d;
    font-size: 18px !important;
}
.review_star{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.review_star li{
    line-height: 1;
}
.review_star li img{
    width: 15px !important;
}
.about_home_area .each_contact_info h4{
    font-size: 20px;
    color: #0e0d0d !important;
}
.single-footer-widget.marleft40 {
    margin-left: 14px;
}
.performance_list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px !important;
}
.performance_list li{
    position: relative;
    padding-left: 20px;
    width: 100% !important;
    margin-bottom: 0 !important;
    color: rgb(255, 255, 255, 0.6);
    font-size: 20px;
}
.interior_design_custom .interior-design-right-content .col-md-6{
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}
.interior_design_custom .interior-design-right-content .col-md-6:nth-child(1),
.interior_design_custom .interior-design-right-content .col-md-6:nth-child(2){
    border-top: none;
}
.interior_design_custom .interior-design-right-content .col-md-6:nth-child(3),
.interior_design_custom .interior-design-right-content .col-md-6:nth-child(4){
   border-bottom: none;
}
.interior_design_custom .interior-design-right-content .col-md-6:nth-child(even){
    border-right: none;
}
.performance_list li:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f77305;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.interior_design_custom .text h3{
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}
.interior_design_custom .int_img img{
    width: 100px;
    margin-right: 35px;
}
.interior-design-content-box .sec-title{
    padding-right: 100px;
}
.footer_area_custom .text{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.footer_area_custom ul li{
    line-height: 1.5;
}
.footer_area_custom p{
    color: #fff;
}
.footer_area_custom{
    padding-bottom: 20px;
}
.footer_area_custom h3:before{
    display: none;
}
.copyright-text p{
    color: #a4a097;
}

/*================= about page =================*/
.breadcrumb_area_custom ul li a{
    color: #ffffff;
}
.inner_banner_custom .banner_custom_cont h2{
    color: #fff;
    margin-top: 45px;
    font-weight: 400;
}
.inner_banner_custom .banner_custom_img:after{
    display: none;
}
.inner_banner_custom .banner_custom_img:before {
   background: rgba(0, 0, 0, 0.5);
}
.inner_banner_custom .banner_custom_cont h1{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}
.inner_banner_custom .banner_custom_cont h1:after{
    bottom: -26px;
}
.about_text_area{
    padding-block: 60px;
}
.each_about_text h3{
    color: #1F1F1F;
    font-family: 'Inter';
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 800;
}
.each_about_text_row:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.each_about_text p{
    color: #3A3A3A;
    font-family: 'Inter';
    line-height: 1.8;
    font-size: 16px;
}
.each_about_text h3:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #ee7b13;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.breadcrumb_area_custom .inner-content{
    position: relative;
    z-index: 2;
}
.breadcrumb_area_custom:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(10,20,40,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.breadcrumb_area_custom .title h2{
    color: #fff;
}
.about_style_custom .about-style2-content-box .inner-content .text p,
.about_style_custom .about-style2-content-box .bottom-text .single-box h3,
.about_style_custom .about-style2-content-box .bottom-text .single-box p,
.about_style_custom .about-style2-phone-number h3 {
    color: #0a1428;
}
.team_area_custom .single-team-member .title-holder h3 a,
.team_area_custom .single-team-member .title-holder span{
    color: #0a1428;
}
.booking_about_area_custom{
    background-color: #121212;
    padding-block: 60px;
}
.booking_about_area_custom .booking-content-box{
    display: flex;
    justify-content: end;
}
.booking_about_area_custom .booking-content-box a {
    border: 2px solid #a85409;
    display: inline-flex;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    letter-spacing: 3px;
}
.booking_about_area_custom .booking-content-box a:hover {
    background-color: #a85409;
    color: #fff;
}
.booking_about_area_custom .booking-content-box a:hover span i{
    color: #fff;
}
.booking_about_area_custom .booking-content-box a span i {
    color: #a85409;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.booking_about_area_custom .booking-number-box h4{
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.booking_about_area_custom .btn-one{
    background-color: #0a1428;
}
.booking_about_area_custom .title h2{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
}
.feature_about .partner-box{
    align-items: flex-start;
}
.feature_about .single-box h3{
    margin-bottom: 10px;
}
.feature_about .single-box h3 span{
    margin-right: 10px;
}
.feature_about .single-box h3,
.feature_about .single-box p{
    color: #0a1428;
}
.team_area_custom{
    padding: 60px 0 60px;
}
.about_image_area{
    height: 650px;
}
.about_textblock_area{
    padding-block: 60px;
}
.about_image_area img{
    height: 100%;
}
.about_textblock_area .col-md-6:nth-child(odd){
    padding-right: 15px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.about_textblock_area .col-md-6:nth-child(even){
    padding-left: 30px;
}
.each_abt_txt_img{
    height: 450px;
}
.each_abt_txt_img img{
    height: 100%;
    object-fit: cover;
}
/*================= service page =================*/
.service_area_custom .single-service-style1 .text-holder h3 a,
.service_area_custom .single-service-style1 .text-holder p{
    color: #0a1428;
}
.service_ban .banner_custom_cont h6 {
    color: #a85409 !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 800;
    position: relative;
}
.service_ban .banner_custom_cont h3{
    text-transform: capitalize;
}
.service_text_area .each_about_text h3{
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: unset;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 35px;
    line-height: 1.5;
}
.service_ban.inner_banner_custom .banner_custom_img::before {
    background: rgba(0, 0, 0, 0.2);
}
.service_text_area .each_about_text h3 span img{
    width: 25px;
}
.service_text_area .each_about_text h3 span:first-child img{
    transform: rotate(180deg);
    margin-right: 15px;
    margin-top: -15px;
}
.service_text_area{
    padding-block: 40px;
}
.service_text_area .each_about_text h3 span:last-child img{
    margin-left: 15px;
    margin-top: -15px;
}
.service_text_area .each_about_text h3:after{
    display: none;
}
.field_exucution_area{
    background: #f3f3f3;
}
.field_exucution_area:before{
    display: none;
}
.field_exucution_area .interior-design-right-content ul li{
    border-bottom: none;
    border-left: none;
    padding-left: 0;
    width: 25%;
    padding-inline: 25px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}
.field_exucution_area .interior-design-right-content ul {
    gap: 0;
}
.field_exucution_area .interior-design-right-content {
    border-left: none;
    padding-left: 0;
}
.field_exucution_area .interior-design-right-content ul li h3 a{
    text-transform: capitalize;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.5;
    margin-block: 10px;
}
.field_exucution_area .interior-design-right-content ul li h3 a:hover{
    color: #ee7b13;
    transition: all 0.3s ease-in-out;
}
.field_exucution_area .int_img{
    display: flex;
    align-items: center;
    gap: 15px;
}
.field_exucution_area .int_img img{
    width: 25px;
}
.field_exucution_area .int_img h3{
    text-align: left;
    font-weight: 700 !important;
}
.srv_list{
    list-style: none;
    flex-direction: column;
    gap:15px !important;
    margin-top: 20px;
}
.srv_list li {
    color: #1F1F1F;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500 ;
    width: 100% !important;
    text-align: left !important;
    border-right: unset !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
.srv_link{
    color: #ee7b13;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.5s all;
    text-align: left;
}
.srv_link:hover{
    color: #ee7b13;
    opacity: 0.6;
}
.srv_list li:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.field_exucution_area .interior-design-right-content ul li p{
    color: #1F1F1F !important;
    font-size: 13px;
}
.field_exucution_area .each_about_text li{
    color: #1F1F1F
}
.field_exucution_area .interior-design-content-box .sec-title h2{
    font-size: 25px;
    color:#e8e9eb;
}
.field_exucution_area .interior-design-content-box .sec-title h2:after{
    display: none;
}
.field_exucution_area .int_img img{
    width: 56px;
}
.better_com_area .title h2{
    position: relative;
    font-size: 30px;
    line-height: 1.3;
}
.better_com_area .title h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #ee7b13;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.excelence_area{
    background-color: #121212;
}
.each_excelence_box{
    padding-block: 40px;
}
.each_excelence_box h5{
    color: #a85409 !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 800;
    position: relative;
}
.each_excelence_box h3{
    color: #fff;
    font-size: 35px;
    margin-block: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.each_excelence_box ul li span{
    width: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each_excelence_box ul li span img{
    width: 35px;
}
.each_excelence_box ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.each_excelence_box ul li{
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 0;
}
.each_excelence_box_img{
    height: 100%;
}
.each_excelence_box_img img{
    height: 100%;
    object-fit: cover;
}
.each_excelence_box_txt h2{
    color: #177e44;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 25px;
}
.subcorn_img img{
    width: 200px;
}
.each_excelence_box_txt h4{
    color: #fff;
    margin-block: 20px;
}
.each_excelence_box_txt h2 span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 5px;
}
.srv_excution_area .design-single-block{
    flex-direction: column !important;
}
.srv_excution_area .int_img img {
    margin-right: 0 !important;
}
/*================= why_hire_us page =================*/
.why_hire .single-partner-logo-box {
    flex: 0 0 32%;
    max-width: 32%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    min-height: 285px;
}
.why_hire .single-box h3 span{
    margin-right: 4px;
}
.why_hire .single-box h3{
    display: flex;
    align-items: center;
}
.why_hire .single-box span{
    display: inline-block;
}
.why_hire .single-box span:first-child{
    width: 60px;
}
.why_hire .single-box span:last-child{
    width: calc(100% - 60px);
}
.why_hire .thm-clr:before{
    display: none
}
.why_hire .thm-clr img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
/* .why_hire .single-box h3{
    font-size: 16px;
} */
.why_hire .sec-title h3{
    color: #f78f1e;
    font-weight: 400;
    font-size: 20px;
    margin-block: 10px;
}
.why_hire .sec-title p{
    color: #0a1428;
}
.why_hire .sec-title p{
    padding-inline: 150px;
}
.why_hire .fact-counter p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-inline: 50px;
    line-height: 1.8;
}
.why_hire .fact-counter-area{
    padding-bottom: 0;
}
.why_hire .fact-counter{
    padding: 40px 0 40px;
}
/*================= safety first page =================*/
.safty_about .sec-title{
    display: flex;
    padding-bottom: 0;
}
.safty_about .sec-title img {
    width: 40px;
    height: 48px;
    margin-right: 15px;
    margin-top: 5px;
}
.safty_about .sec-title h2{
    width: calc(100% - 60px);
}
.safty_about .sec-title h2{
    font-size: 28px;
}
.safty_fea .partner-box{
    flex-direction: column;
}
.safty_fea .single-partner-logo-box span:first-child{
    background: #f78f1e;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.safty_fea .single-partner-logo-box span:first-child img{
    width: 35px;
    height: 35px;
    filter: invert(10);
    -webkit-filter: invert(10);
    border-radius: unset;
}
.safty_fea .single-partner-logo-box{
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: unset;
    border-bottom: 1px solid #0a142817;
}
.workforce_box{
    flex-direction: row !important;
    margin-bottom: 70px;
}
.safty_fea .workforce_box .single-partner-logo-box{
    flex: 0 0 49%;
    max-width: 49%;
}
.safty_fea .title {
    position: relative;
    display: block;
    background: #f7f4ef;
    border-radius: 5px;
    padding: 16px 40px 18px;
}
.safty_fea .title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #f78f1e;
    text-align: center;
}
.fea_tag p{
    color: #0a1428;
    text-align: center;
    margin-bottom: 40px;
}
.safty_fea .fact-counter p span{
     color: #f78f1e !important;
}
/*================= project page =================*/
.project_gal_area .nav-tabs{
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    border-bottom: unset;
}
.project_gal_area .nav-tabs .nav-item .active.btn-one{
    background-color: #0a1428;
}
.project_gal_area .nav-tabs .nav-item .active.btn-one:hover:after{
    display: none;
}
/*======== popup from ============*/
.popup_certified{
    z-index: 9999999;
}
.certified_popup_form {
    background: white;
    overflow: hidden;
    margin: 0 auto;
}
.certified_popup_form .form-header {
    background: #0a1428;
    color: white;
    padding: 14px 10px 8px;
    text-align: center;
}
.popup_certified .modal-header{
    padding: 0;
    margin-top: 25px;
}
.popup_certified .modal-body{
    padding: 0 25px 25px 25px;
}
.popup_certified .close {
    background-color: #f78f1e !important;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1;
    margin-top: -40px;
}
.certified_popup_form .form-header h2 {
    color: #f78f1e;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}
.certified_popup_form .form-header p{
    font-size: 12px;
}
.certified_popup_form .form-control,
.certified_popup_form textarea,
.certified_popup_form select {
    position: relative;
    display: block;
    background: #f6f2eb;
    border: 1px solid #f6f2eb;
    width: 100%;
    height: 50px;
    color: #333029;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}
.certified_popup_form select{
    appearance: none;
    background-image: url(../images/custom_images/down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px top 20px !important;
    background-size: 15px !important;
}
.certified_popup_form .form-control:focus,
.certified_popup_form textarea:focus,
.certified_popup_form select:focus {
    border-color: transparent;
    box-shadow: unset;
    outline: unset;
    /* box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15); */
}
.certified_popup_form textarea {
    min-height: 80px;
    resize: vertical;
}
.certified_popup_form .btn-submit {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    border: none;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
    margin-top: 10px;
}
.certified_popup_form label{
    font-size: 14px;
    line-height: 1;
}
.certified_popup_form .form-group{
    margin-bottom: 2px;
}
.certified_popup_form .style2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 50px;
    margin-top: 15px;
}
.subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    color: #ffffff;
    font-size: 14px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 300ms ease 100ms;
    font-family: 'Work Sans', sans-serif;
}
.subscribe-form{
    margin-bottom: 20px;
}
/*================= service details page =================*/
.service_details_area{
    position: relative;
    background-color: #000b18;
    padding-top: 150px;
}
.service_details_area h2{
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.service_details_area h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #ee7b13;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.each_service_dtl h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.srv_dtl_img_box{
    height: 100%;
    padding: 10px;
}
.srv_dtl_img .row div:first-child .srv_dtl_img_box{
    padding-left: 0;
}
.srv_dtl_img .row div:last-child .srv_dtl_img_box{
    padding-right: 0;
}
.srv_dtl_img_box img{
    height: 100%;
    object-fit: cover;
}
.srv_dtl_img{
    margin-bottom: 20px;
}
.srv_dtl_img:last-child{
    margin-bottom: 0;
}
/*================= contact =================*/
.form_body {
    padding: 2rem 2rem 2.2rem;
}
.form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.full_width {
    grid-column: span 2;
}
.field_group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#contact_form label {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #2c3e44;
    display: flex;
    align-items: center;
    gap: 4px;
}
.required_asterisk {
    color: #d14545;
    font-size: 1rem;
    font-weight: bold;
}
.field_input,
.field_select,
.field_textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    border: 1.5px solid #e2e8f0;
    background-color: #fefefe;
    transition: all 0.2s;
    font-family: inherit;
    outline: none;
    color: #1a2c38;
}
.field_input:focus,
.field_select:focus,
.field_textarea:focus {
    border-color: #3b7c8c;
    box-shadow: 0 0 0 3px rgba(59, 124, 140, 0.2);
    background-color: #fff;
}
.field_textarea {
    resize: vertical;
    min-height: 100px;
}
.upload_zone_wrapper {
    margin-top: 0.25rem;
}
.upload_dropzone {
    background-color: #fafcff;
    border: 2px dashed #bbd4e0;
    border-radius: 24px;
    padding: 1.6rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.upload_dropzone:hover {
    border-color: #3b7c8c;
    background-color: #f1f9fe;
}
.upload_icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #568c9c;
}
.upload_text {
    font-size: 0.9rem;
    color: #2c5a68;
    font-weight: 500;
}
.upload_hint {
    font-size: 0.7rem;
    color: #6f8f9c;
    margin-top: 8px;
}
.file_input_hidden {
    display: none;
}
.file_list_preview {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
}
.file_badge {
    background: #eaf4f7;
    padding: 5px 12px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #1e4a5f;
    font-size: 0.75rem;
}
.form_container button,
.form_container button:after{
    border-radius: 0;
}
.remove_file_btn {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #a03e3e;
    font-weight: bold;
    margin-left: 5px;
}
.toast_notify {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e2f3e;
    color: white;
    padding: 12px 28px;
    border-radius: 60px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1000;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}
.toast_notify.show {
    opacity: 1;
}
hr {
    margin: 0.5rem 0 1rem;
    border: none;
    border-top: 1px solid #e9eef3;
}
.inline_note {
    font-size: 0.7rem;
    color: #6c8d9b;
    margin-top: 4px;
}
.contact_info_area{
    background-color: #f8f8f7;
    padding-block: 40px;
}
.each_contact_info{
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.each_contact_info img{
    width: 30px;
    margin-bottom: 15px;
} 
.each_contact_info a,
.each_contact_info h4{
    display: inline-block;
    color: #1a2c38;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.each_contact_info p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
.each_contact_info a:hover{
    color: #1a2c38;
    opacity: 0.6;
}
.contact_info_area .col-lg-3:not(:last-child){
    border-right: 1px solid #c8c6c3;
    height: 100%;
}
/*======== responsive css ============*/
@media (max-width: 1699.98px) {
    .main-menu .navigation> li {
        margin-right: 71px !important;
    }
    .each_about_home h2 {
        font-size: 40px;
    }
    .interior-design-content-box .sec-title {
        padding-right: 0;
    }
    .about_home_area .each_contact_info h4 {
        font-size: 16px;
    }
    .each_about_home .interior-design-content-box{
        padding-top: 80px;
    }
    .sec-title h2 {
        font-size: 40px;
    }
    .interior_design_btns a{
        font-size: 13px;
    }
}
@media (max-width: 1399.98px) {
    .banner_custom_cont h1{
        font-size: 75px;
    }
    .main-menu .navigation> li {
        margin-right: 30px !important;
    }
    .main-menu .navigation>li>a{
        font-size: 14px;
    }
    .banner_custom_cont h3 {
        font-size: 18px;
    }
    .each_about_home .interior-design-content-box{
        padding-right: 50px;
    }
    .about_home_area .each_contact_info img {
        width: 72px;
    }
    .each_about_home .interior-design-content-box{
        padding-left: 50px;
    }
    .about_home_area .each_contact_info h4 {
        font-size: 12px;
    }
    .about_home_area .each_contact_info h3 {
        font-size: 40px;
        height: 32px;
        top: 13px;
    }
    .interior_design_custom .int_img img {
        width: 55px;
        margin-right: 20px;
    }
    .interior_design_custom .text h3 {
        font-size: 32px;
    }
    .performance_list li{
        font-size: 14px;
    }
    .sec-title h2 {
        font-size: 34px;
    }
    .interior_design_btns a {
        font-size: 11px;
        padding: 7px;
    }
    .footer_area_custom .footer-widget-links1 li {
        font-size: 12px;
    }
    .footer_area_custom .text {
        padding-right: 0;
    }

}
@media (max-width: 1199.98px) {
    .banner_custom_cont h1{
        font-size: 65px;
    }
    .banner_custom_cont h1 span{
        font-size: 75px;
    }
    .interior_design_custom .interior-design-right-content {
        padding-top: 60px;
    }
    .banner_custom_cont{
        padding-inline: 15px;
    }
    .header_right_main{
        gap:20px;
        flex-direction: row-reverse;
    }
    .each_about_home .interior-design-content-box {
        padding: 30px 15px;
    }
    .about_home_area .each_contact_info a, .about_home_area .each_contact_info h4 {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .why_hire .single-partner-logo-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .why_hire .sec-title p{
        padding-inline: 0;
    }
    .banner_custom_cont h1{
        font-size: 45px;
    }
    .banner_custom_cont h1 span{
        font-size: 55px;
    }
    .banner_custom_cont{
        top: calc(50% + 40px);
    }
    .banner_custom_cont h3 {
        font-size: 14px;
        margin-top: 20px;
    }
    .inner_banner_custom,
    .inner_banner_custom .banner_custom_img,
    .inner_banner_custom .banner_custom_img img{
        height: 80vh;
    }
    .field_exucution_area .interior-design-right-content ul li{
        width: 50%;
    }
    .better_com_area .title h2 {
        font-size: 26px;
        text-align: left;
    }
    .better_com_area .booking-content-box a{
        letter-spacing: 0;
    }
    .each_excelence_box {
        padding-block: 25px;
    }
    .each_excelence_box h3 {
        font-size: 22px;
        margin-block: 11px;
    }
    .about_home_area_wrap{
        flex-direction: column-reverse;
    }
    .about_home_area .col-lg-6:last-child .each_about_home{
        height: 300px;
     }
     .about_home_area .sec-title{
        margin-bottom: 0;
     }
     .contact_info_area .col-lg-3{
        margin-bottom: 15px;
     }
     .contact_info_area .col-lg-3:nth-child(2){
        border-right: none;
    }
    .service_details_area {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .why_hire .single-partner-logo-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why_hire .single-box h3{
        flex-direction: column;
    }
    .safty_fea .workforce_box .single-partner-logo-box{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner_custom,
    .banner_custom_img{
        height: 400px;
    }
    .banner_custom_img img{
        height: 100%;
    }
    .banner_custom_cont h1{
        font-size: 35px;
    }
    .banner_custom_cont h1 span{
        font-size: 45px;
    }
    .header_custom .btn-one.style2 {
       font-size: 11px;
        line-height: 1.2;
        padding: 10px 5px;
        margin: 0;
    }
    .header_custom .logo {
        width: 130px;
    }
     .header_custom .mobile-nav-toggler .icon-bar {
        height: 2px;
        width: 18px;
        margin: 4px 4px;
    }
    .header_right_main {
        gap: 4px;
        flex-direction: row-reverse;
        margin-left: 5px;
    }
    .interior_design_btns {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .interior_design_custom .interior-design-right-content ul li {
        width: 100%;
    }
    .interior_design_custom .interior-design-right-content {
        padding-left: 0;
        border-left: none;
    }
    /* .interior_design_custom .interior-design-right-content ul li:nth-child(3){
        border-bottom: 1px solid rgb(255, 255, 255,0.1);
    } */
    .footer_area_custom .copyright-text{
        text-align: center;
    }
    .footer_area_custom .single-footer-widget.marbtm {
        margin-bottom: 0;
    }
    .footer_area_custom .single-footer-widget.pdtop {
        padding-top: 0;
    }
    .final_image_area,
    .first_image_area{
        height: 250px;
    }
    .about_area_custom{
        padding-top: 40px;
    }
    .inner_banner_custom,
    .inner_banner_custom .banner_custom_img,
    .inner_banner_custom .banner_custom_img img{
        height: 50vh;
    }
    .about_text_area {
        padding-block: 40px;
    }
    .each_about_text h3{
        margin-bottom: 25px;
    }
    .about_image_area {
        height: 350px;
    }
    .about_textblock_area .col-md-6:nth-child(even){
        padding-left: 0;
    }
    .about_textblock_area {
        padding-block: 40px;
    }
    .booking_about_area_custom {
        background-color: #121212;
        padding-block: 40px;
    }
     .better_com_area .title h2 {
        font-size: 26px;
        text-align: center;
    }
    .better_com_area .title h2:after{
        display: none;
    }
    .service_ban .banner_custom_cont h3 {
        margin-top: 36px;
    }
    .field_exucution_area .interior-design-content-box .sec-title h2 br{
        display: none;
    }
    .field_exucution_area .interior-design-content-box .sec-title h2{
        font-size: 20px;
    }
    .better_com_area .booking-content-box a {
        font-size: 12px;
    }
    .field_exucution_area .interior-design-right-content ul li{
        border-left: none;
        border-right: none;
        padding-block: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .field_exucution_area .interior-design-content-box .sec-title {
       text-align: center;
    }
    .srv_img_area{
        height: 300px;
    }
    .srv_img_area img{
        height: 100%;
        object-fit: cover;
    }
    .srv_dtl_img_box{
        padding: 0 0 15px 0;
    }
    .form_grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .full_width {
        grid-column: span 1;
    }
    .form_body {
        padding: 1.5rem 0;
    }
    .form_header {
        padding: 1.25rem 1.5rem;
    }
    /* .contact_info_area .col-lg-3{
        border-right: none;
    } */
     .contact_info_area {
        padding-inline: 15px;
     }
    .contact_info_area .col-lg-3:not(:last-child){
        border-bottom: 1px solid #dedede;
        border-right: none;
    }
    .container-fluid {
        padding-inline: 10px;
    }
    .banner_custom_cont h3 {
        font-size: 10px;
        margin-top: 20px;
    }
    .interior_design_custom {
        padding-block: 40px;
    }
    .interior_design_custom .interior-design-content-box {
        padding-right: 0;
        padding-left: 15px;
    }
    .footer_area_custom {
        padding-left: 15px;
    }
    .interior_design_custom .interior-design-right-content .design-single-block {
        justify-content: left;
    }
    .banner_custom_cont h3 span {
        font-size: 24px;
        top: 4px;
        margin-inline: 2px;
    }
    .interior_design_custom .interior-design-right-content {
        padding-top: 0;
    }
    .service_text_area .each_about_text h3 {
        font-size: 20px;
    }
    .banner_custom_cont h1{
        padding-bottom: 0;
    }
}