/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.hide{
	display: none !important;
}

.title.has_background, .title.has_fixed_background {
    background-position: center center;
}

.q_icon_with_title .icon_with_title_link:hover {
    color: #24b1e1 !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date:focus, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea:focus, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz:focus {
    color: #24b1e1 !important;
}

.carousel-control .next_nav, .carousel-control .prev_nav {
    border: 2px solid #073142 !important;
}

.carousel-control i {
    color: #073142 !important;
}

.carousel-inner .item .image {
	background-position: center center;
}

.content  div.wpcf7-response-output {
	color: #000 !important;
}

.carousel-control {
    width: calc(50% - 650px);
}

@media screen and (max-width: 1400px) {
    .carousel-control {
        width: calc(50% - 550px);
    }
}

@media screen and (max-width: 1200px) {
    .carousel-control {
        width: calc(50% - 425px);
    }
}

@media screen and (max-width: 1000px) {
    .carousel-control {
        width: calc(50% - 384px);
    }
}

@media screen and (max-width: 768px) {
    .carousel-control {
        width: calc(50% - 300px);
    }
     .carousel-inner .left h2{
        font-size: 50px !important;
     }
     .carousel-inner p {
        font-size: 14px !important;
    }
    .carousel-inner>.item {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .carousel-control {
        width: calc(50% - 210px);
    }
}

@media screen and (max-width: 480px) {
    .carousel-control {
        width: calc(50% - 165px);
    }
}
