@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        GetFund | Nonprofit, Crowdfunding & Charity HTML5 Template
Version:        1.0
Primary use:    GetFund | Nonprofit, Crowdfunding & Charity HTML5 Template
Author:         TemplateHouse
URL:            https://themeforest.net/user/TemplateHouse_net
-------------------------------------------------------------------*/
/*

****** Header Top Bar
****** Main Menu Area CSS
****** Main Banner Area CSS
****** How We Do
****** Blog List Home page
****** Client Say
****** Explore Categories
****** Footer Section
****** Discover Campaigns
****** client logo
****** Staff Picks
****** Volunteers
****** Become a Volunteer
****** donate modal
****** Slider css
****** Main Banner CSS
****** pagination css
****** Inner banner css
****** Registration and login css
****** faq
****** blog sidebar
****** blog single 
****** contact section
****** section title
****** about section
****** approach section
****** shop
****** shop single section
****** Shoping Cart Area css
****** Campaign details css
****** Create campaign


*/

/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[Table of contents]
	* Footer
* ===============================================
*/
@import "all.min.css";
@import "animate.css";
@import "bootstrap.min.css";
@import "getfund-nav.min.css";
@import "fontawesome.min.css";
@import "global.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "swiper.min.css";
@import "slick.css";
@import "slick-theme.css";
@import "responsive.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800');
/*
 * Typography.less
 * -----------------------------------------------
*/

/*---------------------------------------------
	Header Top Bar
---------------------------------------------*/
.topbar {
	background-color: #F26522;
}
.topbar .list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.topbar .list-inline li a {
	color: #fff;
	font-size: 13px;
}
.topbar .list-inline li a:hover {
	color: #a7400e;
}
.topbarul.socials-top {
	margin: 0;
	padding: 0;
}
.topbar ul.socials-top li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}
.topbar ul.socials-top li a {
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.topbar ul.socials-top li a:hover {
	background: #a7400e;
}
/*
======================================
Main Menu Area CSS
======================================
*/
.header-sticky.is-sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
a.nav-brand img {
	width:100%;
}
.main-header-area {
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 999;
	background-color: #fff;
 -o-transition: .4s;
 -ms-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 transition: .4s;
}
.main-header-area .getfund-nav-container {
	background-color: transparent;
}
.main-header-area .getfund-navbar {
	height: 90px;
	padding: .5em 0;
}
.main-header-area .getfundnav ul li a {
	color: #444444;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.main-header-area .nav-brand {
	line-height: 1;
	max-width: 190px;
}
.main-header-area .getfundnav ul {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.is-sticky .main-header-area {
	width: 100%;
	z-index: 10000 !important;
	height: 90px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.getfundnav ul li.right-side {
	margin-left: 25px;
}
.getfundnav ul li.right-side ul li {
	display: inline-block;
}
.getfundnav ul li.right-side ul li .btn {
	display: inline-block;
	padding: 4px 25px;
	height: auto;
	color: #fff;
	border-radius: 0;
}
.main-header-area .getfundnav ul li a:hover {
	color: #F26522;
}
.getfundnav ul li.right-side ul li .btn {
	border-radius: 6px;
}
.getfundnav ul li.right-side ul li .btn i {
	padding: 0 5px 0 0;
}
/* 
=========================================
Main Banner Area CSS
=========================================
*/
.main-banner {
	height: 625px;
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.main-banner::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: .77;
}
.item-bg-one {
	background-image: url(../images/main-banner3.jpg);
}
.main-banner h1 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
}
.main-banner p {
	color: #e6e6e6;
	font-weight: 300;
	font-size: 17px;
	font-weight:600;
	line-height: 28px;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.main-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-size: 60px;
}
.main-banner h2 {
	color: #F26522;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 27px;
	padding: 20px 0;
}
.inner-banner h2 {
	color: #fff;
}
.main-banner a.do_btn {
	background: #F26522;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 30px auto 0 auto;
	padding: 15px 0;
	display: block;
	max-width: 220px;
	color: #fff;
	border-radius: 5px;
}
.main-banner a.do_btn:hover {
	background: #a7400e;
}
/* 
=========================================
How We Do
=========================================
*/

.lspace {
	letter-spacing: 2px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.font-weight {
	font-weight: bold;
}
.lspace-sm {
	letter-spacing: 2px;
	padding: 12px 0;
}
.text-orange {
	color: #F26522;
}
.title-line.align-center {
	width: 34px;
	height: 2px;
	float: none;
	padding: 0px;
	margin: 0 auto 60px auto;
}
.title-line {
	width: 34px;
	height: 2px;
	float: left;
	padding: 0px;
	margin: 0 auto 60px auto;
	background-color: #161616;
}
.feature-box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.feature-box .number-1 {
	width: auto;
	height: 130px;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/767.html) center 0 no-repeat;
}
.feature-box .number-2 {
	width: auto;
	height: 130px;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/768.html) center 0 no-repeat;
}
.feature-box .number-3 {
	width: auto;
	height: 130px;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/769.html) center 0 no-repeat;
}
.feature-box .number-4 {
	width: auto;
	height: 130px;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/770.html) center 0 no-repeat;
}
.feature-box h4 {
	padding: 0 0 15px 0;
	font-size: 18px;
	letter-spacing: 1.8px;
}
.feature-box p {
	line-height: 25px;
}
/* 
=========================================
Blog List Home page
=========================================
*/

.Blog-list {
	background: #f8f9fa !important;
	clear: both;
}
.card-body h5 a {
	padding: 0 0 0 0;
	font-size: 15px;
	font-weight:600;
	letter-spacing: 1.8px;
}
a.btn-link {
	color: #222;
	font-weight: bold;
	font-size: 14px;
}
a.btn-link i {
	position: relative;
	top: 1px;
}
a.btn-link:hover {
	text-decoration: none;
	color: #F26522;
}
a.blist:hover {
	color: #F26522;
}

/* 
=========================================
Client Say
=========================================
*/

.client-section {
	width: 100%;
	text-align: center;
	float: left;
	background: url(../images/client.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.bg-opacity {
	background-color: rgba(0, 0, 0, 0.7);
}
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.client-section .style1 span {
	line-height: 24px;
	color: #aeaeae;
}
.client-section .title-line {
	background: #fff;
}
.client-section .style1 {
	padding: 0 0 40px 0;
}
/* 
=========================================
Explore Categories
=========================================
*/

.Categories {
	background: #fff;
}
.light-overlay, .dark-overlay, .gradient-overlay {
	position: relative;
	overflow: hidden;
}
.card-poster {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	border: none;
	overflow: hidden;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
	min-height: 350px;
	transition: all 0.35s ease-in-out;
}
.tile-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 30;
}
img.bg-image {
	-o-object-fit: cover;
	object-fit: cover;
}
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.light-overlay .overlay-content, .dark-overlay .overlay-content, .gradient-overlay .overlay-content {
	position: relative;
	z-index: 20;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.gradient-overlay::after {
 opacity: 1;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.65) 100%);
}
.light-overlay::after, .dark-overlay::after, .gradient-overlay::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: ' ';
 opacity: .3;
 transition: all 0.35s ease-in-out;
}
 .light-overlay:hover::after, .dark-overlay:hover::after, .gradient-overlay:hover::after {
 transition: all 0.35s ease-in-out;
 opacity: .7;
 background-color: #F26522;
}
.text-shadow {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.card-text:last-child {
	margin-bottom: 0;
}
.text-uppercase {
	text-transform: uppercase;
}
h6.card-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
/* 
=========================================
Footer Section
=========================================
*/

.payment-img {
	float: left;
}
.payment-img img {
	width: auto;
}
.site-footer .footer-top {
	padding-top: 60px;
}
.footer-top:after {
	content: '';
	display: block;
	clear: both;
}
.footer-top .copyright {
	float: left;
	color: #fff;
	line-height: 46px;
	opacity: 0.7;
}
.footer-top .footer-top-right {
	float: right;
}
.footer-top-right .follow, .footer-top-right .dropdow {
	display: inline-block;
	margin-left: 20px;
	background: #fff;
}
.footer-top-right .dropdow select {
	background-color: initial;
	padding: 0 50px 0 10px;
}
.footer-top-right .dropdow select:focus {
	outline: none;
	outline-offset: inherit;
}
.site-footer .footer-menu {
	background-color: #151b26;
	padding: 80px 0;
}
.footer-menu .Footer-nav h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: bold;
}
.footer-menu .Footer-nav li {
	list-style: none;
	margin-bottom: 12px;
	opacity: 0.5;
}
.footer-menu .Footer-nav li:hover {
	opacity: 1;
}
.footer-menu .Footer-nav li:hover a {
	color: #fff !important;
}
.footer-menu .Footer-nav li:last-child {
	margin-bottom: 0px;
}
.footer-menu .Footer-nav li a {
	color: #f5f6f6;
	font-weight: 400;
}
.site-footer .footer-menu .Footer-nav li:hover a {
	color: #00a6eb;
}
.Footer-nav.newsletter .newsletter-description {
	color: #f5f6f6;
	margin-bottom: 12px;
	opacity: 0.5;
}
#newsletterForm {
	position: relative;
	border-radius: 3px;
	height: 50px;
	margin-bottom: 40px;
}
#newsletterForm input {
	width: 100%;
	border-radius: 3px;
	height: 100%;
	padding: 0 65px 0 15px;
}
#newsletterForm input[placeholder] {
	font-style: italic;
}
#newsletterForm button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: #F26522;
	bottom: 0;
	padding: 0 18px;
	border-radius: 3px;
	cursor: pointer;
}
#newsletterForm button span {
	color: #fff;
	font-size: 16px;
}
.follow li {
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	opacity: 1 !important;
}
.follow li:last-child {
	margin-right: 0px;
}
.follow li.facebook i {
	color: #3b5998;
}
.follow li.facebook:hover {
	background-color: #3b5998;
	transition: 0.3s all;
}
.follow li.facebook:hover i, .follow li.twitter:hover i, .follow li.instagram:hover i, .follow li.google:hover i, .follow li.youtube:hover i {
	color: #fff;
}
.follow li.twitter i {
	color: #1da1f2;
}
.follow li.twitter:hover {
	background-color: #1da1f2;
	transition: 0.3s all;
}
.follow li.instagram i {
	color: #f56040;
}
.follow li.instagram:hover {
	background-color: #f56040;
	transition: 0.3s all;
}
.follow li.google i {
	color: #dd4b39;
}
.follow li.google:hover {
	background-color: #dd4b39;
	transition: 0.3s all;
}
.follow li.youtube i {
	color: #cd201f;
}
.follow li.youtube:hover {
	background-color: #cd201f;
	transition: 0.3s all;
}
.follow li i {
	font-size: 18px;
}
.site-footer .footer-copyright {
	background-color: #0b111b;
	padding: 30px 0;
}
.site-footer .footer-copyright p {
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
}
.follow ul li a {
	color: #5f5f5f !important;
}
.follow ul li a:hover i {
	color: #F26522 !important;
}
.Footer-nav p {
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #eee;
	opacity: 0.5;
}
.paymentM {
	margin: 0;
	padding:25px 0 0 0;
}
ul.footer-link li a i {
	font-size: 0px;
 transition: ease .5s;
}
ul.footer-link li a:hover i {
	font-size: 12px;
	color: #fff;
 transition: ease .5s;
}
/* 
=========================================
Discover Campaigns
=========================================
*/

