html {}

body {}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
button {}

p {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    color: #353535;
    line-height: 26px;
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

input.error,
textarea.error {
    border-color: rgb(189, 29, 29);
}

.error-message p,
.text-danger {
    color: rgb(189, 29, 29);
}

.success-message p,
.text-success {
    color: rgb(35, 124, 41);
}

.pr-2 {
    padding-right: 20px;
}

.flex {
    display: flex;
}

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

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.h-auto {
    height: auto !important;
}

/* .main-logo img {
    height: 120px;
    position: absolute;
    top: -41px;
    background: #000;
}

.theme_menu.stricky-fixed .main-logo img {
    height: 65px;
    top: 16px;
} */

.main-logo img {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.menu-header-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-title h2 {
    position: relative;
    font-size: 35px;
    letter-spacing: -2px;
    font-weight: 500;
}

.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
    color: var(--main-color2);
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar a:hover {
    opacity: 0.7;
}

.top-bar {
    border-bottom: 1px solid #343434;
}

.theme_menu .thm-btn {
    border-color: white;
}

.theme_menu .thm-btn:hover {
    color: white;
    opacity: 0.7;
}

.rev_slider_wrapper,
.rev_slider {
    height: 650px !important;
}

.rev_slider p,
.rev_slider h1 {
    white-space: normal !important;
}

.tp-mask-wrap {
    width: 800px !important;
}

.thm-btn.white-bg {
    background: #fff;
    padding: 0px 35px;
    color: #000;
    border-color: #fff;
}

.thm-btn.white-bg:hover {
    opacity: 0.7
}

.thm-btn.white-border {
    background: none;
    padding: 0px 35px;
    color: #fff;
    border-color: #fff;
}

.thm-btn.white-border:hover {
    opacity: 0.7;
    background: #fff;
    color: #000;
}

.footer-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.main-footer a,
.main-footer p {
    color: #fff;
}

.main-footer .list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.main-footer ul li {
    margin: 0 0 10px 0;
}

.main-footer ul li.current-menu-item a {
    color: var(--main-color2);
}

.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff !important;
    font-size: 55px !important;
    line-height: 62px !important;
    margin: 14px 0 9px !important;
    font-weight: 700 !important;
}

.default-cinfo {
    padding: 60px 40px;
    background: #000;
    color: white;
    margin-top: 30px;
    margin-right: 15px;
}

.default-cinfo p,
.default-cinfo a {
    color: white;
}

.default-cinfo a:hover {
    opacity: 0.7;
}

.default-cinfo li .icon_box i {
    top: 3px;
    font-size: 17px;
    color: white;
    opacity: 0.8;
}

.form-group label {
    margin-bottom: 0;
}

.default-form {
    margin-top: -100px;
}

.gallery {
    display: flex;
    width: 100%;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.gallery .gallery-item {
    display: flex;
    flex: 1 0 calc(25% - 20px);
}

.gallery .gallery-item img {
    height: 100%;
    object-fit: cover;

}

.container-fluid {
    max-width: 1100px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
}

.service-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-section .section_wrapper {
    display: flex;
    align-items: center;
}

.service-section .section_wrapper .service-text-column,
.service-section .section_wrapper .service-image-column {
    float: none;
    display: flex;
    flex: 1;
    align-items: center;
    order: 1;
}

.service-section.section-right .section_wrapper .service-text-column .mcb-wrap-inner {
    padding-right: 0;
    padding-left: 70px;
}

.service-section.section-right .section_wrapper .service-image-column {
    order: 0;
}

.service-section .section_wrapper .service-text-column .mcb-wrap-inner {
    padding-right: 70px;
}

.service-section .section_wrapper .service-image-column img {
    width: 100%;
    height: 500px !important;
    /* min-height: 400px; */
    display: block;
    object-fit: cover;
}

.editor-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b3b3b3;
}

.editor-content table td,
.editor-content table th {
    min-width: 2em;
    padding: 0.4em;
    border: 1px solid #bfbfbf;
}

.editor-content table th {
    font-weight: 700;
    background: hsla(0, 0%, 0%, 5%);
}

.editor-content p {
    margin-bottom: 15px;
}

.editor-content h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

@media(max-width: 1200px) {

    .rev_slider_wrapper,
    .rev_slider {
        height: 500px !important;
    }

    .container {
        width: 92%;
    }

    .rev_slider_wrapper .tp-caption {
        margin-left: 50px;
        ;
    }

    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 45px !important;
        line-height: 54px !important;
    }

    .service-section.section-right .section_wrapper .service-text-column .mcb-wrap-inner {
        padding-right: 0;
        padding-left: 45px;
    }

    .service-section .section_wrapper .service-image-column img {
        height: 400px !important;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 991px) {
    .theme_menu .right-column {
        display: none;
    }

    .theme_menu {
        background: black;
    }

    /* .main-logo img {
        height: 103px;
        top: -47px;
        object-fit: contain;
    } */

    .theme_menu .menu-column {
        text-align: right;
    }

    .menuzord .showhide span {
        background-color: white;
    }

    .menuzord-responsive .menuzord-menu>li>a,
    .menuzord-responsive .menuzord-menu>li:first-child>a {
        border: none;
    }

    .menuzord-responsive .menuzord-menu li .indicator {
        display: none;
        position: relative;
        font-size: 17px;
        text-align: center;
        line-height: auto;
        border: none;
        /* border-left: solid 1px #f5f5f5; */
        /* content: '<'; */
        /* color: white; */
    }


    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 35px !important;
        line-height: 44px !important;
    }

    .featured-service .image-box img {
        height: 300px;
    }

    .section-title h2 {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .section-title h3 {
        font-size: 18px;
        margin-top: 25px;
    }

    .main-footer .section-title {
        margin-bottom: 20px;
    }

    .sec-padd {
        padding: 50px 0;
    }

    .default-form {
        margin-top: 40px;
    }

    .rev_slider_wrapper,
    .rev_slider {
        height: 450px !important;
    }

    .featured-service .image-box .caption-box .title {
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .service .item {
        padding: 37px 15px;
    }

    .inner-banner h3 {
        font-size: 37px;
        line-height: 49px;
    }
}


@media(max-width: 850px) {}

@media(max-width: 768px) {
    .top-bar .top-bar-text {
        text-align: right;
    }

    .rev_slider_wrapper .tp-caption {
        margin-left: 40px !important;
        max-width: 500px !important;
    }

    .rev_slider_wrapper .tp-button {
        margin-top: 30px !important;
    }

    .rev_slider_wrapper .tp-button a {
        letter-spacing: 0 !important;
    }
}

@media(max-width: 767px) {
    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 29px !important;
        line-height: 41px !important;
    }

    .rev_slider_wrapper .tp-caption {
        margin-left: 30px !important;
        max-width: 450px !important;
    }

    .rev_slider_wrapper,
    .rev_slider {
        height: 400px !important;
    }

    .why-us {
        position: relative;
        padding: 60px 0px 20px;
    }

    .service .item {
        border: none;
    }

    .about-faq .img-box img {
        width: 100%;
        object-fit: cover;
    }

    .about-titles {
        margin-top: 20px;
    }

    .about-block {
        margin-bottom: 50px;
    }

    .service-section .section_wrapper {
        flex-direction: column;
    }

    .service-section .section_wrapper .service-text-column {
        order: 0;
    }

    .service-section.section-right .section_wrapper .service-image-column {
        order: 1;
        margin-top: 40px;
        width: 100%;
    }

    .service-section.section-right .section_wrapper .service-text-column .mcb-wrap-inner {
        padding-left: 0;
    }

    .service-section .section_wrapper .service-text-column .mcb-wrap-inner {
        padding-right: 0;
    }

    .service-section .section_wrapper .service-image-column {
        width: 100%;
        margin-top: 40px;
    }

    .container,
    .container-fluid {
        width: 92%;
    }

    .gallery .gallery-item {
        display: flex;
        flex: 1 0 calc(33% - 20px);
    }

    .inner-banner .box {
        height: 250px;
    }

    .home-google-map #contact-google-map {
        height: 350px;
    }

    .menuzord-responsive .menuzord-menu>li>a {
        padding: 14px 20px;
        font-size: 18px;
    }

    .menuzord-responsive .menuzord-menu:last-child {
        margin-bottom: 10px;
    }

    .slide-content-box p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .rev_slider_wrapper .tp-button {
        margin-top: 50px !important;
    }

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

}

