/* Responsive Css */

/*** 

====================================================================
main menu
====================================================================

***/


@media only screen and (max-width: 1499px){
  
  .header-top{
    padding: 13px 30px;
  }
  
}

@media only screen and (max-width: 1299px){
  
  .header-top .info-list li{
    margin-right: 20px;
  }
  
}


@media only screen and (max-width: 1799px){
  
  .main-menu .navigation > li{
    margin: 0 20px;
  }
  
}

@media only screen and (max-width: 1410px){
  
  .mkt_main-header .main-menu {
    padding-right: 0;
    margin-right: 0;
  }
  
}


@media only screen and (max-width: 1200px){
  
  .main-menu,
  .sticky-header,
  .mkt_main-header.style-one .outer-container:before{
    display: none !important;
  }
  
  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
    margin-right: 30px;
  }
  
  .megamenu ul li:first-child{
    display: none;
  }
  
  .header-top .top-right{
    justify-content: center;
  }
  
  .header-top .top-right .login-box:before{
    display: none;
  }
  
  .header-top .top-right .login-box{
    padding-right: 0px;
  }
  
}


@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
  
}


@media only screen and (max-width: 640px){
  
  .header-top .top-left ul.info-list {
    display: inline-grid;
    justify-items: self-start;
  }
  
  .header-top ul.info-list li:before {
    display: none;
  }
  
  .header-top ul.info-list.clearfix li {
    margin-bottom: 10px;
  }
  
  .mkt_main-header .menu-right-content {
    display: none;
  }
  
  
  
}

@media only screen and (max-width: 499px){
  
  .mobile-menu{
    width: 100%;
  }
  
  .mkt_main-header .outer-box{
    padding: 0px 15px;
  }
  
  .header-top{
    padding: 13px 15px;
  }
  
  .mkt_main-header .logo-box .logo{
    max-width: 140px;
  }
  
  .mkt_main-header .menu-right-content .search-box-outer{
    display: none;
  }
  
}

@media only screen and (max-width: 768px){
  
  .mkt_main-header.three ul.menu-left-content li span {
    display: none;
  }
  
}


/*** 

====================================================================
Footer section
====================================================================

***/


@media only screen and (max-width: 991px){
  
  .footer-upper {
    padding: 50px 0px 50px;
  }
  
  .newsletter-widget {
    margin-bottom: 30px;
  }
  .work-process-section .icon-box{
    flex-wrap: wrap;
    padding: 10px;
  }
  .banner-two-section{
    height: 90vh;
  }
  .banner-two-section .banner-two-slider .owl-item{
    align-items: center;
    display: flex;
  }
  .banner-two-section .bg-shape-2,
  .banner-two-section .bg-shape-3{
    display: none;
  }
  
}


