/* DPHCL Template */
:root{
	--dphcl-orange: #FF6600;
	--dphcl-blue: 	#214685;
	--dphcl-black: 	#322E36;
	
	/* fonts */
}
html {
  scroll-behavior: smooth;
}
.main-header .main-box .logo-box .logo img{
	width: 175px;
}
.main-header .header-top .top-left .links li:first-child a {
    font-size: 14px;
    font-weight: 400;
}
.sticky-header .sticky-inner-container .logo a img,
.footer-widget .logo a img{
	width: 160px;
}
.text-white, .text-white *{
	color: #ffffff !important;
}
.hidden{
	display: none !important;
}
.about-section .content-column .inner-column h2,
.sec-title h2{
    font-size: 30px;
}
.bold-text {
    position: relative;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.text {
    position: relative;
    color: #242424;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.with-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fixed-bg{
	background-attachment: fixed;
}
.with-bg .testimonial-block .inner-box .text,
.with-bg .testimonial-block .inner-box .author{
	color: #ffffff;
}
.with-bg .testimonial-block .inner-box .upper-box .quote-icon{
	background-color: #ffffff;
}
.with-bg .testimonial-block .inner-box .upper-box .quote-icon span,
.with-bg .testimonial-block .inner-box .upper-box .quote-icon span:before{
	color: var(--dphcl-orange);
}
.with-bg.testimonial-section .owl-nav .owl-prev, 
.with-bg.testimonial-section .owl-nav .owl-next {
    color: #ffffff;
    border-color: #ffffff;
}
.team-section .title-column,
.team-section .title-column h2{
    margin-bottom: 30px;
}