@media(max-width: 650px) {
    .rev_slider_wrapper .tp-button {
        top: 15px !important;
    }
}

@media(max-width: 575px) {
    .inner-banner h3 {
        font-size: 30px;
        line-height: 39px;
    }

    .gallery .gallery-item {
        display: flex;
        flex: 1 0 calc(50% - 20px);
    }


    .rev_slider_wrapper .tp-button {
        top: 45px !important;
    }

    .rev_slider_wrapper .tp-button {
        display: none;
    }

    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 27px !important;
        line-height: 36px !important;
    }

    .tp-bgimg.defaultimg {
        background-position: center !important;
    }

    .thm-btn {
        font-size: 12px;
        line-height: 36px;
    }

    .copy-text p {
        font-size: 15px;
    }

    .rev_slider_wrapper,
    .rev_slider {
        height: 350px !important;
    }

    /* .main-logo img {
        padding: 8px;
    } */

    .section-title h2 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .breadcumb-wrapper ul,
    .breadcumb-wrapper li,
    .breadcumb-wrapper ul.link-list li a {
        font-size: 16px;
    }
}

@media(max-width: 500px) {
    .slide-content-box {
        margin-top: 50px !important;
    }

    .rev_slider_wrapper .tp-caption {
        margin-left: 20px !important;
        max-width: 400px !important;
    }

    .awards h2 {
        font-size: 27px;
        color: #fff;
    }

    .awards p {
        margin: 25px 0 15px;
    }

    p {
        font-size: 16px;
    }

    .menuzord-responsive .menuzord-menu>li> {
        font-size: 16px;
    }
}

