/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: - SPARKLIN*/
/* Version: 1.0 Initial Release*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2016 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION*/
/* 02 - COMMON ELEMENTS */
/* 03 - HEADER, INTRO & NAVIGATION */
/* 04 - PAGES & SECTIONS SETUP */
/* 05 - FOOTER */
/* 06 - INNER-PAGES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/* COLORS

black  #000
gray   #4d4d4d
green  #05e18e
pink   #f229d1

*/

@font-face {
    font-family: 'nevobold';
    src: url('../fonts/nevo_bold.woff2') format('woff2'),
         url('../fonts/nevo_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nevomedium';
    src: url('../fonts/nevo_medium.woff2') format('woff2'),
         url('../fonts/nevo_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nevoregular';
    src: url('../fonts/nevo.woff2') format('woff2'),
         url('../fonts/nevo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	overflow-x:hidden !important;
	overflow-y: auto;
	font-family: 'nevomedium';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover, a:focus{
	text-decoration: none;
	color: inherit;
}

a:focus {
    outline: none;
    color: inherit;;
}

ol, ul, li {
   padding: 0;
   margin: 0;
   border: 0;
}

ol, ul {
   list-style: none;
}

p{
	font-size: 20px;
}
p img {
	height: 40px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-weight: normal;
	font-family: 'nevobold';
}
h1 {
	font-size: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	}
h1.green {color: #05e18e}
h1.pink {color: #f229d1}
h1.white {color: #fff}
ul{
	margin: 0px;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1100px;
	}
}

span.green {color: #05e18e}
span.pink {color: #f229d1}
span.grey {color: #4d4d4d;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
								/*Common Spacing and Padding*/
/*--------------------------------------------------------------------------------*/

.add-top{
	margin-top: 160px;
}

.add-bottom{
	margin-bottom: 160px;
}

.add-top-half{
	margin-top: 80px;
}

.add-bottom-half{
	margin-bottom: 80px;
}

.add-min-top-half{
	margin-top: 40px;
}

.add-min-bottom-half{
	margin-bottom: 40px;
}

.add-min-top-quarter{
	margin-top: 20px;
}

.add-min-bottom-quarter{
	margin-bottom: 20px;
}
.pad-top{
	padding-top: 100px;
}

.pad-bottom{
	padding-bottom: 100px;
}

.pad-top-half{
	padding-top: 50px;
}

.pad-bottom-half{
	padding-bottom: 50px;
}

.pad-min-top-half{
	padding-top: 40px;
}

.pad-min-bottom-half{
	padding-bottom: 40px;
}

.pad-min-top-quarter{
	padding-top: 20px;
}

.pad-min-bottom-quarter{
	padding-bottom: 20px;
}

.no-padding{
	padding: 0;
}

.no-parallax{
	background-attachment: scroll !important;
}


/*--------------------------------------------------------------------------------*/
								/* Common Objects */
/*--------------------------------------------------------------------------------*/

.float-clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center, .align-center{
	text-align: center;
}

.italic-style{
	font-style: italic;
}

.vertical-align{
	position: relative;
	top: 50%;
	 -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trans-bg{
	background: transparent;
}

.bg-image-carousel .item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.video-bg.player{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.cd-headline.clip span{
	padding: 0;
	margin-left: 5px;
}

.vegas-timer-running .vegas-timer-progress{
	display: none;
}

.mb_YTPlayer .loading{
	display: none !important;
}

.slick-slider{
	margin-bottom: 0px;
}

.slick-slide:focus{
	outline: none;
}

.slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.slick-dots li{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.parallax{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.cd-fixed-bg {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    min-height: 100%;
    position: static;
}

p.font3{
	font-size: 15px;
	line-height: 25px;
}

.lg-backdrop.in {
  opacity: .9;
}

.owl-theme .owl-controls{
	margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot span{
	opacity: 1;
	width: 8px;
	height: 8px;
}

.owl-theme .owl-controls .owl-nav div{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.master-wrap{
	overflow-x: hidden;
}

/*Page Title*/

.page-title-icon{
	font-size: 60px;
	line-height: 45px;
	padding-top: 1px;
	padding-right: 15px;
	display: inline-block;
	float: left;
}

.page-title-wrap{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	border-left: 2px solid;
	float: left;
}

.page-title-wrap h1{
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.page-sub-title{
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 -  HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
								/*  Header */
/*--------------------------------------------------------------------------------*/

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    padding: 0 5%;
    text-align: center;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header-animate{

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


/*--------------------------------------------------------------------------------*/
									/*  Logo */
/*--------------------------------------------------------------------------------*/

.logo-wrap{
    display: inline-block;
    width: 15%;
}

.logo{
	display: block;
}

.header-animate .logo{
	height: 50px;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/*--------------------------------------------------------------------------------*/
							/*  Header Content Block */
/*--------------------------------------------------------------------------------*/

.header-content-block{
    width: 5%;
}

.header-content-block .social-icons{
    display: block;
	font-size: 18px;
	line-height: 1px;
}


/*--------------------------------------------------------------------------------*/
						/*  Header Content Block Social Icons */
/*--------------------------------------------------------------------------------*/

.header-content-block .social-icons ul li{
	display: inline-block;
	margin-right: -4px;
}

.header-content-block .social-icons a{
	padding: 15px 5px;
	margin: 0px 3px;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}



/*--------------------------------------------------------------------------------*/
								/* Menu */
/*--------------------------------------------------------------------------------*/

.menu-container{
    width: auto;
    position: relative;
    display: inline-block;
    width: 80%;
}

ul.menu li > a{
    position: relative;
}

/*Main Menu Position center, left or right*/
ul.menu{
    text-align: right;
}

/*Main Menu Styles*/
ul.menu > li{
    display: inline-block;
    margin-right: -4px;
}

ul.menu > li > a{
	font-size: 18px;
	line-height: 20px;
    padding: 70px 15px;
    display: inline-block;
    font-family: 'nevobold';
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*Menu Icon and Direction Icon Styles*/
ul.menu > li span i{
	position: absolute;
	right: 0;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-item-icon::before, .direction-icon::before{
    font-size: 10px;
    line-height: 1px;
}

.direction-icon-submenu{
    position: absolute;
    right: 10px;
    top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*First Level Sub Menu Styles*/
ul.menu .has-dropdown{
    position: relative;
}

ul.menu li:not(.megamenu).has-dropdown > .dropdown{
    position: absolute;
    text-align: left;
    opacity: 0;
    min-width: 210px;
    visibility: hidden;
}

ul.menu .has-dropdown > .dropdown a{
    padding: 10px 20px;
    display: inline-block;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li > a{
	font-size: 12px;
	line-height: 19px;
    width: 100%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown{
    position: absolute;
    left: 100%;
    top: 0 !important;
    min-width: 210px;
    visibility: hidden;
    display: inline-table;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown li  a{
    display: inherit;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li.has-dropdown:hover > .dropdown{
    opacity: 1;
}


/*--------------------------------------------------------------------------------*/
						/*  Mobile Nav Icon */
/*--------------------------------------------------------------------------------*/

.mobile-nav-container{
	display: none;
}

.mobile-nav {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 25px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mobile-nav::after,.mobile-nav::before, .mobile-nav span  {
	display: block;
	content: '';
	margin: 5px 0;
	height: 3px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobile-nav.open::before {
	-webkit-transform: translateY(8px) rotate(135deg);
	-moz-transform: translateY(8px) rotate(135deg);
	-ms-transform: translateY(8px) rotate(135deg);
	-o-transform: translateY(8px) rotate(135deg);
	transform: translateY(8px) rotate(135deg);
}
.mobile-nav.open::after {
	-webkit-transform: translateY(-8px) rotate(-135deg);
	-moz-transform: translateY(-8px) rotate(-135deg);
	-ms-transform: translateY(-8px) rotate(-135deg);
	-o-transform: translateY(-8px) rotate(-135deg);
	transform: translateY(-8px) rotate(-135deg);
}

.mobile-nav.open span {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}


/*--------------------------------------------------------------------------------*/
								/* Mobile Menu */
/*--------------------------------------------------------------------------------*/

.mobile-header .menu-container{
	width: 100%;
	display: none;
}

.mobile-header .menu-container .menu{
	padding-bottom: 15px;
}

.mobile-header, .mobile-header .logo-wrap, .mobile-header .header-content-block{
	height: 60px;
}

.mobile-header .logo-wrap{
	width: auto;
}

.mobile-header .header-content-block{
	float: right;
	width: auto;
}

.mobile-header .header-content-block .social-icons{
	display: none;
}

.mobile-header .menu-container{
	position: absolute;
	left: 0;
}

.mobile-header ul.menu > li {
	display: block;
	text-align: left;
	position: relative;
}

.mobile-header ul.menu > li > a {
	display: inherit;
	padding: 10px;
	padding-left: 40px;
	border-bottom: solid 1px #333333;
	font-size: 20px;
	font-family: 'nevomedium'
}
.mobile-header ul.menu > li:first-child > a {
	border-top: solid 1px #333333;
}

.mobile-header ul.menu > li span{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px 30px;
}

.mobile-header ul.menu > li span i{
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mobile-header ul.menu .has-dropdown > .dropdown a{
	padding-left: 55px;
}

.mobile-header ul.menu li.has-dropdown:not(.megamenu) > .dropdown{
	display: none;
	visibility: visible;
	opacity: 1;
	position: static;
}

.mobile-header ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown{
	display: none;
	width: 100%;
	z-index: 1000;
	visibility: visible;
	opacity: 1;
	position: static;
	left: 0;
	top: 100% !important;
}

.icon-rotate{
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--------------------------------------------------------------------------------*/
								/* BUTTON */
/*--------------------------------------------------------------------------------*/

.button-style-01-container{
	display: inline-block;

	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.button-style-01 {
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 25px;
	padding-top: 13px;
	cursor: pointer;
	position: relative;
	z-index: 5;
	font-weight: 700;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-style-01::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style-01:hover::before{
	opacity: 0 ;

	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

.button-style-01::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	border: 1px solid;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.button-style-01:hover::after{
	opacity: 1;

	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 -  PAGES & SETION SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* HOME*/
/* INTER ACTIVE VIDEO BLOCK */
/* ABOUT STATIC BLOCK */
/* ABOUT FLOAT SLIDER */
/* PARTNERS */
/* SERVICES */
/* VIDEO THUMB CAROUSEL */
/* MOBILE APP */
/* TEAM */
/* TESTIMONIAL */
/* WORK FLOW */
/* PORTFOLIO */
/* COUNTER */
/* BLOG */
/* COUNTER */
/* FOOTER */

/*--------------------------------------------------------------------------------*/
 									/* HOME */
/*--------------------------------------------------------------------------------*/

.home{
	height: 100vh;
	position: relative;
	overflow: hidden;
}


/*Home01*/

.content-carousel h1{
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: 700;
}

.content-carousel .owl-dots{
	position: absolute;
	width: 100%;
	bottom: -45px;
}


/*Home02*/

.content-animate-carousel .text-block{
	width: 70%;
	padding-left: 200px;
	opacity: 0;
}

.content-animate-carousel .overlay, .content-animate-carousel .item{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
}

.content-animate-carousel .text-block h1{
	font-size: 110px;
	line-height: 100px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 700;
}

.content-animate-carousel-container .progress-circle-container{
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 100;
	display: block;
}

.content-animate-carousel-container .progress-circle svg{
	border-radius: 50%;
	stroke-width: 0;
}

#progressbar {
    width: 150px;
	height: 150px;
}

.content-animate-carousel-container .carousel-info{
	position: absolute;
	left: 50%;
	top: 50%;
	 -moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.content-animate-carousel-container .carousel-info{
	font-size: 45px;
	line-height: 52px;
}

.content-animate-carousel-container .seperator{
	font-size: 55px;
	line-height: 62px;
}

.content-animate-carousel-container .carousel-info .currentPosition{
	margin-right: -15px;
}

.content-animate-carousel-container .carousel-info .allItems{
	margin-left: -20px;
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav div{
	font-size: 25px;
	line-height: 1px;
    background: none;
	position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav .owl-next{
	right: 5%;
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav .owl-prev{
	left: 5%;
}

.content-animate-carousel .owl-item.active .text-block{
	-webkit-animation-name: slideFL;
	-moz-animation-name: slideFL;
	-o-animation-name: slideFL;
	animation-name: slideFL;
	opacity: 1;

	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
}

/* slideFL keyframes */
@-webkit-keyframes slideFL {
	0% {
    	-webkit-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
  	}
  	60% {
    	-webkit-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	-webkit-transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}
@-moz-keyframes slideFL {
  	0% {
    	-moz-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
    	-moz-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	60% {
    	-moz-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
		-moz-transform: translate3d(150px, 0, 0);
		opacity: 0;
  	}
}
@-o-keyframes slideFL {
  	0% {
    	-o-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
    	-o-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	60% {
    	-o-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	-o-transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}
@keyframes slideFL {
  	0% {
    	transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
  		transform: translate3d(0, 0, 0);
  		opacity: 1;
  	}
  	60% {
    	transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}


/*Home03*/

.home03{
	background: url('../images/home/home03/bg-img.jpg') center center no-repeat;
	background-size: cover;
}

.shuffle-letter{
	font-size: 20px;
	line-height: 27px;
}


/*Home04*/

.video-content-block h1{
	text-transform: uppercase;
}

.home-link-block{
	margin-top: 15px;
}

.home-link-block a{
	padding: 0px 10px;
	border-right: 1px solid #fff;
	font-size: 16px;
    line-height: 23px;
    font-weight: 700;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.home-link-block a:first-child{
	padding-left: 0px;
}

.home-link-block a:last-child{
	border-right: 0px;
	padding-right: 0px;
}


/*Home05*/

.cd-intro{
	padding: 0 5%;
	padding-top: 50px;
}

.mask.cd-intro-content .action-block{
	padding-top: 10px;
}

.mask.cd-intro-content h1{
	font-size: 65px;
}
.mask.cd-intro-content h1 span::after {
	content:' ';
	background-image: url(../images/after-green.png);
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 23px;
	margin-top: 20px;
	margin-bottom:0px;

  -webkit-animation: zoomVisible 1s 1.5s both;
  -moz-animation: zoomVisible 1s 1.5s both;
   animation: zoomVisible 1s 1.5s both;	
}
.mask.cd-intro-content p{
	font-size: 20px;
	max-width: 730px;
}
.mask.cd-intro-content p span{
	color: #f229d1;
	font-family: 'nevobold'
}
.mask.cd-intro-content p span::before{content: '"'}
.mask.cd-intro-content p span::after{content: '"'}

.mask.cd-intro-content p::after {
	content:' ';
	background-image: url(../images/img-philosoply.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 548px;
	height: 63px;
	margin-top: 70px;
	margin-bottom:0px;
}
.text-effect-content-carousel-2.owl-theme .owl-controls .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 15px;
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav div{
	font-size: 25px;
	line-height: 1px;
    background: none;
	position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav .owl-next{
	right: 5%;
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav .owl-prev{
	left: 5%;
}


/*Home06*/

.text-ticker-block h1{
	padding: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 10%;
    text-transform: uppercase;
}

.text-ticker-block h3{
	font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 7px 15px;
	padding-top: 10px;
    display: inline-block;
    letter-spacing: 3px;
	padding-left: 18px;
	font-weight: 700;
}

.text-rotator{
	display: inline-block;
}

.mouse-icon-wrap{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.mouse-icon {
	display: inline-block;
	width: 30px;
	height: 44px;
	border: 2px solid;
	border-radius: 15px;
	cursor: pointer;
	margin: 0 auto;
}

.mouse-icon .wheel {
	position: relative;
	width: 6px;
	height: 9px;
	border-radius: 50%;
	top: 4px;
	margin-left: auto;
	margin-right: auto;

	/* Chrome, Safari, Opera */
	-webkit-animation-name:moving;
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count:infinite;

	-webkit-animation-play-state:running;
	/* Standard syntax */
	animation-name:moving;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;

	animation-play-state:running;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moving
	{
		0%   { top:4px;opacity: 0;}
		30% { top:9px;opacity: 1;}
		100% { top:25px;opacity: 0;}
	}
/* Standard syntax */
@keyframes moving
	{
		0%   { top:4px;opacity: 0;}
		30% { top:9px;opacity: 1;}
		100% { top:25px;opacity: 0;}
	}


/*Home07*/

.move-bg{
	position: absolute;
	top: -5%;
	right: -5%;
	left: -5%;
	z-index: 0;
	width: 110vw;
	height: 110vh;
	background: url('../images/home/home07/bg-img.jpg') center center no-repeat;
	background-size: cover;
	z-index: 0;
}

.move-bg .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.parallaxify-block .content-block{
	display: none;
}

.parallaxify-block .content-block h1{
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0;

	-webkit-animation-name: slideTB;
    animation-name: slideTB;

	animation-duration: 1s;
    animation-delay: 2s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.parallaxify-block .content-block h4{
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 50px;
	opacity: 0;

	-webkit-animation-name: slideTB;
	animation-name: slideTB;

	animation-duration: 1s;
	animation-delay: 3s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.parallaxify-block .content-block .button-style-01-container{
	margin: 0px 15px;
	opacity: 0;

	-webkit-animation-name: zoomVisible;
	animation-name: zoomVisible;

	animation-duration: .5s;
	animation-delay: 4s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes slideTB {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1;
  }
}

@keyframes slideTB {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1
  }
}


@-webkit-keyframes zoomVisible {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomVisible {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

.player .controls-wrapper{
	display: none !important;
	opacity: 0;
}




/*--------------------------------------------------------------------------------*/
 						/* INTER ACTIVE VIDEO BLOCK */
/*--------------------------------------------------------------------------------*/

.interactive-video-block .text-content{
	display: none;
}

.interactive-video-block .text-content h1{
	text-transform: uppercase;
    font-size: 70px;
    line-height: 77px;
    font-weight: 700;
}

.interactive-video-block .play-button{
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}

.interactive-video-block .play-button span{
	font-size: 22px;
	line-height: 1px;
	margin-left: 8px;
	position: absolute;
	top: 3px;

	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.interactive-video-block .pause-button{
	font-size: 30px;
	line-height: 1px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block .pause-button span{
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.volume-button-container{
	display: none;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
}

.interactive-video-block .volume-off, .interactive-video-block .volume-on{
	font-size: 25px;
	line-height: 1px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}

.interactive-video-block .volume-off{
	display: block;
}

.interactive-video-block .pause-button span, .interactive-video-block .volume-off span, .interactive-video-block .volume-on span{
	position: absolute;
	top: 50%;
	left:  50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block .loader-image{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block.video-disabled .loader-image{
	display: none;
}

.interactive-video-block.video-disabled .text-content{
	display: block;
}

.interactive-video-block.video-disabled .text-content .play-button{
	display: none;
}


/*--------------------------------------------------------------------------------*/
							/* ABOUT STATIC BLOCK */
/*--------------------------------------------------------------------------------*/

.about-static-block {
	background: #000 url('../images/bg-about.png') center right no-repeat;
	background-size: 25% auto;
}
.about-static-block h1::after {
	content:' ';
	background-image: url(../images/after-pink.png);
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 23px;
	margin-top: 30px;
	margin-bottom:40px;
}
.about-static-block-inner{
	padding: 0 10%;
}
.about-static-block .button-style-01-container{
	margin-bottom: 10px;
}

.about-static-block p{
	padding: 0 10%;
}

.about-static-block svg image{
	max-width: 100%;
}

.about-static-block{
	overflow: hidden;
	position: relative;
	width: 100%;
}



/*--------------------------------------------------------------------------------*/
							/* ABOUT FLOAT SLIDER */
/*--------------------------------------------------------------------------------*/

.about-float-slider{
	position: relative;
	margin-bottom: 0px;
	border-color: #fff;
	margin-top: -1px;
}

.about-float-slider .content-block{
	position: absolute;
	top: 1px;
	left: 0;
	width: 40%;
	z-index: 1;

	-webkit-animation: move-repeat 20s infinite; /* Safari 4+ */
    -moz-animation:    move-repeat 20s infinite; /* Fx 5+ */
    -o-animation:      move-repeat 20s infinite; /* Opera 12+ */
    animation:         move-repeat 20s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@-moz-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@-o-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}

.about-float-slider .content-block:hover{
	-webkit-animation-play-state: paused;
   -moz-animation-play-state: paused;
   -o-animation-play-state: paused;
   animation-play-state: paused;
}

.about-float-slider .content-block .item{
	padding: 50px 30px;
	padding-bottom: 115px;
}
.about-float-slider .content-block .item img {
	width: 100%;
}
.about-float-slider .content-block .slick-arrow.next, .about-float-slider .content-block .slick-arrow.prev{
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 1px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	z-index: 1;
	/*left: 100px;
	bottom: 65px;*/
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about-float-slider .content-block .slick-arrow.prev{
	left: 15px;
}
.about-float-slider .content-block .slick-arrow.next{
	right: -5px;
}
.about-float-slider .content-block .item span{
	font-size: 60px;
	line-height: 1px;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-float-slider .content-block .item h3{
	margin-top: 20px;
	color: #05e18e;
	text-transform: uppercase;
	margin:30px 0 20px 0;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.about-float-slider .content-block .item h4::after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 25px;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-float-slider .content-block:hover .item h4::after{
	width: 125px;
}
*/

.about-float-slider .content-block .item ul{
	margin-bottom: 20px;
	margin-top: 0;
}
.about-float-slider .content-block .item li{
	font-family: 'nevoregular';
	font-size: 18px;
	color: #fff;
	list-style-type: upper-roman;
	margin-left: 20px;
}
.about-float-slider .content-block .item p {
	font-family: 'nevobold';
	font-size: 18px;
	color: #f229d1;
	margin-bottom: 20px;
}


/*--------------------------------------------------------------------------------*/
									/* 	PARTNERS */
/*--------------------------------------------------------------------------------*/

.partners-carousel.slick-slider img{
	width: auto;

	-webkit-filter: url(filters.svg#grayscale);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.partners-carousel .item{
	margin: 0 25px;
}

.our-partners .partner-text{
	text-align: center;
	border-right: 1px solid;
}


/*--------------------------------------------------------------------------------*/
									/* 	SERVICES */
/*--------------------------------------------------------------------------------*/

.services-content{
	background: url('../images/services/bg-img.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

.services-content .bg-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
}

.services-content-block{
	float: left;
	width: 50%;
	padding: 50px 80px;
	padding-left: 70px;
	border: 10px solid transparent;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.services-content-icon{
	font-size: 50px;
	line-height: 1px;
	display: inline-block;
	float: left;
}

.services-content-head{
	font-size: 18px;
	line-height: 25px;
	margin-left: 26px;
	display: inline-block;
	text-transform: uppercase;
}

.services-content-head::after{
	content: '';
	display: block;
	margin-left: 0;
	width: 60px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 12px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.services-content-text{
	margin-left: 60px;
}

.services-content-block:hover .services-content-head::after{
	width: 100px;
}


/*--------------------------------------------------------------------------------*/
							/* 	VIDEO THUMB CAROUSEL */
/*--------------------------------------------------------------------------------*/

.video-thumb-title{
	padding: 0 10%;
}

.video-thumb-title h2{
	text-transform: uppercase;
	font-weight: 700;
}

.video-thumb-title h2::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 35px;
}

.video-thumb-carousel{
	overflow: hidden;
}

.video-thumb-carousel .item{
	position: relative;
	cursor: pointer;
	overflow: hidden;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;

	background: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item img{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item:hover .overlay{
	opacity: .8;
	z-index: 0;
}

.video-thumb-carousel .item:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-thumb-carousel .item .play-button{
	position: absolute;
	top: -30%;
	left: 50%;
	z-index: 2;

	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item .video-title{
	width: 100%;
	position: absolute;
	bottom: -30%;
	z-index: 2;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item img{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item:hover .play-button{
	top: 30%;
}

.video-thumb-carousel .item:hover .video-title{
	bottom: 30%;
}

.video-thumb-carousel .item .video-title h4{
	text-transform: uppercase;
	font-weight: 700;
}

.video-thumb-carousel .slick-dots{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel:hover .slick-dots{
	bottom: 10px;
}


/*--------------------------------------------------------------------------------*/
								/* 	MOBILE APP */
/*--------------------------------------------------------------------------------*/
section.mobile-app {
	width: 100%;
	position: relative;
}
.mobile-app span{
	font-family: 'nevobold'
}
.mobile-app h1::after {
	content:' ';
	background-image: url(../images/after-green.png);
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 23px;
	margin-top: 30px;
	margin-bottom:40px;
}
.mobile-app p {
    padding: 0 21%;
}
.img-private-label, .img-promotional {
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;	
}
.img-private-label {
	background-image: url(../images/bg-your-brand-01.png);
	background-position: left bottom;
	left: 0;
}
.img-promotional {
	background-image: url(../images/bg-your-brand-02.png);
	background-position: right top;
	right: 0;
}
.img-private-label img, .img-promotional img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50%;
}
#we-do  {
   color: white;
   text-shadow:
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}
.mobile-app-image img{
	margin: 0 auto;
	margin-right: 0px;
	display: inline-grid;
}

.mobile-app-text {
	padding-right: 20%;
}

.mobile-app-text h5{
	margin-top: 50px;
	margin-bottom: 10px;
}

.mobile-app-text p{
	margin-bottom: 10px;
}

.mobile-app .button-style-01-container{
	display: inline-block;
	margin-right: 15px;
}


/*--------------------------------------------------------------------------------*/
									/* TEAM */
/*--------------------------------------------------------------------------------*/

.team-image{
	position: relative;
	overflow: hidden;
}

.team-carousel .item .social-icons{
	opacity: 1;
    position: absolute;
    bottom: -20%;
    width: 100%;
    text-align: center;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.team-carousel .item:hover .social-icons{
	bottom: 3%;
}

.team-carousel .item .social-icons a{
	font-size: 20px;
	line-height: 27px;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	display: inline-block;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.team-carousel .item .social-icons a i{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.team-member-details{
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	position: relative;

	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}

.team-member-name{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.team-member-details p{
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}


/*--------------------------------------------------------------------------------*/
									/* 	TESTIMONIAL */
/*--------------------------------------------------------------------------------*/

.testimonial h1::after {
	content:' ';
	background-image: url(../images/after-green.png);
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 23px;
	margin-top: 30px;
	margin-bottom:40px;
}
.testimonial-title::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 70px;
}

.testimonial .text-block{
	margin: 0 10%;
}

.testimonial .text-block p{
	margin-bottom: 50px;
	padding: 0 10%;
}

.testimonial .image-block{
}

.testimonial .image-block .item{
	/*margin: 0 30px;*/
}

.testimonial .image-block .item img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.testimonial .image-block .item h5{
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: 700;
}

.testimonial-carousel .g1910-dots{
	bottom: auto;
    position: absolute;
    right: 10%;
    width: auto;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.testimonial-carousel .slick-dots li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inherit;
	margin: 5px 0;
}

.testimonial-carousel img.testimonial-image{
	position: absolute;
	width: 125px;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-wrap{
	position: relative;
	margin: 0 10%;
	padding: 30px 50px;
	padding-left: 100px;
	border: 2px solid;
}

.testimonial-wrap p{
	margin-bottom: 20px;
}

.image-block.sync-multi .slick-slide.slick-active{
	opacity: .3;

	-webkit-filter: url(filters.svg#grayscale);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;

	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		 -o-transition: all .4s ease;
			transition: all .4s ease;
}

.testimonial .image-block .item:hover{

	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.image-block.sync-multi .slick-slide.slick-current.slick-active{
	opacity: 1;

	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
    color: #f229d1;
    font-family: "Ionicons"
}
.testimonial .slick-prev:before {
    content: "\f3cf";
}
.testimonial .slick-next:before{
    content: "\f3d1";
}

/*--------------------------------------------------------------------------------*/
									/* 	COUNTER */
/*--------------------------------------------------------------------------------*/

.counter-item span{
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
}

.counter-item span::after{
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	margin: 10px auto;
	margin-bottom: 15px;
}

.counter-item p{
	font-size: 20px;
	line-height: 27px;
}


/*--------------------------------------------------------------------------------*/
									/* 	WORK FLOW */
/*--------------------------------------------------------------------------------*/

.work-flow{
	background: url('../images/work-flow/bg-img.jpg') center center no-repeat;
	background-size: cover;
}

.sub-section-title{
	text-transform: uppercase;
	font-weight: 700;
}

.sub-section-title::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 70px;
}

.work-flow-item{
	padding: 0px 25px;
	position: relative;
}

.work-flow-item .direction-arrow{
	font-size: 40px;
	line-height: 1px;
	position: absolute;
	top: 0;
	right: -20%;
}

.work-flow-item .icon{
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
}

.work-flow-item .icon span{
	font-size: 48px;
	line-height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.work-flow-item h4{
	margin-top: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}


/*--------------------------------------------------------------------------------*/
									/* 	PORTFOLIO */
/*--------------------------------------------------------------------------------*/

.gutter-grid .shuf-item.filtered, .gutter-grid .shuf-item.concealed{
	margin-left: 0% !important;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
		-ms-transition: all 2s ease-in-out;
		 -o-transition: all 2s ease-in-out;
			transition: all 2s ease-in-out;
}

.portfolio-filter-nav ul li{
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.portfolio-filter-nav ul li a{
	font-size: 12px;
	line-height: 19px;
	padding: 5px 0px;
	display: inline-block;
	border-bottom: 1px solid;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.dh-container {
  position: relative;
  overflow: hidden;
}

.dh-overlay {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: -100%;
}

.dh-overlay .overlay-icon{
	font-size: 30px;
	line-height: 37px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.dh-overlay .overlay-text{
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dh-overlay .overlay-text h4{
	text-transform: uppercase;
	font-weight: 700;
}


/*--------------------------------------------------------------------------------*/
									/* 	BLOG */
/*--------------------------------------------------------------------------------*/

.blog-content{
	background: url('../images/blog/bg-img.jpg') center center no-repeat;
	background-size: cover;
}

.blog-item-container{
	position: relative;
	float: left;
	width: 33.33%;
}

.blog-item-text-content{
	padding: 50px;
	display: inline-block;
}

.blog-item-text-content h5{
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.blog-item-text-content h5::after{
	content: '';
	display: block;
	margin: 0 auto;
	margin-left: 0;
	margin-top: 20px;
	height: 2px;
	width: 100px;
}

.blog-item-details{
	margin-top: 25px;
}

.blog-item-date span{
	font-size: 18px;
	line-height: 1px;
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
}

.blog-item-date h6{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-item-comment{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

.blog-item-comment span{
	font-size: 14px;
	line-height: 21px;
	margin-left: 15px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.blog-item-comment span::before{
	font-size: 16px;
	line-height: 1px;
	margin-right: 5px;
}

.blog-item-comment a:first-child{
	margin-left: 0px;
}

.blog-item-comment a span::before{
	margin-right: 5px;
}


/*--------------------------------------------------------------------------------*/
									/* 	CONTACT */
/*--------------------------------------------------------------------------------*/

.contact-content{
	position: relative;
}

.address-block{
	width: 100%;
	background: #000 url(../images/bg-contact.png) no-repeat left center;
	background-size: 25% auto;
}

.map-container{
	width: 100%;
}

.address p{
	margin: 0;
	display: inline-block;
	width: 100%;
}
.address p:first-child{
	margin-bottom: 30px;
}
.contact-form{
	padding: 60px;
	width: 100%
}


.contact-form input.website_url{
	display: none !important;
}

.error-msg::-webkit-input-placeholder{color: #f00 !important;}
.error-msg:-moz-placeholder{color: #f00 !important;}
.error-msg::-moz-placeholder{color: #f00 !important;}
.error-msg:-ms-input-placeholder{color: #f00 !important;}

.contact-form input[type="text"]{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	outline: none;

	-webkit-transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		-ms-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
			transition: all .4s ease-in;
}

.contact-form textarea{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	outline: none;
	resize: none;
}
.contact-form button[type="submit"]{
	text-decoration: none;
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	background: #f229d1;
	outline: none;
	border: none;
	box-shadow: none;
	position: relative;
	z-index: 5;
}
.contact-form ::-webkit-input-placeholder{ /* WebKit browsers */
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-form :-moz-placeholder{ /* Mozilla Firefamber 4 to 18 */
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-form ::-moz-placeholder{ /* Mozilla Firefamber 19+ */
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-form :-ms-input-placeholder{ /* Internet Explorer 10+ */
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/
									/* 	PRIVACY */
/*--------------------------------------------------------------------------------*/
#privacy {
	padding-top:200px;
	padding-bottom: 100px;
}
#privacy h1::after {
	content:' ';
	background-image: url(../images/after-green.png);
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 23px;
	margin-top: 30px;
	margin-bottom:40px;
}
#privacy h2{
	text-transform: uppercase;
	color: #4d4d4d;
	margin-top: 50px;
	font-size: 22px;
}

#privacy h2::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #f229d1;
}

#privacy p, #privacy li{
	font-size: 16px;
}

#privacy ul{
	margin-left: 20px;
}

/*--------------------------------------------------------------------------------*/
									/* 	FOOTER */
/*--------------------------------------------------------------------------------*/

.footer{
	padding: 20px 5%;
}
.footer p{
	font-size: 14px;
	margin: 0;
}

.footer-links a{
	padding: 0px 10px;
	border-right: 1px solid;
}

.footer-links a:first-child{
	padding-left: 0px;
}

.footer-links a:last-child{
	border-right: 0px;
	padding-right: 0px;
}

.footer-links a:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.footer-social-icons{
	margin-bottom: 10px;
}

.footer-social-icons a{
	font-size: 18px;
	line-height: 1px;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	position: relative;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.footer-social-icons a span{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.footer-text-content a{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.to-top{
	width: 30px;
	height: 30px;
	position: fixed;
	right: 40px;
	z-index: 555;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.to-top a{
	height: inherit;
	width: inherit;
	background: transparent;
	display: inline-block;
}

.to-top a i{
	font-size: 20px;
	line-height: 1px;
	padding-top: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 -  INNER PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
									/* 	SINGLE PROJECT */
/*--------------------------------------------------------------------------------*/

.para-text-head{
	text-transform: uppercase;
	color: #4d4d4d;
}

.para-text-head::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.single-project-home-slider{
	margin-top: 160px;
}

.single-project-home-slider .item{
	height: 100vh;
	margin-top: -10vh;
}

.single-project-home-slider.owl-theme .owl-controls .owl-dots{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.project-text-content > div{
	margin: 10px 0px;
	display: inline-block;
}
.project-text-content blockquote{
	border-left: 0px;
}

.recent-project-carousel .item{
	margin: 0 10px;
}

.recent-project-title{
	padding: 15px 0;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.recent-project-title h4{
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 700;
}

.recent-project-title p{
	font-style: italic;
}

.recent-project-carousel .slick-prev, .recent-project-carousel .slick-next{
	height: 40px;
	width: 25px;
}

.recent-project-carousel .slick-prev:before, .recent-project-carousel .slick-next:before{
	font-size: 18px;
	line-height: 25px;
	opacity: 1;
}

.recent-project-carousel .slick-next{
	right: -40px;
}

.recent-project-carousel .slick-prev{
	left: -40px;
}



/*--------------------------------------------------------------------------------*/
									/* 	BLOG POST */
/*--------------------------------------------------------------------------------*/

.inner-page-header .page-title{
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.inner-page-header .page-sub-title{
	font-style: italic;
	font-size: 16px;
	line-height: 23px;
}

.standard-blog-post{
	background: url('../images/pages/blog-post/page-header-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

.inner-page-navigation{
	margin-bottom: 10px;

	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-post-details .inner-page-navigation, .blog-post-details p{
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
}

.blog-post-path{
	font-weight: 700;
}

.blog-page-content blockquote{
	border-left: 0px;
}

.blog-post-footer{
	padding: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.blog-post-share{
	padding-top: 7px;
}

.blog-post-share .social-icons a{
	font-size: 20px;
	line-height: 1px;
	margin-right: 10px;
}

.blog-post-tags ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 0px;
}

.blog-post-tags a {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 6px;
	padding-top: 5px;
    display: inline-block;
	border: 1px solid;
	margin-left: 3px;
    font-weight: 700;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-page-content .sub-head{
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.video-blog iframe{
	border-width: 0px;
}

.commentlists .comment > div{
	position: relative;
	padding: 20px;
	padding-left: 85px;
	padding-right: 0px;
	margin-bottom: 25px;
	border-top: 1px solid;
}

.comments > ul > li:last-child > div{
	margin-bottom: 0px;
}

.comments{
	margin-top: 90px;
}

.comments ul{
	padding-left: 0px;
}

.comments ul li{
	list-style: none;
}

.comments ul li p{
	margin-top: 10px;
}

.comments ul.children li{
	padding-left: 70px;
}

.comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}

.commentlists .avatarbox{
	position: absolute;
	left: 0px;
	top: 20px;
}

.commentlists .avatarbox img{
	width: 65px;
	height: 65px;
}

.comment-info{
	font-size: 12px;
	line-height: 19px;
}

.comment-info span{
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.comment-info a{
	font-weight: 700;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.comment-reply{
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 15px;
}

.commentform-wrap{
	margin-top: 90px;
}

.commentform-wrap .comment-title{
	font-size: 16px;
    line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}

.commentform textarea, .commentform input[type="text"]{
	width: 100%;
	padding: 5px;
	outline: none;
	border: 1px solid;
	margin-bottom: 15px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.commentform input[type="text"]{
	margin-bottom: 20px;
}

.commentform input#url{
	margin-bottom: 0px;
}

.commentform textarea:focus, .commentform input[type="text"]:focus{
	outline: none;
}

.form-submit input[type="submit"]{
	font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
	padding: 0;
	background: transparent;
	border: none;
}

.blog-post-sidebar{
	margin-left: 15px;
}

.blog-post-sidebar > div{
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.blog-post-sidebar > div:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.blog-post-sidebar ul{
	list-style: square;
	padding-left: 20px;
}

.blog-post-sidebar ul li:last-child a{
	margin-bottom: 0px;
}

.blog-post-sidebar a{
	margin-bottom: 10px;
	display: inline-block;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}



/*Compiled color.less*/

.color {
  color: #dfb47d;
}
.white {
  color: #ffffff;
}
.light-white {
  color: #F2F2F2;
}
.black {
  color: #000000;
}
.light-black {
  color: #121212;
}
.light-grey {
  color: #E9E9EB;
}
.grey {
  color: #8B8B8B;
}
.dark-grey {
  color: #3B3B3B;
}
.color-bg {
  background-color: #dfb47d;
}
.white-bg {
  background-color: #ffffff;
}
.light-white-bg {
  background-color: #F2F2F2;
}
.black-bg {
  background-color: #000000;
}
.black-bg-trans {
  background-color: rgba(0,0,0,0.85);
}
.light-black-bg {
  background-color: #121212;
}
.light-grey-bg {
  background-color: #E9E9EB;
}
.grey-bg {
  background-color: #8B8B8B;
}
.dark-grey-bg {
  background-color: #3B3B3B;
}
.white-trans-half-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.white-trans-threefourth-bg {
  background-color: rgba(255, 255, 255, 0.75);
}
.black-trans-half-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.black-trans-threefourth-bg {
  background-color: rgba(0, 0, 0, 0.75);
}
.dark-grey-trans-half-bg {
  background-color: rgba(59, 59, 59, 0.5);
}
.black-trans-quarter-bg {
  background-color: rgba(0, 0, 0, 0.25);
}
.grey-trans-half-bg {
  background-color: rgba(202, 202, 204, 0.5);
}
.green-bg {
  background-color: #05e18e;
}
.pink-bg {
  background-color: #f229d1;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background-color: #f229d1;
}
::selection {
  color: #ffffff;
  background-color: #f229d1;
}
.lg-progress-bar .lg-progress {
  background-color: #dfb47d;
}
.button-style-01.theme-color-button {
  color: #121212;
}
.button-style-01.theme-color-button::before {
  background-color: #dfb47d;
}
.button-style-01.theme-color-button::after {
  border-color: #dfb47d;
}
.button-style-01.theme-color-button:hover {
  color: #dfb47d;
}
.button-style-01.white-button {
  color: #121212;
}
.button-style-01.white-button::before {
  background-color: #ffffff;
}
.button-style-01.white-button::after {
  border-color: #ffffff;
}
.button-style-01.white-button:hover {
  color: #ffffff;
}
.button-style-01.black-button {
  color: #ffffff;
}
.button-style-01.black-button::before {
  background-color: #000000;
}
.button-style-01.black-button::after {
  border-color: transparent;
}
.button-style-01.black-button:hover {
  color: #fff;
}
.white-dots.owl-theme .owl-dots .owl-dot span {
  background-color: #ffffff;
}
.white-dots.owl-theme .owl-dots .owl-dot.active span {
  background-color: #dfb47d;
}
.black-dots.owl-theme .owl-dots .owl-dot span {
  background-color: #000000;
}
.black-dots.owl-theme .owl-dots .owl-dot.active span {
  background-color: #f229d1;
}
.white-nav.owl-theme .owl-controls .owl-nav div {
  color: #ffffff;
}
.white-nav.owl-theme .owl-controls .owl-nav div:hover {
  color: #dfb47d;
}
.header-wrapper {
  border-color: rgba(255, 255, 255, 0);
}
.header-content-block .social-icons a:hover {
  color: #dfb47d;
}
.header-content-block .social-icons a.highlight {
  color: #dfb47d;
}
.header-content-block .search-icon:hover,
.header-content-block .cart-icon:hover {
  color: #ffffff;
}
.header-animate {
  background-color: #121212;
  border-color: #121212;
}
.header-wrapper.mobile-header {
  background-color: #121212;
  border-color: #121212;
}
.header-wrapper.mobile-header .menu-container .menu {
  background-color: #121212;
}
.mobile-nav::after,
.mobile-nav::before,
.mobile-nav span {
  background-color: #ffffff;
}
.header-wrapper.mobile-header ul.menu > li > a {
  background-color: #121212;
}
.icon-active i {
  color: #dfb47d;
}
ul.menu > li > a:focus {
  color: #ffffff;
}
ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li > a {
  background-color: #3B3B3B;
  color: #ffffff;
}
ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li:hover > a {
  background-color: #121212;
  color: #dfb47d;
}
ul.menu > li:hover > a {
  color: #f229d1;
}
ul.menu > li:hover > span i {
  color: #dfb47d;
}
ul.menu > li.hippo-menu-hovered > a {
  color: #dfb47d;
}
.nav-active {
  color: #f229d1 !important;
}
.interactive-video-block .play-button:hover {
  color: #ffffff;
}
.interactive-video-block .play-button:hover span {
  color: #dfb47d;
}
.interactive-video-block .pause-button:hover span {
  color: #dfb47d;
}
.home-link-block a {
  border-color: #ffffff;
}
.home-link-block a:hover {
  color: #ffffff;
}
.scroll-down a:hover {
  background-color: #ffffff;
}
.scroll-down a:hover span {
  color: #000000;
}
.mouse-icon {
  border-color: #ffffff;
}
.bg-move-block .text-block .content h3::after {
  background-color: #dfb47d;
}
.text-ticker-block h3 {
  background-color: #dfb47d;
}
.about-static-block .round-button:hover i {
  color: black;
}
.about-static-block h2::after {
  background-color: #ffffff;
}
.about-float-slider .content-block .item h4::after {
  background-color: #dfb47d;
}
.about-float-slider .content-block .slick-arrow.next,
.about-float-slider .content-block .slick-arrow.prev {
  color: #ffffff;
}
.about-float-slider .content-block .slick-arrow.next:hover,
.about-float-slider .content-block .slick-arrow.prev:hover {
  color: #f229d1;
}
.services-content-block:hover {
  border-color: #dfb47d;
}
.services-content-head::after {
  background-color: #dfb47d;
}
.video-thumb-title h2::after {
  background-color: #dfb47d;
}
.video-thumb-carousel .slick-dots li {
  background-color: #ffffff;
}
.video-thumb-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.video-thumb-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.mobile-app-text h2::after {
  background-color: #000000;
}
.team-carousel .item:hover .team-member-details {
  background-color: #dfb47d;
}
.team-carousel .item:hover .team-member-details .team-member-name {
  color: #121212;
}
.team-carousel .item:hover .team-member-details p {
  color: #3B3B3B;
}
.team-carousel .item .social-icons a:hover {
  background-color: #dfb47d;
  color: #121212;
}
.team-carousel .slick-dots li {
  background-color: #8B8B8B;
}
.team-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.team-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.testimonial-title::after {
  background-color: #dfb47d;
}
.testimonial .image-block.sync-multi .slick-dots li {
  background-color: #8B8B8B;
}
.testimonial .image-block.sync-multi .slick-dots li:hover {
  background-color: #f229d1;
}
.testimonial .image-block.sync-multi .slick-dots li.slick-active {
  background-color: #f229d1;
}
/*Counter*/
.counter-item span::after {
  background-color: #dfb47d;
}
.portfolio-filter-nav ul li a {
  border-color: #3B3B3B;
}
.portfolio-filter-nav ul li a.active {
  color: #dfb47d;
  border-color: #dfb47d;
}
.portfolio-filter-nav ul li a:hover {
  color: #dfb47d;
  border-color: #dfb47d;
}
.dh-overlay {
  background-color: #dfb47d;
}
.work-flow .sub-section-title::after {
  background-color: #ffffff;
}
.blog-item-text-content:hover h5 {
  color: #dfb47d;
}
.blog-item-text-content h5::after {
  background-color: #dfb47d;
}
.address-map-container {
  background-color: #ffffff;
}
.address-map-container .address-map {
  border-color: #000000;
}
.map-close {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.address-block {
  border-color: #8B8B8B;
}
.contact-block {
  border-color: #8B8B8B;
}
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8B8B8B;
}
.contact-form :-moz-placeholder {
  /* Mozilla Firefamber 4 to 18 */
  color: #8B8B8B;
}
.contact-form ::-moz-placeholder {
  /* Mozilla Firefamber 19+ */
  color: #8B8B8B;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8B8B8B;
}
.contact-carousel .slick-dots li {
  background-color: #8B8B8B;
}
.contact-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.contact-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.footer-social-icons a {
  background-color: #000000;
  color: #ffffff;
}
.footer-social-icons a:hover {
  background-color: #dfb47d;
  color: #000000;
}
.footer-text-content a:hover {
  color: #8B8B8B;
}
.footer-links a:hover {
  color: #dfb47d;
}
.to-top {
  background-color: rgba(242,41,209,0.5);
  color: #ffffff;
}
.to-top:hover {
  background-color: rgba(242,41,209,1);
  color: #ffffff;
}
.para-text-head::after {
  background-color: #f229d1;
}
.recent-project-carousel .item:hover .recent-project-title {
  background-color: #f229d1;
}
.recent-project-carousel .slick-prev,
.recent-project-carousel .slick-next {
  background-color: #000000;
}
.recent-project-carousel .slick-prev:hover,
.recent-project-carousel .slick-next:hover {
  background-color: #dfb47d;
}
.recent-project-carousel .slick-prev:hover:before,
.recent-project-carousel .slick-next:hover:before {
  color: #000000;
}
.blog-post-footer {
  border-color: rgba(0, 0, 0, 0.25);
}
.inner-page-navigation:hover {
  color: #dfb47d;
}
.blog-post-share .social-icons a:hover {
  color: #dfb47d;
}
.blog-post-tags a {
  border-color: #121212;
}
.blog-post-tags a:hover {
  background-color: #121212;
  color: #dfb47d;
  border-color: #121212;
}
.commentlists .comment > div {
  border-color: rgba(0, 0, 0, 0.25);
}
.comment-info a:hover {
  color: #dfb47d;
}
.commentform textarea,
.commentform input[type="text"] {
  border-color: rgba(0, 0, 0, 0.25);
}
.commentform textarea:focus,
.commentform input[type="text"]:focus {
  border-color: #121212;
}
.blog-post-sidebar > div {
  border-color: rgba(0, 0, 0, 0.25);
}
.blog-post-sidebar ul li a {
  color: #8B8B8B;
}
.blog-post-sidebar ul li a:hover {
  color: #dfb47d;
}


/*Complied font.less*/


