body,html {
	font-family: 'Lato', sans-serif;
    background-color: #1a1d25;
    background-image: url(../img/templatemo_body.png);
    background-repeat: repeat;
	
}

a,button,div,.form-control{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.login_form
{
	    border: 3px solid;
    padding-bottom: 5pc;
    padding-top: 3pc;
	background:rgba(96, 125, 139, 0.41)
}
.login_form label
{
	color:#fff;
}
.register
{
	float:right;
	
}

a{
	text-decoration:none;
}
.top-menu
{
	background:#fff;
}

.logo
{
	    position: relative;
    left: -11px;
}

.home-box {
    position: relative;
    overflow: hidden;
}

.home-box .img-holder img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: brightness(.4);
    transition: all .5s ease-in-out;
}

.home-box:hover .img-holder img {
    filter: brightness(1);
}

.home-box h3 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;
}

.home-box h3 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.view-more {
    background-color: #1a170ded;
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.home-box:hover .view-more {
    opacity: 1;
}

.view-more a {
    font-weight: 500;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    text-decoration: none;
}

.view-more a img {
    vertical-align: middle;
}
.gallery_content  .navbar-expand-lg .navbar-nav .nav-link {
      
           position: relative;
        right: -64px;
    margin-left: 50px;
	
}
 .navbar-expand-lg .navbar-light  .navbar-nav .nav-link
 {
	     position: relative;
    right: -24px;
    margin-left: 50px;
 }
 
 .navbar-light .navbar-nav .nav-link {
    color: #000;
	font-size:16px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #d2ac67;
   
}

 .navbar-light .navbar-nav .nav-link:hover
 {
	 color:#d2ac67;
 }
.header_items li a
{
	
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
}
.header_items li a:hover , .header_items .nav-item.active a
{
	color:#d2ac67;
}
.images
{
	position:relative;
}
.images img
{
	filter:brightness(.4);
	
}
.images img:hover
{
	filter:brightness(1);
}
.gallery
{
	position:relative;
	margin-bottom:100px;
}
.gallery h1
{

  
 
       font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.22;
    position: absolute;
    left: 26px;
       bottom: 43px;
}
.gallery h1 span
{
	display:table-cell;
   float:left;
}
.gallery .image1 img
{
	position:relative;
	filter:brightness(.4);
}
.gallery .image1 i.fa
{
	position: absolute;
	color:#fff;
    right: 40px;
    bottom: 26px;
   opacity:0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #000;
    padding: 16px;
    line-height: 16px;
	    font-size: 30px;
}
.gallery .image1 img:hover 
{
	filter:brightness(1);
	backgrounddd:url('../img/layer1_object.png');
	
}
.gallery .image1 i.fa:hover
{
	opacity:1;
	filter:brightness(1);
}
.arrows_class
{
	
}
.images  .last_heading  i.fa
{
	position: absolute;
	color:#1b1e21ad;
    right: 40px;
    bottom: 26px;
   opacity:0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #d2ac67;
    padding: 16px;
    line-height: 16px;
	    font-size: 30px;
}
.images  .last_heading  i.fa:hover
{
	opacity:1;
	filter:brightness(1);
}
/*=== About Page content ===*/
.footer_div
{
	text-align:center;
	margin-bottom:50px;
	margin-top:50px;
}
.footer_content li 
{
	list-style:none;
	font-weight:500;
	
}
.footer_content li  a 
{
	text-decoration:none;
	float:left;
	color:#59595a;
	padding-right: 0.5rem;
}
.social_icons
{
	float:right;
	color:#000;
	    margin-bottom: 10px;
}

.social_icons i
{
	
}
.social_icons i.fa {
 display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
  
    background: #b2b2b2;
   
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin-left: 10px;

}
.social_icons i:hover
{
	background-color:#80693e;
	
}
/*=== Gallery Page content ===*/

.button:focus {
   
    outline: none;
    
}
 
 .gallery_content   .button {
  display: inline-block;
 
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
 
  font-size: 16px;

  cursor: pointer;
}

 .gallery_content  .button-group .button:hover {
  background-color: #000;
 
  color: rgb(210, 172, 103);
}

.gallery_content  .button-group  .button:active,
 .gallery_content   .button-group  .button.is-checked {
  color: rgb(210, 172, 103);
}



 
/* ---- button-group ---- */

 .gallery_content   .button-group {
  margin-bottom: 20px;
        padding-left: 40px;

}

.gallery_content   .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.gallery_content   .button-group .button {
    
    border-radius: 0;
    margin-left: 0;
    text-transform: uppercase;

     color: #fff;
    font-size: 13px;
    font-weight: 500;
  position:relative;
    left: 25%;
	  
    border: none;
    text-align: center;
  
    margin-bottom: 20px;
    background-color: transparent;
   
      padding: 8px 13px 0px 0px;
    box-shadow: none !important;
    cursor: pointer;
    transition: all .5s ease-in-out;
}



.gallery_content h1
{
	font-size:24px;
	font-weight:500;
	color:#d2ac67;
	text-transform:uppercase;
}
.arrows_class
{    position: absolute;
    bottom: -47px;
    right: 22px;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.show-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    top: 0;
    filter:brightness(.4);
    opacity: 0;
    transition: all .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	vertical-align:middle;
}
.show-link a
{
	position:absolute;
	transform:translate(-50% , -50%);
	left:50%;
	top:50%;
}
.show-link a img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
	   
}
.show-link a img:hover
{
	color:rgb(210, 172, 103);
}
ct-box {
    position: relative;
    overflow: hidden;
}
.product-box:hover .show-link {
    opacity: 1;
}

 .gallery_content
 {
	 position:relative;
 }




 
