/*This is a test text for css*/

body{
    font-family: 'Catamaran', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.img-fluid{
    display: block;
    max-width: 100%;
    height: auto;
}
.logo a img{
    width:150px;
}
.lni-sm.text-xs{
    font-size:10px;
}
button:focus{
    outline: none;
}
nav.colored{
    background-color: #fff;
    top:0;
    left:0;
    width:100%;
    position:fixed;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
/* Buttons */
.button{
    font-size:16px;
    font-weight: 400;
    /* line-height: 2; */
    padding:0 24px;
    background-color: #ed9f3f;
    color:#fefefe;
    display: inline-block;
    text-transform: uppercase;
}
.button:hover{
    background-color: #ed9f3f;
}
.button.button-white{
    background-color: #fefefe;
    color:#000;
}
.button.button-white:hover{
    background-color: #e2dfe2;
}
.text-primary{
    color:#315B27;
}
.main-title span{
    background-color:#fff;
    left:50%;
    transform:translateX(-50%);
    top:-10px;
    color:#E98A15;
}
.bg-secondary .main-title span {
    background-color:#FBF5F3;
}
.border-color-custom{
    border-color:#E98A15;
}
input.border-color-custom, textarea.border-color-custom{
    border-color:#315B27;
}
.left-position-border{
    left:8px;
    transition: all 0.2s ease-in-out;
}
.right-position-border{
    right:8px;
    transition: all 0.2s ease-in-out;
}
.top-position-border{
    top:8px;
    transition: all 0.2s ease-in-out;
}
.bottom-position-border{
    bottom:8px;
    transition: all 0.2s ease-in-out;
}
.z-neg{
    z-index:-1;
}
.overlay:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-color:#000;
    opacity:0.4;
}
.overlay-2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-color:#000;
    opacity:0.7;
}
.flex-75{
    flex-basis: 80%;
}
.flex-25{
    flex-basis: 20%;
}
.bg-secondary{
    background-color:#FBF5F3;
}
.has-designborder:after{
    content:'';
    border:2px solid #E98A15;
    width:100%;
    height:100%;
    z-index:-1;
    position: absolute;
    top:8px;
}
.has-designborder.has-left:after{
    left:8px;
}
.has-designborder.has-right:after{
    right:8px;
}
.light-blue{
    color: #E98A15;
}
.blue-bg{
    background-color: #E98A15;
}
.green-bg{
    background-color:#315B27;
}
.bg-alt{
    background-color:#FBF5F3;
}
input{
    height:40px;
    padding:0 12px;
    font-size:14px;
}
input:focus{
    outline:none;
    border-color:#E98A15;
}
textarea:focus{
    outline: none;
    border-color:#286299;
}
.quicklink-box{
    background-color: #fefefe;
}
.quicklink-box:before{
    content:'';
    width: 100%;
    height: 100%;
    border:4px solid #315B27;
    position: absolute;
    top:-12px;
    right:-12px;
    z-index:-1;
}
.quick-link{
    columns:2;
}
.owl-carousel button:focus{
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #315B27;
}
.owl-dot{
    background-color: #e2dfe2;
}
.slide-item{
    position:relative;
}
.slide-item:before{
    content:'';
    position:Absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#000;
    opacity:0.3;
}
.slider-content{
    position:relative;
    z-index:2;
}
#main-slider .owl-nav button{
    font-size:60px;
    color:#fefefe;
}
#main-slider .owl-nav .owl-prev{
    position: absolute;
    top:50%;
    left:25px;
    transform: translateY(-50%);
    z-index:1;
}
#main-slider .owl-nav .owl-next{
    position: absolute;
    top:50%;
    right:25px;
    transform: translateY(-50%);
    z-index:1;
}
.submenu{
    top:20px;
    visibility: hidden;
    opacity: 0;
}
.submenu li a:hover{
    color:#E98A15;
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}
#nav-menu li:hover > .submenu{
    opacity:1;
    visibility: visible;
}
.img-overlay:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.for-hover:hover .right-position-border {
    top:-8px;
    right:-8px;
}
.for-hover:hover .left-position-border {
    top:-8px;
    left:-8px;
}
.for-hover p.absolute{
    transition: all 0.2s ease-in-out;
}
.for-hover:hover p.absolute{
    bottom:12px;
    transition: all 0.2s ease-in-out;
}
.quick-link li a:hover{
    font-weight: 400;
}
.icon-image img{
    transition: all 0.3s ease-in-out;
}
.icon-image:hover img{
    transform: scale(1.05);
}
@media only screen and (min-width:1025px){
    .submenu.w-full{
        min-width:250px;
    }
}
@media only screen and (max-width:1024px){
    .button {
        font-size: 12px;
        font-weight: 400;
        /* line-height: 2; */
        padding: 0 16px;
        background-color: #E98A15;
        color: #fefefe;
        margin-bottom:6px;
        display: inline-block;
        text-transform: uppercase;
    }
    #nav-menu{
        position: absolute;
        top: 92px;
        width: 100vw;
        left: 0;
        background-color: #fff;
        color: #141414;
        padding:12px 4px;
    }
    #nav-menu li a{
        color: #315B27;
        display: block;
        margin-bottom:6px;
    }
    .submenu{
        top:20px;
        visibility: hidden;
        opacity: 0;
        display: none;
    }
    #nav-menu li:hover > .submenu{
        opacity:1;
        visibility: visible;
        display: block;
    }
    .main-title span{
        display: none;
    }
    .main-title{
        border:none;
        border-bottom:2px solid #315B27;
        padding-left:0;
    }
}
.colored.fixed #nav-button{
    color:#000 !important;
}
.has-float::after{
    content:'';
    clear: both;
    display: table;
}
.service-area li a i{
    font-size: 9px;
}
.quote-modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
    background-color:rgba(0, 0, 0, 0.8);
    display: none;
}
.quote-modal .form-inner{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:50%;
    background-color:#fff;
    display: block;
}
.close-modal{
    position: absolute;
    top:20px;
    right:20px;
    z-index:999;
    color: #141414;
    font-size:18px;
}
.close-modal:hover{
    cursor: pointer;
}
#nav-bar #colored{
    display:none;
}
#nav-bar.colored #bw{
    display:none;
}
#nav-bar.fixed #colored{
    display:block;
}
#awards-slider .owl-stage{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
#awards-slider .owl-stage .owl-item{
    width:auto !important;
}
#awards-slider img{
   max-width:100%;
   height:250px;
   width:auto;
}
@media only screen and (max-width:768px){
    .quote-modal .form-inner{
        width:100%;
    }
}
.table-img{
    width:64px;
    height: auto;
    display: block;
    margin:12px auto;
}
.slider-content .button:last-of-type{
    background-color:#315B27;
}
.service-area li a:hover{
    color:#ed9f3f;
}

