@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
font-size:15px;
color: #3a3550;
line-height:1.6;
}

h1, h2, h3, h4, h5, h6{
	line-height:1.3;
	margin:0;
	padding:0;
	}

button, a{
color: #3a3550;
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: #f04b52;
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;
}




.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:11px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:0;
	}


.breadcrumb{
	font-size:12px;
	font-weight:400;
	padding:0;
	background:none;
	margin:0;
	}
	
.breadcrumb-item a{
	color:#a1a1a1;
	}
	.breadcrumb-item a:hover{
	color:#bd8a27;
	}
	
.breadcrumb-item.active{
	color:#a1a1a1;
	}
	




	







/*header nav styles*/

.top-wrapper{
	position: relative;
	display: none;
}


.top-line{
	position: relative;
	background: #edeff2;
	font-size:15px;
	}

.top-line .top-left{
	position: relative;
	background: #2A5AA8;
	padding: 2px 15px 0;
	font-size: 15px;
	font-weight: 400;	
	font-family: 'Oswald', sans-serif;
}




.top-line a{
	color: #3a3550;
	}
.top-line a:hover{
	color: #f04b52;
	}

.top-line .top-right{
	position:relative;
	padding: 6px 0 0 0;
	
  display: -ms-flexbox ;
  display: flex ;
	
-ms-flex-wrap: wrap ;
  flex-wrap: wrap ;
	
-ms-flex-pack: end ;
justify-content: flex-end ;
	
  -ms-flex-align: center ;
  align-items: center ;
	
}


.top-line .top-right ul{
	margin: 0;
	padding: 0;
}

.top-line .top-right ul li {
      display: -webkit-inline-box ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
	line-height: 1;
}
    .top-line .top-right ul li:last-child {
      margin-right: 0;
      }



.top-line .iconstyle{
	font-size:14px;
	color:#f04b52;
	margin-right: 5px;
	}
	
.top-line .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: 30px;
	}	


.top-line .social-icon a{
margin-left:20px;
}

.top-line .social-icon a:first-child{
margin-left:0;
}
	
	
.top-line .social-icon .iconstyle{
	font-size:12px;
	color:#f04b52;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.top-line .social-icon .iconstyle:hover{
	color:#f04b52;
	}








.main-header{
	position:relative;
	background:#ffffff;
	}
	


	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	}
	

	
/*nav styles*/


.navbar-nav.bg {
    background: #333;
    padding: 10px 0;
}

.hdr-nav {
  padding: 0; }
  
  .hdr-nav .navbar-brand{
    padding: 10px 0;
	}
	
.navbar-brand img{
	width:200px;
	}
	
  		
  .hdr-nav .navbar-nav .nav-item {
    margin:0;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	position:relative;
	font-weight:500;
	font-size:12px;
	text-transform: uppercase;
	padding:6px 20px;
	color: #fff;	
	}

  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #fff;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #fff;
	  }
	  
	.hdr-nav .navbar-nav .nav-item.active .nav-link::after {
	}
	  
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
	background:none;
	}

.navbar-toggler {
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
	width:30px;
	height:24px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.svg) center center no-repeat;
}

.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.svg) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}






/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:0;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }



.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu li{
	border-bottom:0;
	}
	.dropdown-menu li:last-child{
	border-bottom:0;
	}


.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#112B5E;
	}

.dropdown-item {
	font-weight:400;
	padding:8px 20px;
	font-size:11px;
	text-transform: uppercase;
	color:#fff;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00153E;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #00153E;
}  



.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: 768px){


	
.navbar-brand img{
	width:200px;
	}



}



@media (min-width: 992px){

	
.navbar-brand img{
	width:185px;
	}
	

	
.navbar-nav.bg {
    background: none;
    padding: 0;
	margin-top: 10px !important;
}
	

  .hdr-nav .navbar-brand{
    padding: 17px 0;
	}

.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:11px;
	font-weight:700;
	padding:0 3px;
	color: #3a3550;;
	}
	  
.hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #f04b52;;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #f04b52;;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link::after {

	}
	
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 3px 5px;
	margin-left: 0;
	border-radius: 3px;
	background: #d41414;
	color: #fff ;
	font-size: 11px;
	top:-5px;
}
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq:hover{
	background: #333;
	color: #fff ;
}	
	
  .hdr-nav .navbar-nav .nav-item {
    margin: 0;
	}	
	
	
	
.dropdown-menu{
	background:#f5f5f5;
	}	
	
.dropdown-item {
	color:#333;
	font-size:12px;
	font-weight: 400;
	padding:8px 10px;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d41414;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #d41414;
} 	

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }	
 	


@media (min-width: 1200px){


.navbar-brand img{
	width:250px;
	}	
	
.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:13px;
	padding:0 3px;
	}

.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 10px 4px;
	font-size: 13px;
	top:-5px;
}
	
	
.dropdown-item {
	font-size:13px;
	padding:8px 15px;
	}

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

}


@media (min-width: 1300px){

	.navbar-brand img{
	width:275px;
	}	


.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:13px;
	padding:0 4px;
	}


.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 10px 4px;
	font-size: 12px;
	top:-5px;
	margin-left: 15px;
}
	
	
.dropdown-item {
	font-size:13px;
	padding:8px 15px;
	}

}

@media (min-width: 1600px){


.navbar-brand img{
	width:300px;
	}	
	


.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:14px;
	padding:0 10px;
	}

.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 14px 4px;
	font-size: 13px;
	top:-5px;
}
	
	
.dropdown-item {
	font-size:14px;
	padding:8px 15px;
	}

}


@media (max-width: 400px){


	
}


.mob-box{
	display:block;
	position:relative;
	background:#333;
	color:#fff;
	padding:0 20px 15px;
	}
	
	.mob-box a{
	color:#dedede;
	}

.mob-box ul{
	margin: 0;	
	padding: 5px 0;
	border-top:1px solid #717171;
}

.mob-box ul li {
	display: block;
	padding: 5px 0;
}

		
	
.mob-box .iconstyle{
	font-size:14px;
	color:#fff;
	margin-right:10px;
	margin-top:-5px;
	}
	


.mob-box .social-icon{
	border-top:1px solid #717171;
	padding:8px 0 0 0;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.mob-box .social-icon .iconstyle{
	font-size:11px;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.mob-box .social-icon .iconstyle:hover{
	color:#fff;
	}




.mob-box .social-icon a{
	display: block;
	margin-left:10px;
	}

.mob-box .social-icon a:first-child{
	margin-left: 0;
	}






@media (min-width: 992px){

	.mob-box{
	display:none;
}


}



/*hm-slider-sec styles*/

.hm-mainslider-sec{
position:relative;
margin:0;
}


.slider-item{
	position: relative;
}

.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.slider-caption{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 1;
	background:rgba(0,163,217,.85);
	color: #fff;
	padding: 10px;
	max-width:200px;
}

.slider-caption h1{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
	margin: 0 ;
}
.slider-caption h1 span{
	font-weight: 400;
}

.owl-item.active .slider-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}


.slider-caption .txt{
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}



.slider-caption .btn-slide{
	padding:3px 10px;
	background:none;
	border: 1px solid #fff;
	color:#fff;
	font-size:10px;
	font-weight:700;
	text-transform: uppercase;
	border-radius:3px;
	}
	
	.slider-caption .btn-slide:hover{
		background:#fff;
		color:#1764ac;
		}


.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: 5px;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
	height: 10px;
    background-color: #fff;
	border: 2px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 5px;
	border-radius: 0;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ec1f27;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ec1f27;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px 2px;
    background:none;
	color: #fff;
	font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
}
    
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
    color: #fff;
    text-decoration: none;	
	 }
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	position: absolute;
	width: 24px;
	height: 24px;	
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	bottom: 20px;
	}
    
