/*------------------------
Product Categories
------------------------*/

.category-box-home .sppb-image-content-text, .category02-home .sppb-image-content-text{
    display: none;
}

.category-box-home .sppb-element-loaded, .category02-home {
    border-radius: 30px;
    border: 1px solid #0e562f;
  	margin-bottom: 15px;
}

.category-box-home .sppb-addon-title, .category02-home .sppb-addon-title {
    color: #3a486c;
}

.category-box-home .sppb-content-holder p, .category02-home .sppb-content-holder p{
    color: #163b58;
}

.category-box-home .sppb-addon-image-content .sppb-image-holder, .category02-home .sppb-addon-image-content .sppb-image-holder {
    background-size: contain;
    background-repeat: no-repeat;
}

.category01-home .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 40% 0 15% 8% !important;
}

.category01-home .sppb-addon-image-content .sppb-image-holder {
    width: 100%;
    background-position: 105%;
    top: 10%;
}

.category02-home .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 125% 0 17% 8% !important;
}

.category02-home .sppb-addon-image-content .sppb-image-holder {
    width: 78%;
    background-position: bottom;
    right: -25%;
    top: 8%;
}

.category02-home .sppb-col-sm-6 {
    max-width: 60%;
    flex: 0 0 55%;
}

.category02-home {
    overflow: hidden;
}

.category03-home .sppb-addon-image-content.aligment-right .sppb-content-holder, .category04-home .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 35% 0 15% 8% !important;
}

.category03-home .sppb-addon-image-content .sppb-image-holder {
    width: 100%;
    background-position: center;
    right: -25%;
    top: 10%;
}

.category04-home .sppb-addon-image-content .sppb-image-holder {
    width: 100%;
    right: -30%;
    top: 0%;
}

/*------------------------
Who Are We Section
------------------------*/

.years-about-home .sppb-addon-title {
    font-size: 125px;
    color: #0e562f;
    line-height: 1;
    margin-top: 25px;
}

.years-about-home p {
    color: #3a486c;
    font-size: 18px;
    font-weight: 800;
    line-height: 0;
}

.usp-box-home img {
    background: #e3c7a2;
    padding: 15px;
  /*  border: solid 1px #0e562f; */
    margin-left: 8px;
    border-radius: 100px;
    margin-bottom: -65px;
    margin-top: -25px;
    transform: scale(0.6);
    transition: all .15s ease-in-out;
}

.usp-box-home .sppb-media-content {
    background:#f4dcc4;
    padding:8% 8% 3% 8%;
    border-radius: 20px;
  /*  border: 1px solid #0e562f; */
    transition: all .15s ease-in-out;
}

.usp-box-home .sppb-addon-title {
    color: #0e562f;
    letter-spacing: 0.5px;
}

.usp-box-home:hover img{
    box-shadow: rgb(17 111 203 / 20%) 0px 5px 10px!important;
}

.usp-box-home:hover .sppb-media-content {
    box-shadow: rgb(17 111 203 / 20%) 0px 5px 10px!important;
}


/*------------------------
Product Banner
------------------------*/

.banner-content-home .sppb-addon-title {
    font-size: 18px;
    color: #3a486c;
    letter-spacing: 0.5px;
}

.banner-content-home .sppb-img-container {
    width: 90px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #0e562f;
    margin-bottom: 10px;
}

.banner-content-home img {
    padding: 15px;
}

.banner-content-home {
    margin-top: 30px;
}

.banner-content-home p {
    margin-bottom: 0;
}

.banner-content-home:hover .sppb-img-container{
    box-shadow: rgb(17 111 203 / 20%) 0px 5px 10px!important;
}

.banner-img-home img {
    transform: scale(1.2);
    margin-left: -35px;
}



/*------------------------
Car Brand
------------------------*/

.car-brand-home .nav-control {
    border: none;
    color: #3a486c;
    font-size: 28px!important;
}

.car-brand-home .sppb-carousel-extended-dots ul li {
    background: #9ca3b5;
}

.car-brand-home .sppb-carousel-extended-dots ul li span {
    background: #3a486c;
}

.car-brand-home {
    margin-right: -200px;
    position: relative;
}

.car-brand-home:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9108018207282913) 40%);
    right: 70px;
    z-index: 2;
}


/*------------------------
CTA Section
------------------------*/

/*.cta-section .sppb-addon-title,  .cta-section p {
    color: #fff!important;
}*/