.Campaigns {
	background: #f8f9fa;
}
.campaign {
	padding-top: 120px;
}
.campaign-item {
	background: #fff;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.13);
	margin: 30px 0 0 0;
}
.campaign-item a.overlay, .post a.overlay {
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	background-color: #F26522;
}
.campaign-item a.overlay *, .featured-places-item a.featured-places-image *, .post a.overlay * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.campaign-item a.overlay span, .post a.overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	color: #F26522;
	text-align: center;
}
.campaign-item a.overlay:hover span, .post a.overlay:hover span {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.campaign-item a.overlay:hover img, .post a.overlay:hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.campaign-item .campaign-box {
	padding: 16px 25px 16px 25px;
}
.campaign-box .raised {
	height: 6px;
	background-color: #ededed;
}
.campaign-box a.category {
	font-size: 12px;
	color: #555;
	margin-bottom: 8px;
	display: inline-block;
}
.campaign-box a.category:hover {
	color: #F26522;
}
.campaign-box h3 {
	margin-bottom: 15px;
	overflow: hidden;
}
.campaign-box h3 a {
	display: inline-block;
	color:#222;
}
.campaign-box .campaign-description {
	line-height: 1.7;
	margin-bottom: 13px;
	overflow: hidden;
}
.campaign-box .author-icon {
	margin-right: 10px;
}
.campaign-box .author-icon img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
}
.campaign-box .campaign-author {
	margin-bottom: 20px;
	    font-size: 13px;
}
.campaign-box .campaign-author a {
	display: inline-block;
	color: #555555;
}
.campaign-box .campaign-author a:hover {
	color: #F26522;
}
.campaign-box .process-info {
	margin-bottom: 0px;
}
.campaign-box .process-info div {
	color: #555555;
	font-size: 12px;
}
.campaign-box .process .process-info span {
	font-size: 14px;
	font-weight: 500;
	margin-right: 65px !important;
}
.campaign-box div:last-child span {
	margin-right: 0px;
}
.campaign-box .process-info div {
	color: #555555;
	font-size: 12px;
}
.process .process-info div {
	color: #fff;
	display: inline-block;
	width: auto;
}
.campaign-box .process-info {
	margin-bottom: 0px;
}
.process .process-info {
	margin: 20px 0 0 0;
}
.campaign-box .process .process-info span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 65px !important;
}
.campaign-box .process-info div {
	color: #555555;
	font-size: 12px;
}
.process .process-info span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 80px;
}
.progress {
	height: 17px;
	background: #eee;
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: visible;
	position: relative;
}
.progress .progress-bar {
	border-radius: 15px;
	box-shadow: none;
	position: relative;
	animation: animate-positive 4s;
	width: 65%;
	background: #F26522;
}
.progress .progress-value {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 28px;
	background: #fff;
	border: 7px solid #F26522;
	font-size: 10px;
	font-weight: 600;
	color: #F26522;
	position: absolute;
	top: -13px;
	right: -5px;
}
.progress.orange .progress-value {
	border: 7px solid #f7810e;
	color: #f7810e;
}
.progress.pink .progress-value {
	border: 7px solid #F26522;
	color: #f2438f;
}
.progress.green .progress-value {
	border: 7px solid #08a061;
	color: #08a061;
}
@-webkit-keyframes animate-positive {
 0% {
width: 0;
}
}
@keyframes animate-positive {
 0% {
width: 0;
}
}
/* 
=========================================
client logo
=========================================
*/


.section-less-padding {
	padding: 50px 0 50px 0;
}
.clientlogo-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.clientlogo-list li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0px;
    width: 15%;
}
.clientlogo-list li img {
	width: auto;
}
/* 
=========================================
Staff Picks
=========================================
*/

.StaffPicks .campaign-item {
	box-shadow: none;
}
.nav-tabs {
	border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
}
.nav-tabs > li > a {
	border: none;
	color: #191919;
	background: #fff;
	padding: 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-tabs > li > a.active, .nav-tabs > li > a:hover {
	border: none;
	color: #fff !important;
	background: #F26522;
}
.nav-tabs > li > a::after {
 content: "";
 position: absolute;
 width: 100%;
 left: 0px;
 bottom: -1px;
 transition: all 250ms ease 0s;
 transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
 transform: scale(1);
}
.tab-nav > li > a::after {
 background: ##5a4080 none repeat scroll 0% 0%;
 color: #fff;
}
.tab-pane {
	padding: 15px 0;
}
.tab-content {
}
.nav-tabs > li {
	text-align: center;
	    width: 12.5%;
}
.card {
	margin-bottom: 0px;
	border: none;
	background: none;
}
 @media all and (max-width:724px) {
.nav-tabs > li > a > span {

}
.nav-tabs > li > a {
 padding: 5px 5px;
}
}
/* 
=========================================
Volunteers
=========================================
*/



.Volunteers {
	background: #fff;
	clear: both;
}
.box-size {
}
.hovai-demo-box-1 {
	position: relative;
	transition: all ease 500ms;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.hovai-box-image-1 img {
	width: 100%;
	transform: scale(1);
	transition: all ease 500ms;
}
.hovai-demo-box-1:hover .hovai-box-image-1 img {
	width: 100%;
	transform: scale(1.1);
	transition: all ease 500ms;
}
.box-shadow {
	border: 1px solid #eee;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.box-shadow:hover {
	-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.Volunteers .tabel {
	display: table;
	width: 100%;
	height: 100%;
}
.Volunteers .tabel-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.hovai-box-details-1 {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	transition: all ease 500ms;
	padding: 20px;
}
.hovai-demo-box-1:hover .hovai-box-details-1 {
	top: 0;
	transition: all ease 500ms;
}
.hovai-box-details-1 h2 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.hovai-box-details-1 p {
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.border-line-1 {
	background: #F26522;
	width: 100%;
	height: 5px;
	display: block;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: -100%;
	transition: all ease 500ms;
}
.hovai-demo-box-1:hover .border-line-1 {
	left: 0%;
	transition: all ease 500ms;
}
.team-member-soical-10 i {
	width: 36px;
	height: 36px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	text-transform: capitalize;
}
.team-member-soical-10 {
	padding-top: 20px;
}
.team-member-soical-10 a {
	display: inline-block;
}
.team-member-soical-10 a:hover {
	background: #F26522;
}
/* 
=========================================
Become a Volunteer
=========================================
*/

.become-Volunteers {
	width: 100%;
	text-align: center;
	float: left;
	background: url(../images/client.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.bg-opacity {
	background-color: rgba(0, 0, 0, 0.7);
}
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.become-Volunteers .title-line {
	background-color: #dadada;
}
a.Join-us {
	color: #F26522;
	background: #fff;
	text-align: center;
	display: block;
	border-radius: 0px;
	max-width: 170px;
	margin: 6px auto 0 auto;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 3px solid #F26522;
	border-left: 3px solid #F26522;
}
a.Join-us:hover {
	color: #fff;
	background: #F26522;
}
/* 
=========================================
donate modal
=========================================
*/


form.paypal_donate_form label {
	padding: 0 15px 15px 0;
	font-weight: bold;
}
.modal-title {
	font-size: 20px;
}
.modal-footer {
	margin: 0 auto;
}
/* 
=========================================
Slider css
=========================================
*/

.main-banner {
	height: 800px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.main-banner::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 background: #0d1028;
 opacity: .70;
 width: 100%;
 height: 100%;
 z-index: -1;
}
.main-banner .container {
	position: relative;
}
.item-bg1 {
	background-image: url(../images/main-banner1.jpg);
}
.item-bg2 {
	background-image: url(../images/main-banner2.jpg);
}
.item-bg3 {
	background-image: url(../images/main-banner3.jpg);
}
.item-bg4 {
	background-image: url(../images/main-banner4.jpg);
}
.item-bg5 {
	background-image: url(../images/main-banner5.jpg);
}
.item-bg6 {
	background-image: url(../images/main-banner6.jpg);
}
.item-bg7 {
	background-image: url(../images/main-banner7.jpg);
}
.item-bg8 {
	background-image: url(../images/main-banner8.jpg);
}
.item-bg9 {
	background-image: url(../images/main-banner9.jpg);
}
.main-banner-content {
	margin-top: 50px;
}
.main-banner-content h1 {
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 0;
}
.main-banner-content h1 span {
	color: #F26522;
}
.main-banner-content p {
	font-size: 17px;
	color: #ececec;
	margin-top: 10px;
	margin-bottom: 25px;
}
.banner-image {
	position: absolute;
	right: 0;
	top: -148px;
}
.learn-more-btn {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.learn-more-btn::before {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 110%;
 z-index: -1;
 height: 2px;
 -webkit-transition: 0.5s;
 transition: 0.5s;
}
.learn-more-btn:hover, .learn-more-btn:focus {
	color: #ff5202;
}
.learn-more-btn:hover::before, .learn-more-btn:focus::before {
 left: 25px;
 width: 100%;
}
.home-banner-two .main-banner {
	height: 950px;
}
.home-banner-two .main-banner .main-banner-content {
	margin-top: -160px;
}
.home-banner-two .main-banner::before {
 opacity: .88;
}
.home-banner-two.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 9%;
	top: 50%;
	margin-top: -120px;
}
.home-banner-three .main-banner {
	height: 670px;
}
.home-banner-three .main-banner .main-banner-content {
	margin-top: 0;
}
.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 0;
	top: auto;
	margin-top: 0;
	left: 0;
	bottom: 25px;
}
.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
	display: inline-block;
}
.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
	margin: 0 4px;
}
.home-banner-four .main-banner {
	height: 700px;
}
.home-banner-four .main-banner::before {
 background: #ffffff;
}
.home-banner-four .main-banner .main-banner-content {
	margin-top: 0;
}
.home-banner-four .main-banner .main-banner-content h1 {
	color: #0d1028;
}
.home-banner-four .main-banner .main-banner-content p {
	color: #0d1028;
	font-weight: bold;
	    padding: 20px 0;
}
.home-banner-four .main-banner .main-banner-content .learn-more-btn {
	color: #fff;
}
.home-banner-four .main-banner .main-banner-content .learn-more-btn:hover, .home-banner-four .main-banner .main-banner-content .learn-more-btn:focus {
	color: #fff;
}
.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
	border: 1px solid #828893;
}
.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
 background: #828893;
}
.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
	border-color: #ff5202;
}
.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
 background: #ff5202;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 8%;
	top: 50%;
	margin-top: -30px;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
	display: block;
	outline: 0 !important;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 4px 0;
	outline: 0 !important;
	background: transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
	position: relative;
	padding: 0;
	text-align: center;
	border: 1px solid #ffffff;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 background: #ffffff;
 -webkit-transition: 0.5s;
 transition: 0.5s;
 width: 8px;
 height: 8px;
 top: 3px;
 border-radius: 50%;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
	border-color: #ff5202;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
 background: #ff5202;
}
.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 8%;
	top: 50%;
	margin-top: -30px;
}
.home-slides .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.home-slides .owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 14px;
 margin: 5px;
 padding: 25px 15px !important;
 background: #F26522 !important;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