.testimonial-box{
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    padding:32px 64px;
    position: relative;
    border-top:4px solid #ed9f3f;
}
.testimonial-box:before{
    content:'"';
    position: absolute;
    top: -35px;
    left: 0;
    font-size:240px;
    opacity: 0.5;
    z-index: 0;
    line-height: 0;
    color:#ed9f3f;
    transform: rotate(180deg);
}
.testimonial-box p{
    font-size:14px;
    line-height: 1.8;
    text-align: justify;
}
.testimonial-box img{
    width:50px;
    border-radius:50%;
    margin-right:24px;
}
.testimonial-box .testimonial-writer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.testimonial-box .t-name{
    font-weight:500;
    font-size:17px;
    margin-bottom:0;
    line-height: 1.2;
}
.testimonial-box{
    margin-bottom:32px;
}

@media only screen and (max-width:768px){
    #cleaning-services .w-full:last-child{
        grid-row-start: 1;
    }
}
@media only screen and (max-width:640px){
    .container{
        padding-left: 20px;
        padding-right:40px;
    }
    #awards-slider img {
        height:auto;
    }
    #services .w-full:last-child{
        grid-row-start: 4;
    }
    #main-slider .owl-nav .owl-prev{
        left:0;
    }
    .breadcrumbs ~ p{
        display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;  
       text-overflow: ellipsis;
       overflow: hidden;
    }
}
