:root{
    --ldp-color-1:#eb7328;
    --ldp-color-2:#fffdf0;
}
.banner-carousel .slide-item .image-layer{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition:none;
    -o-transition:none;
}
.banner-custom{
    background: rgb(252,88,89);
    background: linear-gradient(90deg, rgba(252,88,89,1) 0%, rgba(255,169,84,1) 100%);
    min-height:750px;
    padding-top:3rem;
    padding-bottom:3rem;
}
.banner-custom .avatar{
    max-width:600px;
}
.banner-custom .logo{
    width: 375px;
}
.banner-custom .item .item-child:nth-child(1){
    gap:1rem;
}
.banner-custom .item .item-child:nth-child(1) h1{
    font-size:5.2rem;
}
.banner-custom .item .item-child:nth-child(1) h3{
    font-size: 3.8rem;
    font-weight:400;
}
.banner-custom .item .item-child:nth-child(2) p{
    color:var(--ldp-color-2);
    letter-spacing:1px;
}
.banner-custom .item .item-child:nth-child(2) p:nth-child(1){
    font-size:2rem;
}
.banner-custom .item .item-child:nth-child(2) p:nth-child(2){
    font-size:1.5rem;
}
.fill-color-icon,
.fill-color-icon .icon{
    fill:var(--ldp-color-1);
    display:flex;
    justify-content:center;
    align-items:center;
}
.single-item:hover .fill-color-icon svg,
.three-item-carousel .inner-box:hover svg{
    fill:#fff;
}
.title-ldp{
    color:var(--ldp-color-1);
}
.rotate-minus-90deg{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.about-style-four.icon-custom .image-box .shape{
    top:-100px;
}
.text-black{
    color:#000;
}
.lh-1-4{
    line-height: 1.4;
}
.fs-18px{
    font-size:18px;
}
.ldp-color_hover{
    cursor:pointer;
    transition:all .2s ease-in-out;
}
.ldp-color_hover:hover,
.next-btn:hover,
.box-services:hover h4{
    color:var(--ldp-color-1);
}
.box-services{
    border-radius:.5rem;
    height: 100%;
}
.box-services:before{
    position: absolute;
    content: '';
    width: calc(100% - 170px);
    left: 85px;
    bottom: 0;
    height: 7px;
    transform: scaleX(0);
    transition: .5s;
    background:var(--ldp-color-1);
}
.box-services img{
    transition:all .3s ease-in-out;
}
.box-services:hover img{
    transform: scale(1.1);
}
.box-services:hover:before{
    transform: scaleX(1);
}
.box-services .link{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:1rem;
    text-align: center;
}
.next-btn{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #141417;
    text-transform: uppercase;
}
.next-btn span{
    position: relative;
    display: inline-block;
    transition: .5s;
}
.next-btn span:before{
    position: absolute;
    content: "\e906";
    font-family: icomoon;
    font-size: 14px;
    top: 0;
    right: 0;
    opacity: 0;
    color:var(--ldp-color-1);
    transition: .5s;
}
.next-btn:hover span:before{
    opacity:1;
    right:-1.5rem;
}
.box-service{
    gap:1rem
}
.box-custom{
    border: 1px solid #dee2e6;
    border-radius:.5rem;
    cursor:pointer;
    transition:all .3s ease-in-out;
}
.box-custom:hover,
.box-custom.active{
    border-color: #ffffff00;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.box-custom:hover h2{
    color:var(--ldp-color-1);
}
.box-custom h2,
.box-custom p{
    color:rgb(20, 20, 23);
}
.left-0{
    left:0;
}
.right-0{
    right:0;
}
.bottom-0{
    bottom:0;
}
.mw-660px{
    max-width: 660px;
}
.btn-ldp{
    font-size: 2rem;
    border-radius:2rem;
    padding:1rem 2.5rem;
    color:#6130d6;
    font-weight:700;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-ldp-section{
    border-radius:1.5rem;
    padding:1rem 1.5rem;
    color:#6130d6;
    font-weight:700;
    width: fit-content;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-grad {
    background-image: linear-gradient(to right, rgba(252,87,89,1) 0%, rgba(243,186,182,1)  51%, rgba(252,87,89,1)  100%);
    background-size: 200% auto;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.contact-custom input,
.contact-custom textarea,
.contact-custom select{
    border-radius:10px;
}
.contact-custom input[type=submit],
.contact-custom input[type=submit]:focus,
.contact-custom input[type=submit]:hover{
    border-width:0;
 }
.contact-custom #contact ul.list{
    overflow-y: scroll;
    max-height: 150px;
}
@media screen and (max-width: 767px){
    .banner-custom .item .item-child:nth-child(1) h3{
        font-size:3rem;
    }
    .banner-custom .item .item-child:nth-child(1) h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 575px){
    .banner-custom .avatar{
        max-width: 100%;
    }
    .banner-custom .logo{
        width: 100%;
    }
    .banner-custom .item .item-child:nth-child(1) h3{
        font-size:2.3rem;
    }
    .banner-custom .item .item-child:nth-child(1) h1 {
        font-size: 3.8rem;
    }
    .btn-ldp{
        font-size:1.5rem;
    }
}
@media screen and (max-width: 427px){
    .gap-xs-10{
        gap:10px;
    }
    .banner-custom .item .item-child:nth-child(1) h3{
        font-size:2rem;
    }
    .banner-custom .item .item-child:nth-child(1) h1 {
        font-size: 2.7rem;
    }
}
@media screen and (min-width: 577px){    
    .banner-custom .item .item-child:nth-child(2) p:nth-child(1){
        font-size:1.8rem;
    }
    /* .banner-custom .item .item-child:nth-child(2) p:nth-child(2){
        font-size:1rem;
    } */
}
@media screen and (min-width: 768px){
    .banner-custom .item .item-child:nth-child(1) h3{
        font-size:2rem;
    }
    .banner-custom .item .item-child:nth-child(1) h1 {
        font-size: 3rem;
    }
    .banner-custom .item .item-child:nth-child(2) p:nth-child(1){
        font-size:1.1rem;
    }
    .banner-custom .item .item-child:nth-child(2) p:nth-child(2){
        font-size:1rem;
    }
}
@media screen and (min-width: 860px){    
    .banner-custom .item .item-child:nth-child(2) p:nth-child(1){
        font-size:1.2rem;
    }
    .banner-custom .item .item-child:nth-child(2) p:nth-child(2){
        font-size:1.2rem;
    }
}
@media screen and (min-width: 1200px){
    .banner-custom .item .item-child:nth-child(1) h1{
        font-size:5.2rem;
    }
    .banner-custom .item .item-child:nth-child(1) h3{
        font-size: 3.8rem;
    }
    .banner-custom .item .item-child:nth-child(2) p:nth-child(1){
         font-size:1.8rem;
     }
    .banner-custom .item .item-child:nth-child(2) p:nth-child(2){
        font-size:1.5rem;
    }
}