.home-slides .owl-nav .owl-prev {
	padding: 25px 15px !important;
	background: #F26522 !important;
	position: absolute;
	left: 0;
}
.home-slides .owl-nav .owl-next {
	padding: 25px 15px !important;
	background: #F26522 !important;
	position: absolute;
	right: 0;
}
/*================================================
Main Banner CSS
=================================================*/
.main-banner {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	height: 700px;
}
.hero-content {
	margin-top: 35px;
	text-align: left;
}
.hero-content h1 {
	font-size: 65px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff !important;
}
.hero-content p {
	margin-bottom: 25px;
	margin-top: 25px;
}
.hero-content ul {
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none;
}
.hero-content ul li {
	display: inline-block;
	margin-right: 3px;
}
.hero-content ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 50%;
}
.hero-content ul li a.facebook {
	border-color: #4267b2;
	color: #4267b2;
}
.hero-content ul li a.facebook:hover {
	background: #4267b2;
	border-color: #4267b2;
}
.hero-content ul li a.twitter {
	border-color: #38A1F3;
	color: #38A1F3;
}
.hero-content ul li a.twitter:hover {
	background: #38A1F3;
	border-color: #38A1F3;
}
.hero-content ul li a.behance {
	border-color: #053eff;
	color: #053eff;
}
.hero-content ul li a.behance:hover {
	background: #053eff;
	border-color: #053eff;
}
.hero-content ul li a.dribbble {
	border-color: #ea4c89;
	color: #ea4c89;
}
.hero-content ul li a.dribbble:hover {
	background: #ea4c89;
	border-color: #ea4c89;
}
.hero-content ul li a.pinterest {
	border-color: #c8232c;
	color: #c8232c;
}
.hero-content ul li a.pinterest:hover {
	background: #c8232c;
	border-color: #c8232c;
}
.hero-content ul li a:hover {
	color: #ffffff;
	background: #38d16a;
	border-color: #38d16a;
}
.banner-image {
	text-align: right;
}
.banner-image img {
	position: relative;
	top: 74px;
	right: 0;
}
.banner-social-buttons {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.banner-social-buttons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.banner-social-buttons ul li {
	display: inline-block;
	margin-right: 20px;
}
.banner-social-buttons ul li:last-child {
	margin-right: 0;
}
.banner-social-buttons ul li a {
	color: #6084a4;
}
.banner-social-buttons ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #6084a4;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	border-radius: 50%;
}
.banner-social-buttons ul li a:hover {
	color: #fff;
}
#scroll-down {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-top: 50px;
	display: block;
	text-align: center;
}
#scroll-down .arrow-down {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 20px;
}
#scroll-down .arrow-down::after {
 content: '';
 display: block;
 margin: 0;
 padding: 0;
 width: 8px;
 height: 8px;
 border-top: 2px solid #38d16a;
 border-right: 2px solid #38d16a;
 behavior: url(https://envytheme.com/);
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
#scroll-down .arrow-down::before {
 -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
 animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -2px;
 width: 2px;
 height: 58px;
 background: #38d16a;
 content: ' ';
}
#scroll-down #scroll-title {
	display: block;
	color: #F54EA2;
	font-weight: 500;
	text-transform: capitalize;
}
 @-webkit-keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
 @keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
.startup-agency-home .main-banner::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 background: #ffffff;
 width: 100%;
 height: 100%;
 opacity: .88;
 z-index: -1;
}
.startup-agency-home .main-banner::after {
 position: absolute;
 z-index: -2;
 content: '';
 width: 100%;
 height: 100%;
 background-image: url(../images/dot.png);
 left: 0;
 top: 0;
}
.startup-agency-home .main-banner .hero-content {
	position: relative;
	margin-left: 0;
	margin-top: 0;
}
.startup-agency-home .main-banner .hero-content h1 {
	margin-bottom: 35px;
	color: #222 !important;
}
.freelancer-portfolio-home .banner-image {
	text-align: left;
}
.freelancer-portfolio-home .banner-image img {
	top: 33px;
	left: 0;
}
.freelancer-portfolio-home .hero-content h1 {
	text-transform: uppercase;
}
.freelancer-portfolio-home .circle-shape1 {
	right: auto;
	left: 15%;
	bottom: 20%;
}
.freelancer-portfolio-home .circle-shape2 {
	left: 8%;
	right: auto;
}
.freelancer-portfolio-home .circle-shape3 {
	right: auto;
	left: 13%;
}
.freelancer-portfolio-home .shape4 {
	left: 50%;
	top: 17%;
}
.freelancer-portfolio-home .shape8 {
	left: 70%;
}
.freelancer-portfolio-home .shape9 {
	left: 54%;
}
.agency-portfolio-home .main-banner {
	height: 100%;
	padding-top: 250px;
	padding-bottom: 190px;
}
.agency-portfolio-home .main-banner .hero-content {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}
.agency-portfolio-home .main-banner .hero-content h1 {
	font-size: 75px;
}
/* creative-blog-home */
.item-bg1 {
	background-image: url(../images/main-bg-1.jpg);
}
.item-bg2 {
	background-image: url(../images/main-bg-2.jpg);
}
.item-bg3 {
	background-image: url(../images/main-bg-3.jpg);
}
.item-bg4 {
	background-image: url(../images/main-bg-4.jpg);
}
.item-bg5 {
	background-image: url(../images/main-bg-5.jpg);
}
.item-bg6 {
	background-image: url(../images/main-bg-6.jpg);
}
.shape1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.shape2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.shape3 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.shape4 {
	position: absolute;
	left: 34%;
	top: 20%;
	width: 60px;
	-webkit-animation: movebounce 4s linear infinite;
	animation: movebounce 4s linear infinite;
	z-index: -1;
}
.shape5 {
	position: absolute;
	right: 14%;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
	z-index: -1;
	top: 18%;
}
.shape6 {
	position: absolute;
	left: 3%;
	top: 50%;
	z-index: -1;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}
