
@import url('https://fonts.googleapis.com/css?family=Poppins: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=Playfair+Display:400,400i,700,700i,900,900i');

@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:12px;
color: #000000;
line-height:1.7;
}

h1, h2, h3, h4, h5, h6{
	line-height:1.2;
	margin:0;
	padding:0;
	letter-spacing: -1px;
	}

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: #d50000;
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;
}


.form-control-file, .form-control-range{
	font-size:14px;
	}





/*container styles*/

.page-wrapper{
	position:relative;
	width: 100%;
	max-width: 1920px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	}

.top-container{
	position:relative;
	width: 100%;
	max-width: 1920px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	}

.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}



/*header nav styles*/

.top-line{
	color:#666666;
	padding:2px 0 2px 0;
	font-size:12px;
	font-weight:500;
	position: absolute;
	right: 0;
	top:5px;
	z-index:1;
	display:none;
	}

	
.top-line .top-right{
	position:relative;
	
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
		
.top-line .tel{
	margin:0 20px 0 0;		
	}
	.top-line .tel span{
		color:#d50000;	
	}

.top-line .email{
	}
	
	.top-line .email a{
	color:#d50000;
	margin:0;	
	}
	
	.top-line .email a:hover{
	color:#000000;
	}
	





.main-header{
	position:relative;
	background:#ffffff;
	}
	
	
header {
position: fixed;
width: 100%; 
top: 0;
right: 0;
left: 0;
z-index: 1030;
	transition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}


 
header.sticky{
padding:0;
}

header.sticky .hdr-nav .navbar-brand {
padding:10px 0;
}

header.sticky .main-header{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}


header.sticky .hdr-nav .navbar-brand img{
	width: auto;
	}
	
header .hdr-nav .navbar-brand img{
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
	}
	

header.sticky .hdr-nav .navbar-nav{
	margin-top:20px;
	}




/*nav styles*/

.hdr-nav {
  padding: 0; }
  
  .hdr-nav .navbar-brand{
    padding: 24px 0 23px;
	width:150px;
	margin-right:5px;
	}
	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	}
	
.christmas{
	width:60px;
	height:60px;
	}
	
	
	
  		
  .hdr-nav .navbar-nav .nav-item {
    margin: 0 12px;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	padding: 5px 0px;
	color: #000000;
	font-size:12px;
	font-weight: 600;
	text-transform:uppercase;
	}
	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #d50000;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #666666;
	  }
	  
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


.navbar-light .navbar-toggler {
    background: #666;
    color: #fff;
    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;
}






/*************/
/* 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:#ffffff;
	}

.dropdown-item {
	padding:4px 10px;
	font-size:12px;
	font-weight:600;
	color:#000000;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d50000;
}

.dropdown-item.active, .dropdown-item:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #d50000;
}  



.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: 576px){


.hdr-nav .navbar-brand{
	width: auto;
	margin-right:1rem;
	}
	
.christmas{
	width:80px;
	height:80px;
	}
	
	
}



@media (min-width: 992px){

.hdr-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
	  font-size:14px;
	  }
	  
.hdr-nav .navbar-nav{
	margin-top:20px;
	}	
	  
	  
.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: 210px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }	
 	


/*hm-slider-sec styles*/

.hm-slider-sec{
	position:relative;
	margin:90px 0 0 0;
	}	

.carousel-control-next, .carousel-control-prev{
	width: auto;

}
.carousel-control-prev{

	}
	
.carousel-control-prev-icon{
	background:#000000 url(../images/slide-previous-icon.png) no-repeat center center;
	}
.carousel-control-next-icon{
	background:#000000 url(../images/slide-next-icon.png) no-repeat center center;
	}
	
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:20px;
	height:20px;
	}
	
		

.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: auto;
	left:5%;
    bottom: 5%;
	transform:translateY(-5%);
	text-align:left;
	}
	
.carousel-caption-2 {
    right: 8%;
    top: 50%;
	transform:translateY(-50%);
	}
	
.carousel-caption-3 {
    left: 10%;
    top: 50%;
	transform:translateY(-50%);
	}

