/* contact us page */

.inr_banner_section .et_pb_slide_0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    height: 490px;
}

.inr_banner_section .et_pb_slide_description {
    padding: 12% 11%;
}

.inr_banner_section h2 {
    position: relative;
    width: fit-content;
    height: 100%;
    color: var(--white_color) !important;
    font-family: var(--font_Baloo) !important;
    font-size: 25px !important;
    font-style: normal;
    font-weight: var(--font_weight_400) !important;
    line-height: normal;
    text-align: left;
    text-shadow: none;
    background: url(/../../../wp-content/uploads/2023/09/Rectangle-5838.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
}

.cont_detail_section {
    position: relative;
    background: linear-gradient(180deg, #DDF2EE 14.51%, rgba(255, 255, 255, 0.00) 100%);
}

.cont_detail_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/image-29.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100% !important;
    height: 210px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 100px;
    right: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.cont_detail_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/side-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 7%;
    height: 220px;
    position: absolute;
    top: auto;
    bottom: 85px;
    left: auto;
    right: 220px;
    z-index: 2;
    animation: wiggle 2.5s linear infinite;
}

.cont_box_inr_main_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
}

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

.cont_box_inr {
    border-radius: 40px;
    background: var(--primary_color);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset;
    padding: 40px;
    transition: 0.5s;
}

.cont_title h3 {
    color: var(--white_color);
    font-family: var(--font_Baloo);
    font-size: 30px;
    font-style: normal;
    font-weight: var(--font_weight_300);
    line-height: normal;
    padding-bottom: 0px;
    transition: 0.5s;
}

.cont_icon {
    line-height: 0;
}

.cont_icon img {
    object-fit: contain;
    object-position: left;
    width: 100% !important;
    height: 60px;
    transition: 0.5s;
}

.cont_text span {
    display: block;
    color: var(--white_color);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font_weight_300);
    line-height: 1.6em;
    padding-top: 5px;
    height: 68px;
    transition: 0.5s;
}

.cont_box_inr:hover {
    background: #bee3c9;
}

.cont_box_inr:hover .cont_icon img {
    filter: brightness(0.5);
    transform: rotatey(360deg);
}

.cont_box_inr:hover .cont_title h3,
.cont_box_inr:hover .cont_text span {
    color: var(--black_color);
}

.contact_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    width: 100%;
    height: auto;
    position: relative;
}

.contact_section ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--primary_color);
}

.contact_section :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--primary_color);
    opacity: 1;
}

.contact_section ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--primary_color);
    opacity: 1;
}

.contact_section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--primary_color);
}

.contact_section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--primary_color);
}

.contact_section ::placeholder {
    /* Most modern browsers support this now. */
    color: var(--primary_color);
}

.contact_section .contact_form input.text,
.contact_section .contact_form input.title,
.contact_section .contact_form input[type=email],
.contact_section .contact_form input[type=password],
.contact_section .contact_form input[type=tel],
.contact_section .contact_form input[type=text],
.contact_section .contact_form select,
.contact_section .contact_form textarea {
    color: var(--primary_color);
    padding: 13px 0px;
    border-radius: 63px;
    padding-left: 25px;
    border: 1px solid rgba(20, 124, 51, 0.46);
    background: #edf9f0;

}

.contact_section .contact_form textarea {
    border-radius: 19px;
    padding-left: 25px;
    background: #edf9f0;

}

.contact_section .contact_form .wpcf7 form.invalid .wpcf7-response-output,
.contact_section .contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact_section .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--primary_color);
}

.contact_section .cont_form .site_button {
    background: var(--secondary_color);
    color: var(--white_color);
}

.contact_section .custom_container {
    width: 100% !important;
    max-width: 45% !important;
}

.contact_section.obs_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/Group-34035.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100% !important;
    height: 400px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 70px;
    right: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.contact_section .contact_form option {
    background: transparent;
    box-shadow: none;
}

/* contact us page */

/* about us page */

.pp_main_inr {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 50px;
}

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

.pp_boxs_inr {
    position: relative;
    border-radius: 40px;
    background: var(--white_color);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
}