.hm-mainslider-sec .owl-prev {right: 40px;}

.hm-mainslider-sec .owl-next {right: 10px;}


.hm-mainslider-sec .owl-theme .owl-nav{
	margin: 0;
}








@media (min-width: 576px){


.slider-caption{
	padding: 10px;
	max-width:300px;
}
	
.slider-caption h1{
	font-size: 18px;
	
}
		
	
}


@media (min-width: 768px){

.slider-caption{
	padding: 15px;
	max-width:400px;
}	
	
.slider-caption h1{
	font-size: 24px;
}

.slider-caption .txt{
	font-size: 13px;
	margin: 0 0 15px 0;
}	

	
.slider-caption .btn-slide{
	padding:5px 20px;
	font-size:10px;
	}
	
	
}


@media (min-width: 992px){


.slider-caption{
	padding: 20px;
	max-width:550px;
}	
	
.slider-caption h1{
	font-size: 34px;
}

.slider-caption .txt{
	font-size: 14px;
	margin: 0 0 15px 0;
}		

	
.slider-caption .btn-slide{
	padding:9px 30px;
	font-size:12px;
	}
	

.hm-mainslider-sec .owl-dots {
    bottom: 5px;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
	font-size: 14px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 30px;
	height: 30px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 50px;}

.hm-mainslider-sec .owl-next {right: 15px;}
	
	
	
}



@media (min-width: 1200px){

.slider-caption{
	padding: 30px 30px 20px 30px;
	max-width: 500px;
}
	
.slider-caption h1{
	font-size:36px;
}
	

.slider-caption .txt{
	font-size: 16px;
	margin: 0 0 20px 0;
}	
	

.hm-mainslider-sec .owl-dots {
    bottom: 30px;
	right: 15px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;

}
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 4px ;
	font-size: 18px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 46px;
	height: 46px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 60px;}

.hm-mainslider-sec .owl-next {right: 15px;}

	

	
}


@media (min-width: 1680px){
	

}



@media (max-width: 575px) {

.slider-caption .txt{
	display: none;
}

}












/*section-header styles*/	

.sec-header{
	position:relative;
	}
	
.sec-header h1{
	position:relative;
	color: #333;
	font-size:20px;
	font-weight:700;
	margin:0 0 25px 0;
	letter-spacing: -1px;
	}



.sec-header h1::after{
	position:absolute;
	content:"";
	width:20px;
	height:2px;
	background:#f04b52;
	bottom:-5px;
	left:0;
	right:0;
	margin: 0;
	}


.sec-header h1.hd-color{
	color: #fff;
	}
.sec-header h1.hd-color span{
	color: #fff;
	}




.btn-more{
	padding:8px 15px 7px;
	background:#23a3d9;
	border:0;
	color:#fff;
	font-size:11px;
	font-weight:500;
	text-transform: uppercase;
	border-radius:4px;
	line-height: 1.2;
	}
	
	.btn-more:hover{
		background:#f04b52;
		color:#fff;
		}
	
.btn-more.ar{
	float: right;
	margin: 0;
}	

.container-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}




/*hm-blocks-sec styles*/

.hm-about-sec{
	position:relative;
	text-align: center;
	padding: 30px 0;
	}


.hm-about-sec .sec-header h1::after{
	margin: auto;
	}

.hm-about-sec .content-box{
	position: relative;	
}

.hm-about-sec .desc{
	margin: auto;
	margin-bottom: 20px;	
}

.hm-about-sec .caption{
	font-family: 'Pacifico', cursive;
	font-weight: 400;
	font-size: 16px;
	color: #f04b52;
	margin: 0 0 15px 0;	
}


/*hm-blocks-sec styles*/

.hm-blocks-sec{
	position:relative;
	background: #f2f7fb;
	padding: 0;
	}