.carousel-caption-1 h1{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:26px;
	line-height:1;
	color:#212121;
	}
	
	.carousel-caption-1 h1 span{
	font-weight:700;
	display:block;
	color: #d50000;
	}



.carousel-caption-1 h2, .carousel-caption-2 h2, .carousel-caption-3 h2{
	font-size:14px;
	color:#ffffff;
	line-height:1;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
	
.carousel-caption-1 h3, .carousel-caption-2 h3, .carousel-caption-3 h3{
	font-size:10px;
	color:#ffffff;
	line-height:1;
	text-transform:uppercase;
	}
	
	.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-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;
}




/*banner styles*/

.home-banner{
	position:relative;
	background:url(../images/web-banner-christmas-mobile.jpg) center center;
	/*background:url(../images/home-banner-mobile.jpg);*/
	background-size:cover;
	width:100%;
	height:400px;
	margin:90px 0 0 0;
	}


.home-banner .banner-heading{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 40px;
	line-height:1;
	color:#ffffff;
	display:block;
	padding:0 0 63px 0;
	}
	
	.home-banner .banner-heading span{
	font-weight:700;
	display:block;
	}


.hdr-christmas{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 30px;
	line-height:1;
	text-transform:uppercase;
	color:#222e2c;
	padding:25px;
	margin-left:120px;
	border:1px solid #666b6a;
	display:none;
	}
	
.hdr-christmas span{
	font-weight:700;
	display:block;
	}
	
	
	
	
	

	



/*section-header styles*/	

.sec-header{
	}
	
.sec-header h4, .sec-header-white h4{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#d50000;
	text-transform: uppercase;
	margin:0 0 20px 0;
	padding:0;
	padding-left:40px;
	}
	
	.sec-header h4:before, .sec-header-white h4:before{
			position:absolute;
			content:"";
			width:30px;
			height:2px;
			top:50%;
			left:0;
			background:#d50000;
			}
			

.sec-header-white h4{
	color:#ffffff;
	}
	
	.sec-header-white h4:before{
			background:#ffffff;
			}
			
	
.sec-header h2{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	line-height:1.1;
	font-size:20px;
	letter-spacing:0px;
	color:#000000;
	margin:0 0 20px 0;
	padding:0;
	}
		
.sec-header h3{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:18px;
	letter-spacing:0px;
	color:#000000;
	margin:0 0 15px 0;
	padding:0;
	}


.hdr-white{
	color:#ffffff !important;
	}

.btn-more{
	padding:5px 15px;
	border:2px solid #d50000;
	color:#000000;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0;
	}
	
	.btn-more:hover{
		background:#d50000;
		color:#ffffff;
		}
	
		
.btn-more-blk{
	padding:5px 15px;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0;
	}
	
	.btn-more-blk:hover{
		border:2px solid #ffffff;
		background:#ffffff;
		color:#d50000;
		}			


/*hm-intro-sec styles*/

.hm-intro-sec{
	position:relative;
	padding:40px 0;
	}

.hm-intro-sec .desc{
	margin:0 0 30px 0;
	}
	
	.hm-intro-sec .desc span{
	font-weight:600;
	}




/*hm-training-sec styles*/

.hm-training-sec{
	position:relative;
	padding-bottom:10px;
	}
	

.hm-training-sec .bg-grey{
	position:relative;
	background:#1c2020;
	padding-top:40px;
	padding-bottom:1px;
	margin:0 0 40px 0;
	}
	

	

.hm-training-sec .content-box{
	position:relative;
	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;
	}



.hm-training-sec .content-box .icon{
	margin: 0 0 10px 0;
	}
.hm-training-sec .content-box .icon img{
	display: inline-block;
	width: 40px;
	}
	
.hm-training-sec .content-box h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:16px;
	margin:0 0 10px 0; 
	}

.hm-training-sec .content-box:hover h3{
	color:#d50000;
	}
	
.hm-training-sec .content-box .desc{
	margin:0 0 30px 0;
	}
	



.hm-training-sec .content-box .row{
	margin-right: -2px;
    margin-left: -2px;
	}
	
