/*******************************************************
    Template Name    : Mubitt - IT Solutions and Services Company HTML Template
    Author           : Elegant Theme
    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.Work Process Section Style
    08.Project Section Style
    09.Hire Section Style
    10.Testimonial Section Style
    11.Blog Section Style
    12.Contact Section Style
    13.Map Section Style
    14.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

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

body {
	background: #ffffff;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	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: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

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

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Montserrat', 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 #ea1538;
}

.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 35px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 2px solid #000000;
	border-radius: 35px;
	background: #ffbf00;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	position: relative;
	margin-top: 25px;
}

.button:hover {
	color: #000;
	border: 2px solid #000000;
	background: transparent;
}
.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: 70px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 70px;
}
.section-title h2 {
    font-weight: 900;
    font-size: 33px;
    line-height: 1.3;
    color: #333333;
    text-transform: uppercase;
}

.color-text {
    color: #ffbf00;
}
.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: #000000;
	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;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 8px;
	margin: 0 8px;
	background: #ea1538;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #b4afff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.loader-wrapper .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ea1538;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 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: #333;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #333;
}

.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: #333;
}

.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: #333;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Montserrat', 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: #ea1538;
	color: #fff;
	transition: all 500ms ease;
}

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

.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;
}
/*
.fixed-top {
    position: unset;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
*/

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	z-index: 1;
	padding: 70px 0;
	padding-bottom: 0;
}
.home-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f7f7fa;
}

.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: 40px;
	color: #333;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.3;
}

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

.home-area .social{
    right: 0;
    top: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -110px;
    z-index: 6;
}

.home-area .social a{
    display: block;
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;    
    font-weight: 600;
}


.home-area .social a.text{
    margin-right: 0;
}

.home-area .social a i{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home-area .social a:hover i{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home-area .line{
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px;
}
.secondary-wrapper {
	display: block;
    width: 100%;
    padding: 70px;
	background: #f7f7fa;
}

/**************************************
 * 05. About Section Style
 *************************************/
.about-secondary-wrapper {
}
.bg__softyellow {
    background-color: #FBE9E7 !important;
}
.about-content h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

/**************************************
 * 06. Services Section Style
 *************************************/

.services-item {
    margin-bottom: 30px;
}
.services-item:nth-last-child(-n + 3) {
		margin-bottom: 0px;
}
.services-single-item {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    transition: .5s;
    border: 5px solid #fbfbfb;
}
.services-single-item:hover {
    background: #fff;
	box-shadow: 0 30px 50px rgba(111, 111, 111, 0.14);
	transition:.5s;
}
.services-icon {
    margin-bottom: 20px;
}
.services-icon i {
	display: inline-block;
    color: #fff;
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    background: rgb(145, 138, 255);
    text-align: center;
}

.services-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.icon-color-bg-1 {
	color: #fff !important;
    background: rgb(255, 191, 0) !important;
    box-shadow: 0px 20px 50px rgba(255, 193, 7, 0.3);
}
.icon-color-bg-2 {
	color: #fff !important;
    background: rgb(0, 0, 0) !important;
    box-shadow: 0px 20px 50px rgba(245, 13, 92, 0.3);
}
.icon-color-bg-3 {
    color: #fff !important;
    background: rgb(131, 123, 255) !important;
    box-shadow: 0px 20px 50px rgba(145, 138, 255, 0.3);
}
.icon-color-bg-4 {
	color: #fff !important;
    background: rgb(91, 36, 187) !important;
    box-shadow: 0px 20px 50px rgba(91, 36, 187, 0.3);
}
.icon-color-bg-5 {
    color: #fff !important;
    background: rgb(0, 226, 9) !important;
    box-shadow: 0px 20px 50px rgba(0, 226, 9, 0.3);
}
.icon-color-bg-6 {
    color: #fff !important;
    background: rgb(183, 6, 214) !important;
    box-shadow: 0px 20px 50px rgba(183, 6, 214, 0.3);
}
/**************************************
 * 07. Work Process Section Style
 *************************************/
.process-area {
    padding-bottom: 0;
}
.process-item {
    margin-bottom: 30px;
}
.process-item:last-child {
    margin-bottom: 0px;
}
.process-single-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.process-number {
    border: 2px solid #e8f5e9;
    padding: 5px;
    border-radius: 4px;
}
.process-number span {
    display: inline-block;
    color: #000;
    font-size: 30px;
    width: 55px;
    height: 55px;
	font-weight: 700;
    line-height: 55px;
    border-radius: 4px;
    background: rgba(232, 245, 233, 1);
    text-align: center;
}
.process-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}

.work-process-icon-color-bg-1 {
	color: #fff !important;
    background: rgb(245, 13, 92) !important;
}
.work-process-icon-color-bg-2 {
    color: #fff !important;
    background: rgb(131, 123, 255) !important;
}
.work-process-icon-color-bg-3 {
	color: #fff !important;
    background: rgb(91, 36, 187) !important;
}
.work-process-icon-color-bg-4 {
    color: #fff !important;
    background: rgb(183, 6, 214) !important;
}
.work-process-icon-color-border-1 {
    border: 2px solid #f50d5c !important;
}
.work-process-icon-color-border-2 {
    border: 2px solid #837bff !important
}
.work-process-icon-color-border-3 {
    border: 2px solid #5b24bb !important
}
.work-process-icon-color-border-4 {
    border: 2px solid #b706d6 !important
}

/**************************************
 * 08. Project Section Style
 *************************************/
#project {
	position: relative;
}