.pp_boxs_title h3 {
    position: absolute;
    width: fit-content;
    color: var(--white_color) !important;
    font-family: var(--font_Baloo) !important;
    font-size: 25px;
    font-style: normal;
    font-weight: var(--font_weight_400) !important;
    line-height: normal;
    background: url(/../../../wp-content/uploads/2023/09/Rectangle-5838.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px;
    top: -35px;
    bottom: auto;
}

.pp_boxs_des span {
    display: block;
    color: var(--black_color);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: 1.8em;
    padding-top: 20px;
    height: 310px;
    overflow: auto;
}

.about_section {
    position: relative;
    background: linear-gradient(180deg, #DDF2EE 14.51%, rgba(255, 255, 255, 0.00) 100%);
}

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

.abt_btn_inr {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.about_col_2 {
    padding-right: 0px !important;
    padding-left: 60px !important;
}

.abt_main_inr .site_main_title-inr h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border: none;
}

.about_col_1:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/04-Apr-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 205px;
    position: absolute;
    top: -35px;
    bottom: auto;
    left: -80px;
    right: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.qspi_btn_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.qspi_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.qspi_img {
    width: 44%;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 29px rgba(0, 0, 0, 0.06));
}

.qspi_img_inr {
    width: 100%;
    line-height: 0;
}

.qspi_img_inr img {
    object-fit: contain;
    width: 100% !important;
    height: 400px;
    border-radius: 30px;
    background: var(--white_color);
}

.qspi_des {
    width: 56%;
    padding-left: 30px;
}

.qspi_main_inr {
    background-color: #F8FBF9 !important;
    padding: 45px;
    background: linear-gradient(90deg, var(--primary_color) 50%, transparent 50%), linear-gradient(90deg, var(--primary_color) 50%, transparent 50%), linear-gradient(0deg, var(--primary_color) 50%, transparent 50%), linear-gradient(0deg, var(--primary_color) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 90% 0%, 10% 100%, 0% 100%, 100% 0px;
    /* border-radius: 25px; */
    animation: dash 5s linear infinite;
    position: relative;
}

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

.our_team_col_1 {
    width: 46% !important;
    margin: 0px !important;
    padding: 100px 40px 100px 15%;
    border-radius: 0px 206.5px 206.5px 0px;
    background: var(--primary_color);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset;
    position: relative;
}

.our_team_col_2 {
    width: 54% !important;
    margin: 0px !important;
}

.our_team_col_1 .site_main_title-inr h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border: none;
    color: var(--white_color);
    text-align: left;
}

.our_team_col_1 .site_des_inr span {
    color: var(--white_color);
    text-align: left;
}

.our_team_img {
    width: 100%;
}

.our_team_img .et_pb_image_wrap {
    width: 100%;
}

.our_team_img img {
    object-fit: cover;
    width: 100% !important;
    height: 610px;
}

.our_team_col_1:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/Group-34085.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100% !important;
    height: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.ot_btn_inr {
    display: flex;
    align-items: center;
}

.our_mission_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    width: 100%;
    height: 780px;
    position: relative;
    z-index: 1;
}

.om_des_inr span {
    display: block;
    color: var(--black_color);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.om_col_1 {
    width: 63% !important;
    margin: 0px !important;
}

.om_col_2 {
    width: 45% !important;
    margin: 0px !important;
    position: absolute;
    top: 40px;
    bottom: auto;
    right: 90px;
    left: auto;
}

.our_mission_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.om_img {
    width: 100%;
}

.om_img .et_pb_image_wrap {
    width: 100%;
}

.om_img img {
    object-fit: contain;
    width: 100% !important;
    height: 580px;
}

.om_main_inr {
    position: relative;
    padding: 40px 130px 40px 60px;
}

.om_main_inr:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/Rectangle-5870.png);
    background-size: contain;
    background-position: inherit;
    background-repeat: round;
    width: 99.5% !important;
    height: 218px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.target_box_main_inr {
    border-radius: 30px;
    background: var(--primary_color);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset;
    padding: 50px 40px;
}

.target_box_main {
    width: 51%;
}

.target_box_sub_title h3 {
    display: block;
    color: var(--white_color);
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
}

.target_box_main_inr .center_title .site_main_title-inr h2 {
    color: var(--white_color);
    text-align: center;
}

.target_number span {
    display: block;
    color: var(--white_color);
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    font-family: var(--font_Baloo);
    font-size: 68px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
    text-align: center;
}

.target_des span {
    display: flex;
    align-items: center;
    color: var(--white_color);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: 1.6em;
    padding-bottom: 20px;
}

.target_section {
    position: relative;
    margin-top: -450px;
    overflow: hidden;
}

.target_des b {
    color: var(--white_color);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
    border-radius: 45px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    padding: 6px 20px;
    margin-right: 15px;
}

