
/*------------- banner ------------*/
.banner {
    padding: 250px 0px 0px 0px;
    background: url(../images/creech-back.png);
    background-size: cover;
    background-position: center bottom;
	overflow: hidden;
}
.banner p {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}
.banner h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}
.banner h1 span {
    color: #FF4B46;
}
.banner-but a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 29px;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.3s;
	font-weight: 600;
}
a.b-clr {
    background: #DA3F3B;
    border-color: transparent;
}
.banner-but {
    display: flex;
    gap: 30px;
    margin: 40px 0px;
}
.banner-icons {
    display: flex;
    gap: 24px;
}
.banner-icons img{
	width: 120px;
    height: auto;
}
.banner .container {
    position: relative;
}
.banner-right img {
    position: absolute;
    right: 0;
    width: 64%;
    bottom: 0;
	opacity: 0;
    animation: imagefade 10s linear infinite;
    transform: translate(0px);
}
@keyframes imagefade {
    0% {
        opacity: 1;
        transform: translate(500px, -100px);
    }

    17% {
        opacity: 1;
        transform: translate(0px);
    }

    25% {
        opacity: 0;
        transform: translate(500px, -100px);
    }

    92% {
        opacity: 0;
        transform: translate(500px, -100px);
    }

    100% {
        opacity: 0;
        transform: translate(500px, -100px);
    }
}

.banner-right img:nth-of-type(1) {
    animation-delay: 0s;
}

.banner-right img:nth-of-type(2) {
    animation-delay: 3s;
}

.banner-right img:nth-of-type(3) {
    animation-delay: 6s;

}
.banner-right {
    padding-bottom: 8em;
}
.banner-but a:hover {
    background: #DA3F3B;
    border-color: transparent;
    transition: 0.3s;
}
/*------------- End banner ------------*/
/*-------------- Service -------------*/
.services {
    padding: 50px 0;
}
.services h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.services h2 span {
    color: #DA3F3B;
}
ul.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
}
ul.service-list li span {
    border: 1px solid #ECBCB7;
    display: flex;
    border-radius: 15px;
    width: 130px;
    height: 130px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFAFA;
    margin-bottom: 20px;transition: 0.2s;
}
ul.service-list li span img{
	width:100px;
}
ul.service-list li p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.center-but {
    text-align: center;
    margin: 50px 0;
}
.center-but a {
    padding: 14px 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
	font-size: 14px;
}
.services .container {
    position: relative;
}
.services .container:before {
    content: '';
    position: absolute;
    width: 113px;
    background: url(../images/service-left.png) no-repeat;
    height: 100%;
    background-size: contain;
}
.services .container:after {
    content: '';
    position: absolute;
    width: 113px;
    background: url(../images/service-right.png) no-repeat;
    height: 100%;
    background-size: contain;
    top: 0;
    right: 0;
}
ul.service-list li span:hover {
    background: #DA3F3B;
    transition: 0.2s;
}
/*-------------- End Service -------------*/

/*-------------- Service Two-------------*/
.raleigh {
    padding-bottom: 50px;
}
.raleigh .container {
    display: flex;
    flex-wrap: wrap;
}
/* .raleigh-left img { */
    /* width: 100%; */
/* } */
.raleigh-right h3 {
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 26px;
	width: 80%;
}
.raleigh-right h3 span {
    color: #DA3F3B;
}
.raleigh-right p {
    font-size: 15px;
    color: #211D1D;
	line-height: 28px;
    width: 90%;
}
.raleigh-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.raleigh-box span {
    margin-bottom: 16px;
    display: block;
}
.raleigh-box h6 {
    color: #211D1D;
    font-size: 18px;
    font-weight: 600;
}
.raleigh-box p {
    margin: 0;
    font-size: 15px;
}
.raleigh-box {
    width: 48%;
	margin-top: 10px;
}
/*-------------- End Service -------------*/

/*----------------- Auto Repair -----------*/

.auto-repair h5 {
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.auto-repair h5 span {
    color: #DA3F3B;
}
.auto-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.auto-item {
    position: relative;    overflow: hidden;    border-radius: 15px;
}
.auto-item span img {
    border-radius: 10px;
    transition: 0.3s;
}
.auto-item:hover span img {
    transform: scale(1.1);
    transition: 0.3s;
}
.auto-item-cnt {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: 1s;
}
.auto-item-cnt img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 12px;
}
.auto-item-cnt p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.auto-item:hover .auto-item-cnt {
    bottom: 50%;
    transition:1s;
}.auto-repair {
    padding: 50px 0px;
}
.auto-slider .owl-nav {
    display: block !important;
}
.auto-slider .owl-prev {
    position: absolute;
    bottom: 50%;
    left: -31px;
}
.auto-slider .owl-next {
    position: absolute;
    bottom: 50%;
    right: -30px;
}
/*----------------- End Auto Repair -----------*/

