.logo-header a img {
    width: 200px;
}

body {
    font-family: 'Cairo', sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    box-shadow: none;
    outline: none;
}


/*--------   2.4 Main Slider     --------*/

.slider-wrapper {
    position: relative;
    margin-top: -27px;
}


/* Caption styles */

.nivo-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 10000;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

@media (max-width: 1199px) {
    .nivo-directionNav {
        display: none;
    }
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}


/*
Skin Name: Nivo Slider Default Theme
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff;
    margin-bottom: 0;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-directionNav a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    opacity: 0;
    text-align: center;
    color: #fff;
    z-index: 10000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
    .theme-default .nivo-directionNav a {
        opacity: 1;
    }
}

.wpcf7-form-control-wrap {
    position: relative;
    margin: 0 7px;
}

.contactForm-box .wpcf7-form-control-wrap {
    display: inline-block;
}

span.wpcf7-not-valid-tip {
    font-size: 1em;
    display: block;
    margin-bottom: 25px;
    color: #f47629;
}

@media (max-width: 767px) {
    span.wpcf7-not-valid-tip {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.theme-default .nivo-directionNav a:before {
    content: "\e917";
    font-family: 'Electrician';
    font-size: 7vw;
    line-height: 1em;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

@media (max-width: 767px) {
    .theme-default .nivo-directionNav a {
        width: 40px;
    }
    .theme-default .nivo-directionNav a:before {
        font-size: 30px;
        line-height: 70px;
    }
    .theme-default a.nivo-nextNav {
        right: 0;
    }
    .theme-default a.nivo-prevNav {
        left: 0;
    }
}

.theme-default .nivo-directionNav a.nivo-prevNav:before {
    content: "\e916";
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}


/* nivo-caption text */

.nivo-caption .text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.nivo-caption .text1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 86px;
    margin-bottom: .4em;
    line-height: 0.9em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.nivo-caption .text2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 0.95em;
    line-height: 1em;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.nivo-caption .text3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    margin-bottom: 6em;
}

.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    opacity: 1;
}

@media (max-width: 1199px) {
    .nivo-caption .text1 {
        font-size: 60px;
        margin-bottom: .25em;
    }
    .nivo-caption .text2 {
        font-size: calc(1.2vw + 10px);
    }
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        height: 34px;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 16px 10px;
        border-radius: 4px;
    }
}

.nivo-lide-top {
    top: -37px !important;
}

@media (max-width: 991px) {
    .slider-wrapper {
        margin-top: 0;
    }
    .nivo-caption .text1 {
        font-size: 50px;
        margin-bottom: .25em;
        font-weight: 600;
    }
    .nivo-caption .text2 {
        font-size: 29px;
        margin-bottom: .8em;
        font-weight: 300;
    }
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        height: 34px;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 16px 10px;
        border-radius: 4px;
    }
    .nivo-lide-top {
        top: 0 !important;
    }
}

.nivo-caption a.btn,
.nivo-caption a.btn.btn-lg {
    padding: 16px 30px 20px;
}

@media (max-width: 767px) {
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        padding: 6px 10px 12px;
    }
    .maintenence-free .block.bg-dark h3 {
        font-size: 24px !important;
    }
    .page-footer .footer-top .textwidget p {
        text-align: center !important;
    }
    .fixed-prices .col-lg-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    .big-button .services-btn-full .btn-invert {
        padding: 16px 20px 19px !important;
        height: 66px !important;
        font-size: 20px !important;
    }
}


/*-----  3.8 Request form block  --------*/

.request-form {
    position: relative;
}

.request-form .inside {
    background-color: #142d16;
    padding: 20px 20px;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

.request-form h4 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 24px;
    line-height: 22px;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    background-color: #e91e21;
    border-radius: 6px 6px 0 0;
    text-transform: none;
    position: absolute;
    top: -42px;
    z-index: 99;
    right: 0;
}

input.wpcf7-form-control.wpcf7-submit.contact-form {
    background-color: #e91e21;
    padding: 11px 30px;
    width: 15%;
    border: 1px solid #e91e21;
    border-radius: 5px;
}

.request-form form input[type=number],
.request-form form input[type=text],
.request-form form input[type=email] {
    display: inline-block;
    vertical-align: top;
    width: 311px;
    margin-left: 10px;
    height: 47px !important;
    margin-bottom: 0px;
    padding: 9px;
    text-align: right;
}

.request-form-top .wpcf7-form-control.wpcf7-submit.btn {
    width: 260px;
    height: 47px;
    position: relative;
    margin-right: 15px;
    background: #e91e21;
    color: #fff;
    border: 1px solid #e91e21;
    transition: all 0.4s linear;
}

.request-form-top .wpcf7-form-control.wpcf7-submit.btn:hover {
    background: transparent;
}

@media (max-width: 1199px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        margin: 15px 10px;
    }
}

@media (max-width: 767px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        margin: 0px auto;
        min-width: calc(50% - 3px);
        max-width: 370px;
    }
}

@media (min-width: 1024px) {
    .request-form-top .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
        margin-right: 12px;
        height: 47px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        width: 205px;
        margin: 0 !important;
    }
}

.request-form form button {
    display: inline-block;
    vertical-align: top;
}

.request-form form .placeholder-dark {
    color: #142d16;
}

.request-form form input::-webkit-input-placeholder {
    color: #142d16;
}

.request-form form input::-moz-placeholder {
    color: #142d16;
}

.request-form form input:-ms-input-placeholder {
    color: #142d16;
}

.request-form form input:-moz-placeholder {
    color: #142d16;
}

