@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); body {
    font-family: "Noto Sans", sans-serif;
}

.font_nato {
    font-family: "Noto Sans", sans-serif !important;
}
.font_nato p{
    font-family: "Noto Sans", sans-serif !important;
}

.font_monts {
    font-family: Montserrat, sans-serif !important;
}
.font_monts p{
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
}
p {
    font-family: Montserrat, sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(31, 31, 31);
}

::-webkit-scrollbar-thumb {
    background: rgb(242, 202, 48);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(85, 85, 85);
}

.inner_page_banner {
}

.inner_page_banner img {
    width: 100%;
    height: 100%;
}

.chat {
    border-radius: 0px;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    background-image: url("../images/leftarrow.png");
    background-size: contain;
    height: auto;
    width: auto;
    position: absolute;
    z-index: 4;
    left: -8px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    background-image: url("../images/rightarrow.png");
    background-size: contain;
    height: auto;
    width: auto;
    right: -8px;
}

.inner_page_slider img {
    width: 93%;
}

section.inner_main_content {
    padding: clamp(40px, 5.2vw, 70px) 0px 0;
}

section.inner_main_content .client-sec {padding: clamp(15px, 3.2vw, 30px) 0;}

section.inner_main_content .client-sec > .container {
    /* max-width: 93%; */
    /* width: 93% !important; */
}

.inner_main_heading {
}

.inner_main_heading h1 {
    font-size: clamp(30px, 3.2vw, 50px);
    font-weight: 800;
    color: rgb(67, 66, 68);
    padding-bottom: 10px;
}

section.inner_main_content .para {
}

section.inner_main_content .para p {
    margin-bottom: 10px;
    font-size: clamp(16px, 3.2vw, 20px);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.73);
    text-align: justify;
    font-family: 'Noto Sans';
}

.tag_line_tier_comp {
}

.tag_line_tier_comp h2 {
    text-align: center;
    background-color: rgb(51, 52, 142);
    color: rgb(242, 202, 48);
    padding: 12px;
    box-shadow: rgb(51, 52, 142) 0px 0px 0px 100vmax;
    clip-path: inset(0px -100vmax);
}

.tag_line_tier_comp p {
    font-size: clamp(18px, 3.2vw, 40px);
    text-align: center;
    font-weight: 500;
    margin: 0px;
    padding: clamp(10px, 3.2vw, 16px);
}

ul.icon-list {
    margin-bottom: 20px;
}

ul.icon-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.icon-list li a {
    padding: 15px !important;
}

ul.icon-list li a img {
    margin: 0px;
}
ul.nav-tabs li > ul {
    position: absolute;
    list-style: none;
    background-color: #f2ca30;
    top: 45px;
    width: max-content;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
ul.nav-tabs li > ul li {
    position: relative;
    padding: 5px 25px 5px;
}

ul.nav-tabs li > ul li:after {
    position: absolute;
    left: 8px;
    top: 50%;
    height: 1.5px;
    width: 10px;
    background-color: #000;
    content: '';
    transform: translateY(-50%);
}

ul.nav-tabs li > ul > li:hover {
    background-color: #fbe02f;
}

ul.nav-tabs li > ul > li:hover:before {
    width: 0;
    transform: scale(0);
}
ul.nav-tabs li:hover {}

ul.nav-tabs li:hover ul {
    opacity: 1;
    visibility: visible;
}
section.inverter_model {
    padding: clamp(20px, 8.2vw, 50px) 0px 0px;
}

section.inverter_model .inverter_model_inner_content {
    margin-bottom: 20px;
}

section.inverter_model .inverter_model_inner_content .inv_img_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(300px, 30.2vw, 400px);
    background-color: rgb(242, 202, 48);
    margin-bottom: 15px;
}

section.inverter_model .inverter_model_inner_content img {
    width: clamp(50%, 26.2vw, 65%);
}

section.inverter_model .inverter_model_inner_content .content {
}

section.inverter_model .inverter_model_inner_content .content h2 {
    font-size: clamp(15px, 3.2vw, 32px);
    font-weight: 700;
}

section.inverter_model .inverter_model_inner_content .content p {
    font-size: clamp(18px, 3.2vw, 24px);
    font-family: "Noto Sans";
}

section.inverter_model .inverter_model_inner_content:not(:nth-child(2)) {
}

