/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     CUSTOM              
  -----------------------------------------*/
#about p{
    text-align: justify;
}
#about {
    background: url(../images/newbg.png) no-repeat;
    background-position: bottom center;
}
#product {
    background: url(../images/inner-pattern.png) no-repeat;
    background-position: bottom right;
    background-size: 50em;
}
.navbar-brand img{
    margin-top: -13px;
}
#feature,#project {
    background: #f1f1f1 !important;
    border-radius:5em;
}
#side-menu{
    position: fixed;
    right: -200px;
    top: 10em;
    z-index: 10000;
    padding: 0 0;
    font-size: 18px;
    font-weight: 900;
    border-radius: 27px 0 0px 27px;
    width: 250px;
    transition: 0.6s ease-in;
}

#side-menu div{
    padding: 17px 0px;
    background:  #f1f1f1;
    margin-top: 5px;
    position: relative;
}

#side-menu span{
    padding: 17px 18px 18px;
    background: #000000c2;
    color: #fff;
    border-radius: 0px 26px 0px 0px;
    margin-right: 15px
}
#side-menu #contact:hover{
   color: #101010;
}
#cal-form input, #cal-form select{
    border: 2px solid #64b65d;
    margin: -5px 0 15px;
}
#cal-form input:focus, #cal-form select:focus,#cal-form input:hover, #cal-form select:hover {
    border: 2px solid #ffbd0a;
}
.con_form{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 100000;
    background: rgba(0,0,0,0.5) !important;
}
.cont_form{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top:0%;
    background: #3c763d;
    padding: 40px;
    border-radius: 50px;
    border: 10px solid #a1a1a1;
    box-shadow: 0px 0px 28px -3px #282828;
}
#close{
    font-size: 28px;
    position: absolute;
    right: -19px;
    top: -18px;
    background: #000;
    color: #fff;
    padding: 6px 17px;
    border-radius: 28px;
    box-shadow: 0px 0px 9px 3px #00000070;
    cursor:pointer;
}
.dropdown-content{
    position: absolute;
    background: #fff;
    padding: 0;
    display: none;
    top:50px;
}
.dropdown-content li{
     width: 200px;
    list-style: none;
}
.dropdown-content li:hover{
    background: #64B65D;
    color: #fff;
}
#header{
    background: url("../images/solar_head_back.png") no-repeat;
    padding: 60px;
    background-size: contain;
    background-attachment: fixed;   

}
.heading h1{
    color: #ffbd0a;
}
#header .breadcrumb{
   background: none;
}
.page_img img{
    margin:  6em -8em;
}
#back_img{
    background: url('../images/01-2.png') no-repeat;
    background-position: bottom right;
    border-radius: 0px 0em 10em 0px;
}
.breadcrumb span{
    text-transform: capitalize;
    color: #ffbd0a;

}
#about-page, #product-page{
    text-align: justify;
}
.list li{
    margin: 5px 0;
}
.list li b:hover{
    color: #ffbd0a;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}
.highli{
    color:#64b65d;
}
#show_content{
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 495px;
    overflow: hidden;
    color: #fff;
    transition: ease 0.5s;
}
#show_content .product-info{
   border: none!important;
    transition: ease 0.5s;
}
#show_content .hover{
    background:#64b65dc9;
}
#show_content .product-info{
    margin-top: 208px;
    transition: ease 0.5s;
}
#show_content .hover .product-info{
    margin-top: 0em;
    transition: ease 0.5s;
}
.product{
    padding: 8em 0;
    transition: ease 0.5s;
}
.pro_show{
    padding: 0px;
    border-right: 1px solid #fff;
    transition: ease 0.5s;
    cursor: pointer;
}
.pro_show button{
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    transition: ease 0.5s;
    font-weight: 800;
}
.pro_show button:hover{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #64b65d;
}
.pro_show:last-child{
    padding: 0px;
    border-right: none;
    
}
#show_img .hover{
    visibility: visible;
    
}
.product_bg_img{
    visibility: hidden;
    transition: ease 0.5s;
    position: absolute;
}
.pro_show h2{
    color: #fff;
        
}
#show_img{
    position: relative;
    width: 100%;
    height: 495px;
    overflow: hidden;
    transition: ease 0.5s;
}
.side_img img{
    width: 100%;
    margin-top: 50px;
}
#show_img #overlay{
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    height: 100%;
    position: absolute;
    transition: ease 0.5s;
}
#solar_calualation{
    text-align: center;
    background: #ebebeb;
    padding:20px 6%;
    display:none;
}

#solar_calualation .sol_box{
    background-position: bottom right;
    background-size: contain;
    border-radius: 3px;
    box-shadow: 2px 2px 7px 1px #e0e0e0;
    border: 1px solid #64b65d;
    margin: 10px 0px;
    height: 12em;
    background: #fff;
}

