
/*# sourceMappingURL=dstyle.css.map */

.step{
	border:5px solid #729190;
	max-width:27% !important;
	margin-right:50px;
	box-sizing:border-box;
	padding:50px 20px 20px 60px;
	position:relative;
}
.step .num{
	position: absolute;
    top: 59px;
    left: -22px;
    font-size: 100px;
    font-weight: bold;
    background: white;
}


@media (max-width: 800px){
.step{
	max-width:90% !important;
	margin-right: 0px;
	padding:70px 5px 5px 60px;
}
.step .num{
	left: -20px !important;
	height: 120px;
}
.step .content{
	padding:10px !important;
}
}















footer#primary-footer{
	    background: #4b565f;
    color: #cbd5d7;
}
footer#primary-footer ul{
	list-style-type:none;
}
footer span{
	font-weight:bold;
	font-size:16px;
}
footer .contact{
	padding-left:50px;
	padding-right:100px;
}
footer .contact-badge{
	padding:10px 0px 20px 0px;
}
footer .contact-badge a{
	font-size:30px;
	color:white;
	font-weight:bold;

}
footer h4{
	color:white;font-size:20px;border-bottom:1px solid #cbd5d7;margin-bottom: 30px;
}
footer h4::after{
	content: '';
    width: 30%;
    display: block;
    position: relative;
    top: 6px;
    /* padding: 5px; */
    border-bottom: 5px solid #cbd5d7;
}
footer .contact h4::after{
	content: '';
    width: 50%;
    display: block;
    position: relative;
    top: 6px;
    /* padding: 5px; */
    border-bottom: 5px solid #cbd5d7;
}
footer .contact-badge p{
	margin:10px;

}
footer p{
	margin-bottom: 10px;
}
footer#primary-footer i:not(.icon-phone){
	font-size:40px;
	color:white;
	padding-right:20px;
}
#menu-footer-nav li{
	padding-bottom:10px;
}
#menu-footer-nav li a{
color: #cbd5d7;
font-size:16px;
font-weight: bold;

}

#menu-footer-nav{
	padding-left:0px;
}
footer .copyright{
	border-top:1px solid white;
	text-align:center;
}
@media (min-width: 1025px){

footer .col-12 .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
footer .col-12 .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media(max-width:800px){
	footer .contact{
	padding-left:10px;
	padding-right:10px;
}
}


#mobile-nav ul {
	list-style: none;
}
#mobile-nav ul li{
	margin-bottom: 20px;
}
#mobile-nav .dropdown-content {
			display: none;
			position:static !important;
			margin-top:0px !important;
			background-color: rgb(160, 131, 90);
			min-width: 160px;
			
			border: 1px solid #fff;
		}
.dropdown-content-active{
	display: block !important;
}
.rightzero{
	right:0px !important;
}