body{
	padding-left: 30px;
	padding-right: 30px;
}


html{
    font-size:20px;
}

.dp-contact-box h3{
	margin-bottom: 0.5em;
}
.dp-contact-box h3,
.dp-contact-box p{
    font-size:1.6rem;
    line-height:1.9rem;
    font-weight: bold;
}
.dp-contact-box p{
	font-size:1.35rem
}

.dp-contact-box{
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    margin-bottom: 0;
}

.dp-banner .ld-fancy-heading:has(h1) + .ld-fancy-heading,
.dp-banner .ld-fancy-heading:has(h1) + style + .ld-fancy-heading{
    max-width:800px;
}

.dp-contact-box.iconbox .iconbox-icon-container i{
	font-size: 45px;
}

.dp-iconbox h5{
    margin-bottom:25px;
}

.dp-iconbox p{
    line-height:1.4;
    font-size:18px;
    
}

.dp-iconbox .btn.border-thin{
    font-weight:500;
    font-size: 18px;
}

.dp-btn.btn.border-thin{
    box-shadow:none;
}

.dp-max-700{
	max-width: 700px;
}

@media screen and (min-width: 1530px) {
    .container {
        width: 1518px;
    }
    .main-header .container{
    	max-width: 1518px;
    }
}

.lqd-head-col.text-right {
	align-items: center;
}

@media (min-width:1580px){
	.dp-col-gap-45.vc_column-gap-35>.ld-container>.ld-row{
		margin-left:-45px;
		margin-right:-45px;
	}
	.dp-col-gap-45.vc_column-gap-35>.ld-container>.ld-row>.vc_column_container{
		padding-left:45px;
		padding-right:45px;
	}
}


/*===================================
=            Testimonial            =
===================================*/
.dp-testimonial-item:before{
    content:'';
    display:block;
    width:100%;
    padding-top:150%;
}
.dp-testimonial-item .ld-container{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
}
.dp-testimonial-item:hover .liquid-row-overlay:before{
    opacity:0;
}
.dp-testimonial-item .liquid-row-overlay:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#F8F8F8;
    transition:all 0.3s linear;
}

.dp-testimonial-item .lqd-testi-card{
    box-shadow:none;
    text-align:left !important;
    margin-bottom: 0;
}

.dp-testimonial-item .lqd-star-rating {
    font-size:14px;
    line-height:1;
    color:#1F8A49;
}

.dp-testimonial-item .lqd-testi .lqd-star-rating .active{
    color:#1F8A49;
}
.dp-testimonial-item .lqd-testi-quote{
    font-size:18px;
    color:rgba(7, 54, 25, 0.40);
    transition: all 0.3s linear;
    
}

.dp-testimonial-item .lqd-testi-quote p{
	max-height: 500px;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(.05,.2,.1,1);
}

.dp-testimonial-item .lqd-testi-details{
    color:#073619;
    font-size:18px;
    align-items: flex-start;
}

.dp-testimonial-item .lqd-testi-details-sm .lqd-testi-np h3,
.dp-testimonial-item .lqd-testi-details-sm .lqd-testi-np h4{
    font-size:18px;
    display:inline;
    color:#073619;
    transition: all 0.3s linear;
}
.dp-testimonial-item .lqd-testi-quote h4{
    color:#073619;
    font-size:1.25rem;
    font-weight:bold;
    line-height:1.5;
    margin:0 0 20px;
    transition: all 0.3s linear;
}
.dp-testimonial-item:hover .lqd-testi .lqd-star-rating .active,
.dp-testimonial-item:hover .lqd-testi-quote,
.dp-testimonial-item:hover .lqd-testi-details,
.dp-testimonial-item:hover .lqd-testi-details-sm .lqd-testi-np h3,
.dp-testimonial-item:hover .lqd-testi-details-sm .lqd-testi-np h4,
.dp-testimonial-item:hover .lqd-testi-quote h4{
    color:#fff;
}

