
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url("font-awesome.min.css");
@import url("animate.css");

body{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:12px;
color: #000000;
line-height:1.8;
}

button, a{
color: #000000;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #000000;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}


p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}


/*header styles*/
	
.top-line{
	background:#121212;
	color:#bcbcbc;
	padding:3px 0 2px 0;
	border-bottom:1px solid #4e4427;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:12px;
	position:relative;
	}

	
.top-line .top-info{
	position:relative;
	}
		
.top-line .top-tel{
	display:none;
	}
	
.top-line .top-email{
	display:none;
	}
.top-line .top-place{
	float:right;
	display: flex!important;
	}	
	
.top-line .top-info .icon{
	font-size:14px;
	display:inline-block;
	margin-right:5px;
	}

.top-line .top-info .info{
	align-self: center!important;
	}
	
	.top-line .top-info .info a{
	color:#bcbcbc;
	}
	.top-line .top-info .info a:hover{
	color:#a08c50;
	}
	
.top-line .top-info .icon.loc{
	color:#ed1c24;
	}
.top-line .top-info .info.location a{
	color:#baa244;
	}
	.top-line .top-info .info.location a:hover{
	color:#fff;
	}

.top-line .top-info .info.location a{
 -webkit-animation:colorchange 3s infinite alternate;
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: #ff000a;
      }
      
      25% {
        
        color: #00a8ff;
      }
      
      50% {
        
        color: #00ff0c;
      }
      
      75% {
        
        color: #ff8a00;
      }      
      
      
      100% {
        
        color: #ffffff;
      }
    }


.top-line .right{
	display:none;
	}


	
.top-line .right .info{
	float: left;
	align-self: center!important;
	margin-right:15px;
	}

.top-line .right .social-wrapper{
	float:left;
	}	
	
.top-line .social{
	float:left;
	display: flex!important;
	}
	.top-line .social:nth-child(2) {
    margin-left: 15px;
	}
	
	.top-line .social:nth-child(3) {
    margin-left: 15px;
	}
	

.top-line .social .icon a{
	color:#bcbcbc;
	font-size:14px;
	display:inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.top-line .social .icon a:hover{
		color:#a08c50;
	}


	
/*header nav styles*/

.main-header{
	position:relative;
	background:#222222;
	}


/*nav styles*/

.hdr-nav {
  padding: 0; }
  .hdr-nav .navbar-brand {
    padding: 14px 0; }
  		
  .hdr-nav .navbar-nav .nav-item {
    margin: 0 10px; }
    .hdr-nav .navbar-nav .nav-item .nav-link {
      padding: 5px 0px;
      color: #ffffff;
	  font-size:12px;
      font-family: 'Raleway', sans-serif;
	font-weight: 500;
      text-transform: uppercase; 
	  }
	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link, .hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #a08c50;
	  }
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


.navbar-light .navbar-toggler {
    background: #a08c50;
    color: #ffffff;
    border: 0;
}
.navbar-toggler {
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
	width:33px;
	height:27px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.png) center center no-repeat;
}

.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.png) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}


 @media (min-width: 992px){

.hdr-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
	  font-size:14px;
	  }

}



/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:1px solid #F2F2F2;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.navbar-nav {
  font-weight: 400;
  text-transform:uppercase;
   }

.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#fff;
	color:#072a60;
	}

.dropdown-item {
padding: 12px 15px;
color: #333;
font-size:14px;
font-weight:700;
 }
 
.dropdown-item:focus, .dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color:#316ce8;
}  



.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; 
  }



@media (min-width: 1024px) {
 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }		


/*hm-slider-sec styles*/

.hm-slider-sec{
	position:relative;
	background:#222222;
	}	

.carousel-control-next, .carousel-control-prev{
	width:auto;
	top:auto;
	opacity:1;
}
.carousel-control-prev{
	left:auto;
	right:32px;	
	}
	
.carousel-control-prev-icon{
	background:#eadcc0 url(../images/slide-previous-icon.png) no-repeat center center;
	}
.carousel-control-next-icon{
	background:#eadcc0 url(../images/slide-next-icon.png) no-repeat center center;
	}
	
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:30px;
	height:30px;
	}
	
		

.carousel-caption-1, .carousel-caption-2, .carousel-caption-3 {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	}
	
.carousel-caption-1 {
    right: 10%;
    top: 50%;
	transform:translateY(-50%);
	}
	