#solar_calualation .sol_box hr{
    border-top: 1px solid #000;
}
#solar_calualation .sol_box h4{
    color: #FFBD0A;
}
#solar_calualation .sol_box span{
    font-size: 22px;
    color: #64b65d;
}

#gallery{
    background: url(../images/inner-pattern2.png) #ffffff no-repeat;
    background-size: 50em;
    background-position: bottom right;
}

  /*---------------------------------------
     END CUSTOM             
  -----------------------------------------*/

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #64B65D;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ffbd0a;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 30px 0;
  }

  #project,
  #testimonial {
    background: #f9f9f9;
  }

  #project, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #64B65D;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #64B65D;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #64B65D;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #64B65D;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    text-shadow: 5px 2px 7px black;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
    text-shadow: 2px 2px 2px black;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: grab;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 450px;
    background-position: bottom;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider/slider_1.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/slider/slider_4.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider/slider_3.jpg);
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 3em 2em;
      transition:ease-in 0.5s; 
  }
  .feature-thumb:hover {
    border: 1px solid #64B65D;
    box-shadow: 1px 4px 9px 0px #d1d1d1;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #64B65D;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      project              
  -----------------------------------------*/

  .project-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    transition: 0.5s;
  }
 .project-thumb:hover {
    background: #64b65d;
    color: #fff;
    box-shadow: 0 0 13px 1px #9c9c9c;
  }

  .project-info {
    padding: 20px 30px;
  }

  .project-image img {
    width: 100%;
  }

  .project-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .project-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .project-info h3 {
    margin: 0;
      font-size: 1.1em !important;
  }


  /*---------------------------------------
      product             
  -----------------------------------------*/

  #product .section-title {
    text-align: center;
  }

  #product .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #product .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .product-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .product-top {
    position: relative;
  }

  .product-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .product-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .product-date span,
  .product-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .product-date span {
    color: #000000;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bolder;
    text-shadow: 1px 1px 9px #fff;
  }

  .product-detail {
    padding: 25px 25px 15px 25px;
  }

  .product-detail h3 {
    margin: 0 0 2px 0;
  }

  .product-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .product-author,
  .product-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .product-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .product-price {
    float: right;
    margin-top: 10px;
  }

  .product-price span {
    background: #64B65D;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .product-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #product .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #3f51b5;
    margin-top: -50px;  
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 120px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #64B65D;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #64B65D;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #64B65D;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .project-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }

  }
@media only screen and (max-width: 1599px){
     .cd-hero-slider li:first-of-type {
  background-size: contain !important;
}
.cd-hero-slider li:nth-of-type(2) {
  
    background-size: contain !important;
}
.cd-hero-slider li:nth-of-type(3) {
  
    background-size: contain !important;
}
.cd-hero-slider li:nth-of-type(4) {
   
    background-size: contain !important;
}
}   
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }
           
    .navbar-brand img {
    margin-top: -22px;
      }
    h1,h2,h3 {
      line-height: normal;
    }
    .cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{
          padding-top: 65px !important;
      }
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
    .cont_form{
        width: 80%;
        top: 4%;
        padding: 10px;
      }
    .dropdown-content {
        position: relative;
        background: #64b65d;
        padding: 15px 0;
        width: 100%;
        top:0px;
      }
    .dropdown-content li{
        width: 200px;
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
      }
      
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }
      .cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{
          padding-top: 40px !important;
      }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }
      .cd-hero-slider h2{
          font-size: 2rem !important;
      } 
      .cd-hero-slider p{
          font-size: 1rem !important;
      }
    #home h3 {
      font-size: 14px;
    }
       .cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{
          padding-top: 10px !important;
      }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  

@media only screen and (min-width: 234px) and (max-width: 767px) {
    .cd-hero-slider {
    height: 153px !important;
}
    #show_content {
    position: absolute;
    width: auto;
    z-index: 5;
    height: 1000px;
    overflow: hidden;
    color: #fff;
    transition: ease 0.5s;
}
section, footer {
    padding: 10px 0;
}
#show_content .product-info {
     margin-top: 0px; 
    transition: ease 0.5s;
}
.pro_show {
    padding: 0px;
    border-bottom: 1px solid #fff;
    border-right: none;
    transition: ease 0.5s;
    cursor: pointer;
    margin-top: 0px;
    text-align: center;
}
.pro_show:last-child {
    border-bottom:none;
}
    .product_bg_img{
        height: 1000px;
    }
.product {
    padding: 1em 0;
    transition: ease 0.5s;
}
    #show_img {
    height: 980px;
}
}
 @media only screen and (max-height: 689px) {
.cont_form{
        top: 4% ;
        padding: 10px ;
      }

#contact-form {
    padding: 0em 0 ;
}
#contact-form input {
    height: 30px ;
}
#contact-form textarea {
    height: 60px ;
}
#contact .section-title {
    padding-bottom: 0px ;
}
  }