@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'Oswald-Regular';
	src: url(../fonts/Oswald-Regular.ttf);
}

body {
	background: #fff;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto-Regular';
	font-size: 16px;
	line-height: 1.8;
}

.wrapper {
	background: #f6faf6;
	min-height: calc(100vh - 350px);
}

.footer-list h1,
.titleheading h2 {
	margin-top: 25px;
	position: relative;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;

}

img {
	max-width: 100%;
}

a {
	color: #333;
}

a:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.btn {
	border-radius: 2px;
}

.mt30 {
	margin-top: 30px;
}

.titleheading {
	margin-bottom: 25px;
}

.form-control {
	height: 40px;
	box-shadow: none;
	border-radius: 2px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald-Regular';
}
p {
	color: #555;
	font-weight: 400;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

.white-text {
	color: #fff;
}

.btn-warning {
	background-color: #FFB30F;
	border-color: #ba2c02;
	color: #fff;
}

/*  ==============header  ===================  */
header .navbar-nav li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 2px 15px;
	font-family: 'Oswald-Regular';
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
}

.icon-bar {
	border: 1px solid #304F9F;
}

.navbar-brand:focus,
.navbar-brand:hover {
	color: #ed5d40;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	max-width: 200px;
}

/*  ==============header end ===================  */
/*  ==============slider section ===================  */
.main-banner {
	position: relative;
}

.carousel-item {
	min-height: auto;
	overflow: hidden;
}

.badge a {
	color: #fff !important
}

.carousel-caption {
	left: 15%;
	right: 15%;
	top: 40%;
	bottom: auto;
	z-index: 999;
}
.slide-content {
	padding: 15px;
}

.slide-content h4 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 35px;
	word-spacing: 0.06em;
}
.slide-action {
	margin: 30px 0 0;
}

.slide-content .slide-title {
	color: #ffb30f;
	font-size: 53px;
	font-weight: 600;
	margin: 0 0 15px;
}

.slide-content {
	color: #fff;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 20px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	background-color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {

	background-size: 50% 100%;
	width: 40px;
	height: 40px
}

.slide-action a {
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 20px;
}

.carousel-indicators li {
	border-radius: 10px;
	;
	width: 20px;
}

.main-banner .carousel.slide .carousel-item img {
	width: 100%;
	max-height: 550px;
	object-fit: cover;
}

.sliding-banner {
	position: relative;
}

/*  ==============slider end ===================  */
/*  ==============services slider  ===================  */
.service-wrapper {
	padding: 50px 0;
}

/*  ==============services slider end ===================  */
/*  ==============buttons ===================  */
.btn-primary {
	background-color: #FFB30F;
	border-color: #FFB30F;
}