.shape7 {
	position: absolute;
	z-index: -1;
	right: 7%;
	top: 34%;
	-webkit-animation: moveleftbounce 3s linear infinite;
	animation: moveleftbounce 3s linear infinite;
}
.shape8 {
	position: absolute;
	bottom: 4%;
	left: 30%;
	z-index: -1;
	-webkit-animation: movebounce 3s linear infinite;
	animation: movebounce 3s linear infinite;
}
.shape9 {
	position: absolute;
	bottom: 10%;
	left: 15%;
	z-index: -1;
}
.shape10 {
	position: absolute;
	bottom: 7%;
	right: 4%;
	z-index: -1;
}
.circle-shape1 {
	position: absolute;
	bottom: 25%;
	right: 16%;
	z-index: -1;
	-webkit-animation: movebounce 3s linear infinite;
	animation: movebounce 3s linear infinite;
}
.circle-shape2 {
	position: absolute;
	right: 13%;
	bottom: 0;
	z-index: -1;
	-webkit-animation: moveleftbounce 3s linear infinite;
	animation: moveleftbounce 3s linear infinite;
}
.circle-shape3 {
	z-index: -1;
	position: absolute;
	right: 7%;
	bottom: 0;
	-webkit-animation: moveleftbounce 3s linear infinite;
	animation: moveleftbounce 3s linear infinite;
}
 @-webkit-keyframes movebounce {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
}
 @keyframes movebounce {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
}
 @-webkit-keyframes moveleftbounce {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 50% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
}
 @keyframes moveleftbounce {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 50% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
}
.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
 @-webkit-keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
 @keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
 @-webkit-keyframes rotate3d {
 0% {
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
 @keyframes rotate3d {
 0% {
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
.banner-image3 {
	position: absolute;
	right: 0;
	top: -300px;
}
/* 
=========================================
pagination css
=========================================
*/



ul.pagination {
	margin: 30px 0 0 0;
	padding: 0;
}
ul.pagination li {
	margin: 0;
	padding: 0;
}
ul.pagination li a {
	padding: 12px 20px;
	color: #a7400e;
}
/* 
=========================================
Inner banner css
=========================================
*/

.inner-banner {
	height: 230px;
}
.campaign-box4 .process .process-info span {
	margin-right: 44px !important;
}
/* 
=========================================
Registration and login css
=========================================
*/

.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* ------------------------------------ */
.flex-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}
.flex-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
.flex-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.flex-sa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.flex-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
/* ------------------------------------ */
.flex-t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.flex-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flex-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.flex-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
}
/* ------------------------------------ */
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.flex-row-rev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.flex-col-rev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/* ------------------------------------ */
.flex-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.flex-c-t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.flex-c-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flex-c-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
}
.flex-l-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}
.flex-r-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.flex-sa-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}
.flex-sb-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
/* ------------------------------------ */
.flex-col-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.flex-col-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flex-col-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.flex-col-l-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}
.flex-col-r-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}
.flex-col-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.flex-col-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
}
.flex-col-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
/* ------------------------------------ */
.flex-col-rev-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.flex-col-rev-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flex-col-rev-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: center;
	align-items: center;
}
.flex-col-rev-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: stretch;
	align-items: stretch;
}
/*[ Absolute ]
-----------------------------------------------------------
*/
.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ab-c-t {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ab-c-b {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ab-l-m {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab-r-m {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab-t-l {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ab-t-r {
	position: absolute;
	right: 0px;
	top: 0px;
}
.ab-b-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ab-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-family: Poppins-Regular;
	font-size: 13px;
	line-height: 1.5;
	color: #999999;
}
.txt2 {
	font-family: Poppins-Regular;
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
	    background: #f8f9fa;
}
.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.wrap-login100 {
	width: 960px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px;
}
/*------------------------------------------------------------------
[  ]*/
.login100-pic {
	width: 316px;
}
.login100-pic img {
	max-width: 100%;
}
/*------------------------------------------------------------------
[  ]*/
.login100-form {
	width: 380px;
}
.login100-form-title {
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 54px;
}
/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}
.input100 {
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	display: block;
	width: 100%;
	background: #e6e6e6;
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 68px !important;
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(87, 184, 70, 0.8);
}
.input100:focus + .focus-input100 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}
 @-webkit-keyframes anim-shadow {
 to {
 box-shadow: 0px 0px 70px 25px;
 opacity: 0;
}
}
 @keyframes anim-shadow {
 to {
 box-shadow: 0px 0px 70px 25px;
 opacity: 0;
}
}
.symbol-input100 {
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	pointer-events: none;
	color: #666666;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.input100:focus + .focus-input100 + .symbol-input100 {
	color: #a7400e;
	padding-left: 28px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.login100-form-btn {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background: #a7400e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login100-form-btn:hover {
	background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
.wrap-login100 {
 padding: 177px 90px 33px 85px;
}
.login100-pic {
 width: 35%;
}
.login100-form {
 width: 50%;
}
}
 @media (max-width: 768px) {
.wrap-login100 {
 padding: 100px 80px 33px 80px;
}
.login100-pic {
 display: none;
}
.login100-form {
 width: 100%;
}
}
 @media (max-width: 576px) {
.wrap-login100 {
 padding: 100px 15px 33px 15px;
}
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}
.alert-validate::before {
 content: attr(data-validate);
 position: absolute;
 max-width: 70%;
 background-color: white;
 border: 1px solid #c80000;
 border-radius: 13px;
 padding: 4px 25px 4px 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 8px;
 pointer-events: none;
 color: #c80000;
 font-size: 13px;
 line-height: 1.4;
 text-align: left;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 -o-transition: opacity 0.4s;
 -moz-transition: opacity 0.4s;
 transition: opacity 0.4s;
}
.alert-validate::after {
 content: "\f06a";
 font-family: FontAwesome;
 display: block;
 position: absolute;
 color: #c80000;
 font-size: 15px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 13px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
 @media (max-width: 992px) {
.alert-validate::before {
 visibility: visible;
 opacity: 1;
}
}
.p-t-136 {
	margin: 18px 0 0 0;
}
/* 
=========================================
faq
========================================= */

.faq-nav {
	flex-direction: column;
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq .tab-pane {
	padding: 0;
}
.faq-nav .nav-link {
	position: relative;
	display: block;
	margin: 0;
	padding: 13px 16px;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #616161;
 transition: background-color .2s ease;
}
.faq-nav .nav-link:hover {
	background-color: #f6f6f6;
}
.faq-nav .nav-link.active {
	background-color: #F26522;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.87);
}
.faq-nav .nav-link:last-of-type {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
}
.faq .tab-content {
	box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq .tab-content .card {
	border-radius: 0;
}
.faq .tab-content .card-header {
	padding: 15px 16px;
	border-radius: 0;
	background-color: #f6f6f6;
}
.faq .tab-content .card-header h5 {
	margin: 0;
}
.faq .tab-content .card-header h5 button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	white-space: normal;
}
.faq .tab-content .card-header h5 button:hover, .faq .tab-content .card-header h5 button:focus, .faq .tab-content .card-header h5 button:active, .faq .tab-content .card-header h5 button:hover:active {
	text-decoration: none;
}
.faq .tab-content .card-body p {
	color: #616161;
}
.faq .tab-content .card-body p:last-of-type {
	margin: 0;
}
.faq .accordion > .card:not(:first-child) {
 border-top: 0;
}
.faq .collapse.show .card-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
/*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}
 @media screen and (min-width: 1200px) {
.blog-sidebar {
 padding-left: 10px;
}
}
 @media (max-width: 991px) {
.blog-sidebar {
 margin-top: 80px;
}
}
 @media (max-width: 767px) {
.blog-sidebar {
 margin-top: 60px;
}
}
.blog-sidebar .widget {
	-webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
	padding: 35px 25px;
}
.blog-sidebar .widget h3 {
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 1.3em;
	padding-bottom: 0.5em;
	position: relative;
	text-transform: capitalize;
}
.blog-sidebar > .widget + .widget {
	margin-top: 25px;
}
.blog-sidebar .search-widget form div {
	position: relative;
}
.blog-sidebar .search-widget input {
	background-color: #f8f8f8;
	height: 50px;
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
	background-color: rgba(148, 219, 64, 0.1);
}
.blog-sidebar .search-widget form button {
	background: transparent;
	font-size: 20px;
	font-size: 1.25rem;
	color: #F26522;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-sidebar .category-widget ul {
	list-style: none;
}
.blog-sidebar .category-widget ul li {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-left: 20px;
	position: relative;
}
 @media (max-width: 767px) {
.blog-sidebar .category-widget ul li {
 font-size: 14px;
 font-size: 0.875rem;
}
}
.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0;
}
.blog-sidebar .category-widget ul li:before {
	content: "";
	background: #797979;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 7px;
}
.blog-sidebar .category-widget ul li:hover:before {
	background: #F26522;
}
.blog-sidebar .category-widget ul > li + li {
	margin-top: 15px;
}
.blog-sidebar .category-widget ul a {
	display: block;
	color: #666;
}
.blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover:before {
	color: #F26522;
}
.blog-sidebar .recent-post-widget .post {
	overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f1f1f1;
}
.blog-sidebar .recent-post-widget .post .img-holder {
	width: 70px;
	float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
	border-radius: 50%;
}
.blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 70px);
	float: left;
	padding-left: 25px;
}
.blog-sidebar .recent-post-widget .post h4 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0.2em;
}
 @media (max-width: 1199px) {
.blog-sidebar .recent-post-widget .post h4 {
 margin: 0;
}
}
.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #333;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
	color: #F26522;
}
.blog-sidebar .recent-post-widget .post .details .date {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #8e9696;
}
.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none;
}
.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
	background: #f3f3f3;
	font-size: 13px;
	font-size: 0.8125rem;
	display: inline-block;
	padding: 5px 14px;
	color: #8e9696;
	border-radius: 0;
}
.blog-sidebar .tag-widget ul li a:hover {
	background: #F26522;
	color: #fff;
}
/*--------------------------------------------------------------
blog-single-section
--------------------------------------------------------------*/

.blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}
 @media (max-width: 767px) {
.blog-single-section .entry-meta {
 margin: 25px 0;
}
}
.blog-single-section .entry-meta li {
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
}
 @media (max-width: 767px) {
.blog-single-section .entry-meta li {
 font-size: 13px;
 font-size: 0.8125rem;
}
}
 @media (max-width: 767px) {
.blog-single-section .entry-meta li {
 float: none;
}
}
.blog-single-section .entry-meta li i {

	display: inline-block;
	padding-right: 7px;
}
.blog-single-section .entry-meta > li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}
 @media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
 margin-left: 13px;
 padding-left: 13px;
}
}
 @media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
 margin: 3px 0 0;
 padding: 3px 0 0;
}
}
.blog-single-section .entry-meta li a {
	color: #797979;
}
.blog-single-section .entry-meta li a:hover {
	color: #F26522;
}
.blog-single-section .entry-meta > li:last-child i {
	position: relative;
	top: 2px;
}
.blog-single-section .post h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	margin: -0.22em 0 0.7em;
	line-height: 1.3em;
}
 @media (max-width: 991px) {
.blog-single-section .post h2 {
 font-size: 28px;
 font-size: 1.75rem;
}
}
 @media (max-width: 767px) {
.blog-single-section .post h2 {
 font-size: 25px;
 font-size: 1.5625rem;
}
}
.blog-single-section .post p {
	font-size: 15px;
	font-size: 1rem;
	margin-bottom: 1.5em;
	line-height: 26px;
}
 @media (max-width: 991px) {
.blog-single-section .post p {
 font-size: 15px;
 font-size: 0.9375rem;
}
}
.blog-single-section .post h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3em;
	margin: 1.8em 0 1em;
}
 @media (max-width: 991px) {
.blog-single-section .post h3 {
 font-size: 22px;
 font-size: 1.375rem;
}
}
 @media (max-width: 767px) {
.blog-single-section .post h3 {
 font-size: 20px;
 font-size: 1.25rem;
}
}
.blog-single-section .post blockquote {
	background-color: #F26522;
	color: #fff;
	line-height: 1.6em;
	padding: 120px 45px 65px;
	margin-top: 60px;
	border: 0;
	position: relative;
}
 @media (max-width: 767px) {
.blog-single-section .post blockquote {
 padding: 55px 25px;
}
}
.blog-single-section .post blockquote:before {
	content: "";
	background: url("../images/quote-2.png") center center/auto no-repeat local;
	width: 62px;
	height: 44px;
	position: absolute;
	left: 45px;
	top: 40px;
}
 @media (max-width: 767px) {
.blog-single-section .post blockquote:before {
 display: none;
}
}
.blog-single-section .post blockquote .quoter {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	margin-top: 15px;
}
.blog-single-section .tag-share {
	border: 1px solid #f1f1f1;
	padding: 25px 25px 35px;
	margin: 55px 0 0;
	color: #333;
	font-weight: 500;
	-webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
.blog-single-section .tag-share ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.blog-single-section .tag-share ul li {
	float: left;
}
 @media (max-width: 767px) {
.blog-single-section .tag-share ul li {
 margin: 2px;
}
}
.blog-single-section .tag-share ul > li + li {
	margin-left: 10px;
}
 @media (max-width: 767px) {
.blog-single-section .tag-share ul > li + li {
 margin: 2px;
}
}
.blog-single-section .tag-share .tag ul {
	list-style: none;
	position: relative;
	top: 8px;
	left: 8px;
}
.blog-single-section .tag-share .tag a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	color: #627381;
	display: block;
}
 @media (max-width: 767px) {
.blog-single-section .tag-share .tag a {
 font-size: 13px;
 font-size: 0.8125rem;
}
}
.blog-single-section .tag-share .tag a:hover {
	color: #F26522;
}
.blog-single-section .tag-share .share {
	margin-top: 15px;
}
.blog-single-section .tag-share .share ul {
	position: relative;
	top: 15px;
	left: 8px;
}
.blog-single-section .tag-share .share ul > li + li {
	margin-left: 10px;
}
 @media (max-width: 767px) {
.blog-single-section .tag-share .share ul > li + li {
 margin-left: 8px;
}
}
 @media (max-width: 767px) {
.blog-single-section .tag-share .share ul > li {
 margin: 5px;
}
}
.blog-single-section .tag-share .share a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eae6e6;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	color: #627381;
}
 @media (max-width: 767px) {
.blog-single-section .tag-share .share a {
 font-size: 13px;
 font-size: 0.8125rem;
}
}
.blog-single-section .tag-share .share a:hover {
	background: #F26522;
	border-color: #F26522;
	color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
	color: #3c5ba4;
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
 color: #47a0d9;
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
 color: #0073b1;
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
 color: #933f94;
}
.blog-single-section .author-box {
	padding: 35px 40px 25px;
	margin: 25px 0;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
 @media (max-width: 991px) {
.blog-single-section .author-box {
 padding: 35px 40px;
}
}
 @media (max-width: 767px) {
.blog-single-section .author-box {
 padding: 25px;
}
}
.blog-single-section .author-box .author-avatar {
	float: left;
}
 @media (max-width: 767px) {
.blog-single-section .author-box .author-avatar {
 float: none;
}
}
.blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px;
}
 @media (max-width: 767px) {
.blog-single-section .author-box .author-content {
 padding: 0;
 margin: 15px 0 0 0;
}
}
.blog-single-section .author-box .author-content p {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #949494;
	margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
}
.blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none;
}
.blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 15px;
}
.blog-single-section .author-box .social-link a {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #333;
}
.blog-single-section .author-box .social-link a:hover {
	color: #F26522;
}
.blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
.blog-single-section .more-posts > div {
	width: 50%;
	float: left;
}
.blog-single-section .more-posts > div > a {
	display: inline-block;
}
.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
	font-size: 18px;
	font-size: 1.125rem;
	color: #939ba2;
	padding: 30px;
}
 @media (max-width: 767px) {
.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
 padding: 20px;
 font-size: 16px;
 font-size: 1rem;
}
}
 @media (max-width: 450px) {
.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
 font-size: 14px;
 font-size: 0.875rem;
}
}
.blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
	position: relative;
	top: 2px;
}
 @media (max-width: 450px) {
.blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
 display: none;
}
}
.blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #e8e8e8;
}
.blog-single-section .more-posts .previous-post > a > span, .blog-single-section .more-posts .next-post > a > span {
	display: block;
}
.blog-single-section .more-posts .post-control-link {
	color: #939ba2;
	font-weight: 500;
}
.blog-single-section .more-posts .next-post i {
	left: 2px;
}
.blog-single-section .more-posts a:hover .post-control-link {
	color: #F26522;
}
.blog-single-section .comments-area {
	margin-top: 70px;
}
.blog-single-section .comments-area .comments {
	-webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
	border-bottom: 0;
}
.blog-single-section .comments-area li > div {
	border-bottom: 1px solid #f1f1f1;
	padding: 35px;
}
 @media (max-width: 991px) {
.blog-single-section .comments-area li > div {
 padding: 35px 25px;
}
}
.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0;
}
.blog-single-section .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
	border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	margin: 0 0 1.5em;
}
 @media (max-width: 991px) {
.blog-single-section .comments-area .comments-title {
 font-size: 20px;
 font-size: 1.25rem;
}
}
.blog-single-section .comments-area li > div {
	position: relative;
}
.blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 35px;
}
 @media (max-width: 767px) {
.blog-single-section .comments-area .comment-theme {
 position: static;
}
}
.blog-single-section .comments-area .comment-main-area {
	padding-left: 100px;
}
 @media (max-width: 767px) {
.blog-single-section .comments-area .comment-main-area {
 padding-left: 0;
 margin-top: 25px;
}
}
.blog-single-section .comments-area .comment-main-area p {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
	font-weight: normal;
	color: #949494;
	text-transform: none;
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	font-size: 0.875rem;
}
 @media (max-width: 767px) {
.blog-single-section .comments-area .comments-meta h4 span {
 padding-left: 0;
}
}
.blog-single-section .comments-area .comment-reply-link {
	background: #F26522;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 4px 14px;
	display: inline-block;
}
.blog-single-section .comments-area .comment-reply-link:hover {
	background-color: #F26522;
}
.blog-single-section .comment-respond {
	margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 1.5em;
}
 @media (max-width: 991px) {
.blog-single-section .comment-respond .comment-reply-title {
 font-size: 20px;
 font-size: 1.25rem;
}
}
.blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
	background-color: #fdfdfd;
	width: 100%;
	height: 50px;
	border: 2px solid #f1f1f1;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 15px;
	font-size: 0.9375rem;
}
.blog-single-section .comment-respond form input:focus, .blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #F26522;
}
 @media (max-width: 991px) {
.blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
 height: 40px;
}
}
.blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px;
}
 @media (max-width: 991px) {
.blog-single-section .comment-respond form textarea {
 height: 150px;
}
}
.blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
 width: 49%;
 float: left;
}
 @media (max-width: 767px) {
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
 width: 100%;
 float: none;
}
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
 width: 49%;
 float: right;
}
 @media (max-width: 767px) {
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
 width: 100%;
 float: none;
}
}
.blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #F26522;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	text-transform: uppercase;
}
.blog-single-section .comment-respond .form-submit input:hover {
	background-color: #313131;
}
 @media screen and (min-width: 1200px) {
.blog-single-left-sidebar-section .blog-sidebar {
 padding-right: 45px;
 padding-left: 0;
}
}
/*--------------------------------------------------------------
contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
	padding-bottom: 35px;
}
 @media (max-width: 991px) {
.contact-pg-section {
 padding-bottom: 15px;
}
}
.contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
	background: #fdfdfd;
	width: 100%;
	height: 53px;
	border: 2px solid #f1f1f1;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
 @media (max-width: 991px) {
.contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
 height: 45px;
}
}
.contact-pg-section form input:focus, .contact-pg-section form select:focus, .contact-pg-section form textarea:focus {
	border-color: #F26522;
}
.contact-pg-section form textarea {
	height: 180px;
}
.contact-pg-section form {
	margin: 0 -15px;
	overflow: hidden;
}
 .contact-pg-section form ::-webkit-input-placeholder {
 font-style: 15px;
 font-style: normal;
 color: #9d9c9c;
}
 .contact-pg-section form :-moz-placeholder {
 font-style: 15px;
 font-style: normal;
 color: #9d9c9c;
}
 .contact-pg-section form ::-moz-placeholder {
 font-style: 15px;
 font-style: normal;
 color: #9d9c9c;
}
 .contact-pg-section form :-ms-input-placeholder {
 font-style: 15px;
 font-style: normal;
 color: #9d9c9c;
}
.contact-pg-section form select {
	display: inline-block;
	color: #a9a9a9;
	cursor: pointer;
	opacity: 1;
	padding: 6px 12px;
	font-size: 15px;
	font-size: 0.9375rem;
}
.contact-pg-section form > div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 30px;
}
 @media (max-width: 600px) {
.contact-pg-section form > div {
 width: calc(100% - 30px);
 float: none;
}
}
.contact-pg-section form .fullwidth {
	width: calc(100% - 30px);
	float: none;
	clear: both;
}
.contact-pg-section .contact-info {
	padding: 40px 25px;
	-webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
}
 @media (max-width: 991px) {
.contact-pg-section .contact-info {
 margin-top: 50px;
}
}
.contact-pg-section .contact-info > div {
	position: relative;
	padding-left: 70px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.contact-pg-section .contact-info > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-pg-section .contact-info .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #F26522;
	border-radius: 50%;
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	left: 0;
	top: -1px;
}
.contact-pg-section .contact-info h5 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 0.3em;
	padding-top: 0.2em;
}
.contact-pg-section .contact-info p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
}
.contact-map-section .contact-map {
	height: 450px;
}
.contact-map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}
/*------------------------------------
	section title
-------------------------------------*/
.section-title {
	margin-bottom: 35px;
}
 @media (max-width: 767px) {
.section-title {
 margin-bottom: 25px;
}
}
.section-title > span {
	font-size: 25px;
	font-size: 1.5625rem;
	color: #F26522;
}
 @media (max-width: 991px) {
.section-title > span {
 font-size: 22px;
 font-size: 1.375rem;
}
}
.section-title h2 {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0;
}
 @media (max-width: 991px) {
.section-title h2 {
 font-size: 32px;
 font-size: 2rem;
}
}
 @media (max-width: 767px) {
.section-title h2 {
 font-size: 28px;
 font-size: 1.75rem;
}
}
.section-title-s2, .section-title-s3, .section-title-s4 {
	text-align: center;
	margin-bottom: 35px;
}
 @media (max-width: 767px) {
.section-title-s2, .section-title-s3, .section-title-s4 {
 margin-bottom: 25px;
}
}
.section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
	font-size: 25px;
	font-size: 1.5625rem;
	color: #F26522;
	display: inline-block;
	margin-top: -0.28em;
	text-transform: capitalize;
}
 @media (max-width: 991px) {
.section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
 font-size: 22px;
 font-size: 1.375rem;
}
}
.section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: bold;
	margin: 0 0 0.29em;
	text-transform: capitalize;
}
 @media (max-width: 991px) {
.section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
 font-size: 35px;
 font-size: 2.1875rem;
}
}
 @media (max-width: 767px) {
.section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
 font-size: 30px;
 font-size: 1.875rem;
}
}
.section-title-s2 p, .section-title-s3 p, .section-title-s4 p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	margin: 0;
}
 @media (max-width: 991px) {
.section-title-s2 p, .section-title-s3 p, .section-title-s4 p {
 font-size: 15px;
 font-size: 0.9375rem;
}
}
.section-title-s3 {
	margin-bottom: 48px;
}
 @media (max-width: 767px) {
.section-title-s3 {
 margin-bottom: 40px;
}
}
.section-title-s3 h2 {
	margin: -0.1em 0 0.2em;
}
.section-title-s4 {
	text-align: left;
}
.theme-btn-s4 {
	background-color: #F26522;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 0 25px;
	border: 0;
	outline: 0;
}



