/*
	Theme Name:Paramounttimber
*/
@charset "utf-8";
/* CSS Document */

/*html, body {
	width: 100%;
	overflow-x: hidden;
} */
* {
    text-decoration: none !important;
    outline: none !important;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #393733;
}
img 
{
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover,a:focus
{
    text-decoration: none;
}
ol 
{
    list-style: decimal inside;
}
h1,
h2,
h3,
h4,
h5,
h6 
{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

p
{
    margin: 0;
    padding: 0;
    color: #393733;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
b,
strong 
{
    font-weight: 600;
}
blockquote 
{
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited 
{
    color: #faa430;
}
::selection 
{
    background: #faa430;
    color: #fff;
}
::-moz-selection 
{
    background: #faa430;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus
{
    outline:none;
}


/***************
Scroll Bar Design
**************/
/* width */
::-webkit-scrollbar 
{
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb 
{
    background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
    background: #38b4f3; 
}


/***************
Scroll Bar Design
**************/


/***************
page scrool
**************/
.scrollup 
{
    right: 15px;
    position: fixed;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background:#faa430;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #000;
    padding: 10px;
}
.scrollup.active 
{
    bottom: 92px;
    right: 15px;
}


/***************
page scrool
***************/



/********HAMBURGER ICON***********/
.hamburger 
{
  padding:0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger:hover 
{
    opacity: 1; 
}

.hamburger-box 
{
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner 
{
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after 
{
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after 
{
    content: "";
    display: block; 
}
.hamburger-inner::before 
{
    top: -10px; 
}
.hamburger-inner::after 
{
    bottom: -10px; 
}
    
    
/** Spring **/
.hamburger--spring .hamburger-inner 
{
  top: 2px;
  transition: background-color 0s 0.13s linear; 
}
.hamburger--spring .hamburger-inner::before 
{
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring .hamburger-inner::after 
{
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--spring.is-active .hamburger-inner 
{
  transition-delay: 0.22s;
  background-color: transparent; 
}
.hamburger--spring.is-active .hamburger-inner::before 
{
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--spring.is-active .hamburger-inner::after 
{
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}

/** Spring **/
/********HAMBURGER ICON***********/


/*******************************
********NAV BAR*****************
*****************************/

#pull 
{
    display: none;
}


.nav > ul > li 
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 17px 0px 0px;
}
.nav > ul > li:last-child,
.nav > ul > li:only-child 
{
    margin: 0;
}
/* .nav > ul > li:before 
{
    position: absolute;
    bottom:0px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 3px;
    background: #1db315;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before 
{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
} */
.nav > ul > li > a 
{
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 14px 0px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a 
{
    color: #fff;
}

.nav > ul > li > ul 
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul 
{
    left: auto;
    right: 0;
}
.nav > ul > li:hover > ul 
{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li 
{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a 
{
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a 
{
    padding: 9px 15px 10px 15px;
}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a 
{
    background: #faa430;
}
.nav > ul > li > ul > li > ul 
{
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul 
{
    left: auto;
    right: 100%;
}
.nav > ul > li > ul > li:hover > ul 
{
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*******************************
********NAV BAR*****************
*****************************/

.logo
{
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
}

.nav-menu
{
	background: #7c0406;
	display: flex;
}

.head-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.right-head
{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}


.header-phone, .header-email
{
	display: flex;
    align-items: center;
}

.icon-head
{
	margin-right: 15px;
}

.header-phone
{
	margin-right: 20px;
}

.header-phone p, .header-email p
{
	font-size: 14px;
	font-weight: 500;
}
.header-phone a, .header-email a
{
	color: #000;
}

.home-banner
{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 100px;
}

.banner-text
{
	width: 545px;
}

.banner-text h1
{
	font-size: 55px;
	color: #21241f;
	line-height: 60px;
	font-weight: 300;
}

.banner-text h2
{
	font-size: 50px;
	color: #7c0406;
	line-height: 60px;
	font-weight: 700;
}

.banner-para
{
	position: relative;
}

.banner-para::before
{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100px;
	background: #7c0406;
	border-radius: 50px;
}

.banner-para p
{
	padding-left: 25px;
	font-size: 18px;
	color: #171717;
	line-height: 33px;
}

a.contact-btn
{
	background: #faa430;
	padding: 10px 30px;
	border-radius: 50px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}

/************ End Header ***************/


.bg-white > .vc_column-inner
{
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	padding: 20px 20px 20px 20px;
}

.back-pos
{
	background-repeat: no-repeat;
}

.text-design h3
{
	font-size: 20px;
	color: #272727;
	font-weight: bold;
	margin-bottom: 15px;
}

.text-design a
{
	background: #7c0406;
	padding: 10px 30px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	border-radius: 50px;
	margin-top: 20px;
}

.about-text h3
{
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
}

.para-about p
{
	padding-bottom: 10px;
}

.readmore-btn a
{
	display: inline-block;
	background: #7c0406;
	padding: 10px 30px;
	border-radius: 50px;
	color: #FFF;
	margin-top: 10px;
}


.action-one h3
{
	color: #faa430;
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
}

.action-one h4
{
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}

.call-us h4
{
	color: #FFF;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.call-us p
{
	color: #FFF;
}

.btn-contact a
{
	background: #faa430;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0;
	color:#000;
}


.our-services
{
	background: #f2eae0;
	padding-top: 75px;
	width: 100%;
    float: left;
}

.gallerys
{
	width: 100%;
    float: left;
}

.area-gallery {
    width: 25%;
    float: left;
}

.heading-serv
{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.heading-serv h3 
{
	color: #212121;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.heading-serv p
{
	font-weight: 500;
}

.gallery-holder
{
	position: relative;
}
.gallery-holder .holder
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
}


.gallery-holder img
{
	width: 100%;
}


/*******************gallery start**************/

.gallery-area{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 80px 0px;
}
.gallery-area > .container-fluid .gallerys {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-holder{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
} 
.gallery-holder img{
  width: 100%;
}
.gallery-holder > .holder{
position: absolute;
left: 0px;
top:0px;
width: 100%;
height: 100%;
background-size:cover !important;
    background-position: center !important; 
}

.gallery-holder > .holder .capson{
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	text-align: center;
	transform: translate(-100%,0px);
	transition: all 0.4s;
	display: flex;
	align-items: center;
    justify-content: center;
}
.gallery-holder:hover .holder .capson{
      transform: translate(0px,0px);
}
.gallery-holder > .holder .capson .lightbox{
    position: relative;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
        transform: translate(-500%,0px);
      transition: all 0.9s;
      margin: 0 auto;
      margin-top: 10px;
}
.gallery-holder:hover > .holder .capson .lightbox{
      transform: translate(0px,0px);
}

.gallery-holder > .holder .capson .lightbox i{
  position: relative;
  z-index: 1;
}
.gallery-holder > .holder .capson .lightbox:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotateZ(0deg);
    z-index: 0;
    transition: all 0.3s;

}
.gallery-holder > .holder .capson .lightbox:hover:after{
  background: #faa430;
   transform: rotateZ(45deg);
}

.tab-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.tab-center button{
  margin: 5px 1px;
   width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  font-size: 13px;
}
.tab-center button:first-child{
  background: #133d99;
 
}
.tab-center button:last-child{
    background: #d2202d;
}

.capson
{
	padding: 30px;
}

.capson h4
{
	color: #FFF;
	font-size: 22px;
	padding-bottom: 15px;
}

.capson p
{
	color: #FFF;
	font-size: 14px;
}

.inner-banners
{
	padding: 130px 0;
}

.header-right strong 
{
	font-size: 30px;
    color: #FFF;
}

.heading
{
	font-size: 35px;
	color:#000;
	font-weight:bold;
}

.starnos h4
{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.starnos p
{
	padding-bottom: 15px;
}

.starnos li
{
	padding-bottom: 15px;
}


/************ Footer ***************/
footer
{
	background: url('images/footer-bg.jpg') no-repeat center;
	background-size: cover;
	padding-top: 75px;
	clear: both;
}

.footer-holder h4
{
	color: #FFF;
	margin-bottom: 30px;
}

.footer-holder ul li a
{
	color: #FFF;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
}

.footer-holder ul li
{
	line-height: 30px;
}

.footer-holder ul li a::before
{
	content: '';
	position: absolute;
    border: 5px solid #faa430;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0;
    top: 5px;
}

.footer-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-icon
{
	margin-right: 15px;
}

.footer-info p
{
	color: #FFF;
	font-size: 14px;
}

.whitep
{
	color: #FFF;
	padding-bottom: 10px;
}

.footer-socil ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-socil ul li
{
	margin-right: 15px;
}

.footer-socil ul li:last-child
{
	margin-right: 0px;
}

.footer-buttom
{
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.copy
{
	color: #cacaca;
	font-size: 13px;
}

.contact-heading h2
{
	font-size: 40px;
    font-weight: bold;
    line-height: 60px; 
}

.contact-form label
{
	width: 100%; 
	margin-bottom: 10px; 
	font-weight: 600;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"]
{
	    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 5px #f3f3f3;
}

.contact-form textarea
{
	width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 5px #f3f3f3; 
}

.submit-button
{
	width: 200px; 
	display: inline-block;
    background: #7c0406;
    padding: 10px 30px;
    border-radius: 50px;
    color: #FFF;
    margin-top: 10px;
	border: none;
    font-size: 18px;
    text-transform: uppercase;
}

.contact-address > .vc_column-inner
{
	background: #FFF;
    box-shadow: 0px 0px 5px #cecece;
    padding: 30px 15px;
}

.contact-address a
{
	word-break: break-all;
}

.con-bg h4 
{
	font-size: 20px; 
	padding-bottom: 15px;
}

.head-btn-stair a
{
	display: inline-block;
    background: #7c0406;
    padding: 6px 15px;
    border-radius: 50px;
    color: #FFF;
    margin-top: 10px;
	
}

.gallery-heading h2 
{
	font-size: 35px; 
	font-weight: bold;
	line-height: 45px; 
}


.install-heading
{
	font-weight: bold; 
}

.eco-duck-icotext h4
{
	font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

.eco-bg > .vc_column-inner
{
	background: #FFF;
    box-shadow: 0px 0px 5px #dedede;
    padding: 20px 10px;
}

.list-eco ul
{
	margin-top: 10px; 
}

.list-eco ul li 
{
	padding-left: 30px; 
	position: relative;
	line-height: 33px;
}
.list-eco ul li::before 
{
	content: '\f00c';
	position: absolute;
	left:0;
	font-family: fontawesome;
	color: #faa430;
}

.inner-banner-none .inner-banners
{
	display: none;
}

/***********Responsive**************/


@media only screen and (max-width: 1200px)
{
	/*******************************
********NAV BAR*****************
*****************************/
    .nav 
    {
        float: right;
        width: 100%;
    }
    .logo 
    {
        margin-bottom: 0px;
    }
    .header .row
    {
        margin: 0px;
    }
    #pull 
    {
        display: block;
        width: auto;
        float: right;
        margin-top: 10px;
    }
    ul#menu-bg 
    {
        display: none;
        width: 100%;
    }
    .header-phone 
    {
        margin-left: 40px;
        margin-top: 14px;
    }
    .top-icon 
    {
        margin-top: 31px;
    }

    .nav > ul > li
    {
        display: block;
        margin: 0;
    }

    .nav > ul > li > a {
    	padding: 5px 0px;
	}
	
	.nav > ul > li > ul {
    top: 100%;
    width: 100%; 
	}
	
	.nav > ul > li > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
	
	.nav > ul > li > ul {
    position: relative; 
	}
	
	.nav > ul > li > ul > li > a, .nav > ul > li > ul > li > ul > li > a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0px 10px 0px;
    background: transparent;
    border-top: transparent; 
	}
	
	.nav > ul > li > ul > li:hover > a, .nav > ul > li > ul > li.current-menu-item > a, .nav > ul > li > ul > li.current-menu-parent > a, .nav > ul > li > ul > li > ul > li:hover > a, .nav > ul > li > ul > li > ul > li.current-menu-item > a, .nav > ul > li > ul > li > ul > li.current-menu-parent > a {
    background: transparent;
}

	.nav > ul > li:hover > ul > li > a, .nav > ul > li:hover > ul > li > ul > li > a {
    padding: 10px 0px 10px 0px;
}
/*******************************
********NAV BAR*****************
*****************************/

.bg-white > .vc_column-inner > .wpb_wrapper {
    min-height: 310px;
}

.area-gallery {
    width: 33.333%;
    float: left;
}



}

@media only screen and (max-width: 992px) 
{
	
	.btn-contact p
	{
		text-align: left !important;
	}

	.bg-white > .vc_column-inner > .wpb_wrapper {
    	min-height: auto;
	}

	.back-pos > .wpb_wrapper
	{
		padding: 15px 0;
	}

	.heading-serv {
    	width: 100%;
	}

	.area-gallery {
	    width: 50%;
	    float: left;
	}

	.head-cover {
	    padding: 0px 0;
	    flex-direction: column;
	}
	
	.home-banner {
	    padding-top: 200px;
	    padding-bottom: 130px;
		background-position: center !important; 
	}

}



@media only screen and (max-width: 768px) 
{
	.right-head 
	{
	    display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.header-phone {
	    margin-left: 0px;
	    margin-top: 0px;
	}

	.header-phone {
	    margin-right: 0px;
	}

	.area-gallery {
	    width: 100%;
	    float: left;
	}

	.banner-para p {
    	font-size: 17px;
	}

	.back-pos {
    background-repeat: no-repeat;
    text-align: center;
}

.copy {
    text-align: center;
}

.footer-socil ul {
    justify-content: center;
    margin-top: 10px;
}

.footer-holder
{
	margin-bottom: 30px;
}

}

@media only screen and (max-width: 576px) 
{
	.banner-text {
    width: 100%;
}

.icon-head {
    margin-right: 15px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.banner-text h1 {
    font-size: 35px;
}

.banner-text h2 {
    font-size: 40px;
    line-height: 40px;
}

.banner-para p {
    padding-left: 0;
    font-size: 15px;
    line-height: 28px;
}

.banner-para::before
{
	display: none;
}

.action-one h3 {
    color: #faa430;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.action-one h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.call-us h4 {
    color: #FFF;
    font-size: 22px;
    line-height: 16px;
}


}

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

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