@charset "UTF-8";

/*

    Project:    Exactclick

    Version:    0.1

    Last change:    15/08/2018

*/

/*

    [Table of contents]	

    1. Body

    2. Predefined CSS

    3. Header

    4. Footer

    5. Slide Section

    6. Our Works

    7. Our Services

    8. Our Team

    9. Our Client

    10. Our Price

    11. Contact US

    12. Sub Menu

    13. Section Title

    14. Section History

    15. Section Gallery

    16. Skills

    17. Twitter

    18. Portfolio

*/

/****[1. Body]****/

html,
body,
#site-wrapper {
	height: 100%;
	width: 100%;
}
body.home {
	overflow: hidden;
}
* {
	font-family: 'Kalam-Regular';
}
*:focus {
	outline: none !important;
}
.clock-div {
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-bottom: 10px;
	position: absolute;
	z-index: 98;
}
#date {
	color: silver;
	font-size: 12px;
	width: auto;
	line-height: 16px;
	color: #FFF;
}
#time {
	font-size: 12px;
	color: silver;
	width: auto;
	line-height: 16px;
	color: #FFF;
}
.text-white {
	color: #FFFFFF !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #FFFFFF !important;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 2px;
	font-weight: normal;
}
/****[2. Predefined CSS]****/

.padd-60 {
	padding: 0 60px 60px 60px;
}
.padd-50 {
	padding: 50px 0;
}
.padd-80 {
	padding: 80px 0;
}
.padd-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.p-t-n-b {
	padding: 30px 15px !important;
}
/******************/

.padd-top-5 {
	padding-top: 5px;
}
.padd-top-10 {
	padding-top: 10px;
}
.padd-top-15 {
	padding-top: 15px;
}
.padd-top-20 {
	padding-top: 20px;
}
.padd-top-30 {
	padding-top: 30px;
}
.padd-top-40 {
	padding-top: 40px;
}
.padd-top-50 {
	padding-top: 50px;
}
.padd-top-100 {
	padding-top: 100px;
}
.padd-top-120 {
	padding-top: 120px;
}
.padd-top-150 {
	padding-top: 150px;
}
/******************/

.padd-bottom-5 {
	padding-bottom: 5px;
}
.padd-bottom-10 {
	padding-bottom: 10px;
}
.padd-bottom-15 {
	padding-bottom: 15px;
}
.padd-bottom-20 {
	padding-bottom: 20px;
}
.padd-bottom-40 {
	padding-bottom: 40px;
}
.padd-bottom-100 {
	padding-bottom: 100px;
}
/******************/

.padd-left-15 {
	padding-left: 15px;
}
.padd-left-30 {
	padding-left: 30px;
}
.padd-left-50 {
	padding-left: 50px;
}
.padd-left-100 {
	padding-left: 100px;
}
.padd-left-120 {
	padding-left: 120px;
}
.padd-left-150 {
	padding-left: 150px;
}
/******************/

.padd-right-15 {
	padding-right: 15px;
}
.padd-right-30 {
	padding-right: 30px;
}
.padd-right-50 {
	padding-right: 50px;
}
.padd-right-100 {
	padding-right: 100px;
}
.padd-right-120 {
	padding-right: 120px;
}
.padd-right-150 {
	padding-right: 150px;
}
/******************/
.no-radius {
	border-radius : 0px !important;
}		
.no-padd {
	padding: 0 !important;
}
.no-padd-top {
	padding-top: 0 !important;
}
.no-padd-right {
	padding-right: 0 !important;
}
.no-padd-bottom {
	padding-bottom: 0 !important;
}
.no-padd-left {
	padding-left: 0 !important;
}
.no-borrder {
	border: none !important;
}
.b-r-0 {
	border-right: none !important;
}
.b-l-0 {
	border-left: none !important;
}
.b-r-g {
	border-color: #4cae4c !important;
}
/******************/

.marg-bottom-5 {
	margin-bottom: 5px;
}
.marg-bottom-10 {
	margin-bottom: 10px;
}
.marg-bottom-20 {
	margin-bottom: 20px;
}
.marg-bottom-40 {
	margin-bottom: 40px;
}
.marg-bottom-60 {
	margin-bottom: 60px;
}
.marg-bottom-80 {
	margin-bottom: 80px;
}
.marg-bottom-100 {
	margin-bottom: 100px;
}
/******************/

.marg-top-20 {
	margin-top: 20px;
}
.marg-top-40 {
	margin-top: 40px;
}
.marg-top-60 {
	margin-top: 60px;
}
.marg-top-80 {
	margin-top: 80px;
}
.marg-top-100 {
	margin-top: 100px;
}
/******************/

::selection {
	background-color: #cf9b67;
	color: #fff;
}
.text-center {
	text-align: center;
}
.white-font {
	color: #fff;
}
.input-error {
	border-color: red !important;
	color: red !important;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
.transition {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.clear {
	clear: both;
}
p,
ul {
	margin: 0;
}
p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 22px;
}
ul {
	padding: 0;
}
ul li {
	list-style: none;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
.site-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.98);
	z-index: 999999;
}
.inputError {
	border-color: #fde16f !important;
}
.overlay-f {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: none;
}
.mail-head {
	font-family: 'Kalam-Regular';
	letter-spacing: 2px;
	font-size: 25px;
}
.mail-message p {
	color: #fff;
	text-align: center;
	margin-bottom: 10px !important;
}
.loading,
.loading::before,
.loading::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/logo_white_loading.png);
	background-repeat: no-repeat;
	/*border: 1px solid rgba(255, 112, 77, 0.1);

	border-left-color: rgba(255, 112, 77, 0.4);

	-webkit-border-radius: 999px;

	-moz-border-radius: 999px;

	border-radius: 999px;*/
}
.loading {
	margin: -25px 0 0 -25px;
	height: 50px;
	width: 50px;
	-webkit-animation: animation-transform 1000ms linear infinite;
	-moz-animation: animation-transform 1000ms linear infinite;
	-o-animation: animation-transform 1000ms linear infinite;
	animation: animation-transform 1000ms linear infinite;
}
/*.loading::before {

	content: "";

	margin: -23px 0 0 -23px;

	height: 44px;

	width: 44px;

	-webkit-animation: animation-rotate 1000ms linear infinite;

	-moz-animation: animation-rotate 1000ms linear infinite;

	-o-animation: animation-rotate 1000ms linear infinite;

	animation: animation-rotate 1000ms linear infinite;

}

.loading::after {

	content: "";

	margin: -29px 0 0 -29px;

	height: 56px;

	width: 56px;

	-webkit-animation: animation-rotate 2000ms linear infinite;

	-moz-animation: animation-rotate 2000ms linear infinite;

	-o-animation: animation-rotate 2000ms linear infinite;

	animation: animation-rotate 2000ms linear infinite;

}*/