#project .project-list {
	text-align: center;
	margin-bottom: 10px;
}

#project .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
}

#project .project-list .nav li {
	position:relative;
	float: left;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #000000;
	background-color: #f7f7fa;
	-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 12px 0px rgb(226, 231, 255); */
}

#project .project-list .nav li:after {
    content: "--";
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}
#project .project-list .nav li:before {
    content: "--";
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 10px;
}

#project .project-list .nav li:hover, #project .project-list .nav li.filter-active {
	color: #ffffff;
	background: #FFC107;
	-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%;
}
.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: rgba(255, 255, 255, 0.8);
    -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: #000;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 700;
	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;
	/* overflow: hidden; */
}

.project-item .project-img-overlay .project-content h6 {
    color: #793be8;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 0.9px;
    position: relative;
    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;
}

/**************************************
 * 09. Hire Section Style
 *************************************/

.hire-area {
}

.hire-secondary-wrapper {
    display: block;
    width: 100%;
    padding: 90px;
    background: #20222E;
}
.hire-content h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
}
.hire-btn:hover {
    color: #fff;
}

/**************************************
 * 10. Review Section Style
 *************************************/
.review-secondary-wrapper {
    padding: 70px 30px;
}
.single-testimonial {
	position: relative;
	background: #fff;
	padding: 55px 25px 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;
	margin: 60px 0px 0px;
}
.review-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;
}

.testi-content-inner .avatar {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 115px;
}
.single-testimonial .avatar img {
    border-radius: 50%;
    border: 8px solid #ffffff;
    width: 110px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(219, 237, 255, 0.38);
}

.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}
.testimonial-content h3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}
.single-testimonial .testimonial-content p {
	font-size: 15px;
	color: #000;
}

/**************************************
 * 111. Blog Section Style
 *************************************/

.blog-area {
}
.blog-secondary-wrapper {
    padding: 70px 30px;
}
.blog-area .single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
	box-shadow: 0 5px 30px rgba(218,225,232,.7);
}

.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: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.post-img .blog-tag {
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
}

.post-img .blog-tag a {
	color: #fff;
    background: #f3b600;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.blog-area .single-blog .blog-content {
	padding: 25px 20px;
}

.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	color: #555;
	margin-bottom: 5px;
	display: block;
}