/*--------------------------------------------------------------
about-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
.about-section .section-title {
 padding-top: 55px;
}
}
.about-section .about-text p {
	margin-bottom: 3em;
}
.about-section .about-pic-area {
	text-align: right;
	position: relative;
}
 @media (max-width: 991px) {
.about-section .about-pic-area {
 text-align: left;
 max-width: 500px;
 margin-top: 80px;
}
}
 @media (max-width: 767px) {
.about-section .about-pic-area {
 margin-top: 70px;
}
}
.about-section .about-pic-area:before {
	content: "";
	background: url("../images/dots.png") center center/cover no-repeat local;
	width: 480px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.about-section .about-pic-area img {
	position: relative;
	margin-right: 90px;
	margin-top: 40px;
}
 @media (max-width: 1199px) {
.about-section .about-pic-area img {
 margin-right: 0;
}
}
.about-section .about-pic-area .box {
	background: #fff;
	width: 143px;
	height: 143px;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	left: -60px;
	top: 45%;
	z-index: 1;
	-webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
}
 @media (max-width: 1199px) {
.about-section .about-pic-area .box {
 left: 0;
}
}
 @media (max-width: 991px) {
.about-section .about-pic-area .box {
 left: 30%;
}
}
.about-section .about-pic-area .box a {
	font-size: 16px;
	font-size: 1rem;
	color: #333;
}
.about-section .about-pic-area a span {
	display: block;
}
.about-section .about-pic-area .fi:before {
	font-size: 55px;
	font-size: 3.4375rem;
	color: #F26522;
}
.about-section blockquote {
	font-size: 24px;
	font-size: 1.5rem;
	color: #333;
	padding: 0;
	border: 0;
	position: relative;
	top: -15px;
}
 @media (max-width: 767px) {
.about-section blockquote {
 font-size: 20px;
 font-size: 1.25rem;
}
}
.about-section .quoter h5 {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 0.5em;
}
.about-section .quoter h5 + span {
	font-size: 14px;
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
approach section
--------------------------------------------------------------*/
.approach-section .img-holder {
	max-width: 370px;
	-webkit-box-shadow: 0px 3px 41.65px 7.35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 41.65px 7.35px rgba(0, 0, 0, 0.15);
}
 @media screen and (min-width: 1200px) {
.approach-section .details {
 padding-left: 50px;
}
}
 @media (max-width: 991px) {
.approach-section .details {
 margin-top: 60px;
}
}
.approach-section .details h2 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 0.6em;
}
 @media (max-width: 991px) {
.approach-section .details h2 {
 font-size: 35px;
 font-size: 2.1875rem;
}
}
 @media (max-width: 767px) {
.approach-section .details h2 {
 font-size: 30px;
 font-size: 1.875rem;
}
}
.approach-section .details h2 + p {
	font-size: 24px;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.5em;
	margin: 0 0 0.8em;
}
 @media (max-width: 991px) {
.approach-section .details h2 + p {
 font-size: 22px;
 font-size: 1.375rem;
}
}
 @media (max-width: 767px) {
.approach-section .details h2 + p {
 font-size: 20px;
 font-size: 1.25rem;
}
}
.approach-section .theme-btn-s2, .approach-section .theme-btn-s3 {
	margin-top: 2em;
}
.testimonial-section {
	background: #f7f4f0;
	padding: 110px 0 0;
}
.testimonial-section .img-holder {
	position: relative;
}
.testimonial-section .img-holder img {
	position: relative;
	z-index: 2;
}
.testimonial-section .img-holder:before {
	font-family: Flaticon;
	content: "\f118";
	font-size: 400px;
	font-size: 25rem;
	color: #eeece9;
	position: absolute;
	right: -100px;
	top: 0;
}
 @media (max-width: 991px) {
.testimonial-section .img-holder:before {
 font-size: 300px;
 font-size: 18.75rem;
 right: 0;
}
}
.testimonial-section .details {
	padding-top: 60px;
}
 @media (max-width: 1199px) {
.testimonial-section .details {
 padding: 0;
}
}
 @media (max-width: 991px) {
.testimonial-section .details {
 padding: 60px 0;
}
}
.testimonial-section p {
	font-size: 18px;
	margin: 0 0 1em;
}
 @media (max-width: 991px) {
.testimonial-section p {
 font-size: 22px;
 font-size: 1.375rem;
}
}
.testimonial-section h4 {
	font-size: 15px;
	font-size: 0.9375rem;
}
.testimonial-section h4 + span {
	font-size: 14px;
	font-size: 0.875rem;
	color: #F26522;
}
.testimonial-section .owl-controls {
	text-align: left;
	margin-top: 35px;
}
.testimonial-section .owl-controls .owl-dots > .owl-dot:first-child span {
	margin-left: 0;
	padding-left: 0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #F26522;
}
.testimonial-section-s2 {
	background: #f7f4f0;
	padding-bottom: 80px;
}
 @media (max-width: 991px) {
.testimonial-section-s2 {
 padding-bottom: 60px;
}
}
 @media (max-width: 767px) {
.testimonial-section-s2 {
 padding-bottom: 50px;
}
}
.testimonial-section-s2 .testimonial-grids {
	margin: 0 -15px;
}
.testimonial-section-s2 .testimonial-grids .grid {
	background: #fff;
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
	padding: 105px 35px 35px;
	position: relative;
}
 @media (max-width: 991px) {
.testimonial-section-s2 .testimonial-grids .grid {
 width: calc(50% - 30px);
}
}
 @media (max-width: 767px) {
.testimonial-section-s2 .testimonial-grids .grid {
 padding: 105px 25px 35px;
}
}
 @media (max-width: 650px) {
.testimonial-section-s2 .testimonial-grids .grid {
 width: calc(100% - 30px);
 float: none;
}
}
.testimonial-section-s2 .testimonial-grids .grid:before {
	font-family: Flaticon;
	content: "\f118";
	font-size: 55px;
	font-size: 3.4375rem;
	color: #F26522;
	position: absolute;
	left: 35px;
	top: 25px;
}
 @media (max-width: 767px) {
.testimonial-section-s2 .testimonial-grids .grid:before {
 left: 25px;
}
}
.testimonial-section-s2 p {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
}
.testimonial-section-s2 h5 {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
}
.testimonial-section-s2 h5 + span {
	font-size: 14px;
	font-size: 0.875rem;
}
.testimonial-section-s2 .client-info {
	border-top: 1px solid #f1f1f1;
	padding-top: 25px;
	padding-left: 80px;
	margin-top: 35px;
	position: relative;
}
.testimonial-section-s2 .img-holder {
	position: absolute;
	left: 0;
	top: 18px;
}
.testimonial-section-s2 .img-holder img {
	border-radius: 50%;
}
 @media (max-width: 991px) {
.testimonial-slider-style {
 padding-bottom: 80px;
}
}
 @media (max-width: 767px) {
.testimonial-slider-style {
 padding-bottom: 70px;
}
}
.testimonial-slider-style .details {
	padding-top: 40px;
}
 @media (max-width: 1199px) {
.testimonial-slider-style .details {
 padding: 0;
}
}
 @media (max-width: 991px) {
.testimonial-slider-style .details {
 padding: 60px 0 0;
}
}
 @media (max-width: 767px) {
.testimonial-slider-style .details {
 padding: 60px 0 0;
}
}
.testimonial-section {
	background: #f7f4f0;
	padding: 110px 0 0;
}
.section-padding {
	padding: 110px 0;
	font-size: 16px;
	line-height: 30px;
}
/*--------------------------------------------------------------
 shop
--------------------------------------------------------------*/

