/* 1400px==------------------------------ */
@media (max-width:1400px) {
    .slider-section .left .text {
        padding-right: 4em;
      }

}
/* 1400px==------------------------------ */


/* 1200px==------------------------------ */
@media (max-width:1199px) {
    .header-section .navbar .links  {
    position: fixed;
    top: 0;
    left: -1000px;
    transition: 0.6s;
    width: 80%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    z-index: 1919;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: auto;
  }
  .header-section .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
  }
  .header-section .overlay.ac {
    display: block;
  }
  .header-section .navbar .links.is-active  {
    left: 0;
    transition: 0.6s;
  }
  .header-section .navbar .links ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    height: initial;
  }
  .header-section .navbar .links ul li a {
    display: block;
    padding: 14px 15px;
  }
  .header-section .navbar .links > ul{
    display: block;
  }
  .toggle {
    display: block;  
  }
  .slider-section .left h3{
    font-size: 50px;
    line-height: 55px;
  }
  .slider-section .left h5{
    font-size: 17px;
  }
  .slider-section{
    padding-top: 5em;
    padding-bottom: 0;
  }
  .about-section .boxes .text h3{
    font-size: 32px;
  }
  .about-section{
    padding-top: 8em;
    padding-bottom: 3em;
  }
  .prjects-section{
    padding-bottom: 7em;
  }
  .header-section .navbar{
    justify-content: right;
  }

  .banner_top{
    height: 320px;
}
.banner_top .content h3{
    padding-top: 152px;
}
.page-content {
    padding-top: 7em;
    padding-bottom: 11em;
  }
}
/* 1200px==------------------------------ */

/* 1024px==------------------------------ */
@media (max-width:1024px) {

}
/* 1024px==------------------------------ */

/* 991px==------------------------------ */
@media (max-width:991px) {
    .slider-section .left h3 {
        font-size: 39px;
        line-height: initial;
    }
    .slider-section .left .text {
        padding-right: 0;
    }
    .about-section .boxes .text .content{
        padding-left: 0;
    }
    .whychoose-section .text h3{
        font-size: 32px;
    }
    section .main-title h3{
        font-size: 32px;
    }
    .blog-section .boxes .item .content .image {
        height: 240px;
    }
    .blog-section .boxes .item .content .text h3{
        font-size: 21px;
    }
    .services-section{
        padding-top: 7em;
    }
    .page-content .about-section .boxes .text{
        padding-bottom: 5em;
    }
    .banner_top .content h3 {
        padding-top: 171px;
    }
    .contact-section .boxes .text h3{
        font-size: 30px;
    }
    .contact-section .boxes .form .content{
        padding: 0;
    }
    .contact-section .boxes .text{
        margin-bottom: 6em;
    }

}
/* 991px==------------------------------ */

/* 767px==------------------------------ */
@media (max-width:767px) {
.slider-section .left {
    padding-bottom: 4em;
}
.slider-section .left .text{
    text-align: center;
}
.slider-section{
    padding-bottom: 0;
}
.page-content .about-section{
    padding-top: 0;
}
.page-content .about-section .boxes .text{
    padding-top: 0;
    padding-bottom: 5em;
}
.page-content .about-section .boxes .row{
    flex-direction: column-reverse;
}
.page-content .about-section .boxes .row{
    flex-direction: initial;
}
.page-content .blog-details .row{
    flex-direction: column-reverse;
}
.page-content .blog-details .image {
    margin-bottom: 3em;
  }
  .contact-section .boxes .text h3 {
    font-size: 27px;
  }
  .about-section .boxes .text{
      margin-top: 50px;
  }
  .about-section .boxes{
      padding: 70px 0;
  }
}
/* 767px==------------------------------ */

/* 600px==------------------------------ */
@media (max-width:600px) {
    .header-section .navbar .contact .btn.btn-primary{
    }
    .header-section .navbar .contact .toggle .menu_btn{
        margin-left: 12px;
    }
    .slider-section .left .text{
        padding-top: 0;
    }
    .header-section .logo {
        width: 150px;
    }
    .header-section .navbar{
        padding-left: 0;
        width: calc(100% - 150px);
        justify-content: right;
        display: block;
    }
    .header-section .logo img{
    width: 71%;
    }
    .header-section .navbar .contact a{
        padding: 5px 13px;
        font-size: 17px;
    }
    .slider-section .left h3 {
        font-size: 29px;
        padding-bottom: 0;
    }
    .slider-section .right .image img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .slider-section{
        padding-bottom: 0;
        padding-top: 13em;
    }
    .about-section .boxes .text h3 {
        font-size: 27px;
    } 
    .about-section .boxes .text h4 {
        font-weight: 600;
        font-size: 18px;
      }
      .whychoose-section .text h3 {
        font-size: 27px;
    }
    .whychoose-section .text h4 {
        font-weight: 600;
        font-size: 18px;
    }
    section .main-title h3 {
        font-size: 30px;
    }
    footer .item{
        margin-bottom: 40px;
    }
    footer .item .image img {
        width: 47%;
    }
    footer{
        padding-top: 6em;
    }
    .banner_top .content h3{
        font-size: 29px;
        padding-top: 151px;
    }
    .banner_top {
        height: 280px;
    }
    .blog-section .boxes .item .content .image {
        height: 300px;
    }
    .page-content {
        padding-top: 6em;
    }
    .header-section{
        padding: 21px 0;
    }
    .howitswork-section .text-title{
        width: 100%;
    }
    .howitswork-section .text-title h3{
        font-size: 31px;  font-size: 31px;
    }
    .counter-section .boxes .item {
        margin-bottom: 24px;
    }
    .counter-section .boxes .item .content .icon{
        height: 65px;
        width: 65px;
    }
    .counter-section .boxes .item .content .title h3 {
        font-size: 25px;
    }
    .counter-section .boxes .item .content .icon img {
        width: 35px;
    }
    .slider-section::before {
        background-position: -349px 109%;
        background-size: 50em;
        width: 100%;
    }
    .about-section .boxes {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }
    .header-section .navbar .contact{
    display: flex;
    text-align: end;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    }
    .header-section .navbar .contact .dropdown{
        display: inline-block;
        position: relative; 
    }
    .toggle{ 
        display: inline-block;
    }
    .header-section.sticky .navbar .contact .dropdown{
        top: -7px;
    }
    .header-section.sticky .toggle{
        margin-top: 5px;
    }
    .page-content{
        padding-bottom: 0;
    }
    .slider-section .image{
          height: 310px;
    }
    .slider-section .main-content{
          padding: 8px; 
    }
    .about-section .boxes .image img {
  width: 70%;
    }
}
/* 600px==------------------------------ */

/* 575px==------------------------------ */
@media (max-width:575px) { 
}
/* 575px==------------------------------ */

/* 430px==------------------------------ */
@media (max-width:450px) { 
}

/* 430px==------------------------------ */

/* 350px==------------------------------ */
@media (max-width:375px) {
  
}
/* 350px==------------------------------ */