/* 

Template Name: HEX - Responsive HTML Template
  
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------

* GENERAL SECTION
* SITE PRELOADER
* HEADER SECTION
* HERO-IMAGE SECTION
* ABOUT SECTION
* SERVICE SECTION
* SKILL SECTION
* CTA SECTION
* WORK SECTION
* TESTIMONAL SECTION
* PATNERS SECTION
* NEWS SECTION
* FAQ SECTION
* CONTACT SECTION
* FOOTER SECTION
* SINGLE BLOG PAGE
------------------------------------------------------------*/

/*----------------------------------------- GENERAL SECTION -------------------------------------------------*/
/*Import fonts*/


 
 @font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy%20Bold.html'), url('../fonts/Gilroy-Bold.html'),
        url('../fonts/Gilroy-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
 
 
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy%20SemiBold.html'), url('../fonts/Gilroy-SemiBold.html'),
        url('../fonts/Gilroy-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

 
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBoldItalic.html');
    src: url('../fonts/Gilroy%20SemiBold%20Italic'), url('../fonts/Gilroy-SemiBoldItalic-2.html'),
        url('../fonts/Gilroy-SemiBoldItalicd41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBoldItalic-3.html') format('woff'),
        url('../fonts/Gilroy-SemiBoldItalic-4.html') format('truetype');
    font-weight: 600;
    font-style: italic;
} 
 
 
 
 @font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.eot');
    src: url('../fonts/Gilroy%20Medium%20Italic.html'), url('../fonts/Gilroy-MediumItalic.html'),
        url('../fonts/Gilroy-MediumItalicd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-MediumItalic-2.html') format('woff'),
        url('../fonts/Gilroy-MediumItalic-3.html') format('truetype');
    font-weight: 500;
    font-style: italic;
}

 

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #373737;
}
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}
.aligncenter {
	display: block;
	margin: 0 auto 15px
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul > li {
	display: inline-block;
}
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}
img {
	max-width: 100%;
	height: auto
}
body,
html {
	height: 100%!important
}
body {
	font-family: 'Karla', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ffffff;
	text-shadow: none;
}
.pdt-10 {
	padding-top: 10px
}
.pdt-20 {
	padding-top: 20px
}
.pdt-30 {
	padding-top: 30px
}
.pdt-40 {
	padding-top: 40px
}
.pdt-50 {
	padding-top: 50px
}
.pdt-80 {
	padding-top: 80px
}

.pdt-70 {
	padding-top:70px
}

.pdt-120 {
	padding-top:120px
}

.pdt-150{
	margin-top:150px;
	}
	
.mt-10{
	margin-top:10px;
	}	

.mt-80{
	margin-top:80px;
	}	

	
.mt-150{
	margin-top:150px;
	}
	
.ml-30 {
	margin-left: 30px;
}
.pdl-30 {
	padding-left: 30px;
}

.section-padding {
	padding: 120px 0;
}


.section-padding-80 {
	padding: 80px 0;
}
.section-padding-50 {
	padding: 50px 0;
}

.section-padding-bottom-60 {
	padding-bottom:60px;
}

.section-padding-bottom-0 {
	padding-bottom: 0
}


.no-padding{padding:0;}

.black-bg {
    width:1290px;
    height: 60px;
    background: #222222;
    margin: auto;
    position: absolute;
    top: -15px;
    left: 0;
    margin: auto;
    right: 0;
}

.testimonial-area .row.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
	width:auto;
	height:715px;
	min-height:715px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	position:relative;
	z-index:1;
	top:80px;
}

.section-title h1.section-heading,h1.section-heading.heading1 { 
 position: relative;
 font-family: 'Karla', sans-serif;
 font-weight:700;
 color: #f26c4f;
 margin:0px 0px 30px 0px;
 font-size: 20px;  
 z-index: 1;
	
}

.section-title h2.section-sub-heading,h2.section-sub-heading {
	position: relative;
	font-family: 'Gilroy';
	font-weight:900;
	color: #fff;
	text-transform: capitalize;
	font-size:52px;
}


h1.section-heading.heading1:after {
    position: absolute;
    content: "";
    border-bottom:1px solid #f26c4f;
    width: 90px;
    left: 0;
    bottom: 0;
    z-index: 1;
}


span.border-right-2 {
    position: absolute;
    width: 74px;
    height: auto;
    top: 10px;
    border: 1px solid;
    margin-left: 10px;
}

span.border-right-3,span.border-right-4,span.border-right-5,span.border-right-6,span.border-right-7,span.border-right-8,span.border-right-9,span.border-right-10,span.border-right-11 {
    position: absolute;
    width: 76px;
    height: auto;
    bottom: 0;
    border:.5px solid #f26c4f;
    left: 0;
    right: 0;
    margin: auto;
}

span.border-right-4 {
    width: 40px;
}

span.border-right-5 {
    width: 206px;
    left: 0;
    position: absolute;
    right: auto;
}

span.border-right-6 {
    width:79px;
}

span.border-right-7 {
    width:38px;
}

span.border-right-8,span.border-right-11 {
    width:50px;
    left: 0;
    right: 0;
}

span.border-right-9 {
    width: 117px;
    left: 0;
    right: auto;
}
span.border-right-10 {
    width: 159px;
    left: 0;
    right: auto;
}


span.border-right-11 {
    width:80px;
}


.menu-right {
	float: none;
	
}

