/* ------------------------
    Responsive Css
------------------------*/
@media (min-width:1600px) {
    .header .container-fluid {
        padding: 0 10rem;
    }
}

@media screen and (min-device-width:1200px) and (max-device-width:1500px) {
    .banner-slider-one .banner-content .banner-text {
        width: 75%;
    }

    .banner-large-text {
        font-size: 230px;
    }

    .banner-slider-two .banner-content {
        height: 85vh;
    }

    .banner-slider-two .banner-content .banner-text {
        width: 60%;
    }

}

@media (max-width:1200px) {
    .banner-slider-two .banner-content{
        height: 550px;
        padding: 0px 30px;
    }
    .header-top {
        display: none;
    }

    .banner-slider-one .banner-content .banner-text {
        width: 100%;
    }

    .banner-slider-one .banner-content {
        padding: 80px 50px 150px 50px;
    }

    .banner-large-text {
        font-size: 150px;
    }

    

    

    .banner-slider-two .banner-content .banner-text {
        width: 90%;
    }

    /*.banner-slider-two .banner-content {*/
    /*    padding: 120px 70px 120px 70px;*/
    /*}*/
}

@media (max-width:992px) {
   

    h2 {
    font-size: 36px;
    line-height: 1.2;
}

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 26px;
        line-height: 1.2;
    }

    /*Header*/
    .navbar-nav .nav-item {
        margin: 0;
        padding-top: 0;
    }

    .navbar-toggler {
        background: var(--themeht-white-color);
        height: 50px;
        width: 50px;
        padding: 0;
        border-radius: 4px;
        margin-left: inherit;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .ht-toggler svg {
        width: 40px;
        height: 40px;
        display: inline-block;
    }

    .ht-toggler .line {
        fill: none;
        stroke: var(--themeht-primary-color);
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ht-toggler .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .ht-toggler .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .ht-toggler .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .navbar-collapse {
        background: var(--themeht-white-color);
        max-height: 400px;
        left: 0;
        padding: 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        top: 18px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        color: var(--themeht-text-color);
    }

    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid var(--themeht-border-light-color);
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
        padding-bottom: 0
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-link.show {
        color: var(--themeht-primary-color);
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: var(--themeht-text-color);
        display: block;
    }

    .page-title {
        padding: 50px 0;
    }

    .form-section:before {
        width: 100%;
    }

    .form-section:after,
    .step-process-area::after {
        display: none;
    }

    .testimonial.style-2 .testimonial-content {
        padding: 20px;
    }

    .testimonial.style-2 .testimonial-img {
        width: 50%;
        margin-left: 15px;
    }

    .testimonial.style-2 .testimonial-quote {
        font-size: 50px;
    }

    .testimonial.style-2 .testimonial-rating {
        margin-top: 15px;
    }

    .testimonial.style-2 p {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0;
    }

    .bg-img-sec {
        min-height: 400px !important;
        background-position: center center !important;
        background-size: cover;
    }

    .bg-img-sec2 {
        min-height: 200px !important;
        background-position: center center !important;
        background-size: cover;
    }

    /*Countdown*/
    .countdown>li span {
        font-size: 50px;
        line-height: 50px;
    }

    .countdown>li p {
        font-size: 18px;
    }

    .about-sec1.img2 {
        bottom: 0px;
    }

    .image-title {
        font-size: 120px;
        line-height: 120px;
    }

    .testimonial-left-sec .featured-item {
        position: inherit !important;
        width: 70% !important;
    }

    .testimonial-left-sec {
        padding-top: 350px;
    }

    .testimonial-left-sec .video-large {
        top: 35% !important;
    }

    .testimonial-space {
        padding: 90px 70px 0 70px;
    }
}

@media (max-width:767px) {
.page-title {
        padding: 40px 0;
    }
    .page-title h2{
        font-size: 40px;
    }
    .breadcrumb {
    font-size: 12px;
}
   

    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px
    }

    .theme-title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .header-top {
        display: none;
    }

    section {
        padding: 50px 0;
    }

   

    .theme-title h2 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .theme-title p {
        font-size: 16px;
        margin-top: 15px;
    }

    .page-title h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .header-right {
        display: none !important;
    }

    .navigation-top {
        margin-right: 0;
    }

    blockquote {
        padding: 30px !important;
        font-size: 18px;
        line-height: 28px;
    }

    blockquote:after {
        bottom: 20px;
        right: 20px;
        font-size: 50px;
    }

    .team-single-box {
        padding: 40px 20px;
    }

    .contact-info p,
    .contact-info a {
        max-width: inherit;
    }

    .about-sec1.img2 {
        position: inherit;
        bottom: inherit;
        right: inherit;
    }

    .round-text {
        bottom: inherit;
        left: 50%;
        top: -90px;
        margin-left: -90px;
    }

    .about-sec1-box .shape1,
    .about-sec1-box .shape2,
    .about-sec1-box .shape3 {
        display: none;
    }

    .banner-large-text {
        font-size: 70px;
    }

    .banner-large-text {
        font-size: 70px;
    }

    .banner-top a {
        margin-top: -35px;
    }

    .banner-slider-one .banner-content {
        padding: 80px 30px 120px 30px;
    }

    #banner-pagination {
        bottom: 50px;
    }

    .marquee-text span {
        font-size: 3.125rem;
    }

    .banner-content p {
        max-width: inherit;
    }

    .banner-slider-two .banner-content {
    padding: 70px 15px 40px 15px;
}

    .banner-slider-two .banner-content .banner-text {
        width: 100%;
    }

    /*Countdown*/
    .countdown {
        margin: 40px 0;
        padding: 40px 0;
    }

    .countdown>li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown>li p {
        font-size: 16px;
    }

    /*Iframe*/
    .iframe-h {
        height: 300px !important;
    }

    .subscribe-btn {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
        margin-top: 10px;
    }

    .container,
    .container-fluid {
        --bs-gutter-x: 2.5rem;
    }

    .counter {
        padding: 0;
    }

    .counter:before {
        display: none;
    }

    .logo img {
        max-height: 100px;
    }

    .image-title {
        font-size: 70px;
        line-height: 70px;
    }

    .testimonial-left-sec .featured-item {
        width: 100% !important;
        padding: 30px;
    }

    .testimonial-left-sec .video-large {
        top: 25% !important;
    }

    .testimonial-space {
        padding: 90px 50px 0 50px;
    }

    .ht-image-left,
    .ht-image-right {
        transform: inherit !important;
    }
    
}