.hm-training-sec .content-box .row > .col,
.hm-training-sec .content-box .row > [class*="col-"] {
	padding-right: 2px;
	padding-left: 2px;
	}

.hm-training-sec .item-logos{
	margin:0 0 10px 0; 
	}
	.hm-training-sec .item-logos img{
		display: inline-block;
		width:75px;
		}



/*hm-we-do-sec styles*/

.hm-we-do-sec{
	position:relative;
	padding-bottom:40px;
	}
	

.hm-we-do-sec .bg-red{
	position:relative;
	background:#d50000;
	padding-top:40px;
	padding-bottom:1px;
	margin:0 0 2px 0;
	}
	
	
.hm-we-do-sec .row{
	margin-right: -1px;
    margin-left: -1px;
	}
	
.hm-we-do-sec .row > .col,
.hm-we-do-sec .row > [class*="col-"] {
	padding-right: 1px;
	padding-left: 1px;
	}
	
	
.hm-we-do-sec .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 2px 0;
	}
	
.hm-we-do-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-we-do-sec .image-wrap:hover img{
    -moz-transform: rotate(-2deg) scale(1.1);
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    -o-transform: rotate(-2deg) scale(1.1);
	 transform: rotate(-2deg) scale(1.1);
	 }
	
	
.hm-we-do-sec .image-wrap .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.7);
	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-we-do-sec .image-wrap:hover .overlay-box{
	background: rgba(100, 0, 0, 0.9);
	}	

.hm-we-do-sec .content-box{
	position:relative;
	color:#ffffff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform .5s ease-out;
	}
	
.hm-we-do-sec .image-wrap:hover .content-box{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	
.hm-we-do-sec .content-box .number{
	font-size:10px;
	margin:0 0 20px 0;
	}
	
.hm-we-do-sec .content-box h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:16px;
	margin:0 0 15px 0; 
	}
	
.hm-we-do-sec .content-box .desc{
	font-size:12px;
	margin:0;
	max-height:80px;
	overflow:hidden;
	}
	
.hm-we-do-sec .btn-text{
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0;
	padding:0;
	position:absolute;
	bottom:20px;
	}
	
	.hm-we-do-sec .btn-text:hover{
	color:#ef9a9a;
	}
	
	
	
	
/*hm-portfolio-sec  styles*/

.hm-portfolio-sec{
	position:relative;
	padding-bottom:40px;
	}
	
.hm-portfolio-sec .row{
	margin-right: -5px;
    margin-left: -5px;
	}
	
.hm-portfolio-sec .row > .col,
.hm-portfolio-sec .row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
	}


.hm-portfolio-sec .portfolio-box{
	position:relative;
	text-align:center;
	margin:0 0 30px 0;
	}

.hm-portfolio-sec .portfolio-box .image{
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 15px 0;
	}
	
	
.hm-portfolio-sec .portfolio-box .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-portfolio-sec .portfolio-box: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-portfolio-sec .portfolio-box .title{
	font-weight:500;
	font-size:14px;
	line-height:1.2;
	letter-spacing: -1px;
	margin:0 0 5px 0;
	}
	
.hm-portfolio-sec .portfolio-box .sub-title{
	font-weight:400;
	font-size:11px;
	line-height:1.2;
	color:#a6a6a6;
	}











.hm-portfolio-sec .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0;
	}
	
.hm-portfolio-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-portfolio-sec .image-wrap: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-portfolio-sec .image-wrap .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgb(213, 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-portfolio-sec .image-wrap:hover .overlay-box{
	background: rgb(213, 0, 0, .5);
	}	
	


.hm-portfolio-sec .content-box{
	position: absolute;
	bottom:20px;
	color:#ffffff;
    -webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform .5s ease-out;
	}
	
.hm-portfolio-sec .image-wrap:hover .content-box{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}

	
.hm-portfolio-sec .content-box h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:16px;
	margin:0 0 3px 0;
	}
	
.hm-portfolio-sec .content-box h5{
	font-weight:400;
	font-size:11px;
	}	
	

.hm-portfolio-sec .center{
	text-align:center;
	}






/*hm-clients-sec  styles*/

.hm-clients-sec{
	position:relative;
	padding-bottom:40px;
	}
	
	

