/*
	Theme Name:     Roma Blinds
	Theme URI:      
	Description:    Roma Blinds
	Author:         Roma Blinds
	Author URI:     
	Template:       Divi
	Version:        1.0.0
*/

@import url("main_style.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-size: 16px !important;
    color: #000;
    margin: 0 !important;
    line-height: 1.3;
    font-weight: 400;
}

.ss {
    font-family: "Playfair Display", serif;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsItalic.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsBoldItalic.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsLightItalic.woff2') format('woff2'),
        url('include/css/fonts/FONTSPRINGDEMO-TheSeasonsLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/* ---------- main banner ---------- */

.bnr_sec .et_pb_slide {
    height: 850px;
    display: flex !important;
    align-items: center;
}

.bnr_txt_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr_main_ttl {
    font-size: 75px;
    color: #000000;
    font-weight: 700;
}

.bnr_main_des {
    font-size: 44px;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
}

/* ---------- main banner end ---------- */
/* ----------scroll text start---------- */


.scrl_txt_box {
    position: relative;
    padding: 20px 150px 20px 0;
    line-height: 1;
}

.scrl_txt_box::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: #FFFFFF66;
    z-index: -1;
}

.scrl_txt i {
    padding-left: 10px;
}

.scrl_txt {
    justify-content: right;
    padding: 0 30px;
    font-size: 30px;
    font-weight: 500;
    background: #272030;
    width: fit-content;
    margin: 0 0 0 auto;
    cursor: pointer;
    animation: topBottom 2s ease-in-out infinite alternate;
}

@keyframes topBottom {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

/* ----------scroll text end---------- */
/*------Why choose us section start------ */


.wcu_main_box_inr {
    margin: -10px;
    padding-top: 50px;
}

.wcu_box {
    width: 25%;
    padding: 10px;
    position: relative;

}

.wcu_box_inr {
    width: 100%;
    position: relative;
    background-size: 100% 100% !important;
    transition: .8s;
    padding: 30px 40px;
}

.wcu_box1 .wcu_box_inr {
    background: url(../../../wp-content/uploads/2025/10/wcu_bg1.png) no-repeat;
}

.wcu_box2 .wcu_box_inr {
    background: url(../../../wp-content/uploads/2025/10/wcu_bg2.png) no-repeat;
}

.wcu_box3 .wcu_box_inr {
    background: url(../../../wp-content/uploads/2025/10/wcu_bg3.png) no-repeat;
}

.wcu_box4 .wcu_box_inr {
    background: url(../../../wp-content/uploads/2025/10/wcu_bg4.png) no-repeat;
}

.wcu_img_box {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.wcu_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border: 10px solid #272030;
    background: #fff;
    border-radius: 100%;
}

.wcu_img img {
    width: 100%;
    height: 40px;
    object-fit: contain;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.wcu_txt {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.wcu_txt {
    padding-top: 55px;
}


.wcu_box {
    scale: 0;
}

.wcu_box1 {
    transition: 1s;
}

.wcu_box2 {
    transition: 1.5s;
}

.wcu_box3 {
    transition: 2s;
}

.wcu_box4 {
    transition: 2.5s;
}

.actv_wcu_sec .wcu_box {
    scale: 1;
}

/*------Why choose us section end------ */
/*------Lorem ipsum dolor sit amet section start------ */
.lorem_img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 20px;
    clip-path: inset(40%);
    opacity: 0;
    transition:
        clip-path 1.4s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 1.4s ease;
}

.actv_lorem_sec .lorem_img img {
    clip-path: inset(0);
    opacity: 1;
    transition-delay: 0s;
}

.lorem_round_svg_col {
    position: absolute;
    bottom: -60px;
    left: -90px;
    z-index: -1;
}

.lorem_round_svg {
    display: flex;
    animation: spin 10s linear infinite;
}

.lorem_round_svg svg {
    width: 100%;
    height: 240px;
}

.lorem_col2 {
    padding-left: 50px;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 2s;
}

.actv_lorem_sec .lorem_col2 {
    clip-path: inset(0 0 0 0);
}

/*------Lorem ipsum dolor sit amet section end------ */

/* -----------------our_partner section--------------- */

.our_partner_main_col {
    padding-top: 20px;
}

.our_partner_box {
    width: 240px !important;
    padding: 0 10px;
    float: left;
}

.our_partner_img {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.our_partner_img img {
    width: 100% !important;
    height: 45px;
    object-fit: contain;
    transition: 1s;
}

.our_partner_box:hover .our_partner_img img {
    transform: scale(.9)
}

.our_partner_inner_col {
    display: flex;
}

/* -----------------our_partner section end--------------- */

/* -------------get in touch section start--------- */


.gt_12_inr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.gt_6 {
    width: 50%
}

.gt_12 {
    width: 100%
}

.gt_6,
.gt_12 {
    padding: 10px;
    position: relative;
}

.gt_form {
    padding: 0 50px;
}

.contect_filed {
    font-size: 16px;
    height: 50px;
    padding: 10px 15px !important;
    width: 100%;
    background: transparent !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 30px;
    color: #000 !important;
    position: relative;
}


::placeholder {
    display: none;
    color: #000000 !important;
}

option {
    color: #000 !important;
}

textarea.contect_filed {
    height: 115px;
    resize: none;
    border-radius: 15px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.1;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 10px !important;
    margin: 0 !important;
}

.gt_form_btn .site_button {
    border: none !important;
}


/* -------------get in touch section end--------- */
/* -----------------map section start--------------- */
.map_box {
    display: flex;
}

.map_box iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

/* -----------------map section end--------------- */
/* -----------------Lorem 2 section start--------------- */

.lorem2_col1 {
    width: 45% !important;
    padding-right: 60px;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 2s;
}

.actv_lorem2_sec .lorem2_col1 {
    clip-path: inset(0 0 0 0);
}


.lorem2_col2 {
    width: 55% !important;
}

.lorem2_img img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 0 0 0 200px;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 2s;
}

.actv_lorem2_sec .lorem2_img img {
    clip-path: inset(0 0 0 0);
}

/* -----------------Lorem 2 section end--------------- */
/* -----------------About us section start--------------- */
.wcu_sec {
    border-radius: 0 0 60px 60px;
    box-shadow: 0px 0px 33px 0px #00000021;
    z-index: 1;
}

.abt_sec:after {
    position: absolute;
    content: "";
    height: 111%;
    width: 100%;
    background: url(../../../wp-content/uploads/2025/11/abt_bg.png) no-repeat;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% 100%;
    bottom: 0;
    z-index: 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 2s;
}

.actv_abt_sec.abt_sec:after {
    clip-path: inset(0 0 0 0);
}

.abt_year_main_box {
    width: 380px;
    z-index: 9;
    position: absolute;
    top: -180px;
    right: 160px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 1s;

}

.actv_abt_sec .abt_year_main_box {
    clip-path: inset(0 0 0 0);
}


.abt_year_main_box_inr {
    border: 4px solid #FFFFFF;
    background: #000000;
    border-radius: 20px 100px 20px 100px;
    padding: 40px 50px;
}

.abt_year_ttl {
    font-size: 42px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FFFFFF66;
}

.abt_col2 {
    padding-right: 200px !important;
}

.abt_main_ttl {
    padding-bottom: 60px !important;
    margin-bottom: 60px;
    border-bottom: 1px solid #272030;
}

.abt_des_ttl {
    color: #000;
    font-size: 30px;
    padding-bottom: 20px;
}

/* -----------------About us section end--------------- */
/* -----------------our project section start--------------- */
.our_project_col span.et_overlay,
.our_project_col h3.et_pb_gallery_title {
    display: none !important;
}

.our_project_col .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.our_project_col .et_pb_gallery_item {
    padding: 10px;
}

.our_project_col .et_pb_gallery_image a {
    display: flex;
}

.our_project_col .et_pb_gallery_image a img {
    width: 435px;
    height: 435px;
    object-fit: cover;
    clip-path: inset(30%);
    opacity: 0;
    transition:
        clip-path 1.4s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 1.4s ease;
}

.actv_our_project_sec .our_project_col .et_pb_gallery_image a img {
    clip-path: inset(0);
    opacity: 1;
    transition-delay: 0s;
}

.our_project_sec {
    border-bottom: 1px solid #ddd;
}

/* -----------------our project section end--------------- */

/* ----------------- faq section start  -----------------*/

.faq_col .et_pb_accordion_item {
    background: #fff;
    padding: 0 !important;
    margin: 10px !important;
    border: none !important;
}


.faq_col .et_pb_toggle_title {
    font-family: "Playfair Display", serif;
    padding: 15px !important;
    border-bottom: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #272030 !important;
    line-height: 1.5;
    border: 1px solid #DDDDDD;
}

.faq_col .et_pb_toggle_content {
    font-size: 16px !important;
    color: #000;
    line-height: 1.6;
    padding: 10px !important;
}

.faq_col .et_pb_toggle_title:before {
    content: "\4c" !important;
    color: #000;
    font-size: 30px;
    right: 15px !important;
}

.faq_col .et_pb_toggle_open .et_pb_toggle_title:before,
.faq_col .et_pb_toggle_open .et_pb_toggle_title {
    color: #000 !important;
}


.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
    content: "\4b" !important;
    position: absolute;
    right: 15px !important;
    font-family: ETmodules !important;
}

.faq_col .et_pb_toggle_title:before,
.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
    font-size: 15px;
}

/* ------------- faq section end------------ */
/* ------------- get in touch section start------------ */

.get_in_touch_sec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 600px;
    background: url(../../../wp-content/uploads/2025/11/service_bg_after.png) no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: 0;
    animation: widthExpand 15s ease-in-out infinite;
    transform-origin: right center;
    /* makes the shrink happen from the right side */
}

