@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');


@font-face {
	font-family: 'Avenir Next Cyr Ultra Light';
	src: url('../fonts/Avenir/AvenirNextCyr-UltraLight.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-UltraLight.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-UltraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Light';
	src: url('../fonts/Avenir/AvenirNextCyr-Light.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Light.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Light Italic';
	src: url('../fonts/Avenir/AvenirNextCyr-LightItalic.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-LightItalic.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-LightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Thin';
	src: url('../fonts/Avenir/AvenirNextCyr-Thin.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Thin.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Thin Italic';
	src: url('../fonts/Avenir/AvenirNextCyr-ThinItalic.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-ThinItalic.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-ThinItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Regular';
	src: url('../fonts/Avenir/AvenirNextCyr-Regular.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Regular.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Medium';
	src: url('../fonts/Avenir/AvenirNextCyr-Medium.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Medium.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Demi';
	src: url('../fonts/Avenir/AvenirNextCyr-Demi.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Demi.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Bold';
	src: url('../fonts/Avenir/AvenirNextCyr-Bold.eot');
	src: url('../fonts/Avenir/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir/AvenirNextCyr-Bold.woff') format('woff'),
	url('../fonts/Avenir/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*** 

====================================================================
	Reset
====================================================================

***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff9800;
}

.no-padding{
	padding:0px !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Avenir Next Cyr Regular';
}

input,button,select{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#555555;
	font-family: 'Avenir Next Cyr Regular';
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
}

.list-style-one li span{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-family: 'Avenir Next Cyr Light Italic';
	margin-bottom:8px;
	color:#616161;
	font-size:16px;
	padding-left:20px;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ff9800;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	margin-bottom:8px;
	color:#333333;
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ff4c72;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.grey-bg{
	background-color:#f1f2f3;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

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

.fb-dialog {
	z-index: 999!important;
}

/*----------------
Padding top 
----------------*/
.dma-pt-0 { padding-top: 0px; }
.dma-pt-10 { padding-top: 10px; }
.dma-pt-15 { padding-top: 15px; }
.dma-pt-20 { padding-top: 20px; }
.dma-pt-25 { padding-top: 25px; }
.dma-pt-30 { padding-top: 30px; }
.dma-pt-40 { padding-top: 40px; }
.dma-pt-50 { padding-top: 50px; }
.dma-pt-60 { padding-top: 60px; }
.dma-pt-70 { padding-top: 70px; }
.dma-pt-80 { padding-top: 80px; }
.dma-pt-90 { padding-top: 90px; }
.dma-pt-100 { padding-top: 100px; }

/*----------------
Padding Bottom 
----------------*/
.dma-pb-0 { padding-bottom: 0px; }
.dma-pb-10 { padding-bottom: 10px; }
.dma-pb-15 { padding-bottom: 15px; }
.dma-pb-20 { padding-bottom: 20px; }
.dma-pb-25 { padding-bottom: 25px; }
.dma-pb-30 { padding-bottom: 30px; }
.dma-pb-40 { padding-bottom: 40px; }
.dma-pb-50 { padding-bottom: 50px; }
.dma-pb-60 { padding-bottom: 60px; }
.dma-pb-70 { padding-bottom: 70px; }
.dma-pb-80 { padding-bottom: 80px; }
.dma-pb-90 { padding-bottom: 90px; }
.dma-pb-100 { padding-bottom: 100px; }

/*----------------
Padding Left 
----------------*/
.dma-pl-0 { padding-left: 0; }
.dma-pl-10 { padding-left: 10px; }
.dma-pl-15 { padding-left: 15px; }
.dma-pl-20 { padding-left: 20px; }
.dma-pl-25 { padding-left: 25px; }
.dma-pl-30 { padding-left: 30px; }
.dma-pl-40 { padding-left: 40px; }
.dma-pl-50 { padding-left: 50px; }
.dma-pl-60 { padding-left: 60px; }
.dma-pl-70 { padding-left: 70px; }
.dma-pl-80 { padding-left: 80px; }
.dma-pl-90 { padding-left: 90px; }
.dma-pl-100 { padding-left: 100px; }

/*----------------
Padding Right 
----------------*/
.dma-pr-0 { padding-right: 0px; }
.dma-pr-10 { padding-right: 10px; }
.dma-pr-15 { padding-right: 15px; }
.dma-pr-20 { padding-right: 20px; }
.dma-pr-25 { padding-right: 25px; }
.dma-pr-30 { padding-right: 30px; }
.dma-pr-40 { padding-right: 40px; }
.dma-pr-50 { padding-right: 50px; }
.dma-pr-60 { padding-right: 60px; }
.dma-pr-70 { padding-right: 70px; }
.dma-pr-80 { padding-right: 80px; }
.dma-pr-90 { padding-right: 90px; }
.dma-pr-100 { padding-right: 100px; }

/*----------------
Margin Top 
----------------*/
.dma-mt-0 { margin-top: 0px !important; }
.dma-mt-5 { margin-top: 5px; }
.dma-mt-10 { margin-top: 10px; }
.dma-mt-15 { margin-top: 15px; }
.dma-mt-20 { margin-top: 20px; }
.dma-mt-25 { margin-top: 25px; }
.dma-mt-30 { margin-top: 30px; }
.dma-mt-40 { margin-top: 40px; }
.dma-mt-50 { margin-top: 50px; }
.dma-mt-60 { margin-top: 60px; }
.dma-mt-70 { margin-top: 70px; }
.dma-mt-80 { margin-top: 80px; }
.dma-mt-90 { margin-top: 90px; }
.dma-mt-100 { margin-top: 100px; }

/*----------------
Margin Bottom 
----------------*/
.dma-mb-0 { margin-bottom: 0px; }
.dma-mb-10 { margin-bottom: 10px; }
.dma-mb-15 { margin-bottom: 15px; }
.dma-mb-20 { margin-bottom: 20px; }
.dma-mb-25 { margin-bottom: 25px; }
.dma-mb-30 { margin-bottom: 30px; }
.dma-mb-40 { margin-bottom: 40px; }
.dma-mb-50 { margin-bottom: 50px; }
.dma-mb-60 { margin-bottom: 60px; }
.dma-mb-70 { margin-bottom: 70px; }
.dma-mb-80 { margin-bottom: 80px; }
.dma-mb-90 { margin-bottom: 90px; }
.dma-mb-100 { margin-bottom: 100px; }

/*----------------
Margin Left 
----------------*/
.dma-ml-0 { margin-left: 0px; }
.dma-ml-10 { margin-left: 10px; }
.dma-ml-15 { margin-left: 15px; }
.dma-ml-20 { margin-left: 20px; }
.dma-ml-25 { margin-left: 25px; }
.dma-ml-30 { margin-left: 30px; }
.dma-ml-40 { margin-left: 40px; }
.dma-ml-50 { margin-left: 50px; }
.dma-ml-60 { margin-left: 60px; }
.dma-ml-70 { margin-left: 70px; }
.dma-ml-80 { margin-left: 80px; }
.dma-ml-90 { margin-left: 90px; }
.dma-ml-100 { margin-left: 100px; }

/*----------------
Margin Right
----------------*/
.dma-mr-0 { margin-right: 0px; }
.dma-mr-10 { margin-right: 10px; }
.dma-mr-15 { margin-right: 15px; }
.dma-mr-20 { margin-right: 20px; }
.dma-mr-25 { margin-right: 25px; }
.dma-mr-30 { margin-right: 30px; }
.dma-mr-40 { margin-right: 40px; }
.dma-mr-50 { margin-right: 50px; }
.dma-mr-60 { margin-right: 60px; }
.dma-mr-70 { margin-right: 70px; }
.dma-mr-80 { margin-right: 80px; }
.dma-mr-90 { margin-right: 90px; }
.dma-mr-100 { margin-right: 100px; }


#hu-footer-input-mobile.enabled .hu-mobile-powered-by {
	opacity: 0!important;
	display: none!important;
}

#textback_widget.expanded .powered-by-textback-desktop { 
	display: none!important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	/*letter-spacing:1px;*/
	background-color:#ff9800;
	border:2px solid #ff9800;
	padding:12px 25px 12px;
	font-family: 'Avenir Next Cyr Demi';
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-one .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover{
	color:#ff9800;
	background:none;
}

.btn-style-one:hover .icon{
	color:#ff9800;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	padding:12px 30px 12px;
	border:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two .icon{
	position:relative;
	color:#ffffff;
	margin-left:10px;
	font-size:30px;
	top:6px;
	line-height:10px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover{
	color:#ffffff;
	border-color:#ff9800;
	background:#ff9800;
}

.btn-style-two:hover .icon{
	color:#ffffff;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:29px;
	color:#222222;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	border:1px solid #d7d7d7;
	padding:15px 37px 14px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three .icon{
	position:relative;
	color:#222222;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three:hover{
	color:#ffffff;
	background:#ff9800;
	border-color:#ff9800;
}

.btn-style-three:hover .icon{
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background-color:#2e2e2e;
	border:2px solid #2e2e2e;
	padding:12px 25px 12px;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-four .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-four:hover{
	color:#2e2e2e;
	background:none;
}

.btn-style-four:hover .icon{
	color:#2e2e2e;
}

.theme_color{
	color:#ff9800;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; /*background-image:url(../images/icons/preloader.svg);*/}



.sk-wave {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 6em;
	height: 14em;
	margin: auto;
	text-align: center;
	font-size: 1em;
}
.sk-wave .sk-rect {
	position: relative;
	background-color: #337ab7;
	height: 100%;
	width: .5em;
	display: inline-block;
	-webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
	animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
	background-color: #f44336;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
	top: -15px;
	background-color: #2196f3;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
	top: -30px;
	background-color: #ff9800;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
	top: -15px;
	background-color: #8a5ab1;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
	background-color: #364050;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave-stretch-delay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8);
	}
}

@keyframes sk-wave-stretch-delay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8);
	}
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:65px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50px;
	background:#ff9800;
	display:none;
	border:2px solid #ff9800;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color: #000;
	background: transparent;
	border-color: #e99b44;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top:20px;
	z-index:100;
	width:100%;
	padding:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.fixed-header{
	top:0px;
	background:#ffffff;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.header-style-two.fixed-header{
	background:#202020;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

/*Language Dropdown*/

.main-header .language{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-top:8px;
	margin-left:15px;
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:17px;
	background-color:#222222;
	border:none;
	padding:0px;
	border-top:3px solid #ff9800;
}

.main-header .language > a{
	color:#222222;
	padding:0px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
	border:0px;
	font-weight:500;
	font-size:15px;
	line-height:1em;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#ff9800;
}


/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#18191b;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:5px 0px 5px;
}

.main-header .sticky-header .outer-box{
	margin-top:20px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu{
	top:46px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	z-index:5;
	padding:0px 40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:15px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	max-width: 200px;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left:28px;
}

.header-style-three .main-menu .navigation > li{
	margin-left:0px;
	margin-right:45px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
	margin-left:30px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	color:#222222;
	line-height:10px;
	opacity:1;
	text-transform:uppercase;
	padding:45px 0px 40px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Avenir Next Cyr Regular';
}

.main-menu .navigation > li.dropdown > a {
	padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	font-size:15px;
	font-weight:normal;
	display:block;	
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .search-box-btn,
.main-header.header-style-two .language > a,
.main-header.header-style-two .outer-box .nav-btn{
	color:#ffffff;
}

.main-header.header-style-two .search-box-btn{
	border-color:rgba(255,255,255,0.40);
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
	padding:20px 0px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	min-height:0px;
	background:none;
	border:0px;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#ff9800;
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#ff9800;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
	display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
	top:100% !important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	background:#f6f6f6;
	border-top:2px solid #ff4c72;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #dedede;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 40px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:27px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#ff9800;
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	z-index:100;
	display:none;
	background:#f6f6f6;
	border-top:2px solid #ff4c72;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20px;
	height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #dedede;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:13px 40px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:27px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#ff9800;
	color:#ffffff;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	top:0%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:24px;
}

.main-header .outer-box .nav-btn{
	position:relative;
	top:12px;
	font-size:19px;
	cursor:pointer;
	color:#222222;
	margin-left:20px;
	display:inline-block;
}

.main-header .header-lower .search-box-outer{
	min-width:60px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	color:#ffffff;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:44px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #ff9800;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-lower .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#ff9800;	
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	left:3px;
	display:inline-block;
}

.main-header .search-box-btn{
	position:relative;
	font-size:15px;
	line-height:1em;
	color:#222222;
	cursor:pointer;
	display:inline-block;
	background:none;
	padding-left:20px;
	border-left:1px solid rgba(0,0,0,0.20);
}

.main-header .search-box-outer .dropdown-menu{
	top:62px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #ff9800;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#ff9800;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:first-child{
	padding-right:30px;
	border-right:1px solid #c8c8c8;
}

.main-header .info-box:last-child{
	padding-right:0px;
	margin-left:0px;
	top:-2px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	color:#ff9800;
	font-size:26px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#767676;
	font-size:15px;
	margin-bottom:3px;
	font-weight:500;
}

.main-header .info-box strong{
	font-weight:500;
	color:#333333;
	font-size:15px;
	display:block;
	margin-bottom:4px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100px;
	font-size:18px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:33px;
	color:#262626;
	float:left;
	border-radius:0px;
	border:1px solid #f2f2f2;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#262626;
	line-height:23px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#ff9800;
	border-color:#ff9800;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
	position:relative;
	color:#ff4c72;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.sec-title h2{
	position:relative;
	font-family: 'Avenir Next Cyr Demi';
	font-size:35px;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:20px;
	display:inline-block;
	z-index: 1;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:3px;
	background-color:#e99b44;
}

.sec-title.light .title{
	color:#ffffff;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-21px;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*Appointment Box*/

.appointment-box{
	position: fixed;
	right: -400px;
	top: 0px;
	width: 450px;
	max-width: 100%;
	height:100%;
	overflow-y:auto;
	z-index: 2147483647;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.appointment-form-visible .appointment-box{
	right:0px;
	opacity:1;
	visibility:visible;
}

.appointment-box .inner-box{
	position:relative;
	background-color: #607d8b;
	padding:80px 30px 30px;
}

.appointment-box .inner-box .cross-icon{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
}

.appointment-box .inner-box h2{
	position:relative;
	font-size:24px;
	text-align: center;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:50px;
	font-family: 'Avenir Next Cyr Medium';
}

.appointment-box .inner-box h3{
	position:relative;
	font-size:21px;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
	font-family: 'Avenir Next Cyr Demi';
}

.appointment-box .inner-box h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 35px;
	width: 35px;
	height: 2px;
	background-color: #ff9800;
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.40);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	font-family: 'Avenir Next Cyr Thin Italic';
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder{
	color:#ffffff;
}

.contact-form.alternate input::placeholder,
.contact-form.alternate textarea::placeholder{
	color:#ffffff !important;
}

.appointment-form textarea{
	height:135px;
	resize:none;
}

.appointment-form .form-group button{
	margin-top:15px;
}

.contact-info-box{
	position:relative;
	padding-top:50px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#ffffff;
	font-size:21px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-info-box .info-list li a{
	color:#ffffff;
	font-size:21px;
	font-family: 'Avenir Next Cyr Regular';
}

.contact-info-box .info-list li a:hover{
	color: #ff9800;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:2px;
	background-color:#ff9800;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-family: 'Avenir Next Cyr Regular';
	color:rgba(255,255,255,0.70);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
	color:rgba(245, 153, 52, 0.8)
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.appointment-form-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

/*Main Banner*/

.main-banner{
	position:relative;
	padding-top:240px;
	z-index:1;
}

/*.main-banner:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:130px;
	width:1182px;
	z-index:1;
	background:url(../images/icons/curve-1.png) no-repeat;
	}*/

	.main-banner .circle-one{
		position:absolute;
		width:1095px;
		height:1095px;
		left:-400px;
		top:-400px;
		display:inline-block;
		background:url(../images/resource/circle-one.png) no-repeat;
	}

	.main-banner .circle-two{
		position:absolute;
		width:1100px;
		height:1100px;
		right:-500px;
		top:40px;
		display:inline-block;
		background:url(../images/resource/circle-two.png) no-repeat;
	}

	.main-banner .icon-one{
		position:absolute;
		width:45px;
		height:45px;
		left:12%;
		top:30%;
		display:inline-block;
		background:url(../images/ball/ball3.png) no-repeat;
	}

/*.main-banner .icon-two{
	position:absolute;
	width:47px;
	height:47px;
	left:30%;
	top:37%;
	display:inline-block;
	background:url(../images/icons/icon-2.png) no-repeat;
	}*/

/*.main-banner .icon-three{
	position:absolute;
	width:22px;
	height:22px;
	left:30%;
	top:80%;
	display:inline-block;
	background:url(../images/icons/icon-3.png) no-repeat;
	}*/

	.main-banner .icon-four{
		position:absolute;
	/*width:58px;
	height:58px;*/
	width: 65px;
	height: 65px;
	right:8%;
	top:19%;
	display:inline-block;
	background:url(../images/ball/ball6.png) no-repeat;
}

.main-banner .icon-five{
	position:absolute;
	/*width:62px;*/
	/*height:62px;*/
	width: 100px;
	height: 100px;
	right:8%;
	bottom:-16%;
	display:inline-block;
	background:url(../images/ball/ball2.png) no-repeat;
}

.main-banner .content-column{
	position:relative;
}

.main-banner .content-column .inner-column{
	position:relative;
	padding-top:140px;
}

.main-banner .content-column h2{
	position:relative;
	color:#222222;
	font-size:43px;
	line-height:1.4em;
	font-family: 'Avenir Next Cyr Demi';
}

.main-banner .content-column h2.second{
	margin-bottom: 32px;
}
.main-banner .content-column h3{
	position:relative;
	color:#222222;
	font-size:30.8px;
	font-weight: 300;
	line-height:1.4em;
	font-family: 'Avenir Next Cyr Light';
}

.main-banner .content-column .text{
	position:relative;
	color:#222222;
	font-size:15px;
	margin-top:10px;
	margin-bottom:32px;
	font-family: 'Avenir Next Cyr Regular';
}

.main-banner .image-column{
	position:relative;
	z-index:1;
}

.main-banner .image-column .image{
	position:relative;
}

.main-banner .image-column .image img{
	position:relative;
	max-width:none;
	display:inline-block;
}

.main-banner.thanks-intro {
	position: relative;
	height: 100vh;
}

/*Services Section*/

.project-before{
	position:relative;
	margin-top:80px;
	background-repeat:no-repeat;
	background-position:right top;
}

/*Title Box*/

.project-before .title-box{
	position:relative;
	padding-top:80px;
	z-index:2;
}

.project-before .title-box .title-column{
	position:relative;
	padding-bottom:40px;
}

.project-before .title-box .title-column .inner-column{
	position:relative;
	/*padding-right:30px;*/
	/*border-right:2px solid #ff4c72;*/
}

.project-before .title-box .title-column .inner-column .big-letter{
	position:absolute;
	left:-80px;
	top:-120px;
	font-weight:700;
	font-size:400px;
	line-height:1em;
	color: rgba(233, 155, 68, 0.5)
}

.project-before .title-box .title-column h2{
	position:relative;
	color:#222222;
	font-size:30px;
	line-height:1.3em;
	font-weight:600;
	/*text-align:right;*/
}

.sec-title {
	z-index: 99;
}

.project-before .sec-title h2 {
	z-index: 99;
	padding-top: 80px;
}

.project-before .title-box .content-column{
	position:relative;
}

.project-before .title-box .content-column .inner-column{
	position:relative;
	padding-left:40px;
}

.project-before .title-box .content-column .inner-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.project-before .outer-blocks{
	position:relative;
	margin-top:100px;
}

.project-before .outer-blocks .service-block{
	padding:0px 30px;
}

.project-before .outer-blocks .row{
	margin:0px -30px;
}


.project-before .wrapper-box {
	position: relative;
	z-index: 99;
}

.project-before .wrapper-box .car-img {
	position: absolute;
	left: 50%;
	bottom: -70px;
	z-index: 9;
	width: 700px;
	margin-left: -350px;
}

.project-before .wrapper-box .bg-1 {
	background: #f4f4f4;
	position: relative;
	padding: 60px 60px 400px 60px;
}

/*.services-section .partners-box .bg-1:before {
	background: #edf0f5;
	width: 100%;
	height: 100%;
	content: "";
	left: -100%;
	top: 0;
	position: absolute;
	z-index: -1;
	}*/

	.project-before .wrapper-box .bg-2 {
		background: #00bffd;
		position: relative;
		color: #ffffff;
		padding: 60px 60px 300px 60px;
	}

	.project-before .wrapper-box .bg-2:after {
		background: #00bffd;
		width: 100%;
		height: 100%;
		content: "";
		right: -100%;
		top: 0;
		position: absolute;
		z-index: -1;
	}

	.project-before .wrapper-box h4 {
		position: relative;
		z-index: 10;
		font-family: 'Avenir Next Cyr Light';
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 1px;
		color: #3c3c3c;
	}

	.project-before .wrapper-box p {
		margin-top: 20px;
	}

	.project-before .wrapper-box .bg-2 p {
		color: #ffffff;
	}

	.moto-tooltips {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
	}

	.moto-tooltips .chat {
		width: 20%;
	}

	.chat {
		font-family: 'Avenir Next Cyr Demi';
		width: 60%;
		margin: 50px auto;
		background: #fff;
		padding: 10px 10px;
		text-align: center;
		position: relative;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
		-moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
		box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
	}

	.moto-tooltips .chat.ct1 {
		animation-delay: 1s;
		position: absolute;
		bottom: 210px;
		left: 58%;
	}

	.moto-tooltips .chat.ct2 {
		animation-delay: 1s;
		position: absolute;
		bottom: 210px;
		left: 15%;
		text-transform: uppercase;
		font-weight: bold;
	}

	.moto-tooltips .chat.ct3 {
		animation-delay: 1s;
		position: absolute;
		bottom: 100px;
		left: 67%;
	}

	.moto-tooltips .chat.ct4 {
		animation-delay: 1s;
		position: absolute;
		bottom: 80px;
		left: 12%;
	}

	.chat.ct2 {
		background: #ff9800;
		color: #fff;
	}

	.ct1:before {
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-left: 10px solid #fff;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
		border-bottom: 10px solid transparent;
		left: 19px;
		bottom: -19px;
	}

	.ct2:before {
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid #ff9800;
		border-top: 10px solid #ff9800;
		border-bottom: 10px solid transparent;
		right: 19px;
		bottom: -19px;
	}

	.ct3:before {
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-left: 10px solid #fff;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
		border-bottom: 10px solid transparent;
		left: 19px;
		bottom: -19px;
	}

	.ct4:before {
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid #fff;
		border-top: 10px solid #fff;
		border-bottom: 10px solid transparent;
		right: 19px;
		bottom: -19px;
	}

	.partners-content {
		margin: 120px 0;
	}

	.partners-content img {
		width: 150px;
	}

	.partners-content h2 {
		font-weight: 600;
		margin-top: 40px;
	}

	.partners-content h2 span {
		color: #212529;
	}

	.partners-content p {
		font-size: 18px;
		line-height: 32px;
		/*letter-spacing: 2px;*/
		margin-top: 20px;
		padding: 0 120px;
	}

	.partners-content .button {
		margin-top: 30px;
	}

/*.partners #animated_div {
	width: 100%;
	height: 143px;
	display: inline-block;
	background: url(../images/11.jpg) repeat-x;
	background-size: 100%;
	-webkit-animation: animatebackground 40s linear infinite;
	animation: animatebackground 40s linear infinite;
	-ms-animation: animatebackground 40s linear infinite;
	-moz-animation: animatebackground 40s linear infinite;
}

@keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}

@-webkit-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}

@-ms-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}

@-moz-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}
*/


/*Project After Section*/
.section-padding {
	padding: 150px 0 100px;
}

.project-after {
	position: relative;
}

.project-after .content {
	position: relative;
	margin-top: 155px;
}

/*.project-after:before {
	position: absolute;
    content: '';
    right: 0px;
    top: 300px;
    width: 306px;
    height: 768px;
    display: inline-block;
    background: url(../images/resource/pattern-1.png) no-repeat;
    }*/

    .project-after .left-car {
    	background: url(../images/project-after/car16-front.png) center center/100% no-repeat local;
    	width: 692px;
    	height: 1021px;
    	position: absolute;
    	left: -90px;
    	top: -250px;
    }

    .project-after .box {
    	padding: 0 0 0 65px;
    	position: relative;
    	margin-bottom: 50px;
    	z-index: 99;
    }

    .project-after .dtails h4 {
    	font-family: 'Avenir Next Cyr Regular';
    	font-size: 16px;
    	/*font-size: 1.125rem;*/
    	color: #333;
    	margin: 0 0 0.78em;
    }

    .project-after .dtails p {
    	margin: 0;
    }

    .project-after .box .icon {
    	width: 80px;
    	position: absolute;
    	left: 0;
    	top: 0;
    }

    .project-after .box .line {
    	width: 120px;
    	border-bottom: 2px dotted #959595;
    	height: 2px;
    	position: absolute;
    	left: -130px;
    	top: 15px;
    	z-index: 99;
    }

    .project-after .box .line.one {
    	left: -321px;
    	width: 309px;
    }

    .project-after .box .line.two {
    	left: -237px;
    	width: 225px;
    }

    .project-after .box .line.three {
    	left: -149px;
    	width: 135px;
    }

    .project-after .box .line.four {
    	left: -345px;
    	width: 330px;
    }

    .project-after .box .line.five {
    	left: -335px;
    	width: 319px;
    }

    .project-after .box .line.six {
    	left: -241px;
    	width: 226px;
    }

    .project-after .box .line.seven {
    	left: -343px;
    	width: 328px;
    }

    .project-after .box .line.eight {
    	left: -172px;
    	width: 157px;
    }

    .project-after .box .line .dot {
    	background-color: rgb(233, 155, 68);
    	width: 11px;
    	height: 11px;
    	-webkit-border-radius: 50%;
    	-moz-border-radius: 50%;
    	-o-border-radius: 50%;
    	-ms-border-radius: 50%;
    	border-radius: 50%;
    	position: absolute;
    	left: 0;
    	top: -5px;
    	z-index: 10;
    }

    .project-after .box .line .dot:before {
    	content: "";
    	background-color: rgba(249, 142, 24, 0.4);
    	width: 23px;
    	height: 23px;
    	-webkit-border-radius: 50%;
    	-moz-border-radius: 50%;
    	-o-border-radius: 50%;
    	-ms-border-radius: 50%;
    	border-radius: 50%;
    	position: absolute;
    	left: -6px;
    	top: -6px;
    	-webkit-animation: dotAnimation 1s infinite alternate;
    	animation: dotAnimation 1s infinite alternate;
    	z-index: 10;
    }

    @-webkit-keyframes dotAnimation {
    	from {
    		-webkit-transform: scale(0.5, 0.5);
    		transform: scale(0.5, 0.5);
    	}

    	to {
    		-webkit-transform: scale(1,1);
    		transform: scale(1,1);
    	}
    }

    @keyframes dotAnimation {
    	from {
    		-webkit-transform: scale(0.5, 0.5);
    		transform: scale(0.5, 0.5);
    	}

    	to {
    		-webkit-transform: scale(1,1);
    		transform: scale(1,1);
    	}
    }

    /*Services Section*/

    .services-section{
    	position:relative;
    	/*margin-top:80px;*/
    	background-repeat:no-repeat;
    	background-position:right top;
    }

    /*Title Box*/

    .title-box{
    	position:relative;
    	z-index:2;
    }

    .title-box .title-column{
    	position:relative;
    	padding-bottom:40px;
    }

    .title-box .title-column .inner-column{
    	position:relative;
    	/*padding-right:30px;*/
    	/*border-right:2px solid #ff4c72;*/
    }

    .title-box .title-column .inner-column .big-letter{
    	position:absolute;
    	left:-80px;
    	top:-120px;
    	font-family: 'Avenir Next Cyr Bold';
    	font-size:400px;
    	line-height:1em;
    	color: rgba(237, 240, 245, 0.3);
    }

    .title-box .title-column h2{
    	position:relative;
    	font-family: 'Avenir Next Cyr Demi';
    	color:#222222;
    	font-size:35px;
    	line-height:1.3em;
    	font-weight:600;
    	padding-bottom: 20px;
    	/*text-align:right;*/
    }

    .title-box .title-column h2:after {
    	position: absolute;
    	content: '';
    	left: 0px;
    	bottom: 0px;
    	width: 42px;
    	height: 3px;
    	background-color: #e99b44;
    }

    .sec-title h2 {
    	z-index: 1;
    	padding-top: 80px;
    }

    .title-box .content-column{
    	position:relative;
    }

    .title-box .content-column .inner-column{
    	position:relative;
    	padding-left:40px;
    }

    .title-box .content-column .inner-column .text{
    	font-family: 'Avenir Next Cyr Regular';
    	position:relative;
    	color:#555555;
    	font-size:18px;
    	line-height:1.9em;
    }

    /*Service Block*/

    .service-block{
    	position:relative;
    	margin-bottom:40px;
    }

    .service-block .inner-box{
    	position:relative;
    	text-align:center;
    	border-radius:5px;
    	padding:40px 35px 20px;
    	border:1px solid #efefef;
    	transition:all 0.3s ease;
    	-moz-transition:all 0.3s ease;
    	-webkit-transition:all 0.3s ease;
    	-ms-transition:all 0.3s ease;
    	-o-transition:all 0.3s ease;
    	background-color:#ffffff;
    }

    .service-block .inner-box .icon-box{
    	position:relative;
    	margin-bottom:30px;
    	transition:all 0.3s ease;
    	-moz-transition:all 0.3s ease;
    	-webkit-transition:all 0.3s ease;
    	-ms-transition:all 0.3s ease;
    	-o-transition:all 0.3s ease;
    }

    .service-block .inner-box h3{
    	position:relative;
    	color:#222222;
    	font-size:18px;
    	font-weight:600;
    	margin-bottom:12px;
    }

    .service-block .inner-box h3 a{
    	position:relative;
    	color:#222222;
    	transition:all 0.3s ease;
    	-moz-transition:all 0.3s ease;
    	-webkit-transition:all 0.3s ease;
    	-ms-transition:all 0.3s ease;
    	-o-transition:all 0.3s ease;
    }

    .service-block .inner-box:hover .text,
    .service-block .inner-box:hover h3 a{
    	color:#ffffff;
    }

    .service-block .inner-box .text{
    	position:relative;
    	color:#777777;
    	font-size:14px;
    	line-height:1.8em;
    	margin-bottom:18px;
    	transition:all 0.3s ease;
    	-moz-transition:all 0.3s ease;
    	-webkit-transition:all 0.3s ease;
    	-ms-transition:all 0.3s ease;
    	-o-transition:all 0.3s ease;
    }

    .service-block .inner-box .read-more{
    	position:relative;
    	font-size:45px;
    	color:#ffffff;
    	line-height:12px;
    	display:inline-block;
    	transition:all 0.3s ease;
    	-moz-transition:all 0.3s ease;
    	-webkit-transition:all 0.3s ease;
    	-ms-transition:all 0.3s ease;
    	-o-transition:all 0.3s ease;
    }

    .service-block .inner-box .read-more span{
    	position:relative;
    	font-size:50px;
    	color:#ffffff;
    	line-height:12px;
    	display:inline-block;
    }

    .service-block .inner-box:hover{
    	background-color:#ff4c72;
    	border-color:#ff4c72;
    	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    }


/*---------------------------------------------------------------------
WE CREATE DMA / DMA PARTS
-----------------------------------------------------------------------*/
.text-md-right {
	text-align: right!important;
}

.text-md-left {
	text-align: left!important;
}

.dma-feature {
	display: inline-block;
}

.dma-feature h4 a {
	display: inline-flex;
}

.dma-feature h4 i {
	font-size: 40px;
	min-height: 46px;
}

.dma-feature.first-l {
	margin-right: -30px;
}

.dma-feature.second-l {
	margin-right: 30px;
}

.dma-feature.first-r {
	margin-left: -30px;
}

.dma-feature.second-r {
	margin-left: 30px;
}

.dma-feature .simple-button i {
	margin-left: 10px;
}

.dma-feature .list-service {
	list-style: none;
}

.circle-feature img {
	position: relative;
	z-index: 9;
	/*width: 85%;*/
	width: 65%;
}

.circle-ripple {
	background-color: #e49f30;
	width: 17em;
	height: 17em;
	border-radius: 50%;
	-webkit-animation: ripplee 0.9s linear infinite;
	animation: ripplee 0.9s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

@-webkit-keyframes ripplee {
	0% {
		box-shadow: 0 0 0 0 rgba(243, 151, 49, 0.4), 0 0 0 5em rgba(243, 151, 49, 0.4), 0 0 0 3em rgba(243, 151, 49, 0.4), 0 0 0 5em rgba(243, 151, 49, 0),
	}
	100% {
		box-shadow: 0 0 0 5em rgba(243, 151, 49, 0.4), 0 0 0 3em rgba(243, 151, 49, 0.4), 0 0 0 5em rgba(243, 151, 49, 0.4), 0 0 0 8em rgba(243, 151, 49, 0);
	}
}

@keyframes ripplee {
	0% {
		box-shadow: 0 0 0 0 rgba(243, 151, 49, 0.4), 0 0 0 1em rgba(243, 151, 49, 0.4), 0 0 0 3em rgba(243, 151, 49, 0.4), 0 0 0 5em rgba(243, 151, 49, 0.0);
	}
	100% {
		box-shadow: 0 0 0 1em rgba(243, 151, 49, 0.4), 0 0 0 3em rgba(243, 151, 49, 0.4), 0 0 0 5em rgba(243, 151, 49, 0.4), 0 0 0 8em rgba(243, 151, 49, 0);
	}
}

.dma-feature-01 {
	padding: 0 30px;
}

.dma-feature-02 i {
	font-size: 52px;
	line-height: normal;
}

.dma-feature .bg1 {
	background: #edf0f5;
	position: relative;
	padding: 100px 0;
}

.services-block {
	margin-bottom:30px;
}

/*---------------------------------------------------------------------
WORLD OF DIGITAL
-----------------------------------------------------------------------*/

.world-of-digital {
	position: relative;
	z-index: 1;
	height: auto;
	min-height: 700px;
	padding-bottom: 150px;
}

.world-of-digital .title-box .title-column h2:after {
	left: 50%;
	margin-left: -21px;
}

.world-of-digital .circle-one{
	position:absolute;
	width:1095px;
	height:1095px;
	left:-400px;
	top:-400px;
	display:inline-block;
	background:url(../images/resource/circle-one.png) no-repeat;
}

.world-of-digital .circle-two{
	position:absolute;
	width:1100px;
	height:1100px;
	right:-500px;
	top:40px;
	display:inline-block;
	background:url(../images/resource/circle-two.png) no-repeat;
}

.world-of-digital .ball-one{
	position:absolute;
	width:45px;
	height:45px;
	left:12%;
	top:30%;
	display:inline-block;
	background:url(../images/ball/ball3.png) no-repeat;
}

/*.world-of-digital .ball-two{
	position:absolute;
	width:47px;
	height:47px;
	left:30%;
	top:37%;
	display:inline-block;
	background:url(../images/icons/icon-2.png) no-repeat;
	}*/

/*.world-of-digital .ball-three{
	position:absolute;
	width:22px;
	height:22px;
	left:30%;
	top:80%;
	display:inline-block;
	background:url(../images/icons/icon-3.png) no-repeat;
	}*/

	.world-of-digital .ball-four{
		position:absolute;
	/*width:58px;
	height:58px;*/
	width: 65px;
	height: 65px;
	right: 35%;
	top: 25%;
	display:inline-block;
	background:url(../images/ball/ball6.png) no-repeat;
}

.world-of-digital .ball-five{
	position:absolute;
	/*width:62px;*/
	/*height:62px;*/
	width: 100px;
	height: 100px;
	left:8%;
	bottom:-16%;
	display:inline-block;
	background:url(../images/ball/ball2.png) no-repeat;
}

.world-of-digital .blur-ball-right{
	position:absolute;
	/*width:62px;*/
	/*height:62px;*/
	width: 233px;
	height: 234px;
	right: 0;
	top: 0;
	margin-right: -150px;
	display:inline-block;
	background:url(../images/ball/big-ball.png) no-repeat;
}

.world-of-digital .blur-ball-left{
	position:absolute;
	/*width:62px;*/
	/*height:62px;*/
	width: 233px;
	height: 234px;
	left: 0;
	bottom: 0;
	margin-left: -150px;
	display:inline-block;
	background:url(../images/ball/big-ball.png) no-repeat;
}


.world-of-digital .brand-center{
	position:absolute;
	width:261px;
	height:260px;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	background:url(../images/digital/you.png) no-repeat;
}

.world-of-digital .brand-one{
	position:absolute;
	width:169px;
	height:169px;
	left:25%;
	top:30%;
	display:inline-block;
	background:url(../images/digital/olx.png) no-repeat;
}

.world-of-digital .brand-two{
	position:absolute;
	width:207px;
	height:207px;
	left:12%;
	top:65%;
	display:inline-block;
	background:url(../images/digital/rozetka.png) no-repeat;
}

.world-of-digital .brand-three{
	position:absolute;
	width:164px;
	height:164px;
	left:30%;
	top:95%;
	display:inline-block;
	background:url(../images/digital/kasta.png) no-repeat;
}

.world-of-digital .brand-four{
	position:absolute;
	width:214px;
	height:214px;
	right: 13%;
	top: 27%;
	display:inline-block;
	background:url(../images/digital/ticketsua.png) no-repeat;
}

.world-of-digital .brand-five{
	position:absolute;
	width:147px;
	height:149px;
	right: 25%;
	top: 68%;
	display:inline-block;
	background:url(../images/digital/ria.png) no-repeat;
}

.world-of-digital .brand-six{
	position:absolute;
	width:189px;
	height:189px;
	right: 10%;
	top: 98%;
	display:inline-block;
	background:url(../images/digital/megogo.png) no-repeat;
}

/*---------------------------------------------------------------------
SECTION CASES
-----------------------------------------------------------------------*/

.section-cases {
	position: relative;
	padding: 150px 0;
	background-repeat:no-repeat;
	background-position:right top;
}

.section-cases .title-box .title-column h2:after {
	left: 50%;
	margin-left: -21px;
}

/*------------------ App ScreenShot ---------------*/
@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.85)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}
.app-screenshot {position: relative;z-index: 99;}
.app-screenshot .screenshot-container {position: relative;padding-bottom: 83px;}
.app-screenshot .screenshot-container .wave {
	position: absolute;
	left: 0;
	width: 100%;
	height: 105px;
	bottom: 0;
	background-repeat:no-repeat;
	transform-origin: center bottom;
}
.app-screenshot .screenshot-container .waveMiddle {
	background-size: 100% 120px;
	width: 200%;
}
.app-screenshot .screenshot-container .waveMiddle {
	animation: move_wave 20s linear infinite;
}
.app-screenshot .screenshot-container .waveTop {
	background-size: 100% 130px;
	width: 200%;
	opacity: 0.7;
}
.app-screenshot .screenshot-container .waveTop {
	animation: move_wave 30s linear infinite;
}
.app-screenshot .main-sldier-wrapper {
	padding-top: 185px;
	position: relative;
	z-index: 9;
}
.app-screenshot .main-sldier-wrapper .wrapper {padding: 0 25px;}
.app-screenshot.style-two .main-sldier-wrapper .wrapper {padding: 0;}
.app-screenshot .main-sldier-wrapper img {
	width: 100%;
	box-shadow: 0px 0px 30px 0px rgba(223, 223, 223, 0.75);
}
.app-screenshot .mockup-one {
	position: absolute;
	bottom: -108px;
	left:49.9%;
	transform:translateX(-50%);
	z-index: 99;
	z-index: -1;
}
.screenshot-slider {max-width: 1920px;margin: 0 auto;}
.app-screenshot .mockup-two {
	position: absolute;
	bottom: 54px;
	left: 49.9%;
	transform: translateX(-50%);
	z-index: 99;
	width: 35%
}

/*---------------------------------------------------------------------
SECTION CASES WITH SLIDER
-----------------------------------------------------------------------*/
.section-cases {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	background: #fff;
	overflow: hidden;
	background: url(../images/background/pattern-1.png);
	background-repeat:no-repeat;
	background-position:20% 50%;
}
.section-cases i {
	/*color: #ff9800;*/
	color: #fff;
}
.fet_pr-carousel {
	z-index: 2;
}
.fet_pr-carousel .slick-item {
	opacity: 0.5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	padding: 0 20px;
}
.fet_pr-carousel .slick-item.slick-current {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.fet_pr-carousel-title {
	position: absolute;
	left: 100px;
	width: 50%;
	z-index: 11;
	top: 30%;
}
.fet_pr-carousel-title-item {
	max-width: 500px;
	margin: 0 auto;
}
.fet_pr-carousel-title-item h3 {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.71);
	position: relative;
	text-align: left;
	padding-bottom: 20px;
}
.fet_pr-carousel-title-item p {
	color: #fff;
	text-align: left;
}
.fet_pr-carousel-box-media {
	overflow: hidden;
	z-index: 2;
}
.fet_pr-carousel-box-text {
	/*background: #303b44;*/
	background: #ff9800;
	padding: 26px 30px;
	transform-style: preserve-3d;
	z-index: 1;
	-webkit-transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
	-moz-transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
	transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}
.fet_pr-carousel .slick-item.slick-current .fet_pr-carousel-box-text {
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	-moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.3s;
}
.fet_pr-carousel-box-media-zoom {
	position: absolute;
	top: 0;
	right: -70px;
	width: 70px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	/*background: #303b44;*/
	background: #ff9800;
	z-index: 5;
}
.fullscreen-slider-item .fet_pr-carousel-box-media-zoom {
	width: 80px;
	height: 80px;
	line-height: 80px;
	right: -80px;
}
.fullscreen-slider-item {
	overflow: hidden;
}
.fet_pr-carousel-box-media-zoom:hover{
	color: #fff;
}
.fet_pr-carousel .slick-item.slick-current .fet_pr-carousel-box-media-zoom {
	transition-delay: 0.3s;
	right: 0;
}
.gallery-item:hover .fet_pr-carousel-box-media-zoom,
.show-case-wrapper:hover .fet_pr-carousel-box-media-zoom,
.fullscreen-slider-item:hover .fet_pr-carousel-box-media-zoom,
.box-item:hover .fet_pr-carousel-box-media-zoom {
	right: 0;
}
.gallery-item .fet_pr-carousel-box-media-zoom {
	z-index: 100;
}
.fet_pr-carousel-box-text h3 {
	text-align: left;
	position: relative;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Avenir Next Cyr Regular';
	letter-spacing: 2px;
	padding-left: 35px;
}
.fet_pr-carousel-box-media-zoom,
.fet_pr-carousel-box-text,
.fet_pr-carousel .slick-item {
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.fet_pr-carousel-box-text h3:before,
.fet_pr-carousel-box-text h3,
.gallery-item .fet_pr-carousel-box-media-zoom {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.fet_pr-carousel-box-text h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	/*background: #ff9800;*/
	background: #fff;
}
.fet_pr-carousel-box-text h3:hover {
	padding-left: 60px;
}
.fet_pr-carousel-box-text h3:hover:before {
	width: 35px;
}
.fet_pr-carousel-box-text h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
}
.fet_pr-carousel-box-text:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.031);
}
.fet_pr-carousel-box-text h3 a {
	color: #fff;
}
.fet_pr-carousel-cat {
	margin-top: 10px;
	padding-left: 35px;
	color: #fff;
}
.fet_pr-carousel-cat a {
	float: left;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.31);
}
.fet_pr-carousel-counter {
	position: absolute;
	right: 50%;
	z-index: 50;
	bottom: 84px;
	color: #000;
	margin-right: 80px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
}
.fet_pr-carousel-counter.show-case-slider-counter {
	right: inherit;
	left: 110px;
	bottom: -30px;
}
.fet_pr-carousel-counter:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	width: 30px;
	height: 1px;
	background: #ff9800;
}
.half-slider-wrap .slick-dots,
.fs-carousel-wrap .slick-dots {
	width: 20px;
	bottom: 50%;
	right: 50px;
	z-index: 20;
	position: absolute;
}
.half-slider-wrap .slick-dots:before,
.fs-carousel-wrap .slick-dots:before {
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	bottom: -30px;
	top: -30px;
	border-radius: 25px;
	background: rgba(0, 0, 0, 0.4);
}
.half-slider-wrap .sarr-contr,
.fs-carousel-wrap .sarr-contr {
	top: inherit;
	left: inherit;
	right: 50px;
	bottom: 30px;
}
.half-slider-wrap .sarr-contr.sp-cont-prev,
.fs-carousel-wrap .sarr-contr.sp-cont-prev {
	margin-right: 70px;
}
.slider-nav-counter,
.fs-carousel-wrap .slider-nav-counter {
	position: absolute;
	right: 89px;
	bottom: 43px;
	z-index: 30;
	color: rgba(255, 255, 255, 0.51);
	letter-spacing: 2px;
	font-size: 10px;
	text-transform: uppercase;
}
.half-slider-item,
.fs-carousel-item {
	cursor: move;
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.fet_pr-carousel {
	z-index: 2;
}

.sp-cont {
	position: absolute;
	z-index: 50;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin-top: -40px;
}
.sp-arr {
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.21);
	/*background: #303b44;*/
	background: #ff9800;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.sp-arr:hover {
	border-radius: 100%;
	background: rgba(255, 160, 54, 0.7);
}
.sp-cont-prev {
	left: 50px;
}
.sp-cont-next {
	right: 50px;
}
.fet_pr-carousel .slick-dots {
	position: absolute;
	z-index: 10;
	width: 50%;
	bottom: -66px;
	right: 0;
	padding-left: 20px;
}
.fet_pr-carousel .slick-dots li {
	float: left;
	position: relative;
	margin-right: 10px;
}
.slick-dots li button {
	position: relative;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	line-height: 14px;
	border: none;
	cursor: pointer;
	position: relative;
	background: none;
	border-radius: 100%;
	border: 1px solid transparent;
}
.slick-dots li.slick-active button {
	border-color: rgba(0, 0, 0, 0.41)
}
.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	right: 4px;
	border-radius: 100%;
	background: #35353a;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slick-dots li.slick-active button:before {
	background: #ff9800;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}
.slick-slide img {
	display: block;
}
.respimg {
	width: 100%;
	height: auto;
}

/*---------------------------------------------------------------------
SECTION ADVANTAGES
-----------------------------------------------------------------------*/
.section-advantages {
	position: relative;
	padding: 150px 0;
	z-index: 1;
}

.section-advantages .row {
	position: relative;
	z-index: 10;
}

.section-advantages .title-box .title-column h2:after {
	left: 50%;
	margin-left: -21px;
}

.section-advantages .qodef-label {
	margin: 0 0 14px;
	position: relative;
	z-index: 1;
}

.section-advantages .qodef-label .qodef-label-line {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width: 40px;
	background-color: #e99b44;
}

.section-advantages .qodef-label .qodef-label-text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Avenir Next Cyr Medium';
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #110729;
	padding-left: 15px;
}

.section-advantages .qodef-st-title {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	font-family: 'Avenir Next Cyr Medium';
	color: #000000;
	font-size: 18px;
}

.section-advantages .qodef-st-background-text {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	font-family: 'Avenir Next Cyr Bold';
	line-height: 1em;
	color: #ededed;
	opacity: .8;
	-webkit-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
	-moz-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
	transition: 1s .2s cubic-bezier(.89,.14,.25,1);
}

.section-advantages .qodef-st-text {
	display: block;
	font-family: 'Avenir Next Cyr Light Italic';
	font-size: 16px;
	margin: 14px 0 0;
	position: relative;
	z-index: 1;
	color: #616161;
}

/*---------------------------------------------------------------------
SECTION OFFER
-----------------------------------------------------------------------*/
.section-offer {
	position: relative;
	padding-bottom: 150px;
	background: url(../images/offer/offer-background.jpg);
	background-size: cover;
	background-position: 100% 100%;
}

.section-offer .title-box .title-column h2:after {
	left: 50%;
	margin-left: -21px;
}

.PositionRelative {
	position: relative;
}

.ParallaxElement1 {
	pointer-events: none;
	position: relative;
	display: block;
	top: 3.75em;
	left: 0em;
	height: 300px;
	width: 100%;
	background: url(../images/offer/PatterDotted.png) 0 5px;
	background-size: 13px auto;
	opacity: 1;
	content: '';
	z-index: 99;

}

.ParallaxElement2 {
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 0em;
	height: 100px;
	width: 50px;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement3{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 2em;
	height: 130px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement4{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 5.2em;
	height: 160px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}


.ParallaxElement5{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 8.4em;
	height: 190px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement6{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 11.6em;
	height: 220px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement7{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 14.8em;
	height: 250px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement8{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 18em;
	height: 280px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.ParallaxElement9{
	pointer-events: none;
	position: absolute;
	display: block;
	top: 5em;
	left: 21.2em;
	height: 300px;
	width: 50px;
	border:2px solid #ff9800;
	opacity: 1;
	content: '';
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;

}

.section-offer .block-wrap {
	position: relative;
	z-index: 99;
	border: 1px solid #efeded;
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
	box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
	padding: 25px 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 50px;
	cursor: pointer;
}

.section-offer .block-wrap h5 {
	font-family: 'Avenir Next Cyr Thin';
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 26px;
}

.section-offer .block-wrap p {
	font-family: 'Avenir Next Cyr Light Italic';
	line-height: 22px;
	margin-top: 30px;
}


/*---------------------------------------------------------------------
SECTION INTERACTION
-----------------------------------------------------------------------*/

.section-interaction {
	position: relative;
	padding-bottom: 150px;
}

.section-interaction .title-box .title-column h2:after {
	left: 50%;
	margin-left: -21px;
}

.section-interaction .text {
	font-family: 'Avenir Next Cyr Light';
	font-size:18px;
	font-weight:500;
	color:#000000;
}

.section-interaction .icon-two{
	position:absolute;
	/*width:58px;
	height:58px;*/
	width: 65px;
	height: 65px;
	right:8%;
	top:19%;
	display:inline-block;
	background:url(../images/ball/ball6.png) no-repeat;
}

.section-interaction .icon-three{
	position:absolute;
	/*width:62px;*/
	/*height:62px;*/
	width: 100px;
	height: 100px;
	left:8%;
	top:-16%;
	display:inline-block;
	background:url(../images/ball/ball2.png) no-repeat;
}


/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
}

.counter-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:-300px;
	width:306px;
	height:768px;
	display:inline-block;
	background:url(../images/resource/pattern-1.png) no-repeat;
}

.counter-section .inner-section{
	position:relative;
	margin-left:-80px;
	padding:110px 0px 80px;
	padding-left:60px;
	background:#ff9800;
	background-position:center center;
	background-repeat:no-repeat;
}

.counter-section .inner-section:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20000px;
	height:100%;
	background-color:#ff9800;
}

.counter-section .inner-section .big-letter{
	position:absolute;
	content:'';
	right:150px;
	top:0px;
	line-height:1em;
	font-size:440px;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(255,255,255,0.1);
}

.counter-section .inner-section:after{
	position:absolute;
	content:'';
	right:-50px;
	bottom:-50px;
	width:100px;
	height:100px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#ffffff;
}

/* Counter Style Two */

.counter-section.style-two{
	border-top:1px solid #f2f2f2;
}

.counter-section.style-two:before{
	display:none;
}

.counter-section.style-two .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-two .inner-section:before{
	display:none;
}

.counter-section.style-two .fact-counter .count-outer .count-text,
.counter-section.style-two .fact-counter .count-outer{
	color:#222222;
}

.counter-section.style-two .fact-counter .column .counter-title{
	color:#777777;
}

.counter-section.style-two .fact-counter .column .inner .icon-box{
	color:#07d346;
}

.counter-section.style-two .inner-section:after,
.counter-section.style-three .inner-section:after{
	display:none;
}

/*Counter Style Three*/

.counter-section.style-three{
	background-color:#ff4c72;
}

.counter-section.style-three:before{
	display:none;
}

.counter-section.style-three .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-three .inner-section:before{
	display:none;
}

.counter-section.style-three .fact-counter .count-outer .count-text,
.counter-section.style-three .fact-counter .count-outer{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .counter-title{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .inner .icon-box{
	color:#ffffff;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	z-index:1;
	padding-left:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	font-weight:400;
}

.fact-counter .count-outer{
	position:relative;
	font-size:60px;
	line-height:1em;
	font-weight:700;
	color:#ffffff;
	margin:10px 0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	letter-spacing:1px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:135px 0px 110px;
}

.services-section-two .upper-carousel-section{
	position:relative;
	padding:0px 80px;
}

.services-section-two .owl-carousel .service-block-two .inner-box{
	margin:15px 15px;
}

.services-section-two .upper-carousel-section .owl-carousel{
	margin-left:-15px;
}

.services-section-two .upper-carousel-section .owl-dots{
	display:none;
}

.services-section-two .upper-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-33px;
}

.services-section-two .upper-carousel-section .owl-nav .owl-prev{
	position:absolute;
	left:-80px;
	width:66px;
	height:66px;
	font-size:20px;
	line-height:62px;
	text-align:center;
	font-weight:700;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #efeded;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .upper-carousel-section .owl-nav .owl-next{
	position:absolute;
	right:-80px;
	width:66px;
	height:66px;
	font-size:20px;
	line-height:62px;
	text-align:center;
	font-weight:700;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #efeded;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .upper-carousel-section .owl-nav .owl-prev:hover,
.services-section-two .upper-carousel-section .owl-nav .owl-next:hover{
	background-color:#f8f8f8;
}

/*Services Block Two*/

.service-block-two{
	position:relative;
}

.service-block-two .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:50px 15px;
	border:1px solid #f2f0f0;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.service-block-two .inner-box .icon-box img{
	width:auto;
	margin:0 auto;
}

.service-block-two .inner-box h3{
	position:relative;
	font-size:17px;
	font-weight:500;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color:#222222;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-two .inner-box h3 a:hover{
	color: #ff9800;
}

.service-block-two .inner-box .designation{
	position:relative;
	color:#a7a8a7;
	font-size:14px;
}

.service-block-two .inner-box:hover{
	border-color:#ecfff2;
	background-color:#ecfff2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}

.services-section-two .lower-content-box{
	position:relative;
	margin-top:45px;
}

.services-section-two .lower-content-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-section-two .lower-content-box .btn-column{
	text-align:right;
}


/*** 

====================================================================
	Map Info Section
====================================================================

***/

.map-info-section{
	position:relative;
}

.map-info-section .outer-container{
	position:relative;
	background-color:#f3f3f3;
}

.map-info-section .outer-container .left-column{
	position: relative;
	width: 50%;
	float: left;
}

.map-info-section .outer-container .left-column:after{
	position:absolute;
	content:'';
	right:-85px;
	top:-85px;
	width:170px;
	height:170px;
	z-index:2;
	background-color:#ffffff;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform:rotate(45deg);
}

.map-info-section .outer-container .left-column .content{
	position:relative;
	max-width: 600px;
	float: right;
	width: 100%;
	padding: 120px 70px 120px 15px;
}

.map-info-section .outer-container .left-column h2{
	position:relative;
	color:#222222;
	font-size:35px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .phone{
	position:relative;
	color:#ff9800;
	font-size:29px;
	font-weight:400;
	margin-top:30px;
}

.map-info-section .outer-container .right-column{
	position: absolute;
	width: 50%;
	right: 0px;
	height: 100%;
	float:left;
}

.map-info-section .outer-container .right-column .map-outer .map-canvas {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 100%;
	min-height: 400px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-footer:after{
	position:absolute;
	content:'';
	left:-300px;
	bottom:-300px;
	width:490px;
	height:491px;
	background:url(../images/resource/footer-circle.png) no-repeat;
}

.main-footer .icon-one{
	position:absolute;
	right:70px;
	top:50px;
	width:45px;
	height:45px;
	background:url(../images/ball/ball3.png) no-repeat;
}

.main-footer .icon-two{
	position:absolute;
	left:32%;
	top:0;
	margin-top:-50px;
	width:65px;
	height:65px;
	background:url(../images/ball/ball6.png) no-repeat;
}

.main-footer .icon-three{
	position:absolute;
	left:50%;
	bottom:20%;
	width:21px;
	height:21px;
	background:url(../images/icons/icon-8.png) no-repeat;
}

.main-footer .widgets-section{
	position:relative;
	padding: 75px 0px 50px;
}

.main-footer .logo-widget{
	position:relative;
	z-index:1;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#555555;
	font-family: 'Avenir Next Cyr Regular';
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.main-footer .logo-widget .social-list{
	position:relative;
}

.main-footer .logo-widget .social-list li{
	position:relative;
	margin-bottom:5px;
	display:inline-block;
}

.main-footer .logo-widget .social-list li.follow{
	position:relative;
	color:#222222;
	font-family: 'Avenir Next Cyr Demi';
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}

.main-footer .logo-widget .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	/*padding:1px 16px;*/
	/*border-radius:50px;*/
	letter-spacing:1px;
	display:inline-block;
	margin-right:5px;
	text-transform:uppercase;
}

.main-footer .logo-widget .social-list li.facebook a i{
	color:#2e52aa;
}

.main-footer .logo-widget .social-list li.twitter a i{
	color:#1dcaff;
}

.main-footer .logo-widget .social-list li.medium a i{
	color:rgba(0, 0, 0, 0.84);
}

.main-footer .logo-widget .social-list li.linkedin a i{
	color:#0077B5;
}

.main-footer .logo-widget .social-list li.instagram a i{
	color: #feda75;
}

.main-footer .logo-widget .social-list li.telegram a i{
	color:#0088cc;
}

.main-footer .logo-widget .social-list li.envelope a i{
	color: #f39c12;
}

.main-footer .offices img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

/*Footer Widget*/

.main-footer .footer-widget{
	position:relative;
	margin-bottom:25px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-family: 'Avenir Next Cyr Demi';
	font-size:18px;
	font-weight:600;
	color:#222222;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:capitalize;
	display:inline-block;
}

.main-footer .footer-widget .logo img {
	max-width: 300px;
}

.main-footer .footer-widget.subscribe-widget .list-style-one li a {
	color: #555555;
}

.main-footer .footer-widget.subscribe-widget .list-style-one li a:hover {
	color: #ff9800;
}

/*List Links*/

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:10px;
}

.list-link li a{
	position:relative;
	color:#555555;
	font-family: 'Avenir Next Cyr Regular';
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#ff9800;
}

.list-link li h5{
	position:relative;
	color:#555555;
	font-family: 'Avenir Next Cyr Regular';
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	cursor: pointer;
}

.list-link li h5:hover{
	color:#ff9800;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	max-width:770px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
	padding-right:70px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:13px;
	color:#ababab;
	background:#fbfbfb;
	border-radius:50px;
	border:2px solid #e6e6e6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
	padding:10px 50px 10px 30px;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:40px;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	background:#ff9800;
	border-radius:50%;
	font-family: 'Poppins', sans-serif;
}

.subscribe-widget .text{
	position:relative;
	z-index:1;
	color:#555555;
	font-size:14px;
}

.subscribe-widget .text span{
	font-weight:600;
}

.main-footer .footer-bottom{
	position:relative;
	padding:14px 0px;
	z-index:1;
	border-top:1px solid #dedede;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#555555;
	font-family: 'Avenir Next Cyr Regular';
	font-size: 16px;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:40px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#555555;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#ff9800;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:150px 0px 60px;
	background-position:right center;
	background-repeat:no-repeat;
}

.about-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .title-column .inner-column{
	position:relative;
}

.about-section .title-column .inner-column .big-letter{
	position:absolute;
	margin-left:-160px;
	font-size:400px;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(0,0,0,0.03);
}

.about-section .title-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.about-section .title-column .inner-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.about-section .blocks-column .row{
	margin:0px -6px;
}

.about-section .blocks-column .about-blocks{
	padding:0px 6px;
}

.about-blocks{
	position:relative;
}

.about-blocks .inner-block{
	position:relative;
}

.about-blocks .inner-block .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	-moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}

.about-blocks .inner-block .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-blocks .inner-block .lower-box{
	position:relative;
	padding-top:22px;
	text-align:center;
}

.about-blocks .inner-block .lower-box h3{
	position:relative;
	font-weight:600;
	font-size:18px;
	color:#222222;
	margin-bottom:12px;
}

.about-blocks .inner-block .lower-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.about-blocks .inner-block .lower-box .read-more:hover,
.about-blocks .inner-block .lower-box h3 a:hover{
	color:#ff9800;
}

.about-blocks .inner-block .lower-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-bottom:15px;
}

.about-blocks .inner-block .lower-box .read-more{
	position:relative;
	font-size:36px;
	color:#222222;
	line-height:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	overflow:hidden;
}

.clients-section .sponsors-outer{
	position:relative;
	padding:30px 0px 30px;
}

.clients-section .sponsors-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:60000px;
	height:1px;
	background-color:#efefef;
}

.clients-section .sponsors-outer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:60000px;
	height:1px;
	background-color:#efefef;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.15;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.6;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:90px 0px 140px;
}

.services-section-three.style-two{
	padding:140px 0px 130px;
}


.services-block{
	position:relative;
}

.services-block .inner-box{
	position:relative;
	padding:70px 30px;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #efeded;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box .big-letter{
	position:absolute;
	left:100%;
	top:80px;
	color:#ffffff;
	font-size:100px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover{
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.services-block .inner-box:hover .big-letter{
	color:rgba(255,255,255,0.50);
	left:130px;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:56px;
	color:#adadad;
	line-height:1em;
	margin-bottom:18px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box:hover .icon-box{
	color:#ff9800;
}

.services-block .inner-box .title{
	position:relative;
	font-family: 'Avenir Next Cyr Medium';
	font-size:18px;
	color:#000000;
	margin-bottom:12px;
}

.services-block .inner-box h2{
	position:relative;
	font-size:17px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:12px;
}

.services-block .inner-box h2 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box h2 a:hover{
	color:#ff9800;
}

.services-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-block .inner-box .text a{
	font-weight:500;
	color:#ff9800;
}

.services-block .inner-box .text a:hover{
	color:#ff4c72;
}

.services-block .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .left-layer:before,
.services-block .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .right-layer:before,
.services-block .inner-box:hover .right-layer:after{
	height:100%;
}

.services-section-three .owl-nav{
	display:none;
}

.services-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.services-section-three .owl-dots .owl-dot{
	width:14px;
	height:6px;
	margin:0px 3px;
	border-radius:50px;
	background-color:#dadada;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-section-three .owl-dots .owl-dot:hover,
.services-section-three .owl-dots .owl-dot.active{
	width:24px;
	background-color:#ff9800;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding-bottom:125px;
}

.price-section .upper-section{
	position:relative;
	padding:106px 0px 240px;
	background-color:#6048f0;
	background-repeat:no-repeat;
	background-position:left center;
}

.price-section .upper-section .sec-title{
	margin-bottom:0px;
}

.price-section .upper-section .big-letter{
	position: absolute;
	right: -450px;
	top: 0px;
	line-height: 250px;
	font-size: 350px;
	font-weight: 700;
	color: rgba(255,255,255,0.07);
	text-transform: uppercase;
}

.price-section .upper-section .big-letter span{
	color: #6048f0;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	padding:45px 40px 30px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	background-color:#ffffff;
}

.price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #d1d1d1;
}

.price-block .inner-box .title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:80px;
	font-weight:600;
	line-height:1em;
}

.price-block .inner-box .price sup{
	position:relative;
	color:#777777;
	font-size:26px;
	font-weight:400;
	top:-38px;
	margin-right:5px;
}

.price-block .inner-box .price sub{
	position:relative;
	color:#777777;
	bottom:0px;
	font-size:15px;
	font-weight:400;
}

.price-block .inner-box .upper-box .theme-btn{
	margin-top:30px;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:0px 10px 10px;
}

.price-block .inner-box .lower-box ul{
	position:relative;
}

.price-block .inner-box .lower-box ul li{
	position:relative;
	max-width:230px;
	width:100%;
	color:#777777;
	font-size:18px;
	margin-bottom:12px;
	padding-left:22px;
	display:inline-block;
}

.price-block .inner-box .lower-box ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	height:1px;
	width:10px;
	background-color:#ff4c72;
}

.price-block .inner-box .lower-box ul li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.price-section .carousel-section{
	position:relative;
	margin-top:-188px;
	z-index:9;
}

.price-section .carousel-section .price-carousel{
	max-width:710px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0px 15px;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.price-section .carousel-section .owl-dots,
.price-section .carousel-section .owl-nav{
	display:none;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0.6;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active .price-block .inner-box{
	background:#ffffff url(../images/background/pattern-9.png) repeat;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:145px 0px 55px;
	border-top:1px solid #f7f7f7;
}

.team-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-300px;
	width:396px;
	height:560px;
	z-index:-1;
	background:url(../images/background/pattern-10.png) no-repeat;
}

.team-section .grey-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: #f7f7f7;
}

.team-section .grey-box:after{
	position: absolute;
	content: '';
	right: -50px;
	bottom: -50px;
	width: 100px;
	height: 100px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
}

.team-section .owl-dots,
.team-section .owl-nav{
	display:none;
}

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	overflow:hidden;
	z-index:1;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image .triangle-layer{
	position:absolute;
	left:-150px;
	top:-200px;
	width:440px;
	height:440px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color:rgba(255,76,114,0.35);
}

.team-block .inner-box:hover .image .triangle-layer{
	opacity:1;
	visibility:visible;
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
}

.team-block .inner-box .image .social-box{
	position:absolute;
	top:110%;
	right:10px;
	width:32px;
	z-index:1;
	padding-top:10px;
	padding-bottom:2px;
	text-align:center;
	background-color:#ffffff;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	border-right:1px solid #b1ada8;
}

.team-block .inner-box .image .social-box a{
	position:relative;
	display:block;
	color:#777777;
	font-size:14px;
	margin-bottom:5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .image .social-box a:hover{
	color:#ff9800;
}

.team-block .inner-box:hover .image .social-box{
	top:10px;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .lower-box{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	padding-top:22px;
}

.team-block .inner-box .lower-box h2{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}

.team-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-100px;
	width:100%;
	z-index:2;
	text-align:center;
	padding:16px 0px 15px;
	background-color:#ffffff;
	border:1px solid #e2e2e2;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box:hover .overlay-box{
	bottom:0px;
}

.team-block .inner-box .overlay-box h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
}

.team-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .overlay-box h3 a:hover{
	color:#ff9800;
}

.team-block .inner-box .overlay-box .designation{
	position:relative;
	color:#ff9800;
	font-size:14px;
}

.team-section .team-pagination{
	position:relative;
	margin-top:30px;
	text-align:right;
}

.team-pagination li{
	position:relative;
	display:inline-block;
}

.team-pagination li a{
	position:relative;
	width:29px;
	height:29px;
	color:#777777;
	font-size:15px;
	font-weight:500;
	text-align:center;
	display:inline-block;
	border:2px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-pagination li a:hover,
.team-pagination li.current a{
	color:#ff9800;
	border-color:#ff9800;
}

.team-pagination li.next-arrow a{
	width:auto;
	border:none;
	top:12px;
}

.team-pagination li.next-arrow a span{
	color:#8e8e8e;
	font-size:46px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:110px 0px 90px;
	background-position:right top;
	background-repeat:no-repeat;
}

.testimonial-section-two .image-column{
	position:relative;
}

.testimonial-section-two .image-column .image{
	position:relative;
	margin-left:-60px;
	display:inline-block;
}

.testimonial-section-two .image-column .image:before{
	position: absolute;
	content: '';
	left: 50px;
	top: -50px;
	width: 550px;
	height: 573px;
	z-index: -1;
	background: url(../images/icons/case-line.png) no-repeat;
}

.testimonial-section-two .content-column{
	position:relative;
}

.testimonial-section-two .content-column .inner-column{
	position:relative;
	padding-top:55px;
}

.testimonial-section-two .content-column .sec-title{
	margin-bottom:25px;
}

.testimonial-section-two .content-column .big-letter{
	position:absolute;
	right:0px;
	bottom:0px;
	font-weight:700;
	font-size:400px;
	line-height:50px;
	text-transform:uppercase;
	color:rgba(34,34,34,0.03);
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#f69329;
	font-size:40px;
	line-height:1em;
	margin-bottom:15px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#555555;
	font-size:17px;
	font-style:italic;
	line-height:1.8em;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:relative;
	margin-top:20px;
	display:inline-block;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	border:1px solid #c8c8c8;
	width:14px;
	height:14px;
	z-index:1;
	margin-right:10px;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
}

.testimonial-section-two .owl-dots .owl-dot:after{
	position:absolute;
	content:'';
	right:2px;
	top:2px;
	left:2px;
	bottom:2px;
	opacity:0;
	border-radius:50%;
	background-color:#ff4c72;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	border-color:#19e457;
}

.testimonial-section-two .owl-dots .owl-dot.active::after,
.testimonial-section-two .owl-dots .owl-dot:hover::after{
	opacity:1;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	overflow:hidden;
	padding:125px 0px 60px;
	background-color:#07d346;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1;
}

.faq-section .floated-text{
	position:absolute;
	right:70%;
	bottom:0px;
	font-size:400px;
	font-weight:700;
	line-height:100px;
	text-transform:uppercase;
	color:rgba(255,255,255,0.10);
}

.faq-section .floated-text span{
	line-height: 250px;
	color: rgba(0,0,0,0);
	text-shadow: 0px 8px rgba(255,255,255,0.05);
}

.faq-section .big-letter{
	position:absolute;
	right:300px;
	top:-100px;
	font-weight:700;
	font-size:440px;
	line-height:50px;
	color:rgba(255,255,255,0.10);
	text-transform:uppercase;
}

.faq-section .image-column{
	position:relative;
}

.faq-section .image-column .image{
	position:relative;
}

.faq-section .image-column .image img{
	position: relative;
	max-width: none;
	display: inline-block;
}

.faq-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.faq-section .accordian-column .sec-title{
	margin-bottom:20px;
}

.accordion-box{
	position:relative;
	z-index:10;
	margin-bottom:30px;
}

.accordion-box .block{
	position:relative;
	margin-bottom:10px;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:22px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	font-weight:500;
	overflow:hidden;
	color:#ffffff;
	padding:20px 20px 20px 50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	left:0px;
	top:15px;
	font-size:16px;
	color:#ff5400;
	line-height:28px;
	text-align:center;
	border-radius:50%;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: absolute;
	top: 50%;
	display: block;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	border:1px solid rgba(255,255,255,0.60);	
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity: 0;
	font-weight: 700;
}

.accordion-box .block.active-block .icon-minus{
	opacity:1;
	color:#ffffff;
	border-color:#cc8809;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	padding:15px 0px 0px 40px;
}

.accordion-box .block .content p{
	margin-bottom:10px;
	line-height:1.8em;
	font-size:14px;
	color:#ffffff;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position:relative;
	padding:140px 0px 150px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.news-section-two .floated-text{
	position: absolute;
	right: -15px;
	top: -110px;
	line-height: 250px;
	font-size: 350px;
	font-weight: 700;
	color: rgba(173,173,173,0.07);
	text-transform: uppercase;
	z-index:0;
}

.news-section-two .floated-text span{
	line-height: 250px;
	color: rgba(255,255,255,1);
	text-shadow: -1px -1px 0 #eeeeee,  
	1px -1px 0 #eeeeee,
	-1px  1px 0 #eeeeee,
	1px  1px 0 #eeeeee;
}

.news-section-two .btn-box{
	margin-top:40px;
}

/*News Block Three*/

.news-block-three{
	position:relative;
	margin-bottom:40px;
}

.news-block-three .inner-box{
	position:relative;
	border-radius:7px;
	overflow:hidden;
	background-color:#ffffff;
}

.news-block-three .inner-box .image{
	position:relative;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding:22px 28px;
	border-radius:0px 0px 7px 7px;
	border:1px solid #d7d7d7;
	border-top:none;
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:18px;
	margin-bottom:15px;
	border-bottom:1px solid #d7d7d7;
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	line-height:1.6em;
}

.news-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content .post-date{
	position:relative;
	color:#ff4c72;
	font-size:12px;
	margin-top:3px;
}

.news-block-three .inner-box .lower-content h3 a:hover{
	color:#ff9800;
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta{
	position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff9800;
}

.news-block-three .inner-box .lower-content .post-meta li:nth-child(2) a .icon{
	color:#ff4c72;
}

.news-block-three .inner-box .lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-block-three .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .read-more:hover{
	color:#ff9800;
}

.contact-info-section{
	position:relative;
	padding-top:120px;
	padding-bottom:50px;
	border-bottom:1px solid #f3f3f3;
}

.contact-info-section.style-two{
	overflow:hidden;
}

.contact-info-section.style-two .grey-box:after{
	bottom:-50px;
	top:auto;
}

.contact-info-section .grey-box{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: #f3f3f3;
}

.contact-info-section .grey-box:after{
	position: absolute;
	content: '';
	left: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
}

.contact-info-section .info-column{
	position:relative;
	padding-right:60px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
}

.contact-info-section .info-column h2{
	position: relative;
	color: #222222;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.contact-info-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.contact-info-section .info-column .phone{
	position: relative;
	color: #ff9800;
	font-size: 29px;
	font-weight: 400;
	margin-top: 30px;
}

.contact-info-section .form-column{
	position:relative;
}

.contact-info-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-info-section .floated-text{
	position: absolute;
	left: -15px;
	top: -10px;
	line-height: 250px;
	font-size: 350px;
	font-weight: 700;
	color: rgba(173,173,173,0.07);
	text-transform: uppercase;
}

.contact-info-section .floated-text span{
	position:relative;
	line-height: 250px;
	color: rgba(255,255,255,1);
	text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	background:none;
	line-height:18px;
	padding:10px 0px 8px;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:135px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:500;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#242424;
}

.default-form button{
	margin-top:15px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	background-size:cover;
	padding:240px 0px 180px;
	background-repeat:no-repeat;
	background-position:center top;
	border-bottom:1px solid #e0e0e0;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.40);
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:50px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:14px;
	display:inline-block;
	margin-bottom:20px;
}

.page-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:2px;
	background-color:#ff4c72;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
}

.page-title .text a{
	font-weight:600;
	color:#ff9800;
}

.page-title:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40%;
	border-bottom: 50px solid #ffffff;
	border-right: 750px solid transparent;
}

.page-title .big-letter{
	position: absolute;
	right: -15px;
	bottom: 0px;
	z-index: 1;
	line-height: 250px;
	font-size: 250px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255,255,255,0.05);
}

.page-title .big-letter span{
	line-height: 250px;
	color: rgba(0,0,0,0);
	text-shadow: 0px 8px rgba(255,255,255,0.05);
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:140px 0px 70px;
	background-repeat:no-repeat;
	background-position:right top;
}

.about-section-two .right-pattern{
	position:absolute;
	right:0px;
	bottom:-400px;
	width:306px;
	height:769px;
	z-index:1;
	background:url(../images/resource/pattern-2.png) no-repeat;
}

.about-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .title-column .inner-column{
	position:relative;
}

.about-section-two .title-column .inner-column .sec-title{
	margin-bottom:22px;
}

.about-section-two .title-column .big-letter{
	position: absolute;
	font-size: 400px;
	font-weight: 700;
	margin-left: -160px;
	color: rgba(0,0,0,0.03);
	text-transform: uppercase;
}

.about-section-two .title-column .text{
	position:relative;
}

.about-section-two .title-column .text p{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.about-section-two .title-column .text h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
	margin-bottom:13px;
}

.about-section-two .title-column .inner-column .list-style-two{
	margin:25px 0px 25px;
}

.about-section-two .title-column .graph-image{
	position:relative;
	margin-top:18px;
}

.about-section-two .blocks-column{
	position:relative;
}

.about-section-two .blocks-column .about-blocks{
	margin-bottom:25px;
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:140px 0px 130px;
}

.services-section-four .row{
	margin:0px -8px;
}

.services-section-four .services-block-two{
	padding:0px 8px;
	margin-bottom:16px;
}

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	border:1px solid #dbdada;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .overlay-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	background:#f4f4f4;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%,0%);
	-ms-transform: translate(-100%,0%);
	-o-transform: translate(-100%,0%);
	-moz-transform: translate(-100%,0%);
	transform: translate(-100%,0%);
}

.services-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	transform: translate(0%,0%);
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
	padding-left:38px;
	padding-right:38px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.services-block-two .inner-box .big-letter{
	position: absolute;
	left: 120%;
	top: 80px;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 1px;
	color:rgba(255,255,255,0.40);
	text-transform: uppercase;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.services-block-two .inner-box:hover .big-letter{
	left:130px;
}

.services-block-two .inner-box .icon-box{
	position: relative;
	font-size: 56px;
	color: #adadad;
	line-height: 1em;
	margin-bottom: 18px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block-two .inner-box:hover .icon-box{
	color:#ff9800;
}

.services-block-two .inner-box .title{
	position: relative;
	font-size: 14px;
	color: #aaaaaa;
	margin-bottom: 12px;
}

.services-block-two .inner-box h2{
	position: relative;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 12px;
}

.services-block-two .inner-box h2 a{
	position: relative;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block-two .inner-box h2 a:hover{
	color: #ff9800;
}

.services-block-two .inner-box .text{
	position: relative;
	color: #555555;
	font-size: 14px;
	line-height: 1.9em;
}

.services-block-two .inner-box .text a{
	font-weight: 500;
	color: #ff9800;
}

/* Banner Image Section */

.banner-image{
	position:relative;
}

.banner-image .image{
	position:relative;
}

.banner-image .image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	background-color: rgba(0,0,0,0.40);
}

.banner-image .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	CASE PAGE
====================================================================

***/

section.parallax-section {
	position: relative;
	padding: 180px 0;
	background: #fff;
    border-bottom: 1px solid #ddd;
}

.pattern-bg {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 30%;
	z-index: 3;
	right: 0;
	background: url(../images/pattern.png) repeat;
	opacity: 0.2;
}

section.parallax-section .ball-one {
	position: absolute;
	width: 65px;
	height: 65px;
	right: 8%;
	top: 25%;
	display: inline-block;
	background: url(../images/ball/ball6.png) no-repeat;
}

section.parallax-section .ball-two {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 35%;
	bottom: 21%;
	display: inline-block;
	background: url(../images/ball/ball3.png) no-repeat;
}

section.parallax-section .ball-one,
section.parallax-section .ball-two {
	animation-name: rotateme;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}


section.parallax-section .section-title {
	padding-left: 0;
}

.section-title {
	padding: 20px 0 20px 50px;
	margin-bottom: 50px;
	text-align: left;
}

.section-title h2 {
	color: #000;
	font-family: 'Avenir Next Cyr Bold';
	font-size: 43px;
	font-weight: 700;
	line-height: 1.4em;
}

.section-title h2 span {
	color: #ff9800;
}

.fw-parallax .section-title h2 {
	color: #fff;
}

.hero-start-button-wrap {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
	width: 100%;
}

.hero-start-button {
	float: left;
	padding: 15px 45px;
	background: #2A2A2E;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
	position: relative;
}

.hero-start-link {
	position: absolute;
	z-index: 9;
	right: 60%;
	bottom: -130px;
	margin-right: 100px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.41);
	letter-spacing: 4px;
	font-size: 10px;
	font-weight: 500;
}
.hero-start-link i,
.hero-start-button i {
	padding-left: 20px;
	font-size: 14px;
}
.hero-start-button i {
	color: #ff9800;
}
.hero-start-link span {
	position: relative;
}
.hero-start-link span:before {
	content: "Let's Start";
	position: absolute;
	overflow: hidden;
	max-width: 0;
	white-space: nowrap;
	font-weight: 500;
	text-align: left;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hero-start-link:hover span:before {
	max-width: 100%;
}
.hero-start-button-wrap {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
	width: 100%;
}
.hero-start-button {
	float: left;
	padding: 15px 45px;
	background: #2A2A2E;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
	position: relative;
}
.hero-start-button:before {
	content: '';
	position: absolute;
	left: 40%;
	right: 35px;
	top: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.081);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hero-start-button:hover:before {
	left: 67%;
}

/* Mockup Section */
.css-mb {
	/*max-width: 850px;*/
	max-width: 100%;
	min-width: 50px;
	margin: 0 auto;
}

.css-mb div {
	box-sizing: border-box !important; 
}

.css-mb section {
	padding: 0;
}

.css-mb .mb-display-position {
	width: 80%;
	margin: 0 auto;
}

.css-mb .mb-display {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 65.9442%;
	background: #373435;

	-webkit-border-top-left-radius:  3.5% 5.3075%;
	-moz-border-radius-topleft:  3.5% 5.3075%;
	border-top-left-radius:  3.5% 5.3075%;

	-webkit-border-top-right-radius: 3.5% 5.3075%;
	-moz-border-radius-toptight: 3.5% 5.3075%;
	border-top-right-radius: 3.5% 5.3075%;
}

.css-mb .mb-display:before {
	content: '';
	display: block;
	position: absolute;
	top: 3%;
	left: 50%;
	width: 1%;
	height: 1.5164%;
	margin-left: -0.5%;
	border-radius: 50%;
	background: #525252;
}

.css-mb .mb-display:after {
	content: '';
	display: none;
	position: absolute;
	right: 0.4%;
	top: 0.64%; 
	width: 62.5%;
	height: 100%;

	background: none; 
	background:    -moz-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* FF3.6+ */
	background: -webkit-linear-gradient(36deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* Chrome10+ and Safari5.1+ compute the degree differently */
	background:      -o-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%); /* IE10+ */
	background:         linear-gradient(55deg, rgba(0,0,0,0) 61%, rgba(255,255,255,0.05) 61%);

	-webkit-border-top-right-radius: 5.3075%;
	-moz-border-radius-toptight: 5.3075%;
	border-top-right-radius: 5.3075%;
}

.css-mb.with-glare .mb-display:after { display: block; }

.css-mb .mb-screen-position {
	position: absolute;
	top: 6.5%;
	width: 93.2%;
	left: 3.4%;
	height: 0;
	margin: 0;
	padding-bottom: 58.25%;
}

.css-mb .mb-screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: #4b4b4d; 
}

.css-mb .mb-screen img {
	max-width: 100%;
	height: auto;
}

.css-mb .mb-screen iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.css-mb .mb-body {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 2.3%;
	background: #d0d0d0;
}

.css-mb .mb-body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 14.0740%;
	height: 0;
	padding-bottom: 1.4814%;
	margin-left: -7.037%;
	background: #a9abae;

	-webkit-border-bottom-left-radius:  7.0370% 50%;
	-moz-border-radius-bottomleft:  7.0370% 50%;
	border-bottom-left-radius:  7.0370% 50%;

	-webkit-border-bottom-right-radius: 7.0370% 50%;
	-moz-border-radius-bottomtight: 7.0370% 50%;
	border-bottom-right-radius: 7.0370% 50%;  
}

.css-mb .mb-bottom-cover {
	width: 100%;
	height: 0;
	padding-bottom: 0.7407%;
	background: #a9abae;

	-webkit-border-bottom-left-radius:  12% 600%;
	-moz-border-radius-bottomleft:  12% 600%;
	border-bottom-left-radius:  12% 600%;

	-webkit-border-bottom-right-radius: 12% 600%;
	-moz-border-radius-bottomtight: 12% 600%;
	border-bottom-right-radius: 12% 600%; 
}
.single-slider-wrap .sp-cont {
	position: absolute;
	z-index: 10;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background: #ff9800;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
}
.single-slider-wrap .sp-cont.sp-cont-prev {
	left: 30px;
}
.single-slider-wrap .sp-cont.sp-cont-next {
	right: 30px;
}

/* Average Section */

.average-section{
	position:relative;
	padding:90px 0px;
}

.average-section.alternate{
	padding-bottom:30px;
}

.average-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.average-section .title-column h2{
	position:relative;
	color:#222222;
	font-family: 'Avenir Next Cyr Demi';
	font-size:35px;
	font-weight:600;
	line-height:1.3em;
}

.average-section .content-column{
	position:relative;
}

.average-section .content-column .text{
	position:relative;
	color:#777777;
	font-family: 'Avenir Next Cyr Light Italic';
	font-size:18px;
	line-height:1.7em;
	font-weight:300;
	margin-bottom:20px;
}

.average-section .content-column .cats{
	position:relative;
	color:#222222;
	font-family: 'Avenir Next Cyr Regular';
	font-size:14px;
	margin-bottom:28px;
}

.average-section .content-column .average-info{
	position:relative;
	padding-top:28px;
	border-top:2px solid #f6f6f6;
}

.average-section .content-column .average-info li{
	position:relative;
	float:left;
	font-family: 'Avenir Next Cyr Regular';
	color:#aaaaaa;
	width:33.333%;
	font-size:15px;
	padding-left:30px;
	border-right:1px solid #d3d3d3;
}

.average-section .content-column .average-info li span{
	position:relative;
	display:block;
	font-family: 'Avenir Next Cyr Demi';
	color:#222222;
	text-transform:uppercase;
}

.average-section .content-column .average-info li:last-child{
	border:none;
}

.fullwidth-image{
	position:relative;
}

.fullwidth-image .image{
	position:relative;
}

.fullwidth-image .image img{
	position:relative;
	width:100%;
	display:block;
}

/* Project Description */

.project-description{
	position:relative;
	padding:90px 0px;
}

.project-description.alternate{
	padding-top:50px;
	padding-bottom:0px;
}

.project-description .title-column{
	position:relative;
	margin-bottom:20px;
}

.project-description .title-column .inner-column{
	position:relative;
}

.project-description .title-column h2{
	position:relative;
	color:#222222;
	font-family: 'Avenir Next Cyr Demi';
	font-size:19px;
	font-weight:400;
	padding-left:40px;
	text-transform:capitalize;
}

.project-description .title-column h2:before{
	position:absolute;
	content:'';
	left:0px;
	top: 14px;
	width: 30px;
	height: 2px;
	background-color: #e99b44;
}

.project-description .description-column{
	position:relative;
}

.project-description .description-column .text{
	position:relative;
}

.project-description .description-column .text .knob-outer{
	position:relative;
	margin-top:40px;
	margin-bottom:30px;
}

.project-description .description-column .text p{
	position:relative;
	font-family: 'Avenir Next Cyr Regular';
	color: #555555;
	font-size: 16px;
	margin-bottom:20px;
}

/* Project Gallery Section */

.project-gallery-section{
	position:relative;
}

.project-gallery-section .image{
	position:relative;
	margin-bottom:30px;
}

.project-gallery-section .image img{
	width:100%;
	display:block;
}

.skill-block{
	position: relative;
	margin-bottom: 40px;
}

.skill-block .inner-box{
	position: relative;
	min-height: 155px;
}

.skill-block .graph-outer{
	position: relative;
	text-align: center;
}

.skill-block .graph-outer .count-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 25px;
	color: #222222;
	font-weight: 500;
	line-height: 40px;
	margin-top: -20px;
}

.skill-block h3{
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Related Projects
====================================================================

***/

.related-projects{
	position:relative;
	padding:160px 0px 100px;
	background-color:#ff4c72;
	background-position:center center;
	background-repeat:no-repeat;
}

.related-projects.style-two{
	background:none;
	padding-top:90px;
}

.related-projects.style-two .title-box h2{
	color:#333333;
}

.related-projects.style-two .title-box h2:after{
	background-color:#ff4c72;
}

.related-projects .owl-dots,
.related-projects .owl-nav{
	display:none;
}

.related-projects .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.related-projects .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	display:inline-block;
	padding-bottom:18px;
}

.related-projects .title-box h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:42px;
	height:3px;
	margin-left:-21px;
	background-color:#ffffff;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:65px 100px;
	background-color:#e9e9e9;
}

.new-posts a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.new-posts a.prev .icon{
	margin-right:10px;
}

.new-posts a.next .icon{
	margin-left:10px;
}

.new-posts a .icon{
	position:relative;
	line-height:20px;
	font-size:38px;
	top:10px;
}

.new-posts a:hover{
	color:#ff9800;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#222222;
	font-size:32px;
	margin-top:2px;
	margin-left:-13px;
}

/*** 

====================================================================
	Projects Single Two
====================================================================

***/

.projects-single-two{
	position:relative;
	padding:150px 0px 50px;
	border-bottom:2px solid #f1f1f1;
}

.projects-single-two .big-image{
	position:relative;
}

.projects-single-two .big-image img{
	position:relative;
	width:100%;
	display:block;
}

.projects-single-two .project-quote{
	position:relative;
	background-color:#ececec;
	border-left:4px solid #ff9800;
}

.projects-single-two .project-quote .quote-inner{
	position:relative;
	padding:30px 100px 30px 50px;
}

.projects-single-two .project-quote .quote-inner .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}

.projects-single-two .project-quote .quote-inner .quote-icon{
	position:absolute;
	right:50px;
	top:35px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
}

/*Project Analysic Section*/

.project-analysic-section{
	position:relative;
	padding-top:50px;
}

.project-analysic-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.project-analysic-section .content-column h2{
	position:relative;
	color:#222222;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:20px;
}

.project-analysic-section .content-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.project-analysic-section .image-column{
	position:relative;
}

.project-analysic-section .image-column .image{
	position:relative;
}

.project-analysic-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:8px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:150px 0px 50px;
	border-bottom:1px solid #e5e5e5;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.news-block-four{
	position:relative;
	margin-bottom:50px;
}

.news-block-four .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.news-block-four .inner-box .text-block{
	position:relative;
	padding:50px 50px 40px;
	background-color:#222222;
}

.news-block-four .inner-box .text-block .text{
	position:relative;
	color:#c0c0c0;
	font-size:18px;
	font-style:italic;
	font-weight:300;
}

.news-block-four .inner-box .text-block .text:first-letter{
	font-style:italic;
	color:#ff3a64;
	font-size:36px;
	font-weight:800;
	text-transform:uppercase;
}

.news-block-four .inner-box .image{
	position:relative;
}

.news-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-four .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#ff4c72;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:20px;
	margin-top:-40px;
	background-color:rgba(255,255,255,0.80);
}

.news-block-four .inner-box .owl-dots{
	display:none;
}

.news-block-four .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-four .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .owl-nav .owl-prev:hover,
.news-block-four .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#ff9800;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-four .inner-box .image .row{
	margin:0px -1px;
}

.news-block-four .inner-box .image .image-column{
	padding:0px 1px;
	margin-bottom:2px;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.news-block-four .inner-box .lower-content .post-date{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:100px;
	color:#333333;
	font-size:35px;
	font-weight:600;
	text-align:center;
	border-radius:4px;
	padding:14px 5px 5px;
	border:1px solid #dbdbdb;
}

.news-block-four .inner-box .lower-content .post-date span{
	position:relative;
	color:#ff9800;
	font-size:15px;
	font-weight:600;
	padding-top:8px;
	margin-top:16px;
	display:block;
	border-top:1px solid #d3d3d3;
	text-transform:uppercase;
}

.news-block-four .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:100px;
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #dadada;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:#ff9800;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-block-four .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff9800;
}

.news-block-four .inner-box .lower-content .post-meta li:nth-child(2) a .icon{
	color:#ff4c72;
}

.news-block-four .inner-box .lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-block-four .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .read-more:hover{
	color:#ff9800;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-top:14px;
}

/*Pagination*/

.styled-pagination{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:56px;
	height:60px;
	font-size:18px;
	min-width:60px;
	color:#777777;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border-radius:4px;
	border:2px solid #ebebeb;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	width:100px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#ff9800;
	background-color:#ff9800;
}

/*Sidebar Widget*/

.sidebar-widget{
	position: relative;
	margin-bottom: 40px;
}

.about-widget .widget-content{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.about-widget .widget-content .image{
	position:relative;
}

.about-widget .widget-content .image .author-info{
	position:absolute;
	left:60px;
	bottom:18px;
	right:60px;
	padding:8px 12px;
	text-align:center;
	background-color:#ffffff;
}

.about-widget .widget-content .image .author-info:before{
	position:absolute;
	content:'';
	left:-4px;
	right:-4px;
	bottom:-4px;
	top:-4px;
	border:2px solid #ffffff;
}

.about-widget .widget-content .image .author-info h3{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	line-height:1.4em;
	text-transform:uppercase;
}

.about-widget .widget-content .image .author-info  .designation{
	position:relative;
	color:#ff4c72;
	font-size:12px;
	font-weight:500;
	line-height:1.4em;
	margin-top:5px;
	text-transform:capitalize;
}

.about-widget .widget-content .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-widget .widget-content .lower-box{
	position:relative;
	padding:32px 25px;
	text-align:center;
	border-radius:0px 0px 5px 5px;
	border:1px solid #d7d7d7;
	border-top:none;
}

.about-widget .widget-content .lower-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:25px;
}

/*Sidebar Title*/

.sidebar-title{
	position:relative;
	margin-bottom:20px;
}

.sidebar-title h2{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}

.social-widget .widget-content .social-list{
	position:relative;
}

.social-widget .widget-content .social-list li{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
}

.social-widget .widget-content .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
}

.social-widget .widget-content .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:0px 11px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:0px;
	text-transform:uppercase;
}

.social-widget .widget-content .social-list li.facebook a{
	background-color:#2e52aa;
}

.social-widget .widget-content .social-list li.pinterest a{
	background-color:#ff222f;
}

.social-widget .widget-content .social-list li.twiter a{
	background-color:#2eacff;
}

.social-widget .widget-content .social-list li.whatsapp a{
	background-color:#2ab53f;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 50px 10px 20px;
	border:1px solid #d7d7d7;
	background:none;
	display:block;
	font-size:13px;
	width:100%;
	height:60px;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#d7d7d7;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:20px;
	color:#ffffff;
	line-height:100%;
	background:#ff9800;
	font-weight:normal;
	border-radius:0px 5px 5px 0px;
}

/*Category Widget*/

.category-widget .widget-content{
	position:relative;
	padding:20px 30px 15px;
	border-radius:8px;
	border:1px solid #d7d7d7;
}

.category-widget ul{
	position:relative;
}

.category-widget ul li{
	position:relative;
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:1px solid #dddddd;
}

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

.category-widget ul li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#555555;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.category-widget ul li a span{
	position:absolute;
	right:0px;
}

.category-widget ul li a:hover{
	color:#ff9800;
}

/*Testimonial Widget*/

.testimonial-widget{
	position:relative;
}

.testimonial-widget .widget-content{
	position:relative;
	border-radius:8px;
	padding:40px 25px 30px;
	background-size:cover;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
}

.testimonial-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

.testimonial-widget .quote-icon{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-size:40px;
	margin-bottom:20px;
	padding:0px 45px 25px;
	display:inline-block;
	border-bottom:1px solid rgba(255,255,255,0.70);
}

.testimonial-widget .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	line-height:1.7em;
}

.testimonial-widget .owl-dots,
.testimonial-widget .owl-nav{
	display:none;
}

/*Popular Posts*/

.popular-posts{
	position:relative;
}

.popular-posts .widget-content{
	position:relative;
	border-radius:8px;
	padding:35px 20px 10px;
	border:1px solid #d9d9d9;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:105px;
	margin-bottom:20px;
	border-bottom:1px solid #d9d9d9;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
}

.sidebar .popular-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:83px;
	border-radius:50%;
	overflow:hidden;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#333333;
	line-height:1.6em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#ff9800;	
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ff4c72;
}

.tags .widget-content{
	position:relative;
	border-radius:8px;
	padding:30px 20px 25px;
	border:1px solid #d9d9d9;
}

.tags .widget-content a{
	position:relative;
	color:#333333;
	font-size:12px;
	font-weight:500;
	padding:10px 12px;
	float:left;
	display:inline-block;
	margin:0px 5px 5px 0px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	border:1px solid #e4e4e4;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.tags .widget-content a:hover{
	color:#ff9800;
}

.meta-tags .widget-content{
	position:relative;
	border-radius:8px;
	padding:30px 30px 20px;
	border:1px solid #d9d9d9;
}

.meta-tags .widget-content ul{
	position:relative;
}

.meta-tags .widget-content ul li{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}

.meta-tags .widget-content ul li:last-child{
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.meta-tags .widget-content ul li a{
	position:relative;
	color:#555555;
	font-size:14px;
}

.meta-tags .widget-content ul li a .red-color{
	color:#ff4c72;
}




.blog-single{
	position:relative;
	margin-bottom:50px;
}

.blog-single .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .owl-dots{
	display:none;
}

.blog-single .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.blog-single .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-single .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-single .inner-box .owl-nav .owl-prev:hover,
.blog-single .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#ff9800;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding:30px 0px;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.blog-single .inner-box .lower-content .post-date{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:100px;
	color:#333333;
	font-size:35px;
	font-weight:600;
	text-align:center;
	border-radius:4px;
	padding:14px 5px 5px;
	border:1px solid #dbdbdb;
}

.blog-single .inner-box .lower-content .post-date span{
	position:relative;
	color:#ff9800;
	font-size:15px;
	font-weight:600;
	padding-top:8px;
	margin-top:16px;
	display:block;
	border-top:1px solid #d3d3d3;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:100px;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	color:#222222;
	border-bottom:1px solid #dadada;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	color:#777777;
	font-size:12px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff9800;
}

.blog-single .inner-box .lower-content .post-meta li:nth-child(2) .icon{
	color:#ff4c72;
}

.blog-single .inner-box .lower-content .post-meta li:nth-child(3) .icon{
	color:#a8a8a8;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-top:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:22px;
}




.news-single-block-text{
	position:relative;
	margin-bottom:30px;
}

.news-single-block-text .block-inner-block{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.news-single-block-text .block-inner-block .text-block{
	position:relative;
	padding:50px 50px 40px;
	background-color:#222222;
}

.news-single-block-text .block-inner-block .text-block .text-upper{
	position:relative;
	color:#c0c0c0;
	font-size:18px;
	font-style:italic;
	font-weight:300;
	line-height:1.8em;
}

.news-single-block-text .block-inner-block .text-block .text-upper:first-letter{
	font-style:italic;
	color:#ff3a64;
	font-size:36px;
	font-weight:800;
	text-transform:uppercase;
}

.news-single-block-text .block-inner-block .block-lower-content{
	position:relative;
	padding:30px 30px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.news-single-block-text .block-inner-block .block-lower-content .upper-block-box{
	position:relative;
	padding-left:100px;
}

.news-single-block-text .block-inner-block .block-lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#222222;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #dadada;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta{
	position:relative;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff9800;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li:nth-child(2) a .icon{
	color:#ff4c72;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more:hover{
	color:#ff9800;
}

.news-single-block-text .block-inner-block .block-lower-content .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-top:14px;
}

.blog-single .inner-box .lower-content .text .lower-image{
	position:relative;
	margin-bottom:28px;
}

.blog-single .inner-box .lower-content .text .lower-image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content .text .two-image{
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .text .row{
	margin:0px -6px;
}

.blog-single .inner-box .lower-content .text .image-column{
	padding:0px 6px;
	margin-bottom:12px;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	margin-top:20px;
	padding:0px 0px 0px;
}

.blog-single .post-share-options .post-share-inner{
	border-top:1px solid #cccccc;
	padding-top:20px;
}

.blog-single .post-share-options .tags span{
	font-size:16px;
	color:#020e28;
	font-weight:500;
	margin-right:8px;
	text-transform:uppercase;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-single .post-share-options .tags{
	position:relative;
	font-size:16px;
	font-weight:400;
}

.blog-single .post-share-options .tags a:hover{
	color:#020e28;
}

.blog-single .post-share-options .social-list{
	position:relative;
}

.blog-single .post-share-options .social-list li{
	position:relative;
	display:inline-block;
}

.blog-single .post-share-options .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
}

.blog-single .post-share-options .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:1px 16px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:5px;
	line-height:24px;
	text-transform:uppercase;
}

.blog-single .post-share-options .social-list li.facebook a{
	background-color:#2e52aa;
}

.blog-single .post-share-options .social-list li.pinterest a{
	background-color:#ff222f;
}

.blog-single .post-share-options .social-list li.twiter a{
	background-color:#2eacff;
}

.blog-single .post-share-options .social-list li.whatsapp a{
	background-color:#2ab53f;
}

.blog-single .post-share-options .social-list li.likes{
	position:relative;
}

.blog-single .post-share-options .social-list li.likes a{
	position:relative;
	color:#222222;
	font-size:12px;
	border:1px solid #d3d3d3;
}

.blog-single .post-share-options .social-list li.likes a .fa{
	color:#f72579;
}

.author-box{
	position:relative;
	margin-top:60px;
}

.author-box .author-inner{
	position:relative;
	padding:50px 50px;
	border:1px solid #cccccc;
}

.author-box .author-inner .content{
	position:relative;
	padding-left:180px;
}

.author-box .author-inner .content .image{
	position:absolute;
	left:0px;
	top:0px;
}

.author-box .author-inner .content .image img{
	position:relative;
	width:144px;
	height:144px;
	border-radius:50%;
	overflow:hidden;
}

.author-box .author-inner .content .image .author-name{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
}

.author-box .author-inner .content .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-weight:300;
	line-height:1.8em;
	padding-left:30px;
	padding-bottom:10px;
	border-left:1px solid #cccccc;
}

.author-box .author-inner .content .author{
	position:relative;
	top:-5px;
	color:#222222;
	font-size:15px;
	font-weight:500;
	text-decoration:underline;
	text-transform:capitalize;
	padding-left:30px;
	border-left:1px solid #cccccc;
}

/*** 

====================================================================
	Comments Area
====================================================================

***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
	padding-top:45px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-page-container .group-title h2{
	font-size:15px;
	color:#222222;
	font-weight:600;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 10px;
	margin-bottom:32px;
	border-bottom:1px solid #e4e4e4;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#ff4c72;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 130px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:80px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:93px;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:15px;
	font-weight:600;
	color:#222222;
	display:block;
	line-height:1.2em;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px;	
	color:#555555;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:11px;
	color:#ff4c72;
	font-weight:600;
}

.sidebar-page-container .comments-area .comment-box .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:13px;
	color:#222222;
	font-weight:600;
	letter-spacing:1px;
	text-transform:capitalize;
	text-decoration:underline;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover{
	color:#121212;
}

.sidebar-page-container .comments-area .reply-comment:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

/*** 

====================================================================
	Comments Form
====================================================================

***/

.blog-comment-form{
	position:relative;
	top:-2px;
	padding:90px 0px 80px;
}

.blog-comment-form.alternate{
	top:0px;
}

.blog-comment-form.alternate:before{
	background-color:rgba(255,76,114,1);
}

.blog-comment-form:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(255,76,114,1);
}

.blog-comment-form h2{
	position:relative;
	text-align:center;
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	z-index:1;
	margin-bottom:50px;
}

.blog-comment-form .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.blog-comment-form .form-group{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.blog-comment-form .form-group input[type="text"],
.blog-comment-form .form-group input[type="password"],
.blog-comment-form .form-group input[type="tel"],
.blog-comment-form .form-group input[type="email"],
.blog-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:50px;
	font-size:20px;
	background:none;
	font-weight:400;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form .form-group input[type="text"]:focus,
.blog-comment-form .form-group input[type="password"]:focus,
.blog-comment-form .form-group input[type="tel"]:focus,
.blog-comment-form .form-group input[type="email"]:focus,
.blog-comment-form .form-group select:focus,
.blog-comment-form .form-group textarea:focus{
	border-color:#ff9800;
}

.blog-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:190px;
	font-size:20px;
	resize:none;
	background:none;
	font-weight:400;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form .form-group input::placeholder,
.blog-comment-form .form-group textarea::placeholder{
	color:#ffffff;
}

.blog-comment-form button{
	margin-top:5px;
	color:#333333;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	padding:15px 34px;
	text-transform:capitalize;
	-moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form button .icon{
	position: relative;
	margin-left: 15px;
	font-size: 40px;
	top: 10px;
	line-height: 10px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/



.contact-section{
	position:relative;
	padding:120px 0px 45px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-right:60px;
}

.contact-section .info-column h2{
	position: relative;
	color: #222222;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.contact-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.contact-section .info-column .phone{
	position: relative;
	color: #ff9800;
	font-size: 29px;
	font-weight: 400;
	margin-top: 30px;
}

.contact-section .form-column{
	position:relative;
}

.contact-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	background:none;
	line-height:18px;
	padding:10px 0px 8px;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#333333;
	height:135px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:500;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#242424;
}

.contact-form button{
	margin-top:15px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:10px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.blog-comment-form .form-group input.error,
.blog-comment-form .form-group select.error,
.blog-comment-form .form-group textarea.error{
	border-color:#ff9800;
}

.blog-comment-form label.error{
	display:block;
	line-height:24px;
	padding:10px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#020202;
	font-weight:500;
}

/*Map Data*/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:560px;
}

/*** 

====================================================================
	Contact Locations Section
====================================================================

***/

.contact-location-section{
	position:relative;
	padding:150px 0px 80px;
}

.contact-location-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-location-section .info-column .column-inner{
	position:relative;
	text-align:center;
	padding:40px 15px;
	border-radius:8px;
	border:1px solid #dfdfdf;
}

.contact-location-section .info-column .image{
	position:relative;
	width:64px;
	height:64px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:18px;
}

.contact-location-section .info-column h3{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
}

.contact-location-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.8em;
	margin-top:8px;
	margin-bottom:20px;
}

.contact-location-section .info-column ul{
	position:relative;
}

.contact-location-section .info-column ul li{
	position:relative;
	color:#555555;
	font-size:14px;
}

.contact-location-section .info-column ul li:first-letter{
	font-weight:600;
	color:#222222;
}



.holder {
	width: 500px;
	height: 250px;
	position: absolute;
	right: 0;
	margin-right: -200px;
	bottom: 150px;
	z-index: 1;
}
.holder .circle {
	border-radius: 100% 100% 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.holder .circle:nth-child(1) {
	background: #ff9800;
	border-bottom: none;
	border-radius: 25px 25px 0 0;
	width: 25px;
	height: 12.5px;
	z-index: 15;
	-webkit-animation: circle-1 10s infinite ease-in-out;
	animation: circle-1 10s infinite ease-in-out;
}
@-webkit-keyframes circle-1 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-360deg);
		transform: translateX(-50%) rotate(-360deg);
	}
}
@keyframes circle-1 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-360deg);
		transform: translateX(-50%) rotate(-360deg);
	}
}
.holder .circle:nth-child(2) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 31px 31px 0 0;
	width: 31px;
	height: 15.5px;
	z-index: 14;
	-webkit-animation: circle-2 10s infinite ease-in-out;
	animation: circle-2 10s infinite ease-in-out;
}
@-webkit-keyframes circle-2 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-720deg);
		transform: translateX(-50%) rotate(-720deg);
	}
}
@keyframes circle-2 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-720deg);
		transform: translateX(-50%) rotate(-720deg);
	}
}
.holder .circle:nth-child(3) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 62px 62px 0 0;
	width: 62px;
	height: 31px;
	z-index: 13;
	-webkit-animation: circle-3 10s infinite ease-in-out;
	animation: circle-3 10s infinite ease-in-out;
}
@-webkit-keyframes circle-3 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1080deg);
		transform: translateX(-50%) rotate(-1080deg);
	}
}
@keyframes circle-3 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1080deg);
		transform: translateX(-50%) rotate(-1080deg);
	}
}
.holder .circle:nth-child(4) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 93px 93px 0 0;
	width: 93px;
	height: 46.5px;
	z-index: 12;
	-webkit-animation: circle-4 10s infinite ease-in-out;
	animation: circle-4 10s infinite ease-in-out;
}
@-webkit-keyframes circle-4 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1440deg);
		transform: translateX(-50%) rotate(-1440deg);
	}
}
@keyframes circle-4 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1440deg);
		transform: translateX(-50%) rotate(-1440deg);
	}
}
.holder .circle:nth-child(5) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 124px 124px 0 0;
	width: 124px;
	height: 62px;
	z-index: 11;
	-webkit-animation: circle-5 10s infinite ease-in-out;
	animation: circle-5 10s infinite ease-in-out;
}
@-webkit-keyframes circle-5 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1800deg);
		transform: translateX(-50%) rotate(-1800deg);
	}
}
@keyframes circle-5 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-1800deg);
		transform: translateX(-50%) rotate(-1800deg);
	}
}
.holder .circle:nth-child(6) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 155px 155px 0 0;
	width: 155px;
	height: 77.5px;
	z-index: 10;
	-webkit-animation: circle-6 10s infinite ease-in-out;
	animation: circle-6 10s infinite ease-in-out;
}
@-webkit-keyframes circle-6 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2160deg);
		transform: translateX(-50%) rotate(-2160deg);
	}
}
@keyframes circle-6 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2160deg);
		transform: translateX(-50%) rotate(-2160deg);
	}
}
.holder .circle:nth-child(7) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 186px 186px 0 0;
	width: 186px;
	height: 93px;
	z-index: 9;
	-webkit-animation: circle-7 10s infinite ease-in-out;
	animation: circle-7 10s infinite ease-in-out;
}
@-webkit-keyframes circle-7 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2520deg);
		transform: translateX(-50%) rotate(-2520deg);
	}
}
@keyframes circle-7 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2520deg);
		transform: translateX(-50%) rotate(-2520deg);
	}
}
.holder .circle:nth-child(8) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 217px 217px 0 0;
	width: 217px;
	height: 108.5px;
	z-index: 8;
	-webkit-animation: circle-8 10s infinite ease-in-out;
	animation: circle-8 10s infinite ease-in-out;
}
@-webkit-keyframes circle-8 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2880deg);
		transform: translateX(-50%) rotate(-2880deg);
	}
}
@keyframes circle-8 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-2880deg);
		transform: translateX(-50%) rotate(-2880deg);
	}
}
.holder .circle:nth-child(9) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 248px 248px 0 0;
	width: 248px;
	height: 124px;
	z-index: 7;
	-webkit-animation: circle-9 10s infinite ease-in-out;
	animation: circle-9 10s infinite ease-in-out;
}
@-webkit-keyframes circle-9 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3240deg);
		transform: translateX(-50%) rotate(-3240deg);
	}
}
@keyframes circle-9 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3240deg);
		transform: translateX(-50%) rotate(-3240deg);
	}
}
.holder .circle:nth-child(10) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 279px 279px 0 0;
	width: 279px;
	height: 139.5px;
	z-index: 6;
	-webkit-animation: circle-10 10s infinite ease-in-out;
	animation: circle-10 10s infinite ease-in-out;
}
@-webkit-keyframes circle-10 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3600deg);
		transform: translateX(-50%) rotate(-3600deg);
	}
}
@keyframes circle-10 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3600deg);
		transform: translateX(-50%) rotate(-3600deg);
	}
}
.holder .circle:nth-child(11) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 310px 310px 0 0;
	width: 310px;
	height: 155px;
	z-index: 5;
	-webkit-animation: circle-11 10s infinite ease-in-out;
	animation: circle-11 10s infinite ease-in-out;
}
@-webkit-keyframes circle-11 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3960deg);
		transform: translateX(-50%) rotate(-3960deg);
	}
}
@keyframes circle-11 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-3960deg);
		transform: translateX(-50%) rotate(-3960deg);
	}
}
.holder .circle:nth-child(12) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 341px 341px 0 0;
	width: 341px;
	height: 170.5px;
	z-index: 4;
	-webkit-animation: circle-12 10s infinite ease-in-out;
	animation: circle-12 10s infinite ease-in-out;
}
@-webkit-keyframes circle-12 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-4320deg);
		transform: translateX(-50%) rotate(-4320deg);
	}
}
@keyframes circle-12 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-4320deg);
		transform: translateX(-50%) rotate(-4320deg);
	}
}
.holder .circle:nth-child(13) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 372px 372px 0 0;
	width: 372px;
	height: 186px;
	z-index: 3;
	-webkit-animation: circle-13 10s infinite ease-in-out;
	animation: circle-13 10s infinite ease-in-out;
}
@-webkit-keyframes circle-13 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-4680deg);
		transform: translateX(-50%) rotate(-4680deg);
	}
}
@keyframes circle-13 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-4680deg);
		transform: translateX(-50%) rotate(-4680deg);
	}
}
.holder .circle:nth-child(14) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 403px 403px 0 0;
	width: 403px;
	height: 201.5px;
	z-index: 2;
	-webkit-animation: circle-14 10s infinite ease-in-out;
	animation: circle-14 10s infinite ease-in-out;
}
@-webkit-keyframes circle-14 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5040deg);
		transform: translateX(-50%) rotate(-5040deg);
	}
}
@keyframes circle-14 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5040deg);
		transform: translateX(-50%) rotate(-5040deg);
	}
}
.holder .circle:nth-child(15) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 434px 434px 0 0;
	width: 434px;
	height: 217px;
	z-index: 1;
	-webkit-animation: circle-15 10s infinite ease-in-out;
	animation: circle-15 10s infinite ease-in-out;
}
@-webkit-keyframes circle-15 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5400deg);
		transform: translateX(-50%) rotate(-5400deg);
	}
}
@keyframes circle-15 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5400deg);
		transform: translateX(-50%) rotate(-5400deg);
	}
}
.holder .circle:nth-child(16) {
	border: 13px solid #ff9800;
	border-bottom: none;
	border-radius: 465px 465px 0 0;
	width: 465px;
	height: 232.5px;
	z-index: 0;
	-webkit-animation: circle-16 10s infinite ease-in-out;
	animation: circle-16 10s infinite ease-in-out;
}
@-webkit-keyframes circle-16 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5760deg);
		transform: translateX(-50%) rotate(-5760deg);
	}
}
@keyframes circle-16 {
	0% {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(-5760deg);
		transform: translateX(-50%) rotate(-5760deg);
	}
}
/* blog */
.page-wrapper.blog-page .main-header {
	position: relative;
}
.page-wrapper .blogtitle {
    padding: 145px 0 50px 0;
}
.page-wrapper .header-title h2 {
	font-family: 'Avenir Next Cyr Bold';
    font-size: 60px;
    font-weight: 700;
    color:#ff9800;
}
.page-wrapper .header-title h2 .text-black {
	color: #000;
}
.page-wrapper .blog{
    margin-bottom: 40px;
}
.page-wrapper .blog article {
    margin-bottom: 30px;
}
.page-wrapper .blog article img{
    width:100%;
}
.page-wrapper .blog article .details {
    padding: 30px 0;
}
.page-wrapper .blog article .details a {
    text-decoration: none;
    color: #000;
}
.page-wrapper .blog article .details h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.page-wrapper .blog article .details .category {
    font-size: 16px;
    color: #df0741;
    font-weight: 600;
}
.page-wrapper .blog article .details p {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    padding-top: 5px;
}
.page-wrapper .blog article .details span {
	font-family: Avenir Next Cyr Regular;
    font-size: 13px;
    color: #df0741;
    font-weight: 600;
}
.page-wrapper .blog .fullwidth {
    margin: auto;
    width: 850px;
}
.page-wrapper .wrapper .filters{
	position: relative;
    padding-top: 43px;
    text-align: center;
}