.hm-blocks-sec .image-bg-one{
	position: relative;
	background:url(../images/image-1.jpg) center center;
	background-size: cover;
	padding: 125px 50px;
}

.hm-blocks-sec .image-bg-two{
	position: relative;
	background:url(../images/services-bg.jpg) center center;
	background-size: cover;	
	padding: 125px 50px;
}


.hm-blocks-sec .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0;
	}
	
.hm-blocks-sec .image-wrap img{
    width: 100%;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	 transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}

.hm-blocks-sec:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	 transform: scale(1.1);
	 }
	
	
.hm-blocks-sec .image-wrap:after{
	width: 100%;
    height: 100%;
	content:'';
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgb(0, 0, 0, 0);
	padding:25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
.hm-blocks-sec:hover .image-wrap::after{
	background: rgb(0, 0, 0, 0)
	}
	
	
	

.hm-blocks-sec .content-box{
	position:relative;
	max-width: 585px;
    padding: 30px 15px;
	}
	

.hm-blocks-sec .content-box h3{
	position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.hm-blocks-sec .content-box .desc{
	margin:0 0 20px 0;
	}



.listing{
	 margin: 0 0 20px 0;
}

.listing ul{
	list-style: none;
	margin: 0;
    padding: 0;	
}

.listing li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 0 7px 20px;
}

.listing li:before {
    content: '';
    width: 6px;
    height: 9px;
	background-image: url(../images/icon-list.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 10px;
}





/*hm-product-sec styles*/	
	
.hm-product-sec{
	position:relative;
	background:#F5F5F5;
	padding:80px 0 40px 0;
	text-align:center;
	}


.hm-product-sec .sec-header h1::after {
    margin: auto;
}

.hm-product-sec .item{
	position:relative;
	margin:0 0 10px 0;
	text-align:center;
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.10);
	transition: all 0.6s ease 0s;
	}
	
.hm-product-sec .item:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.20);
    transform: translateY(-10px);
	}
	
.hm-product-sec .item .image{
	margin:0 0 10px 0;
	display: block;
    overflow: hidden;
	}
	
	
.hm-product-sec .item .image img{
    width: 100%;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	 transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}

.hm-product-sec .item:hover .image img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	 transform: scale(1.1);
	 }
	
	

	
.hm-product-sec .item h2{
	font-size:15px;
	font-weight:700;
	color:#555;
	text-transform:uppercase;
	padding:0 0 15px 0;
	}
	








/*hm-gallery-sec styles*/	

.hm-gallery-sec{
	position: relative;
	padding: 30px 0 0 0;
}




.hm-gallery-sec .container-100 {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}


.hm-gallery-sec .row {
  margin-right: -1px;
  margin-left: -1px;
  }


.hm-gallery-sec .row > .col,
.hm-gallery-sec .row > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
  }

.hm-gallery-sec .glr-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 2px 0;
}

.hm-gallery-sec .glr-item img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-gallery-sec .glr-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}



.hm-gallery-sec .glr-item .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0, 0.5);
	padding:30px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	
.hm-gallery-sec .glr-item:hover .overlay-box{
	opacity: 1;
	}



/*hm-we-do-sec styles*/

.hm-we-do-sec{
	position:relative;
	text-align:center;
	background:#333 url(../images/bg-we-do.jpg);
	background-size:cover;
	color:#ffffff;
	}


.hm-we-do-sec .content-box{
	position:relative;
	margin:20px 0;
	padding:20px;
	background: rgba(181,152,90,.85);
	}

.hm-we-do-sec .content-box .desc{

	}

.hm-we-do-sec .content-box .lists{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	}

.hm-we-do-sec .content-box .lists li{
	margin:0;
	padding:5px 0;
	font-size:13px;
	font-weight:600;
	line-height: 1.3;
	}




/*footer styles*/

.footer-sec{
	position:relative;
	font-size:14px;
	background: #edeff2;
	color:#3a3550;
	}

