/*******************************************************
    Template Name    : Samuel - Personal Portfolio 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 Area Style
    04.Home Section Style
    05.About Section Style
    06.Resume Section Style
    07.Services Section Style
    08.Counter Section Style
    09.Portfolio Section Style
    10.Hire Section Style
    11.Testimonials Section Style
    12.Blog Section Style
    13.Contact Section Style
    14.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("icofont.min.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

body {
	background: #fff;
	color: #333;
	font-family: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

a {
	color: #f56045;
	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: #f56045;
	-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: #f56045;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	font-family: 'Source Sans Pro', 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 #f56045;
}

.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: 700;
    border: 2px solid #f56045;
    border-radius: 3px;
    background: #f56045;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    margin-top: 25px;
}

.button:hover {
	color: #333;
	background: transparent;
    border: 2px solid #f56045;
}
.secondary-wrapper {
	display: block;
    width: 100%;
    padding: 50px;
	background: #f7f7fa;
}

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: 100px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 65px;
}
.section-title h2 {
    font-weight: 900;
    font-size: 38px;
    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: 40px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #f56045;
	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 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.preloader .preloader-wapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}
.spinner-loader {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.spinner-loader div {
	position: absolute;
	border: 4px solid #f56045;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner-loader div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}
@keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		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: 25px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.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: #f56045;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #f56045;
}

.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;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: -1;
    background: rgba(40, 44, 50, 0.8);
}
.home-gradient-after::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: -1;
    background: #641ff1;
    background: -webkit-linear-gradient(to right, #641ff1, #a43bff) !important;
    background: linear-gradient(to right, #641ff1, #a43bff) !important;
}

.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: 70px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
}
.home-area .home-content p span {
    color: #fff;
    font-weight: 800;
}
.home-content .button-1 {
	margin-left: 10px;
}


.home-content .list-social {
    margin-top: 25px;
}

.home-content .list-social li {
    margin-right: 10px;
    display: inline-block;
}

.home-content .list-social li a {
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    display: block;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.home-content .list-social li a:hover {
	background: #f56045;
    border-color: #f56045;
    color: #fff;
}

.particle-class {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
/**************************************
 * 05. About Section Style
 *************************************/