.shop .grid {
	border: 1px solid #eee;
	padding: 5px;
	margin: 0 0 25px 0;
}
@media (max-width: 991px) {
.shop .grid {
 width: calc(50% - 30px);
}
}
 @media (max-width: 550px) {
.shop .grid {
 width: calc(100% - 30px);
 float: none;
}
}
.shop .grid:hover .cart-details li {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.shop .img-cart {
	position: relative;
	overflow: hidden;
}
.shop .cart-details {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.shop .cart-details ul {
	overflow: hidden;
	display: inline-block;
}
.shop .cart-details li {
	float: left;
	margin: 7px;
	position: relative;
	bottom: -50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.shop .cart-details li:last-child {
	-webkit-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.shop .cart-details li a {
	background: #F26522;
	width: 50px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #fff;
	border-radius: 50%;
	display: block;
}
.shop .cart-details li a:hover {
	background: #333;
}
.shop .details {
	text-align: center;
	padding: 20px 15px;
}
.shop .details h4 {
	font-size: 18px;
	margin: 0 0 0.4em;
}
 @media (max-width: 991px) {
.shop .details h4 {
 font-size: 16px;
 font-size: 1rem;
}
}
.shop .details h4 a {
	color: #333;
}
.shop .details h4 a:hover {
	color: #F26522;
}
.shop .details del {
	color: #aaa;
	font-weight: 500;
	display: inline-block;
	padding-right: 10px;
}
 @media (max-width: 991px) {
.shop .details del {
 font-size: 14px;
 font-size: 0.875rem;
}
}
.shop .details .price {
	color: #333;
	font-weight: 500;
}
 @media (max-width: 991px) {
.shop .details .price {
 font-size: 14px;
 font-size: 0.875rem;
}
}
.shop .pagination-wrapper {
	text-align: center;
	clear: both;
}
/*--------------------------------------------------------------
shop single section
--------------------------------------------------------------*/

.shop-single-section .shop-single-slider .slider-for {
	text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
	display: inline-block;
}
.shop-single-section .shop-single-slider .slider-nav {
	padding: 0 25px;
	margin-top: 0;
}
.shop-single-section .shop-single-slider .slider-nav > i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
	cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
	left: auto;
	right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
	text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
	display: inline-block;
	padding: 12px;
}
.shop-single-section .product-details {
	padding: 30px 30px 93px;/*** product option ***/
}
 @media (max-width: 1199px) {
.shop-single-section .product-details {
 padding: 40px 30px 85px;
}
}
 @media (max-width: 991px) {
.shop-single-section .product-details {
 margin-top: 45px;
 padding: 40px 30px;
}
}
 @media (max-width: 767px) {
.shop-single-section .product-details {
 padding: 0;
}
}
.shop-single-section .product-details h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.4em;
	margin: 0 0 0.33em;
}
 @media (max-width: 767px) {
.shop-single-section .product-details h2 {
 font-size: 22px;
 font-size: 1.375rem;
}
}
.shop-single-section .product-details .price {
	font-size: 26px;
	color: #F26522;
	margin: 7px 0 14px;
}
 @media (max-width: 991px) {
.shop-single-section .product-details .price {
 font-size: 26px;
}
}
 @media (max-width: 767px) {
.shop-single-section .product-details .price {
 font-size: 25px;
}
}
.shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #acacac;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
}
 @media (max-width: 991px) {
.shop-single-section .product-details .price .old {
 font-size: 20px;
 font-size: 1.25rem;
}
}
 @media (max-width: 767px) {
.shop-single-section .product-details .price .old {
 font-size: 18px;
 font-size: 1.125rem;
}
}
.shop-single-section .product-details p {
	margin-bottom: 1.3em;
}
.shop-single-section .product-details p:last-child {
	margin: 0;
}
.shop-single-section .product-details .product-option {
	margin-top: 45px;
}
.shop-single-section .product-details .product-option .product-row {
	overflow: hidden;
}
.shop-single-section .product-details .product-option .product-row > div {
	height: 35px;
	display: inline-block;
	float: left;
}
.shop-single-section .product-details .product-option .product-row > div + div {
	margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover {
	background: #F26522;
	border-color: #F26522;
	color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2, .shop-single-section .product-details .product-option .theme-btn-s3 {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0;
	border: 2px solid #e6e6e6;
}
.shop-single-section .product-details .product-option .theme-btn:hover, .shop-single-section .product-details .product-option .theme-btn-s2:hover, .shop-single-section .product-details .product-option .theme-btn-s3:hover {
	background-color: #F26522;
	color: #fff;
	border-color: #F26522;
}
 @media (max-width: 767px) {
.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2, .shop-single-section .product-details .product-option .theme-btn-s3 {
 font-size: 14px;
 font-size: 0.875rem;
}
}
.shop-single-section .product-details .product-option .theme-btn:before, .shop-single-section .product-details .product-option .theme-btn-s2:before, .shop-single-section .product-details .product-option .theme-btn-s3:before {
	display: none;
}
.shop-single-section .product-details .product-option .heart-btn i {
	font-size: 15px;
	font-size: 0.9375rem;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3 {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	color: #797979;
	border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .form-group-btn-vertical .bootstrap-touchspin-up, .shop-single-section .product-details .bootstrap-touchspin .form-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: #e6e6e6;
}
.shop-single-section .product-details .bootstrap-touchspin .form-group-btn-vertical .bootstrap-touchspin-up:hover, .shop-single-section .product-details .bootstrap-touchspin .form-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #F26522;
	color: #fff;
}
.shop-single-section .product-info {
	margin-top: 75px;/*** tabs ***//*** client rv ***/
  /*** review form ***/
}
.shop-single-section .product-info h4 {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
	line-height: 1.7em;
}
.shop-single-section .product-info p {
	margin-bottom: 1.3em;
}
.shop-single-section .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .nav-tabs {
	border: 0;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .nav-tabs {
 margin-bottom: 20px;
}
}
.shop-single-section .product-info .nav-tabs li {
	border: 2px solid #eaeaea;
	margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li.active a {
	border: 0;
	outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #797979;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 12px 45px 11px 45px;
	text-transform: uppercase;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .nav-tabs a {
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: normal;
 text-transform: none;
}
}
.shop-single-section .product-info .nav-tabs a:hover, .shop-single-section .product-info .nav-tabs .active a {
	background: #F26522;
	color: #fff;
}
.shop-single-section .product-info .nav-tabs .active, .shop-single-section .product-info .nav-tabs li:hover {
	border-color: #F26522;
}
.shop-single-section .product-info .tab-content {
	border: 2px solid #eaeaea;
	padding: 35px 25px;
	margin-top: -1px;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .tab-content {
 border: 0;
 padding: 0;
 margin: 0;
}
}
.shop-single-section .product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
	width: 60px;
	float: left;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .client-pic {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
}
.shop-single-section .product-info .client-rv .details {
	width: calc(100% - 80px);
	float: right;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .details {
 width: 100%;
 float: none;
}
}
.shop-single-section .product-info .client-rv .name-rating-time {
	border-bottom: 1px solid #e6e6e6;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time {
 padding-bottom: 3px;
}
}
.shop-single-section .product-info .client-rv .name-rating-time > div, .shop-single-section .product-info .client-rv .name-rating > div {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time > div, .shop-single-section .product-info .client-rv .name-rating > div {
 font-size: 12px;
 font-size: 0.75rem;
 display: block;
}
}
.shop-single-section .product-info .client-rv .rating {
	font-size: 12px;
	color: #F26522;
	padding-left: 12px;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .rating {
 padding-left: 0;
 margin: 4px 0 7px;
}
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
	float: right;
	color: #b3b3b3;
	text-transform: uppercase;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time .time {
 float: none;
}
}
.shop-single-section .product-info .client-rv .review-body {
	padding-top: 12px;
}
 @media screen and (min-width: 1200px) {
.shop-single-section .product-info .review-form-wrapper {
 padding-left: 45px;
}
}
 @media (max-width: 991px) {
.shop-single-section .product-info .review-form {
 margin-top: 45px;
}
}
.shop-single-section .product-info .review-form h4 {
	margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form form input, .shop-single-section .product-info .review-form form textarea {
	background: #fbfbfb;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border: 2px solid #efefef;
}
.shop-single-section .product-info .review-form form input:focus, .shop-single-section .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .product-info .review-form form textarea {
	height: 130px;
}
.shop-single-section .product-info .review-form form > div {
	margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .review-form form .rating-wrapper > div {
	display: inline-block;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating-wrapper > div {
 display: block;
 float: none !important;
}
}
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
	float: right;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
 margin-top: 20px;
}
}
.shop-single-section .product-info .review-form form .rating a {
	font-size: 14px;
	color: #cccccc;
	display: inline-block;
	margin-right: 10px;
}
 @media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating a {
 font-size: 12px;
 margin-right: 5px;
}
}
.shop-single-section .product-info .review-form form .rating a:last-child {
	margin: 0;
}
.shop-single-section .product-info .review-form form .rating a:hover {
	color: #F26522;
}
.shop-single-section .product-info .review-form form .theme-btn-s4 {
	background-color: transparent;
	color: #908f8f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
	background-color: #F26522;
	color: #fff;
}
 @media screen and (min-width: 767px) {
.shop-single-section .product-info .review-form form .theme-btn-s4 {
 font-size: 15px;
 font-size: 0.9375rem;
 padding: 0 20px;
}
}
.shop-single-section .slider-nav .slick-slide:focus {
	outline: none;
}
/* Shoping Cart Area css
============================== */
.shoping_cart_inner .billing_form_area .single_title {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
}
.shoping_cart_inner .billing_form_area .single_title h2 {
	text-transform: capitalize;
}
.shoping_cart_inner .billing_form_area .billing_form {
	margin-bottom: 60px;
}
.shoping_cart_inner .billing_form_area .billing_form:last-child {
	margin-bottom: 0px;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group {
	margin-bottom: 25px;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group label {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #a7400e;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group input {
	border-radius: 0px;
	border-color: #ddd;
	height: 50px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	color: #797979;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group input.placeholder {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
}
 .shoping_cart_inner .billing_form_area .billing_form .form-group input:-moz-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #797979;
}
 .shoping_cart_inner .billing_form_area .billing_form .form-group input::-moz-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #797979;
}
 .shoping_cart_inner .billing_form_area .billing_form .form-group input::-webkit-input-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #797979;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group .continue {
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group .creat_account label {
	text-transform: inherit;
}
.shoping_cart_inner .billing_form_area .billing_form .form-group .submit_btn {
	margin-top: 25px;
	padding: 0px 63px;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
}
.order_box_price .single_title {
	margin-bottom: 30px;
}
.order_box_price .single_title h2 {
	text-transform: inherit;
}
.order_box_price .payment_list {
	background: #f8f8f8;
	padding: 30px 30px 40px 30px;
}
.order_box_price .payment_list .price_single_cost h4 {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
	border-bottom: 1px solid #d4d4d4;
	padding: 12px 0px;
	margin-bottom: 0px;
}
.order_box_price .payment_list .price_single_cost h4 span {
	float: right;
}
.order_box_price .payment_list .price_single_cost h3 {
	font-size: 18px;
	font-weight: bold;
	color: #a7400e;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 14px;
}
.order_box_price .payment_list .price_single_cost h3 span {
	float: right;
}
.order_box_price .payment_list .accordion_area .card {
	border-radius: 0px;
	border: none;
	margin-bottom: 35px;
}
.order_box_price .payment_list .accordion_area .card .card-header {
	padding: 0px;
	border: none;
}
.order_box_price .payment_list .accordion_area .card .card-header button {
	padding: 0px;
	text-decoration: none;
	padding-left: 26px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	display: block;
	color: #222;
}
.order_box_price .payment_list .accordion_area .card .card-header button:before {
	content: "";
	height: 12px;
	width: 12px;
	border: 1px solid #222;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.order_box_price .payment_list .accordion_area .card .card-header button:after {
	content: "";
	height: 6px;
	width: 6px;
	background: #222;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.order_box_price .payment_list .accordion_area .card .card-header button.collapsed {
	color: #a7400e;
}
.order_box_price .payment_list .accordion_area .card .card-header button.collapsed:before {
	border-color: #a7400e;
}
.order_box_price .payment_list .accordion_area .card .card-header button.collapsed:after {
	opacity: 0;
}
.order_box_price .payment_list .accordion_area .card .card-header button img {
	position: relative;
	top: -6px;
	padding-left: 20px;
}
.order_box_price .payment_list .accordion_area .card .card-body {

	border: none;
	background: #f8f8f8;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 26px;
}
.order_box_price .payment_list .submit_btn {
	display: block;
	width: 100%;
	padding: 0px;
}
.select_card .single_title {
	margin-bottom: 40px;
}
.select_card .single_title h2 {
	text-transform: inherit;
	font-size: 26px;
}
.select_product_inner .table-responsive .table {
	margin-bottom: 0px;
}
.select_product_inner .table-responsive .table tbody tr td {
	padding-left: 0px;
	border-top: 1px solid #eeeeee;
	vertical-align: middle;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-right: 0px;
}
.select_product_inner .table-responsive .table tbody tr:first-child td {
	border: none;
	padding-top: 0px;
}
.select_product_inner .table-responsive .table tbody tr:last-child td {
	padding-bottom: 0px;
}
.select_product_inner .table-responsive .table tbody tr .head {
	font-size: 15px;
	font-weight: 500;
	color: #a7400e;
}
.select_product_inner .table-responsive .table tbody tr .price {
	font-size: 22px;
	font-weight: 600;
	color: #a7400e;
	width: 150px;
	text-align: center;
}
.select_product_inner .table-responsive .table tbody tr .quantity {
	width: 150px;
	text-align: center;
}
.select_product_inner .table-responsive .table tbody tr .quantity input {
	width: 35px;
	border: none;
	text-align: center;
	padding: 0px;
	color: #797979;
	font-size: 15px;
	font-weight: 500;
}
.select_product_inner .table-responsive .table tbody tr .quantity input.placeholder {
	color: #797979;
	font-size: 15px;
	font-weight: 500;
}
 .select_product_inner .table-responsive .table tbody tr .quantity input:-moz-placeholder {
 color: #797979;
 font-size: 15px;
 font-weight: 500;
}
 .select_product_inner .table-responsive .table tbody tr .quantity input::-moz-placeholder {
 color: #797979;
 font-size: 15px;
 font-weight: 500;
}
 .select_product_inner .table-responsive .table tbody tr .quantity input::-webkit-input-placeholder {
 color: #797979;
 font-size: 15px;
 font-weight: 500;
}
.select_product_inner .table-responsive .table tbody tr .quantity button {
	padding: 0px;
	background: transparent;
	border: none;
	color: #797979;
	cursor: pointer;
	-webkit-transition: all 600ms linear 0s;
	-o-transition: all 600ms linear 0s;
	transition: all 600ms linear 0s;
}
.select_product_inner .table-responsive .table tbody tr .quantity button:hover {
	color: #a7400e;
}
.select_product_inner .table-responsive .table tbody tr .t_price {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	width: 150px;
	text-align: center;
}
.select_product_inner .table-responsive .table tbody tr .icon {
	color: #cbcaca;
	font-size: 22px;
	padding-right: 15px;
	cursor: crosshair;
}
.select_product_inner .table-responsive .table tbody tr .cupon input {
	width: 180px;
	margin-right: -80px;
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 0px 15px;
	text-align: center;
	height: 44px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	color: #a7400e;
}
.select_product_inner .table-responsive .table tbody tr .cupon input.placeholder {
	font-size: 14px;
	font-weight: normal;
	color: #a7400e;
}
 .select_product_inner .table-responsive .table tbody tr .cupon input:-moz-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #a7400e;
}
 .select_product_inner .table-responsive .table tbody tr .cupon input::-moz-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #a7400e;
}
 .select_product_inner .table-responsive .table tbody tr .cupon input::-webkit-input-placeholder {
 font-size: 14px;
 font-weight: normal;
 color: #a7400e;
}
.select_product_inner .table-responsive .table tbody tr .up_cart {
	padding-right: 0px;
}
.select_product_inner .table-responsive .table tbody tr .up_cart a {
	display: inline-block;
	margin-left: -50px;
	font-size: 14px;
	color: #222;
}
.cart_total_inner .cart_box {
	background: #f8f8f8;
	padding: 35px;
	border: 1px solid #ebebeb;
}
.cart_total_inner .cart_box h4 {
	font-size: 15px;
	color: #a7400e;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.cart_total_inner .cart_box h4 span {
	padding-left: 30px;
}
.cart_total_inner .cart_box h5 {
	font-size: 15px;
	color: #a7400e;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.cart_total_inner .cart_box .list {
	display: inline-block;
	padding-left: 52px;
}
.cart_total_inner .cart_box .list li {
	margin-bottom: 10px;
}
.cart_total_inner .cart_box .list li a {
	font-size: 15px;
	color: #a7400e;
	font-weight: normal;
	position: relative;
}
.cart_total_inner .cart_box .list li a:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #fff;
	border: 1px solid #dbdbdb;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cart_total_inner .cart_box .list li:last-child {
	margin-bottom: 0px;
}
.cart_total_inner .cart_box .list li:last-child a {
	color: #222;
	margin-left: -18px;
}
.cart_total_inner .cart_box .list li:last-child a:before {
	display: none;
}
.cart_total_inner .cart_box h3 {
	border-top: 1px solid #dadada;
	margin-top: 25px;
	padding-top: 20px;
	font-size: 15px;
	color: #a7400e;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.cart_total_inner .cart_box h3 span {
	padding-left: 60px;
	font-size: 24px;
	font-weight: 600;
}
.cart_total_inner .cart_box .submit_btn {
	padding: 0px;
	width: 100%;
	text-transform: capitalize;
	border-radius: 3px;
}
.cart_total_inner .cart_box .or {
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 18px 0px;
}
.cart_total_inner .cart_box .or span {
	background: #f8f8f8;
	width: 50px;
	display: inline-block;
	color: #797979;
}
.cart_total_inner .cart_box .or:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #dadada;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	z-index: -1;
}
.cart_total_inner .cart_box .submit_btn {
	line-height: 48px;
}
.cart_total_inner .cart_box .submit_btn img {
	padding-right: 10px;
}
/* SQUARED THREE */
.creat_account {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.creat_account input {
	visibility: hidden;
	height: 13px !important;
}
.creat_account label {
	display: inline-block;
	position: relative;
	font-weight: 300;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	top: 0px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #797979;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .25px;
	font-weight: 500;
	font-size: 15px;
}
.creat_account .check {
	display: block;
	position: absolute;
	border: 1px solid #8e8f8f;
	border-radius: 2px;
	background: #797979;
	height: 13px;
	width: 13px;
	top: 6px;
	border-radius: 0px;
	left: 0px;
	z-index: 5;
 -o-transition: border .25s linear;
 transition: border .25s linear;
 -webkit-transition: border .25s linear;
	cursor: pointer;
}
.creat_account .check::before {
 display: block;
 position: absolute;
 content: "\f00c";
 border-radius: 100%;
 top: 0px;
 left: 0px;
 margin: auto;
 -o-transition: background 0.25s linear;
 transition: background 0.25s linear;
 -webkit-transition: background 0.25s linear;
 color: #fff;
 font: normal normal normal 11px/1 FontAwesome;
 opacity: 1;
}
.creat_account .check::after {
 display: block;
 position: absolute;
 content: "";
 height: 9px;
 width: 9px;
 border: 1px solid #aeb3b9;
 background: #fff;
 left: 1px;
 top: 1px;
 opacity: 0;
}
.creat_account input[type=checkbox]:checked ~ .check::before {
 opacity: 0;
}
.creat_account input[type=checkbox]:checked ~ .check::after {
 opacity: 1;
}
.shoping_cart_area img {
	width: auto;
}
/* Campaign details css
============================== */


.campaign_detail .nav-tabs > li {
	
}
.campaign_detail .comment-respond {
	margin-top: 0;
}
.campaign_detail #Backer .card-body {
	margin: 0;
	padding: 0;
}
.hm-gradient {
	background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
	color: #2E2E2E;
}
.form-group.md-form.form-sm.form-2 input {
	border: 1px solid #bdbdbd;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.form-group.md-form.form-sm.form-2 input.purple-border {
	border: 1px solid #9e9e9e;
}
.form-group.md-form.form-sm.form-2 input[type=text]:focus:not([readonly]).purple-border {
 border: 1px solid #ba68c8;
 box-shadow: none;
}
.form-2 .form-group-addon {
	border: 1px solid #ba68c8;
}
.danger-text {
	color: #ff3547;
}
.success-text {
	color: #00C851;
}
.table-bordered.red-border, .table-bordered.red-border th, .table-bordered.red-border td {
	border: 1px solid #ff3547!important;
}
.table.table-bordered th {
	text-align: center;
}
/* Campaign Update css
============================== */