.btn-login {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

.btn-login:hover,
.btn-login:focus {
	background: linear-gradient(to right, #ffb30f, #ec7532);
	border: 1px solid #FFB30F;
	color: #fff;
}

.btn-signup:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

.btn-signup {
	background: linear-gradient(to right, #ffb30f, #ec7532);
	color: #fff;
}

.btn-success {
	background: #1FAE66;
	border: 1px solid #1FAE66;
}

/*  ==============buttons end ===================  */
/*  ==============section-title ===================  */
.section-title,
.page-header-text h3 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.page-header-text h3 {
	margin-bottom: 50px;
}

.page-header-text h3::before {
	content: '';
	border: 2px solid #e87800;
	width: 15px;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 1;
	height: 15px;
	border-radius: 10px;
	background: #fff;
}

.page-header-text h3::after {
	content: '';
	border: 1px solid #3fa471;
	width: 170px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.container.page_content {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;
}

/*  ==============section-title end===================  */
/*  ==============services section===================  */
.service-box {
	padding: 40px 15px 10px;
	background: #fcfcfc;
	min-height: 416px;
	margin-bottom: 6px;
	box-shadow: 0px 0px 5px #ccc
}

.service-box p {
	word-break: break-all;
}

.shape-square {
	border: 1px solid #1FAE66;
	;
	font-size: 34px;
	line-height: 80px;
	min-height: 80px;
	text-align: center;
	transform: rotate(45deg);
	width: 80px;
	margin: 0 auto;
	color: #1FAE66;
}

.shape-square i {
	transform: rotate(314deg);
}

.service-box>h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 36px 0 10px;
	text-transform: capitalize;
}

.sub-title {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}

/*  ==============services section end===================  */
/*  ==============app-screen-shot===================  */
.app-screen-shot {
	padding: 40px 0;
	background: #fff;
	position: relative;
}

.item-img-wrap {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.item-img-wrap img {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.item-img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.overlayer {
	background: rgba(0, 0, 0, 0.30);
	top: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

.item-img-overlay span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
	opacity: 1;
}

.item-img-wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item-img-overlay span {
	background: rgba(0, 0, 0, 0.6) url("../images/plus.png") no-repeat scroll center center;
}

.pp_social {
	display: none;
}

/*  ============== app-screen-shot end===================  */
/*  ==============downlaod-our-app  section ===================  */
.downlaod-our-app {
	padding: 40px 0px;
	position: relative;
	background: url(../images/banner25.jpg) no-repeat scroll 0 0/cover;
	z-index: 1;
	background-blend-mode: multiply;
	background-color: #000000e6;
}

.downlaod-our-app img {
	border-radius: 14px;
	border: 3px solid #e87800;
}

.downlaod-text .section-title {
	color: #fff;
	font-size: 37px;
	margin-top: 19px;
	text-align: left;
	margin-bottom: 0;
}

.downlaod-text h4 {
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}

.overlay-bg {
	background: rgba(0, 0, 0, 0.5) url("../images/dots.png") repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.downlaod-text>p {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
}

.left-feature-image {
	position: relative;
	z-index: 2;
}

.left-feature-image iframe {
	width: 100%;
	height: 305px;

}

.left-feature-image img {
	max-width: 220px;
}

.phone-image-right {
	margin-left: -15%;
	position: relative;
}

.downlaod-text {
	margin-top: 0px;
	z-index: 2;
}

.downlaod-text .app-des {
	color: #fff;
	font-size: 16px;
	margin: 25px 0;
}

.slider-arrow {
	z-index: 1;
}

/*  ==============downlaod-our-app  section end===================  */
/*=================== Footer Start=================== */
.footer-section {
	background: #000102;
}

.footer-section h1::before,
.titleheading h2::before {
	content: '';
	border: 2px solid #e87800;
	width: 30px;
	position: absolute;
	bottom: -21px;
	left: 0;
	margin-bottom: 15px;
	z-index: 1;
}

.footer-section h1::after,
.titleheading h2::after {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.28);
	width: 90px;
	position: absolute;
	bottom: -20px;
	left: 0;
	margin-bottom: 15px;
}

.footer-list-title {
	color: #f2f2f2;
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
	padding-bottom: 10px;
}

.footer-list .email {
	color: #c6c6c6;
}

.footer-list li,
.footer-list li a {
	color: #c6c6c6;
	font-weight: 500;
	padding: 10px 0px 0;
	font-size: 15px;
}

.footer-list p {
	color: #c6c6c6;
	font-weight: 500;
	font-size: 15px;
}

.footer-section ul li a.footer-play-btn img {
	border-radius: 14px;
	border: 3px solid #e87800;
}

.line-height-30 {
	line-height: 30px;
}

.footer-list li i {
	padding: 6px 10px;
	background-color: #353535;
	margin-top: 10px;
	color: #777777;
	font-size: 20px;
	margin-right: 10px;
}

.footer-list li i.fa-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}

.footer-list li i.fa-twitter:hover {
	color: #fff;
	background-color: #55acee;
}

.footer-list li i.fa-youtube:hover {
	color: #fff;
	background-color: #d02925;
}

.footer-list li i.fa-google-plus:hover {
	color: #fff;
	background-color: #d64134;

}

.footer-list .icon {
	float: left;
	margin-right: 10px;
}

.footer-list .icon span {
	color: #e87800;
	font-size: 16px;
	font-weight: 800;
}

.copyright-info {
	background-color: #111;
	padding: 10px 0px;
}

.copyright-info p {
	color: #bbb;
}

.copyright-info.col-md-12.text-center a {
	color: #82B440;
}

/*=================== Footer end=================== */
/*================go to top csss ===============*/
.scrollup {
	background: #1fae66 none repeat scroll 0 0;
	bottom: 0;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 23px;
}

.scrollup:hover,
.scrollup:focus {
	background: #1F1F28;
	transition: all 0.5s ease;
}

.scrollup i {
	color: #fff;
	font-size: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

/*================ go to top csss ==============*/
/*=============== FOoTER =============  */
/*=============== pricing section =============  */
.pricing-table {
	box-shadow: 11px 0 10px 0 rgba(0, 0, 0, 0.1), -11px 0 10px -15px rgba(0, 0, 0, 0.3);
	margin-top: 15px;
}

.pricing-plans {
	padding: 60px 0;
}

.pricing-plans .sub-title {
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 5px;
}

.package-title {
	background-color: #1FAE66;
}

.package-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.package-price {
	color: #fff;
	height: 12px;
	margin: 0;
	min-height: 105px;
	position: relative;
	text-align: center;
	width: 100%;
}

.pricing-currency {
	font-size: 1.5em;
	font-weight: 700;
	display: inline-block;
	margin-left: -24px;
	position: absolute;
	top: 30px;
}

.pricing-table-txt {
	margin-bottom: 20px;
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.pricing-table-txt li:first-child {
	border-top: none;
}

.pricing-table-txt li:last-child {
	border-bottom: none;
}

.pricing-table-txt li {
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 50px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-table-txt li:before {
	content: "" !important;
}

.pricing-table-txt li:last-child {
	border-bottom: 1px solid #f0f1f2;
}

.pricing-amount {
	display: inline-block;
	font-size: 44px;
	font-weight: 600;
	line-height: 70px;
	padding-top: 15px;
	text-align: center;
}

.order-now {
	position: relative;
	clear: both;
}

.order-now a {
	background: #e87800 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.package-price {
	background-color: #1FAE66;
}

.package-title {
	background-color: #019048;
}

.white-bg {
	background: #fff none repeat scroll 0 0;
}

.red .package-title {
	background-color: #DA8E00;
}

.red .package-price {
	background-color: #FFB30F;
}

.red .order-triangle::after {
	border-top-color: #FFB30F;
}

.red .triangle-down::after {
	border-top-color: #FFB30F;
}

.red .order-now a {
	background: #FFB30F;
}

.per-month {
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}

/*=============== pricing section =============  */
/*=============== Demo section =============  */
.demo-wrapper {
	background: url("../images/demo-backgroun.jpeg");
	background-size: cover;
	background-position: 50% 0%;
}

.login-screen {
	padding: 40px 0;
}

.login-info h4 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
}

.login-screen>img {
	border: 1px solid #ddd;
}

.login-info p {
	font-weight: normal;
}

/*=============== Demo section end =============  */
/*=============== feature-wraper section  =============  */
.feature-wraper {
	padding: 40px 0;
}

.feature-list .feature-iocn {
	background: #1FAE66;
	display: block;
	float: left;
	height: 80px;
	text-align: center;
	width: 80px;
	line-height: 80px;
	font-size: 45px;
	color: #fff;
}

.feature-list .feature-des {
	margin-left: 96px;
}

.feature-des>h2 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.feature-des p {
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 6px;
}

.feature-list {
	margin: 33px 0 15px;
	background: #fff;
	padding: 17px 17px 0;
	min-height: 134px;
}

.features-inner p {
	word-break: break-all;
}

.features-section hr {
	display: none;
}

.features-section h2,
.separtors h2 {
	position: relative;
}

.features-section h2::before {
	content: '';
	border: 2px solid #e87800;
	width: 15px;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 1;
	height: 15px;
	border-radius: 10px;
	background: #fff;
}

.features-section h2::after {
	content: '';
	border: 1px solid #3fa471;
	width: 170px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.features-block_One,
.separtors {
	padding-bottom: 50px;
}

.separtors h2::before {
	content: '';
	border: 2px solid #e87800;
	width: 15px;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 1;
	height: 15px;
	border-radius: 10px;
	background: #fff;
}

.separtors h2::after {
	content: '';
	border: 1px solid #3fa471;
	width: 170px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
}

/*=============== feature-wraper section  =============  */
/*=============== LOGIN section  =============  */
.banner-section {
	background: url('../images/banner-1.jpg');
	background-repeat: no-repeat;
	min-height: 200px;
}

.login-section,
.portfolio-heading-section {
	padding: 40px 0;
}

.login-logo {
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.login-logo>img {
	max-height: 90px;
}

.login-form-inner label {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.login-form-inner a {
	font-size: 13px;
}

.login-form-inner .form-control {
	border: 1px solid #ececec;
	border-radius: 0;
	font-size: 13px;
	min-height: 52px;
	background: #fbfbfb;
}

.sign-in-btn {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 0;
}

.login-form-inner .form-group {
	position: relative;
}

.login-form-inner .form-group i {
	color: #bcbcbc;
	font-size: 23px;
	position: absolute;
	right: 16px;
	top: 11px;
}

.login-form-inner .control-label {
	margin-bottom: 7px;
}

.contact-address i {
	float: left;
	margin-top: 0;
}

.contact-address i {
	background: #1FAE66 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 1.1667em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	width: 2.5em;
}

.contact-address .details {
	border-bottom: 1px solid #edf6ff;
	margin-left: 50px;
	padding-top: 7px;
}

.contact-address .details h4 {
	color: #000;
	font-weight: 600;
	margin-top: 0;
}

.contact-address .details p {
	font-size: 14px;
}

.login-section label {
	color: #333;
	font-size: 13px;
	font-weight: 500;
}

/*=============== LOGIN section  End=============  */
/*===============Blog section  =============  */
.breadcrumbs-v1 {
	background: #1FAE66;
	padding: 10px 0px;
	position: relative;
}

.breadcrumbs-v1,
.breadcrumbs-v3 {
	transition: all 0.8s ease-in-out 0s;
}

.bg-color-gray {
	background-color: #EEEEEE;
}

.full-width {
	width: 100%;
}

.content-sm {
	padding-bottom: 0px;
	padding-top: 60px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.breadcrumbs-v1 .text-center>h1 {
	color: #fff;
	font-size: 26px;
	font-weight: lighter;
	text-transform: uppercase;
}

.breadcrumbs-v1 .text-center>p {
	color: #000;
	font-size: 20px;
	font-weight: lighter;
}

.portfolio-heading-section .area-heading h1.area-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.portfolio-heading-section .area-heading h1.area-title::before {
	content: '';
	border: 2px solid #e87800;
	width: 15px;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 1;
	height: 15px;
	border-radius: 10px;
	background: #fff;
}

.portfolio-heading-section .area-heading h1.area-title::after {
	content: '';
	border: 1px solid #3fa471;
	width: 170px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.cx-blog-section .portfolio-filter-1 li a,
.cx-blog-section .blog-categories ul li a {
	background: #fff;
}

.cx-blog-section .portfolio-filter-1 li a:hover {
	background: linear-gradient(to right, #ffb30f, #ec7532)
}

.post-content-inner .read-more a {
	border-radius: 50px;
	background: linear-gradient(to right, #ffb30f, #ec7532);
}

.post-content-inner .read-more a:hover {
	background: linear-gradient(to right, #1c9c5b, #1c9c5b);
	border-color: #1c9c5b;
}

.blog-categories ul li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.blog-categories ul li a {
	font-size: 12px;
	color: #222 !important;
	text-transform: uppercase;
	font-weight: 500;
}

.cx-blog-section .blog-categories ul li a:hover {
	background: linear-gradient(to right, #ffb30f, #ec7532);
	color: #fff !important;
}

/*===============Blog section End  =============  */
/*===============Restaurant section=============  */
.tag-box {
	background: #e87800;
	padding: 30px 0;
	color: #fff;
}

.tag-box h2 {
	font-size: 24px;
	line-height: 20px;
	color: black;
	margin-top: 0px;
}

.heading h2 {
	display: inline-block;
	line-height: 34px !important;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	padding: 0px;
}

.tag-box p {
	margin-bottom: 0;
	color: #000;
}

/*===============Restaurant section End  =============  */
/*******news-section************/
.news-section {
	padding: 60px 0px;
}

.news-section h2 {
	margin: 0px 0px 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}

.news-section p {
	color: #000;
}

.news-image-outer {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

/*******news-section************/
/********Privacy Policy*************/
.privacy-content {
	color: #000;
}

.privacy-content>p {
	font-size: 16px;
	color: #202020;
}

/********Privacy Policy End*************/
.breadcrumbs-v1 .text-center .heading-1 {
	font-size: 24px;
	font-weight: 600;
}

.col-md-3.footer-list.bordered-list li.active a {
	color: #099850;
}

.text-center.color1 {
	border: 1px solid #ccc;
	margin-bottom: 13px;
	padding: 6px;
	background: #F0F0F0;
}

.blog-section {
	padding: 40px 0;
	background: #f4f4f4;
}

.contact-group .card {
	padding: 20px;
	background: #fff;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	-webkit-box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border: none;
	margin: 0 15px;
}

.contact-group .card span {
	position: relative;
	width: 70px;
	height: 70px;
	border: 2px solid #1c9c5b;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	max-width: 70px;
	color: #1c9c5b;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
}

/*------------------------------------------------*/
.help-block.help-block-error {
	color: #f00;
}

.img-wrap {
	width: 65px;
}

.f-desc ul {
	padding: 0;
}

@media (max-width : 1360px) {
	.carousel-caption {
		top: 10%;
	}
}

@media (max-width : 1024px) {
	.center-after {
		text-align: center;
	}
}

@media (max-width : 991px) {
	.slide-content h4 {
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 27px;
	}

	.carousel-caption {
		position: relative !important;
		background: #000102 !important;
		left: 0 !important;
		right: 0;
	}

	.card-group.blog-group {
		display: block;
	}

	.navbar-brand {
		margin-left: 15px;
	}

	.navbar.navbar-expand-lg.navbar-light {
		padding: 15px 0 !important;
	}

	.custom-nav li a {
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
		;
	}
}

@media (max-width : 767px) {
	.main-banner .carousel.slide .carousel-item img {
		max-height: inherit !important;

	}

	.contact-form-bg {
		padding: 20px 0 !important;
	}

	.carousel-item {
		max-height: auto;
		min-height: auto;
	}

	ul.footer-list.bordered-list {
		margin: 0;
	}

	.carousel-item {
		background: #000102 !important;
	}

	.carousel-main .carousel-item {
		clip-path: none;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

	.slide-content .slide-title {
		color: #fff;
		font-size: 24px;
	}

	.media.comment_section.admin-reply {
		margin-left: 20px;
	}
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*--------------[SIDEBAR STYLE]-----------*/
/*------------------------------------------------*/
.post-meta span {
	padding-left: 6px;
	padding-right: 5px;
}

.color-green {
	color: #1fae66;
}

.blog-wrapper {
	padding: 50px 0;
}

.no-bg {
	background: #fff;
}

/***********terms***********/
.carousel-img .carousel-inner .item img {
	width: 100%;
}

.login-form-inner.reset-bottom {
	padding: 15px 34px 26px;
}

.carousel-control-prev {
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
	z-index: 1;
}

.features-section {
	padding: 50px 0;
}

.heading-title {
	color: #000;
	font-size: 20px;
}

.button {
	background: #1FAE66;
	border: 1px solid #1FAE66;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.5;
}

/*  ============== Media Module ===================  */
/* blog section*/
.card-group.blog-group .card {
	position: relative;
	transition: background 0.3s ease-in-out;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin: 15px 0;
	border-radius: 0;
	border: 0;
}

.rollover {
	display: block;
	background: #E6EAEA;
	transition: all 0.3s ease-in-out;
}

.rollover .box-photo {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.box-info {
	position: relative;
	clear: both;
	text-align: justify;
	background-color: #fcfcfc;
}

.box-item div.content {
	padding: 20px;
}

.box-item .box-info p {
	color: #444 !important;
	min-height: 90px;
}

.box-info .footer.boxinner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	padding: 0 20px;
	background: #f4f7f6;
}

.added {
	color: #1c9c5b;
}

.bg-bottom {
	z-index: 10;
}

/*end*/
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #1c9c5b;
	color: #fff;
	border-bottom: 0;
	border-radius: 0 !important;
}

.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 20px;
}

article.blog-post {
	padding: 20px;
	margin-bottom: 20px;
}

ul.social-share li a {
	margin-right: 5px;
}

ul.pagination li a,
ul.pagination li.next span,
ul.pagination li.prev span {
	padding: 5px 15px;
	background: #fff;
	color: #000;
	display: block;
	margin: 10px 5px;
	border: 1px solid #ddd;
}

ul.pagination {
	text-align: center;
	display: block;
	margin-bottom: 20px
}

ul.pagination li {
	display: inline-block;
}

ul.pagination li.active a {
	background: #f9a11a !important;
	color: #fff;
	border: 1px solid #f9a11a;
}

ul.pagination li.next span,
ul.pagination li.prev span {
	color: #555;
}

ul.pagination li a:hover {
	background: #e9ecef;
}

.login_wrapper {
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
	border: 0;
	padding: 30px;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

.required label::after,
.field-information-verifycode label::after {
	content: "*";
	color: red;
	margin-left: 3px;
}

.portfolio-filter-1 li {
	display: inline-block;
}

.card-group.blog-group .card {
	margin: 0 15px;
}

.section_padding {
	padding: 50px 0px;
}

@media screen and (min-width: 600px) {
	.login_wrapper {
		width: 450px;
		margin: auto;
		background: #fff;
	}
}

.btn-gredient {
	background-color: #218838;
	color: white;
	padding: 9px 24px;
	border-color: #218838;
	border: 0;
}
.contact-us-wrapper{
	padding-top:50px;
}

.carousel-indicators {
	align-items: center;
}

.cx-blog-section .footer-social-menu li a {
	text-decoration: none !important;
}
.card.blog-widget-view.h-100 {
	height: auto !important;
}