.slide-team-mobile {
	display: none !important;
}
@-webkit-keyframes animation-transform {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.5, 1.5);
	}
	100% {
		transform: scale(1, 1);
	}
}
@-moz-keyframes animation-transform {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}
@-o-keyframes animation-transform {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes animation-transform {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.show-mobile {
	display: none !important;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-dots>li button {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.grid-sizer {
	width: 25%;
}
.section-resume {
	max-width: 800px;
	text-align: center;
	padding: 0 30px;
	line-height: 26px;
	margin: -7px auto 50px;
}
.section-resume span,
.section-resume a {
	color: #cf9b67;
	font-weight: bold;
}
.active-block {
	z-index: 49 !important;
}
.bg-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	transform: translate(-50%, -50%);
	opacity: 1;
}
.mask img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.mask span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	will-change: width, height;
	border-radius: 100%;
}
.c1 .mask span {
	background: #54943f;
}
.btn-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
body {
	background: #303030;
}
.full-section {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.over-container {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin-top: -15px;
}
.over-container .container {
	position: relative;
}
.section-title {
	text-align: center;
	font-family: 'Kalam-Regular';
	font-size: 50px;
	margin: -60px 0 60px;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: 300;
	position: relative;
}
.section-title span {
	font-family: 'Kalam-Regular';
	font-size: 40px;
	letter-spacing: 4px;
	display: block;
}
.title-history {
	display: block;
	color: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
	margin-bottom: 10px;
}
.title-history samp {
	font-size: 22px;
	display: block;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	text-transform: none;
	font-family: 'Kalam-Regular';
	position: relative;
	top: 21px;
}
.title-history span {
	font-size: 127px;
	text-align: center;
	display: block;
	font-family: 'Kalam-Regular';
	line-height: 95px;
}
.title-history span span {
	font-size: 100px;
	display: inline;
}
.transition {
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.section-title.letter {
	letter-spacing: -3px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.btn-type-1 {
	position: relative;
	padding: 0 20px;
	height: 46px;
	min-width: 182px;
	display: inline-block;
	line-height: 46px;
	font-size: 11px;
	color: #fff;
	margin: 0 auto;
	text-transform: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.btn-type-1:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 1px;
	width: 0px;
	height: 2px;
	overflow: hidden;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.btn-type-1:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 1px;
	width: 2px;
	height: 0px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.btn-type-1 span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.btn-type-1 span:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: auto;
	width: 0;
	height: 2px;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.btn-type-1 span:after {
	content: "";
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 1px;
	width: 2px;
	height: 0;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.btn-type-1:hover:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.btn-type-1:hover:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.btn-type-1:hover span:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.btn-type-1:hover span:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.dynamic-hover {
	position: relative;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.dynamic-hover:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 1px;
	width: 0px;
	height: 2px;
	overflow: hidden;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.dynamic-hover:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 1px;
	width: 2px;
	height: 0px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.dynamic-hover span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.dynamic-hover span:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: auto;
	width: 0;
	height: 2px;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.dynamic-hover span:after {
	content: "";
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 1px;
	width: 2px;
	height: 0;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.dynamic-hover:hover:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.dynamic-hover:hover:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.dynamic-hover:hover span:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.dynamic-hover:hover span:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.l-black {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.l-white {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.black .l-white {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.black .l-black {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
body.overflow-important,
body.overflow-important #site-wrapper {
	overflow: hidden !important;
}
.padd-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
.padd-btm {
	padding-bottom: 0;
}
.padd-l-r {
	padding-left: 0;
	padding-right: 0;
}
.col-padd {
	padding-left: 0;
	padding-right: 0;
}
/****[3. Header]****/

#site-header {
	position: absolute;
	top: 45px;
	right: 45px;
	left: 45px;
	z-index: 99;
}
#site-header .logo {
	float: left;
	position: relative;
}
#site-header .logo img {
	display: block;
	width: 50px;
}
#site-header .main-menu {
	float: right;
	width: 43px;
	height: 43px;
	margin-left: 40px;
	position: relative;
	border: 1px solid #fff;
	/*border-color: rgba(#fff,.1);*/
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#site-header .main-menu:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0px;
	height: 2px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#site-header .main-menu:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	width: 2px;
	height: 0px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#site-header .main-menu span {
	position: absolute;
	display: block;
	width: 2px;
	height: 2px;
	left: 50%;
	margin-left: -1px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#site-header .main-menu span:first-child {
	top: 14px;
}
#site-header .main-menu span:nth-child(2) {
	top: 20px;
}
#site-header .main-menu span:nth-child(3) {
	top: 26px;
}
#site-header .main-menu span:nth-child(4) {
	top: -1px;
	left: 0;
	width: 0;
}
#site-header .main-menu span:nth-child(4):before {
	top: 0;
	left: auto;
	right: -42px;
	width: 0;
	height: 2px;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#site-header .main-menu span:nth-child(4):after {
	content: "";
	position: absolute;
	left: 42px;
	top: auto;
	bottom: -40px;
	width: 2px;
	height: 0;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#site-header .main-menu span:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	left: 6px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#site-header .main-menu span:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	left: -6px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#site-header .nav-list {
	float: right;
	padding-top: 13px;
}
#site-header .nav-list li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	padding-left: 30px;
	position: relative;
}
#site-header .nav-list li:last-child:after {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
}
#site-header .nav-list li a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home-t-1 .home-navigation {
	display: block;
}
.home-navigation {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	display: none;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.home-navigation li {
	overflow: hidden;
	margin-bottom: 10px;
}
.home-navigation li a {
	float: right;
	padding: 0 30px 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: 300;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home-navigation li a:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	padding-right: 50px;
}
.home-navigation li a.current {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	font-weight: 400;
	padding-right: 73px;
}
/****[4. Footer]****/

#site-footer {
	position: absolute;
	bottom: 35px;
	left: 45px;
	right: 45px;
	z-index: 99;
}
#site-footer .copyright {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	float: left;
}
#site-footer .social-link {
	float: right;
}
#site-footer .social-link li {
	display: inline-block;
	position: relative;
	padding-left: 38px;
}
#site-footer .social-link li:after {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
}
#site-footer .social-link li:first-child:after {
	display: none;
}
#site-footer .social-link li a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/****[5. Slide Section]****/