.carousel-caption-2 {
    right: 8%;
    top: 50%;
	transform:translateY(-50%);
	}
	
.carousel-caption-3 {
    left: 10%;
    top: 50%;
	transform:translateY(-50%);
	}

.carousel-caption-1 h2, .carousel-caption-2 h2, .carousel-caption-3 h2{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#ffffff;
	line-height:1;
	}
	
	.carousel-caption-1 h2 span, .carousel-caption-2 h2 span, .carousel-caption-3 h2 span{
	font-size:36px;
	font-weight:400;
	display:block;
	}
	
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-inner > .carousel-item > img{
margin:auto;
}

.carousel-item {
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */

.carousel-caption h1{
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption h2{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}





/*hm-slider styles*/	

.slider-sec{
	position:relative;
	}
	
.slider-sec .big-hd{
	font-family: 'Raleway', sans-serif;
	font-size:122px;
	font-weight:400;	
	color:#ffffff;
	}
	
.slider-sec .small-hd{
	font-family: 'Raleway', sans-serif;
	font-size:44px;
	font-weight:300;
	color:#ffffff;
	}
	
	
/*hm-intro styles*/	

.hm-intro-sec{
	position:relative;
	text-align: center;
	padding:40px 0;
	}
	
.hm-intro-sec h1{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:500;
	line-height:1.2;
	text-transform: capitalize;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	padding:0;
	}
	
	
.hm-intro-sec .hr-border {
    padding: 0 0 20px 0;
}

.hm-intro-sec .hr-border img {
    display: inline-block;
}

.hm-intro-sec .desc{
	font-size:14px;
	margin:auto;
	margin-bottom:20px;
	}

.btn-more{
	padding: 10px 30px;
	border:1px solid #a08c50;
	font-size:14px;
	font-weight:600;
	color:#a08c50;
	position:relative;
	margin:10px 0 0 0;
	cursor:pointer;
	border-radius:0;
	}
	
	.btn-more:hover{
		background:#a08c50;
		color:#ffffff;
		}





/*hm-about styles*/	

.hm-about-sec{
	position:relative;
	padding:40px 0;
	background:#f3f4f8 url(../images/pattern-bg.jpg);
	}

.hm-about-sec .sec-one{
	position:relative;
	padding:0 0 50px 0;	
	}
	
.hm-about-sec h2{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:500;
	line-height:1.2;
	letter-spacing:-1px;
	margin:0 0 15px 0;
	padding:0;
	}
		
.hm-about-sec .desc{
	font-size:14px;
	}

hm-about-sec .sec-two{
	position:relative;
	padding:0 0 50px 0;	
	}
	
.hm-about-sec .image{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
	}

.hm-about-sec .image:hover img{
	transform:scale(1.03);-moz-transform:scale(1.03);-webkit-transform:scale(1.03);
	}

.hm-about-sec .image img{
	width:100%;
	transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
	}
	



/*hm-collections styles*/	

.hm-collections-sec{
	position:relative;
	text-align: center;
	padding:40px 0;
	}
	
.hm-collections-sec h1{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:500;
	line-height:1.2;
	text-transform: capitalize;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	padding:0;
	}
	
.hm-collections-sec h4{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.2;
	margin:0;
	padding:0;
	}
	
.hm-collections-sec .hr-border {
    padding: 0 0 20px 0;
}

.hm-collections-sec .hr-border img {
    display: inline-block;
}

.hm-collections-sec .desc{
	font-size:14px;
	margin:auto;
	margin-bottom:75px;
	}

.owl-carousel .item{
	text-align:center;
	overflow:hidden;
	}

	
.hm-collections-sec .owl-carousel .owl-item img{
		display:inline-block;
		}
	
.owl-carousel .item img{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	}
	
.owl-carousel .item img:hover {
	opacity: 1;
	}

.hm-collections-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#c2c2c2;
	width:12px;
	height:12px;
	}
	
.hm-collections-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #a6a6a6;
	}
	
.hm-collections-sec .owl-carousel .owl-item img{
	width:auto;
	}


.hm-collections-sec .owl-theme .owl-nav{
	margin-top:30px;
	}
	
.hm-collections-sec .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin:0 1px;
    padding:0;
    background: #d4d4d4;
	color: #333;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
	width:30px;
	height:30px;
	line-height:30px;
	}
	
.hm-collections-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background: #c6a02f;
      color: #FFF;
      text-decoration: none; }


