/* ----------------------------------------------------------------------------------------
* Author        : CodersPoint
* Template Name : Consal - Multipurpose Html5 Template
* File          : Consal Responsive CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */



/* Medium Layout */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
   
}


/* Tablet Layout */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        padding: 15px 5px;
    }

    .service-box,
    .team-member,
    .single-news {
        margin-bottom: 30px;
    }

    .portfolio-caption h4 {
        margin-top: 80px;
    }
   
    .about-img img {
        margin-top: 40px;
    }
    .project-item-img img{
        height: auto;
    }
    .owl-buttons i.fa{
        top: 38%;
    }
    .owl-pagination {
        width: 130px;
    }
    .ft-widget {
        margin-bottom: 30px;
    }
    /* About page */
    .left-control,.right-control{
        top: 35%;
    }
    
    .comment-form input[type="text"],input[type="email"]{
        margin-bottom: 20px;
    }
    .contact-form{
        margin-top: 30px;
    }

}


/* Mobile Layout */

@media only screen and (max-width: 767px) {
  
    body, p {
        line-height: 25px;
    }
    .top-bar {
        height: 75px;
    }
    .tcontact{
        float: none;
        text-align: center;
    }
    .tsocial{
        float: none;
        text-align: center;
        margin-top: -20px;
    }
    .section-big {
        padding: 50px 0px;
    }
    .single-testimonial i.fa,
    .section-title {
        margin-bottom: 50px;
    }
    .section-title h2 {
        line-height: 30px;
    }

    .btn, input[type='submit'] {
        margin-bottom: 0px;
        padding: 8px 20px;
    }
    img {
        max-width: 100%;
    }
    .menu-holder{
       height: auto;
    }

    .mainmenu {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        position: relative;
        z-index: 99999999;
        background: #fff;
        width: 450px;
        margin: 0 auto;
    }
   
    .navbar-toggle .icon-bar {
        background: #fff;
        height: 2px;
        position: relative;
      }
    .navbar-toggle .icon-bar:hover,.navbar-toggle .icon-bar:focus{
        background: #fff !important;
        color: #fff;
    }
    .navbar-collapse{
       position: relative;
       background: #aaa;
       margin-top: 8px;
    }
    .navbar{
        margin-top: 5px;
    }
    .mainmenu .navbar-nav li {
        float: none;
        display: block;
        border-bottom: 1px solid #999;
        margin: 0 20px;
     }
    .mainmenu .navbar-nav li a {
        color: #333;
        padding-left: 0;
        
    }
    .mainmenu li.active a {
        color: #fff;
    }
    .mainmenu .navbar-nav li:last-child{
       border-bottom: 0;

    }
    .dropdown-menu{
        display: block;
        background: #aaa;
        position: relative;
    }
    .caret{
        position: absolute;
        right: 0;
     }
    a.about-button {
        margin-top: 0;
    }

    .about-img img {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    /* service area */
    .pic-single-service{
        text-align: center;
    }
    .pic-single-service p{
        padding-right: 10px;
     }  
   
   .blog-btn{
     margin-bottom: 20px;
   }
   .ft-widget{
        width: 60%;
        margin:0 auto;
   }

  .left-control,.right-control{
        top: 35%;
    }

    /* Portfolio area */
    .work-items {
        text-align: center;
    }
    .filters{
        transform: translate(0, -55%);
    }
    .price-item ,
    .team-member,
    .single-news {
        margin-bottom: 30px;
    }

    .filters li {
        margin: 0px 10px;
    }

    .single-testimonial {
        padding: 20px 30px;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .fun-fact-area {
        margin-top: 50px;
    }
    .fun-fact {
        margin-bottom: 50px;
    }
    .service-area .section-title {
        margin-top: 0px;
    }
    
    .owl-pagination {
        width: 130px;
    }
    .ft-widget {
        margin-bottom: 30px;
    }
    .widget{
        width: 80%;
        margin: 0 auto;
    }
    .widget-search-btn i.fa{
        margin-right: 90px;
    }
    .blog-content h3{
       margin-top: 20px;
    }
    .comment-form input[type="text"],input[type="email"]{
        margin-bottom: 20px;
    }
    .widget-search input{
        margin-bottom: 15px;
    }
    .widget-title{
        margin-top: 20px;
    }
    .contact-form{
        margin-top: 30px;
    }
}


/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
    .single-testimonial img {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }

    .page-title.section-big.about-bread1 h2 {
  display: none!important;
}

     .content-page-section h2 {
  font-size: 21px!important;
  margin-bottom: 6px!important;
}
.menu-item-listing{
    height: 290px!important;
}

.section-small {
  padding: 30px 0px!important;
}

.single-post-details h2 {
  color: #cd3131 !important;
  font-size: 20px!important;
  margin-bottom: 15px!important;
  margin-top: 10px!important;
}
.widget {
    width: 100%;
    margin: 0 auto;
  }

  html, body {
  overflow-x: hidden!important;
}


    .single-testimonial i.fa {
        margin-bottom: 15px;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xs-hidden{
      display: none;
    }

    .col-md-hidden{
      display: block;
    }
    .fun-fact {
        border: none;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .f-w-tab .nav li {
        width: 23%;
        margin: 0 1px;
    }
    .mainmenu{
       width: 100%;
    }
    .section-title h2{
        font-size: 28px;
    }
    .pic-single-service p{
       padding-left: 10px;
    }
    .ft-widget{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .owl-buttons i.fa{
        top: 33%;
    }
    .left-control,.right-control{
        top: 25%;
    }
    .project-item{
        text-align: center;
    }
     .widget-search-btn i.fa{
        margin-right: 60px;
    }
    .top-bar {
  display: none;
}
.mainmenu{
    background: none;

}
.menu-area{
    height: 70px;
    border-top: 2px solid yellow !important;
}
.logo {   
  margin-top: -15px !important;
    width: 80% !important;
    
    margin-left: -15px;
}

.mobile-open-menu {
  margin-left: -15px;
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: -20px!important;
  margin-right: 15px;
  margin-bottom: 25px!important;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#slider {
  height: 100%;
  max-height: 200px;
  margin-top: 70px!important;
}


.carousel-indicators {
  position: absolute;
  bottom: 200px!important;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.home-about-right {
  padding: 10px!important;
}
.home-about {
  padding: 100px 0 40px!important;
  
}

.home-about-left .home-about-since {
 
  width: 120px;
  height: 120px;
  transform: translate(0px, -90px)!important;
  
}

.home-about-since h3 {
  font-size: 18px;
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
}
.home-about-since h2 {
  font-size: 28px;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.icon-box .icon-box-content h3 {
  font-size: 15px!important;
  color: #000000;
}

.home-section-title h2 {
  font-size: 30px!important;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.cat-heading-wrapper h2 {
  margin: 0;
  font-weight: 700;
  font-size: 25px!important;
}
.cat-heading-wrapper h4 {
    font-size: 15px!important;
}


ul.work.filters.gallery-tab-home {
  margin-top: 30px!important;
}

ul.work.filters.gallery-tab-home li {
  border: 1px solid var(--cat-primary-color);
  padding: 2px 12px!important;
  font-weight: 600;
  position: relative;
  color: #fff;
  background: #cd3131;
  border-radius: 40px;
  min-width: auto;
  margin: 0px 5px 10px!important;
  border: 1px solid #cd3131;
  font-size: 13px!important;
}

.desktop-menu {
    display: none!important;
}

.mobile-menu {
    display: block!important;
}

.ft-whatsapp {
    display: none!important;
}

.mob-whatsapp {
    display: block!important;
}

.mob-whatsapp {

  width: 70px;
    position: fixed;
    bottom: 44px;
    z-index: 99;
    left: 24px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

}
 .section-big {
    padding: 80px 0px 10px 0px !important;
  }

  .cat-section-spacer {
  padding: 30px 0 30px!important;
}

.nav.navbar-nav.navbar-right {
  background: #eed!important;
}

li.service-active {
  background: #cd3131 !important;  
}


li.service-active a {
  color: #fff !important;
  padding: 6px 14px 8px 14px !important;
}



.contact-right-side {
  margin-top: 20px!important;
}
.row.all-gallery-page-tab {
  margin-top: 20px!important;
  margin-bottom: 0px;
  padding: 0px;
}
.cat-story-info h2 {
  font-size: 20px!important;
}
.cat-story-info ul li {
  margin-left: 15px!important;
}


 .main-header-mobile-new {
    display: block;
    padding: 20px 0px 0px 0px!important;
    position: fixed;
    width: 100%;
    top: 0;
  }

  .mobile-open-menu {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
  }

  .closebtn.closebtn-new {
    padding: 15px 8px 8px 15px;
    text-decoration: none;
    font-size: 41px;
    color: #fff;
    display: block;
    transition: 0.3s;
    height: 60px;
    background: #000;
  }


  .feedback-item {
  width: 100%!important;
  float: left;
  padding: 10px;
  margin-bottom: 0;
}

.sidenav li{
    list-style-type: none!important;
}

.page-title h2 {
  color: #212529;
  font-size: 25px!important; 
  display: none!important; 
}

.feedback-item-con{
  height: auto!important;
}
.single-post.contant-div.cust-justify h1 {
  margin-top: 30px!important;
  margin-bottom: 27px!important;
  color: #cd3131;
}

.customize-menu-subgroup {
        display: block;
        flex-wrap: wrap;
        column-count: 1 !important;
        width: 100% !important;
    }
    .customize-menu-main{
      margin-left: 0px!important;
    }

.customize-menu-main > label {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}

.customize-menu-details-right {
  margin-left: -15px!important;
}

.heading3{
  font-size: 22px!important;
}

 .about-img img {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
  }

/*.blog-image img{
  height: auto;
}*/


.cat-heading-wrapper {
  position: relative;
  margin: 0 0px 30px!important;
  text-align: center;
}

.all-blogs-page .single-blog {
    background: #f7f4ed;
    height: auto!important;
    border-radius: 15px;
}

.home-blog-section .blog-image img {
   height: 230px!important;
}

.home-blog-section .blog-content {
       padding: 0px 15px!important;
    height: 53px!important;
    overflow: hidden;
    line-height: 53px;
}

.all-blogs-page .blog-content {
       padding: 0px 15px!important;
    height: 60px!important;
    overflow: hidden;
    line-height: 53px;
}
.all-blogs-page .blog-image img {
  width: 100%;
  height: auto!important;
  padding-bottom: 0px!important;
  border-radius: 15px;
}

.home-blog-section .blog-content h3 {
    margin-top: 0px!important;
  }


  .all-blogs-page .blog-content .subtitle {
  
  margin-top: 5px !important;
}


.owl-theme .owl-controls .owl-buttons div {
  font-size: 15px;
  color: #ffffff;
  background: #27ae60;
  padding: 0 20px;
  border-radius: 0px;
  opacity: 1;
  margin: 0px 37px 0 0px!important;
  line-height: 30px;
  border: 0px solid #27ae60;
}

.mob-view-all-service-btn {
  margin-top: -40px!important;
}

.work-items .item{
  margin-top: 0px!important
}

.testimonial-list .single-testimonial{
  height: auto!important; 
  margin: 5px!important;
}

.mobile-domain-name-top {
  font-size: 30px;
  color: #fff;
  margin-left: -50px;
  font-weight: 700;
}
.intro-text{
  width: 90%!important;
  margin-top: -35%!important;
}

.intro-text h2{
  font-size: 20px!important;
  color: #fff !important;
  padding: 10px 10px 0px 10px;
}

.intro-text p{
  font-size: 12px !important;
    padding: 7px 0px 10px 0px !important;
    line-height: 20px!important;
    margin: 0 0 0 10px!important;
}


.left-menu-list h1 {
  font-size: 20px!important;
}
.left-menu-list li a{
  font-size: 16px!important;
}

    
/* max-width: 480px */
}

@media only screen and (max-width: 428px) 
{
     .top-bar{
    height: 100px;
   }
   .tcontact{
    float: none;
    text-align: center;
   }
   .tcontact ul li{
    display: block;
    margin-bottom: -20px;
   }
   .tsocial{
    float: none;
    text-align: center;
   }
   .tsocial ul li{
    display: inline-block;
   }
   .menu-item-listing{
    height: 263px!important;
}

 .logo {
    margin-top: -10px !important;
    width: 80% !important;
    margin-left: -15px;
  }

   .intro-text h2{
    font-size: 45px;
   }
   .intro-text .btn {
     padding:10px;
     margin: 0 8px;
     display: inline-block;
     font-weight: 600;
    }
    .section-title h2{
        font-size: 26px;
    }
    .section-title h2::after{
        left: 40%;
    }
    .action-area h2{
        font-size: 35px;
        line-height: 40px;
    }
    .action-area p{
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .action-area .btn{
        margin-top:10px;
    }
    /*About page */
   
    .pic-single-service p{
        padding-left: 10px;
     }
     .left-control,.right-control{
        top: 20%;
    }
    .widget{
        width: 90%;
        margin:0 auto;
    }
    .widget-search-btn i.fa{
        margin-right: 30px;
    }
    .comments ul li .comment-box img{
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 35px;
    }
    .comments ul li .comment-box .comment-content{
        margin-left: 15px;
    }
    .comments ul li .comment-box .comment-content h4{
        margin-top: 0;
        margin-right:18px;
        text-align: center;
    }
    .comments ul li .comment-box .comment-content span{
        margin-left: 65px;
        margin-right: -50px;
    }
    .comment-btn{
        margin-top: 30px;
    }
    .comment-content p{
        margin-top: 30px;
    }
    .comments ul.depth .comment-box {
        margin-left: 15px; 
    }
    .comments ul.depth .comment-box{
        padding-left: 10px;
    }
    .menu-area {
    height: 70px!important;
  }
  
  .main-header-mobile-new{
    margin-top: 10px

  }
  .mobile-open-menu {
  margin-left: -10px;
}

  .navbar-toggle 
  { 
      margin-bottom: 17px!important;  
  }
  #slider {
    height: 100%;
    /*max-height: 135px!important;*/
  }
  .carousel-indicators{
    bottom: 265px!important;
  }

  .main-header-mobile-new {
    display: block;
    padding: 13px 0px 0px 0px!important;
  }
  .logo {
    margin-top: -10px !important;
    width: 80% !important;
    margin-left: -15px;
  }


}

@media only screen and (max-width: 400px) 
{
   .logo {
    margin-top: -7px !important;
    width: 80% !important;
    margin-left: -10px;
  }

    .mobile-domain-name-top {
    
    margin-left: -45px!important;
    
  }
  .home-icon-section-exp .icon-box.wow.fadeInUp {
  padding: 10px !important;
}
.home-icon-section-exp .icon-box.wow.fadeInUp h3 {
  font-size: 13px !important;
}

 .mobile-domain-name-top {
    font-size: 26px!important;
    color: #fff;
    margin-left: -50px;
    font-weight: 700;
  }


}

@media only screen and (max-width: 360px) 
{

   .logo {
    margin-top: -7px !important;
    width: 85% !important;
    margin-left: -10px;
  }
   .mobile-domain-name-top {
    font-size: 30px;
    color: #fff;
    margin-left: -40px!important;
    font-weight: 700;
  }
}

/*@media only screen and (min-width: 320px) and (max-width: 479px){
   .top-bar{
    height: 100px;
   }
   .tcontact{
    float: none;
    text-align: center;
   }
   .tcontact ul li{
    display: block;
    margin-bottom: -20px;
   }
   .tsocial{
    float: none;
    text-align: center;
   }
   .tsocial ul li{
    display: inline-block;
   }
   .intro-text h2{
    font-size: 45px;
   }
   .intro-text .btn {
     padding:10px;
     margin: 0 8px;
     display: inline-block;
     font-weight: 600;
    }
    .section-title h2{
        font-size: 26px;
    }
    .section-title h2::after{
        left: 40%;
    }
    .action-area h2{
        font-size: 35px;
        line-height: 40px;
    }
    .action-area p{
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .action-area .btn{
        margin-top:10px;
    }
    
   
    .pic-single-service p{
        padding-left: 10px;
     }
     .left-control,.right-control{
        top: 20%;
    }
    .widget{
        width: 90%;
        margin:0 auto;
    }
    .widget-search-btn i.fa{
        margin-right: 30px;
    }
    .comments ul li .comment-box img{
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 35px;
    }
    .comments ul li .comment-box .comment-content{
        margin-left: 15px;
    }
    .comments ul li .comment-box .comment-content h4{
        margin-top: 0;
        margin-right:18px;
        text-align: center;
    }
    .comments ul li .comment-box .comment-content span{
        margin-left: 65px;
        margin-right: -50px;
    }
    .comment-btn{
        margin-top: 30px;
    }
    .comment-content p{
        margin-top: 30px;
    }
    .comments ul.depth .comment-box {
        margin-left: 15px; 
    }
    .comments ul.depth .comment-box{
        padding-left: 10px;
    }

}*/