section.inverter_model .inverter_model_inner_content:nth-child(2) .inv_img_holder {
    background-color: rgb(18, 72, 151);
}

section.inverter_model .inverter_model_inner_content:last-child {
}

section.inverter_model .inverter_model_inner_content:last-child .content h2 {
    opacity: 0;
    visibility: visible;
}

.daily_analysis {padding:  clamp(15px, 3.2vw, 30px) 0;}

.daily_analysis h2 {font-weight: 700;}

.daily_analysis p {
    margin-bottom: clamp(10px, 3.2vw, 18px);
    font-size: clamp(16px, 3.2vw, 20px);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.73);
}

.daily_analysis .anaysis_image_holder {
    margin-top: clamp(15px, 3.2vw, 30px);
}

.monitor_testimonial {
    padding: clamp(40px, 5.2vw, 70px) 0px 0;
    position: relative;
}

.monitor_testimonial .test_image_holder {
    position: relative;
    width: 100%;
}

.monitor_testimonial .test_image_holder .test_intr {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 0px 15px;
}

.monitor_testimonial .test_image_holder .test_bg_img {
    width: 100%;
    height: calc(0% + 304px);
}

.monitor_testimonial .test_image_holder .test_intr span {
    color: rgb(215, 135, 37);
    font-size: clamp(15px, 3.2vw, 22px);
}

.monitor_testimonial .test_row {
    position: relative;
    top: clamp(-283px, 52.2vw, -130px);
}

.monitor_testimonial .test_row .test-col {
    margin-bottom: clamp(10px, 3.2vw, 20px);
}

.monitor_testimonial .test_row .test-col .test_inner_content {
    background-color: rgb(255, 255, 255);
    padding: clamp(22px, 3.2vw, 22px);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    filter: drop-shadow(rgb(221, 221, 221) 1px 2px 6px);
}

.monitor_testimonial .test_image_holder .test_bg_img img {
    height: 100%;
}

.monitor_testimonial .test_row .test-col .test_inner_content .star {
    margin-top: auto;
    display: inline-block;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(97%) sepia(93%) saturate(7496%) hue-rotate(10deg) brightness(108%) contrast(105%);
}

.monitor_testimonial .test_row .test-col .test_inner_content p {
    text-align: justify;
    font-weight: 500;
}

/* start about  */
.zig-zag-row {
    align-items: center;
}

.zig-zag-row .zig-zag-col {
    font-family: 'Montserrat';
}

.zig-zag-row .zig-zag-col .inner_content {
    font-size: clamp(16px, 3.2vw, 20px);
}

.zig-zag-row .zig-zag-col .inner_content .image_holder {}

.zig-zag-row .zig-zag-col .inner_content .image_holder img {
    width: 100%;
}

.zig-zag-row .zig-zag-col .inner_content .info {}

.zig-zag-row .zig-zag-col .inner_content .info p {
    font-weight: 500;
}
.zig-zag-row .zig-zag-col .inner_content .info h2 {
}

.about_bottom_section {
    position: relative;
    overflow: hidden;
}

.about_bottom_section .about_bottom_image_holder {
    position: relative;
    overflow: hidden;
}

