.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: initial;
}

.theme-dark .white-logo {
    height: 37px;
    display: block;
}

.main-banner-area-four .banner-image img{
    max-height: 700px;
}

.choose-content:hover h3,
.choose-content:hover p {
    color: black !important;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    background: #000;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
    content: "\ea57";
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage{
    height: 65px;
    background-size: contain !important;
}

.grecaptcha-badge{
    display: none;
}

#inquiryModal .modal-content {
    position: relative;
    background-color: black;
    border: 1px solid #fab512;
    border-radius: 0;
    padding: 0px !important;
}

#inquiryModal .modal-header {
    border-bottom: 0;
    background: #fab512;
}

#inquiryModal .modal-title {
    color: black !important;
}

.contact-form form .form-control {
    border: 1px solid #525252 !important;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.single-protfolio .content span a{
    color: white;
}


.theme-dark .single-agency .content {
    background-color: #2b2b2b;
    border-top: 3px solid #fab512;
}

.single-agency .content h3 {
    font-size: 20px;
}

.single-agency .content span {
    font-size: 14px;
}

.single-agency .content span {
    font-size: 14px;
    font-weight: 300;
}