@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
  body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }

 /* counter-section */

@media(max-width:900px){
.container{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:500px){
.container{
grid-template-columns:1fr;
}
}



  .rightmenu {
    right: 4%;
  }
  section {
    padding: 60px 0;
  }
  
  .slickproject .item .icon,
  .slickteam .item .icon {
    opacity: 1;
    bottom: 15px;
  }
  .slick .item .desc .content {
    opacity: 1;
    margin-bottom: 0px;
  }
  .projectbig img {
    height: 100% !important;
  }
  .comment-info {
    margin-left: 60px;
  }
  .comment-info .c-date {
    float: unset;
  }
  #blog-comment > ul ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-icons-subnav {
    display: none;
  }
  .col-home .thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .m-2-hor {
    padding: 0 2%;
  }
  .o-button.-square {
    width: 10px;
  }
  .slideshow-slide-caption-title {
    font-size: 46px;
  }
  .slideshow-sub-title {
    font-size: 38px;
  }
  .text-side .address {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 660px) {
}
@media (max-width: 414px) {
  .whitepage-menu {
    width: 100%;
  }
}
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}

/* ********************************************RESPONCIVE-SECTION*************************************** */

/* heading and tags */


@media (max-width:767px) {
   .heading {
    font-size: 30px;
  }

  .h1, h1{
    font-size: 25px;
  }

  .h2, h2{
    font-size: 23px;
  }
  .h4, h4{
    font-size: 20px;
  }

  
}


/* header */

@media (max-width: 767px) {
  .js-parallax {
    padding-left: 27px;
  }
  .p-4-vh {
    padding: 0;
  }
  .navbar-brand.white {
    width: 140px;
  }
  .slideshow-slide-caption-title {
    font-size: 20px;
  }
  .slideshow-sub-title {
    font-size: 20px;
    margin: 15px 0px;
  }
  .slideshow-slide-caption h4 {
    font-size: 16px;
  }
  .slideshow-slide-caption p {
    font-size: 14px;
  }
  .o-hsub.-link {
    font-size: 13px;
    margin-top: 25px;
  }
  
}

/* our-services */

@media (max-width: 767px) {
  
  .col-md-5 .mx-auto .text-center .mt-4 h4 {
    white-space: nowrap;
  }

  /* why-choose */
 
  #listcomplish .listcomplish .year{
    font-size: 16px;
    width: 60%;
  }
}


/* footer */

@media (max-width:767px) {
  
.heading.footer-logo {
    width: auto;
    height: 70px;
    object-fit: cover;
}

}



/* news-detail */


@media (max-width:767px) {
  .herocaption .heading{
    font-size: 28px;
  }
}