.dp-testimonial-item .lqd-testi-details-sm .lqd-testi-np h3:after{
    content:',';
}

.dp-testimonial-item:hover .lqd-testi-quote p{
	max-height: 0px;
	opacity: 0;
}
.dp-testimonial-item:hover .lqd-testi-quote h4{

}
.dp-testimonial-item .lqd-testi-quote{
    margin-bottom:20px !important;
}
.dp-testimonial-item:hover .lqd-testi-quote{
    margin-bottom:-10px !important;
}


.dp-testimonial-item .lqd-star-rating  .fa-star:before{
	content: '\e80d';
	font-family: 'dipicon';
}
.dp-testimonial-item{
    overflow:hidden;
}

.dp-team-member.dp-team-member-img .lqd-fb-content-bottom {
    display:none;
}

.dp-testimonial-item .lqd-testi-extra{
    margin-bottom:20px !important;
}



/*=====  End of Testimonial  ======*/


/*===========================
=            Cta            =
===========================*/
.dp-cta{
	z-index: 1;
	position: relative;
}


/*=====  End of Cta  ======*/


/*=================================
=            Accordion            =
=================================*/

.dp-accordion h4{
    font-size:1.5rem;
}

.dp-accordion  .accordion-content{    
    padding:0 40px;
    color:#000;
}
.dp-accordion .accordion-item + .accordion-item{
    margin-top:30px;
}
.dp-accordion .accordion-item {
    background:#fff;
    border-radius:67px;
    
}

.dp-accordion.accordion-sm .accordion-title a{
    padding-left:40px;
}
.main-footer a:not(.btn){
    
    font-size: 1.5rem;
}
.main-footer a:not(.btn):not(:hover){
    color:#000 !important;
}
.main-footer a:not(.btn):hover{
    color: #ce1b25;
}
.btn>span:not(.btn-icon):not(.btn-txt) {
    padding: 0.75em 1.75em !important;
}
@media (min-width:768px){
    .dp-accordion.accordion-sm .accordion-title a{
        padding-top:36px;
        padding-bottom:36px;
    }
    .dp-accordion.accordion-sm .active .accordion-title a{
        padding-bottom:15px;
    }
}
/*=====  End of Accordion  ======*/



/*==================================
=            Responsive            =
==================================*/
@media (max-width:767px){
    body{
        padding-left:0;
        padding-right:0;
        font-size: 17px !important;
    }
    .btn{
        font-size: 17px !important;
    }
    .lqd-testi-quote-18 .lqd-testi-quote blockquote{
        font-size: 17px;
    }
    .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    html{
        font-size:13px;
    }
    .dp-iconbox h5{
        font-size: 1.7rem;
    }
    .dp-accordion h4{
        font-size: 1.3rem;
    }
    .dp-accordion .accordion-content p{
        margin-bottom: 0;
    }
    .dp-accordion .accordion-content,
    .dp-accordion.accordion-sm .accordion-title a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .dp-accordion .accordion-item{
        border-radius: 20px;
    }
    .dp-footer-logo{
        max-width:150px;
    }

}


/*=====  End of Responsive  ======*/


/*==================================
=            Innerpages            =
==================================*/

.dp-check-iconbox  .iconbox-icon-container{
    font-size:11px;
}

.dp-check-iconbox .lqd-iconbox-title{
    margin-bottom:7px;
}

.dp-check-iconbox:has(+ style + .btn ){
    margin-bottom:60px;
}


.dp-partner-logos .ld-row-inner .vc_column-inner > .wpb_wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.dp-standards-row img{
    height:120px;
    object-fit:contain;
}
.dp-standards-row .ld-fancy-heading:has(p){
    margin-bottom:30px;
}