.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:30px 0 10px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:12px;	
	font-weight:700;
	text-transform: uppercase;
	padding:0;
	margin:0 0 15px 0;
	}
	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}


.footer-sec .footer-column .pro-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 15px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:7px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links-two li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links-two li:last-child{
	padding-bottom:0;
	}
	
	.footer-sec .footer-column a{
	color:#333;
	}
	.footer-sec .footer-column a:hover{
	color:#f04b52;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 5px 0;
	}

	

	


.footer-sec .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
	
.footer-sec .social-icon a{
    display: block;
    margin-left:15px;
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:13px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.footer-sec .social-icon .iconstyle:hover{
	color:#f04b52;
	}

.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:16px;
	}

.footer-sec .social-icon .iconstyle.icon-whatsapp{
	font-size:15px;
	}




	
.footer-sec .footer-column .box{
	position: relative;
	line-height: 1.4;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	}


.footer-sec .footer-column .box .icon{
	position:absolute;
	top:1px;
	left:0;
	}

.footer-sec .footer-column .box .txt{
	margin: 0;
	}
	
.footer-sec .footer-column .box .iconstyle{
	font-size:13px;
	}


.footer-sec .footer-bottom{
	position: relative;
	font-size: 15px;
	line-height: 1.3;
	padding: 0 0 15px 0;
}

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 5px 0;
	}


.footer-sec .design{
	font-size:12px;
	color: #A8A8A8;
	text-align: center;
	padding: 0 0 10px 0;
	}

.footer-sec .design a{
	color: #A8A8A8;
	}
.footer-sec .design a:hover{
	color: #cacaca;
	}



.footer-sec .others{
	display: -ms-flexbox ;
	display: flex ;
	margin: 30px 0 0 0;
}

.footer-sec .others .item{
	margin-right: 20px;
}

.footer-sec .others .item img{
	height: 60px;
}




.footer-logo{
	position: relative;
	margin: 0 0 30px 0;	
}

.footer-logo img{
	display: inline-block;
	width: 230px;
}


@media (min-width: 768px){
	
.footer-logo img{
    width: 300px;
}
	
}

@media (min-width: 992px){
	
.footer-logo img{
    width: 320px;
}
	
}

@media (min-width: 1200px){
	
.footer-logo img{
    width: 350px;
}
	
}


.sidebarWhatsapp {
	position: fixed;
	bottom: 7%;
	right:10px;
	z-index: 100;
}


.sidebarWhatsapp .iconstyle {

	}


.sidebarWhatsapp .iconstyle img{
	width: 50px;
	height: 50px;

	}

@media (max-width: 992px){
	
	.sidebarWhatsapp .iconstyle img{
		width: 40px;
		height: 40px;	
}
	
}



/*sub-banner styles*/
	
.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: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
		opacity:0;
		z-index: -1;
		}

.bg-about {
	background:#e0e0e0 url(../images/banner-about.jpg) center;
	background-size: cover;
	}

.bg-acrylic {
	background:#e0e0e0 url(../images/banner-acrylic.jpg) center;
	background-size: cover;
	}

.bg-carpentry {
	background:#e0e0e0 url(../images/banner-carpentry.jpg) center;
	background-size: cover;
	}

.bg-interior-design {
	background:#e0e0e0 url(../images/banner-interior-design.jpg) center;
	background-size: cover;
	}

.bg-exhibition-stands {
	background:#e0e0e0 url(../images/banner-exhibition-stands.jpg) center;
	background-size: cover;
	}


.bg-events{
	background:#e0e0e0 url(../images/banner-events.jpg) center;
	background-size: cover;
	}

.bg-kiosk{
	background:#e0e0e0 url(../images/banner-kiosk.jpg) center;
	background-size: cover;
	}


.bg-printing {
	background:#e0e0e0 url(../images/banner-printing.jpg) center;
	background-size: cover;
}