.hm-clients-sec .clients-bx{
	padding:0;
	}
	
.owl-carousel .item{
	overflow:hidden;
	}

	
.hm-clients-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: .8;
	}

.hm-clients-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#c2c2c2;
	width:12px;
	height:12px;
	}
	
.hm-clients-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-clients-sec .owl-carousel .owl-item img{
	width:auto;
	}

.hm-clients-sec .owl-theme .owl-nav{
	position:absolute;
	top:-32px;
	right:0;
	margin-top:0;
	}
	
.hm-clients-sec .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin:0 10px 0 0;
    padding:0;
    background: none;
	color: #333;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
	}
	
	.hm-clients-sec .owl-theme .owl-nav [class*='owl-']:last-child {
		margin:0;
	}
	
.hm-clients-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #333;
	text-decoration: none;
	}



	



/*hm-bottom-bg-sec  styles*/

.hm-bottom-bg-sec{
	position:relative;
	background:url(../images/hm-bg-parallax-1.jpg) no-repeat fixed;
	background-size:cover;
	height:200px;
	text-align:center;
	padding:25px;
	margin:0 0 40px 0;
	}

.hm-bottom-bg-sec .box{
	position:relative;
	margin:auto;
	}

.hm-bottom-bg-sec h3{
	position:relative;
	font-weight:300;
	font-size:16px;
	color:#ffffff;
	margin-bottom:25px;
	}



	

/*footer styles*/

.footer-sec{
	position:relative;
	border-top:1px solid #e1e1e1;
	font-weight:500;
	font-size:11px;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:40px 0 20px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h4{
	font-size:12px;
	font-weight:600;
	color:#d50000;
	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:3px 0;
	list-style:none;
	line-height:1.2;
	}
	
	.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 a{
	color:#000000;
	}
	.footer-sec .footer-column a:hover{
	color:#d50000;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 5px 0;
	}


.footer-sec .footer-logo{
	position:relative;
	margin:0 0 20px 0;
	}
	
	.footer-sec .footer-logo img{
	width:138px;
	height:32px;
	}



.footer-sec .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0 0 30px 0;
	}
	
.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:15px;
	color:#555;
	-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:#d50000;
	}





.footer-sec .social-icon a:hover{
	color:#000000;
	}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}
	
	
.footer-sec .social-icon svg {
  cursor: pointer;
  display: inline-block;
  width:17px;
  height: 17px;
}

.footer-sec .social-icon svg path,
.footer-sec .social-icon svg rect,
.footer-sec .social-icon svg circle,
.footer-sec .social-icon svg polygon {
  transition: fill 0.5s ease;
  fill: #555555;
}

.footer-sec .social-icon svg:hover path,
.footer-sec .social-icon svg:hover rect,
.footer-sec .social-icon svg:hover circle,
.footer-sec .social-icon svg:hover polygon {
  fill: #d50000;
}


.footer-sec .copyright{
	font-size:10px;
	}



.footer-sec .form-group{
	margin:0;
	}
	
.footer-sec .form-control{
	padding:0;
	border-bottom:1px solid #e1e1e1 !important;
	border:0;
	border-radius:0;
	background: none;
	color:#333333;
	font-size:11px;
	margin:0;
	width: auto;
	max-height:30px;
	}
	
		
	
.footer-sec .btn-subscibe{
	background:url(../images/btn-subscribe.png) no-repeat center center;
	padding:0;
	border:0;
	border-radius:0;
	width:25px;
	height:25px;
	}
	
	.footer-sec .btn-subscibe:hover{
	background:url(../images/btn-subscribe.png) no-repeat center center;
	}


.footer-sec .btn:not(:disabled):not(.disabled).active, .footer-sec .btn:not(:disabled):not(.disabled):active{
	background:url(../images/btn-subscribe.png) no-repeat center center;
	}








.footer-sec form ::-webkit-input-placeholder { /* Chrome */
  color: #666666;
}

.footer-sec form :-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}

.footer-sec form ::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}

.footer-sec form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #a39c8d;
  opacity: 1;
}


/*sub-banner styles*/
	