@keyframes widthExpand {
    0% {
        width: 0;
        opacity: 0.6;
    }

    50% {
        width: 600px;
        opacity: 1;
    }

    100% {
        width: 0;
        opacity: 0.6;
    }
}


.opn_hr_main_ttl_box {
    padding-top: 50px;
}

.get_in_touch_col1 {
    width: 45% !important;
    padding-right: 70px;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.6, 0.5, 0.3, 1);
    transition: 2s;
}

.actv_get_in_touch_sec .get_in_touch_col1 {
    clip-path: inset(0 0 0 0);
}

.get_in_touch_col2 {
    width: 55% !important;
    scale: 0;
    transition: 2s;
    transform: rotate(179deg);
}

.actv_get_in_touch_sec .get_in_touch_col2 {
    scale: 1;
    transform: rotate(0deg);

}

.cnt_us_arw {
    display: flex;
    padding-bottom: 20px;
}

.cnt_us_arw img {
    width: 100%;
    height: 23px;
    object-fit: contain;
    object-position: left;
}

.cnt_us_info_main_box_inr a {
    display: flex;
    color: #fff;
}

.cnt_us_add_box,
.cnt_us_main_box {
    font-size: 20px;
}

.cnt_us_call {
    font-size: 54px;
    padding: 20px 0;
}