#main-slider {
	z-index: 10;
}
#main-slider .slide-carousel,
#main-slider .slide-item {
	width: 100%;
	height: 100%;
}
#main-slider .slick-prev,
#main-slider .slick-next {
	display: none !important;
}
#main-slider .slide-carousel .slide-item {
	background-position: center;
	background-size: cover;
}
#main-slider .slide-carousel .slide-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.70);
	z-index: 2;
}
#main-slider .slide-carousel img {
	display: none;
}
#main-slider .slogan {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	z-index: 10;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#main-slider .slogan .title-history {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=5);
	opacity: 0.05;
}
#main-slider .slogan h2 {
	/*margin-top: 5px !important;*/
	margin-bottom: 10px !important;
}
#main-slider .slogan h3 {
	margin-bottom: 15px !important;
}
#main-slider .slogan h2 {
	font-size: 50px;
	color: #fff;
	font-family: 'Kalam-Regular';
	text-align: center;
	margin: 0;
	text-transform: none;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: 300;
}
#main-slider .slogan h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Kalam-Regular';
	text-align: center;
	margin: 0;
	text-transform: none;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: 300;
}
#main-slider .slogan h4 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	margin: 0 0 30px;
	color: #fff;
	letter-spacing: 1.5px;
}
#main-slider .slogan .btn-start {
	position: relative;
	padding: 0 20px;
	height: 50px;
	min-width: 90px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	text-transform: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	letter-spacing: 4px;
	font-weight: 500;
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
#main-slider .slogan .btn-start:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 1px;
	width: 0px;
	height: 3px;
	overflow: hidden;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#main-slider .slogan .btn-start:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 1px;
	width: 3px;
	height: 0px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#main-slider .slogan .btn-start span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#main-slider .slogan .btn-start span:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: auto;
	width: 0;
	height: 3px;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#main-slider .slogan .btn-start span:after {
	content: "";
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 1px;
	width: 3px;
	height: 0;
	direction: rtl;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#main-slider .slogan .btn-start:hover:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#main-slider .slogan .btn-start:hover:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#main-slider .slogan .btn-start:hover span:before {
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#main-slider .slogan .btn-start:hover span:after {
	height: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.scoll-down {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 5;
	display: block;
	text-align: center;
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}
.scoll-down:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -10px;
	width: 20px;
	height: 33px;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.scoll-down:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -32px;
	margin-left: -1px;
	width: 2px;
	height: 6px;
	background: #fff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
#main-slider .title-history {
	color: #fff;
}
/****[6. Our Works]****/

#site-wrapper #our-works {
	background: #f2f2f2;
}
#site-wrapper #our-works .slick-next,
#site-wrapper #our-works .slick-prev {
	background: none !important;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}
#site-wrapper #our-works .slick-next:after,
#site-wrapper #our-works .slick-next:before,
#site-wrapper #our-works .slick-prev:after,
#site-wrapper #our-works .slick-prev:before {
	color: #fff;
}
#site-wrapper #our-works .slick-next:hover,
#site-wrapper #our-works .slick-prev:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=15);
	opacity: 0.15;
}
#site-wrapper #our-works .slick-prev {
	left: -91px !important;
}
#site-wrapper #our-works .slick-next {
	right: -69px !important;
}
#site-wrapper #our-works .btn-load {
	text-align: center;
	padding-top: 50px;
	clear: both;
}
.pager-works {
	float: left;
}
.item-work {
	float: left;
	width: 25%;
	border-width: 0 1px 1px 0 !important;
	position: relative;
	overflow: hidden;
}
.item-work img {
	max-width: none;
	width: 100%;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.item-work:hover div {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/*.item-work:hover div i {

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

}*/

.item-work:hover img {
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.item-work>div {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.item-work>div div {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 2;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.item-work>div div h3 {
	font-size: 24px;
	font-family: 'Kalam-Regular';
	text-align: center;
	margin: 0 0 12px;
	text-transform: none;
	font-weight: 300;
}
.item-work>div div a {
	border: 1px solid #fff;
	width: 42px;
	height: 42px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
}
.item-work>div div a i {
	color: #fff;
}
.item-work>div div a i:after,
.item-work>div div a i:before {
	font-size: 13px;
	margin: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.item-work>div div a:hover {
	border: 1px solid transparent;
}
.item-work>div:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
}
/****[7. Our Story]****/

#our-story {
	background: #f2f2f2;
	z-index: 2;
}
#our-story .thumbnail img {
	float: left;
	margin-right: 10px;
	width: 20%;
	height: 60px;
	width: 103px;
}
#our-story .thumbnail img:last-child {
	margin: 0;
}
#our-story .wysiwyg {
	padding-left: 10px;
}
#our-story .wysiwyg h3 {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Kalam-Regular';
	padding-left: 20px;
	margin: -9px 0 20px;
	position: relative;
}
#our-story .wysiwyg h3:before {
	bottom: 6px;
	content: "";
	left: 0;
	position: absolute;
	top: 0px;
	width: 4px;
}
#our-story .wysiwyg p {
	font-weight: 300;
	margin: 0 0 18px;
	text-indent: 20px;
}
#our-story .wysiwyg p span {
	font-weight: 500;
}
#our-story .wysiwyg a {
	font-weight: 500;
	text-transform: none;
	letter-spacing: .5px;
}
#our-story .wysiwyg a:hover {
	color: #000 !important;
}
#our-story .wysiwyg ul {
	margin: 0 0 18px;
}
#our-story .wysiwyg ul:last-child {
	margin-bottom: 0;
}
#our-story .wysiwyg li {
	font-weight: 300;
	margin-bottom: 7px;
	padding-left: 30px;
	position: relative;
}
#our-story .wysiwyg li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 3px;
	transform: translate(0%, -50%);
}
#our-story .wysiwyg li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9.5px;
	width: 11px;
	height: 1px;
}
#our-story .wysiwyg li:after {
	backface-visibility: hidden;
	content: "";
	position: absolute;
	top: 7px;
	height: 7px;
	left: 4px;
	-moz-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	transform: rotate(-44deg);
	width: 7px;
	border: 1px solid #5091ad;
	border-width: 0 1px 1px 0;
}
#our-story .wysiwyg li:last-child {
	margin-bottom: 0;
}
#our-story .wysiwyg li a {
	color: #222;
	font-weight: 300;
	text-transform: lowercase;
}
#our-story .wysiwyg .social-list li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 0;
}
#our-story .wysiwyg .social-list li:first-child a {
	border: 0;
	width: auto;
}
#our-story .wysiwyg .social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #222;
	line-height: 30px;
	text-align: center;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#our-story .wysiwyg .social-list li a i {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#our-story .wysiwyg .social-list li a:hover {
	border-color: #5091ad;
}
#our-story .wysiwyg .social-list li a:hover i {
	color: #5091ad;
}
#our-story .wysiwyg .social-list li:before,
#our-story .wysiwyg .social-list li:after {
	display: none !important;
}
/****[7. Our Services]****/

#our-services {
	z-index: 1;
	background: #dc6f45;
}
#our-services .col-sm-4:nth-last-child(-n+3) .item-service {
	margin-bottom: 0;
}
#our-services .item-service {
	margin-bottom: 50px;
	padding-right: 30px;
	margin-top: 20px;
}
#our-services .item-service i:before {
	/*font-size: 70px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=15);
	opacity: 0.15;*/
	display: block;
	position: relative;
	z-index: 0;
	margin-left: 0;
}
#our-services .item-service h3 {
	font-size: 24px;
	font-family: 'Kalam-Regular';
	padding-left: 15px;
	border-left: 4px solid #fff;
	margin: 0 10px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: none;
}
#our-services .item-service h3 img {
	width: 30px;
}
#our-services .item-service p {
	font-weight: 300;
	margin-bottom: 5px;
	text-indent: 25px;
}
#our-services .item-service a {
	font-size: 500;
	text-transform: none;
	letter-spacing: 2px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#our-services .item-service .link span {
	display: inline;
}
#our-services .item-service .link {
	position: relative;
	display: inline-block;
	padding-right: 0px;
}
.arrow-container {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	white-space: nowrap;
	position: relative;
}
.arrow-container>span::before {
	bottom: 5px;
	color: #ffcc02;
	height: 1px;
	margin-left: 15px;
	width: 15px;
}
.arrow-container>span::before,
.link .arrow-container>span::after {
	backface-visibility: hidden;
	content: "";
	display: inline-block;
	margin-top: 0;
	position: relative;
	right: 10px;
	transition: all 0.15s ease-in-out 0s;
}
.arrow-container>span::after {
	bottom: 3px;
	height: 5px;
	left: -15px;
	transform: rotate(-44deg);
	width: 5px;
}
.arrow-container>span::before,
.link .arrow-container>span::after {
	backface-visibility: hidden;
	content: "";
	display: inline-block;
	margin-top: 0;
	position: relative;
	right: 10px;
	transition: all 0.15s ease-in-out 0s;
}
.arrow-container>span {
	display: inline-block;
}
/****[8. Our Team]****/