.sub-banner-sec{
	position:relative;
	color:#ffffff;
	height:150px;
	z-index: 1;
	margin:90px 0 0 0;
	}


.bg-about{
	background:url(../images/banner-about.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-training{
	background:url(../images/banner-training.jpg) no-repeat center top;
	background-size:cover;
	}
	
.bg-portfolio{
	background:url(../images/banner-portfolio.jpg) no-repeat center top;
	background-size:cover;
	}
	
	
.bg-we-do{
	background:url(../images/banner-we-do.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-webdesign{
	background:url(../images/banner-webdesign.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-seo{
	background:url(../images/banner-seo.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-smo{
	background:url(../images/banner-smo.jpg) no-repeat center top;
	background-size:cover;
	}
	
.bg-branding{
	background:url(../images/banner-branding.jpg) no-repeat center top;
	background-size:cover;
	}
		
.bg-printing{
	background:url(../images/banner-printing.jpg) no-repeat center top;
	background-size:cover;
	}	
	
.bg-photo-video{
	background:url(../images/banner-photo-video.jpg) no-repeat center top;
	background-size:cover;
	}			

	
.bg-contact{
	background:url(../images/banner-contact.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-careers{
	background:url(../images/banner-careers.jpg) no-repeat center top;
	background-size:cover;
	}
	


.sub-banner-sec .box{
	position:relative;
	}
	
.sub-banner-sec h1{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:30px;
	line-height:1;
	}
	
.sub-banner-sec h2{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:30px;
	line-height:1;
	}
	
	
.sub-banner-sec h4{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:14px;
	}

	
	
/*about styles*/	

.about-sec{
	position:relative;
	padding:40px 0;
	}
	
.about-sec .pr-5{
	padding-right:15px !important;
	}	
	
	
	.about-sec .desc{
		margin:0 0 40px 0;
		}

.about-box-one, .about-box-two{
	position: relative;
    height: 150px;
    padding: 25px;
	}
	
.about-box-one{
    background: url(../images/about-bg-1.jpg) no-repeat;
    background-size: cover;
	}
	
.about-box-two{
    background:#1c2020;
	}
		

.about-box-one .box{
    position: relative;
	}

.about-box-two .box{
    position: relative;
	text-align:center;
	}
	
	
.about-box-one .title, .about-box-two .title{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:18px;
	line-height:1.2;
	letter-spacing:0px;
	color:#ffffff;
	padding:0;
	}
	
.about-box-one .title{
	margin:0;
	}
		
.about-box-two .title{
	margin:0 0 30px 0;
	}


	

.about-sec-two{
	position:relative;
	background:url(../images/about-bottom-bg.jpg) no-repeat fixed;
	background-size:cover;
	height:200px;
	text-align:center;
	padding:25px;
	margin:0 0 40px 0;
	}

.about-sec-two .box{
	position:relative;
	}

.about-sec-two h3{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#ffffff;
	margin:auto;
	margin-bottom:25px;
	}	
	
	
.about-sec-three{
	position:relative;
	padding:0 0 40px 0;
	}
	
	.about-sec-three .desc{
		margin:0;
		}



/*we-do-sec styles*/

.we-do-sec{
	position:relative;
	padding:40px 0 25px 0;
	}

.we-do-sec h5{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:16px;
	letter-spacing:0px;
	margin:0 0 15px 0;
	padding:0;
	}

.we-do-sec .desc{
	}



/*we-do-sec-two styles*/

.we-do-sec-two{
	position:relative;
	padding:0 0 40px 0;
	}
	
.we-do-sec-two .row{
	margin-right: -1px;
    margin-left: -1px;
	}
	
	.we-do-sec-two .row > div {
	padding-right: 1px;
    padding-left: 1px;
	}
	
	
.we-do-sec-two .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 2px 0;
	text-align:center;
	}
	
.we-do-sec-two .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;
	}

.we-do-sec-two .image-wrap:hover img{
    -moz-transform: rotate(-2deg) scale(1.1);
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    -o-transform: rotate(-2deg) scale(1.1);
	 transform: rotate(-2deg) scale(1.1);
	 }
	
	
.we-do-sec-two .image-wrap .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.7);
	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;
	}
	
	
.we-do-sec-two .image-wrap:hover .overlay-box{
	background: rgba(100, 0, 0, 0.9);
	}	

.we-do-sec-two .content-box{
	position:relative;
	color:#ffffff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform .5s ease-out;
	}
	
.we-do-sec-two .image-wrap:hover .content-box{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	
	
.we-do-sec-two .content-box h2{
	font-weight:500;
	font-size:16px;
	margin:0 0 15px 0; 
	}
	
.we-do-sec-two .content-box .desc{
	font-size:12px;
	margin:0;
	max-height:75px;
	overflow:hidden;
	}
	
.we-do-sec-two .btn-text{
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0;
	padding:0;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	}
	
	.we-do-sec-two .btn-text:hover{
	color:#ef9a9a;
	}




/*we-do-inside-sec styles*/

.we-do-inside-sec{
	position:relative;
	padding:40px 0 20px;
	}
	
.we-do-inside-sec .image{
	margin:0 0 25px 0;
	}

	
.we-do-inside-sec .box{
	position:relative;
	margin:0 0 30px 0;
	}
	
	
.we-do-inside-sec h1{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#d50000;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding:0;
	padding-left:40px;
	}
	
	.we-do-inside-sec h1:before{		
		position:absolute;
		content:"";
		width:30px;
		height:2px;
		top:50%;
		left:0;
		background:#ef5350;
		}	
	

.we-do-inside-sec h4{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#d50000;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding:0;
	padding-left:40px;
	}
	
	.we-do-inside-sec h4:before{		
		position:absolute;
		content:"";
		width:30px;
		height:2px;
		top:50%;
		left:0;
		background:#ef5350;
		}

.we-do-inside-sec h3{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:15px;
	letter-spacing:0px;
	color:#000000;
	margin:0 0 15px 0;
	padding:0;
	}	


.we-do-inside-sec .desc{
	margin:0;
	}
	
.we-do-inside-sec .list-item{
	margin:20px 0 0 20px;
	padding:0;
	}

.we-do-inside-sec .list-item li{
	margin:5px 0;
	padding:0 0 0 10px;
	list-style:url(../images/list-item.png);
	}
	
.we-do-inside-sec .sub-items{
	padding:20px 0 0 0;
	}
	
.we-do-inside-sec .sub-items h5{
	font-size:13px;
	margin:0 0 10px 0;
	}
		
.we-do-inside-sec .sub-items .desc{
	}

	

	
.we-do-inside-sec-three{
	position:relative;
	background:url(../images/serv-bg-parallax.jpg) no-repeat fixed;
	background-size:cover;
	height:200px;
	text-align:center;
	padding:25px;
	margin:0 0 40px 0;
	}

.we-do-inside-sec-three .box{
	position:relative;
	}

.we-do-inside-sec-three h3{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#ffffff;
	margin:auto;
	margin-bottom:25px;
	}
	
	.we-do-inside-sec-three h3 span{
		display:block;
		font-weight:500;
		font-size:22px;
		}
	
	

	
	
/*training-sec styles*/	

.training-sec{
	position:relative;
	padding:0 0 40px 0;
	}

.training-sec .box{
	position: relative;
	padding: 60px 0 0 0;
	}

.training-sec .box h3{
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px 0;
	}




	
.training-sec .item-logos{
	margin:0 0 10px 0; 
	}
	.training-sec .item-logos img{
		display: inline-block;
		}






/*portfolio styles*/

.portfolio-sec{
	position:relative;
	padding:40px 0 15px;
	}
	
.portfolio-sec .portfolio-wrap .row{
	margin-right: -5px;
    margin-left: -5px;
	}
	
.portfolio-sec .portfolio-wrap .row > .col,
.portfolio-sec .portfolio-wrap .row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
	}	
	

	
	
.portfolio-sec .portfolio-category{
	position:relative;
	background:#1c2020;
	color:#ffffff;
	margin:0 0 30px 0;
	padding:0;
	}
	
.portfolio-sec .portfolio-category li{
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	margin:0;
	list-style:none;
	display:block;
	}
	

	
	
	
	
	.portfolio-sec .portfolio-category li a{
	color:#ffffff;
	display:block;
	padding:8px 20px;
	}
	
	.portfolio-sec .portfolio-category li:hover{
	background:#121616;
	}
	
	.portfolio-sec .portfolio-category li.active{
	background:#d50000;
	}
	
		

.portfolio-sec .portfolio-box{
	position:relative;
	text-align:center;
	margin:0 0 15px 0;
	line-height:1.2;
	}

.portfolio-sec .portfolio-box .image{
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 10px 0;
	}
	
	
.portfolio-sec .portfolio-box .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;
	}

.portfolio-sec .portfolio-box: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);
	 }
	  

.portfolio-sec .portfolio-box .title{
	font-weight:500;
	font-size:12px;
	margin:0 0 5px 0;
	}
	
.portfolio-sec .portfolio-box .sub-title{
	font-weight:400;
	font-size:10px;
	color:#757575;
	}




/*portfolio logo styles*/

.portfolio-sec .item{
	position:relative;
	text-align:center;
	margin:0 0 30px 0;
	line-height:1.2;
	}

.portfolio-sec .item .logos{
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 15px 0;
	border:1px solid #E0E0E0;
	}	
	
	
.portfolio-sec .item .logos img{
    display: inline-block;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	 transform: scale(1);
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
	}

.portfolio-sec .item:hover .logos img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	 transform: scale(1.05);
	 }	
		  

.portfolio-sec .item .title{
	font-weight:500;
	font-size:12px;
	margin:0 0 5px 0;
	}
	
.portfolio-sec .item .sub-title{
	font-weight:500;
	font-size:11px;
	color:#555;
	}
	





.row-portfolio{margin:0 -5px}
.row-portfolio .portfolio-item{padding: 0 5px;}
.portfolio-wrapper {
  position: relative;
}
.portfolio-item{
  width: 33.33%;
    float: left;
    margin-bottom: 10px;  
}

.portfolio-thumb {
  position: relative;
  overflow:hidden;
}

.portfolio-thumb img{
    display: inline-block;
    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;
	}

.portfolio-thumb: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);
	 }