/*--------------------- Reviews ---------------*/
.reviews {
    padding: 50px 0px;
}
.do-head {
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.do-head span {
    color: #DA3F3B;
}
.review-box {
    border: 2px solid #DA3F3B66;
    border-radius: 30px 0px 30px 0px;
    padding: 20px;
}
.review-top span img {
    width: 50px !important;
}
.review-box h6 {
    font-size: 20px;
    color: #211D1D;
    margin: 0;
	font-weight: 600;
}
.review-box img.r-star{
	margin-top: 8px;
    width: 105px !important;
}
.review-top span {
    margin-bottom: 10px;
    display: block;
}
.review-cnt {
    margin-top: 20px;
    min-height: 160px;
}
.review-cnt p {
    font-size: 15px;
    line-height: 150%;
    color: #211D1D;
}
.review-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review-bottom p {
    margin: 0;
    color: #8F8F8F;
    font-size: 16px;
}


/*--------------------- End Reviews ---------------*/
/*--------------------- Awards -------------*/

.awarts {
    background: #121122;
    padding: 50px 0px;
}
.awarts .container {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
    padding: 0 40px;
    align-items: center;
}
.awarts-recog h5 {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
	line-height: 70px;
}
.awarts-recog h5 span {
    color: #DA3F3B;
}
.award-logo {
    width: 70%;    position: relative;
}
.logo-item img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: 100%;
}
.awarts-recog {
    width: 25%;
}

.logo-item {
    text-align: center;
    width: 120px;    
	margin: 0 auto;
}
.award-logo .owl-stage {
    display: flex;
    align-items: center;
}
.award-logo:after {
    content: "";
    position: absolute;
    width: 211px;
    height: 100%;
    background: linear-gradient(270deg, rgba(18, 17, 34, 0) 0%, #121122 90.89%);
    right: -4px;
    top: 0;
    z-index: 1;
    transform: rotate(178deg);
}
/*--------------------- End Awards -------------*/

.expert-auto {
    padding: 50px 0px;
}
.expert-auto-cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.expert-a-left h2 {
    font-size: 40px;
    color: #211D1D;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}
.expert-a-left p {
    font-size: 16px;
    color: #211D1D;
    line-height: 150%;
}
a.click-call {
    text-decoration: none;
    clear: both;
    font-size: 40px;
    font-weight: 600;
    color: #211D1D;
    margin: 30px 0;
    display: flex;
    align-items: center;
}
a.click-here {
    background: #DA3F3B;
    text-decoration: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    display: table;
    margin-top: 1em;
	font-weight: 600;
}
.expert-a-right img {
    width: 100%;
}
.expert-a-left {
    padding-right: 8em;
}
a.click-call img {
    padding-right: 20px;
}


@media screen and (max-width:767px){
    .banner h1 {
        font-size: 37px;
    }
    .banner {
        padding: 100px 0px 0px 0px;
    }
    .raleigh-list {
        gap: 23px;
    }
    .banner-but a {
        padding: 14px 13px;    font-size: 14px;
    }
    .banner-but {
        gap: 15px;
    }
    .banner-icons img {
        height: auto;
        width: 80px;
    }
    .services h2 {
        font-size: 30px;
    }
    .services .container:before {
        width: 45px;
        top: 7px;
    }
    .services .container:after {
        width: 45px;
        top: 6px;
    }
    ul.service-list {
        gap: 25px;
    }
    ul.service-list li {
        width: 45.5%;
    }
    ul.service-list li span {
        width: 100%;
        padding: 5px 20px;
    }
    ul.service-list li span img {
        object-fit: contain;
        max-width: 100%;
    }
    .center-but a {
        font-size: 14px;
    }
    .raleigh-right h3 {
        font-size: 30px;
		margin-top: 30px;
    }
    .raleigh-right p {
        font-size: 14px;
    }
    .raleigh-box {
        width: 46%;
    }.raleigh-box p {
        font-size: 14px;
    }
    .raleigh-box h6 {
        font-size: 18px;
    }
    .auto-repair h5,.do-head {
        font-size: 30px;
    }
    .auto-slider .owl-prev {
        left: 0;
    }
    .auto-slider .owl-next {
        right: 0;
    }
    .reviews-slider .owl-nav {
        display: none;
    }
    .awarts-recog {
        width: 100%;text-align: center;
    }
    .award-logo:after{
        display: none;
    }
    .awarts .owl-nav {
        display: none;
    }
    .award-logo {
        width: 100%;
    }
    .expert-a-left h2,.awarts-recog h5 {
        font-size: 30px;
    }
    .expert-a-left {
        padding-right: 0;
    }
    .expert-a-left h2 {
        font-size: 24px;
    }
    a.click-call {
        font-size: 27px;
    }
    .expert-a-right {
        margin-top: 35px;
    }
	.raleigh-left img {
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:1023px){
    .banner h1 {
        font-size: 35px;
    }
    .banner-right img {
        width: 61%;
        bottom: 0;
        top: 139px;
    }
    .services .container:before {
        width: 69px;
    }
    .services .container:after {
        width: 60px;
    }
    ul.service-list {
        gap: 12px;
    }
    .raleigh-right h3 {
        font-size: 30px;
    }
    .raleigh-list {
        gap: 30px 16px;
    }
    .auto-slider .owl-prev {
        left: -13px;
    }
    .auto-slider .owl-next {
        right: -13px;
    }
    .awarts-recog h5 {
        font-size: 28px;
    }
    .awarts-recog {
        width: 27%;
    }
    .award-logo {
        width: 64%;
    }
    .expert-a-left {
        padding-right: 0;
    }
    ul.service-list li span {
        width: 138px;
    }
    .raleigh-box {
        width: 47%;
    }
    .expert-a-left h2 {
        font-size: 30px;
    }
    a.click-call {
        font-size: 30px;
    }

}
@media screen and (min-width:1024px) and (max-width:1200px){
    .banner h1 {
        font-size: 47px;
    }
    .raleigh-box {
        width: 47%;
    }
    .awarts-recog h5 {
        font-size: 36px;
    }
    .award-logo {
        width: 66%;
    }
    .expert-a-left {
        padding-right: 2em;
    }
}