#our-team {
	background: #f2f2f2;
}
#our-team,
#our-works {
	z-index: 1;
}
#our-team .slick-next,
#our-team .slick-prev,
#our-works .slick-next,
#our-works .slick-prev {
	margin-left: 20px;
	position: absolute;
	color: #000;
	top: 50%;
	width: 70px;
	height: 60px;
	right: -55px;
	overflow: hidden;
	margin-top: -30px;
	border: 5px solid #000;
	border-left: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=5);
	opacity: 0.05;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#our-team .slick-next:hover,
#our-team .slick-prev:hover,
#our-works .slick-next:hover,
#our-works .slick-prev:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=8);
	opacity: 0.08;
}
#our-team .slick-next:after,
#our-team .slick-next:before,
#our-team .slick-prev:after,
#our-team .slick-prev:before,
#our-works .slick-next:after,
#our-works .slick-next:before,
#our-works .slick-prev:after,
#our-works .slick-prev:before {
	margin: 0 !important;
}
#our-team .slick-prev,
#our-works .slick-prev {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: auto;
	left: -75px;
}
.item-team {
	min-height: 300px;
	background: #fff;
	text-align: center;
	padding: 60px 30px;
}
.item-team:hover img {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.item-team img {
	display: inline-block;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	margin-bottom: 20px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.item-team h3 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	font-family: 'Kalam-Regular';
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.item-team p {
	font-weight: 300;
	text-align: center;
	padding: 0 20px;
	margin: 0 0 20px;
}
.item-team .social {
	text-align: center;
}
.item-team .social li {
	display: inline-block;
	padding: 0 10px;
}
.item-team .social li a i {
	font-size: 18px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/****[9. Our Client]****/

#our-clients {
	z-index: 1;
	background: #3d9d6f;
}
.section-testimonials {
	position: relative;
}
.section-testimonials:after,
.section-testimonials:before {
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	background: url(../img/quote.png) no-repeat;
	width: 104px;
	height: 80px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
	z-index: 3;
}
.section-testimonials:before {
	right: auto;
	left: 0;
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.section-testimonials .slick-next,
.section-testimonials .slick-prev {
	display: none !important;
}
.item-testi {
	margin-bottom: 40px;
}
.item-testi p {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-weight: 300;
	font-style: italic;
}
.item-testi p span {
	font-weight: 300;
	font-style: normal;
}
.item-testi p span samp {
	font-weight: 500;
}
.section-clients {
	text-align: center;
}
.section-clients li {
	float: left;
	width: 20%;
	height: 150px;
	line-height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-width: 1px 1px 0 0;
	text-align: center;
}
.section-clients li:nth-child(-n+5) {
	border-width: 0 1px 0 0;
}
.section-clients li:nth-child(5n+5),
.section-clients li:last-child {
	border-right-width: 0;
}
.section-clients li a {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.section-clients li a:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/****[10. Our Price]****/

#our-price {
	background-color: #fde16f;
	z-index: 1;
}
#our-price .col-sm-3 {
	padding: 0;
}
#our-price .col-sm-3:first-child .plan {
	border-width: 1px;
}
#our-price .plan {
	min-height: 460px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 1px 1px 0;
	padding-bottom: 30px;
}
#our-price .plan .panel-heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 30px 10px;
}
#our-price .plan .panel-heading h3 {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 400;
	text-transform: none;
}
#our-price .plan .panel-heading p {
	font-size: 50px;
	font-family: 'Kalam-Regular';
	line-height: 60px;
	margin: 0;
}
#our-price .plan .panel-heading p span {
	font-family: 'Kalam-Regular';
	font-size: 16px;
}
#our-price .plan ul {
	padding: 30px 30px 20px;
}
#our-price .plan ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
#our-price .plan ul li i {
	font-size: 15px;
	float: left;
	margin-top: 2px;
}
#our-price .plan ul li span {
	font-weight: 300;
	font-size: 15px;
	padding-left: 15px;
	float: left;
}
#our-price .plan .link-plan {
	width: 160px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	font-size: 15px;
	text-transform: none;
	display: block;
}
/****[11. Contact US]****/

