/*******************************************************
    Template Name    : Capture - Photography HTML Landing Page
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Portfolio Section Style
    08.Testimonials Section Style
    09.Price Section Style
    10.Team Section Style
    11.Blog Section Style
    12.Hire Section Style
    13.Contact Section Style
    14.Partner Logo Section Style
    15.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

 body {
	background: #fff;
	color: #000;
	font-family: 'Jost', 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: 'Jost', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}
a {
	color: #ff572a;
	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: #ff572a;
	-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: #ff572a;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	font-family: 'Jost', 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 #ff572a;
}
.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.5px;
	font-weight: 600;
	border: 2px solid #ff572a;
	border-radius: 0px;
	background: #ff572a;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
}
.button:hover {
	color: #ff572a;
	background: transparent;
	border: 2px solid #ff572a;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-gray {
	background: #f9f9f9;
}

.section-padding {
	padding: 100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 1.5;
	color: #333;
	text-transform: capitalize;
}

.small-title {
    color: #ff572a;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
}

.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;
	z-index: 11;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 45px;
	border-radius: 0;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #ff572a;
	transition: background 0.5s;
	cursor: pointer;
}
.back-to-top i {
	color: #fff;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	z-index: 5;
	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;
}

/**************************************
 * Overlay Effect Bg image
 *************************************/
 
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #101010;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/**************************************
 * 02.Preloader Area 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: #fff;
	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: #ff572a;
	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 Area 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: 24px;
	font-weight: 700;
}
.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: #ff572a;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #ff572a;
}
.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
 *************************************/

.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .slider-caption h4 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .slider-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 10px 0;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-fade .slider-item .slider-caption {
    z-index: 9;
}

/**************************************
 * 05. About Section Style
 *************************************/

.about-image {
    padding-right: 35px;
}

.about-content {
	padding-right: 0px;
}

.about-content h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.5;
}

.color-text {
	color: #ff572a;
}

/**************************************
 * 06. Services Section Style
 *************************************/

.service-area {
}
.single-services {
	position: relative;
	overflow: hidden;
}
.single-services::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.single-services img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-services:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.single-services .services-info {
    position: absolute;
	z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
	display: block;
    background: transparent;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-services .services-info h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
.single-services .services-icon {
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
}

/**************************************
 * 07. portfolio Section Style
 *************************************/

.portfolio-area {
	position: relative;
}

.portfolio-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.portfolio-single-item {
    position: relative;
	display: block;
    margin-top: 30px;
}

.portfolio-single-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.portfolio-single-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.portfolio-single-item:last-child {
    margin-bottom: 0px;
}


.portfolio-single-item .portfolio-overlay-icon {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.portfolio-single-item .portfolio-overlay-icon i {
	color: #fff;
	font-size: 20px;
}
.portfolio-single-item:hover .portfolio-overlay-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.portfolio-more-btn {
	margin-top: 20px;
}

/**************************************
 * 08.Testimonials Section Style
 *************************************/

.testimonial-area {
    position: relative;
    z-index: 1;
	background-color: #080808;
	background: url(../img/review-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.testimonial-area::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: #000;
}
.testimonial-area .section-title h2 {
    color: #fff;
}
.single-testimonial {
	background: rgb(0, 0, 0, 0.7);
	padding: 45px 30px;
	border-radius: 3px;
}

.single-testimonial .testimonial-bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.single-testimonial .testimonial-bio img {
    border-radius: 50%;
    width: 80px;
}
.single-testimonial .testimonial-bio .bio-info {
	margin-left: 15px;
}
.single-testimonial .testimonial-bio .bio-info h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	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;
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
}
.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: 2px solid #ff572a;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff572a;
	border: 1px solid #ff572a;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

/**************************************
 * 09.Price Section Style
 *************************************/

.price-area {
	position: relative;
    z-index: 1;
}

.price-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}

.pricing-content {
	position: relative;
    z-index: 1;
    padding: 45px 40px;
    text-align: center;
    border-radius: 5px;
	margin-top: 30px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;

}
.pricing-content:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    border-radius: 5px;
    background: url(../img/shape-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.price-heading {
    margin-bottom: 30px;
    text-align: center;
}
.price-heading .price-name h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-heading .price-name h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ff572a;
	display: inline-block;
}

.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 600;
    color: #ff572a;
    top: -1.2em;
}

.price-body {
    padding-left: 40px;
    padding-right: 30px;
	text-align: center;
}
.price-body ul li {
    display: block;
    padding: 5px 0;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}

.price-btn {
    text-align: center;
    margin-bottom: 30px;
}
.price-btn .button {
    padding: 8px 30px;
    margin: 0;
    border-radius: 30px;
}

/**************************************
 * 10. Team Section Style
 *************************************/
.team-area .section-title {
    margin-bottom: 35px;
}
.single-team-box {
	text-align: center;
    margin-top: 30px;
}

.single-team-box .team-info {
    padding-top: 25px;
    padding-bottom: 15px;
}

.single-team-box h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.single-team-box h6 {
	color: #555;
	font-size: 14px;
}

.team-info-social li {
	display: inline-block;
	padding: 0 5px;
}
.team-info-social li a {
	font-size: 14px;
	color: #000;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid rgb(0, 0, 0, 0.1);
}
.team-info-social li a:hover {
	color: #fff;
	background-color: #ff572a;
}

/**************************************
 * 11. Blog Section Style
 *************************************/

.blog-area .section-title {
	margin-bottom: 35px;
}

.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	border-radius: 3px;
	margin-top: 30px;
	overflow: hidden;
	will-change: transform;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #666;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 12px;
	color: #333;
}

.blog-content .blog-date .blog-list li a {
	font-size: 13px;
	color: #ff572a;
	font-weight: 500;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #ff572a;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #ff572a;
	text-decoration: underline !important;
}
/**************************************
 * 12.Hire Section Style
 *************************************/

.hire-wrapper {
	padding: 70px 0;
	position: relative;
	z-index: 1;
    background: url(../img/hire-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 5px;
	overflow: hidden;
}

.hire-wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    border-radius: 5px;
	background: #000;

}

.hire-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hire-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.hire-content .button {
	color: #ff572a;
	background: #ffffff;
	border: 2px solid #fff;
}
.hire-content .button:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}

/**************************************
 * 13. Contact Section Style
 *************************************/

.contact-information {
}
.contact-sub-title h3 {
	font-size: 25px;
	font-weight: 600;
}
.contact-sub-title {
	margin-bottom: 10px;;
}
.contact-details {
	text-align: left;
	margin-top: 15px;
	display: block;
}
.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 600;
	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%;
    color: #333;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #dcdcdc;
}
#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;
}

/**************************************
 * 14.Partner Logo Section Style
 *************************************/

.partner-area {
	padding-bottom: 80px;
}
.partner-item {
    padding: 20px 20px;
    background: #fdfdfd;
    border-radius: 5px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: .6;
	cursor: pointer;
}

/**************************************
 * 15. Footer Section Style
 *************************************/

.footer-area {} 
.copyright-area {
	padding: 70px 0;
	background: #101010;
}
.copyright-area p {
	color: #fff;
}
.footer-logo-box h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}