/*=== About Page content ===*/

.about_content h1
{
	 font-size: 24px;
	 color: rgb(210, 172, 103);
	 text-transform: uppercase;
	line-height: 2.513;

	font-weight:500;
}




.about_content p
{
	 font-size: 12px;
	  color: rgb(255, 255, 255);
	 line-height: 1.852;
	
	
	font-weight:100;
}


.about_content h2
{
	 font-size: 24px;
	 color: rgb(210, 172, 103);
	 line-height: 1.508;
	font-weight:500;
	
	
	
}


.about_content h4
{
	font-weight:100;
	 font-size: 12px;
	  color: rgb(255, 255, 255);
  line-height: 2.513;
	
	 text-transform: uppercase;
	
}


.about_content a 
{
	    background: #d2ac67;
    border-radius: 24px;
    width: 220px;
    height: 50px;
    font-size: 13px;
line-height: 3.2;
  text-align: center;
    color: rgb(0, 0, 2);
	 text-transform: uppercase;
	 font-weight:500;
	 margin-left: 20px;
}
 .about_content  .owl-carousel .owl-item img {
    display: block;
	width:auto;
    height: auto;
}
 .about_content  .owl-theme .owl-nav [class*=owl-] {
     color: rgb(210, 172, 103);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    background-color: #000;
    width: 27px;
    height: 16px;
}

 .about_content  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: rgb(210, 172, 103);
    text-decoration: none;
}
 .about_content  .owl-theme .owl-nav .disabled {
    opacity: 1;
}
.about_content  .owl-theme .owl-nav
{
	    margin-top: 23px;
	    text-align: right;
		margin-right: 110px;
}
.footer
{  position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
  

}

/*=== Contact Page content ===*/

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
	width:100%;
	
height:450px;
object-fit:cover;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	
	
}
.data_content
{
}

.contact_content h1
{
	 font-size: 24px;
 color: rgb(210, 172, 103);
  text-transform: uppercase;
  line-height: 2.513;
  font-weight:500;


}
.contact_data 
{
	padding-left:100px;
}


.contact_content p
{
	font-weight:300;
	    font-size: 13px;
	   color: rgb(255, 255, 255);
  line-height: 2.369;
   text-align: left;
}

.address_content a 
{
	text-decoration:none;
}

.address_content span
{
	 font-size: 14px;
		color: rgb(255, 255, 255);
	 text-align: left;
	    margin-left: 24px;
	font-weight:500;
	
}
.address_content i 
{
	color:#fff;
	width:20px;
	height:15px;
	
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
  
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
/*=== newHome Page content ===*/

.newhome_content
{
	position:relative;
}
.newhome_content  .top_image
{
	

	text-align:center;
	  
}
.newhome_content  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}
.newhome_content  .top_image 
{
	position:relative;
	width:100%;
	height:auto;
	
	  
}
.heading_main
{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
	
}

.heading_main2
{
	    display: table;
    height: 100%;
    width: 100%;
}

.heading_main3
{
	
	    display: table-cell;
    vertical-align: middle
}
	.newhome_content   h1
{
	color:#d2ac67;
	font-weight:300;
    
	text-transform:uppercase;
	font-size:48px;
	
}
.newhome_content h4
{
	font-weight:100;
	 font-size: 12px;
	  color: rgb(255, 255, 255);
  line-height: 2.513;
	    margin-left: 15px;
	 text-transform: uppercase;
	
}
.newhome_content  .data_top
{
	position:relative;
	top:210px;
}
.newhome_content  .data_top p 
{
	position:absolute;
	top:60px;
	    margin-right: 27px;
}

.newhome_content h2
{
	font-size:36px;
	font-weight:300;
	text-transform:uppercase;
	color:#d2ac67;
}

.newhome_content p
{
	font-size:14px;
	font-weight:100;
	 color: rgb(255, 255, 255);
	  line-height: 1.2;
}
.data_top2
{
	position:relative;
	top:70px;
	margin-bottom:130px;
}
.newhome_content  .owl-carousel .owl-item img {
    display: block;
	width:auto;
    height: auto;
}
.newhome_content   .owl-theme .owl-nav [class*=owl-] {
     color: rgb(210, 172, 103);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;

    width: 27px;
    height: 16px;
	   
}

.newhome_content   .owl-theme .owl-nav [class*=owl-]:hover {
  
    color: rgb(210, 172, 103);
    text-decoration: none;
}
.newhome_content .owl-theme .owl-nav .disabled {
    opacity: 1;
    position: absolute;
    left: -56px;
    bottom: 45%;
}
.newhome_content   .owl-theme .owl-nav
{
	    margin-top: 23px;
	    text-align: right;
		margin-right: 110px;
}

 .newhome_content   .owl-theme .owl-nav .owl-next
 {
	    padding-top: 0px;
    padding-left: 0px;
	 position: absolute;
    top: 40%;
    right: -30px;
	background:#000;
 }
.newhome_content   .owl-theme .owl-nav .owl-prev

{
	     padding-top: 0px;
    padding-left: 0px;
	    position: absolute;
    top: 40%;
    left: -60px;
	background:#000;
}

 .footer-fix{
	
	   
    
    
}