@media only screen and (max-width: 767px){
  
  .footer-middle-widgets {
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
  }
  
  .main-footer .newsletter-form input[type="email"] {
    max-width: 100%;
  }
  
  
  .banner-title{
    font-size: 80px;
    line-height: 90px;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content{
    flex-direction: column;
    align-items: self-start;
  }
  .brand-section:not(.brand-list) .sec-title{
    font-size: 0;
  }
  .brand-section .sec-title span{
    font-size: 18px;
  }
  .work-process-section .icon-box ~ figure.image img{
    display: none;
  }
}
@media only screen and (max-width:550px){
  .success-section{
    padding: 100px 0;
  }
  .success-section .left-box figure img{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 400px;
    object-fit: contain;
  }
  .success-section .left-box .left-text{
    font-size: 40px;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content .bario-our-story-count p{
    font-size: 40px;
    line-height: 50px;
  }
  .work-process-section figure.image img{
    height: 300px;
    object-fit: cover;
  }
  .app-section .app-gallery{
    height: 400px;
  }
  .footer-middle-widgets {
    gap: 20px;
  }
  .footer-contact-widget{
    text-align: center;
    margin-top: 50px;
  }
  .banner-title{
    font-size: 50px;
    line-height: 60px;
  }
  .banner-two-section .bg-shape-4{
    opacity: .5;
  }
}

@media only screen and (max-width:400px){
  .success-section .bario-our-story-type-single .bario-our-story-content .bario-our-story-count p{
    font-size: 32px;
    line-height: 40px;
  }
}
/*** 

====================================================================
Banner section
====================================================================

***/

@media only screen and (max-width: 1440px){
  
  figure.banner-image {
    right: 0;
  }
  
  .banner-section .shape-4 {
    height: 300px;
  }
  
  .banner-content .shape-1 {
    left: 0;
  }
  
}


@media only screen and (max-width: 1250px){
  
  .banner-content .shape-2 {
    display: none;
  }
  
}

@media only screen and (max-width: 1024px){
  
  figure.banner-image,
  .banner-section .shape-4 {
    display: none;
  }
  
  .banner-section {
    padding: 150px 0;
  }
  
  h1.banner-title {
    font-size: 70px;
    line-height: 1.3;
  }
  
  .banner-section:before {
    width: 350px;
  }
  
}


@media only screen and (max-width: 768px){
  
  h4.banner-subtitle {
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 425px){
  
  .banner-section:before {
    width: 100%;
  }
  
  h1.banner-title {
    font-size: 48px;
  }
  
  .banner-content .shape-1 {
    display: none;
  }
  
  .blog-container-two .blog-content{
    padding: 20px;
  }
  
}


/*** 

====================================================================
work section
====================================================================

***/

@media only screen and (max-width: 1200px){
  
  .work-showcase-container .left-box {
    gap: 35px;
  }
  
  .work-showcase-container .right-box {
    gap: 100px;
  }
  
}

@media only screen and (max-width: 991px){
  
  .work-showcase-container .right-box {
    gap: 30px;
  }
  
  .work-showcase-container .left-box h1 {
    font-size: 50px;
  }
  
  .work-showcase-container .left-box h4 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .work-showcase-container{
    grid-template-columns: 1fr;
  }
}


@media only screen and (max-width: 768px){
  
  .work-showcase-container .right-box {
    padding-bottom: 30px;
  }
  
  .work-showcase-container .inner-box {
    flex-direction: column;
  }
  
  .work-showcase-container .inner-box .image {
    display: none;
  }
  
  .work-showcase-container .left-box {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
    text-align: center;
  }
  .work-showcase-container .left-box .h1{
    font-size: 50px;
    line-height: 60px;
    padding-top: 10px;
    margin: 0;
  }
  
}


/*** 

====================================================================
connect section
====================================================================

***/


@media only screen and (max-width: 1440px){
  
  .connect-content-box,
  .connect-content-box-two {
    padding: 20px;
  }
  
  .progress-circle {
    position: absolute;
    bottom: -75px;
    right: 50px;
  }
  
}

@media only screen and (max-width: 1439px){
  
  .progress-circle {
    display: none;
  }
  
  p.connect-text-2 {
    max-width: 100%;
  }
  
}


@media only screen and (max-width: 768px){
  
  .connect-content-box,
  .connect-content-box-two {
    padding: 50px 15px;
  }
  
}


/*** 

====================================================================
price section
====================================================================

***/


@media only screen and (max-width: 768px){
  
  .price-box {
    padding: 30px 45px;
  }
  
  .price-box .line {
    left: 5px;
  }
  
  .price-box:hover .line {
    left: 0px;
  }
  
}

/*** 

====================================================================
testimonials section
====================================================================

***/

@media only screen and (max-width: 768px){
  
  .testimonials-container .content p {
    font-size: 25px;
    line-height: 35px;
  }
  
}

@media only screen and (max-width: 1700px){
  
  .testimonials-section button.owl-prev {
    left: 5%;
  }
  
  .testimonials-section button.owl-next {
    right: 5%;
  }
  
}

@media only screen and (max-width: 1400px){
  
  .testimonials-section button.owl-next,
  .testimonials-section button.owl-prev {
    display: none;
  } 
  
}

/*** 

====================================================================
contact-info-section
====================================================================

***/


@media only screen and (max-width: 1370px){
  
  .contact-info-section .inner-box {
    padding: 50px 65px 50px;
  } 
  
}

@media only screen and (max-width: 550px){
  
  .contact-info-section .inner-box {
    padding: 20px;
  } 
  
}


/*** 

====================================================================
blog-section
====================================================================

***/

@media only screen and (max-width: 1186px){
  
  .blog-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-container ul.author-info-1 {
    margin-top: 27px;
  }
  
  .blog-container .image {
    flex-basis: fit-content;
  }
  
}

@media only screen and (max-width: 991px){
  
  .blog-container {
    flex-direction: row;
  }
  
}

@media only screen and (max-width: 690px){
  
  .blog-container {
    flex-direction: column;
  }
  
}

/*** 

====================================================================
subscribe-section
====================================================================

***/

@media only screen and (max-width: 768px){
  
  .subscribe-section .inner-box {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
  
  .subscribe-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  
}

@media only screen and (max-width: 425px){
  
  .subscribe-section input[type="email"] {
    width: 300px;
  }
}


/*** 

====================================================================
Banner Style Two
====================================================================

***/


@media only screen and (max-width: 768px){
  
  .banner-two-section .banner-content {
    padding: 170px 0 100px;
    max-width: 100%;
    text-align: center;
  }
  
  .banner-two-section .banner-content .shape-1,
  .banner-two-section .bg-shape-5 {
    display: none;
  }
  
}

/*** 

====================================================================
success-section
====================================================================

***/

@media only screen and (max-width: 1199px){
  
  .header-top,
  .success-section .shape-1 {
    display: none;
  }
  
  .banner-two-section .bg-shape-1{
    background-size: cover;
  }
  
  .mkt_main-header .outer-box {
    padding: 20px;
  }
  
}

@media only screen and (max-width: 1024px){
  
  .success-section .left-box span.left-text {
    top: -30px;
    left: 90px;
  }
  
  .success-section .right-box {
    padding-left: 0;
  }
  
  .success-section .right-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
  
}

@media only screen and (max-width: 767px){
  
  .success-section .left-box span.left-text,
  .success-section .left-box .circle-main {
    display: none;
  }
  
  .brand-section.border-top{
    margin-top: 60px;
  }
  .brand-section.border-top .inner{
    padding: 30px 0;
  }
  
}


/*** 

====================================================================
project section
====================================================================

***/


@media only screen and (max-width: 1440px){
  
  .project-box .content-box {
    left: 20px;
    right: 20px;
    padding: 10px 20px 10px 20px;
  }
  
  .project-box .text-right h2 {
    font-size: 65px;
  }
  
}


/*** 

====================================================================
cta section
====================================================================

***/

@media only screen and (max-width: 1275px){
  
  .cta-section .content-box {
    padding: 50px;
  }
  
}

@media only screen and (max-width: 1110px){
  
  .cta-section .content-box {
    justify-content: end;
    align-items: center;
    row-gap: 25px;
    background-size: 0%;
    flex-direction: column;
    text-align: center;
  }
  
}

@media only screen and (max-width: 767px){
  
  .cta-section .content-box .shape-1{
    display: none;
  }
  
  .cta-section .content-box {
    padding: 30px;
  }
  
  .cta-section .content-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .feature-three-list{
    min-width: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-three-wrap {
    animation: unset;
    padding: 0 20px;
  }
  .feature-three-title{
    font-size: 40px;
    line-height: 1;
    white-space: break-spaces;
    text-align: center;
  }
  .feature-three-title-box{
    justify-content: center;
    align-items: center;
  }
  .feature-three-text{
    white-space: break-spaces;
    line-height: 1.2;
    text-align: center;
  }
  .feature-three-list li{
    margin-bottom: 30px;
  }
  .feature-three-list li + li{
    margin-left: 0;
    
  }
  
  
  
}

/*** 

====================================================================
work process
====================================================================

***/

@media only screen and (max-width: 991px){
  
  .work-process-section .shape-1,
  .work-process-section .shape-2{
    display: none;
  }

  .about-history-horizontal {
    padding: 0 16px;
    overflow: visible;
  }

  .about-history-track {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-history-track::before {
    display: none;
  }

  .about-history-card {
    width: 100%;
  }

  .about-history-year span {
    font-size: 34px;
  }

  .about-history-image img {
    height: auto;
  }
  .map-banner{
    flex-wrap: wrap;
    gap: 30px;
  }
  
  
}

@media only screen and (max-width: 1399px){
  
  .breadcrumb__area .breadcrumb__wrapper {
    padding: 150px 0 120px 0;
  }
  
}

@media only screen and (max-width: 425px){
  
  .breadcrumb__area .breadcrumb__wrapper {
    padding: 120px 0 60px 0;
    text-align: center;
  }
  
  .breadcrumb__menu ul {
    align-items: center;
    justify-content: center;
  }
  
}