.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: 50%;
}

 
}






/*portfolio styles old*/

/*.portfolio-sec .portfolio-list{
	position:relative;
	margin:0;
	}	
	
.portfolio-sec .image {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0;
	}
	
.portfolio-sec .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;
	}

.portfolio-sec .portfolio-list: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);
	 }
	
	
.portfolio-sec .box{
	padding:25px 0;
	}
	
.portfolio-sec .name{
	margin:0 0 10px 0;
	}
		
.portfolio-sec .sub-title{
	font-size:11px;
	color:#666666;
	margin:0 0 15px 0;
	}
			
.portfolio-sec .desc{
	font-size:12px;
	margin:0 0 25px 0;	
	}		*/



/*portfolio sec two styles*/

/*.portfolio-sec-two{
	position:relative;
	padding-bottom:40px;
	}
	
	
.portfolio-sec-two .row{
	margin-right: -1px;
    margin-left: -1px;
	}
	
.portfolio-sec-two .row > .col,
.portfolio-sec-two .row > [class*="col-"] {
	padding-right: 1px;
	padding-left: 1px;
	}	
	

.portfolio-sec-two .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	margin:0 0 2px 0;
	}
	
.portfolio-sec-two .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;
	}

.portfolio-sec-two .image-wrap: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);
	 }
	
	
.portfolio-sec-two .image-wrap .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(213, 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;
	}
	
.portfolio-sec-two .image-wrap:hover .overlay-box{
	background: rgb(213, 0, 0,.5);
	}
	
	
	
.portfolio-sec-two .content-box{
	position: absolute;
	bottom:20px;
	color:#ffffff;
    -webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform .5s ease-out;
	}
	
.portfolio-sec-two .image-wrap:hover .content-box{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}

	
.portfolio-sec-two .content-box h5{
	font-weight:600;
	font-size:14px;
	margin:0 0 3px 0;
	}
	
.portfolio-sec-two .content-box h6{
	font-weight:400;
	font-size:11px;
	}	
*/



