@media (max-width: 767px) {
  .top-head {
    display: none;
  }
  .carousel-fade .carousel-item::before {
    background-size: contain;
    bottom: -70px;
  }
  .navbar-brand img {
    width: 46%;
  }
  .carousel-fade .carousel-item {
    height: 650px !important;
    position: relative;
  }
  .nav-section-scrolled .navbar .navbar-brand img {
    width: 44%;
  }
  .inner_banner_caption {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
  }
  .work-sec ul li {
    margin-bottom: 10px;
  }
  .what-btn-area,
  .work-btn-area {
    display: flex;
    justify-content: center;
  }
  .footer {
    padding: 30px 0 0;
  }
  .call-sec .call-cont a {
    color: #181818 !important;
    /* 		display: flex;
  margin: auto;
  margin-bottom: 15px; */
  }
  .what-makes .get-btn,
  .work-sec .what-btn {
    margin-left: 0;
  }
  .footer-logo {
    padding-bottom: 0;
  }
  .what-makes .what-btn,
  .work-sec .what-btn,
  .what-makes .get-btn,
  .work-sec .get-btn {
    padding: 14px 10px;
    font-size: 14px;
    width: 160px;
    text-align: center;
  }
  .banner-sec .banner-btn,
  .banner-sec .service-btn {
    padding: 14px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
  }
  .banner-sec .service-btn {
    border-radius: 6px;
    font-size: 15px;
    width: 155px;
  }
  .banner-list {
    display: flex;
  }
  .banner-list li {
    margin-right: 10px;
  }
  .carousel-fade .carousel-item {
    height: unset;
  }
  .carousel-caption h2 {
    font-size: 28px;
  }
  /*     .banner-list li{
      margin-right: 0;
  } */
  .carousel-caption h3 {
    font-size: 15px;
    line-height: 26px;
  }
  .carousel-fade .carousel-item img {
    height: 100%;
    object-fit: cover;
  }
  .carousel-caption h2 {
    padding: 0;
  }
  .banner-sec .slide p {
    line-height: 25px;
  }
  .slide p {
    font-size: 15px;
  }
  .slide .slide_content--headings h2 {
    color: #ffffff;
  }
  .carousel-caption {
    top: 18%;
    left: 10px !important;
    right: 10px !important;
    padding-left: 0 !important;
  }
  .carousel-caption .banner-list.tick-list {
    display: none !important;
  }
  .carousel-caption .review {
    margin-bottom: 20px;
  }
  .banner-list li {
    justify-content: center;
  }
  .banner-list li .banner-btn {
    margin-bottom: 20px;
    font-size: 15px;
    width: 155px;
  }
  .nav-section {
    padding: 0;
  }
  .project-sec .img-wrapper {
    height: 130px;
  }
  .project-sec .img-wrapper a {
    display: inline;
  }
  .inner_banner {
    height: auto;
  }
  .project-sec .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .project-sec {
    padding-bottom: 30px;
  }
  .navbar-expand-lg .navbar-nav {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 10px;
    position: absolute;
    top: 120px;
    left: 0;
    margin: auto;
    width: 100%;

    transform: translateY(-500px);
    transition: 0.5s;
  }
  .navbar-collapse.show .navbar-nav {
    transform: translateY(-7px);
    transition: 0.5s;
  }
  .navbar-toggler {
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 43px;
  }
  /* 	.mobile-call {
      position: absolute;
      right: 50%;
      transform: translateX(50%);
  } */
  .navbar-brand {
    position: absolute;
    text-align: center;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .mobile-call {
    position: absolute;
    right: 0;
    top: 37px;
  }
  .home_map ul {
    margin-bottom: 0;
  }
  .mobile-call a {
    text-decoration: none;
  }

  .mobile-call a i {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #eb0015;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
  }

  .home_map ul li a {
    text-decoration: none;
    color: #fff;
    word-break: break-all;
  }
  .nav-section .navbar ul li.dropdown-area .dropdown-menu {
    width: 60%;
  }
  .nav-section .navbar {
    height: 120px;
  }
  .navbar-toggler-icon i {
    font-size: 25px;
    background: #2c2375;
    color: #fff;
    padding: 6px 10px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none !important;
  }
  .about-sec .about-cont h1,
  .about-sec .about-cont p {
    text-align: center;
  }
  .about-sec .about-cont .service-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
  }
  .about-image1 {
    height: 283px;
  }
  .about-image2,
  .about-image3 {
    height: 137px;
  }
  .about-image1 img,
  .about-image2 img,
  .about-image3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .call-sec::before {
    height: 32px;
  }
  .wideget-contact-area ul li p,
  .wideget-contact-area a {
    font-size: 16px;
  }

  .about-sec .about-image-area {
    margin-bottom: 70%;
  }
  .about-sec .about-image-area .swift-cont {
    bottom: -340px;
  }
  .about-sec .about-image-area .swift-cont h6,
  .about-sec .about-image-area .swift-cont p {
    text-align: center;
    padding-top: 15px;
  }
  .about-sec .about-image-area .ex-area p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
    padding-top: 0;
    font-size: 13px;
  }
  .about-sec .about-image-area .ex-area {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
  }
  .service-sec .service-head h1 {
    font-size: 31px;
  }
  .service-sec {
    padding-bottom: 20px;
  }
  .slider_area .slick-arrow.slick-next {
    right: -15px;
  }
  .slider_area .slick-arrow.slick-prev {
    left: -15px;
  }
  .cont_center {
    top: 10%;
    padding: 0 10px;
  }
  .service-slide {
    padding-bottom: 52px;
  }
  .what-makes h1 {
    font-size: 26px;
  }
  .what-btn {
    font-size: 14px;
  }
  .get-btn {
    margin-left: 0;
    /* 		margin-top: 20px; */
  }
  .work-sec .work-img {
    height: 300px;
    margin-bottom: 10px;
  }
  .work-sec .work-cont h3 {
    font-size: 26px !important;

    /*         padding-top: 20px; */
  }
