/*
Theme Name: TRC Starter Theme
Version: 1
Author: TRCreative
Author URI: https://www.trcreative.co.uk/
Description:
Text Domain: trc
*/
.text-green{
	color: #cf5c39;
}
.slide-single {
    padding: 0 15px;
}
#main-banner .the-carousel .slick-arrow.slick-prev::before,
#main-banner .the-carousel .slick-arrow.slick-next::before{
    display: none;
}
.text-white p strong{
    color: #fff;
}
section#latest-news .section-title {
    color: #fff;
}
.service-slider{
    position: static;
}
.slider-wrap{
    position: relative;
}
button.slick-prev.slick-arrow {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    left: -50px;
    text-align: right;
}
.slick-prev:before {
    content: "\e90c";
    font-family: "icomoon" !important;
    position: relative;
    left: -14px;
    color: #cf5c39;
    font-size: 30px;
}
button.slick-next.slick-arrow {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    right: -50px;
    text-align: left;
}
.slick-next:before {
    content: "\e90b";
    font-family: "icomoon" !important;
    position: relative;
    right: -14px;
    color: #cf5c39;
    font-size: 30px;
}
.the-carousel .slick-prev:before, .the-carousel .slick-next:before{
    display: none;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 50px 30px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
} 
.has-submenu:hover .sub-menu{
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
.sub-menu:before {
    content: "";
    width: 200vw;
    height: 100%;
    left: -100vw;
    background-color: rgba(255,255,255,.9);
    display: block;
    position: absolute;
    top: 0;
}
.sub-menu .submenu{
    column-count: 3;
}
.sub-item a {
    font-size: 18px;
    display: block;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #cf5c39!important;
}
.sub-item a+span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #cf5c39;
}
.sub-item+hr{
    border-top-color: #cf5c39;
}
body{
    overflow-x: hidden;
}
.accordion .card{
    border: none;
    border-top: 1px solid #cf5c39;
    border-radius: 0;
}
.accordion .card .card-header{
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.accordion .card .btn{
    background-color: transparent;
    border: none;
    padding-left: 0;
    font-size: 20px;
    color: #cf5c39;
    font-weight: 700;
    text-decoration: none!important;
    position: relative;
    padding-right: 40px;
    white-space: normal;
}
.accordion .card .btn:before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url(img/plus.png) no-repeat center;
    background-size: 95%;
}
.accordion .card .btn[aria-expanded="true"]:before{
    background-image: url(img/minus.png);
}
.accordion .card .card-body{
    padding-left: 0;
}
#services .the-service a.service-thumb span.caption span.caption-text {
    font-size: 22px;
    line-height: 1.2;
    width: 100%;
}
#main-banner .the-carousel .the-slide .caption .caption-text a.get-started-btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
#main-banner .the-carousel .the-slide .caption .caption-text a.get-started-btn span {
    margin-top: -1px;
}
#services .the-service .service-desc {
    padding: 24px;
    min-height: 200px;
    position: relative;
    padding-bottom: 48px;
}
#services .the-service .service-desc a{
    position: absolute;
    bottom: 24px;
    left: 24px;
}
#contact-us .contact-form textarea.form-control {
    height: 155px;
}
#main-banner .the-carousel .the-slide img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: none!important;
}
.promobar{
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.promobar p{
    margin-bottom: 0;
    color: #fff;
}
.promobar p a{
    color: #fff;
    text-decoration: none!important;
}
.promobar p img{
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.promobar {
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
body.has-promo #header{
    height: 140px;
}
body.has-promo{
    padding-top: 140px;
}
.contact-no .phone-text{
    display: none;
}
.page-template-service-page .the-button.lined {
    border: 2px solid #cf5c39;
    background-color: transparent;
    color: #cf5c39 !important;
}
#inner-body.inner-page.service-page h1.page-title, #inner-body.inner-page h1.page-title {
    line-height: 90%;
	font-size: 28px;
}
#inner-body.inner-page.service-page h2.page-subtitle, #inner-body.inner-page h2.page-subtitle {
    font-size: 25px;
    line-height: 27px;
}
@media only screen and (min-width: 768px) {
	#inner-body.inner-page h1.page-title {
    	font-size: 45px;
	}
}

@media only screen and (max-width: 1440px) {
    #main-banner .the-carousel .the-slide {
        height: calc(100vh - 100px);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #header .header-elements ul.main-menu li a {
        font-size: 15px;
    }
    #header .header-elements ul.main-menu li {
        margin-left: 16px;
    }
    #header .header-elements a.contact-no {
        margin-left: 29px;
    }
}
@media only screen and (max-width: 1024px) {
    html{
        overflow-x: hidden;
    }
    button.slick-prev.slick-arrow {
        width: 60px;
        height: 60px;
        left: -30px;
        z-index: 9;
    }
    .slick-prev:before {
        left: -12px;
        font-size: 18px;
    }
    button.slick-next.slick-arrow {
        width: 60px;
        height: 60px;
        right: -30px;
        z-index: 9;
    }
    .slick-next:before {
        right: -12px;
        font-size: 18px;
    }
    .accordion .card .btn{
        font-size: 18px;
    }
    .has-promo #header button.btn-menu {
        top: 66%;
    }
}
@media only screen and (max-width: 767px) {
    #main-banner .the-carousel .the-slide .caption .caption-text a.get-started-btn {
        font-size: 24px;
    }
    #header .header-elements a.contact-no{
        display: inline-block;
    }
    .contact-no .phone-text{
        display: inline-block;
        color: #cf5c39;
    }
    .contact-no .desktop-text{
        display: none;
    }
	#header button.btn-menu {
    left: 12px;
}
}