#contact-us {
	background-color: #22548c;
	z-index: 1;
}
#contact-us h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	padding-left: 20px;
	margin: 0 0 10px;
	font-family: 'Kalam-Regular';
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#contact-us h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
}
#contact-us p {
	margin: 0 0 40px;
}
#contact-us .form-wrap {
	padding-right: 50px;
	position: relative;
}
#contact-us #maps-wrap {
	position: relative;
}
#contact-us #maps-wrap #maps {
	border: 8px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 465px;
}
#contact-us #maps-wrap .ctc-item {
	position: absolute;
	width: 350px;
	padding: 25px;
	left: 0px;
	bottom: 20px;
	z-index: 10;
	opacity: 0.7;
}
#contact-us #maps-wrap .ctc-item p {
	margin-bottom: 0;
}
.form-contact .column {
	margin-bottom: 30px;
}
.form-contact .column input,
.form-contact .column textarea {
	background: none;
	font-family: 'Kalam-Regular';
	font-weight: normal;
	font-size: 20px;
	text-transform: none;
	border: 0;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 36px;
	resize: none;
	overflow: hidden;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.form-contact .column input:focus,
.form-contact .column textarea:focus {
	border-bottom: 1px solid white !important;
	padding-left: 10px;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.form-contact .column input::-webkit-input-placeholder,
.form-contact .column textarea::-webkit-input-placeholder {
	color: #fff !important;
}
.form-contact .column input::-moz-placeholder,
.form-contact .column textarea::-moz-placeholder {
	color: #fff !important;
}
.form-contact .column input::-ms-placeholder,
.form-contact .column textarea::-ms-placeholder {
	color: #fff !important;
}
.form-contact .column input::placeholder,
.form-contact .column textarea::placeholder {
	color: #fff !important;
}
.form-contact .btn-submit {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	min-width: 206px;
	padding: 0 10px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	text-transform: none;
	background: none;
	display: block;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-left: 30%;
}
.form-contact .btn-submit.btn-form-ctc {
	margin: 0 auto;
}
/****[12. Sub Menu]****/

.list-menu {
	position: fixed;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: none;
	z-index: 98;
}
.list-menu .wr-list-menu {
	position: absolute;
	width: 50%;
	right: -100%;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	overflow: hidden;
}
.list-menu .wr-list-menu ul {
	position: absolute;
	top: 50%;
	left: 50%;
	float: left;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	overflow: auto;
	padding-top: 40px;
}
.list-menu .wr-list-menu ul li {
	padding: 15px 0;
}
.list-menu .wr-list-menu ul li:last-child {
	margin-bottom: 40px;
}
.list-menu .wr-list-menu ul li a {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Kalam-Regular';
	color: #111111;
	font-weight: bold;
	text-transform: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	position: relative;
	padding-left: 26px;
}
.list-menu .wr-list-menu ul li a:hover {
	color: #F86464;
}
.list-menu .wr-list-menu ul li a:before {
	content: "";
	left: 0px;
	top: 4px;
	bottom: 0;
	width: 4px;
	position: absolute;
	background-color: #F86464;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.list-menu .wr-list-menu ul li a.active {
	color: #F86464;
}
.list-menu .wr-list-menu ul li a.active:before {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.list-menu .wr-list-menu:after {
	content: "";
	background: url(../img/demo/menu/01.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-filter: blur(6.4px);
	-moz-filter: blur(6.4px);
	-ms-filter: blur(6.4px);
	-o-filter: blur(6.4px);
	filter: blur(6.4px);
}
.list-menu .wr-list-menu:before {
	content: "";
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.list-menu .overlay-menu {
	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.open-menu .logo,
.open-menu .nav-list,
.open-menu #site-footer,
.open-menu .home-navigation {
	display: none !important;
}
.open-menu #site-header .main-menu {
	border: 1px solid #000 !important;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open-menu #site-header .main-menu:hover {
	border-color: transparent;
}
.open-menu #site-header .main-menu span,
.open-menu #site-header .main-menu span:before,
.open-menu #site-header .main-menu span:after,
.open-menu #site-header .nav-list li:last-child:after,
.open-menu #site-footer .social-link li:after,
.open-menu #site-header .main-menu:before,
.open-menu #site-header .main-menu:after,
.open-menu #site-header .main-menu span:nth-child(4):before,
.open-menu #site-header .main-menu span:nth-child(4):after,
.open-menu #site-header .main-menu span,
.open-menu #site-header .main-menu span:before,
.open-menu #site-header .main-menu span:after {
	background-color: #000 !important;
}
.open-menu #site-header .main-menu:hover span,
.open-menu #site-header .main-menu:hover span:before,
.open-menu #site-header .main-menu:hover span:after,
.open-menu #site-header .main-menu:hover:before,
.open-menu #site-header .main-menu:hover:after,
.open-menu #site-header .main-menu:hover span:nth-child(4):before,
.open-menu #site-header .main-menu:hover span:nth-child(4):after,
.open-menu #site-header .main-menu:hover span,
.open-menu #site-header .main-menu:hover span:before,
.open-menu #site-header .main-menu:hover span:after {
	background-color: #F86464 !important;
}
.open-menu #site-header .main-menu span:first-child:after {
	top: 6px;
	left: 2px;
	width: 4px;
}
.open-menu #site-header .main-menu span:first-child:before {
	top: 2px;
	left: 0;
	height: 4px;
}
.open-menu #site-header .main-menu span:nth-child(3):after {
	top: -4px;
	left: 0px;
	height: 4px;
}
.open-menu #site-header .main-menu span:nth-child(3):before {
	top: -6px;
	left: -4px;
	width: 4px;
}
/****[13. Section Title]****/

.page-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	z-index: 1;
}
.page-title .section-title {
	padding-bottom: 0;
	letter-spacing: 3px;
	line-height: 120px;
	font-size: 100px;
	margin-bottom: 0px !important;
	font-weight: 300;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.page-title h3 {
	padding-bottom: 0;
	line-height: 60x;
	font-size: 50px;
	color: #FFF;
	margin-bottom: 0px !important;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
#breadcrumb {
	text-align: center;
}
#breadcrumb li {
	display: inline-block;
	position: relative;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 500;
}
#breadcrumb li+li:before {
	content: "/";
	font-size: 16px;
	left: -18px;
	position: absolute;
	top: 0;
}
#breadcrumb li a {
	font-size: 16px;
	font-weight: 500;
}
.page-title .title-history {
	margin-top: 0 !important;
}
.page-title .title-history span {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 240px;
}
.page-title .title-history span span {
	display: inline;
	font-size: 200px;
}
.page-title .title-history samp {
	display: block;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 5px;
	position: relative;
	text-align: center;
	text-transform: none;
	top: -10px;
	color: #222222;
}
.classic .full-section {
	position: relative !important;
}
.classic .title-history {
	margin-top: -26px;
}
.decline .over-container,
.classic .over-container {
	position: relative;
	left: 0;
	top: 0%;
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	padding-top: 150px;
	padding-bottom: 150px;
	/*150px*/
	z-index: 3;
	margin: 0 !important;
}
.page-title .over-container {
	position: absolute;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	padding: 0;
	top: 50%;
	margin: 0 !important;
}
.page-title .title-history {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=15);
	opacity: 0.15;
}
.decline .title-history {
	margin-top: -30px;
}
.page-title {
	height: 100%;
	position: relative;
	background-size: cover;
}
/*.decline #our-story:not(.yellow-sec) {

 	background: #fff;

}*/

.decline .section-title {
	margin-bottom: 55px;
}
/****[14. Section History]****/

#history .logo {
	margin: 0 auto 30px;
	display: block;
}
#history .section-title {
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 48px;
	margin-top: 0;
}
#history .section-title span {
	font-size: 30px;
	letter-spacing: 2px;
}
#history .item-history h3 {
	letter-spacing: .5px;
	font-size: 24px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 30px;
	padding-left: 19px;
	text-transform: none;
	font-family: 'Kalam-Regular';
	padding-top: 3px;
}
#history .item-history p {
	line-height: 25px;
	letter-spacing: 0.5px;
	font-size: 15px;
	padding: 0 40px 40px 0;
	font-weight: 300;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#history .item-history p:last-child {
	padding-bottom: 0;
}
/****[15. Section Gallery]****/