.target_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/10/Group-34035.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100% !important;
    height: 170px;
    position: absolute;
    top: auto;
    bottom: -12px;
    left: auto;
    right: 10px;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.pp_boxs_des span a {
    color: var(--secondary_color);
}

/* about us page */

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 250px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 10% 0%;
    }

    .inr_banner_section h2 {
        font-size: 16px !important;
        padding: 25px;
        margin: auto;
    }

    .cont_detail_section:before {
        height: 80px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 100px;
        right: 20px;
        bottom: 35px;
    }

    .cont_box_inr {
        padding: 15px;
    }

    .cont_title h3 {
        font-size: 15px;
    }

    .cont_icon img {
        height: 40px;
    }

    .cont_text span {
        font-size: 14px;
        height: 50px;
    }

    .cont_box {
        width: 100%;
    }

    .contact_section.obs_section:before {
        height: 150px;
        left: 30px;
    }

    .contact_section .custom_container {
        max-width: 94% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 15px;
    }

    .pp_main_inr {
        padding-top: 25px;
    }

    .pp_boxs_title h3 {
        font-size: 15px;
        padding: 15px;
        top: -20px;
    }

    .pp_boxs_des span {
        font-size: 14px;
        padding-top: 10px;
        height: auto;
    }

    .pp_boxs {
        width: 100%;
        padding-bottom: 25px;
    }

    .abt_btn_inr {
        justify-content: center;
    }

    .about_col_2 {
        padding-left: 0px !important;
    }

    .about_col_1:before {
        width: 48%;
        height: 130px;
        left: -55px;
        background-position: right;
    }

    .qspi_main_inr {
        padding: 15px;
    }

    .qspi_img_inr img {
        height: 300px;
    }

    .qspi_des {
        padding: 0px 10px !important;
    }

    .qspi_img {
        width: 100%;
    }

    .qspi_des {
        width: 100%;
    }

    .qspi_img_inr {
        position: relative;
    }

    .our_team_col_1 {
        width: 100% !important;
        padding: 25px 3%;
        border-radius: unset;
    }

    .our_team_col_2 {
        width: 100% !important;
    }

    .our_team_col_1:before {
        height: 150px;
    }

    .our_team_img img {
        object-fit: contain;
        height: 220px;
    }

    .our_team_row {
        flex-direction: column-reverse;
    }

    .our_team_col_1 .site_main_title-inr h2 {
        text-align: center;
    }

    .our_team_col_1 .site_des_inr span {
        text-align: center;
    }

    .ot_btn_inr {
        justify-content: center;
    }

    .om_main_inr {
        padding: 20px 0px 0px;
    }

    .om_des_inr span {
        font-size: 14px;
    }

    .om_main_inr:before {
        display: none;
    }

    .om_img img {
        height: 300px;
    }

    .our_mission_section {
        height: auto;
    }

    .target_box_main_inr {
        padding: 15px 10px;
    }

    .target_box_sub_title h3 {
        font-size: 14px;
    }

    .target_number span {
        font-size: 30px;
    }

    .target_des b {
        font-size: 14px;
        padding: 5px 15px;
        margin-right: 10px;
    }

    .target_section {
        margin-top: 30px;
    }

    .target_section:before {
        height: 90px;
    }

    .target_des span {
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .om_col_1 {
        width: 100% !important;
    }

    .om_col_2 {
        width: 100% !important;
        position: relative;
        top: 0;
        right: 0;
    }

    .our_mission_row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .target_box_main {
        width: 100%;
        margin: auto;
    }

    /* about us page */

}

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

    /* contact us page */

    .cont_box {
        width: 50%;
    }

    .cont_text span {
        height: 65px;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs {
        width: 100%;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 280px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 10% 0%;
    }

    .inr_banner_section h2 {
        font-size: 16px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 80px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 100px;
        right: 20px;
        bottom: 35px;
    }

    .cont_box_inr {
        padding: 15px;
    }

    .cont_title h3 {
        font-size: 16px;
    }

    .cont_icon img {
        height: 40px;
    }

    .cont_text span {
        font-size: 15px;
        height: 55px;
    }

    .cont_box {
        width: 50%;
    }

    .contact_section.obs_section:before {
        height: 180px;
        left: 40px;
    }

    .contact_section .custom_container {
        max-width: 70% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 15px;
    }

    .pp_main_inr {
        padding-top: 25px;
    }

    .pp_boxs_title h3 {
        font-size: 15px;
        padding: 15px;
        top: -20px;
    }

    .pp_boxs_des span {
        font-size: 14px;
        padding-top: 10px;
        height: 280px;
    }

    .abt_btn_inr {
        justify-content: center;
    }

    .about_col_2 {
        padding-left: 0px !important;
    }

    .about_col_1:before {
        width: 48%;
        height: 150px;
        background-position: right;
    }

    .qspi_main_inr {
        padding: 20px;
    }

    .qspi_img_inr img {
        height: 310px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 30px 30px 20px 2.5%;
    }

    .our_team_col_1:before {
        height: 180px;
    }

    .our_team_img img {
        height: 260px;
    }

    .om_main_inr {
        padding: 10px 40px 10px 20px;
    }

    .om_des_inr span {
        font-size: 15px;
    }

    .om_main_inr:before {
        display: none;
    }

    .om_img img {
        height: 320px;
    }

    .our_mission_section {
        height: auto;
    }

    .target_box_main_inr {
        padding: 20px;
    }

    .target_box_sub_title h3 {
        font-size: 14px;
    }

    .target_number span {
        font-size: 35px;
    }

    .target_des b {
        font-size: 15px;
        padding: 5px 15px;
        margin-right: 10px;
    }

    .target_section {
        margin-top: 30px;
    }

    .target_section:before {
        height: 95px;
    }

    .target_des span {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .om_col_1 {
        width: 55% !important;
    }

    .om_col_2 {
        width: 45% !important;
        position: relative;
        top: 0;
        right: 0;
    }

    .our_mission_row {
        align-items: center;
    }

    .target_box_main {
        width: 75%;
        margin: auto;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 300px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 10% 0%;
    }

    .inr_banner_section h2 {
        font-size: 16px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 80px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 110px;
        right: 20px;
        bottom: 35px;
    }

    .cont_box_inr {
        padding: 15px;
    }

    .cont_title h3 {
        font-size: 18px;
    }

    .cont_icon img {
        height: 45px;
    }

    .cont_text span {
        font-size: 15px;
        height: 55px;
    }

    .cont_box {
        width: 50%;
    }

    .contact_section.obs_section:before {
        height: 200px;
        left: 40px;
    }

    .contact_section .custom_container {
        max-width: 62% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 20px;
    }

    .pp_main_inr {
        padding-top: 30px;
    }

    .pp_boxs_title h3 {
        font-size: 16px;
        padding: 15px;
        top: -25px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 10px;
        height: 300px;
    }

    .about_col_2 {
        padding-left: 40px !important;
    }

    .about_col_1:before {
        height: 150px;
    }

    .qspi_main_inr {
        padding: 25px;
    }

    .qspi_img_inr img {
        height: 330px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 40px 30px 40px 3.5%;
    }

    .our_team_col_1:before {
        height: 200px;
    }

    .our_team_img img {
        height: 310px;
    }

    .om_main_inr {
        padding: 10px 90px 10px 30px;
    }

    .om_des_inr span {
        font-size: 16px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 138px;
    }

    .om_img img {
        height: 390px;
    }

    .our_mission_section {
        height: 550px;
    }

    .target_box_main_inr {
        padding: 20px;
    }

    .target_box_sub_title h3 {
        font-size: 15px;
    }

    .target_number span {
        font-size: 40px;
    }

    .target_des b {
        font-size: 16px;
        padding: 5px 15px;
        margin-right: 10px;
    }

    .target_section {
        margin-top: -350px;
    }

    .target_section:before {
        height: 100px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 300px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 10% 0%;
    }

    .inr_banner_section h2 {
        font-size: 16px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 100px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 150px;
        right: 20px;
        bottom: 35px;
    }

    .cont_box_inr {
        padding: 16px;
    }

    .cont_title h3 {
        font-size: 20px;
    }

    .cont_icon img {
        height: 45px;
    }

    .cont_text span {
        font-size: 15px;
        height: 55px;
    }

    .contact_section.obs_section:before {
        height: 220px;
        left: 40px;
    }

    .contact_section .custom_container {
        max-width: 60% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 20px;
    }

    .pp_main_inr {
        padding-top: 30px;
    }

    .pp_boxs_title h3 {
        font-size: 16px;
        padding: 15px;
        top: -25px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 10px;
        height: 340px;
    }

    .about_col_2 {
        padding-left: 40px !important;
    }

    .about_col_1:before {
        height: 160px;
    }

    .qspi_main_inr {
        padding: 30px;
    }

    .qspi_img_inr img {
        height: 340px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 50px 30px 50px 5%;
    }

    .our_team_col_1:before {
        height: 210px;
    }

    .our_team_img img {
        height: 330px;
    }

    .om_main_inr {
        padding: 15px 100px 15px 35px;
    }

    .om_des_inr span {
        font-size: 18px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 142px;
    }

    .om_img img {
        height: 400px;
    }

    .our_mission_section {
        height: 570px;
    }

    .target_box_main_inr {
        padding: 25px;
    }

    .target_box_sub_title h3 {
        font-size: 15px;
    }

    .target_number span {
        font-size: 45px;
    }

    .target_des b {
        font-size: 18px;
        padding: 5px 15px;
        margin-right: 12px;
    }

    .target_section {
        margin-top: -360px;
    }

    .target_section:before {
        height: 115px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 320px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 10% 2%;
    }

    .inr_banner_section h2 {
        font-size: 18px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 130px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 160px;
        right: 50px;
        bottom: 40px;
    }

    .cont_box_inr {
        padding: 20px;
    }

    .cont_title h3 {
        font-size: 22px;
    }

    .cont_icon img {
        height: 45px;
    }

    .cont_text span {
        font-size: 15px;
        height: 55px;
    }

    .contact_section.obs_section:before {
        height: 250px;
        left: 40px;
    }

    .contact_section .custom_container {
        max-width: 55% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 20px;
    }

    .pp_main_inr {
        padding-top: 30px;
    }

    .pp_boxs_title h3 {
        font-size: 18px;
        padding: 15px;
        top: -30px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 10px;
        height: 360px;
    }

    .about_col_2 {
        padding-left: 40px !important;
    }

    .about_col_1:before {
        height: 170px;
    }

    .qspi_main_inr {
        padding: 30px;
    }

    .qspi_img_inr img {
        height: 340px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 60px 30px 60px 7.5%;
    }

    .our_team_col_1:before {
        height: 220px;
    }

    .our_team_img img {
        height: 360px;
    }

    .om_main_inr {
        padding: 20px 110px 20px 40px;
    }

    .om_des_inr span {
        font-size: 20px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 148px;
    }

    .om_img img {
        height: 420px;
    }

    .our_mission_section {
        height: 600px;
    }

    .target_box_main_inr {
        padding: 30px;
    }

    .target_box_sub_title h3 {
        font-size: 16px;
    }

    .target_number span {
        font-size: 50px;
    }

    .target_des b {
        font-size: 20px;
        padding: 5px 16px;
        margin-right: 12px;
    }

    .target_section {
        margin-top: -370px;
    }

    .target_section:before {
        height: 130px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 350px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 12% 5%;
    }

    .inr_banner_section h2 {
        font-size: 20px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 160px;
        left: 0px;
    }

    .cont_detail_section:after {
        height: 170px;
        right: 85px;
        bottom: 50px;
    }

    .cont_box_inr {
        padding: 25px;
    }

    .cont_title h3 {
        font-size: 24px;
    }

    .cont_icon img {
        height: 50px;
    }

    .cont_text span {
        font-size: 16px;
        height: 60px;
    }

    .contact_section.obs_section:before {
        height: 280px;
        left: 40px;
    }

    .contact_section .custom_container {
        max-width: 52% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 25px;
    }

    .pp_main_inr {
        padding-top: 35px;
    }

    .pp_boxs_title h3 {
        font-size: 20px;
        padding: 15px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 10px;
        height: 350px;
    }

    .about_col_2 {
        padding-left: 50px !important;
    }

    .about_col_1:before {
        height: 180px;
    }

    .qspi_main_inr {
        padding: 30px;
    }

    .qspi_img_inr img {
        height: 350px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 70px 40px 70px 10%;
    }

    .our_team_col_1:before {
        height: 230px;
    }

    .our_team_img img {
        height: 410px;
    }

    .om_main_inr {
        padding: 25px 120px 25px 45px;
    }

    .om_des_inr span {
        font-size: 22px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 166px;
    }

    .om_img img {
        height: 470px;
    }

    .our_mission_section {
        height: 630px;
    }

    .target_box_main_inr {
        padding: 35px;
    }

    .target_box_sub_title h3 {
        font-size: 18px;
    }

    .target_number span {
        font-size: 55px;
    }

    .target_des b {
        font-size: 22px;
        padding: 5px 18px;
        margin-right: 14px;
    }

    .target_section {
        margin-top: -370px;
    }

    .target_section:before {
        height: 150px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 15px;
    }

    /* about us page */

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 400px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 12% 7.5%;
    }

    .inr_banner_section h2 {
        font-size: 22px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 190px;
        left: 20px;
    }

    .cont_detail_section:after {
        height: 190px;
        right: 130px;
        bottom: 60px;
    }

    .cont_box_inr {
        padding: 25px;
    }

    .cont_title h3 {
        font-size: 26px;
    }

    .cont_icon img {
        height: 50px;
    }

    .cont_text span {
        font-size: 17px;
        height: 60px;
    }

    .contact_section.obs_section:before {
        height: 300px;
        left: 50px;
    }

    .contact_section .custom_container {
        max-width: 50% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_boxs_inr {
        padding: 25px;
    }

    .pp_main_inr {
        padding-top: 35px;
    }

    .pp_boxs_title h3 {
        font-size: 22px;
        padding: 15px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 10px;
        height: 330px;
    }

    .about_col_2 {
        padding-left: 60px !important;
    }

    .about_col_1:before {
        height: 190px;
    }

    .qspi_main_inr {
        padding: 35px;
    }

    .qspi_img_inr img {
        height: 350px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 80px 40px 80px 12.5%;
    }

    .our_team_col_1:before {
        height: 240px;
    }

    .our_team_img img {
        height: 460px;
    }

    .om_main_inr {
        padding: 25px 120px 25px 45px;
    }

    .om_des_inr span {
        font-size: 24px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 166px;
    }

    .om_img img {
        height: 470px;
    }

    .our_mission_section {
        height: 630px;
    }

    .target_box_main_inr {
        padding: 35px;
    }

    .target_box_sub_title h3 {
        font-size: 18px;
    }

    .target_number span {
        font-size: 60px;
    }

    .target_des b {
        font-size: 22px;
        padding: 5px 18px;
        margin-right: 14px;
    }

    .target_section {
        margin-top: -370px;
    }

    .target_section:before {
        height: 150px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 16px;
    }

    /* about us page */

}

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

    /* contact us page */

    .inr_banner_section .et_pb_slide_0 {
        height: 450px;
    }

    .inr_banner_section .et_pb_slide_description {
        padding: 12% 9%;
    }

    .inr_banner_section h2 {
        font-size: 24px !important;
        padding: 25px;
    }

    .cont_detail_section:before {
        height: 200px;
        left: 60px;
    }

    .cont_detail_section:after {
        height: 200px;
        right: 180px;
        bottom: 80px;
    }

    .cont_box_inr {
        padding: 30px;
    }

    .cont_title h3 {
        font-size: 28px;
    }

    .cont_icon img {
        height: 55px;
    }

    .cont_text span {
        font-size: 19px;
        height: 65px;
    }

    .contact_section.obs_section:before {
        height: 350px;
        left: 60px;
    }

    .contact_section .custom_container {
        max-width: 48% !important;
    }

    /* contact us page */

    /* about us page */

    .pp_main_inr {
        padding-top: 40px;
    }

    .pp_boxs_title h3 {
        font-size: 24px;
        padding: 17px;
    }

    .pp_boxs_des span {
        font-size: 15px;
        padding-top: 15px;
        height: 310px;
    }

    .about_col_1:before {
        height: 200px;
    }

    .qspi_main_inr {
        padding: 40px;
    }

    .qspi_img_inr img {
        height: 370px;
    }

    .qspi_des {
        padding-left: 30px;
    }

    .our_team_col_1 {
        padding: 90px 40px 90px 14%;
    }

    .our_team_col_1:before {
        height: 260px;
    }

    .our_team_img img {
        height: 530px;
    }

    .om_main_inr {
        padding: 30px 120px 30px 50px;
    }

    .om_des_inr span {
        font-size: 26px;
    }

    .om_main_inr:before {
        width: 93.3% !important;
        height: 185px;
    }

    .om_img img {
        height: 520px;
    }

    .our_mission_section {
        height: 700px;
    }

    .target_box_main_inr {
        padding: 40px;
    }

    .target_box_sub_title h3 {
        font-size: 20px;
    }

    .target_number span {
        font-size: 65px;
    }

    .target_des b {
        font-size: 24px;
        padding: 5px 18px;
        margin-right: 15px;
    }

    .target_section {
        margin-top: -410px;
    }

    .target_section:before {
        height: 160px;
    }

    .target_des span {
        font-size: 15px;
        padding-bottom: 18px;
    }

    /* about us page */

}