.hm-collections-sec .owl-carousel .owl-item img{
	transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
	}
	
.hm-collections-sec .owl-carousel .owl-item:hover img{
	transform:scale(1.03);-moz-transform:scale(1.03);-webkit-transform:scale(1.03);
	}



/*hm-events styles*/

.hm-events-sec{
	position: relative;
	padding:0 0 60px 0;
	}
	

.hm-events-sec .object{
	position:absolute;
	bottom:-112px;
	left:40%;
	transform:translateX(-40%);
	z-index:100;
	}

.skw-pages-wrapper {
  overflow: hidden;
  position: relative;
  height: 725px;
}

.skw-pages {
  position: relative;
  height: 560px;
  margin:70px 0 0 0;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
 
}

.skw-page__half-55 {
  position: absolute;
  top: 30px;
  width: 55%;
  height: 500px;
  
}

.skw-page__half-45 {
  position: absolute;
  top: 0;
  width: 45%;
  height: 560px;
   
}

.skw-page__half--left {
  left: 0;
 
}
.skw-page__half--right {
  left: 55%;
  
}
.skw-page.active .skw-page__half {

}
.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #fff;
}
.skw-page__half--left .skw-page__skewed {
  left: -20%;
}
.skw-page__half--right .skw-page__skewed {
  right: -20%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.skw-page__content {

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding:0;
  color: #fff;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
 
}

.skw-page__half--left .skw-page__content {
	padding-top:100px;
	padding-bottom:50px;
  padding-left: 22%;
  padding-right: 10%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  -webkit-transform: skewX(10deg) scale(0.95);
          transform: skewX(10deg) scale(0.95);
}

.skw-page-bx{
	position:relative;
	}
.skw-page__heading {
  font-family: 'Montserrat', sans-serif;
	font-size:40px;
	font-weight:500;
	font-style:italic;
	letter-spacing:-1px;
	color:#ffffff;
	margin:0 0 15px 0;
	padding:0;
	z-index:1;
}
.skw-page__description {
  font-size:16px;
	font-style:italic;
	color:#ffffff;
	margin:0 0 50px 0;
}
.skw-page__link {
  padding: 10px 30px;
	border:1px solid #a08c50;
	font-size:14px;
	font-weight:600;
	color:#a08c50;
	position:relative;
	margin:10px 0 0 0;
	cursor:pointer;
	border-radius:0;
}
.skw-page__link:hover{
	background:#a08c50;
		color:#ffffff;
}

.skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("");
  
}


.skw-page-1 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-2 .skw-page__half--left .skw-page__content {
  background-image: url("../images/hm-events-left-bg.jpg");
  background-repeat:no-repeat;
  background-size:cover;
}

.skw-page-2 .skw-page__half--left .skw-page__content:before{
		position: absolute;
    	content: "";
		width:100%;
		height:100%;
		top:0;
		left:0;
		background: rgba(102,28,67,.8);
		}
.skw-page-2 .skw-page__half--right .skw-page__content {
  background-image: url("../images/hm-events-right-bg.jpg");
  background-repeat:no-repeat;
  background-position:right top;
}







	

	
	
	
	
	
/*hm-location styles*/

.hm-location-sec{
	position: relative;
	}
	
	
.hm-location-sec .location{
    position: relative;
    width: 100%;
    height: 450px;
	}
	


/*footer styles*/

.footer-sec{
	position:relative;
	background:#222222;
	color:#b1b1b1;
	font-size:12px;
	line-height:1.5;
	}

.footer-sec .footer-top{
	background:#181818;
	padding:20px 0;
	position:relative;
	}
	
.footer-sec .footer-top .footer-logo{
	position:relative;
	margin:0 0 20px 0;
	}
	
.footer-sec .footer-top .newsletter{
	position:relative;
	float: left;
	}

.footer-sec .footer-top .newsletter h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:1.2;
	text-transform:uppercase;
	color:#ffffff;
	padding:0;
	margin:0 0 5px 0;
	display:block;
	width:100%;
	}

.footer-sec .form-control{
	padding:10px 10px;
	border:0;
	border-radius:0;
	background:#ffffff;
	color:#333333;
	font-size:12px;
	min-width:200px;
	margin:0 0 5px 0;
	}	
	