@media (max-width:576px) {

    /*Countdown*/
    .countdown {
        margin: 30px 0;
    }

    .countdown>li {
        padding: 0 10px;
    }

    .countdown>li p {
        font-size: 14px;
        line-height: 24px;
    }

    .post-comment li {
        display: block;
    }

    .author-img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .comment-reply {
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: 30px;
    }

 

    .banner-slider .themeht-btn+.themeht-btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .featured-item.style-2 {
        display: block;
    }

    .featured-item.style-2 .featured-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mc-form.w-75 {
        width: 100% !important;
    }
}

/* lg desk */
@media (min-width:1400px) and (max-width: 2000px){
.service-item .service-desc p {
    -webkit-line-clamp: 2;
}

}

/* desk */
@media (min-width: 1200px)and (max-width: 1366px) {
.step-process-area::after {
    top:35px;
    left: 7%;
}
}

/* ipad pro */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
    margin: 0 30px 0px 0px;
}
.mb-lg-15{
    margin-bottom: 15px;
}
.banner-slider-two .banner-content {
    height: 600px;
    padding: 0px 30px;
}
.about-sec1.img2 {
    bottom: -294px;
}
.round-text {
    bottom: 180px;
    left: -130px;
}
.step-process-area::after {
    left: 9%;
    width: 74%;
}

}
@media (max-width:991px) {
    .contact-info i {
    width: 70px;
    height: 70px;
}
    .service {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .abt-img img{
        width: 100%;
}
.about-section-content {
    margin-top: 30px;
}
.service-content h3{
    font-size: 25px;
    line-height: 1.2;
}
.service {
    gap: 20px;
    padding: 20px;
}
.form-right {
    margin-top: 30px;
}
}
/* ipad */
@media (max-width: 766px) {
.services .service-image{
    height: 220px;
    width: 100%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
    .banner-slider h2, .banner-slider h1 {
    font-size: 45px;
    line-height: 1.2;
    color: var(--themeht-white-color);
}
.banner-slider-two .banner-content .banner-text {
    width: 100%;
}
section, .section {
    padding: 60px 0;
}
.swiper-pagination {
    margin-top: 30px;
}
.logo img {
    max-height: 150px;
}
.mt-md-40{
    margin-top: 40px !important;
}
.theme-title {
    margin-bottom: 25px;
}
.service-title {
    height: 70px;
}
.step-item.style-1 .step-desc {
    padding: 10px 5px;
}

}
/* mobile */
@media (max-width: 766px) {
    .why-to-choose .row{
        text-align: center;
    }
     .banner-slider h2, .banner-slider h1{
        font-size: 30px;
        line-height: 1.2;
    }
    .banner-slider-two .banner-content{
        /* height: 460px; */
    }
    .mt-sm-20{
        margin-top: 20px !important;
    }
    .themeht-btn span {
    padding: 10px 50px 10px 20px;
}
.mb-sm-0{
    margin-bottom: 0px !important;
}
.mb-sm-20{
    margin-bottom: 20px;
}
.swiper-slide .service-item.style-1 {
    margin: 0 10px;
}
.step-item.style-1 .step-desc {
    padding: 10px 20px 0px 20px;
}
.pt-sm-40{
    padding-top: 40px;
} 
.pb-sm-40{
    padding-bottom: 40px;
}
.swiper-pagination {
    margin-top: 20px;
}
.theme-title h2 {
    font-size: 28px !important;
    line-height: 1.2!important;
}
.footer-menu li {
    line-height: 1.4;
}
h4 {
    font-size: 25px;
    line-height: 1.2;
}
.service-title {
    min-height: 70px;
}
.abt-img {
    height: 350px;
}
}
/* fold */
@media (min-width: 250px) and (max-width: 320px) {

}