.page-wrapper .wrapper .filters li{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #222222;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left:35px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-wrapper .wrapper .filters li:hover,
.page-wrapper .wrapper .filters li.active{
	color:#ff9800;
}
/*BlogSingle*/

.page-wrapper .blog.single article .item {
    margin: auto;
    width: 80%;
}
.page-wrapper .blog.single article {
    margin: 30px 0;
}
.page-wrapper .blog.single article .details {
    border-bottom: 1px solid rgba(178, 178, 178, 0.44);
}
.page-wrapper .blog.single article blockquote {
    border-left: 1px solid #df0741;
    padding: 15px 0;
    margin: 20px 0;
}
.page-wrapper .blog.single article .details blockquote p {
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.page-wrapper .blog.single article .item .details .tags span {
    font-size: 14px;
    margin-left: 5px;
}
.page-wrapper .blog.single article .item .details .tags p {
    color: #000;
    font-weight: 600;
}
.page-wrapper .blog.single article .comments {
    margin: 40px 0 20px 0;
}
.page-wrapper .blog.single article .tags {
    margin: 20px 0;
}
.page-wrapper .blog.single article .comments h4 {
    font-weight: 600;
    font-size: 18px;
}
.page-wrapper .blog.single article .contact-form {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}
.page-wrapper .blog.single article .contact-form form input,
.page-wrapper .blog.single article .contact-form form textarea {
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 15px;
    outline: 0;
    margin-top: 20px;
}
.page-wrapper .blog.single article .contact-form form textarea {
    height: 200px;
}
.page-wrapper .blog.single article .contact-form form input.btn {
    background: #df0741;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-bottom: 50px;
}
.page-wrapper .blog.single article img{
    width:100%;
}
@media only screen and (max-width: 767px) {
	.page-wrapper .blogtitle {
		padding: 50px 0 50px 0;
	}
	.page-wrapper .header-title h2 {
		font-size: 30px;
		text-align: center;
	}
	.page-wrapper .wrapper .filters{
		text-align: center;
	}
	.page-wrapper .wrapper .filters li{
		margin-left: 25px;
	}
	.page-wrapper .wrapper .filters li:first-child{
		margin-left: 0;
	}
}