/* inner page banner */

.inr_bnr_sec {
    height: 600px;
}

.inr_bnr_sec:after {
    position: absolute;
    content: "";
    height: 200px;
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/07/bnner_shape.png) no-repeat;
    bottom: -2px;
    left: 0;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 0;
    transform: rotateY(180deg);
}

.inr_bnr_row {
    display: flex;
    align-items: center;
    height: 100%;
}

.inr_bnr_ttl_inr h1 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding: 0 !important;
}

.site_brd {
    padding-top: 10px !important;
    display: flex;
}

span.bd_arw {
    padding: 0 2px !important;
}

.site_brd a,
.site_brd span {
    color: #fff;
    font-size: 18px;
}


/*  ---------------ABOUT US PAGE START--------- */
.abt_pg_logo_col {
    display: flex;
    height: 200px;
    width: 200px;
    margin: auto !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #000000;
    outline-offset: -10px;
    outline: 1px solid #FFFFFF47;
    transition: 1.5s;
}

.abt_pg_logo_col {
    display: flex;
    height: 200px;
    width: 200px;
    margin: auto !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #000000;
    outline-offset: -10px;
    outline: 1px solid #FFFFFF47;
    position: absolute;
    top: -230px;
    left: 170px !important;
    right: 0;
}

.abt_pg_logo_col img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

.abt_pg_img1 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px;
}

.abt_pg_img2 img {
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 30px;
}

.abt_pg_col2 {
    padding-left: 50px;
}

.abt_pg_img1 {
    width: 90%;
}

.abt_pg_img2 {
    width: 50%;
    margin: -200px 0 auto auto !important;
}

.abt_pg_col1:after {
    position: absolute;
    content: "";
    height: 70%;
    width: 70%;
    background: transparent;
    border: 1px solid #EFD770;
    top: 0;
    left: 140px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 40px;
    z-index: -1;
}

/* our vison,mission,values */

.ovm_main_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.ovm_box {
    width: 33.33%;
    padding: 10px;
}

.ovm_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
    margin: auto;
    background: linear-gradient(180deg, #957728 0%, #EFD770 42.31%, #B8A43F 78.37%, #957728 100%);
    border-radius: 100%;
    position: relative;
}

.ovm_img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

.ovm_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-right: 4px solid #fff;
    animation: rotateCircle 4s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ovm_ttl {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
}

.ovm_des {
    padding: 0 40px;
}

.ovm_sec:after {
    position: absolute;
    content: "";
    height: 500px;
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/07/ovm_shap.png) no-repeat;
    bottom: -1px;
    left: 0;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 0;
}


.ovm_box_1 {
    margin-top: -40px;
}

.ovm_box_3 {
    margin-top: -100px;
}

/* about lorem content */

.abt_seo_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 35%;
    background: url(../../../../../wp-content/uploads/2025/07/abt_seo_after.png) navajowhite;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    background-position: right;
    opacity: 0.2;
}

.abt_seo_img {
    height: 500px;
    width: 500px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 60px !important;
}

.abt_seo_img span {
    height: 100%;
    position: relative;
}

.abt_seo_img span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-right: 10px solid #B8A43F;
    animation: rotateCircle 4s linear infinite;
    z-index: 9;
    left: 0;
}

.abt_seo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_seo_sec {
    border-bottom: 1px solid #FFFFFF33;
}

/* -------area pages--------- */

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

.ser_area_box {
    padding: 5px
}

a.ser_area_box_inr {
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    color: #000;
    background: #fff;
}

a.ser_area_box_inr:hover {
    color: #fff;
    background: #000;
	border:1px solid #b8a43f;
}


/* ---------SERVICE PAGE CSS----------- */
.ser_abt_main_row.dfa {
    align-items: end;
}

.ser_abt_col1 {
    padding-right: 50px;
}

.ser_abt_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.ser_abt_logo_col.abt_pg_logo_col {
    top: -140px;
    left: 250px !important;
    z-index: 99;
}

.ser_abt_col2 {
    position: relative;
    z-index: 0;
}

