
/**
 -------------------------------------------------------
 Template Name: Swan - One page Creative Agency Template
 Version      : 1.0
 -------------------------------------------------------
 **/
 
 
 /**
 -------------------------------------------------------
	TABLE OF CONTENT
	
	01. GENERALE STYLE
	02. NAVBER STYLE
	03. HEADER STYLE
	04. SERVICE STYLE
	05. ABOUT STYLE
	06. COUNTER UP STYLE
	07. TEAM STYLE
	08. PORTFOLIO STYLE
	09. BLOG STYLE
	10. CONTACT FORM STYLE
	11. FOOTER STYLE
	
 -------------------------------------------------------
 **/
 
 
/**
 * -------------------------------------------------------
 * 01. GENERALES STYLES
 * -------------------------------------------------------
 **/

body {
	background: #ffffff;
	color: #858585;
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Kanit', sans-serif;
	font-weight: normal;
	color: #000;
}

a {
	color: #000;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	width: 100%;
}

a:hover {
	color: #737373;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
	color: #737373;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #858585;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #737373;
}

.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

.button {
	display: inline-block;
	padding: 9px 35px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 30px;
	font-weight: 600;
	border: 3px solid #737373;
	background: #737373;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
}

.button:focus {
	outline: 0;
	box-shadow: none;
}

.button:hover {
	background-color: transparent;
	color: #000;
	transition: all 500ms ease;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 85px;
}

.section-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
}

.box-shadow {
	box-shadow: 0px 10px 40px rgba(0,0,0,0.06);
}

.overlay-mf {
	background-color: #737373;
}

.overlay-mf {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.section-title p.flip {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
}

.section-title p.flip:after {
	position: absolute;
	bottom: 4px;
	left: -100px;
	right: 0;
	content: '';
	width: 40px;
	height: 1px;
	background: #737373;
	margin: 0 auto;
}

.section-title p.flip:before {
	position: absolute;
	bottom: 4px;
	left: 100px;
	right: 0;
	content: '';
	width: 40px;
	height: 1px;
	background: #737373;
	margin: 0 auto;
}

.section-title p.flip span {
	position: absolute;
}

.section-title p.flip span.deg1 {
	position: absolute;
	bottom: 2px;
	left: -30px;
	right: 0;
	width: 6px;
	height: 6px;
	content: '';
	background: #737373;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 0 auto;
}

.section-title p.flip span.deg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	content: '';
	background: #737373;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 0 auto;
}

.section-title p.flip span.deg3 {
	position: absolute;
	bottom: 2px;
	left: 30px;
	right: 0;
	width: 6px;
	height: 6px;
	content: '';
	background: #737373;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 0 auto;
}

.mr-5 {
	margin-right: 5px !important;
}

.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 7px;
	margin: 5px 5px;
	background: #f1668b63;
	border: 0px solid #cb5465;
	display: block;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	border-radius: 25px;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #1B1B1B;
	width: 25px;
	border-radius: 25px;
}

.back-to-top {
	position: fixed;
	display: none;
	background: #737373;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 5px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #737373;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/**
 * -------------------------------------------------------
 * 01. NAVBER STYLES
 * -------------------------------------------------------
 **/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-b.navbar-trans .nav-link:before, .navbar-b.navbar-reduce .nav-link:before {
	content: '';
	position: absolute;
	margin-left: 0px;
	width: 0%;
	bottom: 5px;
	left: 9px;
	height: 2px;
	transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before, .navbar-b.navbar-reduce .nav-link:hover:before {
	width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before, .navbar-b.navbar-trans .active > .nav-link:before, .navbar-b.navbar-trans .nav-link.show:before, .navbar-b.navbar-trans .nav-link.active:before, .navbar-b.navbar-reduce .show > .nav-link:before, .navbar-b.navbar-reduce .active > .nav-link:before, .navbar-b.navbar-reduce .nav-link.show:before, .navbar-b.navbar-reduce .nav-link.active:before {
	width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
	background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #737373;
}

.navbar-b.navbar-reduce .nav-link:before {
	background-color: #737373;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #737373;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #737373;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #737373;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #737373;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #737373;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
/**
 * -------------------------------------------------------
 * 01. HOME SECTION STYLES
 * -------------------------------------------------------
 **/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.intro {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index:1;
}

.intro::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background-color: rgba(115, 115, 115, 0.65);
}

.home-btn:hover {
	color: #fff !important;
}

.header-text h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 2px;
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.header-text h2 {
	font-size: 40px;
	color: #ffffff;
	margin: 10px 0;
}

.header-text p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	padding: 0px 290px;
}
/**
 * -------------------------------------------------------
 * 02. ABOUT SECTION STYLES
 * -------------------------------------------------------
 **/
 
.about-mf .box-shadow-full {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.about-mf .about-img {
	margin-bottom: 2rem;
}

.about-dec p {
	margin-bottom: 25px;
}
.about-text {
    display: table;
    height: 472px;
}

.about-dec {
    display: table-cell;
    vertical-align: middle;
}
.popup-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.67);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 94px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 1;
    font-size: 25px;
    padding-left: 5px;
}

.about-mf .about-img img {
	margin-left: 10px;
}

.about-dec h2 {
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 15px;
}

.about-img img {
	border-radius: 5px;
}

/**
 * -------------------------------------------------------
 * 03. SERVICES SECTION STYLES
 * -------------------------------------------------------
 **/
 .services-area {
	background: #f5f5f5;
}

.service-box {
	background-color: #fff;
	padding: 35px 15px;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.3s;
}

.service-box:hover {
	transition: all 0.3s;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.10);
}

