/* ======= Responsive style ======= */

@media (max-width: 767px) {
  .usp-sec {
    top: 60px;
  }
  .header .caption h5 {
    text-align: center;
  }
  .header .caption p {
    width: 100% !important;
  }
  .about h2 {
    line-height: 40px;
    font-size: 30px;
  }
  .about-list li {
    display: inline-flex;
  }
  .about-list li i {
    padding-top: 10px;
  }
  .process .item .process-circle {
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 0;
  }
  .footer-img {
    width: 80%;
  }
  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .number-bg {
    display: none;
  }
  .project-sec::before {
    display: none;
  }
  .process .item h6 {
    padding-top: 0;
  }
  .process::after {
    display: none;
  }
  .get-form-area {
    margin-top: -10px;
    padding: 50px 30px;
  }

  /* .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: #287ff9;
        width: 47px !important;
        border-radius: 5px;
    }
    .navbar-toggler span{
        font-size: 18px;
    } */

  /* .about .circle-masonry {
        position: absolute;
        bottom: -78px;
        right: 95px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        z-index: 10;
        animation: extralogo 7s infinite linear;
    }
    .roof {
        position: absolute;
        bottom: -46px;
        right: 131px;
        width: 80px;
        height: 80px;
    } */

  .footer .second-footer .clearfix .address-link li {
    margin-bottom: 5px;
  }
  .contact_address p {
    margin-bottom: 5px;
  }
  .address-link li i {
    padding-top: 7px;
  }
  .banner-header h6 a:hover {
    color: #fff;
  }
  .banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
  }
  .services .section-subtitle:after {
    left: 29%;
  }
  .process .item .process-circle {
    left: 50%;
    transform: translateX(-50%);
  }
  .project-sec .section-subtitle:after {
    left: 28%;
  }
  .gallery-item {
    flex-basis: 48%;
  }
  .gallery-item img {
    margin-left: 0;
  }
  .lightbox-content {
    width: 70%;
    height: unset;
    margin-top: 73%;
  }
  .clients .owl-carousel {
    margin: 2px 0;
    padding-left: 34px;
  }
  .widget-area-contact {
    justify-content: left;
    display: flex;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-img {
    margin: 0 auto 20px;
  }
  .header .caption h1 {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }
  .footer .links li a {
    font-size: 14px;
    word-break: break-all;
  }
  .services {
    padding: 36px 0;
  }
  .get-sec {
    padding-bottom: 0;
    padding: 50px 0;
    background-position: 0% 0%;
  }
  .get-sec .get-area h2 {
    text-align: center;
    padding-bottom: 14px;
  }
  .get-sec p {
    text-align: center;
    margin: auto;
  }
  .testimonials .range {
    display: none;
  }
  .testimonials .scale {
    opacity: 0.2;
  }
  .testimonials .hammer {
    display: none;
  }
  .testimonials .helmet {
    opacity: 0.2;
  }
  .client-area::before {
    bottom: -19px;
    right: 12px;
  }
  .client-area::after {
    top: 24px;
    left: 45px;
  }
  .footer::after {
    display: none;
  }

  .project-sec {
    padding: 60px 0 50px 0;
  }
  .navbar .navbar-nav .active {
    display: inline-block;
  }
  .button-primary.free-btn {
    padding: 10px 10px;
  }

  .banner-header p {
    font-size: 14px;
    color: #555;
  }
  .button-banner {
    text-align: center;
  }
  .usp-box {
    margin-bottom: 20px;
  }
  .abt-sub {
    margin-top: 20px;
  }
  .process .item {
    margin-bottom: 20px;
  }
  .process .item .number {
    transform: translateY(-118px);
    position: relative;
    z-index: 9;
    top: 12px;
    left: unset;
  }

  .count-sec-area::before {
    display: none;
  }
  .count-sec-area {
    z-index: 1;
  }
  .usp-box .usp-cont {
    padding: 15px 20px;
  }
  .know_btn_area {
    text-align: left;
  }
  .about h2,
  .services h2,
  .process h2,
  .project-sec h2,
  .get-form-area h2 {
    padding-top: 0;
    font-size: 2rem;
    line-height: 1.2em;
  }
  .about h6,
  .services h6,
  .process h6,
  .project-sec h6 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .owl-prev,
  .owl-next {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process .item .process-circle {
    left: 50%;
    margin-top: 20px !important;
  }
  .process .item h6 {
    margin-top: -35px !important;
  }
  .process .item .number {
    transform: translateY(-118px);
    position: relative;
    z-index: 9;
    left: unset;
  }

  .services .section-subtitle:after {
    left: 40%;
  }
  .process .item .process-circle {
    left: 0 !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .count-sec-area .count-box {
    height: auto;
  }
  .navbar-brand img {
    width: 100% !important;
    padding-left: 20px;
  }

  .usp-sec {
    padding: 0 0 130px 0;
  }
  .usp-box {
    margin-bottom: 30px;
  }
  .header .caption h1 {
    font-size: 61px;
  }
  .call-overlay {
    width: 100%;
  }
  .call-content {
    padding: 28px 20px;
  }
  .call-overlay::after {
    display: none;
  }
  .call-us {
    text-align: center;
  }
  .call-sec {
    height: auto;
  }
  .about-content {
    margin-top: 10px;
  }
  .project-sec {
    padding: 30px 0 40px 0;
  }
  .count-sec-area::before {
    display: none;
  }
  .get-sec {
    background-position: 0%;
  }
  .project-sec::before {
    width: 100%;
  }
  .number-bg {
    display: none;
  }
  .client-area::after {
    top: 17px;
    left: 21px;
  }
  .footer::after {
    display: none;
  }
  .count-sec-area .count-box {
    height: auto;
    /* margin-bottom: 82px; */
  }

  .count-img {
    text-align: center;
  }
  .count-sec-area .count-box img {
    margin: 10px 16px;
  }
  .count-sec-area .count-box .count-number {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* .count-sec-area{
        margin-top: 80px;
    } */
  .get-sec .get-button {
    display: flex;
  }
  .button-primary.quote-btn {
    margin-left: 30px;
  }

  .footer-img {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .navbar .logo img {
    width: unset;
    height: unset;
  }
  .map-area .map {
    height: 350px;
  }
  .about-img-hotifer {
    position: absolute;
    right: 38px;
    bottom: -74px;
    width: 260px;
    padding: 30px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: #c6321b;
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
  }
  .logo-wrapper {
    float: left;
    padding: 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 15px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrapper .logo h2 {
    display: none;
  }
  /* .header .caption h1 {
        font-size: 45px;
    } */
  .nav-scroll .navbar-brand {
    width: 130px;
    transition: 0.5s;
  }
  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption p {
    font-size: 14px;
    margin: auto;
    margin-bottom: 20px;
  }
  .header .caption .button-tersiyer {
    margin-right: 0;
  }
  .slider-fade .owl-theme .owl-dots {
    bottom: 118px;
  }
  .services.center .item {
    margin-top: 0;
  }
  .about-content {
    margin-top: 30px;
  }
  .call-overlay {
    width: 100%;
  }
  .call-content {
    padding: 28px 20px;
  }
  .call-overlay::after {
    display: none;
  }
  .call-us {
    text-align: center;
  }
  .navbar-brand img {
    width: 100% !important;
    padding-left: 0;
    margin-top: -10px;
  }
  .about-image-bottom {
    display: none;
  }
  .about-img {
    width: 100%;
  }

  .call-sec::after,
  .call-sec::before {
    display: none;
  }
  .call-sec {
    height: auto;
  }
  .second-footer .widget-area .widget {
    padding: 0;
  }
  .button-tersiyer {
    padding: 14px 22px;
  }

  .main-footer .sub-footer p.right {
    text-align: left;
  }
  .main-footer .abot .social-icon {
    text-align: left;
    margin-bottom: 15px;
  }
  .footer .logo {
    padding: 0;
    width: auto;
    margin: 0px 0;
  }
  .footer .social-icons {
    text-align: left;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background: url(../../assets/img/bar.png) no-repeat !important;
  }

  .main-header {
    display: none;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .navbar .logo {
    width: 180px;
    text-align: left;
    margin-left: 15px;
  }
  .nav-scroll .logo {
    width: 180px;
  }
  .logo-img {
    margin-bottom: 0px;
  }
  .navbar button {
    margin-right: 15px;
    outline: none !important;
    background: #024b90;
    /* border-radius: 15px; */
    position: relative;
    right: 0;
    top: 0;
  }
  .fa-bars {
    font-size: 27px;
  }
  .navbar-toggler span {
    font-size: 33px;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    /* font-size: 48px; */
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .navbar .navbar-collapse {
    max-height: 360px;
    overflow: auto;
    background: #fff;
    text-align: left;
    /* margin-top: 15px; */
    padding: 15px;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #555;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #555 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #c6321b !important;
  }

  .dropdown .mega-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: none;
  }
  .dropdown .mega-menu .dropdown-menu {
    border: 0;
    margin: 0;
  }
  .dropdown .mega-menu .dropdown-title {
    border-bottom-color: #555;
  }
  .dropdown-menu .dropdown-item,
  .sub-menu .dropdown-item {
    color: #555;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .process .number-border::after {
    display: none;
  }
  .about::before {
    bottom: 0 !important;
    top: unset;
  }

  .process {
    padding: 40px 0;
  }
  .get-sec h2 {
    font-size: 40px;
    line-height: 47px;
  }

  .section-title {
    font-size: 40px;
  }

  .title-404 {
    font-size: 120px;
  }

  .not-found-wrap h2 {
    font-size: 32px;
  }
  .usp-sec {
    top: 70px;
  }
  /*.usp-box{
        margin-bottom: 80px;
    } */
  .count-sec-area {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
  }
  .single_service .section-header {
    font-size: 15px;
  }
  .single_service h3 {
    font-size: 25px;
  }
  .single_service h1 {
    font-size: 34px;
  }
  .single_service ul.nomarginul li {
    display: flex;
  }
  .contact_address {
    padding-top: 40px;
  }
  .single_service h2 {
    font-size: 30px;
  }
  .count-sec-area .count-box {
    height: auto;
    /* margin-bottom: 27px; */
  }
  .about {
    top: 0;
  }
  .process p {
    width: 100% !important;
  }
  .project-sec p {
    width: 100% !important;
  }
  .count-sec-area {
    padding: 50px 0;
  }
  .count-img {
    text-align: center;
  }
  .count-sec-area .count-box img {
    margin: 10px 16px;
  }
  .count-sec-area .count-box .count-number {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* .count-sec-area{
        margin-top: 86px;
    } */
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .testimonials {
    padding: 32px 0;
  }
  .testimonials .owl-carousel .owl-stage-outer {
    padding: 25px 0;
  }
  .testimonials-box {
    margin-top: 20px;
  }
  .inner_banner h1 {
    font-size: 20px;
  }
  .inner_page img,
  .single_service img {
    float: none;
    width: 100%;
    margin: 10px 0 20px;
  }
  .inner_banner img {
    height: 200px;
  }
  .single_service p,
  .single_service ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 359px) and (max-width: 360px) {
  .service-img::after {
    top: 156px;
  }
}

@media (min-width: 390px) and (max-width: 400px) {
  .service-img::after {
    top: 173px;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .service-img::after {
    top: 188px;
  }
}
