/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */


/* ------------------------
    Responsive Css
------------------------*/
@media (max-width: 1536px) {
    .fullscreen-banner {
        min-height: 80vh;
        height: 670px !important;
    }
    
}
@media (max-width: 1200px){
h1{font-size: 60px; line-height: 70px;}

/*Header*/



/*Feature Box*/
.featured-item {padding: 30px 20px;}
.featured-item.bottom-icon p {line-height: 24px;}

/*Counter*/
.counter.style-3 {padding: 30px 10px 30px 70px;}
.counter.style-3 label {font-size: 13px;}


/*Blog*/
.post .post-desc {padding: 20px;}
.post-bottom {padding: 15px 20px;}

/*Team*/
.team-member .team-description {padding: 15px;}

/*Sidebar*/
.sidebar-links li a {font-size: 14px; padding: 15px 10px;}
.sidebar-links li.active a, .sidebar-links li a:hover {padding-left: 15px;}

/*Portfolio*/
.portfolio-filter button {font-size: 14px; padding: 10px 25px;}


/*Social Icons*/
.social-icons li {margin: 0 4px 0 0;}
.social-icons li a {height: 35px; line-height: 35px; width: 35px;}

}


@media (max-width: 992px){
h1, h1 { font-size: 50px; line-height: 60px; }
h2, h2 { font-size: 48px; line-height: 44px; }
.lead { font-size: 14px; line-height: 26px; }
.section-title .title{
    font-size: 32px;
}
.clients-section h2{
    font-size: 32px;
}
.contact-info h2{
    font-size: 32px;
}
.content-card h3{
    font-size: 32px;
}
.header-section h2{
  font-size: 48px;
}
.tile span{
  font-size: 20px;
}
.content-card{
    max-width: 100%;
    font-weight: 300;
}
.hero-section{
  height: 100%;
}
.bearings {
    grid-column: span 12;
    grid-row: span 2;
}
 .logo img {
    width: 120px;
    padding: 0px;
  }
.rolls {
    grid-column: span 12 !important;
    grid-row: span 5;
}
.tc-rings {
    grid-column: span 10 !important;
    grid-row: span 3;
}

.elec-motors {
  grid-column: span 12;
  grid-row: span 4;
}
.cardan-shafts {
  grid-column: span 12;
  grid-row: span 3;
}

.lubrication {
  grid-column: span 12;
  grid-row: span 3;
}
.geared-motors {
  grid-column: span 12;
  grid-row: span 3;
}
.cnc-machines {
  grid-column: span 12;
  grid-row: span 6;
}
.robot{
  width: 495px;
  height: 496px;
}
.clutches {
  grid-column: span 12 !important;
  grid-row: span 5;
}
.cooling-towers {
  grid-column: span 12;
  grid-row: span 2;
}

/* Bottom Section */
.gear-boxes {
  grid-column: span 9 !important;
  grid-row: span 2;
}
.robots {
  grid-column: span 12;
  grid-row: span 4;
}
.pneumatics {
  grid-column: span 12;
  grid-row: span 3;
}
.auxiliaries {
  grid-column: span 12;
  grid-row: span 2;
}
.delivering-text{
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}
.del-text{
    letter-spacing: 1px;
}
.banner-content{
    justify-content: center !important;
    text-align: center !important;
    
}
    .fullscreen-banner {
        min-height: 60vh;
        height: 580px !important;
    }
/*Header*/
.header {
    position: relative !important;
}
#header-wrap{padding: 15px 0; background: #ffffff !important;}
.navbar-brand{
    padding: 0px 20px;
}
.navbar-toggler{
margin: 0px 20px;
border: 0;
}
.navbar-toggler {background: #ffffff00; border-radius: 0; color: #000; }
.navbar-toggler-icon {border: 0;}

.navbar-nav .nav-item{margin: 0;}
.navbar-nav .nav-link{padding: 10px !important; color: #ffffff;  border-bottom: 1px solid #fff;}
.navbar-nav .nav-link::before{display: none;}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active,
#header-wrap.fixed-header .navbar-nav .nav-link:hover, #header-wrap.fixed-header .navbar-nav .nav-link.active{background: #17577b; color: #ffffff !important;}
.nav-item.dropdown .dropdown-menu a{
  color: #fff;
}
.navbar-collapse {
    background: #17577b;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-y: auto;
    border: medium none;
    padding: 60px 0 30px;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 50% !important;
    min-width: 150px !important;
    max-width: 50% !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
    -webkit-box-shadow: 5px 0px 30px 0 rgba(31, 35, 37, 0.15);
    -moz-box-shadow: 5px 0px 30px 0 rgba(31, 35, 37, 0.15);
    box-shadow: 5px 0px 30px 0 rgba(31, 35, 37, 0.15);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out !important;
    z-index: 10000 !important;
    display: block !important;
    visibility: hidden;
}
.navbar-collapse.collapsing {
    position: fixed !important;
    height: 100vh !important;
    display: block !important;
    visibility: visible;
    overflow: visible !important;
    transform: translateX(-100%);
}
.navbar-collapse.show {
    display: block !important;
    transform: translateX(0);
    visibility: visible;
}
.side-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 24px;
    z-index: 10001;
    padding: 0;
}
.side-menu-close:hover {
    color: #16a8e1 !important;
}
.navbar-nav .dropdown-toggle::after {content: '+'; background: none !important; position: absolute; border: none; top: 50%; right: 15px; margin: -0.8em 0 0 0; padding: 0; font-size: 1.25rem; text-align: center; }
.navbar-nav .dropdown.show > .dropdown-toggle::after { content: '-'; }
.navbar-nav .dropdown-submenu .dropdown-toggle::after { right: 20px; width: auto; height: auto; margin-right: 0; }
.header-2 #header-wrap .logo { display: block; }

.topbar-link ul li:last-child{margin-top: 10px;}

/*Side Image*/
.side-image{display: none;}
.img-side.img-right {left: auto; position: relative !important; right: 0;}
.img-side.img-left {left: 0; position: relative !important; right: auto;}

.banner {
  position: relative;
  min-height: 298px !important;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 0px;
  height: 100%;
}

.banner-slider,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item {
  height: 100% !important;
  display: block !important;
  visibility: visible !important;
}

.banner-slider {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.banner-slider .item {
  position: relative;
  height: 100% !important;
  min-height: 298px !important;
  display: block !important;
  visibility: visible !important;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 100;
  pointer-events: none;
}

.banner-slider .owl-nav button {
  pointer-events: auto;
  background: #16a8e1 !important;
  color: #fff !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
}

/*Counter*/
.counter.style-3 {padding: 30px 20px 30px 80px;}

/*Featured*/
.feuture-bottom .row:nth-child(2) [class*='col-']:nth-child(2n+2) .featured-item.bottom-icon{border-right: 1px solid #f9f9f9;}
.feuture-bottom .row:nth-child(2) [class*='col-']:nth-child(-n+2) .featured-item.bottom-icon{border-bottom: none;}
.feuture-main [class*='col-']:nth-child(2n+2) .featured-item::before{border-right: none;}
.feuture-main [class*='col-']:nth-child(3) .featured-item::before{border-right: 1px dashed #dddddd;}
.feuture-main [class*='col-']:nth-child(4) .featured-item::after{border-bottom: 1px dashed #dddddd;}


/*Masonry*/
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {width: 50%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick {width: 33.333333%;}


.contact-3 .iframe-h-2{height: 300px !important;}
.contact-3 .contact-box {position: inherit; top: inherit; transform: inherit;}

}

@media (max-width: 767px){
h1, h1 { font-size: 44px; line-height: 54px; }
h2, h2 { font-size: 32px; line-height: 42px; }
.section-title p {font-size: 16px;}
.page-title h1 {font-size: 30px; line-height: 30px;}

/*Banner*/
@media (max-width: 767px) {
    .fullscreen-banner {
        min-height: 500px !important;
        height: 565px !important;
    }
}
.align-center{
    top: 60%;
}
.fullscreen-banner .align-center{padding-top: 0 !important;}

/*Featured*/
.feuture-main .featured-item::before{display: none;}
.feuture-main [class*="col-"]:nth-child(5) .featured-item::after{border-bottom: 1px dashed #dddddd;}
.feuture-bottom .featured-item.bottom-icon{border-right: none;}
.feuture-bottom .row:nth-child(2) [class*='col-']:last-child .featured-item.bottom-icon{border-top: none;}


/*Counter*/
.counter {margin: 15px 0 !important;}
.counter.style-2 {margin-bottom: 40px !important;}

/*Portfolio*/
.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick {width: 100%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick {width: 50%;}
.portfolio-filter button {font-size: 13px; padding: 5px 7px;}
.portfolio-filter button + button {margin-left: 10px;}

/*Countdown*/
.countdown{display: table;}
.countdown > li{display: table-cell; vertical-align: middle; width: auto;}
.countdown > li span {font-size: 60px; line-height: 50px;}

.iframe-h{height: 300px !important;}
.html5-video video {width: auto;}

/*Footer*/
.footer {padding-top: 6rem; margin-top: 0;}
.footer-contact{position: inherit; transform: inherit;}
.footer-media { border-right: none; border-bottom: 1px dashed rgba(255, 255, 255, 0.5); height: 100%; }

}

@media (max-width: 576px){
h1, h1 { font-size: 40px; line-height: 50px; }
h2, h2 { font-size: 48px; line-height: 40px; }
h3, .h3 { font-size: 26px; line-height: 36px; }
h4, .h4 { font-size: 22px; line-height: 32px; }


/*Banner*/
.fullscreen-banner p br{display: none;}
.page-title {padding-top: 180px;}
.page-breadcrumb {min-width: 260px;}
.breadcrumb {padding: 10px; font-size: 13px; line-height: 26px;}
.build-text-heading{font-size: 16px; text-align: center;}


/*Button*/
.btn {padding: 10px 20px; font-size: 13px;}
.btn + .btn {margin-left: 5px;}

/*Masonry*/
.portfolio-filter button{width: 100%; margin-bottom: 5px; font-size: 14px; padding: 10px 7px;}
.portfolio-filter button + button {margin-left: 0;}
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {width: 100%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick {width: 100%;}

/*Tab*/
.tab .nav-tabs .nav-link {padding: 10px 20px; width: 100%;}

/*Blog*/
blockquote {line-height: 25px; margin-left: 10px; padding: 20px;}
.comment-date {display: block; margin-left: 0; margin-top: 8px;}
.reply {margin-top: 20px; position: inherit; right: inherit; top: inherit;}

/*Countdown*/
.countdown > li{padding: 0 10px;}
.countdown > li span{font-size:30px; line-height: 30px;}
.countdown > li p{font-size:13px; line-height: 24px;}

/*Testimonial*/
.testimonial-content {font-size: 15px; line-height: 25px}

.owl-carousel .owl-dots .owl-dot span{margin: 0 4px}
.contact-form{width: 100%; padding: 60px 20px 20px;}
.contact-form h2 {margin-bottom: 15px !important;}
.contact-form .form-group{margin-bottom: 10px;}

}
@media (max-width: 991px) {
    .bg-white-200{
        height: 100%;
    }
     .build-text-heading{
      font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  }
  .del-text{
    letter-spacing: 2px;
  }
  .delivering-text{
  font-size: 56px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.content-card h3{
  font-size: 32px;
}
}


@media (max-width: 767px) {
  .build-text-heading{
      font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  }
  .del-text{
    letter-spacing: 2px;
  }
  .delivering-text{
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.content-card h3{
  font-size: 36px;
}

}
@media (max-width: 575px) {
  .build-text-heading{
      font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-align: center;
  }
  .delivering-text{
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
}


}