.text-color{color:#F26C4F;}

hr.divider {
    width: 100%;
    margin: 0;
    border: .5px solid #444444;
}

.blog-comments-box .post-btn,input.submit-btn,a.hero-link {
position: relative;
width: 200px;
height: 60px;
font-family: 'Gilroy';
font-weight: 900;
border: none;
text-shadow: none;
background: #f26c4f;
outline: 0;
color: #fff;
border-radius: 0;
font-size: 18px;
display:block;
line-height:60px;
text-align:center;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;

}

a.hero-link {
letter-spacing: 2px;
margin:auto;
float:right;
clear:right;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.blog-comments-box .post-btn {
width: 100%;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
margin-top: 20px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;

}


 .blog-comments-box .post-btn:hover,input.submit-btn:hover,a.hero-link:hover {
	background: #ffffff;
	color: #f26c4f;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
} 



.service-slider .slick-dots {
    bottom: -60px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}



.service-slider .slick-dots li {
    width: 20px;
    height: 5px;
    background: #414141;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-slider .slick-dots li.slick-active {
    width: 40px;
    background: #d46047;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-slider .slick-dots li button:before,
.service-slider .slick-dots li button:after{
display:none;
-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	
}


iframe {
    border: 0px;
}

span.color-text1,span.color-text2,span.color-text3,span.color-text4,span.color-text5,span.color-text6,span.color-text7,span.color-text8,span.color-text9,span.color-text10,span.color-text11,span.color-text12{
    color: #f26c4f;
    margin-left: -23px;
    position: relative;
    left: -15px;
}



.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.client-slider.slick-initialized.slick-slider.slick-dotted {
	width:auto;
    height: 715px;
    min-height: 715px;
	overflow:hidden;

}

 
 /*-------Only for firefox browser-------*/
 
 
@-moz-document url-prefix() {

	input[type=url],
	input[type=tel],
	input[type=email],
	input[type=search],
	input[type=password],textarea {
	 color:#fff;	
	margin-top:15px;
		
		}
		
	input[type=text] {
		
		margin-bottom:-15px;
		
		}
		
	.submit-input{margin-top:30px;}
	  
	.email-input i, .phone-input i, .message-input i{top:42px!important;}

 
}


 /*-------Only for ie browser-------*/

 
 :-ms-input-placeholder {
     color:#b0b0b0;
     opacity: 1;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}

 
 :-ms-input-placeholder:focus {
     color:#000;
     opacity: 1;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}
 


/*-----------------------------------------SITE PRELOADER -------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 99999;
	/* makes sure it stays on top */
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation horizontally one the screen */
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	/* is width and height divided by two */
}
/*-----------------------------------------HEADER SECTION -------------------------------------------------*/

.header-area {
	position: relative;
	z-index: 8;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#custom-menubar .logo {
position: relative;
width: 100px;
height:auto;
left:-150px;
background: #f26c4f;
color: #ffffff;
font-family: 'Gilroy';
font-size: 30px;
font-weight: 900;
display: block;
line-height: 80px;
overflow: hidden;
z-index: 1;  
}



#custom-menubar ul.main-menu {
	padding: 0;
	list-style: none
}
#custom-menubar ul.main-menu li {
	display: inline-block;
	float: left;
}
#custom-menubar.menubar-fixed-top {
	position: fixed;
	margin-top:30px;
	left: 0;
	right: 0;
	border-radius:0px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
nav#custom-menubar.menubar-fixed-top.top-nav-collapse {
	background: #222222;
	border-radius: 0px;
	margin-top:-1px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#custom-menubar ul.main-menu li a {
	font-family: 'Gilroy';
    font-weight: 600;
    color: #b0b0b0;
    cursor: pointer;
    padding: 30px;
    display: block;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#custom-menubar ul.main-menu li.active a {
	color: #f26c4f;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: transparent;
}
#custom-menubar ul.main-menu li a:focus {
	background: transparent;
}
#custom-menubar ul.main-menu li a:hover {
	color: #f26c4f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: transparent;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar-toggle i {
	color: #fff;
}

#custom-menubar ul.main-menu li.margin-left {
	 position: absolute;
    margin-left: 180px;  
	overflow: hidden;
}


#custom-menubar ul.main-menu li a.search-icon, #custom-menubar ul.main-menu li a.menu-icon {
	width: 40px;
    height: 40px;
    padding: 0px;
    margin-top: 27px;
    font-size: 20px;
    margin-right: 17px;
    opacity: 1;
    float: left;
    display: block;   
    color: #fff;
}



#custom-menubar ul.main-menu li a.menu-icon {
    background: #f26c4f;
    line-height: 40px;
    top: -7px;
}

ul.list-unstyled.inline-block.social-share.pull-left {
    position: absolute;
    right: 20%;
    bottom: 100px;
}