@media (max-width:1024px) and (min-width: 992px){
    .vc_row-o-equal-height>.vc_column_container:has(+style+.lqd-column-top-ontablet.vc_col-md-12.lqd-has-bg-markup),
    .vc_row-o-equal-height>.vc_column_container:has(+.lqd-column-top-ontablet.vc_col-md-12.lqd-has-bg-markup){
        order:2;
    }
}
@media (max-width:1024px){
    .dp-partner-logos img{
        max-height:80px;
        width:auto;
    }
}
@media (max-width:767px){
    h1 br{
        display:none;
    }
    .dp-partner-logos .ld-row-inner .vc_column-inner > .wpb_wrapper{
        flex-wrap: wrap;
    }
    .dp-partner-logos img{
        max-height:50px;        
    }
    .vc_column-gap-35>.ld-container>.ld-row>.vc_column_container {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
    .navbar-brand img{
        max-width:80px;
    }
}

.dp-timeline-item:not(:last-child) .wpb_column .vc_column-inner{
   padding-bottom:150px;   
}
.dp-timeline-item .wpb_column .vc_column-inner{
    padding-right:60px;
    padding-left:60px;
     
}
.dp-timeline-item h3{
    color:#ce1b25
}

.dp-timeline-item h4{
    font-size:1.5rem;
    margin-bottom:30px;
    padding-top:7px;
}

.dp-timeline-item .ld-fancy-heading:has(p){
    margin-top:15px;
    max-width: 475px;
    display: inline-block;
}
.dp-timeline-item .wpb_column:first-child{
    position:relative;
}
.dp-timeline-item:after{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    margin-left:-17px;
    top:7px;
    width:33px;
    height:33px;
    background:#ce1b25;
    border-radius:50%;
}
.dp-timeline-item:before{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    border-left:1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width:768px){
    .dp-timeline-item:nth-child(2n + 2) .wpb_column:first-child:not(:last-child){
        order:2;
        text-align:start !important;
    }

    .dp-timeline-item:nth-child(2n + 2) .wpb_column:last-child:not(:first-child){
        text-align:right;
    }


    .dp-timeline-item:last-child{
        text-align:center;
        padding-top:100px;
    }

    .dp-timeline-item:last-child .wpb_column{
        width:100%
    }

    .dp-timeline-item:last-child:before{
        display:none;
    }

}
.dp-timeline-item:last-child .wpb_column:first-child{
        display:none;
    }
.dp-timeline-item:last-child h4{
    font-size:2rem;
}

.dp-timeline-item:last-child .ld-fancy-heading:has(p){
    max-width:656px;
    display: block;
    margin:0 auto;
}

@media (min-width:768px){
    .dp-timeline-item:nth-child(2n+1) .wpb_column:last-child .vc_column-inner{
        padding-right:0;
    }
    .dp-timeline-item:nth-child(2n+2) .wpb_column:last-child .vc_column-inner{
        padding-left:0;
    }

}
@media (max-width:767px){
    .dp-timeline-item:before{
        left:9px;
    }

    .dp-timeline-item:after{
        left:10px;
    }
    .dp-timeline-item .wpb_column .vc_column-inner{
        padding-bottom:0 !important;
        padding-left: 30px ;
        padding-right:0 ;
    }
    .dp-timeline-item .wpb_column:first-child .vc_column-inner{
        padding-top: 0 !important;        
    }
    .dp-timeline-item .wpb_column:last-child .vc_column-inner{
        padding-bottom: 30px !important;
    }
    .dp-timeline-item:last-child .wpb_column:last-child .vc_column-inner{
        padding-bottom:0 !important;
    }
    .dp-timeline-item .ld-fancy-heading:has(p){
        margin-top: 0;
    }
    .dp-timeline-item:after{
        margin-left: -12px;    
        width: 23px;
        height: 23px;
    }
}
[data-mobile-nav-style=modern] .lqd-mobile-sec:before{
    background: #ce1b25;
}
.dp-footer-logo{
	max-width:187px
}
.is-stuck .navbar-brand img{
    max-width:100px;
}
/*=====  End of Innerpages  ======*/