/*careers styles*/

.careers-sec{
	position:relative;
	padding:40px 0 20px;
	}
	
.careers-sec .desc{
	}





/*contact styles*/

.contact-sec{
	position:relative;
	padding:40px 0 25px;
	}

	
.contact-sec .row{
  margin-right: -1px;
  margin-left: -1px;
  }

.contact-sec .row > .col,
.contact-sec .row > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
  }


	
.contact-sec .bg-one{
	background:#d50000;
	margin:0 0 2px 0;
	}
	
.contact-sec .bg-two{
	background:#1c2020;
	margin:0 0 2px 0;
	}
	

.contact-sec .box{
	position:relative;
	padding:25px 20px 20px 20px;
	color:#ffffff;
	}			

.contact-sec .contact{
	text-align:center;
	}
	
.contact-sec .contact h6{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:13px;
	margin:0 0 5px 0;	
	}	
	
.contact-sec .contact .address{
	font-size:14px;
	}
	
.contact-sec .contact .tel{
	font-size:14px;
	margin:0 0 10px 0;
	}
	.contact-sec .contact .tel span{
	display:block;
	}

.contact-sec .contact .email{
	font-size:14px;
	}	
	.contact-sec .contact .email a{
	color:#ffffff;
	}
	
	.contact-sec .contact .email a:hover{
	color:#ef5350;
	}			
		
	