/* service other content */
.ser_cnt_sec:after {
    position: absolute;
    content: "";
    height: 20%;
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/07/wcu_shape.png) no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    z-index: 2;
}

.ser_cnt_col1 {
    padding-right: 50px;
}

.ser_cnt_des_col2 {
    padding-right: 60px;
}

.ser_cnt_sec::before {
    position: absolute;
    content: "";
    width: 370px;
    height: 370px;
    background: url(../../../../../wp-content/uploads/2025/07/caravan_truck.png)no-repeat;
    bottom: 90px;
    right: -600px;
    margin: auto;
    z-index: 0;
    background-size: 100% 100%;
    transform: translate(0px, -80px);
    transition: 2s;
    z-index: 9;
}

.ser_cnt_sec {
    overflow: hidden;
}

.ser_cnt_sec.actv_ser_cnt_sec::before {
    right: 0;
    transform: translate(0px, 0px);
}

.ser_other_cnt_des {
    border: 1px solid #FFFFFF33;
    padding: 20px;
    border-radius: 30px;
    margin-top: 10px;
}

.ser_other_cnt_sec {
    border-top: 1px solid #FFFFFF33;
}

/* -----------SERVICE PAGE END--------------- */
/* -----------CONTACT PAGE START--------------- */

.cnt_pg_cntct_dtl_col {
    background: #11100C;
    margin-left: 30px;
    padding: 60px 30px;
    border-radius: 30px;

}

.cnt_git_sec .git_col2 {
    position: relative;
    z-index: 1;
}

.cnt_git_sec .gt_form_btn.dfaj {
    justify-content: left;
}

.cnt_git_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 350px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(149, 119, 40, 0.4) 0%, rgba(239, 215, 112, 0.4) 32.13%, rgba(149, 119, 40, 0.4) 74.48%, rgba(239, 215, 112, 0.4) 100%);
    border-radius: 20px 0 0 20px;
}

.cnt_pg_logo_col.abt_pg_logo_col {
    top: -130px;
    left: 470px !important;
    z-index: 99;
}

.cnt_git_sec .cnt_main_block {
    background: transparent;
    box-shadow: none;
}

/* -----------CONTACT PAGE END--------------- */
.sub_ser_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(149, 119, 40, 0.18) 0%, rgba(239, 215, 112, 0.18) 32.13%, rgba(149, 119, 40, 0.18) 74.48%, rgba(239, 215, 112, 0.18) 100%);
    border-radius: 0;
    filter: blur(500px);
}