.bg-photogallery {
	background:#e0e0e0 url(../images/banner-photogallery.jpg) center;
	background-size: cover;
}

.bg-contact {
	background:#e0e0e0 url(../images/banner-contact.jpg) center;
	background-size: cover;
	}






.sub-header{
	position: relative;	
}

.sub-header h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	color: #333;
	text-transform:uppercase;
	margin:0 0 25px 0;
	letter-spacing: -1px;
}

.sub-header h1::after{
	position:absolute;
	content:"";
	width:20px;
	height:2px;
	background:#f04b52;
	bottom:-5px;
	left:0;
	right:0;
	margin: 0;
	}

.sub-header h1 span{
	font-weight:400;
	}


/*about-sec styles*/

.about-sec{
	position:relative;
	padding:30px 0;
	}

.about-sec .image-box{
	position:relative;
	}

.about-sec .image-box img{
	width: 100%;
	}

.about-sec .content-box {
	position:relative;
	padding: 0;
	}
.align-center {
  -ms-flex-item-align: center ;
  align-self: center ;
}



.about-sec .desc-box{
	position:relative;
	font-size: 14px;
	font-weight: 600;
	color: #828189;
	line-height: 1.4;
	margin: 0 0 20px 0;
	}

	.about-sec .desc{
	margin:0 0 20px 0;
	}
	
	

.about-sec .image-column{
	position: relative;	
}

.about-sec .image-column .row {
  margin-right: -5px;
  margin-left: -5px;
}

.about-sec .image-column .row > .col,
.about-sec .image-column .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
	


.about-sec h3{
	position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}




/*about-sec styles*/

.ServiceSec{
	position:relative;
	padding:30px 0;
	}


.ServiceSec .boxRow{
	position:relative;
	padding:0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
	}

.ServiceSec .image-box{
	position:relative;
	margin: 0 0 20px 0;
	}

.ServiceSec .image-box img{
	width: 100%;
	}

.ServiceSec .content-box {
	position:relative;
	padding: 0;
	}



	.ServiceSec .desc{
	margin:0 0 20px 0;
	}
	
	


.ServiceSec h2{
	position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.ServiceSec h3{
	 position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #333;
	text-transform: uppercase;
    margin: 0 0 10px 0;
}


.ServiceSec .boxRowOne{
	position: relative;
	margin: 0 0 10px 0;
}



.ServiceSec .imgBoxItem{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}

.ServiceSec .imgBoxItem .imageBox{
	position: relative;
	margin: 0 0 5px 0;
}

.ServiceSec .imgBoxItem .imageBox img{
	width: 100%;
}

.ServiceSec .imgBoxItem .title{
	font-weight: 600;

}






.gen_boxRowOne{
	position: relative;
	margin: 0 0 10px 0;
}



.gen_boxRowOne .imgBoxItem{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}

.gen_boxRowOne .imgBoxItem .imageBox{
	position: relative;
	margin: 0 0 5px 0;
}

.gen_boxRowOne .imgBoxItem .imageBox img{
	width: 100%;
}

.gen_boxRowOne .imgBoxItem .title{
	font-weight: 600;

}







/*gallery styles*/

.gallery-sec{
	position:relative;
	padding:30px 0;
	}


.gallery-sec .gallery-single-row{
	position:relative;
	}

.gallery-sec .gallery-single-row .row {
  margin-right: -15px;
  margin-left: -15px;
  }

.gallery-sec .gallery-single-row .row > .col,
.gallery-sec .gallery-single-row .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  }

.gallery-sec .gallery-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.gallery-sec .gallery-item img{
	object-fit:cover;
	width: 100%;
	height: 150px;
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.gallery-sec .gallery-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}

.gallery-sec .gallery-item .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0, 0.5);
	padding:30px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	
.gallery-sec .gallery-item:hover .overlay-box{
	opacity: 1;
	}




/*contact styles*/