.blog-area .single-blog .blog-content h5 a:hover {
	color: #ea1538;
}

.blog-area .single-blog .blog-content .blog-author-date p {
	color: #7d7d7d;
	font-size: 12px;
	letter-spacing: .7px;
	text-transform: capitalize;
	display: inline-block;
}

.blog-area .single-blog .blog-content .blog-author-date p {
	margin-right: 10px;
	position: relative;
}

.blog-area .single-blog .blog-content .blog-author-date p:after {
	content: '/';
	position: relative;
	margin-left: 10px;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child {
	margin-right: 0;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child:after {
	display: none;
}

.blog-area .single-blog .blog-content .blog-author-date {
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content .blog-more {
	margin-top: 15px;
	font-weight: 600;
	color: #fff;
	background: #ea1538;
	border: 2px solid #ea1538;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 30px;
}

.blog-area .single-blog .blog-content .blog-more:hover {
	color: #000;
	border: 2px solid #ea1538;
	background: transparent;
}

/**************************************
 * 12.Contact Section Style
 *************************************/

.contact-area  {
	position: relative;
    z-index: 1;
}
.contact-secondary-wrapper  {
	position: relative;
    z-index: 1;
	padding: 70px 30px;
}
.contact-secondary-wrapper:before  {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #f7f7fa;
    background: linear-gradient(180deg,#f7f7fa,transparent);
}
.form-area {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0px 30px 50px rgba(142, 158, 251, 0.3);
    border-radius: 10px;
}
.form-area h3 {
    font-size: 20px;
    color: #444;
    font-weight: 700;
}
.contact-info {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 30px 50px rgba(142, 158, 251, 0.3);
    border-radius: 10px;
    text-align: left;
}
.contact-info h3 {
    font-size: 20px;
    color: #444;
    font-weight: 700;
}
.contact-info ul {
    margin-bottom: 25px;
    margin-top: 35px;
}
.contact-details {

}

.contact-details i {
	font-size: 30px;
	width: 60px;
	height: 55px;
	background: #ffffff;
	line-height: 50px;
	color: #000;
	margin-bottom: 20px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 3px rgba(33, 150, 243, 0.07);
	text-align: center;
}
.contact-details h6 {
	padding-bottom: 4px;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 3px;
	margin-top: 7px;
}
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}
#contact-form .button {
    margin: 0;
}
.form-group {
    margin-bottom: 25px;
}

button, input, textarea {
    color: #505050;
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.contact-social-icon .icon {
    color: #fff;
    background: #ea1538;
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.contact-social-icon .icon:hover {
    color: #ffffff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.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;
}

/**************************************
 * 13. Map Section Style
 *************************************/
.map-secondary-wrapper {
    padding: 0px 0;
}
.map-contact #map{
    position: relative;
    width: 100%;
    height: 400px;
	border: 0;
}

/**************************************
 * 14. Footer Section Style
 *************************************/
.footer {
    padding: 70px 0;
    background: #f7f7fa;
    margin-top: 70px;
}
.border-shadow-2 {
    border: 0;
    height: 20px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    position: relative;
    background: radial-gradient(ellipse at bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
    width: 90% !important;
    margin: 0 auto;
}
.footer-colm-1 {
    padding: 0 25px;
}
.footer-logo {
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.footer-colm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-content .footer-colm-4 p a {
    color: #333;
    font-weight: 600;
}
.footer-colm-4 .footer-social-icon li a {
    color: #fff;
    background: #ea1538;
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.footer-colm-4 .footer-social-icon li a:hover {
    color: #ffffff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

ul.footer-nav li a {
    padding-bottom: 10px;
    display: block;
    color: #333;
}

.footer-colm-4 .footer-social-icon {
    margin-top: 15px;
}
.copyright-text{
	margin-top: 15px;
	font-size: 14px;
}

.copyright-text p {
    color: #333;
}
