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

@media (max-width: 767px) {
  /* .navbar-light .navbar-toggler {
       position: fixed;
        right: 0;
    } */
  .siding-head {
    margin-top: 18px;
  }
  .about-content ul li h5 {
    padding-left: 7px;
  }
  .navbar-brand {
    width: 131px;
    margin-right: 0;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar.nav-scroll .navbar-brand img {
    width: 90%;
  }
  .mobile_google {
    width: 39%;
  }
  .mobile_google img {
    margin-left: 0;
  }
  .about {
    padding: 0;
  }
  .about-inner {
    margin-top: 60px;
  }
  .single_service {
    padding: unset;
    margin-top: 20px;
  }
  .single_service img {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .number-bg {
    display: none;
  }
  .project-sec::before {
    display: none;
  }
  .process::after {
    display: none;
  }
  /* .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;
    } */

  .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 {
    margin-bottom: 0;
  }
  .footer .links li a {
    font-size: 17px;
  }
  .home_map ul li a {
    font-size: 14px;
  }
  .process .item .icon-plan {
    position: relative;
    top: 36px;
  }
  .project-sec .section-subtitle:after {
    left: 28%;
  }
  .gallery-item {
    flex-basis: 49%;
  }
  .gallery-container {
    padding: 0;
  }
  .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: auto;
  }
  .header .caption h1 {
    position: relative;
    font-size: 39px;
    line-height: 50px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .services {
    padding: 36px 0 20px 0;
  }
  .get-sec {
    padding-bottom: 0;
    padding: 30px 0;
  }
  .project-sec {
    padding: 0 0 30px 0;
  }
  .navbar .navbar-nav .active {
    display: inline-block;
  }
  .button-primary.free-btn {
    padding: 10px 10px;
  }
  .button-primary.book-btn {
    padding: 10px 10px;
  }
  .banner-header p {
    font-size: 14px;
    color: #555;
  }
  .button-banner {
    text-align: center;
  }
  .get-sec .get-button {
    text-align: center;
  }
  .single_service h2 {
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  .owl-prev,
  .owl-next {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about {
    padding: 10px 0;
  }

  .services .section-subtitle:after {
    left: 40%;
  }
  .process .item .process-circle {
    left: 0 !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .navbar-brand img {
    width: 67% !important;
    padding-left: 20px;
  }
  .call-overlay {
    width: 100%;
  }
  .count-sec-area {
    padding: 77px 0 0 0;
  }
  .call-content {
    padding: 28px 20px;
  }
  .testimonials {
    padding: 34px 0;
  }
  .services {
    padding: 30px 0;
  }
  .get-sec {
    padding: 20px 0;
  }
  .call-overlay::after {
    display: none;
  }
  .call-us {
    text-align: center;
  }
  .call-sec {
    height: auto;
  }
  .about-content {
    margin-top: 10px;
  }
  .project-sec {
    padding: 20px 0;
  }
  .project-sec::before {
    width: 100%;
  }
  .number-bg {
    display: none;
  }
  .count-sec-area .count-box {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 20px;
    margin-bottom: 80px !important;
  }

  .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;
    background: #fff;
  }

  .navbar .logo img {
    width: unset;
    height: unset;
  }
  .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%);
  }

  .nav-scroll {
    background: #fff;
  }
  .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;
    } */
  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption p {
    font-size: 14px;
    margin-right: 10px;
  }
  .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;
  }
  .about-content ul {
    padding-left: 0 !important;
  }
  .usp-sec {
    padding: 45px 0;
  }
  .call-overlay {
    width: 100%;
  }
  .call-content {
    padding: 28px 20px;
  }
  .call-overlay::after {
    display: none;
  }
  .call-us {
    text-align: center;
  }
  /*     .navbar-brand img{
        width: 85% !important;
        padding-left: 20px;
    } */
  .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) {
  .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background: url(../../assets/img/bar.png) no-repeat !important;
  }
  .inner-gallery {
    margin-top: 50px;
  }

  .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 {
    outline: none !important;
    background: #1e45a0;
    width: 57px;
    border-radius: 5px;
    height: 42px;
	display: block;
  }
  .navbar-toggler span {
    font-size: 27px;
    position: relative;
    top: -12px;
  }
  /* .navbar button:hover {
        background: #fff;
        box-shadow: 0 0.5rem 0.8rem rgb(0 0 0 / 10%);
    } */
  /* .nav-scroll button,
    .nav-scroll button:hover {
        background: transparent;
    } */
  .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-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    } */
  /* .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    } */
  .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;
  }
  /* .header .caption h1 {
        font-size: 50px;
    } */
  /* .process .item img,
    .process .item img.tobotm {
        display: none;
    } */
  .process .number-border::after {
    display: none;
  }
  .about::before {
    bottom: 0 !important;
    top: unset;
  }
  .about-image-box {
    left: -7px;
  }
  .process {
    padding: 40px 0 20px 0;
  }
  .get-sec h2 {
    font-size: 34px;
    line-height: 47px;
  }

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

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

  .not-found-wrap h2 {
    font-size: 32px;
  }
}
@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;
  }
  /* 	.single_service h2{
		line-height: 32px !important;
	} */
  .inner_banner {
    height: 300px;
  }
  .inner_banner img {
    height: 100%;
    object-fit: cover;
  }
  .bnr_form_area {
    padding: 20px;
  }
  .single_service h2 strong {
    font-size: 20px;
    line-height: 0 !important;
  }
  .head {
    font-size: 34px;
    padding-top: 20px;
  }
  .process .item .number {
    transform: translateY(-92px);
  }
  .footer-social-media li {
    margin: 0;
  }
  .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
  }
  .count-sec-area .count-box {
    height: auto;
    margin-top: -2px;
  }
  .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: 10px;
  }
  .count-sec-area {
    padding: 20px 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .testimonials {
    padding: 32px 0;
    padding-bottom: 0;
  }
  .testimonials .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .testimonials-box {
    margin-top: 20px;
  }
}
@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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
  }
  .process .item .number {
    top: 3px;
  }
  .widget-area-contact {
    justify-content: start;
    display: flex;
  }
}