.contact-sec{
	position:relative;
	padding:30px 0;
	}


.contact-sec h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #888;
    margin: 0 0 10px 0;
}


.contact-sec .contact-row{
	position: relative;
	margin: 0 0 25px 0;	
}


.contact-sec .contactbox{
	position: relative;
	line-height: 1.4;
	margin: 0 0 15px 0;
	display: -ms-flexbox ;
	display: flex ;
}


.contact-sec .contactbox .txtbox{	
	-ms-flex-item-align: center ;
	align-self: center ;	
	-ms-flex-positive: 1;
	flex-grow: 1;
}

	.contact-sec .contactbox .icon{
	position:relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px 0 0;
	}

	.contact-sec .contactbox .icon .iconstyle{
	font-size:13px;
	color:#f04b52;
	}


.contact-sec .contactbox h6{
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 3px 0;
}

.contact-sec .contactbox .txt{
	font-size: 15px;	
	font-weight: 500;	
}


.contact-form{
	position: relative;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}

.contact-form h4{
	position:relative;
	font-size: 16px;
	font-weight: 600;
	color: #888;
	margin: 0 0 10px 0;
	}

.contact-form .desc{
	margin: 0 0 20px 0;
	}



.contact-form .form-group{
	margin-bottom:10px;
	}
	
.contact-form .form-control{
	padding:6px 10px;
	border-radius:0;
	border:1px solid #cccccc;
	background:#ffffff;	
	color:#333;
	font-size:15px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.contact-form .form-control:focus {
    box-shadow:none;
	background:#fff;
	border:1px solid #8e8e8e;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #615F68;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #615F68;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #615F68;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #615F68;
  opacity: 1;
}


.contact-form .btn-submit{
	padding:8px 20px 7px;
	background:#23a3d9;	
	color:#fff;
	border: 0;
	font-size:11px;	
	font-weight:400;
	text-transform: uppercase;
	border-radius:4px;
	line-height: 1.2;
	margin: 5px 0 0 0;
	}

	
	.contact-form .btn-submit:hover{
		background:#f04b52;
		color:#fff;
	}





.contact-form .form-row{
margin-right: -7px;
margin-left: -7px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 7px;
padding-left: 7px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.50rem + 2px);
  padding: 10px 20px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.50rem;
  padding: 10px 20px;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #d41414;
  border-left: 1px solid #cccccc;
  border-radius: 0;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	border: 1px solid #D5D5D5;
}

.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00973D;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}


.contact-form-sec{
	position:relative;
	padding:30px 0;
	}




.locationSec{
	position:relative;
	}
	
.locationSec .location{
	position:relative;
	height:300px;
	background:#ccc;
	}	
	
.locationSec .location iframe{
	height:300px;
	}








.productMain-sec{
	position:relative;
	padding:30px 0;
	}

.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;
-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
}
.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:.1}
.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%;
}

 
}






/*product-list-sec styles*/	
	
.product-list-sec{
	position:relative;
	background:#F5F5F5;
	padding:30px 0;
	}

.product-list-sec .proItem{
	position:relative;
	margin:0 0 10px 0;
	text-align:center;
	transition: all 0.6s ease 0s;
	}
	
.product-list-sec .proItem:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
	}
	
.product-list-sec .proItem .image{
	margin:0 0 10px 0;
	display: block;
    overflow: hidden;
	}
	
	
.product-list-sec .proItem .image img{
    width: 100%;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	 transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}

.product-list-sec .proItem:hover .image img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	 transform: scale(1.1);
	 }
	
	

	
.product-list-sec .proItem h4{
	font-size:13px;
	font-weight:600;
	color:#000000;
	text-transform:uppercase;
	padding:0 0 15px 0;
	}
	
.product-list-sec .proItem h5{
	font-size:10px;
	font-weight:400;
	color:#888888;
	text-transform:uppercase;
	margin:0 0 2px 0;
	}








/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #150816;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