@media (max-width: 1199px) {
    .request-form form input[type=text] {
        width: 215px;
    }
}

@media (max-width: 991px) {
    .request-form form input[type=text] {
        width: 157px;
    }
}

@media (max-width: 767px) {
    .request-form form input[type=number],
    .request-form form input[type=text],
    .request-form form input[type=email],
    .request-form form input[type=submit],
    .request-form form button {
        display: block;
        width: 100% !important;
        margin: 0 0 5px;
        float: none;
        padding: 3px;
    }
    body .request-form form input[type=number] {
        margin-bottom: 10px;
    }
    .request-form .vc_column-inner {
        padding: 0;
    }
    .request-form form button {
        margin: 0;
    }
}

.sec-heading {
    font-family: 'Cairo', sans-serif;
    font-size: 2.9rem;
    font-weight: 500;
}

.sec-heading>span {
    color: #e91e21;
}

.desc-heading>p {
    font-size: 1.2rem;
}

.marker-list {
    margin: 5px 0 35px;
    padding: 0;
    list-style: none;
}

.marker-list>li {
    position: relative;
    padding-right: 27px;
    margin-bottom: 9px;
}

.marker-list>li:after {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    font-family: 'Electrician';
    content: "\e906";
    font-size: 12px;
    color: #e91e21;
}

.btn-mmi {
    padding: 13px 15px 17px;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: 48px;
    background-color: #e91e21;
    color: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transitio: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid #e91e21;
    cursor: pointer;
}

.btn-mmi:hover {
    border: 1px solid #e91e21;
    background: transparent;
    color: #e91e21;
}

.gray-sec {
    background: #f1f1f1;
}

.sec-heading .heading-line2 {
    color: #000;
    font-size: 30px;
}

.specialize-list {
    width: 100%;
    padding: 0;
}

.specialize-list li {
    position: relative;
    margin: 7px 0;
    padding-left: 20px;
}

.specialize-list li:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: 'Electrician';
    content: "\e906";
    font-size: 12px;
    color: #e91e21;
}


/* text-icon */

.text-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.text-icon-icon {
    text-align: center;
    margin-bottom: 8px;
}

.text-icon-icon span {
    display: inline-block;
    position: relative;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    background: #f1f1f1;
}

.text-icon-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 76px;
    line-height: 113px;
    color: #e91e21;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.text-icon-icon .icon-hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #e91e21;
    background: -webkit-gradient(linear, left top, left bottom, from(#e91e21), to(#ff7b2b));
    background: -webkit-linear-gradient(top, #e91e21, #ff7b2b);
    background: -moz-linear-gradient(top, #e91e21, #ff7b2b);
    background: -ms-linear-gradient(top, #e91e21, #ff7b2b);
    background: -o-linear-gradient(top, #e91e21, #ff7b2b);
    -webkit-box-shadow: 0 4px 0 0 #e8e8e8;
    -moz-box-shadow: 0 4px 0 0 #e8e8e8;
    box-shadow: 0 4px 0 0 #e8e8e8;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
}

.text-icon:hover .icon-hover {
    opacity: 1;
}

.text-icon:hover .icon {
    color: #fff;
}

.text-icon-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
}

.text-icon-text {
    max-width: 260px;
    margin: 0 auto;
}

.text-icon.last {
    margin-bottom: 0;
}

.slick-section {
    background: url(../images/block-bg4944.jpg) fixed center center;
    padding: 80px 10px;
    color: #fff;
}

.slick-dots li {
    background: #e91e21;
    border-radius: 50px;
    opacity: 0.5;
    width: 15px;
    height: 15px;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.slick-prev,
.slick-next {
    top: -65%;
}

.slick-prev:before {
    position: absolute;
    width: 120px;
    text-align: center;
    top: 25px;
    left: 0;
    content: "\e90d";
    font-family: 'Electrician';
    font-size: 42px;
    line-height: 42px;
    color: #e91e21;
    font-style: normal;
}

.slick-next:before {
    position: absolute;
    width: 120px;
    text-align: center;
    top: 25px;
    right: 0;
    content: "\e911";
    font-family: 'Electrician';
    font-size: 42px;
    line-height: 42px;
    color: #e91e21;
    font-style: normal;
}

.trusted {
    margin-top: 35px;
}

.trusted h3 {
    font-size: 40px;
}

.trusted h3 span {
    color: #e91e21;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav {
    display: none;
}


/* Toggle Btn Style */

.button-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
    display: none;
    z-index: 5555555555555555555555555555555555555;
}

.button-toggle span {
    width: 30px;
    height: 3px;
    background: #142d16;
    display: block;
    margin: 4px 0;
    direction: ltr;
}

.mobile-view-767 {
    display: none;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    background: #142d16;
    z-index: 55555555555555555555555555555555555;
}

.mobile-view-767 .nav-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 30px;
}

.mobile-view-767 .nav-mobile li {
    padding: 10px 50px;
    margin: 10px 0;
}

.mobile-view-767 .nav-mobile li:hover {
    background: #27612c;
}

.mobile-view-767 .nav-mobile li a {
    color: #fff;
}


/* Toggle Btn */


/* BreadCrumb Style */

.breadcrumb li>a {
    color: #333;
}

.breadcrumb li.breadcrumb-active>a {
    color: #e91e21;
}


/*End => BreadCrumb Style*/


/*Our Service*/

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: -200%;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    pointer-events: none;
}

.service-img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.category-item:hover .service-img::before {
    left: 200%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}


/*End => Our Service*/


/* Gallary Page */

#lightgallery li {
    margin-bottom: 20px;
}


/* End => Gallary Page */