/** Header **/
.dsvy-header-style-3 .dsvy-header-button a {
    background-color: #243992;
}

/** Page Title **/
@media only screen and (max-width:1023px) {
.dsvy-title-bar-content, .dsvy-title-bar-wrapper {
    min-height: 400px !important;
}
	
.dsvy-title-bar-content {
    padding: 90px 20px 0 0;
}
}

/** Page **/
@media only screen and (min-width: 1024px) {
.dsvy-testimonial-style-1 .designervily-box-content {
    min-height: 515px;
}
}

.dsvy-service-style-1 .dsvy-service-title {
    min-height: 70px;
}

/** icon **/
div.dsvy-service-icon-wrapper {
		display:none !important;
}

/** Footer **/
.dsvy-footer-section.dsvy-text-color-blackish {
    color: #333;
}

.dsvy-contact-widget-address:before {
    content: '\f3c5';
		margin-left: -25px;
    margin-right: 10px;
}

.dsvy-contact-widget-phone:before {
    content: '\f095';
}

.dsvy-contact-widget-email:before {
    content: '\f0e0';

}

.dsvy-contact-widget-line:before {
    font-family: 'Font Awesome 5 Free';
	  margin-left: -20px;
    margin-right: 10px;
    color: #f7831c;
}

.dsvy-contact-widget-line.dsvy-contact-widget-address {
    margin-left: 25px;
}

.dsvy-contact-widget-line {
    margin-left: 20px;
    margin-bottom: 10px;
}

.dsvy-footer-widget .dsvy-contact-social-area ul li a {
    color: #fff !important;
}

ul.dsvy-timelist-list li {
    list-style: none;
    padding: 8px 0;
}


/** Contact **/
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f7831c !important;
    color: #fff !important;
}