.cnt_us_info_main_box {
    position: absolute;
    z-index: 1;
}

.cnt_us_info_main_box_inr {
    padding: 230px 50px 0 150px;
}

.cnt_us_svg {
    display: flex;
    animation: spin 50s linear infinite;
    position: relative;
}

.cnt_us_svg svg {
    width: 100%;
    height: 660px;
}

.get_in_touch_sec {
    overflow: hidden;
}
.tc_col p {
    padding: 5px !important;
}
/* ------------- get in touch section end------------ */

@media all and (min-width: 320px) and (max-width: 767px) {
    .bnr_sec .et_pb_slide {
        height: 300px;
    }

    .bnr_main_ttl {
        font-size: 28px;
    }

    .bnr_main_des {
        font-size: 20px;
        padding-top: 5px;
    }

    .scrl_txt_box {
        padding: 10px 20px 10px 0;
    }

    .scrl_txt {
        font-size: 15px;
        padding: 0 20px;
    }

    /*------Why choose us section start------ */
    .wcu_main_box_inr {
        margin: -5px;
        padding-top: 20px;
    }

    .wcu_box {
        width: 50%;
        padding: 5px;
        display: flex;
    }

    .wcu_box_inr {
        padding: 10px;
        background: #fff !important;
        border-radius: 10px;
        width: 100%;
    }

    .wcu_img_box {
        top: -25px;
    }

    .wcu_box3,
    .wcu_box4 {
        padding-top: 30px;
    }

    .wcu_img {
        height: 60px;
        width: 60px;
        border: 4px solid #272030;
    }

    .wcu_img img {
        height: 25px;
    }

    .wcu_txt {
        padding-top: 30px;
        font-size: 14px;
        line-height: 1.3;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 0;
    }

    .lorem_img img {
        height: 310px;
        border-radius: 10px;
    }

    .lorem_round_svg_col {
        display: none;
    }

    .lorem_round_svg svg {
        height: 150px;
    }

    .lorem_col2 {
        padding-left: 0px;
    }

    .lorem_des {
        padding-top: 10px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_main_col {
        padding-top: 0px;
    }

    .our_partner_box {
        width: 140px !important;
        padding: 0 5px;
    }

    .our_partner_img {
        height: 60px;
    }

    .our_partner_img img {
        height: 25px;
    }

    /* -------------get in touch section start--------- */
    .gt_form {
        padding: 0;
    }

    .gt_6,
    .gt_12 {
        width: 100%;
        padding: 5px 0;
        position: relative;
    }

    .contect_filed {
        font-size: 14px;
        height: 40px;
    }

    textarea.contect_filed {
        height: 85px;
    }

    /* ---------map section start------------- */
    .map_box iframe {
        height: 250px;
    }

    /* -----------------Lorem 2 section start--------------- */
    .lorem2_sec.pd_b {
        padding-top: 30px !important;
    }

    .lorem2_img img {
        height: 310px;
        border-radius: 20px;
    }


    .lorem2_col1 {
        width: 100% !important;
        padding-right: 0;
    }

    .lorem2_des {
        padding-top: 15px;
    }

    /* -----------------About us section end--------------- */
    .wcu_sec {
        border-radius: 0;
    }

    .abt_year_main_box {
        width: 300px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .abt_year_ttl {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;

    }

    .abt_year_ttl,
    .abt_txt_ttl,
    .abt_main_ttl {
        text-align: center;
    }

    .abt_btn_box {
        display: flex;
        justify-content: center;
    }

    .abt_year_main_box_inr {
        border-radius: 15px;
        padding: 20px;
    }

    .abt_col2.pd_tb {
        padding-right: 12px !important;
        padding-left: 12px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abt_main_ttl {
        padding-bottom: 10px !important;
        margin-bottom: 10px;
    }

    .abt_des_ttl {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .abt_des_box {
        text-align: center;
    }

    .abt_sec:after {
        top: 0;
        height: 100%;
        opacity: 0.5;
    }

    .abt_row {
        display: flex;
        flex-wrap: wrap;
    }

    .abt_col1 {
        width: 100% !important;
    }

    .abt_col2 {
        width: 100% !important;
    }

    .abt_btn_box .site_btn_main_box {
        justify-content: center;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 130px;
        height: 130px;
    }

    .our_project_col .et_pb_gallery_item {
        padding: 5px;
    }

    /* ----------------- faq  -----------------*/
    .faq_col .et_pb_toggle_title {
        padding: 7px !important;
        font-size: 14px !important;
        padding-right: 20px !important;
    }

    .faq_col .et_pb_toggle_content {
        font-size: 14px !important;
        padding: 5px !important;
    }

    .faq_col {
        width: 100% !important;
    }

    .faq_col .et_pb_accordion_item {
        margin: 5px !important;
    }

    .faq_col .et_pb_toggle_title:before {
        right: 10px !important;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 80px 50px 0 75px;
        width: 300px;
    }

    .cnt_us_arw {
        padding-bottom: 10px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg_col {
        display: flex;
    }

    .cnt_us_svg svg {
        height: 300px;
    }

    .get_in_touch_col1 {
        width: 100% !important;
        padding-right: 0;
    }

    .get_in_touch_col2 {
        width: 100% !important;
        padding-top: 20px;
    }

    .cnt_us_call {
        font-size: 17px;
        padding: 5px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 13px;
    }

    .get_in_touch_sec::after {
        width: 350px;
    }
	.get_in_touch_col2 {
    display: flex;
    justify-content: right;
}
}

@media all and (min-width: 481px) and (max-width: 767px) {

    /* -------------get in touch section start--------- */
    .gt_6 {
        width: 50%;
        padding: 5px;
    }

    .gt_12 {
        width: 100%;
        padding: 5px;


    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .bnr_sec .et_pb_slide {
        height: 400px;
    }

    .bnr_main_ttl {
        font-size: 40px;
    }

    .bnr_main_des {
        font-size: 25px;
        padding-top: 5px;
    }

    .scrl_txt_box {
        padding: 10px 50px 10px 0;
    }

    .scrl_txt {
        font-size: 18px;
        padding: 0 20px;
    }

    /*------Why choose us section start------ */
    .wcu_main_box_inr {
        margin: -5px;
        padding-top: 40px;
    }

    .wcu_box {
        padding: 5px;
    }

    .wcu_box_inr {
        padding: 10px;
    }

    .wcu_img {
        height: 70px;
        width: 70px;
        border: 7px solid #272030;
    }

    .wcu_img img {
        height: 30px;
    }

    .wcu_txt {
        padding-top: 40px;
        font-size: 16px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 0;
    }

    .lorem_img img {
        height: 350px;
    }

    .lorem_round_svg_col {
        display: none;
    }

    .lorem_round_svg svg {
        height: 150px;
    }

    .lorem_col2 {
        padding-left: 0px;
    }

    .lorem_des {
        padding-top: 20px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_box {
        width: 190px !important;
        padding: 0 5px;
    }

    .our_partner_img {
        height: 70px;
    }

    .our_partner_img img {
        height: 30px;
    }

    /* -------------get in touch section start--------- */
    .gt_form {
        padding: 0;
    }

    .gt_6,
    .gt_12 {
        padding: 5px;
        position: relative;
    }

    .contect_filed {
        font-size: 14px;
        height: 40px;
    }

    textarea.contect_filed {
        height: 85px;
    }

    /* ---------map section start------------- */
    .map_box iframe {
        height: 250px;
    }

    /* -----------------Lorem 2 section start--------------- */
    .lorem2_sec.pd_b {
        padding-top: 40px !important;
    }

    .lorem2_img img {
        height: 350px;
        border-radius: 20px;
    }


    .lorem2_col1 {
        width: 100% !important;
        padding-right: 0;
    }

    .lorem2_des {
        padding-top: 15px;
    }

    /* -----------------About us section end--------------- */
    .wcu_sec {
        border-radius: 0;
    }

    .abt_year_main_box {
        width: 220px;
        top: -70px;
        right: 30px;
    }

    .abt_year_ttl {
        font-size: 23px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abt_year_main_box_inr {
        border-radius: 10px 40px 10px 40px;
        padding: 20px 30px;
    }

    .abt_col2.pd_tb {
        padding-right: 20px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abt_main_ttl {
        padding-bottom: 20px !important;
        margin-bottom: 20px;
    }

    .abt_des_ttl {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: 0;
        height: 100%;
    }

    .abt_row {
        display: flex;
        flex-wrap: wrap;
    }

    .abt_col1 {
        width: 35% !important;
    }

    .abt_col2 {
        width: 65% !important;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 150px;
        height: 150px;
    }

    .our_project_col .et_pb_gallery_item {
        padding: 5px;
    }

    /* ----------------- faq  -----------------*/
    .faq_col .et_pb_toggle_title {
        padding: 7px !important;
        font-size: 14px !important;
        padding-right: 20px !important;
    }

    .faq_col .et_pb_toggle_content {
        font-size: 14px !important;
        padding: 5px !important;
    }

    .faq_col1  ,.faq_col2 {
        width: 50% !important;
    }

    .faq_col .et_pb_accordion_item {
        margin: 5px !important;
    }

    .faq_col .et_pb_toggle_title:before {
        right: 10px !important;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 130px 20px 20px 70px;
        width: 370px;


    }

    .cnt_us_arw {
        padding-bottom: 10px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg_col {
        display: flex;
    }

    .cnt_us_svg svg {
        height: 370px;
    }

    .get_in_touch_col1 {
        width: 50% !important;
        padding-right: 0;
    }

    .get_in_touch_col2 {
        width: 50% !important;
        padding-right: 0;
    }

    .cnt_us_call {
        font-size: 20px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 14px;
    }

    .get_in_touch_sec::after {
        width: 350px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .bnr_sec .et_pb_slide {
        height: 530px;
    }

    .bnr_main_ttl {
        font-size: 50px;
    }

    .bnr_main_des {
        font-size: 30px;
        padding-top: 5px;
    }

    .scrl_txt_box {
        padding: 10px 50px 10px 0;
    }

    .scrl_txt {
        font-size: 23px;
    }

    /*------Why choose us section start------ */
    .wcu_main_box_inr {
        padding-top: 30px;
    }

    .wcu_box_inr {
        padding: 20px 20px;
    }

    .wcu_img {
        height: 80px;
        width: 80px;
        border: 7px solid #272030;
    }

    .wcu_img img {
        height: 30px;
    }

    .wcu_txt {
        padding-top: 40px;
        font-size: 18px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 40px;
    }

    .lorem_img img {
        height: 360px;
    }

    .lorem_round_svg_col {
        bottom: -30px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 150px;
    }

    .lorem_col2 {
        padding-left: 30px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_box {
        width: 200px !important;
    }

    .our_partner_img {
        height: 80px;
    }


    .our_partner_img img {
        height: 40px;
    }

    /* -------------get in touch section start--------- */
    .gt_6,
    .gt_12 {
        padding: 5px;
        position: relative;
    }

    .contect_filed {
        font-size: 14px;
        height: 40px;
    }

    textarea.contect_filed {
        height: 85px;
    }

    /* -----------------Lorem 2 section start--------------- */
  .lorem2_img img {
        height: 580px;
    }
	.lorem2_col1 {
		padding-right: 20px;
	}


    /* -----------------About us section end--------------- */
    .wcu_sec {
        border-radius: 0;
    }

    .abt_year_main_box {
        width: 300px;
        top: -70px;
        right: 80px;
    }

    .abt_year_ttl {
        font-size: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abt_year_main_box_inr {
        border-radius: 20px 70px 20px 70px;
        padding: 30px 40px;
    }

    .abt_col2 {
        padding-right: 20px !important;
    }

    .abt_main_ttl {
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .abt_des_ttl {
        font-size: 27px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: 0;
        height: 100%;
    }

    .abt_col1,
    .abt_col2 {
        width: 50% !important;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 200px;
        height: 200px;
    }

    /* ----------------- faq  -----------------*/
    .faq_col .et_pb_toggle_title {
        padding: 10px !important;
        font-size: 16px !important;
    }

    .faq_col .et_pb_toggle_content {
        font-size: 14px !important;
        padding: 5px !important;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 160px 50px 0 130px;
        width: 470px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg svg {
        height: 450px;
    }

    .get_in_touch_col1 {
        width: 45% !important;
        padding-right: 20px;
    }

    .cnt_us_call {
        font-size: 30px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 15px;
    }

    .get_in_touch_sec::after {
        width: 350px;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .bnr_sec .et_pb_slide {
        height: 530px;
    }

    .bnr_main_ttl {
        font-size: 50px;
    }

    .bnr_main_des {
        font-size: 30px;
        padding-top: 5px;
    }

    .scrl_txt_box {
        padding: 10px 50px 10px 0;
    }

    .scrl_txt {
        font-size: 23px;
    }

    /*------Why choose us section start------ */
    .wcu_main_box_inr {
        padding-top: 30px;
    }

    .wcu_box_inr {
        padding: 20px 20px;
    }

    .wcu_img {
        height: 80px;
        width: 80px;
        border: 7px solid #272030;
    }

    .wcu_img img {
        height: 30px;
    }

    .wcu_txt {
        padding-top: 40px;
        font-size: 18px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 40px;
    }

    .lorem_img img {
        height: 360px;
    }

    .lorem_round_svg_col {
        bottom: -30px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 150px;
    }

    .lorem_col2 {
        padding-left: 30px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_box {
        width: 200px !important;
    }

    .our_partner_img {
        height: 80px;
    }


    .our_partner_img img {
        height: 40px;
    }

    /* -----------------Lorem 2 section start--------------- */
    .lorem2_img img {
        height: 580px;
    }
	.lorem2_col1 {
		padding-right: 20px;
	}


    /* -----------------About us section end--------------- */
    .wcu_sec {
        border-radius: 0 0 20px 20px;
    }

    .abt_year_main_box {
        width: 300px;
        top: -90px;
        right: 80px;
    }

    .abt_year_ttl {
        font-size: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abt_year_main_box_inr {
        border-radius: 20px 70px 20px 70px;
        padding: 30px 40px;
    }

    .abt_col2 {
        padding-right: 20px !important;
    }

    .abt_main_ttl {
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .abt_des_ttl {
        font-size: 27px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: -60px;
    }

    .abt_col1,
    .abt_col2 {
        width: 50% !important;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 200px;
        height: 200px;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 180px 50px 0 120px;
        width: 470px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg svg {
        height: 510px;
    }

    .get_in_touch_col1 {
        width: 45% !important;
        padding-right: 20px;
    }

    .cnt_us_call {
        font-size: 40px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 17px;
    }

    .get_in_touch_sec::after {
        width: 350px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .bnr_sec .et_pb_slide {
        height: 500px;
    }

    .bnr_main_ttl {
        font-size: 55px;
    }

    .bnr_main_des {
        font-size: 33px;
    }

    .scrl_txt_box {
        padding: 10px 50px 10px 0;
    }

    .scrl_txt {
        font-size: 23px;
    }

    /*------Why choose us section start------ */
    .wcu_box_inr {
        padding: 20px 20px;
    }

    .wcu_img {
        height: 90px;
        width: 90px;
        border: 7px solid #272030;
    }

    .wcu_img img {
        height: 35px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 40px;
    }

    .lorem_img img {
        height: 360px;
    }

    .lorem_round_svg_col {
        bottom: -60px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 150px;
    }

    .lorem_col2 {
        padding-left: 30px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_box {
        width: 200px !important;
    }

    .our_partner_img {
        height: 80px;
    }


    .our_partner_img img {
        height: 40px;
    }

    /* -----------------Lorem 2 section start--------------- */
   .lorem2_img img {
        height: 580px;
    }
	.lorem2_col1 {
		padding-right: 20px;
	}

    /* -----------------About us section end--------------- */
    .abt_year_main_box {
        width: 330px;
        top: -130px;
    }

    .abt_year_ttl {
        font-size: 35px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abt_col2 {
        padding-right: 20px !important;
    }

    .abt_main_ttl {
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .abt_des_ttl {
        font-size: 27px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: -70px;
    }

    .abt_col1,
    .abt_col2 {
        width: 50% !important;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 270px;
        height: 270px;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 180px 50px 0 150px;
        width: 470px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg svg {
        height: 510px;
    }

    .get_in_touch_col1 {
        width: 45% !important;
        padding-right: 20px;
    }

    .cnt_us_call {
        font-size: 40px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 17px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .bnr_sec .et_pb_slide {
        height: 550px;
    }

    .bnr_main_ttl {
        font-size: 55px;
    }

    .bnr_main_des {
        font-size: 33px;
    }

    /*------Why choose us section start------ */
    .wcu_box_inr {
        padding: 30px 40px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 80px;
    }

    .lorem_img img {
        height: 400px;
    }

    .lorem_round_svg_col {
        bottom: -60px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 200px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_img {
        height: 90px;
    }

    .our_partner_img img {
        height: 40px;
    }

    /* -----------------Lorem 2 section start--------------- */
    .lorem2_img img {
        height: 630px;
    }
	.lorem2_col1 {
		padding-right: 20px;
	}

    /* -----------------About us section end--------------- */
    .abt_year_main_box {
        width: 330px;
        top: -130px;
    }

    .abt_year_ttl {
        font-size: 35px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abt_col2 {
        padding-right: 20px !important;
    }

    .abt_main_ttl {
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .abt_des_ttl {
        font-size: 27px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: -70px;
    }

    .abt_col1,
    .abt_col2 {
        width: 50% !important;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 270px;
        height: 270px;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 250px 50px 0 180px;
        width: 580px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg svg {
        height: 600px;
    }

    .get_in_touch_col1 {
        width: 45% !important;
        padding-right: 20px;
    }

    .cnt_us_call {
        font-size: 40px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 17px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .bnr_sec .et_pb_slide {
        height: 600px;
    }

    .bnr_main_ttl {
        font-size: 65px;
    }

    .bnr_main_des {
        font-size: 35px;
    }

    /*------Why choose us section start------ */
    .wcu_box_inr {
        padding: 30px 40px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 80px;
    }

    .lorem_round_svg_col {
        bottom: -60px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 200px;
    }

    /* -----------------our_partner section--------------- */
    .our_partner_img {
        height: 90px;
    }

    .our_partner_img img {
        height: 40px;
    }

    /* -----------------Lorem 2 section start--------------- */
    .lorem2_img img {
        height: 630px;
    }

    /* -----------------About us section end--------------- */
    .abt_year_main_box {
        top: -150px;
    }

    .abt_col2 {
        padding-right: 20px !important;
    }

    .abt_main_ttl {
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .abt_des_ttl {
        font-size: 27px;
        padding-bottom: 10px;
    }

    .abt_sec:after {
        top: -70px;
    }

    /* -----------------our project section start--------------- */
    .our_project_col .et_pb_gallery_image a img {
        width: 330px;
        height: 330px;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 250px 50px 0 220px;
        width: 680px;
    }

    .opn_hr_main_ttl_box {
        padding-top: 10px;
    }

    .cnt_us_svg svg {
        height: 600px;
    }

    .get_in_touch_col1 {
        width: 45% !important;
        padding-right: 20px;
    }

    .cnt_us_call {
        font-size: 40px;
        padding: 10px 0;
    }

    .cnt_us_add_box,
    .cnt_us_main_box {
        font-size: 17px;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .bnr_sec .et_pb_slide {
        height: 750px;
    }

    .bnr_main_ttl {
        font-size: 70px;
    }

    .bnr_main_des {
        font-size: 38px;
    }

    /*------Why choose us section start------ */
    .wcu_box_inr {
        padding: 30px 60px;
    }

    /*------Lorem ipsum dolor sit amet section start------ */
    .lorem_img {
        padding-left: 80px;
    }

    .lorem_round_svg_col {
        bottom: -60px;
        left: 0px;
    }

    .lorem_round_svg svg {
        height: 200px;
    }

    /* -----------------About us section end--------------- */
    .abt_year_main_box {
        top: -150px;
    }

    /* ------------- get in touch section start------------ */
    .cnt_us_info_main_box_inr {
        padding: 230px 50px 0 220px;
        width: 680px;
    }


}