.footer-sec .btn-subscibe{
	background:#ed1c24;
	color:#ffffff;
	font-size:12px;
	padding:10px 10px;
	border:0;
	border-radius:0;
	}
	
	.footer-sec .btn-subscibe:hover{
	background:#a08c50;
	}


.footer-sec .footer-widgets{
	position:relative;
	padding:40px 0 10px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 40px 0;
	}
	
.footer-sec .footer-column h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:1.2;
	color:#b1b1b1;
	text-transform:uppercase;
	padding:0 0 5px 0;
	margin:0 0 12px 0;
	border-bottom:1px solid #a08c50;
	display:inline-block;
	}
	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:2;
	}
	.footer-sec .footer-column a{
	color:#b1b1b1;
	}
	.footer-sec .footer-column a:hover{
	color:#a08c50;
	}

.footer-sec .footer-column .txt-one{
	position:relative;
	margin:0 0 20px 0;
	}
	
.footer-sec .footer-column .txt-two{
	position:relative;
	}

.footer-sec .social-wrapper{
	position:relative;	
	}
	
.footer-sec .social{
	float:left;
	display: flex!important;
	}
.footer-sec .social:nth-child(2) {
    margin-left: 15px;
	}
	
	.footer-sec .social:nth-child(3) {
    margin-left: 15px;
	}
	

