@media (min-width: 575px){
}

@media (min-width: 576px){

}

@media (min-width: 767px){
    .footer-bg {
        background-image: url(../img/footerbg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 1024px){ 

}

@media (min-width: 991px){

}
@media (min-width: 1199px){

}

@media (min-width: 1240px){

}

@media (min-width: 1300px){
    .container {
        max-width: 1200px;
    }    
}

/* @media css */
@media (min-width: 1400px){
    .container {
        max-width: 1360px;
    }
}


@media (min-width: 1600px){
    .home-portfolio {
        height: 50em;

    }
    .home-portfolio-desc {
        font-size: 1.5rem;
    }
}

@media (min-width: 1700px){  
}

@media (min-width: 1800px){ 
}

@media (min-width: 1920px){ 

}
@media (min-width: 2200px){ 

}
/*******************************/

@media (max-width: 1600px){  

}

@media (max-width: 1310px){

}

@media (max-width: 1199px){
    .main-slider-content .sub-heading {
        font-size: 25px;
    }
    .about-experience {
        width: 195px;
        height: 195px;
        background-size: 195px;
    }
    .service-page-content .position-img {
        width: 290px;
        height: 190px;
        left: -80px;
    }
    .about-values h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .contact-form-wrap{
        width: 95%;
    }
}


@media (max-width: 1024px){
    .blend-award h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px){
	div.captcha {
		padding: 10px 24px;
	}
	form.wpcf7-form.init .wpcf7-submit.btn {
		margin-left: 10px;
	}
    h1 {
        font-size: 38px !important; 
    }

    h2 {
        font-size: 32px  !important; 
    }

    h3 {
        font-size: 28px  !important; 
    }

    h4 {
        font-size: 24px  !important; 
    }

    h5 {
        font-size: 20px  !important; 
    }

    h6 {
        font-size: 16px  !important; 
    }
    .navigation-wrap .nav-menu{
        display: none;
    }
    .navigation-wrap {
        width: 80px;
    }
    .menu-button {
        background-image: url(../img/menu-white.png) !important;
        background-repeat: no-repeat !important;
        background-color: transparent !important;
        background-size: contain;
    }

    .menu-button > div{display: none;}
    .nav-open-menu .menu-button > div {
        display: block;
    }
    .navigation-wrap .search-wrap svg{
        width: 30px;
        height: 30px;
    }
    .home-banner, .main-slider-item {
        height: 540px;
    }
    .home-about-us .about-img-holder img {
        width: 80%;
        margin: auto;
    }
    .home-about-us .about-img-holder {
        text-align: center;
        margin-top: 35px;
    }
    .home-about-us .about-experience{
        left: 0;
    }
    .home-portfolio {
        height: 30em;
    }
    .service-wrap .content {
        width: 45%;
        padding-right: 20px;
    }
    .service-wrap .video {
        width: 55%;
    }
    /* header mobile menu */
    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }

    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0,   0, 0, 0.3);
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0,   0, 0, 0.3);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #000;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: #000000;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        font-weight: 500;
        background-color: #000000;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #a17050;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }  

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 45px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {    
        padding: 0 10px;
        font-size: 16px;
    }

    .menu-sidebar .sidebar-menu-arrow::after {
        content: "";
        cursor: pointer;
        border-left: 1px solid #6f6f6f;
        border-bottom: 1px solid #6f6f6f;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -5px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper .current_page_item .sidebar-menu-arrow::after {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }

    /*Hamburger Button*/
    .header-aside-col {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        padding-right: 55px;
    }

    div#mobile-search-bar {
        border-left: none;
        top: 0px;
    }

    header#header .container-fluid {
        padding-right: 0;
        padding-left: 15px;
    }

    .logo-wrapper {
        padding-right: 0;
        margin-right: 0;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button {
        height: 30px;
        width: 30px;
        position: fixed;
        top: 30px;
        z-index: 12;
        right: 15px;
        display: block;
        /*        background: #a17050;*/
        text-align: center;
    }

    .menu-button .menu-bar {
        position: absolute;
        border-radius: 0px;
        width: 26px;
        transition: .5s;
        opacity: 1;
        top: 7px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .menu-button .menu-bar-top {
        border: 2px solid #ffffff;
        border-bottom: none;
        top: 10px;
    }

    .menu-button .menu-bar-middle {
        height: 2px;
        background-color: #ffffff;
        margin-top: 3px;
        margin-bottom: 3px;
        top: 16px;
    }

    .menu-button .menu-bar-bottom {
        border: 2px solid #ffffff;
        border-top: none;
        top: 28px;
        width: 26px;
        right: 0;
    }

    .small-menu .menu-button .menu-bar-top {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-bottom {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-middle {
        background-color: #ffffff;
    }

    .button-open {
        z-index: 16;
    }

    .menu-button.button-open {
        background: none;
        z-index: 13;
        height: 27px;
        width: 27px;
        right: 15px;
        top: 15px;
    }

    .button-open .menu-bar {
        opacity: 1;
    }

    .button-open .menu-bar-top {
        border-color: #0284cf;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #0284cf;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .button-open .menu-bar-bottom {
        border-color: #0284cf;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }  

    .menu-button.button-open .menu-bar-top { 
        border-color: #000000 !important;
        width: 100%;
    }

    .menu-button.button-open .menu-bar-bottom {
        border-color: #000000 !important;
        width: 100%;
    }

    .menu-logo-wrapper {
        width: 50%;
        padding-left: 1rem;
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 274px;
    }

    .menu-logo-wrapper .nav-logo a {
        display: inline-block;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .menu-logo-wrapper .callus-block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .menu-logo-wrapper .callus-block .small-phone-text {    
        color: #fff;
    }
    body.nav-open-menu {
        overflow-y: hidden;
    }
    /*mobile menu css end*/ 

    .service-page-content .right {
        display: none;
    }
    .inner-banner .banner-title {
        font-size: 40px;
		
	}
	.page-template-template-portfolio .inner-banner .banner-title {
       
		top: 3px;
	}
	.inner-banner {
		height: 300px;
		background-size: 47rem;	
	}
	.page-template-template-portfolio .inner-banner {
		height: 250px;
		background-size: 100%;
		position: relative;
		top: 55px;
	}
	body.page-template-template-portfolio header#header {
		background: #000;
	}
	.btn-wrap:after {
		bottom: 23px;   
	}
	.our-services .our-services_has .service-has-loop .service-image:after{
        width: 185px;
        height: 185px;
        left: -25px;
    }
    .about-values .content{
        position: static;
        border: none;
        padding: 0;
        margin-bottom: 25px;
    }
    .contact-form-wrap{
        width: 100%;
    }

    .blog-listing-row .blog-loop .blog-img-link {
        height: 250px;
    }
    .blog-loop .bottom-wrap a.blog-title{
        font-size: 20px;
    }
    .blog-listing-row .blog-loop .blog-date{
        left: 0px;
        top: 0px;
    }
    .blog-listing-row .blog-loop{
        padding: 10px;
    }
    .blog-single .blog-img-link {
        height: 400px;
    }
    .blog-single .blog-img-link .blog-date{
        left: 0;
        top: 0;
    }
    .aside-sidebar {
        margin-top: 45px;
    }
    .blend-award {
        margin-bottom: 30px;
    }
    .service-wrap .services-title {
        font-size: 20px;
    }
    .video-slider .slick-arrow {
        bottom: 0px;
    }
    .logo-wrapper {
        width: 250px;
    }
    #header.small-header .logo-wrapper {
        width: 250px;
    }
}

@media (max-width: 767px){
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px  !important; 
    }

    h3 {
        font-size: 22px  !important; 
    }

    h4 {
        font-size: 20px  !important; 
    }

    h5 {
        font-size: 18px  !important; 
    }

    h6 {
        font-size: 16px  !important; 
    }
    .button {
        width: 170px;
        height: 50px;
        line-height: 50px;
    }
    .lines-6:before{
        display: none;
    }
    .logo-wrapper {
        width: 180px;
    }
    #header.small-header .logo-wrapper {
        width: 175px;
    }
    .navigation-wrap {
        width: 100px;
    }
    .menu-button {
        top: 23px;
    }
    .home-banner-mobile {
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .home-banner-mobile .main-slider-content{
        text-align: center;
        margin-top: 65px;
    }
    .home-banner-mobile .main-slider-content a.button.button-white {
        padding-top: 0;
        margin-top: 20px;
    }
    .button-white:before {
        background-color: transparent;
    }
    .home-about-us {
        text-align: center;
    }
    .home-portfolio-heading {
        padding-left: 0;
        position: static;
        text-align: center;
    }
    .home-portfolio .h-100, .home-portfolio {
        height: auto !important;
    }
    .portfolio-box {
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .home-portfolio {
        padding-bottom: 70px !important;
    }
    .home-video-section {
        text-align: center;
    }
    .mobile-gallery ul {
        text-align: center;
        margin-top: 15px;
    }
    .mobile-gallery .sub-heading{
        margin-bottom: 0px;
    }
    .mobile-gallery ul li:hover {
        background: #000;
        color: #fff;
    }
    .mobile-gallery ul li {
        background: #d9d9d9;
        margin-bottom: 15px;
        padding: 15px 15px;
        color: #000;
        font-family: Butler-Medium;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 1.5;
    }

    .mobile-gallery ul li:hover {
        color: #fff;
        background: #000;
    }
    .footer-bg {
        background: #000;
    }
	.project-detail-section.project-top-slider {
    margin-top: 75px;
    padding-top: 60px;
}
    .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
        width: 100%;
        text-align: center;
    }
    .main-footer .social-media{
        justify-content: center
    }
    .main-footer .row > div+div{
        margin-top: 35px;
    }
    .service-top-wrap {
        background: #f2f2f2;
    }
    .our-services .our-services_has{
        display: inline-block;
    }
    .our-services .our-services_has .service-has-loop{
        width: 100%;
        margin-bottom: 50px;
    }
    .our-services .our-services_has .service-has-loop:last-child {
        margin-bottom: 0;
    }
    .our_all_services .service-content-wrap {
        text-align: center;
    }
    .all-services-wrap .service-img {
        height: 200px;
        margin-bottom: 25px;
    }
    .inner-banner .banner-title {
        font-size: 30px;
    }

    .gallery-category li{
        width: 100%;
        padding: 15px;
        background: #ececec;
        color: #000;
        margin-bottom: 10px;
        opacity: 1;
    }

    .gallery-category li.active-item-cat {
        background: #000;
        color: #fff;
    }
    .contact-page-details .iframe-wrap {
        height: 320px;
    }
    .contact-form-wrap{
        padding: 40px 15px;
    }
    .contact-page-form .wpcf7-response-output {
        bottom: -35px;
    }
    .contact-page-form {
        padding-top: 0;
    }
    .blog-listing-row .blog-loop {
        width: 100%;
    }
    .blog-single .blog-img-link {
        height: 250px;
    }
    .banner-project-page {
        margin-top: 74px;
        padding: 50px 0;
    }
    .blend-award ul {
        display: inline-block;
    }
    .blend-award ul li {
        max-width: 270px;
        margin-bottom: 25px;
        margin-right: 0px;
    }
    .nap-footer h3 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
    }
    span.project-title {
        opacity: 1;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
    }
   /* .project-design-by {
        width: 100%;
            padding: 0
    }*/
    .project-design {
        flex-wrap: wrap;
    }

}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    .logo-wrapper {
        width: 180px;
    }
    #header.small-header .logo-wrapper {
        width: 175px;
    }
    .navigation-wrap {
        width: 40px;
    }
    .menu-button {
        top: 28px;
    }
    .home-banner-mobile {
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .home-banner-mobile .main-slider-content{
        text-align: center;
        margin-top: 65px;
    }
    .home-banner-mobile .main-slider-content a.button.button-white {
        padding-top: 0;
        margin-top: 20px;
    }
    .mobile-gallery ul {
        text-align: center;
    }

    .mobile-gallery ul li {
        background: #d9d9d9;
        margin-bottom: 15px;
        padding: 25px;
        color: #000;
        font-family: Butler-Medium;
        font-size: 20px;
    }
}