@media (min-width: 1532px) and (max-width: 1920px) {
  .about .main-btn {
    margin-top: 0;
    top: -40px;
  }
}
@media (min-width: 1347px) and (max-width: 1532px) {
  .nav-section .navbar ul li a {
    font-size: 16px;
  }
  .about .main-btn {
    margin-top: 0;
    top: -27px;
  }
}

@media (min-width: 1347px) and (max-width: 1499px) {
  .about .about-first-img {
    width: 547px;
  }
  .top-head .top-area li p {
    font-size: 14px;
  }
  .about .about-content h1 {
    font-size: 39px;
  }
  .about .main-btn {
    margin-top: 0;
    top: -27px;
  }
}

@media (min-width: 991px) {
  .navbar-brand {
    display: none;
  }
  .navbar-collapse .estimate-area {
    margin-left: auto;
  }
  .list-area {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-head {
    display: none;
  }
  .navbar-toggler-icon i {
    font-size: 30px;
    color: #ffffff;
    padding-top: 2px;
  }
  .nav-section {
    margin-top: 0;
    background: #fff;
  }
  .navbar-brand img {
    width: 60%;
  }
  /* .nav-section .navbar ul li:last-child{
        width: 193px;
        text-align: center;
    } */
  .navbar-collapse {
    z-index: 999;
    background: #010101;
    position: relative;
    top: 17px;
  }
  .navbar-collapse ul ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-collapse .navbar-nav {
    padding-left: 15px;
  }
  .navbar-toggler {
    background: #003b7e !important;
    padding: 7px 13px !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .nav-section .container {
    padding: 0 4px;
  }
  .main-btn {
    font-size: 14px;
    margin-top: 0;
  }
  /* count style start */
  .count-sec .count-icon {
    display: none;
  }
  .count-sec {
    margin-top: 60px;
  }
  .count-sec .count-content-box {
    height: 188px;
  }
  .count-sec .count-content-box p {
    font-size: 17px;
  }
  /* For banner section */
  .carousel-inner::before {
    display: none;
  }
  /* .carousel-inner::after{
        background: #0000006e;
    } */

  .banner-img {
    margin-top: 247px;
  }
  .banner-sec .main-btn {
    margin: auto;
  }

  .carousel-caption h2 {
    font-size: 25px;
    margin-top: -100px;
    text-align: center;
  }
  .carousel-caption p {
    width: 100% !important;
    font-size: 14px;
    line-height: 20px;
  }
  /* For baner form section */
  .form-sec .form-box {
    top: 0;
    padding: 20px 30px;
    margin-top: 37px;
  }
  .form-sec .form-box h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .form-sec .form-box input {
    margin-bottom: 15px;
  }
  /* For Process section */
  /* usp section */
  .usp-sec .usp-box {
    margin-top: 30px;
    height: 350px;
  }
  .usp-sec .usp-area {
    display: unset;
  }

  .usp-sec .usp-box .usp_icon {
    width: 72px;
    height: 72px;
    padding: 15px;
    margin: auto;
  }
  .usp-sec .usp-box .usp_para {
    top: 167px;
    text-align: center;
  }
  .usp-sec .usp-box .usp-head h4 {
    text-align: center;
  }
  .usp-sec .usp-box .usp-head {
    padding-left: 0;
  }

  /* usp end */
  .process-sec {
    padding: 50px 0;
  }
  .process-sec .process-head h6 {
    font-size: 16px;
  }
  .process-sec .process-head h1 {
    font-size: 30px;
  }
  .process-sec::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: url(../img/roller.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.04;
    background-size: contain;
  }
  .process-sec::after {
    position: absolute;
    top: 70%;
    left: 0;
    content: '';
    background: url(../img/saw.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.04;
    background-size: contain;
  }

  /* For service section */
  .service-sec {
    padding: 60px 0;
  }
  .service-sec .service-head {
    margin-bottom: 0;
  }
  .service-sec::before {
    border: 74px solid #919fb14a;
  }
  .service-sec .service-head h6 {
    font-size: 16px;
  }
  .service-sec .service-head h1 {
    font-size: 24px;
  }
  .service-sec .service-item {
    margin-bottom: 17px;
  }

  /* about style */
  .about {
    padding: 40px 0 30px 0;
  }
  .about .about-content h6 {
    font-size: 16px;
  }
  .about .about-content h1 {
    font-size: 24px;
  }
  .about .about-first-img {
    width: 100%;
  }
  .about .about-third-img {
    width: 302px;
  }
  .list-area .abt-icon {
    width: 110px;
    height: 110px;
  }
  .list-area .abt-content {
    padding-left: 20px;
    margin-left: 0;
  }
  .list-area:hover .abt-icon:after {
    width: 3px;
    height: 50px;
    opacity: 1;
    top: 80px;
    left: 55px;
  }
  .list2,
  .list3 {
    top: 0;
  }
  .about .main-btn {
    margin-top: 20px;
  }
  .list-area {
    display: unset;
  }
  .about::after {
    display: none;
  }
  .about .about-content {
    padding-top: 30px;
  }
  .modal .modal-dialog .modal-body .form-box h3 {
    font-size: 33px;
  }
  /* Choose style start */
  .choose-sec {
    padding: 30px 0;
  }
  .choose-sec .choose-head h1,
  .choose-sec .choose-head h1 span {
    font-size: 30px;
  }
  .choose-sec .choose-box {
    margin-top: 18px;
  }
  .choose-sec .choose-icon {
    padding: 10px;
  }
  .choose-sec .choose-icon img {
    top: 24px;
  }
  .choose-img {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  /* Project style start */
  .project-sec {
    padding: 30px 0;
  }
  .project-sec .owl-carousel .owl-nav button.owl-next,
  .project-sec .owl-carousel .owl-nav button.owl-prev {
    opacity: 1 !important;
  }
  .project-sec .owl-carousel.owl-drag .owl-item {
    width: 340px !important;
    margin-right: 20px;
  }
  .project-sec .project-content h6 {
    font-size: 16px;
  }
  .project-sec .project-content h1 {
    font-size: 24px;
  }
  .project-sec .project-content p {
    width: 100% !important ;
  }
  #exitButton {
    top: 31%;
    right: 9%;
  }
  /* blog section style start */
  .blog-sec .blog-head h1 {
    font-size: 24px;
  }
  .blog-item {
    height: 230px;
    margin-top: 30px;
  }
  .blog-sec .blog-head h1 {
    padding-bottom: 0;
  }

  /* For testimonial section */
  .testimonials {
    padding: 40px 0 80px;
  }
  .testi-head h1 {
    font-size: 24px;
  }
  .testimonials::after {
    width: 100%;
    height: 100%;
    opacity: 0.08;
    left: 0;
    background-size: contain;
  }
  .testimonials::before {
    width: 100%;
    height: 100%;
    opacity: 0.08;
    right: 0;
    top: 50%;
    background-size: contain;
  }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 40%;
    transform: translateX(60%);
    bottom: -50px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 40%;
    bottom: -50px;
    transform: translateX(-60%);
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    top: 103%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 45%;
    transform: translateX(60%);
    bottom: -30px;
	  left:auto !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    left: 45%;
    transform: translateX(60%);
    bottom: -30px;
  }
  /* .owl-next>span.ti-angle-right,
    .owl-prev>span.ti-angle-left{
        top: 37%;
        left: 29%;
    } */
  /* footer bottom style start */
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom p {
    margin-bottom: 0;
  }
  .wideget-contact-area .address li:last-child a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
	.inner_banner h1{font-size:20px;}
	.inner_page img, .single_service img{float:none; width:100%; margin:0 0 20px;}
	.inner_banner img{height:200px;}
	.single_service p, .single_service ul li{font-size: 15px; line-height:22px;}
  .top-head {
    display: none;
  }
  .navbar-toggler-icon i {
    font-size: 30px;
    color: #ffffff;
    padding-top: 2px;
  }
  .nav-section {
    margin-top: 0;
    background: #fff;
  }
	.navbar-brand{margin:0 !important; width:80% !important;}
  .navbar-brand img {
    width: 70%;
  }
.sticky_menu .navbar-brand img {
    width: 60%;
  }	
	.call-box-area{
		padding: 0 !important;
	}
  /* .nav-section .navbar ul li:last-child{
        width: 193px;
        text-align: center;
    } */
  .navbar-collapse {
    z-index: 999;
    background: #010101;
    position: relative;
    top: 17px;
  }
  .navbar-collapse ul ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-collapse .navbar-nav {
    padding-left: 15px;
  }
  .navbar-toggler {
    background: #ee293b !important;
    padding: 7px 13px !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .nav-section .container {
    padding: 0 4px;
  }
  .main-btn {
    font-size: 14px;
    margin-top: 0;
  }
  /* count style start */
  .count-sec .count-icon {
    display: none;
  }
  .count-sec {
    margin-top: 60px;
  }
  .count-sec .count-content-box {
    height: 188px;
  }
  .count-sec .count-content-box p {
    font-size: 17px;
  }
  /* For banner section */
  .carousel-inner::before {
    display: none;
  }
  /* .carousel-inner::after{
        background: #0000006e;
    } */
.banner-sec .main-btn {
    margin: auto;
  }

  .carousel-caption h2 {
    font-size: 25px;
    text-align: center;
  }
  .carousel-caption p {
    width: 100% !important;
    font-size: 14px;
    line-height: 20px;
  }
  /* For baner form section */
  .form-sec .form-box {
    top: 0;
    padding: 20px 30px;
    margin-top: 37px;
  }
  .form-sec .form-box h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .form-sec .form-box input {
    margin-bottom: 15px;
  }
  /* For Process section */
  /* usp section */
  .usp-sec .usp-box {
    margin-top: 30px;
    height: 350px;
  }
  .usp-sec .usp-area {
    display: unset;
  }

  .usp-sec .usp-box .usp_icon {
    width: 72px;
    height: 72px;
    padding: 15px;
    margin: auto;
  }
  .usp-sec .usp-box .usp_para {
    top: 167px;
    text-align: center;
  }
  .usp-sec .usp-box .usp-head h4 {
    text-align: center;
  }
  .usp-sec .usp-box .usp-head {
    padding-left: 0;
  }

  /* usp end */
  .process-sec {
    padding: 50px 0;
  }
  .process-sec .process-head h6 {
    font-size: 16px;
  }
  .process-sec .process-head h1 {
    font-size: 30px;
  }
  .process-sec::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: url(../img/roller.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.04;
    background-size: contain;
  }
  .process-sec::after {
    position: absolute;
    top: 70%;
    left: 0;
    content: '';
    background: url(../img/saw.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.04;
    background-size: contain;
  }

  /* For service section */
  .service-sec {
    padding: 60px 0;
  }
  .service-sec .service-head {
    margin-bottom: 0;
  }
  .service-sec::before {
    border: 74px solid #919fb14a;
  }
  .service-sec .service-head h6 {
    font-size: 16px;
  }
  .service-sec .service-head h1 {
    font-size: 24px;
  }
  .service-sec .service-item {
    margin-bottom: 17px;
  }

  /* about style */
  .about {
    padding: 40px 0 30px 0;
  }
  .about .about-content h6 {
    font-size: 16px;
  }
  .about .about-content h1 {
    font-size: 24px;
  }
  .about .about-first-img {
    width: 100%;
  }
  .list-area .abt-icon {
    width: 110px;
    height: 110px;
	margin-left:auto;
	margin-right:auto;  
  }
  .list-area .abt-content {
    padding-left: 20px;
    margin-left: 0;
	text-align:center;  
  }
  .list-area:hover .abt-icon:after {
    width: 3px;
    height: 50px;
    opacity: 1;
    top: 80px;
    left: 55px;
  }
  .list2,
  .list3 {
    top: 0;
  }
  .about .main-btn {
    margin:0 5px !important;
	padding: 10px 20px;
  }
  .list-area {
    display: unset;
  }
  .about::after {
    display: none;
  }
  .about .about-content {
    padding-top: 30px;
  }
  .modal .modal-dialog .modal-body .form-box h3 {
    font-size: 33px;
  }
  /* Choose style start */
  .choose-sec {
    padding: 30px 0;
  }
  .choose-sec .choose-head h1,
  .choose-sec .choose-head h1 span {
    font-size: 30px;
  }
  .choose-sec .choose-box {
    margin-top: 18px;
  }
  .choose-sec .choose-icon {
    padding: 10px;
  }
  .choose-sec .choose-icon img {
    top: 24px;
  }
  .choose-img {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  /* Project style start */
  .project-sec {
    padding: 30px 0;
  }
  .project-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 40%;
    transform: translateX(60%);
    transition: 0.5s;
    opacity: 1;
  }
  .project-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 40%;
    transform: translateX(-60%);
    transition: 0.5s;
    opacity: 1;
  }
  .pro-btn {
    margin-top: 20px;
  }
  .project-sec .owl-carousel.owl-drag .owl-item {
    width: unset;
    margin-right: 20px;
  }
  .project-sec .project-content h6 {
    font-size: 16px;
  }
  .project-sec .project-content h1 {
    font-size: 24px;
  }
  .project-sec .project-content p {
    width: 100% !important ;
  }
#gallery .img-wrapper {
height: 300px;
overflow: hidden;
margin-bottom: 20px;
}	
  #gallery .img-wrapper a{
   display:contents !important; 
}
#gallery .img-wrapper img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}	
	
  #exitButton {
    top: 31%;
    right: 9%;
  }
  /* blog section style start */
  .blog-sec .blog-head h1 {
    font-size: 24px;
  }
  .blog-item {
    height: 230px;
    margin-top: 30px;
  }
  .blog-sec .blog-head h1 {
    padding-bottom: 0;
  }

  /* For testimonial section */
  .testimonials {
    padding: 40px 0 80px;
  }
  .testi-head h1 {
    font-size: 24px;
  }
  .testimonials::after {
    width: 100%;
    height: 100%;
    opacity: 0.08;
    left: 0;
    background-size: contain;
  }
  .testimonials::before {
    width: 100%;
    height: 100%;
    opacity: 0.08;
    right: 0;
    top: 50%;
    background-size: contain;
  }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 40%;
    transform: translateX(60%);
    bottom: -50px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 40%;
    bottom: -50px;
    transform: translateX(-60%);
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    top: 95%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 40%;
    transform: translateX(60%);
    bottom: -30px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 40%;
    /* transform: translateX(60%); */
    bottom: -30px;
  }
  /* .owl-next>span.ti-angle-right,
    .owl-prev>span.ti-angle-left{
        top: 37%;
        left: 29%;
    } */
  /* footer bottom style start */
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom p {
    margin-bottom: 0;
  }
  .wideget-contact-area .address li:last-child a {
    font-size: 16px;
  }
  .owl-carousel .owl-stage-outer {
    height: auto;
  }
  .bnr_form_area{padding: 15px;}
    .bnr_form_area h3{font-size: 24px;}
    .bnr_form_area p{font-size: 14px; line-height: 22px;}
    .bnr_form_area a {text-align: left;font-size: 16px;margin-top: 10px;}
    .bnr_form_area form input, .bnr_form_area form select{height: 48px;margin: 10px 0;}
    .form_btn{height: 48px;margin-top: 10px;}
	.dedication-sec{
		height: 600px;
		position: relative;
	}
	.call-box{
		padding: 20px;
		position: absolute;
		bottom: 0;
	}
	.call-box h3{
		font-size: 16px;
	}
	.right-cont{
		text-align: center;
	}
	.call-box p, .right-cont p {
		text-align: center;
	}
	.banner-sec .carousel-inner {
   height: 500px;
}
		.banner-sec .carousel-item {
   height: 100%;
}
	.banner-sec .carousel-item .banner-img  {
   height: 100%;
  object-fit:cover;
}
.banner-sec .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 414px) and (max-width: 767px) {
  #gallery .img-wrapper {
    text-align: center;
  }
  .choose-sec .choose-icon {
    padding: 38px;
  }
  .choose-sec .choose-icon img {
    top: -3px;
  }
  .carousel-caption h2 {
    margin-top: -170px;
  }
  .banner-img {
    margin-top: 220px;
  }
}
