/* theme responsive */

@media(max-width: 1199px) {
    .testimonials #sp-testimonial-free-wrapper-1651 .sp-testimonial-free-section .tfree-testimonial-title h3 {
        color: #fff;
    }
    .testimonials #sp-testimonial-free-wrapper-1651 .sp-testimonial-free-section h2.tfree-client-name {
        display: none;
    }
    .testimonials #sp-testimonial-free-wrapper-1651 .sp-testimonial-free-section .tfree-client-designation {
        color: #fff;
    }
}

@media(max-width: 991px) {
    img.logo.logo-dark {
        top: 0;
        height: 40px;
    }
    .mobile-toggle.module.right {
        float: right;
        position: relative;
        border-right: #ccc solid 1px;
    }
    .custom_map h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .custom_map p {
        font-size: 16px;
    }
    .custom_map .gm-style-pbt {
        color: #fff;
    }
    .custom_side_footer {
        margin-top: 15px;
        text-align: center;
    }
    .footer-1 {
        text-align: center;
    }
    .footer-1 .about_footer p:first-child {
        margin-right: 0;
    }
    .social-list {
        text-align: right;
    }
    .footer-1 .social-list li {
        text-align: center;
    }
    .vc_custom_1579613478271 .vc_column_container {
        height: auto;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .recent_deals_row .vc_col-sm-4 {
        width: 100%;
    }
    .investor_block .col-sm-3 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .owners-box-img img {
        display: none;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1579611243894 {
        bottom: 0;
    }
    /*.social-list {
        text-align: center;
    }*/
    .hr_bg_custom .vc_sep_line, .exp_hr_custom hr {
        height: 4px !important;
        width: 25% !important;
    }
    .custom_map .hr_bg_custom .vc_sep_line {
        width: 15% !important;
    }
    .ebor-page-wrapper>.wpb_row.vc_custom_1579611469336 {
        margin-bottom: 40px !important;
    }
    .recent_deals_row {
        padding-bottom: 0px;
    }
    .social-list {
        text-align: left;
    }
    .footer-1 .social-list li {
        margin-right: 10px;
    }
    p {
        font-size: 15px !important;
    }
    .pb64 {
        padding-bottom: 35px;
    }
    .pt64 {
        padding-top: 35px;
    }
    .social-list {
        text-align: center !important;
    	margin:10px 0; 
    }
}

@media (min-width: 992px) {
    .menu li a:before {
        position: absolute;
        top: 18px;
        left: -8px;
        width: 1px;
        height: 20px;
        content: "";
        background: #000;
    }
	.menu li li a:before{
		display:none;
	}
    .menu li:first-child a:before {
        position: relative;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: "";
        background: transparent;
    }
}
@media (min-width: 768px) {
    .feature.boxed {
        min-height: 355px;
    }
    .image-bg .feature.boxed {
        background: #f8f8f8;
    }
}

@media (min-width: 1200px) {
    .testimonials .sp-tfree-client-image {
        position: absolute;
        top: 0;
    }

    .testimonials .sp-tfree-client-image img {
        height: 100px;
        width: 100px;
        object-fit: cover;
    }

    .testimonials .tfree-testimonial-title h3 {
        text-align: left;
        position: relative;
        top: 7%;
        left: 20%;
        color: #fff !important;
    }

    .testimonials .tfree-client-testimonial {
        position: relative;
        top: 60px;
    }

    .testimonials .tfree-client-rating {
        position: relative;
        top: -155px;
        left: 38%;
    }

    .testimonials .tfree-client-name {
        display: none;
    }

    .testimonials .tfree-client-designation {
        position: relative;
        top: -185px;
        left: -21%;
        color: #fff !important;
    }

    .testimonials .tfree-client-testimonial:before {
        content: "\f10d";
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'FontAwesome';
        color: #fff;
        background: -webkit-linear-gradient(#fe9f60, #fb6f62);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 32px;
    }

    .testimonials .tfree-client-testimonial p {
        margin-left: 45px;
        text-align: justify;
        margin-right: 20px;
    }
    
    .container {
        max-width: 1400px;
    }
}