/*Start Media screen*/

@media(min-width: 991px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
    .navbar-nav {
        float: right;
    }
    .navbar-left {
        float: right !important;
    }
    .navbar {
        min-height: 100px;
    }
}


/*from 768 to larg */

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto;
    }
    .navbar-right {
        float: left !important;
        margin-right: auto;
        margin-left: -15px;
    }
    .navbar-nav>li {
        float: right;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right;
    }
}

@media (max-width: 768px) {
    /*custom*/
    .content-page img, .blog-page .blog-box img{max-width: 600px}
	.header .page-title{margin-top: 5%;}
    h2 {
        font-size: 1.5em
    }
    .navbar-toggle {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-brand {
        float: right;
    }
    .navbar-brand img {
        margin-top: 10px;
    }
    .text-center-xs {
        text-align: center;
    }
    .carousel-caption {
        top: 0 !important
    }
    header .img {
        height: 70vh
    }
    header .carousel-indicators {
        bottom: 0;
    }
    header .carousel-indicators .item {
        height: 40px;
    }
    header .carousel-indicators .item h3 {
        padding-top: 5px;
    }
    header .carousel-caption .title-slider {
        padding: 5px 0
    }
    header .carousel-caption .img-slider {
        margin-top: 0
    }
    header .carousel-caption .content {
        padding: 20px 0;
        line-height: 1.7;
        font-size: 0.99em;
    }
    .how-work .work-box .box-numb {
        margin-top: -90px;
        left: auto;
        right: 16%;
        width: 50%;
    }
}

@media (max-width: 500px) {
    
    .content-page img, .blog-page .blog-box img{max-width: 450px}
	.header .page-title{margin-top: 5%;}
	
}

@media (max-width: 350px) {
    
    .content-page img, .blog-page .blog-box img{max-width: 300px}
	.header .page-title{margin-top: 5%;}
}