/*******************************************************
    Template Name    : Flash - Photography HTML Landing Page
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Project Section Style
    08.Review Section Style
    09.Team Section Style
    10.Blog Section Style
    11.Contact Section Style
    12.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

 body {
	background: #fff;
	color: #000;
	font-family: 'Josefin Sans', 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: 'Josefin Sans', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}
a {
    color: #969696;
    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 {
	max-width: 100%;
}
a:hover {
    color: #969696;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
    color: #969696;
    text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #793be8;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    border: 2px solid #969696;
    border-radius: 30px;
    background-color: #969696;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    margin-top: 25px;
}
.button:hover {
    color: #333;
    background: transparent;
    border: 2px solid #969696;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 65px;
}
.section-title h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.3;
	color: #333;
	text-transform: capitalize;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 40px;
    height: 42px;
    line-height: 45px;
    border-radius: 0;
    right: 25px;
    bottom: 20px;
    text-align: center;
    background-color: #6B6B6B;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
	color: #fff;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 * 02.Preloader Style
 *************************************/

#preloader-wapper {
	width: 100%;
	height: 100vh;
	top: 0;
	overflow: hidden;
	position: fixed;
	z-index: 99999999;
	display: flex;
}
#preloader-wapper::before,
#preloader-wapper::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: rgb(9, 7, 12);
	top: 0;
	left: 0;
	transition: .4s;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	-ms-transition: height .4s;
	-o-transition: height .4s;
}
#preloader-wapper::after {
	top: auto;
	bottom: 0;
}
#preloader-wapper.loaded::before,
#preloader-wapper.loaded::after {
	height: 0%;
}
.loader-middle {
	position: relative;
	width: 50%;
	height: 1px;
	overflow: hidden;
	margin: auto;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	z-index: 555;
}
.loader-middle::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    background-color: #969696;
    animation: showLine 700ms ease-in-out 0s forwards;
    -o-animation: showLine 700ms ease-in-out 0s forwards;
    -webkit-animation: showLine 700ms ease-in-out 0s forwards;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}
	100% {
		width: 100%;
		opacity: 1;
	}
}
@-o-keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}
	100% {
		width: 100%;
		opacity: 1;
	}
}
@-webkit-keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}
	100% {
		width: 100%;
		opacity: 1;
	}
}
.loader-middle::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100px;
	top: 0;
	animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-o-animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-webkit-animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	animation-delay: 1200ms;
}
@keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}
	100% {
		left: 100%;
		background: #fff;
	}
}
@-o-keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}
	100% {
		left: 100%;
		background: #fff;
	}
}
@-webkit-keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}
	100% {
		left: 100%;
		background: #fff;
	}
}
.loader-middle.loaded {
	width: 100%;
	opacity: 0;
}
.loader-middle.loaded::after {
	opacity: 0;
}

/**************************************
 * 03.Navber Style
 *************************************/

.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;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #ffffff;
}
.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: 20px;
	padding-bottom: 20px;
}
.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}
.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: #000;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Arizonia', cursive;
}
.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: #969696;
    color: #fff;
    transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #969696;
}
.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;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-bottom: 0px;
}
.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .4;
	z-index: -1;
	background: #05060c;
}
.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.home-area .home-content h1 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.3;
}
.home-area .home-content span {
	color: #fff;
	font-weight: 800;
}
.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	padding-right: 60px;
}
.home-area .home-content .button:hover {
	color: #fff;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
}

/* Creative Banner Style */
.creative-banner-1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 10rem 100vw 0 0;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
}

.creative-banner-2 {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background-image: url(../img/creative-banner-2.png);
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;
}
.svg.shape{
	position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.svg.shape svg {
    width: 100%;
    height: 100%;
    color: #fff!important;
}

/**************************************
 * 05. About Section Style
 *************************************/

.about-content {
	padding-right: 80px;
}
.about-content h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.color-text {
	color: #ffc209;
}
.flash-about-info p strong {
	color: #333;
}

/**************************************
 * 06. Services Section Style
 *************************************/
.service-area {
	background: #f7f7f7;
}
.single-services {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.single-services img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-services:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.single-services .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background-position: 121;
    background-color: rgba(150,150,150,0.50);
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    padding: 20px;
    transition: all 0.1s linear;
}
.single-services .desc h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.single-services .services-icon {
	background: transparent;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}
.services-btn-box {
	margin-top: 30px;
}
.services-btn-box h5 {
	font-size: 13px;
	letter-spacing: 2px;
}

/**************************************
 * 07. Project Section Style
 *************************************/

#project {
	position: relative;
}
#project .project-list {
	text-align: center;
}
#project .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}
#project .project-list .nav li {
	position: relative;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 10px 20px;
	border-radius: 0;
	color: #ffffff;
	background-color: #2b2b2b;
	-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;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}
#project .project-list .nav li:after {
	content: "--";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}
