
/*---------- Responsive Css -------*/

@media (max-width: 1200px) {
    .ext_bnr_form {
        right: 0%;
    }
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
    
    .ext_menu ul li a{
        padding: 25px 8px;
    }
    .ext_bnr_form {
        width: 450px;
        padding: 100px 20px;
        right: 0%;
    }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
    .ext_brand_img  img {
        max-width: 170px;
        margin: 0 auto;
    }
    .ext_logo {
        text-align: center;
    }
    .ext_menu {
        text-align: center;
    }
    .ext_menu ul {
        float: none;
        display: inline-block;
    }
    .ext_menu ul li a {
        padding: 15px 10px;
    }
    .ext_slider_wrapper .carousel-caption h1 {
        font-size: 36px;
    }
    .ext_slider_wrapper .carousel-caption p {
        font-size: 16px;
    }
    .ext_slider_wrapper .carousel-caption {
        top: 45%;
    }
    .ext_service_box h3 {
        width: 100%;
        margin-top: 20px;
    }
    .ext_service_box p {
        width: 100%;
    }
    .ext_buy_ckeck_img_heading {
        padding: 0px 0px 0px 0px;
    }
    .ext_buy_ckeck_img_heading ul li {
        font-size: 16px;
        line-height: 28px;
    }
    
    }
    
    @media (max-width: 767px) {
    .ext_brand_img  img {
        max-width: 170px;
        margin: 0 auto;
    }
    .ext_slider_wrapper .brand-carousel-caption p {
        display: none;
    }
    .ext_slider_wrapper .brand-carousel-caption p {
        font-size: 14px;
    }
    .ext_logo img {
        max-width: 80px;
    }
    section.page-title h1 {
        font-size: 24px;
    }
    .ext_logo {
        padding-top: 11px;
    }
    .menu_fixed {
        position: initial;
    }
    .ext_menu_btn{
        display: block;
        float: none;
        position: absolute;
        top: 15px;
        right: 15px;
        border: none;
        width: 40px;
        height: 30px;
        font-size: 16px;
        color: #ffffff;
        background-color: #0cd0cf;
        border-radius: 3px;
        padding: 0;
    }
    .ext_menu_btn:hover, .ext_menu_btn:focus{
        outline:none;
        border:none;
        box-shadow:none;
        text-shadow:none;
    }
    .ext_main_menu_wrapper{
        z-index: 2;
        position:fixed;
        left: 0px;
        top: 0px;
        bottom:0px;
        background-color: #0cd0cf;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .ext_main_menu_wrapper {
        width: 300px;
    }
    .ext_main_menu_wrapper.ext_main_menu_hide{
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .ext_menu ul {
        width: 100%;
    }
    .ext_menu ul li {
        width: 100%;
    }
    .ext_menu ul li a{
        padding: 10px;
        border-bottom: 1px solid #f5f5f5;
        color: #ffffff;
    }
    .ext_menu ul li a.active {
        color: #0cd0cf;
        background-color:#ffffff;
    }
    .ext_header_wrapper{
        padding-bottom: 11px;
    }
    .ext_header_wrapper.fadeInDown {
        -webkit-animation-name: inherit;
        animation-name: inherit;
    }
    .ext_bnr_form .ext_btn {
        width: 40%;
    }
    .ext_slider_wrapper .carousel-caption h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ext_slider_wrapper .carousel-caption p {
        font-size: 12px;
    }
    .ext_bnr_form {
        width: 100%;
        padding: 70px 15px;
        position: initial;
    }
    .ext_bottom_footer_copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .ext_bottom_footer_icon {
        width: 100%;
        text-align: center;
    }
    .ext_bottom_footer_icon ul {
        float: none;
        width: auto;
        display: inline-block;
    }
    #map {
        height: 400px;
    }
    .ext_portfolio_grid .ext_portfolio_item {
        width: 50%;
    }
    
    }
    
    @media (min-width: 568px) and (max-width: 767px) {
	.ext_team_infobox {
		margin-bottom: 20px;
	}
	.ext_service_box {
		margin-bottom: 20px;
	}
    .ext_slider_wrapper .brand-carousel-caption h1 {
        font-size: 30px;
    }
    .brand-carousel-caption {
        width: 500px;
    }
    .ext_wedo_wrapper .col-xs-12{
        width:50%;
    }
    .ext_blog_wrapper .col-xs-12{
        width:50%;
    }
    .ext_blog_info {
        padding: 0px 0px;
    }
    .ext_team_wrapper .col-xs-12{
        width:50%;
    }
    .ext_bnr_form {
        padding: 70px 75px;
    }
    }
    @media (min-width: 480px) and (max-width: 767px) {
        
    }
    @media (min-width: 480px) and (max-width: 568px) {
        .ext_slider_wrapper .brand-carousel-caption h1 {
            margin-bottom: 0;
        }
        .ext_slider_wrapper .brand-carousel-caption p {
            display: none;
        }
    }
	 @media (max-width: 575px) {
		.ext_team_infobox {
			margin-bottom: 20px;
		}
		.ext_blog_infobox{
			padding-bottom: 20px;
		}
		.ext_service_box {
			margin-bottom: 10px;
		}
	 }
    @media (max-width: 479px) {
	
    .brand-carousel-caption button {
        height: 29px;
        width: 116px;
        font-size: 12px;
    }
    .ext_slider_wrapper .brand-carousel-caption h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .ext_main_menu_wrapper {
        width: 250px;
    }
    .ext_header_wrapper .col-xs-8 {
        width: 100%;
    }
    .ext_header_wrapper .col-xs-4 {
        width: 100%;
    }
    .ext_search_wrapper {
        width: 100%;
        text-align: center;
    }
    .ext_search_wrapper p {
        width: 100%;
    }
    .ext_autho_wrapper {
        width: 100%;
        text-align:center;
    }
    .ext_autho_wrapper ul {
        float: none;
        display: inline-block;
    }
    .ext_slider_wrapper .carousel-caption p {
        display: none;
    }
    .ext_slider_wrapper .carousel-caption h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ext_slider_wrapper .carousel-caption {
        top: 80%;
    }
    .ext_heading h2 {
        font-size: 24px;
    }
    .ext_heading p {
        font-size: 13px;
    }
    .ext_buy_ckeck_img_heading ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .ext_wedo_text h3 {
        font-size: 20px;
    }
    .ext_works_slider_text h3 {
        font-size: 20px;
    }
    .ext_works_slider_text {
        padding: 20px;
    }
    .ext_blog_info {
        padding: 0px 0px;
    }
    .ext_blog_img span {
        font-size: 13px;
        padding: 8px 0px;
    }
    .ext_blog_img span:after {
        top: 36px;
    }
    .ext_portfolio_grid .ext_portfolio_item {
        width: 100%;
    }
    .ext_bottom_footer_icon li a {
        margin: 0px 3px;
    }
    }
    @media (max-width: 1192px)
    {
        .ext_slider_wrapper .carousel-caption h1
        {
            font-size: 30px;
        }
        .ext_slider_wrapper .carousel-caption p {
            font-size: 12px;
        }
    }

    @media (max-width: 775px)
    {
        .ext_slider_wrapper .carousel-caption h1 {
            font-size: 23px;
        }
        .ext_slider_wrapper .carousel-caption p {
            font-size: 11px;
        }
        .ext_bottom_copyright_main {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
        }
    } 
    @media (max-width: 655px)
    {
        .ext_slider_wrapper .carousel-caption p {
            font-size: 10px;
        }

        .ext_slider_wrapper .carousel-caption
        {
            top: 39%;
        }
    }

     @media (max-width: 597px){

        .ext_slider_wrapper .carousel-caption
        {
            top: 39%;
        }

        .ext_slider_wrapper .carousel-caption p
        {
            display: none;
        }
    } 
    @media (max-width: 440px){
		.ext_slider_wrapper .carousel-caption h1 {
			font-size: 17px;
		}
		section.page-title ul.bread-crumb {
			padding: 0;
		}

    }