/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 992px) and (max-width: 1200px) {}
@media (max-width: 1200px) {
    .slider-area .carousel-caption h2{
        font-size: 36px;
    }
    .slider-area .carousel-caption h2 span {
        font-size: 30px;
    }
    .slider-area .carousel-caption {
        bottom: 22%;
    }
}
@media (max-width: 991px) {
    .navbar-brand img{
        max-width: 200px;
    }
    .main-menu .navbar-nav li a {
        font-size: 16px;
    }
    .slider-area .carousel-caption p {
        font-size: 14px;
        line-height: inherit;
    }
    .slider-area .carousel-caption a{
        margin-top: 0;
    }
    .slider-area .carousel-indicators {
        padding-bottom: 20px;
    }
    .featured-content h2 {
        font-size: 26px;
    }
    .collaborative-area .heading h2 {
        font-size: 26px;
    }
    .contact-area .heading h2, .enquiry-area .heading h2 {
        font-size: 34px;
    }
    .service-area .heading h3 {
        font-size: 26px;
    }
}
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (max-width: 767px) {
    .navbar-brand img{
        max-width: 150px;
    }
    .header-menu-area {
        padding: 10px 0;
    }
    .main-menu .navbar-nav {
        text-align: right;
        display: block;
        padding: 0;
    }
    .navbar-brand {
        padding: 0;
    }
    .main-menu nav.navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 70px;
        padding: 10px 30px 10px;
        background: #292929;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .header-area.sticky .main-menu nav.navbar .navbar-collapse {
        top: 60px;
    }
    .main-menu .navbar-nav .dropdown-toggle::after {
        color: #fff;
    }
    .navbar-brand img {
        max-width: 210px;
    }
    .main-menu .navbar-nav {
        border: none;
        border-radius: 0;
    }
    .main-menu .navbar-nav li a {
        font-size: 15px;
        padding: 5px 0;
        color: #ffffff;
    }
    .header-area.sticky .main-menu .navbar-nav li a {
        color: #ffffff;
    }
    .main-menu .navbar-nav li a:hover, .main-menu .navbar-nav li a.active,
    .header-area.sticky .main-menu .navbar-nav li a:hover,
    .header-area.sticky .main-menu .navbar-nav li a.active {
        color: #fff;
        border-radius: 0;
    }
    .header-area.sticky .main-menu .navbar-nav .dropdown-toggle::after {
        color: #fff;
    }
    .main-menu .navbar-toggler {
        box-shadow: none;
        border: none;
        outline: none;
    }
    .navbar-toggler i {
        font-size: 26px;
        color: #ffffff;
    }
    .header-area.sticky .navbar-toggler i {
        color: #292929;
    }
    .main-menu .navbar-nav .dropdown-menu li {
        text-align: right;
    }
    .slider-area .carousel-caption h2{
        font-size: 30px;
    }
    .slider-area .carousel-caption h2 span {
        font-size: 24px;
    }
    .slider-area .carousel-caption {
        bottom: 15%;
    }
    .about-area::after {
        clip-path: polygon(0 47%, 100% 47%, 100% 100%, 0% 100%);
    }
    .about-area .row > div:nth-child(2) > .featured-content {
        padding-left: 0;
        padding-top: 50px;
    }
    .about-area .row > div:nth-child(1) > .featured-content {
        padding-bottom: 30px;
    }
    .contact-area .row > div:nth-child(2) >div{
        padding-left: 0;
    }
    .service-content h3 {
        font-size: 18px;
    }
    .contact-info {
        padding-top: 15px;
    }
    .slider-area .carousel-indicators {
        padding-bottom: 0;
    }
    .slider-area .carousel-caption hr {
        margin: 10px auto;
    }
    .footer-area .row > div:first-of-type{
        order: 2;
    }
    .footer-area .row > div:last-of-type {
        order: 1;
        border-bottom: 1px solid #272c2c;
        margin-bottom: 10px;
    }
    .footer-social {
        text-align: center;
        padding-bottom: 10px;
    }
    .footer-copyright {
        text-align: center;
    }
}
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 639px) {
    .slider-area .carousel-caption h2{
        font-size: 26px;
    }
    .slider-area .carousel-caption h2 span {
        font-size: 22px;
    }
    .slider-area .carousel-item img {
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .slider-area .carousel-caption {
        right: 10%;
        left: 10%;
        bottom: 14%;
    }
    .heading h2{
        font-size: 26px;
    }
    .service-area .heading h3 {
        font-size: 18px;
    }
    .service-area .heading h3 span {
        font-size: 8px;
        padding: 0 10px;
    }
    .contact-info span.office-space {
        padding-top: 0;
        display: none;
    }
}
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 479px) and (max-width: 575.98px) {}
@media (max-width: 479px) {
    .navbar-brand img {
        max-width: 170px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 17px;
    }
    .slider-area .carousel-caption h2 span {
        font-size: 15px;
        font-weight: 400;
    }
}