.stack {
	margin: 20px auto;
	position: relative;
}
.stack:before {
	background: url(../img/gallery_bg.png) no-repeat center center;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.stack:after {
	background: url(../img/gallery-bg1.jpg) no-repeat center center;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
.stack,
.stack:before,
.stack:after {
	border: 5px solid #fff;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.stack:before,
.stack:after {
	content: "";
	position: absolute;
	z-index: -1;
}
/* Image hover effect */

.stack {
	position: relative;
}
.stack .image {
	display: block;
	width: 100%;
	height: auto;
}
.stack .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: #37B9E9;
	background: linear-gradient(to bottom right, #000, #000);
}
.stack:hover .overlay {
	opacity: 0.8;
}
.stack .overlay .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.stack .overlay .text p {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 10px;
}
.stack .overlay .text p a {
	color: inherit;
}
/****[16. Skills]****/

#skills .btn-load {
	text-align: center;
	padding-top: 50px;
	clear: both;
}
#skills .skills-pro .progress-bar {
	display: inline-block !important;
	vertical-align: middle !important;
	position: relative !important;
	/*border: 1px solid rgba(255, 255, 255, 0.2);*/
	width: 100%;
	height: 100px;
	font-size: 24px;
	position: relative;
	background-color: transparent !important;
	box-shadow: none !important;
}
#skills .skills-pro .progress-bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	/*border: 3px solid #fde16f;*/
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#skills .skills-pro>div:hover .progress-bar:before {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#skills .skills-pro .progress-bar .count {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Kalam-Regular';
	font-size: 60px;
}
#skills .skills-pro h3 {
	border-left: medium none;
	margin-top: 25px;
}
#skills h3.skills-title {
	font-family: 'Kalam-Regular';
	font-size: 24px;
	color: #fff;
	text-transform: none;
	text-align: center;
	font-weight: 300;
	margin-top: 0;
}
/****[17. Twitter]****/

#twitter {
	background: #4abae9 url("../img/twitter.png") no-repeat center center;
	background-size: auto 80%;
	position: relative;
}
#twitter .carousel-block .title-item h3 {
	border-left: 0 none;
	color: #111111;
	margin-bottom: 80px;
	margin-top: 0;
	font-size: 29px;
	font-weight: 300;
	padding: 0;
	text-transform: none;
	font-family: 'Kalam-Regular';
	letter-spacing: 1px;
}
#twitter .carousel-block .title-item h3::after {
	border-top: 2px solid #111111;
	content: "";
	display: block;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	width: 168px;
}
#twitter .carousel-block .carousel-item .item>p {
	color: #111111;
	margin-bottom: 3px;
	letter-spacing: 1.5px;
}
#twitter .carousel-block .carousel-item .item h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 27px;
	margin-top: 0;
	letter-spacing: 1.5px;
}
#twitter .carousel-block .carousel-item .item>span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1.7px;
	color: #111111;
}
#twitter .carousel-block ul.slick-dots {
	display: inline-block;
	margin-top: 90px;
}
#twitter .carousel-block ul.slick-dots li {
	float: left;
	margin-left: 6px;
	margin-right: 7px;
}
#twitter .carousel-block ul.slick-dots li button {
	border: 1px solid #111111;
	float: left;
	height: 10px;
	width: 10px;
	background: none;
	padding: 0;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}