/*   .work-sec .work-cont p,
  .work-sec p {
    text-align: center;
  } */
  .small-img {
    margin-bottom: 10px;
  }
  .work-sec {
    padding: 70px 0 0;
  }
  .work-sec .what-btn,
  .work-sec .get-btn,
  .call-sec .what-btn {
    position: relative;
    /*         left: 50%;
      transform: translateX(-50%); */
    margin-bottom: 15px;
  }
  .call-cont h3 {
    font-size: 26px;
    text-align: center;
  }
  .call-sec .call-cont p {
    text-align: center;
  }
  .form-area {
    margin-bottom: 20px;
    padding: 20px;
  }
  .client::before {
    position: absolute;
    top: unset;
    bottom: -7px;
    right: 20px;
    content: "";
    width: 272px;
    height: 200px;
    background: url(../img/Quote.webp) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
  }
  .stay-area {
    text-align: center;
  }
  .stay-area .stay-content h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  .stay-form input[type="submit"] {
    width: 50%;
    padding: 8px 43px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    display: flex;
    text-transform: uppercase;
  }
  .footer-logo {
    height: auto;
  }
  .footer .footer-button .get-btn {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .wideget-contact-area ul li i {
    font-size: 22px;
    padding-right: 0;
    margin-right: 11px;
    width: 25px;
    height: auto;
  }
  .wideget-contact-area ul,
  .wideget-area ul,
  .wideget-area p {
    padding-top: 5px;
  }
  .stay-form li {
    margin-right: 0;
  }
  .footer-button {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-head {
    display: none;
  }
  .carousel-fade .carousel-item::before {
    background-size: contain;
    bottom: -70px;
  }
  .carousel-fade .carousel-item {
    height: 600px !important;
  }
  .carousel-caption h2 {
    font-size: 40px;
  }
  .carousel-caption h3 {
    font-size: 15px;
    line-height: 26px;
  }
  .carousel-fade .carousel-item img {
    height: 100%;
    object-fit: cover;
  }
  .carousel-caption h2 {
    padding: 0;
  }
  .banner-sec .slide p {
    line-height: 25px;
  }
  .slide p {
    font-size: 15px;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    left: unset;
    transition: 0.5s;
  }
  .mobile-call {
    position: absolute;
    right: 13%;
    transform: translateX(50%);
    margin-top: 34px;
  }
  .navbar-brand {
    position: absolute;
    text-align: left;
    margin-right: 0 !important;
    width: 200px;
  }
  .slide .slide_content--headings h2 {
    color: #f3b409;
  }
  .carousel-caption {
    top: 24%;
    left: 10px !important;
    right: 10px !important;
    padding-left: 0 !important;
  }
  .carousel-caption .banner-list.tick-list {
    display: none !important;
  }
  .carousel-caption .review {
    margin-bottom: 20px;
    width: 155px;
  }
  .nav-open {
    height: 44px;
    width: 50px;
    top: 37px;
  }
  .nav-open .inner,
  .nav-open .inner::before,
  .nav-open .inner::after,
  .nav-open.nav-close .inner::before,
  .nav-open.nav-close .inner::after {
    width: 20px;
  }
  .nav-open.nav-close .inner {
    left: 57%;
  }
  .banner-list li {
    justify-content: center;
  }
  .banner-list li .banner-btn {
    font-size: 15px;
  }
  .nav-section {
    padding: 0;
    height: 120px;
  }
  .navbar-expand-lg .navbar-nav {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 10px;
    position: absolute;
    top: 90px;
    left: 0;
    margin: auto;
    width: 100%;

    transform: translateY(-500px);
    transition: 0.5s;
  }
  .navbar-collapse.show .navbar-nav {
    transform: translateY(-7px);
    transition: 0.5s;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .mobile-call a {
    text-decoration: none;
  }

  .mobile-call a i {
    width: 50px;
    height: 44px;
    border-radius: 2px;
    background: #ef0600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-section .navbar ul li.dropdown-area .dropdown-menu {
    width: 60%;
  }
  .nav-section .navbar {
    height: 84px;
  }
  .navbar-toggler-icon i {
    font-size: 25px;
    background: #032f5e;
    color: #fff;
    padding: 6px 10px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none !important;
  }
  .about-sec .about-cont h1,
  .about-sec .about-cont p {
    text-align: center;
  }
  .about-sec .about-cont .service-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
  }

  .about-sec {
    padding-bottom: 0;
  }
  .about-image1 {
    height: 567px;
  }
  .about-sec .about-image-area {
    margin-bottom: 58%;
  }
  .about-sec .about-image-area .swift-cont {
    bottom: -340px;
  }
  .about-sec .about-image-area .swift-cont h6,
  .about-sec .about-image-area .swift-cont p {
    text-align: center;
    padding-top: 15px;
  }
  .about-sec .about-image-area .ex-area p {
    margin-bottom: 0;
    color: #181818;
    font-weight: 600;
    line-height: 16px;
    padding-top: 0;
    font-size: 13px;
  }
  .about-sec .about-image-area .ex-area {
    width: 120px;
    height: 120px;
  }
  .service-sec .service-head h1 {
    font-size: 31px;
  }
  .service-sec {
    padding-bottom: 20px;
  }
  .slider_area .slick-arrow.slick-next {
    right: -15px;
  }
  .slider_area .slick-arrow.slick-prev {
    left: -15px;
  }
  .service-slide {
    padding-bottom: 52px;
  }
  .cont_center {
    top: 10%;
  }
  .what-makes h1 {
    font-size: 26px;
  }
  .what-btn {
    font-size: 14px;
  }
  .get-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .work-sec .work-img {
    height: 300px;
  }
  .work-sec .work-cont h3 {
    font-size: 26px !important;
    text-align: center !important;
    padding-top: 20px;
  }
  .work-sec .work-cont p,
  .work-sec p {
    text-align: center;
  }
  .small-img {
    margin-bottom: 10px;
  }
  .work-sec .get-btn,
  .call-sec .what-btn {
    position: relative;
    margin-left: 20px !important;
  }
  .call-sec::before {
    height: 51px;
  }
  .call-sec .call-cont a {
    background: #fff;
    color: #29498d !important;
    left: unset;
    transform: unset;
    margin-bottom: 15px;
  }
  .work-sec .what-btn {
    position: relative;
  }
  .call-cont h3 {
    font-size: 26px;
    text-align: center;
  }
  .call-sec .call-cont p {
    text-align: center;
  }
  .form-area {
    margin-bottom: 20px;
    padding: 20px;
  }
  .client::before {
    position: absolute;
    top: unset;
    bottom: -7px;
    right: 20px;
    content: "";
    width: 272px;
    height: 200px;
    background: url(../img/Quote.webp) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
  }
  .stay-area {
    text-align: center;
  }
  .stay-area .stay-content h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  .stay-form input[type="submit"] {
    background: #064e97;
    width: 50%;
    padding: 8px 43px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    display: flex;
    text-transform: uppercase;
  }
  .footer-logo {
    width: 50%;
    height: auto;
    margin: auto;
  }
  .footer .footer-button .get-btn {
    margin-bottom: 0;
    margin-top: 15px;
    width: 50%;
  }
  .navbar-brand img {
    width: 90%;
  }
  .wideget-contact-area ul li i {
    font-size: 22px;
    padding-right: 0;
    margin-right: 8px;
    width: auto;
    height: auto;
  }
  .wideget-contact-area ul,
  .wideget-area ul,
  .wideget-area p {
    padding-top: 5px;
  }
  .stay-form li {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-head {
    display: none;
  }
  .carousel-fade .carousel-item::before {
    background-size: contain;
    bottom: -70px;
  }
  .carousel-fade .carousel-item {
    height: 600px !important;
  }
  .about-sec .about-image-area .swift-cont .call-now {
    margin-top: 31px;
  }
  .carousel-caption h2 {
    font-size: 40px;
  }
  .carousel-caption h3 {
    font-size: 15px;
    line-height: 26px;
  }
  .carousel-fade .carousel-item img {
    height: 100%;
    object-fit: cover;
  }
  .carousel-caption h2 {
    padding: 0;
  }
  .banner-sec .slide p {
    line-height: 25px;
  }
  .slide p {
    font-size: 15px;
  }
  .slide .slide_content--headings h2 {
    color: #f3b409;
  }
  .carousel-caption {
    top: 17%;
    left: 10px !important;
    right: 10px !important;
    padding-left: 0 !important;
  }
  .carousel-caption .banner-list.tick-list {
    display: none !important;
  }
  .carousel-caption .review {
    margin-bottom: 20px;
    width: 155px;
  }
  .banner-list li {
    justify-content: center;
  }
  .banner-list li .banner-btn {
    font-size: 15px;
  }
  .nav-section {
    padding: 0;
  }
  .nav-section .navbar ul li {
    padding-right: 2px;
  }
  .navbar-brand h1 {
    font-size: 22px;
  }
  .nav-section .navbar ul li a,
  .nav-section .navbar ul li a.main-btn {
    font-size: 14px;
  }
  /* .navbar-expand-lg .navbar-nav{
      background: #fff;
      z-index: 999;
      position: relative;
      padding: 10px;
      position: absolute;
      top: 90px;
      left: 0;
      margin: auto;
      width: 100%;
      transform: translateY(-500px);
      transition: 0.5s;
  }
  .navbar-collapse.show .navbar-nav{
      transform: translateY(40px);
      transition: 0.5s;
  }
  .navbar-toggler{
      position: absolute;
      left: 0;
      transition: 0.5s;
  }
  .navbar-brand{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0 !important;
  } */
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .mobile-call {
    position: absolute;
    right: 0;
  }
  .mobile-call a {
    text-decoration: none;
  }
  .navbar-brand {
    text-align: center;
  }
  .mobile-call a i {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #032f5e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-section .navbar ul li.dropdown-area .dropdown-menu {
    width: 60%;
  }
  .nav-section .navbar {
    height: auto;
  }
  .navbar-toggler-icon i {
    font-size: 25px;
    background: #032f5e;
    color: #fff;
    padding: 6px 10px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none !important;
  }

  .about-sec .about-cont .service-btn {
    position: relative;
    margin-bottom: 40px;
  }
  .about-image1 {
    height: 342px;
  }
  .about-image2,
  .about-image3 {
    width: 215px;
    height: 180px;
  }
  .about-image3 {
    height: 155px;
  }
  .slider_area .btn_area {
    margin-top: 0;
  }
  .about-sec {
    padding-bottom: 0;
  }
  /* .about-image2{
  width: 147px;
  height: 133px;
  }
  .about-image3{
      width: 147px;
  height: 105px;
  } */
  .about-sec .about-image-area {
    margin-bottom: 58%;
  }
  .about-sec .about-image-area .swift-cont {
    bottom: -157px;
  }
  .about-sec .about-image-area .swift-cont h6,
  .about-sec .about-image-area .swift-cont p {
    text-align: center;
    padding-top: 15px;
  }
  .about-sec .about-image-area .ex-area p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    padding-top: 0;
    font-size: 13px;
  }
  .about-sec .about-image-area .ex-area {
    width: 120px;
    height: 120px;
    padding-top: 17px;
  }
  .about-sec .about-image-area .swift-cont .call-now {
    display: block;
  }
  .service-sec .service-head h1 {
    font-size: 31px;
  }
  .service-sec {
    padding-bottom: 20px;
  }
  .slider_area .slick-arrow.slick-next {
    right: -15px;
  }
  .slider_area .slick-arrow.slick-prev {
    left: -15px;
  }
  .service-slide {
    padding-bottom: 52px;
  }
  .cont_center {
    top: 10%;
  }
  .what-makes h1 {
    font-size: 26px;
  }
  .what-btn {
    font-size: 14px;
  }
  .get-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .work-sec .work-cont h3 {
    font-size: 26px !important;
  }
  .work-sec .work-img {
    height: 780px;
  }
  .work-sec .work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .small-img {
    margin-bottom: 10px;
  }
  .work-sec .get-btn {
    position: relative;
  }
  .call-sec::before {
    height: 51px;
  }
  .work-sec .what-btn {
    position: relative;
  }
  .call-cont h3 {
    font-size: 26px;
  }
  /* .call-sec .call-cont p{
      text-align: center;
  } */
  .form-area {
    padding: 20px;
  }
  .footer-logo {
    width: 70% !important;
    margin: unset;
  }
  .envelop {
    margin-top: 15px;
  }
  .client::before {
    position: absolute;
    top: unset;
    bottom: -7px;
    right: 20px;
    content: "";
    width: 272px;
    height: 200px;
    background: url(../img/Quote.webp) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
  }
  .stay-form li input {
    width: 90%;
  }
  .stay-area {
    text-align: center;
  }
  .stay-area .stay-content h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  .stay-form input[type="submit"] {
    background: #121212;
    width: 100%;
    padding: 8px 43px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    display: flex;
    text-transform: uppercase;
  }
  .footer-logo {
    width: 100%;
    height: auto;
  }
  .footer .footer-button .get-btn {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .wideget-contact-area ul li i {
    font-size: 22px;
    padding-right: 0;
    margin-right: 8px;
    width: auto;
    height: auto;
  }
  .wideget-contact-area ul,
  .wideget-area ul,
  .wideget-area p {
    padding-top: 5px;
  }
  .stay-form li {
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1430px) {
  .call-sec::before {
    height: 80px;
  }
  .slider_area .slick-arrow.slick-next {
    right: -44px;
  }
  .slider_area .slick-arrow.slick-prev {
    left: -44px;
  }
}