.service-box:hover .ico-circle {
	transition: all 500ms ease;
	color: #fff;
	background-color: #737373;
	box-shadow: 0 0 0 5px rgba(205, 225, 248, 0.61);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.ico-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 42px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 0 5px rgba(115, 115, 115, 0.0392156862745098);
	display: block;
	border: 5px solid #f1f1f1;
	transition: all 0.3s;
	font-size: 20px;
}

.service-box .service-ico {
	margin-bottom: 1rem;
	color: #1e1e1e;
}

.service-box .s-title {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	padding: .4rem 0;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #6f6767;
}

.service-box:hover .s-title {
	color: #737373;
}

/**
 * -------------------------------------------------------
 * 04. COUNTER SECTION STYLES
 * -------------------------------------------------------
 **/
 .counter-area {
	background: #111115;
	background-color: #1e1e1e;
	position: relative;
    background: url(../img/review-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.item-heading h3 {
	color: #ddd;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 2px;
	font-weight: 500;
}

.review-single-item {
	text-align: center;    
	background: #515151;
    padding: 40px 25px;
}

.item-text {
	display: inline-block;
}

.item-text i {
	font-size: 30px;
	color: #fff;
	padding-right: 10px;
	display: inline-block;
}

.item-text span {
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 3px;
}

.item-heading {
	margin-top: 10px;
}
/**
 * -------------------------------------------------------
 * 05. PORTFOLIO SECTION STYLES
 * -------------------------------------------------------
 **/

#portfolio {
	position: relative;
	padding-bottom: 50px;
}

#portfolio .portfolio-list {
	margin-bottom: 50px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
}

#portfolio .portfolio-list .nav li {
	margin: 0 40px 0 0;
	float: left;
	font-size: 14px;
	color: #858585;
	line-height: 16px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: #737373;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}

.portfolio-grid-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfolio-grid-item img {
	width: 100%;
}

.portfolio-grid-item .popup-img img {
	border-radius: 5px;
}

.portfolio-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.portfolio-item .portfolio-hover-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(115, 115, 115, 0.7);
}

.portfolio-item .portfolio-hover-title:hover {
	opacity: 1;
}

.portfolio-item .portfolio-hover-title .portfolio-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;   
	margin-top: -27px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);

}
.portfolio-item .portfolio-hover-title:hover .portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1)
}