@media(max-width: 450px) {
    .rev_slider_wrapper .tp-caption {
        max-width: 380px !important;
    }

    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .service .item .icon_box h4 {
        font-size: 18px;
    }
}

@media(max-width: 400px) {
    .rev_slider_wrapper .tp-caption {
        max-width: 350px !important;
    }

    .container,
    .container-fluid {
        width: 98%;
    }

    .menuzord-responsive .menuzord-menu>li>a {
        padding: 12px 0px;
        font-size: 14px;
    }

    .inner-banner h3 {
        font-size: 25px;
        line-height: 33px;
    }

    .inner-banner .box {
        height: 210px;
    }

    .breadcumb-wrapper ul,
    .breadcumb-wrapper li,
    .breadcumb-wrapper ul.link-list li a {
        font-size: 14px;
    }

    .service-section .section_wrapper .service-image-column img {
        height: 300px !important;
    }

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

    .service-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gallery .gallery-item {
        display: flex;
        flex: 1 0 100%;
    }

    .main-logo {
        margin: 0;
    }

    /* .main-logo img {
        padding: 0;
        height: 87px;
        top: -40px;
        object-fit: contain;
    } */
}

@media(max-width: 350px) {
    .rev_slider_wrapper .tp-caption {
        display: none;
    }

    .rev_slider_wrapper,
    .rev_slider {
        height: 250px !important;
    }

    .featured-service .image-box .caption-box .title {
        font-size: 14px;
        line-height: 18px;
    }

    .section-title h2 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .awards h2 {
        font-size: 21px;
        color: #fff;
    }

    .top-bar-text {
        display: none;
    }

    .theme_menu .menu-block {
        width: 50%;
    }

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

    .inner-banner h3 {
        font-size: 19px;
        line-height: 27px;
    }

    .inner-banner .box {
        height: 140px;
    }
}

@media(max-width: 300px) {}