@charset "utf-8";
/* CSS Document */

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */
/*===== Pre CSS =====*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: 'Viga', sans-serif;
    background: #fff;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    font-family: 'Viga', sans-serif;
}

/*===== Go To Top Section =====*/
#back-top {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 14px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #000;
    border: #fff solid 1px;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.05, 1.05);
}

/*===== Mobile Menu =====*/
.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
}

.menu_icon_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    width: 100%;
    background: #000;
    height: 57px;
    border-bottom: #fff solid 1px;
}

.tab_button {
    float: none;
    text-align: center;
}

.tab_button a {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.tab_button a:hover {
    background: #747474;
    border: #747474 solid 1px;
}

.tab_button1 {
    margin-left: 15px;
    margin-right: 5px;
}

.menu_icon {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.menu_icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.menu_icon.active {
    color: #fff;
    padding: 8px 3px 0;
}

.menu_icon.active span {
    position: absolute;
    width: 85%;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.mobile_slideLogo {
    display: block;
    text-align: center;
}

.mobile_slideLogo img {
    display: inline-block;
    float: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: inherit;
    height: auto;
}

.sidebar {
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    transition: all linear 0.3s;
}

.sidebar.active {
    left: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: #747474 solid 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 12px 0;
    height: 100%;
    width: 0%;
    background: #747474;
    transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
    width: 100%;
}

.sidebar ul li.active {
    background: #747474;
    border-radius: 5px;
}

/*-- Modern Social Media Icon Display --*/
.social_media_block {
    display: block;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.share_icon .fa-solid {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #fff solid 1px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 14px 0 0 0;
    transition: all linear 0.3s;
}

.share_icon .fa-solid:hover {
    transform: rotate(360deg);
    color: #fff;
    background: #E22525;
    border-color: #E22525;
}

.social_icon {
    position: relative;
    overflow-y: hidden;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    transition: all linear 0.3s;
}

.social_icon.active {
    padding-top: 52px;
}

.social_icon ul {
    position: relative;
    display: block;
    text-align: center;
    transform: translateY(100%);
    transition: all linear 0.3s;
}

.social_icon.active ul {
    transform: translateY(-52px);
}

.social_icon ul li {
    list-style: none;
}

.social_icon ul li .fa-brands {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #0e59a9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 13px 0px 0 0;
    transition: all linear 0.3s;
}

.social_icon ul li .fa-brands:hover {
    transform: rotate(360deg);
}

.social_icon ul li:nth-child(1) .fa-brands {
    background: #3d5a96;
    color: #fff;
}

.social_icon ul li:nth-child(2) .fa-brands {
    background: #2aa3ef;
    color: #fff;
}

.social_icon ul li:nth-child(3) .fa-brands {
    background-image: linear-gradient(#8221b3, #c22268, #db8a40);
    color: #fff;
}

/* Wrapper */
.wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.transition {
    transition: all linear 0.3s;
}

/*===== Header Section =====*/
.header {
    background: transparent;
}

.header-menu{
    background: #0F2A44;
    padding: 15px 0;

}

.header-menu .row{
    align-items:center;
}
.licensenumber{color:#fff;font-size:20px;}

.header .logo {
    text-align: center;
    
}
.header .logo img{width:90%;border-radius:16px;}

.header-menu .col-sm-4{
    margin: auto;
    vertical-align: middle;
}

.btn-contact{
    text-align: right;
}

.btn-contact a{
    padding: 10px 30px;
    display: inline-block;
    background: #E22525;
    color: #fff;
    text-decoration: none;
    border-radius: 0 20px;
}

.btn-contact a span{
    float: left;
    font-size: 38px;
    margin-top: 5px;
    margin-right: 20px;
}

.btn-contact a p{
    display: inline-block;
    font-size: 18px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
}

.btn-contact a h3{
    font-size: 30px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
}

/*===== Banners Section =====*/

#banner-slider{
    position: relative;
}
/*
#banner-slider::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.44);
    z-index: 2;
}*/

.banner img {
    width: 100%;
    height: auto;
}

.banner-content {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.banner-content-box{
    padding: 70px 50px;
    background: rgba(217, 217, 217, 0.6);
    width: 30%;
    border-radius:16px;
}

.banner-content-box-right{
    position: relative;
    background: transparent;
    width: 45%;
    padding: 70px 20px;
    
    font-size: 28px;
    font-family: 'Viga',sans-serif;
    font-weight: 600;
    color: #000;
}

.banner-content-box-right::before{
    content: '';
    position: absolute;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    background: rgba(255,255,255,.6);
    z-index: -1;
    border-radius:16px;
}

.banner-content-right{
    position: absolute;
    top: 50%;
    right: 10%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.banner-content-box-right h4{
    font-size: 26px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.banner-content-box-right p{
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 4px;
}

.banner-content-box-right h2{
    background: #fff;
    font-size: 26px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #0F2A44;
    line-height: 30px;
    padding: 15px 0;
    display: block;
}

.banner-content-box-right h3{
    font-size: 22px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
}

.box-top,.box-bottom{
    padding: 25px 50px;
}


.banner-content-box h4 {
    color: #E22525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.banner-content-box h3 {
    color: #E22525;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Viga', sans-serif;
}



/*===== Common Section =====*/
.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
}

.section-title h4 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: 'Viga', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Viga', sans-serif;
    text-transform: capitalize;
}

.section-title h2 {
    position: relative;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Viga', sans-serif;
    text-transform: capitalize;
    display: inline-block;
}

.section-title h2 span{
    color: #E22525;
    font-size: 40px;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}

.section-title p {
    color: #000;
    font-size: 17px;
    line-height: 35px;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}

.more a {
    display: inline-block;
    padding: 15px 40px 13px;
    background: #E22525;
    color: #fff;
    font-size: 22px;
    font-family: 'Viga',sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.more a:hover {
    transform: translateY(-5px);
    background: #fff;
    color: #E22525;
    transition: all linear 0.3s;
}

/*===== Home Free Estimate Section =====*/
.home-free-estimate { 
    position: relative;
    background: #fff;
}

.home-free-estimate .section-title h2 {
    color: #fff;
    margin-bottom: 15px;
}

.home-free-estimate .section-title p {
    margin: 15px auto 0;
    color: #fff;
    font-size: 17px;
    font-family: 'Viga', sans-serif;
    line-height: 36px;
}

.home-free-estimate-form {
    position: relative;
    padding: 70px 50px;
    background: #0F2A44;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.estimate-content{
    text-align: center;
    margin-bottom: 20px;
}

.home-free-estimate-form i{
    color: #fff;
    font-size: 25px;
    margin-right: 12px;
}

.home-free-estimate-form h3{
    font-size: 25px;
    font-family: 'Viga',sans-serif;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.home-free-estimate-form h4{
    font-size: 30px;
    font-family: 'Viga',sans-serif;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.home-free-estimate-form p{
    font-size: 18px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #6D6D6D;
    margin-bottom: 20px;
}

.home-free-estimate-form ul li {
    list-style: none;
}

.home-free-estimate-form-control {
    position: relative;
    height: 55px;
    border-radius: 5px;
    background: #F4F6F8;
    color: #6E6E6E;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
}

.home-free-estimate-form label{
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #555555;
    margin-bottom: 6px;
}

.home-free-estimate-form-control::placeholder {
    color: #949494;
}

.btn-home-free-estimate-form-control {
    display: block;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 40px;
    margin: 0 auto;
    border: none;
    background: #E22525;
    color: #fff;
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.btn-home-free-estimate-form-control:hover {
    background: #E22525;
    border-color: #E22525;
}

.home-free-estimate-form textarea.form-control{
    min-height: calc(8.5em + 0.75rem + 2px);
}
.welcome-content{padding:40px 10px;}
.welcome-content .section-title{text-align:left;}
.welcome-content .section-title h2,.welcome-content .section-title p{color:#000;}

/*===== Services Section =====*/

.service-thumbnail{
    text-align: center;
}

.services-item-content {
    text-align: center;
}

.services-item-icon{
    width: 106px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.services-item-content h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    font-family: 'Viga', sans-serif;
}

.services-item-content p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Viga', sans-serif;
    margin: 0 20px;
}

/*How We Work Section*/
.how-we-work{
    position: relative;
    padding: 70px 0;
    background: #F3F3F3;
    text-align: center;
}

.how-we-work .section-title h2{
    color: #21589E;
    margin-bottom: 30px;
}

.process-block{
    position: relative;
    margin: 0 30px;
    background: transparent;
    text-align: center;
    border-radius: 10px;
    z-index: 10;
}

.process-block h3{
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin: 15px 0;
}

.process-block h3 span{
    display: block;
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

.process-block p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.process-block p span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #000;
}

/*===== Testimonials Section =====*/
.testimonials {
    position: relative;
    padding: 80px 0;
    background: #0F2A44;
    background-size: cover;
}

.testimonials .section-title {
    margin-bottom: 50px;
}

.testimonials .section-title h2 {
    color: #fff;
}

.testimonial-block{
    position: relative;
    padding: 60px 80px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
}

.testimonial-block::before{
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #000;
    border-radius: 5px;
}

.testimonial-block p{
    color: #000;
    font-size: 17px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.testimonial-block h3{
    font-size: 20px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #000;
}

.testimonial-block span{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials .item {
    padding: 15px;
}

.testimonials-content {
    position: relative;
    margin: 0 60px;
    padding: 30px 40px 60px 40px;
    background: transparent;
    text-align: left;
}

.testimonials-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}

.testimonials-content h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Viga', sans-serif;
    font-weight: 500;
    margin: 20px 0;
}

.client-title{
    text-align: center;
}

.client-title img{
    margin: 0 auto;
}

.testimonials-content img {
    display: block;
}

.testimonials-link {
    margin-top: 15px;
    text-align: center;
}

.testimonials .more{
    margin-top: 25px;
    text-align: center;
}

.quote{
    text-align: center;
}

.quote img{
    margin: 0 auto;
}


/*Service Areas */
.areas{
    padding: 70px 0;
    background: url(../imgs/serviceareas-bg.jpg)no-repeat center center;
    background-size: cover;
}

.areas .section-title h2{
    color: #fff;
}

.area-block ul li{
    color: #fff;
    font-size: 20px;
    font-family: 'Viga',sans-serif;
    line-height: 40px;
}


.area-block-small{
    display: none;
}

/*Contact Top*/
.contact-top{padding: 70px 0; background: #0F2A44;}
.contact-top h2{color: #fff; font-size: 30px; font-family: 'Viga',sans-serif; font-weight: 400; line-height: 40px;}

/*===== Footer Section =====*/
.footer{position: relative; padding: 50px 0; background: #121212;}
.footer-logo{margin-top: 40px;}.footer-logo img{width:80%;}
.footer-logo img{border-radius:16px;}
.footer .footer-hours h3{text-transform: uppercase; font-family: 'Viga',sans-serif; font-weight: 400; font-size: 24px; line-height: 43px; color: #FFF; text-align: left; position: relative; z-index: 1; margin-bottom: 10px; line-height: 35px;}
.footer .footer-hours ul li{margin-left: 30px; position: relative; display: inline-block; color: #fff; font-family: 'Viga',sans-serif; font-size: 20px; line-height: 40px;}
.footer .footer-hours ul li::before{content: '\f111'; position: absolute; left: -20px; top: 0; font-size: 10px; font-family: 'FontAwesome';}
.footer .footer-contact ul li{list-style: none; display: flex; justify-content: flex-start; align-items: center; margin:25px 0;}
.footer .footer-contact ul li span{ width: 37px; height: 37px; background: #fff; border-radius: 5px; display: flex; justify-content: center; align-items: center; margin-right: 10px;}
.footer .footer-contact ul li p{font-family: 'Viga',sans-serif; font-style: normal; font-weight: 400; font-size: 16px; color: #FFF;}
.footer .footer-about{margin-bottom: 20px;}
.footer h3{text-transform: uppercase; font-family: 'Viga',sans-serif; font-weight: 400; font-size: 24px; line-height: 43px; color: #FFF; text-align: left; position: relative; z-index: 1; margin-bottom: 10px; line-height: 35px;}
.footer .footer-hours ul li{list-style-type: none; font-family: 'Viga',sans-serif; font-style: normal; font-weight: 400; font-size: 17px; line-height: 40px; color: #FFFFFF;}
.footer .footer-hours ul li i{font-style: normal; color:#FF0100;}
.footer-service h3{margin-top: 20px;}
.footer-service p{font-family: 'Viga',sans-serif; font-weight: 400; font-size: 17px; line-height: 30px; color: #FFFFFF;}

/*===== Footer Section =====*/
.copyright {
    padding: 15px 0;
    background: #121212;
    border-top: #fff solid 1px;
}

.copyright p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}

.copyright p a {
    color: #FF0101;
    font-size: 18px;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {
    display: none;
}

#banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, 0);
    z-index: 9;
}

#banner-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: none;
    opacity: 1;
}

#banner-slider .owl-dots .active span {
    background: #E22525;
}

#services-slider .owl-dots {
    display: none;
}

#services-slider .owl-nav {
    display: block;
}

#services-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover {
    background: transparent;
    color: #A65A00;
}

#testimonials-slider .owl-dots {
    display: none;
}

#testimonials-slider .owl-nav {
    display: block;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover {
    background: #E22525;
    color: #fff;
}

#testimonials-slider .owl-nav .owl-prev span {
    margin-right: 5px;
    margin-bottom: 5px;
}

#testimonials-slider .owl-nav .owl-next span {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#testimonials-slider .owl-item img {
    width: initial;
}

/*===== Pages Breadcrumb =====*/
.content-banner {
    padding: 30px 0;
    background: #151515;
}

.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 0;
    color: #151515;
    background: #fff;
    border-radius: 0;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb a {
    color: #E22525;
    text-decoration: none;
}

.breadcrumb .fa {
    display: inline-block;
    margin: 0 10px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}

/*===== Content Pages =====*/
.content {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}

.content-block {
    padding: 20px;
    background: #fff;
}

.sectiontitleunderline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 30px;
    background: #333;
}

.content h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 900;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Viga', sans-serif;
    color: #666;
    margin-bottom: 15px;
}

.content ol,
.content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.content li {
    margin-left: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Viga', sans-serif;
    color: #666;
}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title {
    color: #fff;
}

.page_not_found {
    display: block;
    text-align: center;
    padding: 50px;
}

.page_not_found h2 {
    font-size: 120px;
    color: #34495e;
}

.page_not_found p {
    font-size: 18px;
    color: #34495e;
    text-align: center;
}

.page_not_found a {
    display: inline-block;
    padding: 10px 25px;
    background: #c0392b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.page_not_found a:hover {
    background: #e74c3c;
}

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {
    padding: 15px 0;
    background: #000;
    width: 100%;
    text-align: center;
}

.content .reviewsblock h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.reviewsform {
    padding: 15px;
    background: #eee;
    min-height: 150px;
    width: 100%;
}

.reviewsformstyle {
    height: 44px;
    border-radius: 0;
    border: #666 solid 1px;
    color: #666;
    margin-bottom: 15px;
}

.reviewsform input::placeholder {
    color: #666;
}

.reviewsform textarea::placeholder {
    color: #666;
}

.btn-reviewsformstyle {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #000;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.btn-reviewsformstyle:hover {
    background: #2ecc71;
}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page {
    display: block;
    margin-top: 15px;
}

.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button {
    padding-bottom: 13px;
    background: #000;
    color: #fff;
    box-shadow: none;
}

.testimonials-page .accordion-button.collapsed {
    background: #fff;
    color: #000;
}

.testimonials-page .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-image: initial;
}

.testimonials-page .accordion-button.collapsed::after {
    content: '\f107';
    font-family: 'fontawesome';
    color: #000;
    text-decoration: none;
    background-image: initial;
}

/*===== Latest Contact Form =====*/
.contact-form-section .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.contact-form-section .form-group .fa {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.contact-form-section .form-group .sms {
    height: 100%;
}

.contact-form-section .contact-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.contact-form-section .contact-form-control::placeholder {
    color: #666;
}

.contact-form-section textarea.contact-form-control {
    height: 200px;
}

.contact-form-section .btn-contact-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.contact-form-section .btn-contact-form-control:hover {
    background: #2ecc71;
}

.contact-page-location-map .googlemap {
    height: 400px;
    overflow: hidden;
    border: #eee solid 1px;
}

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {
    padding: 10px 15px;
    background: #666;
    color: #fff;
}

.free-estimate-form .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.free-estimate-form .form-group .fa {
    position: absolute;
    top: 22px;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.free-estimate-form .form-group .sms {
    height: 100%;
}

.free-estimate-form .free-estimate-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.free-estimate-form .free-estimate-form-control::placeholder {
    color: #666;
}

.free-estimate-form textarea.free-estimate-form-control {
    height: 200px;
}

.free-estimate-form .btn-free-estimate-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.free-estimate-form .btn-free-estimate-form-control:hover {
    background: #2ecc71;
}

/*========== Responsive ==========*/
@media (max-width: 1450px){
    .banner-content-right{right: -11%;}
    .banner-content-box-right{width: 30%;}
}



@media (max-width: 1399.98px) {

    .banner-content-right{right: -6%;}
    .box-top, .box-bottom{padding: 15px 20px;}
    .banner-content-box-right{width: 32%;}
    .banner-content-box-right h4{font-size: 23px;}
    .banner-content-box-right p{font-size: 15px;}
    .banner-content-box-right h3{font-size: 18px;}
}


@media (max-width: 1199.98px) {

    .banner-content-right{right: -6%;}
    .banner-content-box-right{width: 35%;}
    .box-top, .box-bottom{padding: 20px 30px;}

}

@media (max-width: 992px) {

    .header-middle .logo img {
        width: 100%;
        height: auto;
    }

    .header-middle ul {
        margin-top: 15px;
        flex-direction: column;
    }

    .header-middle ul li{
        width: 100%;
    }

    .header-middle ul li:last-child a {
        margin-left: 15px;
    }

    .header-bottom .container {
        width: 100%;
    }

    .navbar .navbar-nav>li {
        margin: 0;
    }

    .navbar .navbar-nav>li>a {
        margin: 20px 10px;
        font-size: 16px;
    }

    .banner-content-box h4 {
        font-size: 24px;
    }

    .banner-content-box h2 {
        font-size: 36px;
    }


    .services {
        padding: 50px 0;
    }

    .values ul li .vaues-content {
        margin-bottom: 30px;
    }

    .home-free-estimate-form {
        margin-left: 0;
    }

    .home-free-estimate .section-title {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .testimonials-content {
        padding: 0 50px;
    }

    .footer-about {
        padding-right: 0;
    }

    #testimonials-slider .owl-nav .owl-prev {
        left: -15px;
    }

    #testimonials-slider .owl-nav .owl-next {
        right: -15px;
    }
}

@media (max-width: 767px) {

    .icon-top{
        display: none;
    }

    .logo img{
        width: 100%;
    }


    /*===== Go To Top =====*/
    #back-top {
        right: 15px;
        bottom: 25px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top a .fa {
        font-size: 16px;
        margin-top: 10px;
    }

    /*=====Social Media =====*/
    .share_icon .fa {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .social_icon ul li .fa {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .social_icon.active ul li:nth-child(1) .fa {
        bottom: 188px;
    }

    .social_icon.active ul li:nth-child(2) .fa {
        bottom: 145px;
    }

    .social_icon.active ul li:nth-child(3) .fa {
        bottom: 102px;
    }

    .social_icon.active ul li:nth-child(4) .fa {
        bottom: 59px;
    }

    /*===== Enable Header Menu Default in Small Device =====*/
    .mobile_menu {
        display: block;
        width: 0;
    }

    .mobile_menu.active {
        width: 100%;
    }

    .mobile_slideLogo img{
        background: transparent;
        width: 100%;
    }

    /*========== Body Section ===============*/
    .header {
        padding: 57px 0 5px;
    }
    .header .logo {margin-bottom:1.5rem;}

    .header-top h3{
        text-align: center;
    }

    .header-middle ul li h4{
        font-size: 16px;
    }

    .header-middle ul li span{
        margin-right: 12px;
    }

    .header-bottom {
        display: none;
    }
    .licensenumber{text-align:right;}
    .bbbheader{text-align:right;margin:20px 0;}

    .btn-contact a h3{font-size: 26px;}
    .btn-contact a p{font-size: 16px;}

    .banner-content,.banner-content-right{
        position: relative;
        left: 0;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        margin-top: 15px;
    }

    .banner-content-box{
        background: #000;
        width: 100%;
        padding: 12px 30px;
    }

    .banner-content-box h3{
        font-size: 22px;
        line-height: 30px;
    }

    .box-top, .box-bottom{
        padding: 30px;
    }

    .banner-content-box-right h4,.banner-content-box-right h3{
        font-size: 22px;
        line-height: 30px;  
    }

    .banner-content-box-right{
        width: 100%;
        color:#000;
    }

    .banner-content-box-right::before{
        top: 0;
        left: 0;
    }

    .banner-content-box h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-content-box a {
        padding: 10px 20px 8px;
        font-size: 14px;
    }

    #banner-slider .owl-dots {
        top: 90%;
    }

    .bbb-logo .more{
        margin-top: 15px;
    }

    .process-block{
        margin: 0;
        margin-bottom: 30px;
    }

    .choose-block{
        margin-bottom: 20px;
    }

    .choose-block p{
        text-align: center;
    }

    .footer h2{
        font-size: 24px;
    }

    .home-free-estimate{
        padding: 40px 0;
    }

    .home-free-estimate-form{
        padding: 35px 40px;
    }

    .estimate-section{
        transform: none;
    }

    .estimate-top ul{
        flex-direction: column;
        align-items: flex-start;
    }

    .home-free-estimate-form h3{
        font-size: 21px;
    }

    .home-free-estimate-form h4{
        font-size: 26px;
    }

    .home-free-estimate-form label{
        font-size: 16px;
    }

    .home-free-estimate-form-control{
        height: 40px;
    }

    .service-thumbnail{
        margin-top: 20px;
    }

    .service-thumbnail img{
        width: 100%;
    }

    .how-we-work{
        padding: 40px 0;
    }

    .how-we-work .section-title h2{
        margin-bottom: 15px;
    }

    .testimonials{
        padding: 40px 0;
    }

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

    .testimonial-block{
        padding: 40px 50px;
    }

    .testimonial-block span{
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-block p{
        font-size: 16px;
    }

    .areas{
        padding: 40px 0;
    }

    .area-block ul li{
        position: relative;
        display: inline-block;
        width: 43%;
        margin-left: 10px;
        font-size: 16px;

    }

    .area-block ul li::before{
        content: '\f111';
        position: absolute;
        left: -18px;
        top: -1px;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 8px;
    }

    .area-block ul{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .area-block-big{
        /*display: none;*/
    }

    .area-block-small{
        display: block;
    }

    .contact-top{
        padding: 40px 0;
    }

    .contact-top h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .more a{
        font-size: 12px 30px;
        font-size: 18px;
    }

    .footer-logo{
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-logo img{
        width: 100%;
    }

    .footer-hours{
        margin-bottom: 20px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h4 {
        font-size: 16px;
    }

    .section-title h2{
        font-size: 24px;
    }

    .section-title h2 span{
        font-size: 24px;
    }

    .section-title p {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
        margin-top: 10px;
    }

    .testimonials-content p{
        font-size: 16px;
        margin: 0;
    }

    .testimonials-content h4{
        margin-top: 15px;
        font-size: 20px;
    }

    .service-content{
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-icon{
        margin-top: 0;
        text-align: left;
    }

    .footer-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .footer-content h2 span {
        display: inline;
    }

    .footer-content p {
        text-align: left;
    }

    .footer-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer .footer-contact ul li{
        margin: 15px 0;
    }


    .copyright {
        padding: 20px 30px;
    }

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

    /*===== ALL Slider Section =====*/
    #banner-slider .owl-pagination {
        top: 80%;
    }

    /*===== Pages Section =====*/
    .content-banner {
        padding: 20px 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .sectiontitleunderline {
        margin: 0 0 15px;
    }

    .breadcrumb .fa {
        margin: 5px;
    }

    .content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

}