ul.list-unstyled.inline-block.social-share.pull-left li a {
    font-family: 'Gilroy';
    font-weight: bold;
    color: #747474;
    padding-right: 20px;
	font-size:20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


ul.list-unstyled.inline-block.social-share.pull-left li a:hover {
    color: #f26c4f;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


/*---SEARCH-BAR--*/

.search-bar-wrap {
position: fixed;
width:0%;
height: 100%;
left: 0;
right: 0;
margin: auto;
z-index:1;
opacity:0;
margin-top:-30px;
visibility:hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

span.search-close-btn,span.close-btn {
position: absolute;
width:0px;
height:0px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
background: #f26c4f;   
top: 100px;
color: #fff;
text-align: center;
font-size: 30px;
line-height: 50px;
border-radius:0px;
cursor: pointer;
opacity:0;
visibility:hidden;
-webkit-transform:scale(0);
    -ms-transform:scale(0);
        transform:scale(0);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
  
}



.search-bar-table {
    display: table;
    width: 100%;
    text-align: center;
    height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.searech-bar-table-cell {
    display: table-cell;
    vertical-align: middle;
}


span.close-btn {
top: 50px;	
right: auto;
left: -50px;
cursor: pointer;
color: #fff;
z-index: 11;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;

}

 span.search-close-btn.active, span.close-btn.active{
width:50px;
height:50px;	
opacity:1;
visibility:visible;
-webkit-transform:scale(1);
    -ms-transform:scale(1);
        transform:scale(1);	
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}


.active.search-bar-wrap {
    position: fixed;
    width:50%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    opacity:1;
    visibility: visible;
	margin-top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    
}

input[type="search"] {
width: 50%;
height: 80px;
border: none;
padding: 20px;
max-width:100%;
font-size: 25px;
background: transparent;
border-bottom: 5px solid #f26c4f;
outline:none;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
    
}

input[type="search"]:focus {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
	color:#000;
    border-bottom: 5px solid #f26c4f;
	text-transform:uppercase;
}


/*--OFFCANVUS MENU--*/

.menu-logo {
    margin: 50px 0 70px 0px;
}


.menu-logo a {
    font-family: 'Gilroy';
    font-weight: 900;
    width: 100px;
    height: 87px;
    background: #f26c4f;
    color: #fff;
    display: inline-block;
    line-height: 87px;
    text-align: center;
    font-size: 30px;
}

.off-canvas-menu-overlay,.off-canvas-menu,.search-bar-wrap-overlay{
position:fixed;		
z-index:9;
-webkit-transition: 0.5s;
 -o-transition: 0.5s;
transition: 0.5s;
	
}

.off-canvas-menu-overlay,.search-bar-wrap-overlay{
width:100%;
height:100%;
background:#1f1f1f;
left:0;
top:0;
right:0;
margin:0 auto;	
opacity:0;
visibility:hidden;
-webkit-transition: 0.5s;
 -o-transition: 0.5s;
transition: 0.5s;
	
}

.off-canvas-menu {
width: 450px;
height:100%;
right: -400px;
padding: 0 0px 0px 50px;
background: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;

}

.off-canvas-menu li {
    display: block;
    padding: 7px;
    border-bottom: 1px solid #ddd;
}

.off-canvas-menu li a {
font-family:'Gilroy';
font-weight:600;
color: #999;
font-size:17px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}


.active.off-canvas-menu-overlay,.active.search-bar-wrap-overlay{
opacity:.88;
visibility:visible;
cursor:crosshair;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	
}

.active.search-bar-wrap-overlay{
cursor:inherit;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	
}

.show.off-canvas-menu{
width:400px;
right:0;
opacity:1;
visibility:visible;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;

	
}

ul.news-list-wrapper.list-unstyled.list-inline {
    position: absolute;
    z-index: 9;
    top: 60%;
    padding: 0;
    margin-left: 2px;
    overflow: hidden;
}

ul.news-list-wrapper.list-unstyled.list-inline li {
    float: left;
	border-bottom:none;
}

ul.news-list-wrapper.list-unstyled.list-inline li img {
width: 80px;
height: 80px;
max-width: 100%;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

ul.news-list-wrapper.list-unstyled.list-inline li a {
display:block;
}



ul.social-connect.list-unstyled.list-inline {
position: absolute;
bottom: 50px;
left:60px;
z-index: 11;
visibility:visible;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

ul.social-connect.list-unstyled.list-inline li {
display: inline-block;
margin:1px;
line-height: 15px;
padding: 0;	
border:none;
visibility:visible;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}


ul.social-connect.list-unstyled.list-inline li a {
width: 40px;
height: 40px;	
color: #fff;
visibility: visible; 
padding: 10px;  
display: block;
text-align: center;
 -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}

ul.social-connect.list-unstyled.list-inline li:first-child a {
width: 38px;
height: 41px;
padding: 10px;
background:#395599;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}

ul.social-connect.list-unstyled.list-inline li:nth-child(2) a {
background:#1DA1F2;
}

ul.social-connect.list-unstyled.list-inline li:nth-child(3) a {
background:#0A63BD;
}

ul.social-connect.list-unstyled.list-inline li:nth-child(4) a {
background:#DA3464;
}

ul.social-connect.list-unstyled.list-inline li:nth-child(5) a {
background:#E00019;
}

.show.off-canvas-menu li {
opacity:1;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}


.off-canvas-menu li a:hover{
color:#f26c4f;	
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}


ul.news-list-wrapper.list-unstyled.list-inline li img:hover {
opacity:.5;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}




/*----------------------------------------- YOUTUBE VIDEO SECTION ----------------------------------------- */


.video-control-box {
position: absolute!important;
    bottom: 60px;
    width: 200px;
    height: auto;
    z-index: 2;
    right: 0;
    min-width: 200px;
}
 


.video-control-box ul li a {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ddd;
    padding: 4px;
    border-radius: 50%;
	margin: -5px;
}

 
 .slide-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
 


.video-control-content {
    position: absolute;
    z-index: 2;
    right: 85px;
    margin: 0 auto;
    text-align: center;
    top: 35px;
}


.video-control-content ul li a {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ddd;
    padding: 4px;
    border-radius: 50%;
}




/*----------------------------------------- SLIDER-SECTION -------------------------------------------------*/

.home-sliders,
.home-sliders div {
	height: 100%;
	outline:none;
	
}
.home-sliders div.single-slide-content-wrapper,
.home-sliders div.single-slide-content-wrapper div {
	height: auto
}
.image.single-slide-item.slide-bg-1 {
	background: url(../img/sliders/slider-bg-1.jpg)
}
.image.single-slide-item.slide-bg-2 {
	background: url(../img/sliders/slider-bg-2.jpg)
}

.image.single-slide-item.slide-bg-1,
.image.single-slide-item.slide-bg-2 {
	background-size: cover;
	background-position: center center!important;
	background-repeat: no-repeat;
}

.home-sliders .single-slide-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:#111;
	opacity:.66;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.home-sliders .single-slide-item {
	display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
}

.single-slide-content-wrapper {
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.home-sliders .single-slide-content-wrapper h1.slider-heading {
position: relative;
font-family: 'Gilroy';
font-weight: 900;
color: #fff;
z-index: 1;
margin: 0px auto;
font-size:9em;
  
}

.home-sliders .single-slide-content-wrapper .hero-desc {
    color: #fff;
    font-weight: 900;
    font-family: 'Gilroy';
}


.slider-para {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 38px 0 50px 0;
    color: #c1c1c1;
    width: 50%;
	max-width:100%;
	float:right;
}

.home-sliders .slick-dots {
position: absolute;
width:auto;
bottom:20px;
display: block;
margin: 0;
z-index: 3;
left: 200px;
top: 0;
bottom: 0;
display: flex!important;
flex-direction: row;
justify-content: center;
justify-items: center;
align-items: center;
transform: rotate(90deg);
 -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home-sliders .slick-dots li {
position: relative;
display: inline-block;
width:50px;
height:20px;
margin: 0 15px;
padding: 0;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


.home-sliders .slick-dots li button {
font-family: 'Gilroy';
font-weight: 900;
color: #fff;
background: transparent;
font-size:30px;
transform: rotate(-75deg);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
    
}


.home-sliders .slick-dots li.slick-active {
	position:relative;
	z-index:1;
}

.home-sliders .slick-dots li.slick-active button {
color:#F26C4F;
transform: rotate(-90deg);
}


.home-sliders .slick-dots li:after,.home-sliders .slick-dots li.slick-active:after {
position: absolute;
content: "";
width:0%;
height: auto;
bottom: 30px;
z-index: 2;
left:0;
top: auto;
right: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.home-sliders .slick-dots li.slick-active:after {
width:100%;	
bottom: 30px;
z-index: 2;
top: auto;
right: 0;
border-bottom:2px solid #F26C4F;
transform: rotate(-90deg);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.home-sliders.slickSlider.slick-initialized.slick-slider.slick-dotted{margin:0;}




/*----------------------------------------- ABOUT SECTION ----------------------------------------- */

.about-area {
	position: relative;
	background: #1f1f1f;
}

h3.sec-desc {
    font-family: 'Gilroy';
    font-weight: 900;
    font-size: 37px;
    color: #fff;
	line-height:45px;
}


p.sec-para,p.lets-talk-text{
    color: #c1c1c1;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
}

p.lets-talk-text {
    font-size: 24px;
	margin-top:40px;
	margin-bottom:140px;
}




.exp-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
justify-items: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}

span.exp-year{  font-family: 'Gilroy';font-weight:900;color:#f26c4f;font-size:100px;}
span.exp-text{color:#fff;}

span.exp-text {
    color: #fff;
    font-size: 20px;
    width: 100px;
    max-width: 100px;
    margin-left: 20px;
}


a.mail-link{
font-family: 'Karla', sans-serif;
font-weight: 700;	
color:#f26c4f;
font-size:40px;
text-decoration:underline;
}

a.mail-link i {
    float: right;
    top: 9px;
    position: relative;
    text-decoration: underline;
}


/*----------------------------------------- SERVICE SECTION ----------------------------------------- */


.service-area{
position:relative;
z-index:1;
background:#222222;
}

.single-service-item-box{
	position:relative;
	width:auto;
	height:450px;
	min-height:450px;
	margin-bottom:20px;
		-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	
}

.single-service-item-box .single-service-item-wrapper {
	position:relative;
	z-index:1;
    text-align: center;
    padding: 60px 47px;
    background: transparent;
		-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	
}

.single-service-item-box .trangle {
width: 0;
height: 0;
border-bottom: 436px solid #cf5e46;
border-left: 362px solid transparent;
right: -20px;
position: absolute;
bottom: -22px;
z-index: -1;
}

.single-service-item-box .trangle:after {
position: absolute;
content: "";
width: 0;
height: 0;
left: 0;
top: 136px;
left: -300px;
margin: auto;
z-index: -1;
border-bottom: 300px solid #e54a28;
border-left: 300px solid transparent;
}


.single-service-item span {
    color: #f26c4f;
    font-size: 60px;
}

h2.single-service-item-heading {
    font-family: 'Gilroy';
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

p.single-service-item-content {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #c1c1c1;
    font-size: 14px;
    margin-bottom:35px;
    line-height: 30px;
}
.bottom-text-box {
    position: relative;
    z-index:1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.bottom-text-box span.text-info {
    color: #c1c1c1;
    opacity: 0;
	margin-top:-10px;
	visibility:hidden;
    -webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bottom-text-box span.line-1 {
    position: absolute;
    border: .5px solid #fff;
    width: 30px;
    top: 10px;
    left: 35%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bottom-text-box span.line-2 {
    position: absolute;
    border: .5px solid #fff;
    width: 30px;
    top: 10px;
    right: 35%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single-service-item-box .trangle {
opacity: 0;
visibility:hidden;
 -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
} 


	
.single-service-item-box.slick-slide.slick-current.slick-active.slick-center{background:#161616;}	
	
		

.single-service-item-box.slick-slide.slick-current.slick-active.slick-center .trangle {
opacity:1;
visibility:visible;
 -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}


.single-service-item-box.slick-slide.slick-current.slick-active.slick-center .single-service-item-wrapper .bottom-text-box span.text-info {
opacity:1;
visibility:visible;
 -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}

.single-service-item-box.slick-slide.slick-current.slick-active.slick-center .single-service-item-wrapper .bottom-text-box span.line-1{
 left:40px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}


.single-service-item-box.slick-slide.slick-current.slick-active.slick-center .single-service-item-wrapper .bottom-text-box span.line-2{
 right:40px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;	
}
	
	
/*----------------------------------------- SKILL SECTION ----------------------------------------- */
	
.skill-area {
	position: relative;
	background: #1f1f1f;
}

.progressbar {
    position: relative;
    z-index: 1;
}
	

.progressbar-wrap h4 {
    font-family: 'Gilroy';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
	text-align:center;
}

.circle {
    position: relative;
    z-index: 1;
    width: 200px;
    max-width: 100%;
    margin: auto;
}
.circle div {
position: absolute;
font-family: 'Gilroy';
font-weight: 900;
width: 200px;
height: 100%;
font-size: 40px;
color: #fff;
left: 0;
right: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
justify-items: center;
-ms-flex-line-pack: center;
align-content: center;
text-align: center;
max-width: 100%;
}


	
/*----------------------------------------- CTA SECTION ----------------------------------------- */

.cta-box {
    position: absolute;
    z-index: 1;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cta-box:after {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .88;
}

.cta-content {
    position: absolute;
    left: 115px;
    z-index: 9;
}

.cta-content h1 {
	position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #f26c4f;
}
.cta-content h2{}

a.cta-link-btn {
color: #f26c4f;
font-size:40px;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
justify-items: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: 100%;
top: 0;
z-index: 2;
right: 119px;
text-decoration: underline;
}


/*----------------------------------------- WORK SECTION ----------------------------------------- */

.work-area {
	position: relative;
	background: #222222;
}

.single-work-item-box.slick-slide.slick-current.slick-active.slick-center{
	opacity:1;
	}	
.single-work-item-box.slick-slide{
	opacity:.6;
	padding:15px;
	}	

	
 .work-slider.slick-initialized.slick-slider .slick-prev, .work-slider.slick-initialized.slick-slider .slick-next{
	width: 70px;
    height: 70px;
    line-height:24px;	
    display: block;
	background: #fff;
	z-index:2;
	
	 }


 .work-slider.slick-initialized.slick-slider .slick-prev {
    left:26%;
}
.work-slider.slick-initialized.slick-slider .slick-next {
    right:26%;
} 

 .work-slider.slick-initialized.slick-slider .slick-prev:before, .work-slider.slick-initialized.slick-slider .slick-next:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size:25px;
    line-height: 1;
    opacity: 1;
    color:#f26c4f;
	border-bottom:2px solid #f26c4f;
}

 .work-slider.slick-initialized.slick-slider .slick-prev::before {
    content: "\f2ff";

}

.work-slider.slick-initialized.slick-slider .slick-next::before {
   content: '\f301';
}

 .work-slider.slick-initialized.slick-slider .slick-prev:hover, .work-slider.slick-initialized.slick-slider .slick-next:hover{
	background: #f26c4f; 
 }

 .work-slider.slick-initialized.slick-slider .slick-prev:hover:before,.work-slider.slick-initialized.slick-slider .slick-next:hover:before{
	 color:#fff;
	 border-bottom:2px solid #fff;
 }

 
 
 
/* ----------------------------------------- TESTIMONAL SECTION -----------------------------------------*/

.testimonial-area {
	position: relative;
	background:#1f1f1f;
	z-index: 1;
}


.client-content-box-bg.client-bg{
background: url(../img/client-bg.png);	
background-color:#222222;
	
}

.client-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
	
}

.client-content-left {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 60px;
    padding-bottom: 80px;
    margin-bottom: 70px;
    min-width: 580px;
    max-width: 100%;
}


.client-content-left span {
    color: #ffb878;
    font-size: 80px;
    border-bottom: 5px solid #ffb878;
}


h2.testimonial-subheading,h3.name-title,h4.position-title {
    font-family: 'Gilroy';
    font-weight: 900;
    color: #fff;
    font-size:45px;
}

h2.testimonial-subheading {
	width:500px;
	max-width:100%;
    margin-top: 24px;
	line-height:60px;
}

.client-info-box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.client-info-box  img.client-bg-2 {
    float: left;
    margin-right: 30px;
}

h3.name-title {
    font-size: 24px;
    margin: 0;
}

h4.position-title{
font-family: 'Karla', sans-serif;
font-weight:700;
font-size: 16px;	
}

.client-content-right {
    position: relative;
    z-index: 1;
    min-height: 715px;
    height: 715px;
}

.client-content-right img {
	width: auto;
    height: 100%;
}


.client-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    width:auto;
}

.client-slider .slick-list.draggable {
    padding:0!important;
}

.client-slider.slick-slider{margin-bottom:0!important}

.client-slider .slick-dots {
	 width: 500px;
     bottom:80px;
	 text-align: right;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.client-slider .slick-dots li {
    width: 20px;
    height: 5px;
    background: #414141;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.client-slider .slick-dots li.slick-active {
    width: 40px;
    background: #d46047;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slick-dots li button::before{display:none;}



/* ----------------------------------------- PATNERS AREA-----------------------------------------*/


.patners-area {
	position: relative;
	background: #222222;
}

.patners-wrapper {
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
}

ul.patners-list-group li {
    margin-right: 120px;
}

ul.patners-list-group li a {
    display: block;
	opacity:.3;
	 -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

ul.patners-list-group li:nth-child(5),ul.patners-list-group li:last-child{
    margin-right: 0;
}

ul.patners-list-group li a:hover {
    color: #fff;
	opacity:1;
	 -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



/* ----------------------------------------- FAQ SECTION -----------------------------------------*/


.faq-wrapper {
    position: relative;
    z-index:1;
}

.panel-group {
    position: relative;
    z-index: 1;
    margin: 0;
}

.panel.panel-default.faq-default {
    border: none;
	border-radius:0px;
}

.panel-heading.faq-heading {
	font-family: 'Gilroy';
    background-color: #2c2c2c;
    color: #fff;
    padding:0px;
    border-bottom: none;
    border-radius: 0;
    font-weight: 900;
    
}

.panel-heading.faq-heading span.sl-num {
	position: absolute;
    color: #f26c4f;
    font-size: 20px;
    float: left;
    left: 26px;
    top: 31px;
	z-index:2;
    
}


h4.panel-title.faq-title {
    font-size: 18px;
    font-weight: 900;  
}

h4.panel-title.faq-title a {
    padding: 30px 40px;
    display: block;
    line-height: 30px;
	 margin-left: 30px;
}


.faq-panel-wrapper .panel-body {
    padding-left: 30px;
    padding-right: 40px;
    font-size: 16px;
	line-height:30px;
	border-top: 0px!important;
    background: #2c2c2c;
	color:#fff;
	border:none;
	padding-top: 0;
	padding-bottom:15px;
}


h4.panel-title.faq-title > a:before {
    float: right !important;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: "\f301";
    font-size: 21px;
    position: relative;
    right: 0px;
	top:3px;
}

h4.panel-title.faq-title > a[aria-expanded=true]:before {
    float: right !important;
   content:"\f2fe";

}

h4.panel-title.faq-title > a:after {
    position: absolute;
    float: left !important;
    font: normal normal normal 90px/1 'Material-Design-Iconic-Font';
    content: "\f128";
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
	-webkit-transform:scale(0);
	    -ms-transform:scale(0);
	        transform:scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

h4.panel-title.faq-title > a:hover, 
h4.panel-title.faq-title > a:active, 
h4.panel-title.faq-title > a:focus  {
    text-decoration:none;
}

h4.panel-title.faq-title > a[aria-expanded=true]:after{
	 position: absolute;
    float: left !important;
    font: normal normal normal 90px/1 'Material-Design-Iconic-Font';
    content: "\f128";
    left: 0;
    top: 0;
    z-index: 1;
    opacity:.2;
    visibility: visible;
	-webkit-transform:scale(1.0);
	    -ms-transform:scale(1.0);
	        transform:scale(1.0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	
	
	}


.activeBg{background-color:#f26c4f!important;color: #fff!important;}
.activeColor{color: #fff!important;}



/* ----------------------------------------- NEWS AREA -----------------------------------------*/


.news-area{background:#1f1f1f;}

.single-news-wrapper{background:#292929;}

.single-news-wrapper.fl {
float: left;
width: 22.2%;
margin-right: 30px;
display: table;
height: auto;
min-height: 411px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.single-news-item {
    display: table-cell;
    vertical-align: middle;
}

.single-news-item-caption {	
padding:40px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;

}

.info-wrapper {
float: left;
margin-right:100px;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

p.news-info {
font-family: 'Karla', sans-serif;
color: #f26c4f;
font-weight: 400;
font-size: 17px;
	
}

h3.news-heading {
font-family: 'Gilroy';
color: #fff;
font-weight: 900;
font-size: 18px;
line-height: 25px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

a.read-more-link {
position: relative;	
color: #767676;
font-size: 20px;

}


a.read-more-link:after {
position: absolute;
content: "";
border-bottom: 1px solid #767676;
width:16px;
bottom: 0;
left: 0;
}


.single-news-wrapper .single-news-item-caption .info-wrapper {
margin-right: 0;
margin-bottom:178px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.single-news-wrapper .single-news-item img{
width:0;
height:auto;
opacity:0;
visibility:hidden;
-webkit-transform:scale(0);
    -ms-transform:scale(0);
        transform:scale(0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


 .single-news-wrapper.active{
width:50%;
background:#222222;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


 .single-news-wrapper.active .single-news-item img{
width:100%;
height:auto;
opacity:1;
visibility:visible;
-webkit-transform:scale(1);
    -ms-transform:scale(1);
        transform:scale(1);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}



.single-news-wrapper.active .single-news-item-caption {
padding-bottom:0px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


.single-news-wrapper.active .single-news-item-caption .info-wrapper {
margin-right:100px;
margin-bottom:43px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


.single-news-wrapper:nth-child(3){
margin-right:0px;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


a.bottom-logo {
position: absolute;
font-family: 'Gilroy';
width: 80px;
height: 80px;
top: -40px;
color: #fff;
font-weight: 900;
background: #f26c4f;
margin: auto;
left: 0;
right: 0;
line-height: 80px;
text-align: center;
transform: rotate(45deg);
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

a.bottom-logo:after {
position: absolute;
content: "HEX.";
left: 0;
right: 0;
margin: auto;
font-size: 30px;
transform: rotate(-45deg);
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}


/* ----------------------------------------- CONTACT SECTION -----------------------------------------*/



.contact-area {
	position: relative;
	background:#222222;
	z-index: 1;
}

.contact-form-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
	
}

.contact-info-list-item{
overflow:hidden;	
}
.contact-info-list-item p{
	font-family: 'Karla', sans-serif;
    font-weight:400;
	color:#c1c1c1;
	font-size:16px;
	}
.contact-info-list-item span{
color: #f26c4f;
font-size: 80px;
float: left;
margin-right: 30px;
margin-top: 5px;	
	}
.contact-info-list-item h3 {
    font-family: 'Gilroy';
    font-weight: 900;
    color: #fff;
    font-size: 45px;
}

.contact-info-list-item.pdt-50:last-child span {
    margin-right: 50px;
}


h4.contact-heading {
	border-bottom: 1px solid #ddd;
	margin-bottom: -40px;
}
span.error {
	position: absolute;
	color: #000;
	margin-top: -55px;
	right: 30px;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
textarea {
width: 100%;
height: auto;
padding: 25px 65px 25px 25px;  
background: #363636;
outline: 0;
color: #9b9a9a;
border: 1px solid #242424;
font-size: 16px;
 -webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
textarea {
	width: 100%;
	height: auto;
}
.message-box-title h3 {
	color: #000
}


.name-input,.email-input,.phone-input,.message-input{
    position: relative;
    z-index: 1;
}


 .name-input i,.email-input i,.phone-input i,.message-input i{
    position: absolute;
    top:27px;
    right: 40PX;
    color: #f26c4f;
    z-index: 9;
    FONT-SIZE: 20PX;
} 


 input[type=text]:focus,
 input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	background:#2c2c2c;
	border-bottom: 1px solid #f26c4f;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	
} 


.submit-input {
    position: relative;
	width:200px;
	height:60px;
    z-index: 1;
}

.submit-input i {
    position: absolute;
    top: -2px;
    left: 5px;
    color: #fff;
    font-size:30px;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.submit-input i.zmdi.zmdi-chevron-down {
    bottom: 0;
    left: 172px;
	 font-size:30px;
    color: #fff;
    top: auto;
}


.contact-form-wrapper .response {
    background: #333333;
    padding: 30px;
    border: 5px solid #363636;
}

.contact-form-wrapper .response h3 {
    font-size: 30px;
    color: #f26c4f;
    font-family: 'Gilroy';
    font-weight: 900;
}

.contact-form-wrapper .response p {
    color: #fff;
    font-size: 16px;
}



.submit-input:hover input.submit-btn{
	background:#fff;
	color:#f26c4f;
	cursor:pointer;
	 -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	
	}

.submit-input:hover i,.submit-input:hover i.zmdi.zmdi-chevron-down{color:#f26c4f;}

/* ----------------------------------------- FOOTER SECTION -----------------------------------------*/

.footer-area {
	position: relative;
	z-index: 1;
	background: #222222;
	padding-right: 0;	
}



.copyright p {
	color: #bababa;
	font-size:16px;
}


.copyright a {
	color: #f26c4f
}
.scrolltop {
	position: fixed;
	right: 105px;
	bottom: 0;
	width: 50px;
	height: 35px;
	font-size: 25px;
	text-align: center;
	background-color: #f26c4f;
	color: #fff;
	opacity: 0;
	z-index: 7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;	
}
.scrolltop.active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.footer-logo:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.right-side-social-media li a:hover {
	color: #2c2c2c;
}

ul.footer-social-media li a:hover{
	color: #fff;
}

ul#photo-gallery li img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	    transform: scale(0.9);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.scrolltop:hover,.scrolltop:focus {
	color: #fff;
	background: #222222;
}
/* ----------------------------------------- SINGLE BLOG PAGE ----------------------------------------- */

.blog-area {
background: #222222;
}

.single-blog-content-wrapper {
	padding: 30px;
}

.single-blog-area-wrapper p {
color: #c1c1c1;
font-size: 15px;
line-height: 30px;
}
.single-blog-blockquote {
    background: #1f1f1f;
    padding: 30px;
    margin: 30px;
    border-left: 10px solid #f26c4f;
    font-size: 13px;
}



/*------- blog-left-side -------*/

ul.single-blog-caption {
	overflow: hidden;
}
ul.single-blog-caption li {
	display: inline-block;
	padding-right: 20px;
	float: left;
}
ul.single-blog-caption li:last-child {
	border-right: none;
}

ul.single-blog-caption li a {
display: block;
color: #fff;
font-weight:400;
font-size: 18px;
}

ul.single-blog-caption i {
background: #f26c4f;
padding: 5px 8px 5px 8px;
border: 2px solid #f26c4f;
border-radius: 0px;
}

.comments-list-wrapper {
	position: relative;
	z-index: 1;
}
.comments-list-wrapper h3 {	
font-size:20px;
text-transform: uppercase;
margin: 0;
}
.comments-list-wrapper .comments-list .comments-avatar {
width: 90px;
height: 150px;	
float: left;
border-radius: 50%;
margin-right: 30px;
   
}
.comments-list-wrapper .comments-list .comments-content .comments-time {
    color: #f26c4f;
    display: inline-block;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
.comments-list-wrapper .comments-list .comments-content .comments-reply {
    position: absolute;
    color: #f26c4f;
    right: 0;
}


.blog-comments-box h3 {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.blog-comments-box h4 {
	border-bottom: 2px solid #ededed
}
.blog-comments-box input[type=text] {
	margin-right: 10px
}
.blog-comments-box input[type=text],
.blog-comments-box input[type=email],
.blog-comments-box textarea {
	width: 100%;
	border: 1px solid #363636;
	margin: 10px auto;
	margin-bottom: 1px;
	margin-top: 7px;
}
.blog-comments-box textarea {
	margin-bottom: -3px;
}


ul.single-blog-caption li a:hover {
color: #fff;
-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single-blog-item-box{
	position:relative;
	z-index:1;
	display:table;
	}

a.fancybox.image {
    position: absolute;
	display:table-cell;
	vertical-align:middle;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    Z-INDEX: 999;
}



.single-blog-item-box{
	position:relative;
	z-index:2;
	display: table!important;
	background: red;
	}

a.fancybox.image {
    position: absolute;
    display:table-cell;
    vertical-align:middle;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    Z-INDEX: 2;
    bottom: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 50px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.single-blog-item-box:after{
position:absolute;
content:"";
background:#000;
width:100%;
height:100%;
top:0;
left:0;
right:0;
margin:0 auto;
opacity:0;
visibility:hidden;
z-index:1;
-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single-blog-item-box:hover:after{
opacity:.66;
visibility:visible;
z-index:1;
-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.single-blog-item-box:hover a.fancybox.image{
opacity:1;
visibility:visible;
z-index:2;
-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.single-blog-post-content .slick-dots {
    bottom: -40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single-blog-post-content .slick-dots li {
    width:20px;
    height: 10px;
    background:#363636;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.single-blog-post-content .slick-dots li.slick-active {
	 width: 50px;
    background:#f26c4f;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/*------- blog-right-side -------*/

.blog-left h3 {
font-family: 'Gilroy';
color: #fff;
}
.right-side-bar h2,
.blog-left h2 {
font-family: 'Gilroy';
color: #fff;
font-weight: 900;

}
.slogan-image {
    position: relative;
    -webkit-box-shadow: 0px 0px 16px #1f1f1f;
    box-shadow: 0px 0px 16px #1f1f1f;
    z-index: 1;
}

.right-side-bar figcaption.image-caption {
	position: relative;
	width: 100%;
	height:auto;
	padding: 17px;
	text-align: center;	
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-box-shadow: 0 11px 50px -7px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 11px 50px -7px rgba(0, 0, 0, 0.6);
}
.right-side-bar figcaption.image-caption:after {
    position: absolute;
    background: #f26c4f;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.right-side-bar figcaption.image-caption hr {
    width: 50px;
    border-top: 2px solid #fff;
    margin: auto;
    border-bottom: none;
}

ul.right-side-social-media {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.right-side-social-media li {
	display: inline-block;
	float: left;
	padding: 0px 2px;
}

ul.right-side-social-media li a {
display: block;
width: 45px;
height: 45px;
color: #DDD;
background: #f26c4f;
padding: 0px 12px;
line-height: 38px;
margin: 0;
border: 5px solid #333435;
}


h2.slogan-imager-title {
	font-family: 'Gilroy';
	color: #fff;
	font-weight: 900;
}
h3.slogan-imager-title {
	color: #fff;
	font-size: 17px;
	font-family: 'Karla', sans-serif;
    font-weight:400;
}
hr.blog-divider {
	margin-top: 60px;
	margin-bottom: 0px;
}
.blog-post-search-bar {
	display: table;
	width: 100%;
}
.blog-post-search-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
}
.blog-post-search-content input[type=search] {
	border: 1px solid #ddd;
	font-size: 15px;
	outline: 0;
	color: #444;
	width: 100%;
	height: auto;
	padding: 9px;
	border-radius: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-post-search-content input[type=search]:focus {
	border: 1px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.blog-post-search-content button[type=submit] {
	border: 0;
	padding: 6px 5.5px;
	outline: 0;
	background: transparent;
	color: #333435;
	width: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.blog-post-search-content i {
	font-size: 20px;
	border: 0;
	padding: 7px 11px 6px;
	text-align: center;
	line-height: 17px;
	color: #999;
}
.single-blog-post-right-sidebar {
	position: relative;
	z-index: 1;
	padding: 10px 0px;
	background: #transparent;
}
.single-blog-post-right-sidebar .single-blog-latest-news img {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: auto;
	margin-bottom: 6px;
	margin-top: 5px
}
.single-blog-latest-news span {
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	display: inline-block;
	padding: 0 11px 0 0;
	color: #2c2c2c
}
.single-blog-latest-news .single-post2 {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 10px 0;
	margin: 10px 0
}
.single-blog-latest-news .single-post:last-child {
	border-bottom: 0
}
.single-blog-post-content {
	position: relative;
	z-index: 1;
}
.single-blog-post-content p {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	width: 50%;
	background: #000;
	padding: 15px
}
ul.single-blog-latest-news li {
	padding: 5px 0px;
}

ul.single-blog-latest-news li>a {
	color: #999;
	text-decoration: underline;
}

.blog-post-search-content i:hover {
	color: #000000;
}

ul.single-blog-latest-news li>a:hover {
	color:#f26c4f;
	text-decoration: underline;
}


ul.right-side-social-media li a:hover {
    color: #FFF;
}




/*------- tags ------*/

ul.tags li {
display: inline-block;
    padding: 6px 14px;
    border: 2px solid #999;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 2px;
}
ul.tags li a {
	display: block;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
ul.tags li:nth-child(2),
ul.tags li:nth-child(3),
ul.tags li:nth-child(6),
ul.tags li:nth-child(7) {
	border:2px solid #dddddd;
}

ul.tags li:hover a {
	color: #f26c4f;
}

ul.tags li:hover {
color: #f26c4f;
border: 2px solid #f26c4f;
}
/*------- flicker-photos -------*/

.single-blog-photos ul#photo-gallery li {
	border: 4px solid #f8f8f8;
	border-radius: 0px;
}
.single-blog-photos ul#photo-gallery li img {
	border-radius: 0px;
}


ul#photo-gallery li {
	border-top-right-radius: 50px;
	padding: 3px;
	border: 4px solid #333435;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
ul#photo-gallery li img {
	border-radius: 50px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