.about_bottom_section .about_bottom_image_holder img {
    width: 100%;
}
.about_bottom_section .about_detail {
    position: absolute;
    top: clamp(calc(40% + 50px), 3.2vw, 40%);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.about_bottom_section .about_detail .content {
    font-size: clamp(16px, 2.2vw, 40px);
    color: #f2ca30;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.35;
}

.about_bottom_section .about_detail .content span {
    display: block;
}

.about_bottom_section .about_detail .content span:nth-child(2), .about_bottom_section .about_detail .content span:nth-child(4)  {
    font-size: clamp(18px, 5.2vw, 64px);
}

.about_bottom_section .about_detail .content span:last-child {
    font-size: clamp(14px, 2.2vw, 18px);
    width: 50%;
    color: #dddd;
}


/* End about */

/* industrial Project  */

.industrial_project_slider {
    padding-top: clamp(40px, 5.2vw, 50px);
}

section.inner_main_content .blue_tag_heading.text-center {
    background-color: #082656;
    width: max-content;
    margin: 0 auto;
    padding: 4px 22px;
    color: #fff;
    margin-bottom: 5px;
}

section.inner_main_content .client-sec .blue_tag_heading.text-center h2 {
    margin: 0;
    font-weight: 700;
}

section.inner_main_content .swiper-wrapper {
    padding: 0;
    position: relative;
}

.industrial_project_slider .intro {
    margin-top: 10px;
}

.industrial_project_slider .intro p {
    margin: 0;
    font-family: 'Noto Sans';
    font-size: clamp(16px, 3.2vw, 20px);
}

.industrial_project_slider .intro p:nth-child(2) strong {
    margin-bottom: 8px;
    display: inline-block;
}

footer {
    margin-top: 50px;
}

/* end industrial project  */


/* residential project  */

body .residential_project_slider .blue_tag_heading.text-center {
    background-color: #294e84;
    margin-top: 14px;
    max-width: 93%;
    width: 93% !important;
}

body .residential_project_slider .blue_tag_heading.text-center h2 {
    font-size: clamp(22px, 3.2vw, 40px);
}

/* end residential project  */

/* start certification  */

.certification_image_holder {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(25px, 5.2vw, 50px);
}

/* end certification  */

.design_tag_line {
    margin-top: 10px;
    font-weight: 600 !important;
    font-size: clamp(16px, 3.2vw, 20px);
}
/* end design  */

/* structure and civil style  */


.work_item {}
.work_item .design_tag_line {
    padding: 10px 0;
    font-size: clamp(22px, 3.2vw, 35px);
}
.work_item:first-child .design_tag_line {
    margin-bottom: clamp(15px, 3.2vw, 30px);
}
.work_item:last-child .design_tag_line {
    background-color: #31b67d;
}
.work_item:not(:first-child) .design_tag_line {margin-bottom: clamp(15px, 3.2vw, 30px);}

/* end structure and civil style  */


/* start engineering and team  */

body .residential_project_slider .blue_tag_heading.text-center p {
    margin: 0;
    font-size: clamp(18px, 3.2vw, 23px);
    font-weight: 700;
    font-family: 'Noto Sans';
}

/* end engineering and team  */




.outsourcing_banner {
    max-width: 93%;
    width: 93%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: clamp(22px, 3.2vw, 36px);
    background-color: #ffcb05;
    color: #124897;
    font-weight: 700;
    line-height: 1.2;
}

.outsourcing_banner p {
    font-family: 'Noto Sans';
    margin: 0;
    padding: 18px;
}

.outsourcing_banner p span {
    display: block;
}

li.menu-item-has-children::after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: black;
    font-weight: 800;
}

li.menu-item-has-children:hover::after {
    content: '';
    top: 50%;
    width: 8px;
    height: 1.5px;
    background-color: #000;
}

@media only screen and (max-width: 991px) {
    .monitor_testimonial .test_row {
        top: clamp(-283px, 52.2vw, -70px);
    }
}

@media only screen and (max-width: 768px) {
    .monitor_testimonial .test_row {
        top: clamp(-283px, 52.2vw, 22px);
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        filter: brightness(0) saturate(100%) invert(88%) sepia(26%) saturate(4533%) hue-rotate(355deg) brightness(102%) contrast(101%) drop-shadow(2px 4px 6px black);
        right: -5px;
    }
    .about_bottom_section .about_detail {
        top: 50%;
    }
    
    .about_bottom_section .about_detail .content span:nth-child(2), .about_bottom_section .about_detail .content span:nth-child(4) {
        font-size: clamp(34px, 7.2vw, 64px);
    }
    
    .about_bottom_section .about_detail .content {
        font-size: clamp(22px, 4.2vw, 40px);
        text-align: center;
    }
    .about_bottom_section .about_detail .content span:last-child {
        margin: 0 auto;
        width: 60%;
    }
    ul.nav-tabs li:hover ul {
        position: relative;
        top: 0;
    }
    li.menu-item-has-children:hover::after {
        top: 7%;
    }
    
    
}

@media only screen and (min-width: 768px){
    li.menu-item-has-children::after {
        content: "+";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
        color: black;
        font-weight: 800;
    }

    li.menu-item-has-children:hover::after {
        content: '';
        top: 50%;
        width: 8px;
        height: 1.5px;
        background-color: #000;
    }

    li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0px);
    }

    ul.nav-list > li:last-child > a {
        border-right: 0px;
    }

    li.menu-item-has-children:last-child ul.sub-menu {
        right: 0px;
    }

    .main-header.active li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(38px);
    }

    .main-header.active ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 380px) {
    .monitor_testimonial .test_row {
        top: 50px;
    }
}