.tracking-detail {
	padding: 3rem 0
}
#tracking {
	margin-bottom: 1rem
}
[class*=tracking-status-] p {
 margin: 0;
 font-size: 1.1rem;
 color: #fff;
 text-transform: uppercase;
 text-align: center
}
[class*=tracking-status-] {
 padding:1.6rem 0
}
.tracking-status-intransit {
	background-color: #65aee0
}
.tracking-status-outfordelivery {
	background-color: #f5a551
}
.tracking-status-deliveryoffice {
	background-color: #f7dc6f
}
.tracking-status-delivered {
	background-color: #4cbb87
}
.tracking-status-attemptfail {
	background-color: #b789c7
}
.tracking-status-error, .tracking-status-exception {
	background-color: #d26759
}
.tracking-status-expired {
	background-color: #616e7d
}
.tracking-status-pending {
	background-color: #ccc
}
.tracking-status-inforeceived {
	background-color: #214977
}
.tracking-list {
	border: 1px solid #e5e5e5
}
.tracking-item {
	border-left: 1px solid #e5e5e5;
	position: relative;
 padding:2rem 1.5rem .5rem 2.5rem;
 font-size:.9rem;
	margin-left: 3rem;
	min-height: 5rem
}
.tracking-item:last-child {
	padding-bottom: 4rem
}
.tracking-item .tracking-date {
 margin-bottom:.5rem
}
.tracking-item .tracking-date span {
	color: #888;
	font-size: 85%;
 padding-left:.4rem
}
.tracking-item .tracking-content {
 padding:.5rem .8rem;
	background-color: #f4f4f4;
 border-radius:.5rem
}
.tracking-item .tracking-content span {
	display: block;
	color: #888;
	font-size: 85%;
	font-size:14px;
}
.tracking-item .tracking-icon {
	line-height: 2.6rem;
	position: absolute;
	left: -1.3rem;
	width: 2.6rem;
	height: 2.6rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	background-color: #fff;
	color: #fff
}
.tracking-item .tracking-icon.status-sponsored {
	background-color: #f68
}
.tracking-item .tracking-icon.status-delivered {
	background-color: #4cbb87
}
.tracking-item .tracking-icon.status-outfordelivery {
	background-color: #f5a551
}
.tracking-item .tracking-icon.status-deliveryoffice {
	background-color: #f7dc6f
}
.tracking-item .tracking-icon.status-attemptfail {
	background-color: #b789c7
}
.tracking-item .tracking-icon.status-exception {
	background-color: #d26759
}
.tracking-item .tracking-icon.status-inforeceived {
	background-color: #214977
}
.tracking-item .tracking-icon.status-intransit {
	color: #e5e5e5;
	border: 1px solid #e5e5e5;
 font-size:.6rem
}
@media(min-width:992px) {
.tracking-item {
 margin-left: 10rem
}
.tracking-item .tracking-date {
 position: absolute;
 left: -10rem;
 width: 7.5rem;
 text-align: right;
 font-weight: bold;
}
.tracking-item .tracking-date span {
 display: block
}
.tracking-item .tracking-content {
 padding: 0;
 background-color: transparent;
 font-size: 16px;
}
}
/* Donatins css
============================== */