#twitter .carousel-block ul li.slick-active button,
#twitter .carousel-block ul li button:hover {
	background: #111111;
}
#twitter .slick-prev,
#twitter .slick-next {
	display: none !important;
}
.decline #site-header,
.classic #site-header {
	position: fixed;
}
.decline #site-footer,
.classic #site-footer {
	background: #f2f2f2;
	position: static;
}
.decline #site-footer .copyright,
.classic #site-footer .copyright {
	padding-left: 45px;
}
.decline #site-footer .social-link,
.classic #site-footer .social-link {
	padding-right: 45px;
}
.decline .footer-block .footer-heading,
.classic .footer-block .footer-heading {
	color: #111111;
	margin: 0 0 50px;
	font-size: 24px;
	letter-spacing: 1px;
	padding-left: 20px;
	font-family: 'Kalam-Regular';
	font-weight: bold;
	line-height: 30px;
	position: relative;
	text-transform: none;
}
.decline .footer-block .footer-heading:before,
.classic .footer-block .footer-heading:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	width: 4px;
	background: #111111;
}
.decline .footer-block.newsletter .newsletter-form,
.classic .footer-block.newsletter .newsletter-form {
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	max-width: 268px;
}
.decline .footer-block.newsletter .newsletter-form input[type="text"],
.classic .footer-block.newsletter .newsletter-form input[type="text"] {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.1);
	color: #111111;
	font-weight: 300;
	padding: 13px 50px 10px 15px;
	outline: 0 none;
	width: 100%;
	font-size: 17px;
	font-family: 'Kalam-Regular';
	text-transform: none;
	letter-spacing: 2px;
}
.decline .footer-block.newsletter .newsletter-form div,
.classic .footer-block.newsletter .newsletter-form div {
	width: 60px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.decline .footer-block.newsletter .newsletter-form div:hover i,
.classic .footer-block.newsletter .newsletter-form div:hover i {
	color: #F86464;
}
.decline .footer-block.newsletter .newsletter-form div i,
.classic .footer-block.newsletter .newsletter-form div i {
	position: absolute;
	color: #111111;
	right: 14px;
	top: 18px;
	z-index: 1;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.decline .footer-block.newsletter .newsletter-form div i:before,
.decline .footer-block.newsletter .newsletter-form div i:after,
.classic .footer-block.newsletter .newsletter-form div i:before,
.classic .footer-block.newsletter .newsletter-form div i:after {
	font-size: 16px;
}
.decline .footer-block.newsletter .newsletter-form div input[type="submit"],
.classic .footer-block.newsletter .newsletter-form div input[type="submit"] {
	background: none;
	border: 0 none;
	cursor: pointer;
	/*height: 58px;*/
	outline: 0 none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 2;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.decline .footer-block.newsletter p,
.classic .footer-block.newsletter p {
	color: #797979;
	margin: 0 0 35px;
	letter-spacing: 0.5px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.decline .footer-block.newsletter p b,
.classic .footer-block.newsletter p b {
	color: #111111;
}
.decline .footer-block.newsletter span,
.classic .footer-block.newsletter span {
	color: #111111;
	display: inline-block;
	font-family: 'Kalam-Regular';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.decline .footer-block ul.latest-news li,
.classic .footer-block ul.latest-news li {
	margin-bottom: 20px;
	letter-spacing: 0.3px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	line-height: 25px;
}
.decline .footer-block ul.latest-news li a,
.classic .footer-block ul.latest-news li a {
	font-size: 16px;
	font-weight: 300;
	color: #797979;
	position: relative;
	padding-left: 43px;
	display: block;
	letter-spacing: 0.5px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.decline .footer-block ul.latest-news li a i,
.classic .footer-block ul.latest-news li a i {
	position: absolute;
	left: -22px;
	top: 0;
}
.decline .footer-block ul.latest-news li a i:before,
.decline .footer-block ul.latest-news li a i:after,
.classic .footer-block ul.latest-news li a i:before,
.classic .footer-block ul.latest-news li a i:after {
	font-size: 16px;
}
.decline .footer-block ul.latest-news li a:hover,
.classic .footer-block ul.latest-news li a:hover {
	color: #F86464;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.decline .footer-block .contact-link li,
.classic .footer-block .contact-link li {
	margin-bottom: 26px;
	overflow: hidden;
}
.decline .footer-block .contact-link li:last-child,
.classic .footer-block .contact-link li:last-child {
	margin-bottom: 0;
}
.decline .footer-block .contact-link li span,
.classic .footer-block .contact-link li span {
	float: left;
	font-size: 30px;
	color: #F86464;
	text-transform: none;
	font-family: 'Kalam-Regular';
	width: 13%;
	padding-top: 5px;
}
.decline .footer-block .contact-link li p,
.decline .footer-block .contact-link li div,
.classic .footer-block .contact-link li p,
.classic .footer-block .contact-link li div {
	font-size: 16px;
	font-weight: 300;
	color: #797979;
	float: right;
	line-height: 28px;
	width: 87%;
	letter-spacing: 0.5px;
	padding-right: 20px;
}
.decline .footer-block .contact-link li p a,
.decline .footer-block .contact-link li div a,
.classic .footer-block .contact-link li p a,
.classic .footer-block .contact-link li div a {
	font-size: 16px;
	font-weight: 300;
	color: #797979;
	letter-spacing: 0.5px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.decline .footer-block .contact-link li p a:hover,
.decline .footer-block .contact-link li div a:hover,
.classic .footer-block .contact-link li p a:hover,
.classic .footer-block .contact-link li div a:hover {
	color: #F86464;
}
.decline .footer-block .contact-link li p b,
.decline .footer-block .contact-link li div b,
.classic .footer-block .contact-link li p b,
.classic .footer-block .contact-link li div b {
	color: #111111;
}
.decline #site-footer .copyright {
	padding-left: 45px;
	color: #111111;
}
.decline #site-footer .copyright span {
	color: #F86464;
}
.decline #site-footer .social-link {
	padding-right: 45px;
}
.decline #site-footer .social-link li:after {
	background: #111111 !important;
}
.decline #site-footer .social-link a {
	color: #111111;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.decline #site-footer .social-link a:hover {
	color: #F86464;
}
/****[18. Portfolio]****/

/*.decline#site-wrapper #our-works {

	background: #fff;

}*/

.decline#site-wrapper #our-works .pager-works {
	width: 100%;
}
.decline#site-wrapper #our-works .btn-load {
	padding-top: 30px;
}
.decline#site-wrapper #our-works .pager-works .item-work {
	border: 0 !important;
	position: relative;
}
.decline#site-wrapper #our-works .pager-works .item-work:after,
.decline#site-wrapper #our-works .pager-works .item-work:before {
	content: "";
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.decline#site-wrapper #our-works .pager-works .item-work:before {
	width: 1px;
	height: 100%;
	left: auto;
	bottom: 0;
	top: 0;
}
.decline#site-wrapper #our-works .btn-type-1 {
	border-color: rgba(0, 0, 0, 0.1);
	color: #111;
}
.decline#site-wrapper #our-services {
	background: #f2f2f2;
}
.decline#site-wrapper #our-services .item-service p,
.decline#site-wrapper #our-services .item-service a,
.decline#site-wrapper #our-services .item-service h3,
.decline#site-wrapper #our-services .item-service .link .arrow-container>span::before,
.decline#site-wrapper #our-services .link .arrow-container>span::after {
	color: #111;
}
.decline#site-wrapper #our-services .item-service h3,
.decline#site-wrapper #our-services .link .arrow-container>span::after {
	border-color: #111;
}
.decline#site-wrapper #our-services .link .arrow-container>span::before {
	background: #111;
}
.decline#site-wrapper #our-services .link:hover {
	color: #dc6f45;
}
.decline#site-wrapper #our-services .link:hover .arrow-container>span::before {
	background-color: #dc6f45;
}
.decline#site-wrapper #our-services .link:hover .arrow-container>span::after {
	border-bottom: 1px solid #dc6f45;
	border-right: 1px solid #dc6f45;
	color: #dc6f45;
}
.portfolio-list {
	padding-bottom: 100px;
}
.portfolio-list ul li {
	cursor: pointer;
	float: left;
	padding-right: 25px;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.portfolio-list ul li a {
	color: #111;
	font-size: 18px;
	font-family: 'Kalam-Regular';
}
.portfolio-list ul li a:hover,
.portfolio-list ul li a.current {
	color: #22548c;
}
.portfolio-list ul li:last-child:after {
	display: none !important;
}
.portfolio-list ul li::after {
	color: #111;
	content: "/";
	padding-left: 25px;
}
.portfolio-list .filter-menu {
	color: #111;
	float: right;
	font-size: 18px;
	text-transform: none;
	font-family: 'Kalam-Regular';
	letter-spacing: 1px;
}
.portfolio-list .filter-menu:hover {
	color: #22548c;
}
.portfolio-list .filter-menu:hover .fa {
	color: #22548c;
}
.portfolio-list .filter-menu .fa {
	padding-left: 10px;
}
/****[19. Features]****/

#features .item-features img {
	margin-bottom: 35px;
}
#features .item-features h3 {
	margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: .5px;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding-left: 20px;
	padding-top: 4px;
	text-transform: none;
	font-family: 'Kalam-Regular';
}
#features .item-features p {
	letter-spacing: 0.4px;
	font-weight: 300;
	line-height: 26px;
	padding-right: 30px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.btn-request {
	float: right;
	padding-top: 33px;
}
.btn-request .link-request {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	line-height: 47px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	text-transform: none;
	letter-spacing: 3px;
}
.btn-request .link-request:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}
.service-request {
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
}
.service-request .title-request {
	float: left;
}
.service-request .title-request>h3 {
	padding-left: 50px;
	padding-top: 36px;
	color: #fff;
	letter-spacing: .5px;
	font-size: 30px;
	font-family: 'Kalam-Regular';
	background: url("../img/fnd-services.png") center left no-repeat;
	min-height: 112px;
	margin: 0;
}
.service-request .btn-request .link-request>.fa {
	padding-left: 11px;
}
.service-request .btn-request .link-request .arrow-container {
	color: #222222;
}
.service-request .btn-request .link-request .arrow-container>span:after,
.service-request .btn-request .link-request .arrow-container>span:before {
	color: #222222;
}
#faqs {
	background: #f2f2f2 none repeat scroll 0 0;
}
#faqs .section-title {
	color: #dc6f45;
}
.accordions-tab .accordion-list .tabs-list {
	margin-bottom: 15px;
}
.accordion {
	background-color: #e7e7e7;
	border: medium none;
	color: #222222;
	cursor: pointer;
	font-family: 'Kalam-Regular';
	font-size: 18px;
	outline: medium none;
	padding: 8px 18px;
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	min-height: 46px;
}
.accordion:after {
	content: '';
	background-color: #000;
	position: absolute;
	width: 17px;
	height: 1px;
	right: 20px;
	top: 23px;
}
.accordion:before {
	content: '';
	background-color: #000;
	position: absolute;
	width: 1px;
	height: 17px;
	right: 28px;
	top: 15px;
}
.accordion.active {
	background-color: #dc6f45;
	color: #fff;
}
.accordion.active:before {
	display: none;
}
.accordion.active:before,
.accordion.active:after {
	background-color: #fff;
}
button.accordion:hover {
	background-color: #dc6f45;
	color: #fff;
}
button.accordion:hover:before,
button.accordion:hover:after {
	background-color: #fff;
}
.accordion-list .tabs-list .panel {
	background: #e7e7e7 none repeat scroll 0 0;
	display: none;
	overflow: hidden;
	position: relative;
}
.accordion-list .tabs-list .panel>div {
	padding: 30px;
}
.accordion-list .tabs-list .panel>div img {
	float: left;
	max-width: 100px;
	margin: 3px 30px 30px 0;
}
.accordion-list .tabs-list .panel>div>p {
	color: #797979;
}
#map-contact #maps {
	height: 300px;
	width: 100%;
}
/****[19. Contact Deline]****/

