/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');


/*Global Styling*/
body
{
    padding:0;
    margin:0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    position: relative;
    background-color: #F6F6F6;
}
html{
    height:100%;
    width:100%;
    font-size:18px;
    overflow-x: hidden;
}

ol, ul{
    margin:0;
    padding:0;
    list-style:none;
}

a, a:hover, a:focus{
    outline:none;
    text-decoration:none;
    color: #fff;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
.background-position {

    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

/* colors */
.black {
    color: #000;
}
/* Global font size */

.up{
    text-transform: uppercase;
}
h1, .h1 {
    font-size:80px;
}

h2, .h2 {
    font-size: 	48px;
   
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 	18px;
}
p {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 0;
}
.font300{
    font-weight: 300 !important;
}

.font400{
    font-weight: 400;
}
.font600 {
    font-weight: 600;
}
.font900 {
    font-weight: 900;
}
/* Global  margin  and padding */
.padding-main{
    padding: 120px 0;
}
.top10{
    margin-top: 10px;
}
.top20 {
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
/*social icons*/


textarea {
    resize: none;
}


/*transisition*/
ul.nav > li a,
.pushmenu-push-toleft,
 .pushmenu-push-toright,
  .pushmenu-push, .pushmenu, 
  .menu-icon span,
   .menu-icon span:before,
   .menu-icon span:after
{
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


/*index-headers-starts*/

header {

    position: fixed;
    width: 100%;
    z-index: 5;
   
}
.height {
    height: 85px;
}
#navbar-menu {
    position: absolute;
    right: 0;
    top: 0;
}
nav.navbar.navbar-default{
    border-bottom: none;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
}
.navbar .nav-icon .nav-social li a {
    margin: 0;
}
.navbar.scroll-nav .nav-icon .nav-social li a {
    color: #333;
}
nav.navbar.navbar-default.scroll-nav
{
    -webkit-box-shadow: 0 8px 6px -9px #999 !important;
    box-shadow: 0 8px 6px -9px #999 !important;
}

header .scroll-nav{
    background: #fff !important;
    z-index: 9;
    position: fixed;
    left: 0; right: 0;
    top: 0;
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 0;
}


.navbar-brand {
    height: auto;
    padding: 10px 0;
    margin-left: 0 !important;
}
.navbar-brand > img{
    width: auto;
}
.scroll-nav .navbar-brand > img,
nav.navbar.navbar-fixed.scroll-nav .navbar-brand > img{
    width: auto;
}
header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled{
    display: inline-block;
}

header nav.navbar.navbar-fixed ul.nav > li.active  > a,
header nav.navbar.navbar-fixed ul.nav > li:hover a {
  
    background-color: #F09336;
    color: #fff;
} 
nav.navbar.brand-center ul.nav > li:first-child{
    margin-left: 0;
}
nav.navbar.brand-center ul.nav > li:last-child{
    margin-right: 0;
}
nav.navbar ul.nav > li > a {
    font-weight: 500;
    padding: 27px;
    font-size: 20px;
    border: none;
    display: block;
}
header nav.navbar.navbar-fixed ul.nav > li > a{
    color: #141414;
    position: relative;
}
header nav.navbar.navbar-fixed.scroll-nav ul.nav > li.active > a {
    color: #fff;
}
header nav.navbar.navbar-fixed.scroll-nav ul.nav > li > a{
    color: #333;
}
/*side nav*/
.menu-icon span:before {
    left: 0;
    top: -8px;
}

.menu-icon span:after {
    left: 0;
    top: 8px;
}

.menu-icon.active {
    position: fixed;
    top: 1rem;
    right: 0;
}

.menu-icon.active span,
.header-icon-bars .menu-icon.active:hover span,
.header-icon-bars .menu-icon.active span {
    background: transparent !important;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    background-color: #333;
}
.header-icon-bars.bar-color .menu-icon span,
.header-icon-bars.bar-color .menu-icon span:before,
.header-icon-bars.bar-color .menu-icon span:after{
    background-color: #333;
}


.header-icon-bars .menu-icon.active span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-icon-bars .menu-icon.active span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-icon-bars .menu-icon span:after{
    top: 7px; 
}

.header-icon-bars .menu-icon span:before{
    top: -7px;
}
.header-icon-bars .menu-icon.active span:before,
.header-icon-bars .menu-icon.active span:after{
    top: 8px;
    background: #333;
}
.header-icon-bars .menu-icon{
    cursor: pointer;
    display:none;
    position: absolute;
    right:15px;
    top: 25px;
    height: 50px;
    width: 30px;
    z-index:1301;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.header-icon-bars .menu-icon.active{
    position: fixed;
    background: none;
    top: 15px;
    right: 10px;
}

.header-icon-bars .menu-icon.active:hover span,
.header-icon-bars.menu-icon.active span{
    background: transparent !important;
}

.pushmenu-push{
    overflow-x: hidden;
    position: relative;
    left: 0;
    z-index: 1099;
}

.pushmenu{
    background: #fff;
    width: 280px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position:fixed;
    overflow:hidden;
}

.pushmenu-left{
    left: -280px;
}

.pushmenu-left.pushmenu-open{
    right: 0;
    box-shadow:3px 0 3px -3px rgba(0,0,0,.25);
}

.pushmenu-push-toright{
    right: 280px;
}

.pushmenu-right{
    right: -280px;

}

.pushmenu-right.pushmenu-open {
    box-shadow:3px 0 3px 3px #c2c2c2;
    right: 0;
}

.pushmenu-push-toleft{
    left: -280px;
}

.pushmenu .push-logo{
    display:block;
    position:relative;
    z-index:98;
    padding: 60px 0 0 0;
    text-align: center;
}
.pushmenu .push-logo > img{
    display:inline-block;
    width:auto;
}

.pushmenu .push_nav{
    width:100%;
    z-index:100;
    background:#fff;
    padding-left: 0;
    margin-top: 50px;
    padding: 0;
    display: block;
}
.pushmenu .push_nav > li{
    display:block;
    position:relative; 
    opacity:0;
}
.pushmenu.pushmenu-open .push_nav > li{
    opacity:1;
}

.pushmenu .bottom-contact ul>li>a,
.pushmenu .push_nav > li > a {
    color: #aaaaaa ;
    display: block;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.045em;
}
.pushmenu .bottom-contact
{
    position: absolute;
    bottom: 115px;
}
.pushmenu .push_nav > li > a:hover{
    transform: translateX(10px);
    color: #003658;
}
.pushmenu .push_nav > li.active a{
    transform: translateX(10px);
    color: #003658;
}
.pushmenu .push_nav > li > a:hover,
.pushmenu .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a{
    background:transparent !important;
}
.pushmenu .social {
    position:absolute;
    bottom:78px;
    text-align:left;
    left:0;
    padding: 0 0 0 30px;
}
.sidebar-menu nav .side-nav-social li a{
    color: #aaaaaa;
    margin: 0;
    text-align: left;
}
/* index styling */

.home-index .home-img {
    width: 100%;
    height:calc(100vh - 85px);
    position: relative;
}
.home-index .home-overlay{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.home-index .home-slider-text h1 {
    color: #fff;
    font-weight:  100;
}
.home-index .home-slider-text {
    position:  absolute;
    transform: translatey(-85%);
    top: 50%;
}
.home-index .owl-carousel .owl-nav {
    position: absolute;
    bottom: 200px;
    /* transform: translateY(-60%);
    top: 82%; */
    left: 0;
    right: 55%;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #fff;
    font-size: 20px;
    padding: 4px 10px;
    color: #000;
    background: #D6D6D6;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #06727D;
    color: #FFF;
    text-decoration: none;
}

.home-index .owl-theme .owl-nav .disabled {
   
    background: #D6D6D6;
} 
.home-index .owl-theme .owl-dots{
    position: absolute;
    bottom: 110px;
    left: 10%;
    border-top: 2px solid #fff;
    width: 15%;
    padding-top: 30px;
    
}
.home-index .owl-theme .owl-dots .owl-dot {
    float: left;
}
.home-index .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    width: 12px;
    height: 12px;
}
.home-index .owl-theme .owl-dots .owl-dot span:hover,
.home-index .owl-theme .owl-dots .owl-dot.active span{
    background: #06727D;
}
.home-index .slider-counter{
    font-size: 50px;
    position: absolute;
    bottom: 175px;
    left: 10%;
    padding-bottom: 10px;
    color: #fff;
    z-index: 2;
    font-weight: 100;
}
/* about-us page */
.about-us .row-after::after{
    content: "";
background-image: url(../images/design.png);
position:  absolute;
height: 500px;
background-position:  left;
background-size:  contain;
background-repeat: no-repeat;
width:100%;
left: -100px;
top: 0;
}
.about-us .row-after {
    position: relative;
}
.about-us .about-para {
    padding: 90px 0;
    position: relative;
}
.about-us .about-img{
    padding-top: 50px;
}
.about-us .about-img img{
    width: 100%;
}
.about-us .bottom-line {
    margin-top: 80px;
}
/* products page */
.product .product-heading {
    padding: 70px 0;
}
.product .feature-product{
    padding: 60px 0;
    border-bottom:  1px solid #8D8484;
}
.product-specs {
    padding-top: 50px;
}
.product-specs .link-text {
    color: #000;
    margin-top: 30px;
    display: block;
}
.product-specs .link-text:hover {
    color: #06727D;
}
.feature-product .product-img {
    display: block;
    margin: 0 auto;
    background: #fff;
    width: auto;
    padding: 55px 0;
}
.feature-product .product-img img {
    margin: 0 auto;
    display: block;
}
.feature-range .range-specs ul>li img,
.feature-product .product-specs ul>li img {
    margin-right: 15px;
}
.feature-range .range-specs ul>li ,
.feature-product .product-specs ul>li {
    font-size: 22px;
    color: #8D8484;
    margin: 6px 0;
}
.feature-range {
    padding: 50px 0;
}
/* contact page */
.contact-us {
    padding: 70px 0;
    background-color: #fff;
}
.contact-us .contact-form {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.contact-us .contact-form .email-box {
    background-color: #F7F7F7;
    padding: 15px 0;
}
.contact-us .contact-form input::placeholder{
    color: #000;
}
.contact-us .contact-form .form-control {
    height: 55px;
}
.contact-us .contact-form textarea.form-control {
    height: 200px;
}
.contact-us .contact-form .btn {
    background: #265E62;
    color: #fff;
    padding: 10px 40px;
    font-size: 15px;
    float: right;
}
.contact-after{
    position: relative;
}
.contact-us .contact-after::after{
    content: "";
    position:  absolute;
    left: -280px;
    background-image: url(../images/contact-back.jpg);
    background-position:  left;
    background-repeat:  no-repeat;
    background-size:  contain;
    height: 500px;
    width: 28%;
    top: 0;
}

/* footer */
footer{
    padding: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
}
footer .footer-links ul>li{
    display: inline-block;
    margin: 0 10px;
    font-size: 25px;
}
footer .footer-links .twitter{
    color: #76A9EA;
}
footer .footer-links .facebook{
    color: #475993;
}
footer .footer-links .youtube{
    color: #F61C0D;
}
footer .footer-links .pinterest{
    color: #CB2027;
}
footer .contact-num a {
    color: #000;
}

/* media query */
@media (min-width: 1500px){
.container {
        max-width: 1600px;
    }
}
@media (max-width:1300px){
    h2, .h2 {
        font-size: 38px;
    }h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .home-index .owl-carousel .owl-nav {
        bottom: 140px;
    }
    .home-index .owl-theme .owl-dots {
        bottom: 60px;
    }
    .home-index .slider-counter{
        bottom: 115px;
    }
    .feature-range .product-specs ul>li ,
.feature-product .product-specs ul>li {
    font-size: 18px;
}
.product .product-heading {
    padding: 50px 0;
}
.product .feature-product{
    padding:40px 0;
 
}
.feature-range {
    padding: 30px 0;
}
}
@media (max-width:1024px){
    .contact-us .contact-after::after {
        content: none;
      
    }
}
@media (max-width:992px){
    #navbar-menu{
        display: none;
    }
    .header-icon-bars .menu-icon {
        display: table;
    }
    footer{
        text-align:  center;
    }
    footer .copyright{
        margin: 10px 0;
    }
}
@media (max-width:768px){
    .padding-main {
        padding: 60px 0;
    }
    .about-us .about-para {
        padding: 40px 0;
    }
}
@media (max-width:600px){
    h1{
        font-size: 40px;
    }
}