.bg-light-transparent {
	padding: 10px 15px 10px 15px;
}
.bg-light-transparent h4 {
	font-weight: bold;
	padding: 12px 0;
}
.bg-light-transparent label {
	padding: 0 0 12px 0;
}
.bg-light-transparent button {
	width: 100%;
	background: #F26522;
	border: none;
}
ul.socials-share {
	margin:0;
	padding:0;
}
ul.socials-share li {
	margin:0;
	padding:0;
	display:inline-block;
}
ul.socials-share li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: #eee;
	text-align: center;
	line-height: 36px;
}
ul.socials-share li a:hover {
	background: #a7400e;
	color:#fff;
}
/* Create campaign css
============================== */

.paypal_donate_form img{
	width:auto;
}

.campaign_create label {
	font-weight: bold;
	padding: 5px 0 20px 15px;
}
#startCampaignForm {
	width:100%;
}
.campaign_create input {
	padding:20px 12px;
	border-radius:6px;
}
.campaign_create button {
	margin: 30px auto 0 auto;
	text-align: center;
	display: block;
}


/*----------------------------------------------------------------
					Start Section About 
----------------------------------------------------------------*/
.features {
	position: relative;
	overflow: hidden;
}
.feat-item {
	text-align: center;
	margin-bottom: 0px;
	padding: 0 12px;
}
.feat-item span {
	color: #F26522;
	font-size: 45px;
	background: rgba(254, 137, 115, 0.1);
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto !important;
	line-height: 105px;
	margin-left: auto !important;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
	-o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
}
.feat-item:hover {
	position: relative;
	z-index: 9;
	transform: translate(0, -5px);
}
.feat-item:hover span {
	background: #F26522;
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.features img {
	margin-bottom: 5px;
	border-radius: 10px;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.feat-item h4 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	text-transform: uppercase;
	margin-top: 25px;
}
.feat-item p {
	margin-bottom: 0px;
	line-height: 26px;
}
.feat-item .feat-more {
	font-size: 13px;
	font-weight: 700;
	color: #f57479;
	text-transform: uppercase
}
.feat-item .feat-more div {
	display: inline-block;
	font-size: 10px;
	padding-left: 5px;
}
.dots-feat {
	bottom: -100px;
	right: -100px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 300px;
	opacity: 1;
	z-index: -1;
}
.cercil {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 300px;
	height: 300px;
	background: #fef3e2;
	z-index: -1;
	overflow: hidden;
	border-radius: 50%;
}
.features-three {
}
.features-three .feat-item {
	position: relative;
	text-align: center;
	padding: 50px 40px;
	background: #fff3f1;
	margin-bottom: 30px;
	border: 2px solid #fff3f1;
	border-radius: 5px;
}
.features-three span {
	color: #f57479;
	font-size: 55px;
}
.features-three h4 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	text-transform: uppercase;
	margin-top: 25px;
}
.features-three p {
	margin-bottom: 0px;
	line-height: 26px;
}
/* feat-item-three */
.feat-item-three {
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #EEE;
	background: #FFF;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.content-box-feat {
	position: relative;
	padding: 50px 40px;
	z-index: 5;
}
.content-box-feat span {
	font-size: 50px;
	color: #f57479;
	display: block;
	font-weight: 600;
	line-height: 40px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.content-box-feat h4 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 28px;
}
.content-box-feat p {
	margin-bottom: 0;
	line-height: 26px;
}
.feat-item-three .feat-box-img {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.feat-item-three .feat-box-img::before {
 background: rgba(40, 42, 49, 0.7) !important;
 content: " ";
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 2;
}
.feat-item-three:hover .feat-box-img, .feat-item-three.active .feat-box-img {
	opacity: 1;
}
.feat-item-three:hover .content-box-feat h4, .feat-item-three.active .content-box-feat h4, .feat-item-three:hover .content-box-feat span, .feat-item-three.active .content-box-feat span, .feat-item-three:hover .content-box-feat p, .feat-item-three.active .content-box-feat p {
	color: #FFF;
}
/* Feat Item Four */

.feat-item-four {
	position: relative;
	text-align: center;
	padding: 50px 40px;
	background: #fff3f1;
	margin-bottom: 30px;
	border: 2px solid #fff3f1;
	border-radius: 10px;
}
.feat-item-four:hover {
	position: relative;
	z-index: 9;
	transform: translate(0, -5px);
	border: 2px solid #f57479;
}
.feat-item-four span {
	color: #f57479;
	font-size: 55px;
}
.feat-item-four h4 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	text-transform: uppercase;
	margin-top: 25px;
}
.feat-item-four p {
	margin-bottom: 0px;
}
.feat-item {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*========== My Classes ==========*/
.section-title {
	margin-bottom: 70px;
}
.section-title h2, .section-title-left h2 {
	color: #F26522;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 16px;
	margin: 0;
}
.section-title h3, .section-title-left h3 {
	color: #444;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 25px;
	line-height: 40px;
}
.section-title h3 span, .section-title-left h3 span {
	color: #F26522;
}
.section-title p {
	color: #949494;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.card-text:last-child {
    margin-bottom: 0;
    font-size: 14px;
}
.campaign_detail .nav-tabs > li {
    text-align: center;
    width: 20%;
}
.campaign_detail .nav-tabs > li > a {
    padding: 15px 8px;
}
.product-info .nav-tabs > li {
    text-align: center;
    width: 20.5%;
}
.paymentM img{
	width:auto;
}