.about-image {
    position: relative;
    padding-right: 30px;
    margin-bottom: 15px;
}
.about-image:after {
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.about-image img {
    border-radius: 5px;
}
.about-content {
    padding-right: 0px;
}

.about-content h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.about-content h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.about-cv-info p {
    margin-bottom: 10px;
}
.about-cv-info p:last-child {
    margin-bottom: 0px;
}
.about-cv-info p strong {
    width: 20%;
    display: inline-block;
}
.color-text {
    color: #f56045;
}

/**************************************
 * 06.Resume Section Style
 *************************************/
.resume-area {
    background-color: #f9f9fa;
	position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.resume-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background: rgba(40, 44, 50, 0.7);
}

.skill-title h5 {
	color: #fff;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.skill-title h5:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #f56045;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-35 {
    margin-bottom: 35px;
}
.skill-item-info h6 {
	color: #fff;
    font-weight: 600;
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.skill-item-info p {
	color: #fff;
}
.resume-area .skill-items .skill-item-info h6 em {
    float: right;
    font-size: 12px;
    font-style: normal;
}
.resume-area .skills-progress {
    width: 100%;
    height: 2px;
    background: #eee;
    margin: 15px 0 0;
}
.skills-progress span {
    height: 100%;
    width: 0%;
    background-color: #f56045;
	display: block;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

/**************************************
 * 07. Services Section Style
 *************************************/
.service-area .section-title {
	margin-bottom: 35px;
}

.single-services {
	padding: 35px 25px;
    background: #fff;
	text-align: center;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    border-radius: 3px;
    margin-top: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
	
}

.services-icon {
    color: #f56045;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(243 243 243);
    position: relative;
    overflow: hidden;
	margin: 0 auto;
    margin-bottom: 15px;
}
.services-icon .back-icon {
    color: #fff;
    background: #f56045;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-services:hover .services-icon .back-icon {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.services-icon i {
	position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 70px;
    border-radius: 50%;
    background: #f7f7f7;
}

.services-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}

/**************************************
 * 08.Counter Section Style
 *************************************/
.counter-area {
	text-align: center;
    background-color: #f9f9fa;
	position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
    padding: 120px 0;
}
.counter-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background: rgba(40, 44, 50, 0.7);
}

.gradient-after::after {
    position: absolute !important;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7 !important;
    z-index: -1;
    background: #641ff1;
    background: -webkit-linear-gradient(to right, #641ff1, #a43bff) !important;
    background: linear-gradient(to right, #641ff1, #a43bff) !important;
}
.counter-contents h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/**************************************
 * 09.Portfolio Section Style
 *************************************/

.project-area {
	position: relative;
}

.project-area .project-list {
	text-align: center;
}

.project-area .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.project-area .project-list .nav li {
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 8px 25px;
	color: #333;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
	-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-area .project-list .nav li:hover, .project-area .project-list .nav li.filter-active {
    color: #fff;
    background-color: #f56045;
	-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-area .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;
}

.project-grid-item img {
	width: 100%;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 3px;
	margin-top: 30px;
}

.project-item .project-img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: transparent;
}

.project-item .project-img-overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
    z-index: -1;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.project-item:hover .project-img-overlay:after {
	height: 100%;
}

.project-item .project-img-overlay .project-content .info {
    position: absolute;
    left: 5%;
    bottom: 5%;
    overflow: hidden;
}
.project-item .project-img-overlay .project-content .info p {
    color: #f56045;
    font-weight: 500;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-img-overlay .project-content .info h6 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-img-overlay .project-content .icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #f56045;
    text-align: center;
    font-size: 18px;
    color: #f56045;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.project-item:hover .project-img-overlay .project-content .icon {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-item:hover .project-img-overlay .project-content .info p,
.project-item:hover .project-img-overlay .project-content .info h6 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-more-btn {
	margin-top: 30px;
}

/**************************************
 * 10. Hire Section Style
 *************************************/
.hire-area {
    background-color: #f9f9fa;
	position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.hire-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: rgba(40, 44, 50, 0.7);
}
.hire-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hire-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
	text-align: center;
    background-color: #fff;
}

.single-testimonial {
    position: relative;
    background-color: #ffffff;
    padding: 60px 15px;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 20px;
    transition: all .4s;
    border-bottom: 3px solid transparent;
}

.owl-carousel.owl-drag .owl-item.active.center .single-testimonial {
    border-bottom: 3px solid #f56045;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.rating-box ul li {
    display: inline-block;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 18px;
}
.testimonial-content {
    margin-top: 15px;
    margin-bottom: 25px;
}
.testimonial-content p {
	color: #7d7d7d;
    font-size: 15px;
}
.single-testimonial .testimonial-bio {
}
.single-testimonial .testimonial-bio .avatar img {
	border-radius: 50%;
	width: 80px;
	margin: 0 auto;
}
.single-testimonial .testimonial-bio .bio-info {
	text-align: center;
    margin-top: 15px;
}
.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px;
}
.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
	color: #555;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}

/**************************************
 * 12. Blog Section Style
 *************************************/

.blog-area {
	background: #f9f9fa;
}
.blog-area .section-title {
    margin-bottom: 35px;
}
.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
    margin-top: 30px;
}
.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);
}
.single-blog .blog-tag {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #f56045;
	color: #fff;
	text-align: center;
	z-index: 2;
    border-radius: 3px;
	text-transform: uppercase;
}
.single-blog .blog-tag a {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    display: block;
}
.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}
.blog-category {
	margin-bottom: 15px;
}
.blog-area .single-blog .blog-type {
	font-weight: 700;
	color: #f56045;
	font-size: 15px;
	display: inline-block;
}
.blog-area .single-blog .blog-type:hover {
	color: #f56045;
	text-decoration: underline !important;
}
.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	display: block;
}
.blog-area .single-blog .blog-content h5 a:hover {
	color: #f56045;
	text-decoration: underline !important;
}
.blog-bottom-text-link {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.blog-bottom-text-link span {
	font-size: 15px;
	color: #5a5a5a;
	font-weight: 700;
}
.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 15px;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px;
	display: block;
}
.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #f56045;
	text-decoration: underline !important;
}

/**************************************
 * 13. Contact Section Style
 *************************************/
.contact-area {
}

.contact-information {
    padding: 56px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
    border-radius: 5px;
}

.contact-details {
    text-align: left;
    margin-bottom: 30px;
    padding: 5px 0px;
    display: block;
    overflow: hidden;
}

.contact-details .contact-icon {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
    color: #f56045;
    text-align: center;
    float: left;
    margin-bottom: 0;
    border: 1px dashed #f56045;
    border-radius: 3px;
    margin-right: 20px;
    float: left;
}
.contact-details .contact-info {
    margin-left: 55px;
}

.contact-details .contact-info h6 {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}

.contact-details .contact-info p {
    font-weight: 500;
    font-size: 14px;
    color: #6b6b6b;
    text-transform: capitalize;
}
.contact-form-box {
    padding: 40px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
    border-radius: 5px;
}
.contact-area .form input, .contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    padding-left: 0;
    height: 50px;
    color: #333;
    border: 0;
    background-color: transparent;
    font-weight: 600;
    border-radius: 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(245, 96, 69, 0.35);
    transition: all 0.4s;
}

.contact-area .form textarea {
	height: auto;
	width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

.contact-area .form input:focus, .contact-area .form textarea:focus {
	outline: none;
    border-bottom: 1px solid #f56045;
}

.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. Footer Section Style
 *************************************/
.footer-area {
    background: #1b1b1b;
	padding: 100px 0;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-social li {
    margin-right: 10px;
    display: inline-block;
}

.footer-social li a {
color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: rgb(37, 37, 37);
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.footer-social li a:hover {
	background: #f56045;
    border-color: #f56045;
    color: #fff;
}
.copyright-area {
}

.copyright-area p {
	color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.copyright-area p a {
    color: #f56045;
    font-weight: 600;
}