.sub_ser_sec {
    border-top: 1px solid #FFFFFF33;
}
.ser_abt_des h4 {
    color: #fff;
    font-size: 18px !important;
}
.cp_text_inr  span a {
    color: #957728;
}





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

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 22px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 12px;
    }

    .inr_bnr_sec {
        height: 250px;
    }

    .inr_bnr_sec:after {
        height: 30px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 120px;
        width: 120px;
        top: -130px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 40px;
    }

    .abt_pg_img2 img {
        height: 280px;
        margin: 10px 0;
    }

    .abt_pg_img2 {
        width: 100% !important;
        margin: auto !important;
    }

    .abt_pg_col1:after {
        display: none;
    }

    .abt_pg_col2 {
        padding-left: 0;
    }

    /* our vison,mission,values */
    .ovm_row.pd_t {
        padding: 0 !important;
    }

    .ovm_ttl {
        padding: 10px 0 5px 0;
    }

    .ovm_sec:after {
        height: 380px;
    }

    .ovm_img {
        height: 80px;
        width: 80px;
    }

    .ovm_img img {
        height: 40px;
    }

    .ovm_des {
        padding: 0px;
    }

    .ovm_box {
        width: 100%;
    }

    .ovm_box_1 {
        margin-top: 0;
    }

    .ovm_box_3 {
        margin-top: 0;
    }

    /* about lorem content */
    .abt_seo_img {
        height: 280px;
        width: 280px;
        margin: 20px auto !important;
    }

    .abt_seo_sec:after {
        display: none;
    }

    .abt_seo_main_ttl.site_ttl {
        text-align: center;
    }

    .abt_seo_main_ttl_box .ttl_img {
        margin: auto;
    }

    .abt_seo_des {
        text-align: center;
    }

    .abt_seo_btn_box .site_button_main_box_inner.dfa {
        justify-content: center;
    }

    /* -------area pages--------- */
    a.ser_area_box_inr {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_col1 {
        padding-right: 0;
    }

    .ser_abt_sec.pd_b {
        padding-top: 25px !important;
    }

    .ser_abt_logo_col.abt_pg_logo_col {
        display: none;
    }

    .ser_abt_img img {
        height: 280px;
        margin: 10px 0 !important;
    }

    .ser_cnt_sec::before {
        width: 70px;
        height: 70px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    .ser_cnt_col1 {
        padding-right: 0;
    }

    .ser_cnt_sec:after {
        height: 5%;
    }

    .ser_cnt_btn_box {
        display: none;
    }

    .ser_other_cnt_des {
        padding: 10px;
        border-radius: 10px;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col,
    .cnt_git_sec:after {
        display: none;
    }

    .cnt_pg_cntct_dtl_col {
        padding: 10px;
        margin-left: 0;
        margin-top: 20px;
    }


    .cnt_git_sec .git_row {
        flex-direction: column;
    }

    .cnt_git_sec .contact_detail_col_box ul li {
        width: 100%;
    }

    .cnt_git_sec .contact_detail_col_box {
        padding-top: 0;
    }

}

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

    /* our vison,mission,values */
    .ovm_box {
        width: 50%;
    }

    .cnt_git_sec .contact_detail_col_box ul li {
        width: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 28px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 14px;
    }

    .inr_bnr_sec {
        height: 350px;
    }

    .inr_bnr_sec:after {
        height: 70px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 120px;
        width: 120px;
        top: -130px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 40px;
    }



    .abt_pg_img2 img {
        height: 340px;
        margin: 10px 0;
    }

    .abt_pg_img2 {
        width: 100% !important;
        margin: auto !important;
    }

    .abt_pg_col1:after {
        display: none;
    }

    .abt_pg_col2 {
        padding-left: 0;
    }

    /* our vison,mission,values */
    .ovm_sec:after {
        height: 380px;
    }

    .ovm_img {
        height: 80px;
        width: 80px;
    }

    .ovm_img img {
        height: 40px;
    }

    .ovm_des {
        padding: 0px;
    }

    .ovm_box_1 {
        margin-top: -30px;
    }

    .ovm_box_3 {
        margin-top: -50px;
    }

    /* about lorem content */
    .abt_seo_img {
        height: 300px;
        width: 300px;
        margin: 20px auto !important;
    }

    .abt_seo_sec:after {
        display: none;
    }

    .abt_seo_main_ttl.site_ttl {
        text-align: center;
    }

    .abt_seo_main_ttl_box .ttl_img {
        margin: auto;
    }

    .abt_seo_des {
        text-align: center;
    }

    .abt_seo_btn_box .site_button_main_box_inner.dfa {
        justify-content: center;
    }

    /* -------area pages--------- */
    a.ser_area_box_inr {
        width: 170px;
        height: 40px;
        font-size: 15px;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_col1 {
        padding-right: 0;
    }

    .ser_abt_sec.pd_b {
        padding-top: 30px !important;
    }

    .ser_abt_logo_col.abt_pg_logo_col {
        display: none;
    }

    .ser_abt_img img {
        height: 330px;
        margin: 10px 0 !important;
    }

    .ser_cnt_sec::before {
        width: 110px;
        height: 100px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    .ser_cnt_col1 {
        padding-right: 0;
    }

    .ser_cnt_sec:after {
        height: 10%;
    }

    .ser_cnt_btn_box {
        display: none;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col,
    .cnt_git_sec:after {
        display: none;
    }

    .cnt_pg_cntct_dtl_col {
        padding: 10px;
        margin-left: 0;
        margin-top: 20px;
    }


    .cnt_git_sec .git_row {
        flex-direction: column;
    }

    .cnt_git_sec .contact_detail_col_box ul li {
        width: 33.33%;
    }

    .cnt_git_sec .contact_detail_col_box {
        padding-top: 0;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 32px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 15px;
    }

    .inr_bnr_sec {
        height: 400px;
    }

    .inr_bnr_sec:after {
        height: 80px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 120px;
        width: 120px;
        top: -130px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 40px;
    }

    .abt_pg_img1 img {
        height: 300px;
    }

    .abt_pg_img2 img {
        height: 240px;
    }

    .abt_pg_img2 {
        margin: -210px 0 auto auto !important;
    }

    .abt_pg_col1:after {
        height: 60%;
        width: 80%;
        top: -20px;
        left: 60px;
    }

    .abt_pg_col2 {
        padding-left: 20px;
    }

    /* our vison,mission,values */
    .ovm_sec:after {
        height: 350px;
    }

    .ovm_img {
        height: 120px;
        width: 120px;
    }

    .ovm_img img {
        height: 60px;
    }

    .ovm_des {
        padding: 0 20px;
    }

    .ovm_box_1 {
        margin-top: -30px;
    }

    .ovm_box_3 {
        margin-top: -50px;
    }

    /* about lorem content */
    .abt_seo_img {
        height: 400px;
        width: 400px;
        margin-left: 30px !important;
    }

    /* -------area pages--------- */
    a.ser_area_box_inr {
        width: 180px;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_col1 {
        padding-right: 20px;
    }

    .ser_abt_logo_col.abt_pg_logo_col {
        top: -40px;
        left: 200px !important;
    }

    .ser_abt_img img {
        height: 360px;
    }

    .ser_cnt_sec::before {
        width: 140px;
        height: 120px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    .ser_cnt_col1 {
        padding-right: 30px;
    }

    .ser_cnt_sec:after {
        height: 15%;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col {
        top: -60px;
        left: 400px !important;
    }

    .cnt_git_sec:after {
        width: 150px;
    }

    .cnt_pg_cntct_dtl_col {
        padding: 40px 20px;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 32px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 15px;
    }

    .inr_bnr_sec {
        height: 400px;
    }

    .inr_bnr_sec:after {
        height: 80px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 120px;
        width: 120px;
        top: -130px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 40px;
    }

    .abt_pg_img1 img {
        height: 340px;
    }

    .abt_pg_img2 img {
        height: 265px;
    }

    .abt_pg_img2 {
        margin: -210px 0 auto auto !important;
    }

    .abt_pg_col1:after {
        height: 80%;
        width: 80%;
        top: 10px;
        left: 60px;
    }

    .abt_pg_col2 {
        padding-left: 30px;
    }

    /* our vison,mission,values */
    .ovm_sec:after {
        height: 350px;
    }

    .ovm_img {
        height: 120px;
        width: 120px;
    }

    .ovm_img img {
        height: 60px;
    }

    .ovm_des {
        padding: 0 20px;
    }

    .ovm_box_1 {
        margin-top: -30px;
    }

    .ovm_box_3 {
        margin-top: -50px;
    }

    /* about lorem content */
    .abt_seo_img {
        height: 400px;
        width: 400px;
        margin-left: 30px !important;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_col1 {
        padding-right: 20px;
    }

    .ser_abt_logo_col.abt_pg_logo_col {
        top: -40px;
        left: 200px !important;
    }

    .ser_abt_img img {
        height: 360px;
    }

    .ser_cnt_sec::before {
        width: 160px;
        height: 140px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    .ser_cnt_col1 {
        padding-right: 30px;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col {
        top: -60px;
        left: 400px !important;
    }

    .cnt_git_sec:after {
        width: 150px;
    }

    .cnt_pg_cntct_dtl_col {
        padding: 40px 20px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 32px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 15px;
    }

    .inr_bnr_sec {
        height: 450px;
    }

    .inr_bnr_sec:after {
        height: 110px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 120px;
        width: 120px;
        top: -130px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 40px;
    }

    .abt_pg_img1 img {
        height: 340px;
    }

    .abt_pg_img2 img {
        height: 265px;
    }

    .abt_pg_img2 {
        margin: -210px 0 auto auto !important;
    }

    .abt_pg_col1:after {
        height: 80%;
        width: 80%;
        top: 10px;
        left: 60px;
    }

    .abt_pg_col2 {
        padding-left: 30px;
    }

    /* our vison,mission,values */
    .ovm_sec:after {
        height: 400px;
    }

    .ovm_img {
        height: 140px;
        width: 140px;
    }

    .ovm_des {
        padding: 0 20px;
    }

    .ovm_box_1 {
        margin-top: -60px;
    }

    .ovm_box_3 {
        margin-top: -80px;
    }

    /* about lorem content */
    .abt_seo_img {
        height: 400px;
        width: 400px;
        margin-left: 30px !important;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_logo_col.abt_pg_logo_col {
        top: -80px;
    }

    .ser_abt_img img {
        height: 360px;
    }

    .ser_cnt_sec::before {
        width: 200px;
        height: 190px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    .ser_cnt_col1 {
        padding-right: 30px;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col {
        top: -70px;
        left: 410px !important;
    }

    .cnt_git_sec:after {
        width: 250px;
    }

    .cnt_pg_cntct_dtl_col {
        padding: 40px 20px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* inner page banner */
    .inr_bnr_ttl_inr h1 {
        font-size: 32px;
    }

    .site_brd a,
    .site_brd span {
        font-size: 15px;
    }

    .inr_bnr_sec {
        height: 450px;
    }

    .inr_bnr_sec:after {
        height: 110px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 140Px;
        width: 140Px;
        top: -160px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 50px;
    }

    .abt_pg_img1 img {
        height: 370px;
    }

    .abt_pg_img2 img {
        height: 285px;
    }

    .abt_pg_img2 {
        margin: -210px 0 auto auto !important;
    }

    .abt_pg_col1:after {
        height: 80%;
        width: 80%;
        top: 10px;
        left: 60px;
    }

    .abt_pg_col2 {
        padding-left: 30px;
    }

    /* our vison,mission,values */
    .ovm_sec:after {
        height: 470px;
    }

    .ovm_img {
        height: 140px;
        width: 140px;
    }

    .ovm_des {
        padding: 0 20px;
    }

    .ovm_box_1 {
        margin-top: -90px;
    }

    .ovm_box_3 {
        margin-top: -120px;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_logo_col.abt_pg_logo_col {
        top: -80px;
    }

    .ser_abt_img img {
        height: 400px;
    }

    .ser_cnt_sec::before {
        width: 200px;
        height: 190px;
        bottom: 0;
    }

    .ser_cnt_des_col2 {
        padding-right: 0;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col {
        top: -80px;
    }

    .cnt_git_sec:after {
        width: 250px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /* inner page banner */

    .inr_bnr_sec {
        height: 500px;
    }

    .inr_bnr_sec:after {
        height: 110px;
    }

    /* --------ABOUT US PAGE START----------- */
    .abt_pg_logo_col {
        height: 140Px;
        width: 140Px;
        top: -160px;
        left: 120px !important;
    }

    .abt_pg_logo_col img {
        height: 50px;
    }

    .abt_pg_img1 img {
        height: 370px;
    }

    .abt_pg_img2 {
        margin: -260px 0 auto auto !important;
    }

    .abt_pg_col1:after {
        height: 80%;
        width: 80%;
        top: 10px;
        left: 90px;
    }

    .abt_pg_col2 {
        padding-left: 30px;
    }

    /* --------------SERVICE PAGE START------------ */
    .ser_abt_logo_col.abt_pg_logo_col {
        top: -80px;
    }

    .ser_cnt_sec::before {
        width: 200px;
        height: 190px;
        bottom: 0;
    }

    /* -----------CONTACT PAGE START--------------- */
    .cnt_pg_logo_col.abt_pg_logo_col {
        top: -80px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}