.contact-sec-two{
	position:relative;
	padding:0 0 40px 0;
	}
	
.contact-sec-two .contact-form{
	position:relative;
	margin:0; 
	}
	
.contact-sec-two .contact-form .title{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:15px;
	line-height:1.2;
	margin:0 0 25px 0;
	}
	
.contact-sec-two .contact-form .title-one{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:15px;
	line-height:1.2;
	margin:0 0 10px 0;
	}
	
.contact-sec-two .contact-form .title-two{
	font-size:12px;
	font-weight:400;
	line-height:1.2;
	color:#888888;
	margin:0 0 25px 0;
	}	
	

.contact-sec-two .contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-sec-two .contact-form .form-control{
	padding:0 0 5px 0;
	font-size:12px;
	color:#000000;
	background:none;
	border:0px;
	border-bottom:2px solid #e0e0e0;
	border-radius:0;
	box-shadow:none;
	height:auto;
	}

.contact-sec-two .contact-form .form-control:focus {
    box-shadow:none;
	background:none;
	border:0px;
	border-bottom:2px solid #e0e0e0;
    }

	
.contact-sec-two .contact-form .btn-submit{
	padding:5px 15px;
	background: none;
	border:2px solid #d50000;
	color:#000000;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0;
	}
	
	.contact-sec-two .contact-form .btn-submit:hover{
		background:#d50000;
		color:#ffffff;
		}



				
		
			
.contact-sec-two form ::-webkit-input-placeholder { /* Chrome */
  color: #333333;
}

.contact-sec-two form :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}

.contact-sec-two form ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

.contact-sec-two form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333333;
  opacity: 1;
}




.location{
    position: relative;
	height:400px;
	background: #efeeec;
	}

.location iframe {
    height: 400px;
}





.subscribe{
	background:#f2f1f1;
	padding:30px 0;
	position:relative;
	margin: 0 0 50px 0;
	}

	
.subscribe h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:12px;
	line-height:1.2;
	color:#333333;
	padding:0;
	margin:0 0 5px 0;
	display:block;
	width:100%;
	letter-spacing: normal;
	}

.subscribe .form-control{
	padding:10px 10px;
	height: auto;
	border-radius:0;
	background:#ffffff;
	border: 1px solid #e0e0e0;
	color:#333333;
	font-size:12px;
	min-width:200px;
	margin:0 0 5px 0;
	}	
	
.subscribe .btn-subscibe{
	background:#444444;
	color:#ffffff;
	font-size:12px;
	padding:11px;
	border:0;
	border-radius:0;
	}
	
	.subscribe .btn-subscibe:hover{
	background:#d50000;
	}





/* 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;
  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(0, 0, 0, 0) 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:none;
  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;
  }
}