.predefined-text {
	color: #fff;
	font-family: 'Kalam-Regular';
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 80px;
	max-width: 780px;
	margin-top: 0;
	text-align: center;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.no-mrg-bottom {
	margin-bottom: 10px !important;
}
#contacts-form .column {
	margin-bottom: 70px;
	padding: 0 30px;
}
#contacts-form .column input,
#contacts-form .column textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#contacts-form .btn-type-1 {
	border-color: rgba(255, 255, 255, 0.5);
}
/****[20. Blog]****/

#blog {
	background: #fff;
}
.filter-categories {
	margin-top: -15px;
	padding-bottom: 50px;
	overflow: hidden;
}
.filter-categories .form-group .selectstyle {
	font-size: 22px;
	text-transform: capitalize;
	font-family: 'Kalam-Regular';
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 56px;
	background: transparent;
	position: relative;
	z-index: 2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	padding: 0;
	color: #000;
	outline: none !important;
	text-shadow: 0 0 0 #000;
}
.filter-categories .form-group .selectstyle option {
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	outline: none !important;
}
.filter-categories .form-group .selectstyle:hover {
	color: #3d9d6f !important;
	outline: none !important;
	text-shadow: 0 0 0 #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.filter-categories .form-group:hover .form-control {
	border-color: #3d9d6f !important;
}
.filter-categories .form-group:hover:after {
	color: #3d9d6f;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.filter-categories .form-group:after {
	content: "";
	font-family: fontawesome;
	display: block;
	width: 56px;
	height: 56px;
	font-size: 16px;
	text-align: right;
	line-height: 56px;
	top: 0px;
	position: absolute;
	right: 15px;
	z-index: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.custom-search-input {
	position: relative;
}
.custom-search-input .search-query {
	border-left: 0 none;
	border-radius: 0;
	border-right: 0 none;
	border-top: 0 none;
	font-size: 22px;
	text-transform: capitalize;
	font-family: 'Kalam-Regular';
	margin-bottom: 0;
	height: 56px;
	padding: 0 30px 0 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.custom-search-input .search-query input[type=text] {
	float: left;
}
.custom-search-input:hover .search-query {
	border-color: #3d9d6f;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.custom-search-input .btn-search {
	border: 0;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 3px;
	border-radius: 0px;
	color: #111;
	height: 56px;
	padding: 0;
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.custom-search-input .btn-search:hover {
	color: #3d9d6f;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.custom-search-input .btn-search i {
	font-size: 20px;
}
.grid-sizer-b {
	width: 33.33%;
}
.item-list-categories::after {
	clear: both;
	content: "";
	display: block;
}
.item-list-categories>div {
	margin: 0;
	width: 33.33%;
	float: left;
}
.item-list-categories>div .item-blog-top {
	margin-bottom: 35px;
	position: relative;
}
.item-list-categories>div .item-blog-top img {
	height: auto;
	max-width: 100%;
}
.item-list-categories>div .cmnt .cmnt-btn {
	background-color: #e15e3b;
	min-width: 55px;
	min-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	left: 0;
	position: absolute;
	font-family: 'Kalam-Regular';
	top: 0;
	padding: 10px 5px;
	letter-spacing: 1px;
}
.item-list-categories>div .cmnt .cmnt-btn>span {
	display: block;
	clear: both;
	font-size: 11px;
	text-transform: none;
	font-weight: 500;
	text-align: center;
	letter-spacing: .5px;
	line-height: 11px;
}
.item-list-categories>div .item-blog-bottom {
	padding-bottom: 50px;
}
.item-list-categories>div .item-blog-bottom>ul {
	margin-bottom: 15px;
	overflow: hidden;
}
.item-list-categories>div .item-blog-bottom>ul li {
	float: left;
	font-size: 16px;
	color: #111;
	padding-right: 16px;
	text-transform: none;
}
.item-list-categories>div .item-blog-bottom>ul li::after {
	content: "|";
	color: #111;
	padding-left: 16px;
	position: relative;
	bottom: 1px;
}
.item-list-categories>div .item-blog-bottom>ul li:last-child:after {
	display: none;
}
.item-list-categories>div .item-blog-bottom>h3 {
	color: #111;
	font-family: 'Kalam-Regular';
	margin-bottom: 13px;
	margin-top: 0;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
	line-height: 32px;
}
.item-list-categories>div .item-blog-bottom>h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 4px;
	width: 4px;
	background: #111;
}
.item-list-categories>div .item-blog-bottom>p {
	color: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	letter-spacing: 0.5px;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 18px;
}
.item-list-categories>div .item-blog-bottom .link span {
	display: inline;
}
.item-list-categories>div .item-blog-bottom .link {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 3.5px;
	text-transform: none;
	letter-spacing: 2px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.item-list-categories>div .item-blog-bottom .link .arrow-container span:before {
	background: #000;
}
.item-list-categories>div .item-blog-bottom .link .arrow-container span:after {
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.item-list-categories>div .item-blog-bottom .link:hover {
	color: #e15e3b;
}
.item-list-categories>div .item-blog-bottom .link:hover span:before {
	background-color: #e15e3b !important;
}
.item-list-categories>div .item-blog-bottom .link:hover span:after {
	border-color: #e15e3b !important;
	color: #e15e3b !important;
}
/* Blog Single */

.decline#site-wrapper #our-works.portfolio-others {
	background: #22548c !important;
}
.decline#site-wrapper #our-works.portfolio-others .item-work:before,
.decline#site-wrapper #our-works.portfolio-others .item-work:after {
	background: #22548c !important;
}
.classic #site-footer {
	padding-bottom: 100px;
	background: #22548c;
}
.classic #site-footer .copyright span {
	color: #de9092 !important;
}
#site-footer .social-link li a:hover {
	color: #de9092 !important;
}
.classic #contact-us .copyright.show-mobile {
	display: none !important;
}
.home-t-1 #site-footer {
	position: absolute !important;
	bottom: 35px !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 99 !important;
	padding: 0 !important;
	background: none;
}
.home-t-1 #site-footer .copyright span,
.home-t-1 #site-footer .social-link li:nth-child(2n) a {
	color: #F86464 !important;
}
.home-t-1 #site-footer .social-link li:nth-child(2n) a:hover {
	color: #fff !important;
}
#site-header.is-sticky {
	width: 43px;
	left: auto;
}
#site-header.is-sticky .logo,
#site-header.is-sticky .nav-list {
	display: none !important;
}
#our-story.yellow-sec .wysiwyg p span {
	font-weight: 300;
}
/****[21. Footer]****/

#footer p {
	color: #000;
	text-align: center;
	padding-top: 5px;
}