.footer-sec .social .icon a{
	color:#b1b1b1;
	font-size:16px;
	display:inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.footer-sec .social .icon a:hover{
		color:#a08c50;
	}





.footer-sec .footer-bottom{
	background:#3a3a3a;
	color:#b1b1b1;
	padding:14px 0;
	font-size:12px;
	line-height:1.3;
	font-weight: 400;
	position:relative;
	}
	
.footer-sec .footer-bottom .copyright{
	position:relative;
	padding:0 0 5px 0;
	text-align:center;
	}
	
.footer-sec .footer-bottom .design{
	text-align:center;
	color:#7d7d7d;
	font-size:11px;
	}
	
	.footer-sec .footer-bottom .design a{
		color:#7d7d7d;
		}
		
	.footer-sec .footer-bottom .design a:hover{
		color:#a08c50;
		}




/*sub-banner styles*/

.sub-banner-sec{
	position:relative
	}

.sub-banner-sec{
	position:relative;
	color:#fff;
	height:150px;
	text-align:center;
	z-index: 1;
	}

.sub-banner-sec:after{
		position: absolute;
    	content: "";
		width:100%;
		height:100%;
		top:0;
		left:0;
		background: #000;
		opacity: .4;
		z-index: -1;
		}

.sub-banner-sec h1{
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:600;
	line-height:1.2;
	position:relative;
	}


.about-bg{
	background:url(../images/banner-about.jpg) no-repeat center top;
	background-size:cover;
	}
	
.products-bg{
	background:url(../images/banner-products.jpg) no-repeat center top;
	background-size:cover;
	}
	
.mfg-bg{
	background:url(../images/banner-manufacturing.jpg) no-repeat center top;
	background-size:cover;
	}
	
.contact-bg{
	background:url(../images/banner-contact.jpg) no-repeat center top;
	background-size:cover;
	}


/*about styles*/

.about-sec-one{
	position:relative;
	padding:40px 0;
	}	
	
.about-sec-one h2{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:1.2;
	margin:0 0 20px 0;
	padding:0;
	}	

.about-sec-one .desc{
	margin:0 0 20px 0;
	}
	
	.about-sec-one .desc a{
	color:#ac9537;
	}
	
.about-sec-one .desc a:hover{
	color:#ed1c24;
	}


.about-sec-two{
	position:relative;
	padding:50px 0;
	background:#151515;
	color:#fff;
	}




	
	.about-sec-two h3{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:1.2;
	margin:0 0 15px 0;
	padding:0;
	}
	.about-sec-two .desc{
		margin:0 0 30px 0;
		}


.about-sec-three{
	position:relative;
	padding:40px 0;
	}	
	
.about-sec-three h3{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:1.2;
	margin:0 0 15px 0;
	padding:0;
	}


.about-sec-three  .items{
	position:relative;
	margin:20px 0 30px 0;
	}

.about-sec-three .desc{
		margin:0;
		}
	
	
		
/*making styles*/

.making-sec{
	position:relative;
	padding:40px 0;	
	}

.making-sec .box {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 15px;
	border: 6px solid #f3f4f8;
	text-align: center;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.making-sec .box .icon-box {
	display: block;
	text-align: center;
	margin:0;
	margin-bottom:30px;
	color:#a08c50;
	font-size: 36px;
	line-height:1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.making-sec .box h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:1.2;
	margin:0 0 10px 0;
	padding:0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.making-sec .box:hover h3{
	color:#a08c50;
	}
	
	
.making-sec .box p {
	margin:0;
}

.making-sec .box:hover .icon-box {
	color: #666666;
}
.making-sec .box:hover {
	border-color: #dfd6bb;
}



/*products styles*/

.products-sec{
	position:relative;
	padding:40px 0;
	}
	
	.products-sec img{
		display:inline-block;
	}


.mfp-close {
	background:url(../images/lightbox-icon-close.png) no-Repeat center right !important;
	width:40px !important;
	height:40px !important;
	opacity:1 !important;
	}

.mfp-arrow-left {
	background:url(../images/lightbox-arrow-left.png) no-Repeat center center !important;
	width:11px;
	height:20px;
	left:3% !important;	
	}

.mfp-arrow-right {
	background:url(../images/lightbox-arrow-right.png) no-Repeat center center !important;
	width:11px;
	height:20px;
	right:3% !important;	
	}

.mfp-arrow{
	margin-top:-32px !important;
   	width:35px !important;
    height:35px !important;
	opacity:1 !important;
	}

.mfp-arrow:before, .mfp-arrow:after{
	display:none !important;
	margin-top: 0;
    margin-left: 0;
	}
	
	

.mfp-arrow-left:before, .mfp-arrow-right:before {
	display: none;
	}


img.mfp-img{
	padding:50px 0 !important;
	}

/* portfolio */

.filter-menu{}

.filter-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
font-size:12px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
  position: relative;
}
.filter-menu button:hover, .filter-menu button.active{
	color:#a08c50;
	}
	
	
.row-portfolio{margin:0 -10px}
.row-portfolio .portfolio-item{padding: 0 10px;}
.portfolio-wrapper {
  position: relative;
}
.portfolio-item{
  width: 25%;
    float: left;
    margin-bottom: 20px;  
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity:.6}
.view-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  opacity:0;
  visibility:hidden;
  z-index:9;
  transition:.3s
}
.portfolio-wrapper:hover .view-icon{transform: translateY(-50%);opacity:1;visibility:visible}
.view-icon > a {
  background: #a08c50 none repeat scroll 0 0;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  width: 40px;
}
.view-icon > a:hover{background:#c3a753;}

.portfolio-caption {
  padding:5px 15px;
}
.portfolio-caption > h4 {
  font-size: 12px;
  font-weight: 500;
  line-height:1.2;
  margin-bottom: 5px;
  position: relative;
}


@media (max-width: 991px) {

.portfolio-item {
  width: 33.33%;
}

}

@media (max-width: 767px) {

.portfolio-item {
  width: 50%;
}

}

@media (max-width: 575px) {
.portfolio-item {
  width: 100%;
}

 
}



/*contact styles*/

.contact-sec{
	position:relative;
	padding:40px 0;
	}

.contact-sec .contact{
	position:relative;
	font-size:16px;
	font-weight:500;
	line-height:1.5;
	margin:0 0 40px 0;
	float:left;
	width:100%;
	}

.contact-sec .contact .address{
	margin:0 0 20px 0;
	}	

.contact-sec .contact .tel{
	margin:0 0 25px 0;
	}	

.contact-sec .contact a{
	color:#000;
	}
	.contact-sec .contact a:hover{
	color:#a08c50;
	}

.contact-sec .contact .social-wrapper{
	position:relative;
	
	}

	
.contact-sec .contact .social{
	float:left;
	display: flex!important;
	}
.contact-sec .contact .social:nth-child(2) {
    margin-left: 15px;
	}
	
	.contact-sec .contact .social:nth-child(3) {
    margin-left: 15px;
	}
	

.contact-sec .contact .social .icon a{
	color:#a08c50;
	font-size:20px;
	display:inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.contact-sec .contact .social .icon a:hover{
	color:#222222;
	}



.contact-sec .contact-form{
	position:relative;
	margin:0; 
	}

.contact-sec .contact-form .form-group{
	margin-bottom:20px;
	}
	
.contact-sec .contact-form .form-control{
	padding:14px 20px;
	font-size:13px;
	color:#000000;
	background:#f3f4f8;
	border-radius:0;
	border:0;
	box-shadow:none;
	}

.contact-sec .contact-form .form-control:focus {
    box-shadow:none;
	background:#e9eaef;
    }

	
.contact-sec .contact-form .btn-submit{
	padding: 14px 20px;
	background: #a08c50;
	color: #ffffff;
	font-size:14px;
	font-weight:500;
	position:relative;
	margin:10px 0 0 0;
	cursor:pointer;
	border-radius:0;
	}
	
	.contact-sec .contact-form .btn-submit:hover{
		background:#222222;
		color:#fff;
		}
			
.contact-sec form ::-webkit-input-placeholder { /* Chrome */
  color: #333333;
}

.contact-sec form :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}

.contact-sec form ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

.contact-sec form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333333;
  opacity: 1;
}

.form-row{
margin-right: -10px;
margin-left: -10px;
	}
	
.form-row > .col, .form-row > [class*="col-"]{
padding-right: 10px;
padding-left: 10px;
}
		
	
/*media  styles*/


@media (min-width: 576px){

body{
font-size:14px;
}

.carousel-caption-1 h2, .carousel-caption-2 h2, .carousel-caption-3 h2{
	font-weight:300;
	font-size:44px;
	}
	
	.carousel-caption-1 h2 span, .carousel-caption-2 h2 span, .carousel-caption-3 h2 span{
	font-size:122px;
	font-weight:400;
	}


.top-line .top-tel{
	float:left;
	display: flex!important;
	}
	
.top-line .top-email{
	float:left;
	display: flex!important;
	margin:0 15px;
	}

.top-line .top-place{
	float:left;
	display: flex!important;
	}
		
.top-line .right{
	float:left;
	display: flex!important;
	}


.hm-intro-sec{
	padding:100px 0;
	}
	
.hm-intro-sec h1{
	font-size:56px;
	}
	
.hm-intro-sec .desc{
	margin-bottom:40px;
	}
		
.hm-about-sec{
	padding:100px 0 80px 0;
	}
	
.hm-about-sec h2{
	font-size:30px;
	margin:0 0 30px 0;
	}

.hm-collections-sec{
	padding:100px 0 80px 0;
	}
	
.hm-collections-sec h1{
	font-size:56px;
	}
	
.hm-events-sec{
	padding:0 0 100px 0;
	}

.footer-sec .form-control{
	margin:0;
	}
		
.footer-sec .footer-top .newsletter h4{
	padding:0 25px 0 0;
	margin:0;
	width:auto;
	}
	
.footer-sec .footer-widgets{
	padding:75px 0 10px 0;
	}

.sub-banner-sec{
	height:200px;
	}
	
.sub-banner-sec h1{
	font-size:36px;
	}
	

.about-sec-one{
	padding:100px 0 125px 0;
	}
	
.about-sec-one h2{
	font-size:30px;
	margin:0 0 30px 0;
	}


.about-sec-two{
	position:relative;
	padding:100px 0;
	background: url(../images/about-sec-bg.jpg) center top no-repeat;
	background-size:cover;
	color:#fff;
	}

.about-sec-two:before{
		position: absolute;
    	content: "";
		width:100%;
		height:100%;
		top:0;
		left:0;
		background: rgba(0,0,0,.8);
		}
		
.about-sec-two h3{
	font-size:28px;
	margin:0 0 20px 0;
	}	


.about-sec-three{
	padding:100px 0;
	}
	
.about-sec-three h3{
	font-size:28px;
	margin:0 0 20px 0;
	}	

.making-sec{
	position:relative;
	padding:100px 0;
	}
	
.making-sec .box h3{
	font-size:20px;
	}


.products-sec{
	position:relative;
	padding:100px 0;
	}
	
.filter-menu button {
font-size:16px;
margin:0 5px 10px 5px;
}
.portfolio-caption > h4 {
  font-size: 15px;
}	

.contact-sec{
	position:relative;
	padding:100px 0;
	}
	
	
}


@media (min-width: 768px){

.top-line .right{
	float:right;
	display: flex!important;
	}


.hm-intro-sec .desc{
	max-width:80%;
	}
	
.hm-collections-sec .desc{
	max-width:80%;
	}



.footer-sec .footer-top .footer-logo{
	margin:0;
	}
	
.footer-sec .footer-top .newsletter{
	float: right;
	}
			
.footer-sec .footer-bottom .copyright{
	padding:0;
	text-align:left;
	}	

.footer-sec .footer-bottom .design{
	float:right;
	}					



	
.sub-banner-sec h1{
	font-size:60px;
	}

.about-sec-two .desc{
	margin:0;
	}




.making-sec .box{
	min-height:400px;
	}

}


@media (min-width: 992px){
	
 .hm-about-sec .desc{
	padding-left:50px;
	}
	
.footer-sec .form-control{
	padding:10px 20px;
	min-width:260px;
	}
		
.footer-sec .btn-subscibe{
	padding:10px 20px;
	}	



.about-sec-one .desc{
	margin:0;
	}

.about-sec-three  .items{
	margin:0 0 50px 0;
	}

.making-sec .box{
	min-height:420px;
	}
	
}


@media (min-width: 1200px){


.sub-banner-sec{
	height:250px;
	}

.making-sec .box{
	min-height:500px;
	}
	
.contact-sec .contact-form{
	margin:0 0 0 80px; 
	}
	
	
.about-sec-one .row{
	margin-right: -50px;
    margin-left: -50px;
	}
	
	.about-sec-one .row > div {
	padding-right: 50px;
    padding-left: 50px;
	}

.about-sec-two .row{
	margin-right: -50px;
    margin-left: -50px;
	}
	
	.about-sec-two .row > div {
	padding-right: 50px;
    padding-left: 50px;
	}

.about-sec-three .row{
	margin-right: -50px;
    margin-left: -50px;
	}
	
	.about-sec-three .row > div {
	padding-right: 50px;
    padding-left: 50px;
	}

}



@media (min-width: 1440px){

.skw-page__skewed {
  width: 110%;
  height: 100%;
}
.skw-page__half--left .skw-page__skewed {
  left: -10%;
}
.skw-page__half--right .skw-page__skewed {
  right: -10%;
}
}


@media only screen and (min-width: 1680px){
	
.sub-banner-sec{
	height:360px;
	}
	
}


@media only screen and (min-width: 1920px){

	
}



@media (max-width: 1199px) {

}

@media (max-width: 991px) {


}


@media (max-width: 767px) {


.h4-topbar .navbar .navbar-nav .nav-link {
      font-size: 13px;
	   }
	   

dropdown-item {
font-size:12px;
 }

}
	
@media (max-width: 575px) {

.mfp-arrow {
    width: 25px !important;
    height: 35px !important;
}

.mfp-arrow-left {
	left:0% !important;	
	}

.mfp-arrow-right {
	right:0% !important;	
	}

}


@media (max-width: 991px) {

.hm-events-sec .object{
	bottom:-80px;
	left:25%;
	transform:translateX(-25%);
	}
	
	.hm-events-sec .object img{
		max-width:90%;
		}
	
.skw-pages-wrapper {
  position: relative;
  height:auto;
  overflow:visible;
}
.skw-pages {
  position: relative;
  height: auto;
  margin:0;
}

.skw-page {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.skw-page__half-55 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 500px;
}

.skw-page__half-45 {
   position: relative;
  width: 690px;
  max-width:100%;
  padding-right: 15px;
    padding-left: 15px;
  margin:0 auto;
  margin-top: 125px;
  height: 560px;
}

.skw-page__half--left {
  left: 0;
 
}
.skw-page__half--right {
  left: 0;
  
}


.skw-page__skewed {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}


.skw-page__half--left .skw-page__skewed {
  left: 0;
}
.skw-page__half--right .skw-page__skewed {
  right: 0;
}

.skw-page__half--right .skw-page__content{
padding-top:0;
padding-bottom:0;
  padding-left: 15%;
  padding-right: 15%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.skw-page__half--left .skw-page__content {
padding-top:75px;
padding-bottom:50px;
  padding-left: 15%;
  padding-right: 15%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.skw-page__content {
 
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  
}



}

@media (max-width: 575px) {


		
.skw-page__half-55 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 350px;
}

.skw-page__half-45 {
   position: relative;
   top: 0;
  width: 100%;
  height: 300px;
}

.skw-page__heading {
font-size:20px;
}
.skw-page__description {
    font-size: 12px;
	margin:0 0 25px 0;
}
.skw-page-2 .skw-page__half--right .skw-page__content{
	background-size: contain;
	}
.skw-page__half--left .skw-page__content{
	padding-left:15px;
	padding-right:15px;
	}
	
}