.text-effect {
    color: #000;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.text-effect span {
    display: inline-block;
    animation: animate 1.5s infinite linear;
}

.text-effect span:nth-child(1) {
    animation-delay: 0;
}

.text-effect span:nth-child(2) {
    animation-delay: 0.1s;
}

.text-effect span:nth-child(3) {
    animation-delay: 0.2s;
}

.text-effect span:nth-child(4) {
    animation-delay: 0.3s;
}

.text-effect span:nth-child(5) {
    animation-delay: 0.4s;
}

.text-effect span:nth-child(6) {
    animation-delay: 0.5s;
}

.text-effect span:nth-child(7) {
    animation-delay: 0.6s;
}

.text-effect span:nth-child(8) {
    animation-delay: 0.7s;
}

.text-effect span:nth-child(9) {
    animation-delay: 0.8s;
}

.text-effect span:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes animate {
    0% {
        color: #f1c712;
        letter-spacing: 3px;
        text-shadow: 1px 1px 0px #ccc;
        transform: translateY(0);
    }

    50% {
        color: #000;
        letter-spacing: 15px;
        text-shadow: 5px 10px 1px #ccc;
        transform: translateY(-30px);
    }

    100% {
        color: #f1c712;
        letter-spacing: 3px;
        text-shadow: 1px 1px 0px #ccc;
        transform: translateY(0);
    }
}

.page_main_title_section::after {
    background: #fff;
}

.page-id-468 .page_main_title_section::after {
    background: #f5f5f5;
}

/* ------------contact-us ------------------------*/

.page_main_title_section {
    height: 487px;
}

.page_main_title_box {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-shadow: 0px 0px 24.5px rgb(0 0 0 / 44%);
    font-weight: 600;
}

.page_main_title_row,
.page_main_title_section {
    padding: 0px !important;
}

.page_main_title_row {
    display: flex;
    height: 100%;
}

.page_main_title_section::after {
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    content: '';
    right: 0;
    height: 70px;
    width: 50%;
    background: #fff;
    bottom: -1px;
    z-index: 2;
}

.page_main_title_section::before {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2022/03/Layer-16.png);
    position: absolute;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: auto;
    top: 20px;
    right: 0;
    z-index: 99;
}

.page-id-468 .page_main_title_section::after {
    background: #f5f5f5;
}


ul.contact_us_page_details {
    display: flex;
}

ul.contact_us_page_details li:first-child {
    justify-content: left;
    border: none;
}

.contaect_deteils_row {
    padding: 0px !important;
}

.contact_page_form_row {
    padding: 0px !important;
}

ul.contact_us_page_details li:last-child {
    justify-content: right;
}

ul.contact_us_page_details li {
    width: 33.33%;
    border-left: 1px solid #cccccc;
    margin: auto;
    justify-content: center;
}

.contact_us_footer ul.contact_us_page_details li a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.contact_us_footer.contact_us_page_details {
    margin-top: 0px !important;
}

.contact_us_footer.contact_us_page_details ul li .fa {
    font-size: 30px;
    color: #000;
    background: #f1c712;
    width: 60px;
    height: 60px;
    margin: 10px;
    margin-left: 0px;
    border-radius: 100%;
    display: flex;
}


/* ----------about-page ----------------*/

.seo_content_row {
    padding: 0px !important;
}

.about_Section.about_page_section::after,
.about_Section.about_page_section::before {
    display: none;
}

.page-id-498 .page_main_title_section::after {
    background: #fff !important;
}

.page-id-498 .abt_con {
    top: 14%;
    position: relative;
}

.about_Section.about_page_section .year_experience_row {
    margin: auto !important;
    margin-top: 0;
    z-index: 11;
    border: none;
    line-height: 1;
    background: transparent !important;
}

.about_Section.about_page_section.abt_seo_section {
    padding-bottom: 0px !important;
}