.portfolio-content h4 {
	color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.portfolio-content h6 {
	color: #fff;
	margin-top: 5px;
	font-size: 15px;
	letter-spacing: 2px;
}

/**
 * -------------------------------------------------------
 * 06. TEAM SECTION STYLES
 * -------------------------------------------------------
 **/
  
.team-area {
	background: #f5f5f5;
}

.single-team-member {
	position: relative;
	z-index: 1;
	border: 1px solid #ececec;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #fff;
}

.single-team-member .team-member-img {
	position: relative;
	z-index: 1;
}

.single-team-member .team-member-img img {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.single-team-member .team-member-img .team-social-info {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}

.single-team-member .team-member-img .team-social-info .social-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}

.single-team-member .team-member-img .team-social-info .social-link a:hover, .single-team-member .team-member-img .team-social-info .social-link a:focus {
	background-color: rgba(115, 115, 115, 0.7);
	-webkit-box-shadow: 0 2px 40px 8px rgba(15,15,15,.15);
	box-shadow: 0 2px 40px 8px rgba(15,15,15,.15);
	color: #fff;
}

.single-team-member .team-member-info {
	padding: 20px 30px;
	text-align: center;
}

.single-team-member .team-member-info h5 {
	font-size: 16px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.single-team-member .team-member-info p {
	margin-bottom: 0;
	font-size: 14px;
}

.single-team-member:hover,.single-team-member:focus {
	-webkit-box-shadow: 0 2px 40px 8px rgba(15,15,15,.15);
	box-shadow: 0 2px 40px 8px rgba(15,15,15,.15);
}

.single-team-member:hover img,.single-team-member:focus img {
	width: 100%;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.single-team-member:hover .team-social-info,.single-team-member:focus .team-social-info {
	opacity: 1;
	visibility: visible;
}

.single-team-member:hover .team-member-info h5,.single-team-member:focus .team-member-info h5 {
	color: #737373;
}

/**
 * -------------------------------------------------------
 * 07. TESTIMONIAL SECTION STYLES
 * -------------------------------------------------------
 **/

.testimonial-area {
	background: #0d0f10;
	position: relative;
	background: url(../img/review-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.testimonial-area .citem p {
	font-size: 15px;
	word-spacing: 2px;
	margin-bottom: 15px;
	color: #fff;
	padding: 0 60px;
}

.testimonial-area .citem h5 {
	font-size: 16px;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	color: #fff;
}

.testimonial-area .citem h5:after {
	content: "|";
	position: absolute;
	right: -5px;
	bottom: 2px;
}

.testimonial-area .citem h6 {
	display: inline-block;
	font-size: 14px;
	margin: 15px 0;
	color: #fff;
}
.citem {
	text-align: center;
}
.citem img {
	width: auto !important;
	height: 205px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 100%;
	margin-top: 20px;
	border: 4px solid #0000004a;
	border-left-color: #000;
	border-bottom-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
}

.testimonial-area p.flip:after {
	background: #fff;
}

.testimonial-area p.flip:before {
	background: #fff;
}

.testimonial-area p.flip span.deg1 {
	background: #fff;
}

.testimonial-area p.flip span.deg2 {
	background: #fff;
}

.testimonial-area p.flip span.deg3 {
	background: #fff;
}
/**
 * -------------------------------------------------------
 * 08. BLOG SECTION STYLES
 * -------------------------------------------------------
 **/

.blog-area {
	background: #f5f5f5;
}

.desc h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;

}

.article .desc .meta {
	position: absolute;
	top: -30px;
	left: 0;
	background: rgba(115, 115, 115, 0.65);
	color: #000;
	padding: 20px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-box-shadow: 0 2px 49px -4px rgba(0,0,0,.21);
	-moz-box-shadow: 0 2px 49px -4px rgba(0,0,0,.21);
	-ms-box-shadow: 0 2px 49px -4px rgba(0,0,0,.21);
	-o-box-shadow: 0 2px 49px -4px rgba(0,0,0,.21);
	box-shadow: 0 2px 49px -4px rgba(0,0,0,.21);
}

.article .desc {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 30px 20px;
}

.article:hover .meta {
	background: #fff;
}
.blog-btn {
    margin-top: 60px;
    text-align: center;
}
/**
 * -------------------------------------------------------
 * 09. CONTACT SECTION STYLES
 * -------------------------------------------------------
 **/
 
#contact {
	height: auto;
	width: 100%;
}

.contact-details {
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 30px 30px;
	text-align: center;
	position: relative;
}

.contact-details h5 {
	color: #696969;
}

.contact-details i {
	font-size: 65px;
	font-weight: bold;
	color: rgba(189, 189, 189, 0.3);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.contact-info {
	margin-top: 10px;
	margin-bottom: 40px;
}

.contact-details::before {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	background: #737373;
	top: -2px;
	z-index: -1;
	left: -2px;
}

.contact-details::after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	background: #737373;
	bottom: -2px;
	z-index: -1;
	right: -2px;
}

.form-control {
	height: 42px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 35px;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 0;
}
/**
 * -------------------------------------------------------
 * 10. FOOTER SECTION STYLES
 * -------------------------------------------------------
 **/
.subscribe-btn {
	background: #737373;
	border: none;
	padding: 7px 20px;
	margin-top: 15px;
	display: block;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 2px;
	width: 100%;
}

.subscribe-control {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 13px;
	padding: 5px 10px;
}

.footer-widget-title h4 {
	color: #737373;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-weight: 600;
}

.footer-top-area p {
	color: #fff;
}

.footer-top-area ul li a {
	color: #ffffff;
}

.footer-top-area {
	background: rgb(16, 16, 16);
	padding: 80px 0;
}

.footer-bottom-area {
	background: #000;
	padding: 30px 0px;
	text-align: center;
}

.footer-bottom p {
	color: #ddd;
}

.footer-top-about p {
	margin-bottom: 10px;
	line-height: 22px;
}

.footer-top-area ul li a:hover, .footer-top-area ul li a ul li a:focus {
	margin-left: 5px;
}