#project .project-list .nav li:before {
	content: "--";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
}
#project .project-list .nav li:hover,
#project .project-list .nav li.filter-active {
    color: #fff;
    background-color: #969696;
    -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;
}
#project .project-container {
	display: inline-block;
	width: 100%;
}
.project-area .project-grid-item {
	overflow: hidden;
}
.project-grid-item img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.project-grid-item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.project-item .project-img-overlay {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	height: 150px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, 0);
}
.project-item .project-img-overlay:before {
	left: 0;
	top: 0;
}
.project-item .project-img-overlay:after {
	right: 0;
	bottom: 0;
}
.project-item .project-img-overlay:before,
.project-item .project-img-overlay:after {
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    background: rgb(0 0 0 / 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item:hover .project-img-overlay:before,
.project-item:hover .project-img-overlay:after {
	width: 100%;
}
.project-item .project-img-overlay .project-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
}
.project-item:hover .project-img-overlay .project-content h4,
.project-item:hover .project-img-overlay .project-content h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.project-item .project-img-overlay .project-content h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.project-item .project-img-overlay .project-content h6 {
    color: #FFC209;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 0.9px;
    position: relative;
    font-weight: 700;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    z-index: 7;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.project-more-btn {
	margin-top: 30px;
}

/**************************************
 * 08.Review Section Style
 *************************************/

.testimonial-area {
	background-color: #080808;
	background: url(../img/review-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.single-testimonial {
	position: relative;
	background: rgb(0 0 0 / 0.5);
	padding: 40px 35px;
	border-radius: 3px;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.testimonial-area .owl-carousel .active.center .single-testimonial {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}
.single-testimonial .testimonial-bio {
	text-align: center;
}
.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
}
.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}
.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
	color: #fff;
}
.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}
.testimonial-content h3 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #ffc209;
}
.single-testimonial .testimonial-content p {
	font-size: 16px;
	color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffc209;
	border: 1px solid #ffc209;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

/**************************************
 * 09. Team Section Style
 *************************************/

.single-team-box {
	box-sizing: border-box;
	padding-left: 46px;
	overflow: hidden;
	background: #f7f7f7;
}
.single-team-box,
.single-team-box .team-image {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.single-team-box .team-image .team-side-info {
	bottom: 10px;
	left: -10px;
	position: absolute;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.single-team-box .team-image .team-side-info .team-name,
.single-team-box .team-image .team-side-info .team-position {
	display: inline-block;
}
.single-team-box .team-name {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.single-team-box .team-position {
	color: #555;
	font-size: 14px;
	margin: 0;
	padding-left: 20px;
	position: relative;
}
.single-team-box .team-position:before {
	content: "/";
	left: 5px;
	position: absolute;
	top: 0;
}
.team-info-social li {
	display: inline-block;
	margin: 15px 0;
	padding: 5px;
}
.team-info-social li a {
	width: 34px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgb(121 59 232 / 0.1);
	font-size: 14px;
	color: #000;
	background-color: transparent;
	display: inline-block;
}
.team-info-social li a:hover {
    border: 1px solid rgb(121 59 232 / 0.1);
    color: #fff;
    background-color: #969696;
}

/**************************************
 * 10. Blog Section Style
 *************************************/

.blog-area {
	background: #f7f7f7;
}
.blog-area {
	background: #f7f7f7;
}
.blog-area .single-blog {
	background: white;
	padding: 20px;
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.blog-area .single-blog .blog-content {
	padding-top: 20px;
}
.blog-area .single-blog .blog-content h5 a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #555;
	margin-bottom: 5px;
	display: block;
}
.blog-area .single-blog .blog-content h5 a:hover {
    color: #FFC209;
}
.blog-area .single-blog .blog-content .blog-type {
	margin-top: 15px;
	font-weight: 600;
	color: #444;
	font-size: 14px;
	background: #f7f7f7;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 3px;
}

/**************************************
 * 11. Contact Section Style
 *************************************/

.contact-information {
	margin-bottom: 15px;
}
.contact-sub-title h3 {
	font-size: 25px;
	font-weight: 700;
}
.contact-sub-title {
	padding: 0 10px;
	margin-bottom: 40px;
}
.contact-details {
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: block;
}
.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	padding-top: 8px;
}
.contact-details p {
	font-weight: 500;
	font-size: 15px;
	color: #555;
	text-transform: capitalize;
}
.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	color: #000;
	border: 0;
	font-size: 14px;
	padding-left: 15px;
	background-color: #f7f7f7;
	font-weight: 600;
	border-radius: 0px;
	text-transform: capitalize;
	border-bottom: 2px solid #555;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 12. Footer Section Style
 *************************************/

.footer-area {} 
.copyright-area {
    padding: 100px 0;
    background-color: #969696;
}
.copyright-area p {
	color: #fff;
}
.footer-logo-box h5 {
	color: #ffc209;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Arizonia', cursive;
	margin-bottom: 5px;
}
.footer-content-box h5 {
	color: #ffc209;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 15px;
}
.footer-social-icon li:last-child {
	margin-right: 0px;
}
.footer-social-icon li a {
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6B6B6B;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    display: inline-block;
}
.footer-social-icon li a:hover {
    color: #fff;
    background-color: #6B6B6B;
}