.seo_section_content font {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

.seo_section_content ul li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.section_main_button {
    margin-top: 20px;
}

.seo_section_content .section_main_title {
    color: #f1c712;
    font-size: 34px;
    padding: 20px 0 5px 0;
    line-height: 1.3;
}

.seo_section_content ul {
    padding-bottom: 0;
}

.seo_section_content ul li {
    padding: 10px 0;
}

.seo_section_content h3 {
    padding: 15px 0 10px 0;
    font-weight: 600;
    font-size: 20px;
}

/* ---------------------------------- */


/*------------------------- service ----------------*/

.servicehide {
    display: none !important;
}

.other_service_inner_page_Section .service-item {
    width: 33.33%;
}

.service_img_top img {
    height: 590px;
    object-fit: cover;
    border-color: rgb(255, 255, 255);
    border: 8px solid #fff;
    width: 100% !important;
    box-shadow: 0px 0px 24.5px 10.5px rgba(0, 0, 0, 0.15);
}

.service_img_top .et_pb_image_wrap {
    width: 100%;
}

.service_info_title_row {
    padding-bottom: 0px !important;
}

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

.service_info_title {
    font-size: 26px;
    color: #f1c712;
    text-transform: uppercase;
    font-weight: 600;
}

.service_info_content span {
    font-size: 18px;
    color: #000;
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
}

.service_info {
    padding-left: 50px;
}

.page-id-546 .page_main_title_section::after {
    background: #fff;
}

.service_area_row ul li {
    display: inline-block !important;
}

.service_area_row ul {
    padding: 0px !important;
}

span.paragraph-2 {
    font-size: 20px;
    color: #000;
}

h1.heading-2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.w-container span,
.w-container ul li {
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

span.kl_service_heading_txt {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.service_sec_main_div p {
    font-size: 18px;
    color: #000;
    padding-bottom: 0px;
}

.service_sec_main_div a {
    font-size: 18px;
    color: #f1c712;
}


/* ------------ */

.blog-item-main.blog-image-slider .blog-item {
    width: 33%;
    float: left;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 24.5px 10.5px rgb(0 0 0 / 6%);
    padding: 10px;
}

.blog-poster img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.blog-name {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-desc {
    font-size: 16px;
    color: #000;
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* ---------------------- */

/* blog_single_page */
.blog_single_title h1.entry-title {
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_single_box p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.blog_single_row {
    padding: 0px 30px !important;
}

.seo_ul_sc {
    margin-top: 13px;
}

.seo_ul_sc ul {
    padding: 0px !important;
    list-style-type: none !important;
}

.seo_ul_sc ul li {
    color: black;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    width: 50%;
    float: left;
    padding-bottom: 9px;
}

.seo_ul_sc ul li a {
    color: black;
}

.seo_ul_sc ul li:last-child {
    padding-bottom: 25px;
}


.btn_text {
    margin-top: 20px;
}

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




@media all and (min-width: 320px) and (max-width: 767px) {
    .text-effect {
        font-size: 50px;
    }

    .page_main_title_box {
        font-size: 26px;
        position: relative;
        top: -20px;
        text-align: center;
    }

    .page_main_title_section {
        height: 300px;
    }

    .page_main_title_section::before {
        width: 80px;
        height: 80px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact_us_footer.contact_us_page_details ul li .fa {
        width: 50px;
        height: 50px;
        font-size: 25px;
        margin: auto;
        margin-bottom: 10px;
    }

    .contact_us_footer ul.contact_us_page_details li a {
        text-align: center;
    }

    .contact_us_footer ul li a {
        justify-content: center;
    }

    .contact_us_footer ul.contact_us_page_details li {
        width: 100%;
        padding: 0px 0px;
        float: left;
    }

    ul.contact_us_page_details li:last-child {
        width: 100%;
        justify-content: center;
    }

    ul.contact_us_page_details li {
        border: none !important;
    }

    ul.contact_us_page_details {
        display: block;
    }

    .contact_us_footer ul.contact_us_page_details li a br {
        display: none;
    }

    .contact_page_form_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contaect_deteils_row .contact_us_footer ul li {
        display: block;
        margin: 10px 0px;
    }

    .contact_page_form_section,
    .contaect_deteils_section {
        padding: 30px 0px !important;
    }

    /* about-page */
    .page-id-498 .about_Section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .page-id-498 .abt_section_row_two {
        padding-bottom: 0px !important;
    }

    .seo_section_content .section_main_title {
        font-size: 20px;
    }

    .seo_section_content font {
        font-size: 16px;
    }
.seo_section_content strong{
	font-size: 16px;
}
    .seo_content_row {
        padding: 0px 10px !important;
    }

    .seo_content_section {
        padding: 30px 0px !important;
    }

    .other_service_inner_page_Section .service-item {
        width: 100%;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .service_img_top img {
        height: 300px;
    }

    .service_info_content {
        height: auto;
        overflow: auto;
    }

    .service_info_btn {
        margin-top: 10px;
    }

    .service_info_title {
        font-size: 26px;
    }

    .service_info {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

    .service_info_section {
        padding: 30px 0px !important;
    }

    .other_service_inner_page_Section .service-item {
        width: 100%;
    }

    .service_info_section_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }

    .service_info_section {
        padding: 30px 0px !important;
    }

    /* blog-page */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

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

    .blog-name {
        font-size: 20px;
    }

    .blog-poster img {
        height: 250px;
    }

    .blog-item-main.blog-image-slider .blog-item {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .blog_section_main {
        padding: 30px 0px !important;
    }

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

    .blog_single_box p {
        font-size: 16px;
    }

    .seo_ul_sc ul li {
        font-size: 16px;
        width: 100%;
    }

    .seo_section_content ul li {
        font-size: 16px;
    }


}

@media all and (min-width: 481px) and (max-width: 767px) {
    .other_service_inner_page_Section .service-item {
        width: 50%;
    }

    .seo_ul_sc ul li {
        width: 50%;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .page_main_title_box {
        font-size: 32px;
        position: relative;
        top: -20px;
    }

    .page_main_title_section {
        height: 300px;
    }

    .page_main_title_section::before {
        width: 80px;
        height: 80px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact_us_footer.contact_us_page_details ul li .fa {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    ul.contact_us_page_details li {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    ul.contact_us_page_details li:last-child {
        width: 100%;
        justify-content: center;
    }

    ul.contact_us_page_details li {
        border: none !important;
    }

    ul.contact_us_page_details {
        display: block;
    }

    .contact_us_footer ul.contact_us_page_details li a br {
        display: none;
    }

    .contact_page_form_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* ---------about-us -----------*/
    .seo_content_section {
        padding: 30px 0px !important;
    }

    .seo_section_content font {
        padding: 0px 10px;
        font-size: 16px;
    }

    .seo_section_content strong {
        font-size: 16px;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .service_info_content {
        height: auto;
        overflow: auto;
    }

    .service_info_btn {
        margin-top: 10px;
    }

    .service_info_title {
        font-size: 26px;
    }

    .service_info {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

    .service_info_section {
        padding: 30px 0px !important;
    }

    .other_service_inner_page_Section .service-item {
        width: 50%;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }

    .service_info_section {
        padding: 30px 0px !important;
    }

    /* blog-page */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }

    .blog-name {
        font-size: 20px;
    }

    .blog-poster img {
        height: 250px;
    }

    .blog-item-main.blog-image-slider .blog-item {
        width: 47%;
    }

    .blog_single_title h1.entry-title {
        font-size: 30px;
    }

    .blog_single_title h1.entry-title {
        font-size: 22px;
    }

    .seo_ul_sc ul li {
        font-size: 16px;
    }


}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .page_main_title_box {
        font-size: 32px;
        position: relative;
        top: -20px;
    }

    .page_main_title_section {
        height: 350px;
    }

    .page_main_title_section::before {
        width: 120px;
        height: 120px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact_us_footer.contact_us_page_details ul li .fa {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    ul.contact_us_page_details li {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    ul.contact_us_page_details li:last-child {
        width: 100%;
        justify-content: center;
    }

    ul.contact_us_page_details li {
        border: none !important;
    }

    ul.contact_us_page_details {
        display: block;
    }

    .contact_us_footer ul.contact_us_page_details li a br {
        display: none;
    }

    .contact_page_form_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_content {
        height: 350px;
        overflow: auto;
    }

    .service_info_btn {
        margin-top: 10px;
    }

    .service_info_title {
        font-size: 26px;
    }

    .seo_content_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* ----------blogpage----------- */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }

    .blog-name {
        font-size: 20px;
    }

    .blog-poster img {
        height: 250px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .page_main_title_box {
        font-size: 34px;
        position: relative;
        top: -20px;
    }

    .page_main_title_section {
        height: 350px;
    }

    .page_main_title_section::before {
        width: 120px;
        height: 120px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact_us_footer.contact_us_page_details ul li .fa {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    ul.contact_us_page_details li:first-child {
        width: 35%;
    }

    ul.contact_us_page_details li {
        width: 22%;
        padding: 0px 0px;
    }

    ul.contact_us_page_details li:last-child {
        width: 36%;
    }

    .contact_us_footer ul.contact_us_page_details li a br {
        display: none;
    }

    .contact_page_form_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_content {
        height: 350px;
        overflow: auto;
    }

    .service_info_btn {
        margin-top: 10px;
    }

    .service_info_title {
        font-size: 26px;
    }

    .seo_content_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* ----------blogpage----------- */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }

    .blog-name {
        font-size: 20px;
    }

    .blog-poster img {
        height: 250px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .page_main_title_box {
        font-size: 38px;
    }

    .page_main_title_section {
        height: 450px;
    }

    .page_main_title_section::before {
        width: 120px;
        height: 120px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact_us_footer.contact_us_page_details ul li .fa {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    ul.contact_us_page_details li:first-child {
        width: 30%;
    }

    ul.contact_us_page_details li {
        width: 35%;
    }

    ul.contact_us_page_details li:last-child {
        width: 35%;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .seo_content_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* ----------blogpage----------- */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .page_main_title_box {
        font-size: 42px;
    }

    .page_main_title_section {
        height: 450px;
    }

    .page_main_title_section::before {
        width: 120px;
        height: 120px;
        background-size: contain;
    }

    .contaect_deteils_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* service */
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .seo_content_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* ----------blogpage----------- */
    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .service_info_title_row {
        padding-top: 0px !important;
    }

    .service_info_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .seo_content_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .service_info_section_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .blog-name {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .blog_section_row {
        padding: 0px 30px !important;
    }
}

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

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