/*!
Theme Name: Appventurez
Theme URI: https://www.appventurez.com/
Author: Mahi Kumawat
Author URI: https://www.appventurez.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appventurez
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Appventurez is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {

	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0 !important;
}

.wpcf7-submit {
	-webkit-appearance: none;
	appearance: none;
}

.checkbox {
	-webkit-appearance: none;
	appearance: none;
}

.w-80 {
	width: 80%;
}

.servicess {
	font-size: 30px;
	color: #000;
}


.contact-form {
	padding: 100px 0px;
}

/* ----------------------------------------- Blog page CSS starts ---------------------------------- */

a {
	text-decoration: none;
	   
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}


/* AV-gradients */
.primary-gradient {
	background: #008cf5;
	/* background-color: #008cf5;
  background-image: -moz-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
  background-image: -webkit-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
  background-image: linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%); */
}

.secondary-gradient {
	background: #000000;
	/* background-color: #e6f1f0;
  background-image: -webkit- linear-gradient(to bottom, #e6f1f0, #c8dedc);
  background-image: -moz- linear-gradient(to bottom, #e6f1f0, #c8dedc);
  background-image: -o- linear-gradient(to bottom, #e6f1f0, #c8dedc);
  background-image: linear-gradient(to bottom, #e6f1f0, #c8dedc); */
}


.half {
	width: 50%;
}

.nav-header span.hamburger::before,
.nav-header span.hamburger::after {
	background: #000000;
}

.blog-banner {
	position: relative;
	overflow: hidden;
	padding: 0px 0 0 10vw;
	display: flex;
}

.blogtleft {
	display: flex;
	align-items: center;
}

.blog-inner-banner {
	padding: 80px 0 40px 0;
}

/* .blog-inner-banner h1 {
	font-size: 5.2vw;
	margin: 0 0 30px 0;
	color: #434343;
} */
textarea {
	max-height: 75px;
}

.blog-container {
	max-width: 1200px;
	width: 100%;
}

.blogleftside {
	width: 70%;
	float: left;
}

.blogsidebar {
	width: 30%;
	float: right;
}

.blogsidebar .widget-area {
	padding-left: 30px;
}

.blogsidebar .lwptoc_header {
	font-size: 25px;
}

.blogsidebar .widget-title {
	font-size: 25px;
}

.blogsidebar .widget {
	color: #333;
	background: #fafafa;
	padding: 20px 20px;
	margin-bottom: 30px;

}

.blogsidebar .lwptoc_i {
	padding: 0px;
}

.blogsidebar .widget .menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.blogsidebar .widget .menu li {
	margin-bottom: 5px;
}

.blogsidebar .arpw-ul {
	margin: 0px;
}


@media (max-width:991px) {
	.blogleftside {
		width: 100%;
		float: none;
	}

	.blogsidebar {
		display: none;
	}
}



.blog-container h1 {
	font-family: FuturaPT-Bold;
}

.blog-container h3 {
	font-family: FuturaPT-Bold;
}

.blog-container p {
	font-size: 19px;
	line-height: normal;
}

.blog-detail-left {
	padding-right: 20px;
}

.blog-btn {
	background-color: black;
	color: white;
	border: none;
	padding: 10px 20px;
	min-width: 100px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: normal;
	display: inline-block;
}

.blog-btn:hover {
	color: #ffffff;
}

.blog-detail-left h1 {
	/*font-family: FuturaPT-Bold;*/
	font-family: "Open Sans", Sans-serif!important;
	color: #434343;
	font-size: 60px;
	line-height: normal;
	margin: 0 0 15px 0;
}

.blog-detail-left h1 a {
	color: #434343;
}

.blog-detail-left p a {
	color: #008cf5;
}

.blog-detail-img img {
	width: 100%;
	vertical-align: bottom;
}

.blog-list {}

.blog-list ul {
	margin: 0px;
	padding: 30px 0px 0 0;
}

.blog-list ul li {
	display: inline-block;
	color: white;
	font-size: 17px;
	padding: 5px 10px;
}

.blog-list ul li a {
	color: #fff;
}

.blog-list ul li.active a {
	font-weight: bold;
}

.blogtab-outer .tab-content>.tab-pane {
	display: none;
}

.blogtab-outer .tab-content>.active {
	display: block;
}

.blogdtailimg img {
	width: 100%;
}

.blogcontent {
	font-size: 19px;
	color: #000;
	line-height: normal;
}

.blogcontent p {
	padding: 0 0 20px 0;
	margin: 0px;
	line-height: normal;
}

.blogcontent h2,
.blogcontent h3,
.blogcontent h4,
.blogcontent h5,
.blogcontent h6 {
	margin: 10px 0 20px 0;
}

.blogcontent ul,
.blogcontent ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

.blogcontent li {
	margin: 0px;
	padding: 0 0 10px 0;
}

.wp-block-code {
	margin-bottom: 20px;
}

.blog-icon {
	width: 82.25%;
}

.blog-icon ul li {
	display: inline-block;
	color: white;
	font-size: 16px;
	padding: 34px 0;
	margin: 0 18px;
}

.blog-icon ul li i {
	color: #949494;
}

.wp-block-quote {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.84;
	letter-spacing: 2.9px;
	color: #008cf5;
	border-left: 2px solid #008cf5 !important;
	padding-left: 28px !important;
	margin: 0 0 30px 0 !important;
}

.post-share ul {
	border-bottom: 1px solid #949494;
	padding-bottom: 30px;
}

.post-share ul li {
	color: #949494;
}

.post-share ul li i {
	color: #949494;
}

.byav {
	color: #4a4a4a;
}

.byav p {
	font-size: 10px;
}

.post-comment {
	padding-top: 50px;
	padding-bottom: 50px;
}

.post-comment .blog-container {
	max-width: 780px;
}

.blog-comment {
	position: relative;
}

.blog-comment img {
	position: absolute;
	bottom: 0;
}

.post-comment h5 {
	font-family: FuturaPT-Medium;
	line-height: 1.72;
	font-size: 22px;
	color: #fff;
}

.post-comment1 {
	width: 280px;
	height: 165px;
	border-radius: 20px;
	color: white;
	padding: 20px;
	margin-left: 60px;
}

.send-email {
	position: relative;
}

.post-email {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #ababab;
	padding: 20px;
}

.post-email::placeholder {
	color: #4a4a4a;
	font-size: 14px;
	opacity: 0.5;
}

.btn-send {
	width: 49px;
	height: 50px;
	border-radius: 5px;
	border: none;
	position: absolute;
	right: 0;
	top: 40px;
}

.btn-send img {
	padding-top: 8px;
}




.blog-card-header {
	width: 33%;
	padding: 25px;
	margin-top: 20px;
}

.blog-card .blog-card-header h5 {
	font-size: 20px;
	margin: 0 0 15px 0;
	font-family: FuturaPT-Medium;
}

.blog-card .blog-card-header h5 a {
	color: #212529;
}

.blog-card .blog-card-header h5 a:hover {
	color: #008cf5;
}

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

.blog-card .blog-card-header img {
	width: 100%;
}

.blog-card .blog-card-header .text-left h5 {
	min-height: inherit;
}

.blog-card .blog-card-header p {
	font-size: 15px;
	color: #212529;
}

.blog-card .blog-card-header a.ancor-link {
	color: #008cf5;
	font-family: FuturaPT-Demi;
}

.blogthumb {
	/*height:120px;*/
	overflow: hidden;
}

.detail-banner-text {
	font-size: 16px;
	color: #000;
}

.detail-banner-text p {
	margin-bottom: 30px;
}


.sendemail {
	padding-top: 40px;
	padding-bottom: 10px;
}

.es_subscription_form {
	position: relative;
}

.sendemail .es-field-wrap label {
	display: block;
}

.sendemail .es_required_field {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #ababab;
	padding: 20px;
	margin-top: 5px;
}

.sendemail .es_submit_button {
	width: 49px;
	height: 50px;
	border-radius: 5px;
	border: none;
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 0px;

	background-color: #008cf5;
	background-image: -moz-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
	background-image: -webkit-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
	background-image: linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
	background: #008cf5 url(images/email-arrow.svg) center 18px no-repeat;
	cursor: pointer;
}

.sendemail .es_submit_button:focus {
	outline: none;
}

.detail-banner-text .link-more {
	display: none;
}


/*.sendemail .es_submit_button:after{position:absolute; top:0px; left:0px; width:22px; height:19px;  z-index:999;}*/


#sticky.stick {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	border-radius: 0 0 0.5em 0.5em;
}

.latestblog {
	font-family: FuturaPT-Bold;
	margin: 70px 0;
}

.blog-card {
	margin-left: -20px;
	margin-right: -20px;
}

@media (max-width: 767px) {
	.blog-card {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* .latestblog h3{
  margin-left: 25px;
} */

blockquote.wp-block-quote p {
	font-size: 19px;
	line-height: 35px;
	padding-bottom: 0px;
}

.post-writer {
	padding: 40px 0;
}

.post-writer .w-80 {
	margin-left: 20px;
}

.post-writer h5 {
	font-family: FuturaPT-Medium;
	padding-top: 5px;
}

.post-writer p {
	font-size: 16px;
}

.social-icons {
	width: auto;
	float: none;
	text-align: left;
	display: block;
	padding: 0px 0 0 0;
}

.social-icons ul {
	list-style: none;
}

.social-icons li {
	display: inline-block;
}

.social-icons ul li a {
	margin-right: 10px;
	font-size: 14px;
	padding: 4px;
	color: #008cf5;
}



.brdcrum {
	padding-top: 20px;
	padding-bottom: 30px;
}

.brdcrum {
	color: #949494;
}

.brdcrum a {
	color: #000;
}

.brdcrum a:hover {
	color: #008cf5;
}

.sharepost {
	border-bottom: 1px solid #949494;
	display: flex;
}

.views {
	padding: 20px 0;
}


.authorphoto-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 5px;
}

.date-color {
	color: #666666;
}



/***************/

.blog-list ul {
	float: left;
}

.searchbox {
	float: right;
	padding: 18px;
	position: relative;
}

#searchform {
	position: relative;
}

.searchbox .field {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.searchbox .field::placeholder {
	color: #fff;
}

.searchbox .field:-moz-placeholder {
	color: #fff;
}

.searchbox .field::-webkit-input-placeholder {
	color: #fff;
}

.searchbox .search-submit {
	font-size: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 13px;
	background: transparent;
	border: 0px;
	cursor: pointer;
}

.searchbox .search-submit:focus {
	outline: none;
}

.searchbox .search-submit svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}


.nothingsearch {
	padding-bottom: 20px;
}

.search-form {
	display: flex;
	align-items: center;
}

.search-form label {
	padding-right: 10px;
}

.search-form .search-submit {
	font-size: 0px;
	padding: 14px;
	background: #008cf5;
	border: 0px;
	cursor: pointer;
}

.search-form .search-submit:focus {
	outline: none;
}

.search-form .search-submit svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}


/* .blog-card .blog-card-header h5{min-height:68px;}
.blog-card-header{overflow:hidden;}
.blog-card .blog-card-header img{border:0px; overflow:hidden;}
.blogthumb{height:100%;}
 */

.pagination {
	overflow: hidden;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 20px;
}

.pagination h2 {
	display: none;
}

.pagination svg {
	width: 15px;
	height: 14px;
	margin: 0 5px;
	display: none;
}

.pagination a {
	color: #000000;
	margin: 0 5px;
	padding: 5px;
	display: inline-block;
}

.pagination a:hover {
	color: #008cf5;
}

.pagination .current {
	background: #008cf5;
	padding: 4px 8px;
	color: #ffffff;
}

/*----------------------------------------- Blog page CSS ends ----------------------------------*/

.blogarchive {
	padding-bottom: 70px;
}



@media(max-width:1200px) {

	/*----------- Blog detail page ----*/
	.blog-inner-banner {
		padding: 85px 0 10px 0;
	}

	.blog-detail-bg.mb-100 {
		margin-bottom: 60px;
	}

	.blog-detail-left h1 {
		font-size: 40px;
	}

}

@media(max-width:991px) {

	/* .blog-banner .blog-btn{margin-top:0px;} */
	.latestblog {
		margin-bottom: 70px;
	}

	.blogtab-outer {
		margin-bottom: 70px;
	}

	.blog-banner .half {
		width: 100%;
		float: none;
	}

	.tabsbar .tabsbar-left {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	/* .tabsbar .tabsbar-left .blog-list{ width:calc(100% - 18.75%); float:none; margin:0 auto; } */

	.tabsbar .tabsbar-right {
		display: none;
	}

	.blog-detail-left {
		float: none;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-detail-left .mt-70 {
		margin-top: 30px;
	}

	.blog-banner {
		padding: 120px 0 0 0;
		display: block;
	}

}

@media(max-width:1000px) {

	/*---- BLOG DETAIL----*/
	.blog-btn.ml-70 {
		margin-left: 0px;
	}

	.blog-container h1 {
		text-align: left;
		font-size: 40px;
	}

	.blog-container p.pt-30 {
		padding-top: 10px;
	}

	.blog-container p {
		text-align: left;
		font-size: 17px;
	}
}

@media(max-width:770px) {
	.blogarchive {
		padding-bottom: 50px;
	}


}


@media(max-width:767px) {

	/*--- BLOG DETAIL ---*/
	.quote-head.pt-30 {
		padding-top: 42px;
	}

	.blog-btn.mt-70 {
		margin-top: 0px;
	}

	.quote-head.pb-60 {
		padding-bottom: 25px;
	}

	/* .blog-btn{
           padding: 15px;
           width: 160px;
           height: 45px;
           font-size: 14px;
       } */
	.post-writer .ml-20 {
		margin-left: 0px;
	}

	.post-writer .w-80 {
		width: 100%;
	}

	.post-comment1.mt-50 {
		margin-top: 0px;
	}

	.blog-detail-left h1 {
		font-size: 35px;
	}

}

@media(max-width:500px) {

	.blog-detail-left {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-detail-left h1 {
		font-size: 30px;
		padding-bottom: 15px;
	}

	.blog-card .blog-card-header a {
		float: none;
		font-size: inherit;
	}

	a.ancor-link {
		float: right !important;
	}

	.post-share {
		padding-top: 0px;
	}

}

@media(max-width:400px) {
	.blog-comment img {
		display: none;
	}

	.post-comment1 {
		width: auto;
		height: auto;
		margin-left: 0px;
	}
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/* margin: calc(2 * 1rem) 1rem; */
	word-wrap: break-word;
	/* Add extra margin when the comments section is located immediately after the
       * post itself (this happens on pages).
       */
}

@media only screen and (min-width: 768px) {
	.comments-area {
		/* max-width: calc(8 * (100vw / 12) - 28px); */
	}
}

@media only screen and (min-width: 1168px) {
	.comments-area {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.comments-area {
		/* margin: calc(3 * 1rem) calc(10% + 60px); */
	}
}

.comments-area>* {
	margin-top: calc(2 * 1rem);
	margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
	.comments-area>* {
		margin-top: calc(3 * 1rem);
		margin-bottom: calc(3 * 1rem);
	}
}

.entry+.comments-area {
	margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
	.comments-area .comments-title-wrap {
		align-items: baseline;
		display: flex;
		justify-content: space-between;
	}
}

.comments-area .comments-title-wrap .comments-title {
	margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
	background: #767676;
	content: "\020";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

@media only screen and (min-width: 768px) {
	.comments-area .comments-title-wrap .comments-title {
		flex: 1 0 calc(3 * (100vw / 12));
	}
}

@media only screen and (min-width: 768px) {
	.comments-area .comments-title-wrap .discussion-meta {
		flex: 0 0 calc(2 * (100vw / 12));
		margin-left: 1rem;
	}
}

#comment {
	max-width: 100%;
	box-sizing: border-box;
}

#respond {
	position: relative;
}

#respond .comment-user-avatar {
	margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
	padding-left: 0;
}

#respond>small {
	display: block;
	font-size: 22px;
	position: absolute;
	left: calc(1rem + 100%);
	top: calc(-3.5 * 1rem);
	width: calc(100vw / 12);
}

#comments>.comments-title:last-child {
	display: none;
}

.comment-form-flex {
	display: flex;
	flex-direction: column;
}

.comment-form-flex .comments-title {
	display: none;
	margin: 0;
	order: 1;
}

.comment-form-flex #respond {
	order: 2;
}

.comment-form-flex #respond+.comments-title {
	display: block;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .children {
	margin: 0;
	padding: 0 0 0 1rem;
}

.comment-list>.comment:first-child {
	margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
	color: #767676;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 0.71111em;
	font-weight: 500;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
	font-weight: bold;
	font-size: 19.55556px;
	line-height: 1.5;
	padding-right: 0.5rem;
	display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
	color: #767676;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 500;
}

#respond+.comment-reply {
	display: none;
}

.comment-reply .comment-reply-link {
	display: inline-block;
}

.comment {
	list-style: none;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.comment {
		padding-left: calc(.5 * (1rem + calc(100vw / 12)));
	}

	.comment.depth-1,
	.comment .children {
		padding-left: 0;
	}

	.comment.depth-1 {
		margin-left: calc(3.25 * 1rem);
	}
}

.comment .comment-body {
	margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
	position: relative;
}

.comment .comment-author .avatar {
	float: left;
	margin-right: 1rem;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.comment .comment-author .avatar {
		float: inherit;
		margin-right: inherit;
		position: absolute;
		top: 0;
		right: calc(100% + 1rem);
	}
}

.comment .comment-author .fn {
	position: relative;
	display: block;
}

.comment .comment-author .fn a {
	color: inherit;
}

.comment .comment-author .fn a:hover {
	color: #005177;
}

.comment .comment-author .post-author-badge {
	border-radius: 100%;
	display: block;
	height: 18px;
	position: absolute;
	background: #008fd3;
	right: calc(100% - 2.5rem);
	top: -3px;
	width: 18px;
}

@media only screen and (min-width: 768px) {
	.comment .comment-author .post-author-badge {
		right: calc(100% + 0.75rem);
	}
}

.comment .comment-author .post-author-badge svg {
	width: inherit;
	height: inherit;
	display: block;
	fill: white;
	transform: scale(0.875);
}

.comment .comment-metadata>a,
.comment .comment-metadata .comment-edit-link {
	display: inline;
	font-weight: 500;
	color: #767676;
	vertical-align: baseline;
}

.comment .comment-metadata>a time,
.comment .comment-metadata .comment-edit-link time {
	vertical-align: baseline;
}

.comment .comment-metadata>a:hover,
.comment .comment-metadata .comment-edit-link:hover {
	color: #005177;
	text-decoration: none;
}

.comment .comment-metadata>* {
	display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
	color: #767676;
	margin: 0 0.2em;
	vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
	color: #767676;
}

.comment .comment-metadata .edit-link svg {
	transform: scale(0.8);
	vertical-align: baseline;
	margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
	position: relative;
	padding-left: 1rem;
	margin-left: -1rem;
	z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
	color: #0073aa;
}

.comment .comment-content {
	margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
	.comment .comment-content {
		padding-right: 1rem;
	}
}

.comment .comment-content>*:first-child {
	margin-top: 0;
}

.comment .comment-content>*:last-child {
	margin-bottom: 0;
}

.comment .comment-content blockquote {
	margin-left: 0;
}

.comment .comment-content a {
	text-decoration: underline;
}

.comment .comment-content a:hover {
	text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
	font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	color: #005177;
}

.discussion-avatar-list {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.discussion-avatar-list li {
	position: relative;
	list-style: none;
	margin: 0 -8px 0 0;
	padding: 0;
	float: left;
}

.discussion-avatar-list .comment-user-avatar img {
	height: calc(1.5 * 1rem);
	width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
	margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
	vertical-align: middle;
	fill: currentColor;
	transform: scale(0.6) scaleX(-1) translateY(-0.1em);
	margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 0.71111em;
	color: #767676;
}

@media only screen and (min-width: 768px) {

	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: calc(50% - 0.5rem);
		float: left;
	}
}

@media only screen and (min-width: 768px) {
	.comment-form .comment-form-email {
		margin-left: 1rem;
	}
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
	display: block;
	width: 100%;
}



/************** comment css ****************/

.avcomments h3 {
	margin-bottom: 30px;
}

.avcomments p {
	margin: 15px 0;
}

fieldset.rating {
	border: 1px solid #e4e4e4;
}

.rating {
	margin-bottom: 20px;
	padding: 5px 15px;
}

.rating label {
	font-size: 45px !important;
}

.comment-form label {
	color: #767676;
	line-height: 1.8;
}

.comment-form-cookies-consent label {
	margin-left: 5px;
}

.reply .comment-reply-link {
	color: #008cf5;
}

.reply .icon-mail-reply {
	width: 15px;
	height: 15px;
	fill: #008cf5;
	margin-right: 5px;
}

.comment-respond {
	margin-top: 20px;
}

#cancel-comment-reply-link {

	padding: 6px 15px;
	border: 0px solid #e4e4e4;
	font-size: 15px;
	color: #fff;
	border-radius: 20px;
	font-weight: bold;

	background-color: #008cf5;
	background-image: -moz-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
	background-image: -webkit-linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
	background-image: linear-gradient(to right, rgb(0, 141, 255) 0%, rgb(0, 211, 255) 100%);
}

.comment-author .avatar {
	border-radius: 100%;
	display: block;
	height: calc(2.25 * 1rem);
	min-height: inherit;
	width: calc(2.25 * 1rem);
}

.comment-metadata {
	margin-top: 5px;
	font-size: 13px;
}

.comment .comment-author .says {
	display: none;
}

.comment-awaiting-moderation {
	margin-top: 5px;
	display: block;
}

.comment-content .tval {
	display: none;
}

/* .img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }     */




/* Comments */



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {


	background: #fff;
	border: solid 1px #ccc;
	box-sizing: border-box;
	outline: none;
	padding: 15px;
	font-size: 22px;
	/* -webkit-appearance: none;   */
	outline-offset: 0;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
}

select {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	resize: vertical;
}

#commentform input[type="submit"] {
	display: inline-block;
	padding: 20px 25px;
	border: 0px solid #e4e4e4;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 15px;
	color: #fff;
	border-radius: 3px;

	background-color: #008cf5;
	/* background-image: -moz-linear-gradient(to right,  rgb(0,141,255) 0%, rgb(0,211,255) 100%);
    background-image: -webkit-linear-gradient(to right, rgb(0,141,255) 0%, rgb(0,211,255) 100%);
    background-image: linear-gradient(to right, rgb(0,141,255) 0%, rgb(0,211,255) 100%); */
}

#commentform input[type="submit"]:hover {
	cursor: pointer;
	background-color: #008cf5;
	/* background-image: -moz-linear-gradient(to right,  rgb(0,141,255) 0%, rgb(0,211,255) 100%);
    background-image: -webkit-linear-gradient(to right, rgb(0,141,255) 0%, rgb(0,211,255) 100%);
    background-image: linear-gradient(to right, rgb(0,141,255) 0%, rgb(0,211,255) 100%); */

}

#snippet-box {
	display: none !important;
}

.views {
	display: none;
}

.numberclr {
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #e6f1f0, #c8dedc);
	margin-right: 10px;
	width: 46px;
	height: 46px;
	display: inline-block;
	font-size: 20px;
	font-family: 'Courier New', Courier, monospace;
	text-align: center;
	line-height: 46px;
}

.site .top-bar {
	border-bottom: 1px solid #dddddd;
	background: #0C1736;
}



.top-bar {
	line-height: normal;
}

.ebookleft {
	padding-right: 30px;
}

.ebookdetail {
	padding-top: 120px;
}

.ebookdetail .w-70 {
	width: 70%;
}

.ebookdetail .w-30 {
	width: 30%;
}

.outer-get-in-tuch .full-formm {
	box-shadow: 0px 7px 13px 0 rgba(78, 131, 187, 0.2);
	-moz-box-shadow: 0px 7px 13px 0 rgba(78, 131, 187, 0.2);
	-webkit-box-shadow: 0px 7px 13px 0 rgba(78, 131, 187, 0.2);
}

.ebookdetail h1 {
	font-size: 56px;
	font-family: FuturaPT-Bold;

}

.ebookdetail .blogcontent {
	max-width: 100%;
}

.ebookwrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/*** ebook form ***/

.ebookform {
	color: #ffffff;
	margin-top: 60px;
	font-size: 16px;
}

.ebookform-indent {
	padding: 30px;
}

.ebookform h4 {
	font-size: 29px;
	text-align: center;
	margin: 0 0 20px 0;
	/* font-weight:500; */
	font-family: FuturaPT-Medium;
}

.wpcf7-submit {
	font-size: 18px;
	color: #000000;
	padding: 0px 40px;
	text-align: center;
	background: #ffffff;
	border: 0px;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;

}

.wpcf7-submit:focus {
	outline: none;
}


/***** checkbox design css ******/

.ebookform span.wpcf7-list-item {
	position: relative;
	margin: 0 0 0 0px;
}

.ebookform input[type=checkbox]+span {
	display: block;
	margin: 0.2em;
	/* cursor: pointer; */
	padding: 0.2em;
	padding-left: 30px;
	color: #fff;
}

.ebookform input[type=checkbox] {
	/* display: none; */
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	opacity: 0;
	cursor: pointer;
	color: #fff;
}

.ebookform span.wpcf7-list-item-label::after {
	display: none;
}

.ebookform input[type=checkbox]+span:before {
	content: "\2714";
	border: 0.1em solid #ffffff;
	border-radius: 100%;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding-left: 1px;
	padding-bottom: 0.3em;

	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	margin-left: -26px;
	margin-right: 8px;
	font-size: 13px;
	text-align: center;
	line-height: 13px;

}

/* input[type=checkbox] + span:active:before {
  transform: scale(0);
} */

.ebookform input[type=checkbox]:checked+span:before {
	/* background-color: MediumSeaGreen; */
	/* border-color: MediumSeaGreen; */
	color: #fff;
}

/* .ebookform input[type=checkbox]:disabled + span:before {
  transform: scale(1);
  border-color: #aaa;
}

.ebookform input[type=checkbox]:checked:disabled + span:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
} */

/****** checkbox design end ******/


.ebookdetail .blogcontent li {
	background: url(images/circle-arrow.svg) top left no-repeat;
	list-style: none;
	background-size: 30px;
	padding: 0px 0 15px 40px;
}


@media(max-width:1200px) {

	.ebookdetail .w-70 {
		width: 60%;
	}

	.ebookdetail .w-30 {
		width: 40%;
	}

	.ebookdetail h1 {
		font-size: 40px;
	}

}

@media(max-width:991px) {


	/* .blog-card-header {
    width: 50%;
} */

	.ebookdetail .w-70 {
		width: 100%;
		float: none !important;
	}

	.ebookleft {
		padding-right: 0px;
	}

	.ebookdetail .w-30 {
		width: 100%;
		max-width: 350px;
		float: none !important;
		margin: 0 auto;
		margin-top: 50px;
	}

	.ebookdetail h1 {
		font-size: 30px;
	}




}

@media(max-width:767px) {

	.blog-card-header {
		width: 100%;
		padding: 5px 0;
	}

	.latestblog h3 {
		margin-left: 0px;
	}


}



/*---------------------------------- scroll back start css------------------------------ */
#scroll {
	position: fixed;
	right: 13px;
	bottom: 100px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	display: none;
	border-radius: 50px;
	border: 1px solid #000;
	opacity: 0.6;
	z-index: 99999;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #000;
	opacity: 0.6;
	z-index: 99999;
}

.bounce {
	-moz-animation: bounce 8s infinite;
	-webkit-animation: bounce 8s infinite;
	animation: bounce 8s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/*---------------------------------- scroll back ends css-----------------------------*/


.btn_check input {
	display: none;
}

.btn_check {
	padding: 8px 10px 8px 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	padding: 5px;
	margin-right: 10px;
	font-size: 15px;
	color: #03719c;
	text-decoration: none;
	border: 3px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #03719c;
	color: #fff;
	border: 3px solid #AFAFAF;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.btn_check label {
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	text-align: center;
	padding: 10px 15px;
	font-size: 17px;
	color: #000;
	margin: 0;
	transition: .3s ease;
}

.btn_check input:checked+label {
	color: #ffffff;
	background-color: #000000;
	border-color: #b3b3b3;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.btn-upload {
	font-size: 15px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px dashed #979797;
	border-radius: 3px;
	padding: 13px 6px;
}

.btn-upload img {
	margin-right: 20px;
	vertical-align: middle;
	width: 20px;
}

.upload-btn-wrapper input[type="file"] {
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 73px;
}


.get-info h5 {
	font-family: "futura-pt-medium";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 21px;
	color: #212529;
}

.get-info p {
	font-family: "futura-pt-medium";
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.64px;
	color: #757575;
}

.get-info p strong {
	color: #000000;
}

.get-info-form h5 {
	font-family: "futura-pt-medium";
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
}



.get-info-form input:focus {
	outline: none;
}

.get-info-form input::placeholder {
	color: #757575;
	font-size: 20px;
}




.get-info-form label {
	font-family: "futura-pt-medium";

	font-weight: normal;
	font-size: 20px;
	color: #000000;
}

.get-info-form textarea:focus {
	outline: none;
}

.get-info-form select:focus {
	outline: none;
}

.form-submit-btn {
	width: 100%;
	height: 50px;
	background: #bcbcbc;
	border: none;
	letter-spacing: 0.64px;
	font-size: 10px;
	border-radius: 0;
	font-family: FuturaPT-Demi;
}

.Addadditionalnoteshere textarea {
	height: 120px !important;
	resize: none;
}

.active-body {
	padding-bottom: 37px !important;
}


.footer-modal {


	background: #fff;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	display: flex;
	/* visibility: hidden; */
	transition: 0.5s;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	padding: 7px 0px;
}

.active-modal {
	position: fixed;
	bottom: 0px;
	transition: 0.5s;
	z-index: 9999999;
	width: 100%;
	visibility: visible;
	left: 0px;
}

.footer-modal p {
	margin: 0px;
	padding: 0px;
	color: #212529;
	font-size: 19px;
}

.footer-modal a {
	display: block;
	margin-left: 20px;
	padding: 12px 40px;
	border-radius: 5px;
	background: #008cf5;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.wpcf7-form-control-wrap {
	position: unset;
}

@media screen and (min-width: 300px) and (max-width: 2500px) {
	.container {
		max-width: 1200px !important;
	}
}

.wpcf7-spinner {
	position: absolute !important;
}

.home-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	background-attachment: fixed;
}

.home-banner h1 {
	font-size: 6vw;
	font-weight: 600;
	font-family: FuturaPT-Bold;
	color: #fff;
}

.home-banner p {
	font-size: 20px;
	line-height: 1.53;
	max-width: 600px;
	color: #fff;

}

.home-banner p:nth-child(1) {
	padding: 20px 0px !important;
}

.home-black-content {
	background-color: #000000;
	color: #ffffff;
}

.home-black-content h2 {
	font-size: 20px;
	font-family: FuturaPT-Medium;
}

.home-black-content p {
	font-size: 25px;
	line-height: 1.72;
	max-width: 710px;
	color: #555;
	font-family: FuturaPT-Demi;
}

.ensure-section h3 {
	font-family: FuturaPT-Demi;
	font-size: 54px;
	line-height: normal;
}

.ensure-section p {
	font-family: FuturaPT-Book;
	font-size: 19px;
	color: #000;
}



.counter-home {
	position: relative;
	line-height: 120px;
	font-family: 'din_condensedbold';
	font-size: 20vw;
}

.counter-home span {
	line-height: 218px;
	max-height: 300px;
	display: inline-block;
	-webkit-text-stroke: 1px #008cf5;
	background: linear-gradient(0deg, #fff 33%, #008cf5 0);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.counter-home sup {
	font-size: 120px;
	font-family: 'din_condensedbold';
	top: -70px;

}

.counter-home sub {
	font-family: FuturaPT-Bold;
	font-size: 29px;
	font-weight: 700;
	line-height: normal;
	display: block;
	max-width: 100px;
}

.counter-home .position-absolute {
	line-height: 40px;
}

.av-circle {
	width: 156px;
	height: 156px;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-left: auto;
	border-radius: 100%;
}

#circle text {
	font-size: 14.5px;
	color: #000;
	letter-spacing: 3px;


}

#circle {
	position: absolute;
	width: 300px;
	height: 300px;
	padding-bottom: 100%;
	overflow: hidden;
	animation: rotate 5s infinite linear;

}

@keyframes rotate {
	from {
		transform: rotate(359deg);
	}

	to {
		transform: rotate(0deg);

	}
}

.counter-two {
	font-size: 220px;
	line-height: 0px !important;
}

.counter-two span {
	color: #000;


	font-size: 220px;
	line-height: 13vw;
	line-height: 220px;
	-webkit-text-stroke: 2px #000;
	-webkit-text-fill-color: #fff;
	position: relative;
}

.totalExp {
	position: absolute !important;
	right: 0px;
	bottom: -10px !important;
	max-width: 201px !important;
	line-height: 30px !important;
	text-align: right;
}

.plus {
	position: absolute;
	right: 50px;
	top: 40px !important;
	-webkit-text-stroke: 2px #000;
	-webkit-text-fill-color: #fff;
	font-size: 80px !important;
}

.percent {
	position: absolute;
	right: -27px;
	color: #008cf5;
	font-size: 80px;
	top: 56px !important;
	font-family: 'din_condensedbold';
}

.counter-three span {
	color: #008cf5 !important;
	-webkit-text-stroke: 0px !important;
	background: transparent !important;
	background-clip: unset !important;
	-webkit-background-clip: unset !important;
	-webkit-text-fill-color: unset !important;
}

.counter-three .totalExp {
	font-size: 29px;
	font-weight: 700;
	position: absolute;
	bottom: -28px;
	line-height: normal;
	-webkit-text-stroke: initial;
	-webkit-text-fill-color: initial;
	font-family: FuturaPT-Bold;
	color: #000;
	margin-bottom: 0;
	text-align: right;
	right: -82px !IMPORTANT;
	bottom: -40px !important;

}

.counter-three span {
	color: #008cf5;
	font-family: 'din_condensedbold';
	font-size: 13vw;
	font-size: 220px;
	line-height: 220px;
	-webkit-text-stroke: 1px #008cf5;
	-webkit-text-fill-color: #008cf5;
	position: relative;

}

/* home-section-four  */

.home-section-four h5 {
	font-family: FuturaPT-Demi;
	font-size: 70px;
	position: relative;
}

.home-section-four p {
	font-family: FuturaPT-Medium;
	font-size: 18px;
	margin-bottom: 0;
}

.home-section-four span {
	position: absolute;
	font-family: FuturaPT-Book;
	font-size: 14px;
	top: 30px;
	left: -10px;
}

/* why-we-are */
.why-we-are {
	background-color: #000000;
	padding: 100px 0px;
}

.why-we-are h5 {
	font-family: FuturaPT-Demi;
	font-size: 54px;
	line-height: normal;
	color: #fff;
}

.why-we-are p {
	font-size: 19px;
	font-family: FuturaPT-Book;
	color: #fff;
}

.how-can-help-slider {
	padding: 65px 5vw 52px 80px;
	background: #fff;
}

.how-can-help-slider h5 {
	font-size: 19px;
	font-family: FuturaPT-Book;
	color: #000000;
}

.how-can-help-slider h6 {
	font-family: FuturaPT-Demi;
	font-size: 54px;
	line-height: normal;
}

.how-can-help-slider p {
	font-size: 19px;
	font-family: FuturaPT-Book;
	color: #000;
}

.owl-nav {
	font-size: 40px !important;
}

#homepage .owl-nav button {
	margin: 0px 30px !important;
	margin-left: 0px !important;
}

.how-can-help-slider {
	margin-left: 180px;
}

.btn-header-link {
	color: #fff;
	font-size: 28px;
	outline: none;
	padding: 0px;
	font-family: FuturaPT-DEMI !important;
}

.btn-header-link:hover {
	color: #fff;
}
.form-group label {
	font-size: 20px;
    color: #000;
}

.card-body {
	font-size: 19px;
	font-family: FuturaPT-Book;
	color: #fff;
	border-bottom: solid 1px #3f3f3f;
	line-height: 24px;
	padding: 20px 0px;
	margin: 0px 0px 0px 40px;
}

.btn-header-link:focus {
	box-shadow: none;

}

.card-header {
	padding: 0px !important;
}

.card {
	margin-bottom: 20px;
}

.testimonial {
	background: url(./images/testimonial-back.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0px;
}

#testimonials-list {
	background: url(./images/quote.svg) center left no-repeat;
	background-size: contain;
	padding: 100px 0px;
}

.quote {
	width: 32px !important;
	display: inline !important;
}

.shadow-effect mark {
	background-color: #008cf5;
	color: #fff;
	line-height: 1.78em;
	font-size: 18px;
	position: relative;
}

.testimonial-name {
	color: #fff !important;
	font-size: 19px;
	font-family: FuturaPT-Book;
}

.text-secondary {
	color: var(--main-black) !important;
}

/* latest Blogs css */
.latest-blogs {
	position: relative;
	z-index: 9;

}

.latest-blogs p {
	color: #212529;
	font-weight: 400;
	line-height: 1.5;
}

.latest-blogs:after {
	position: absolute;
	height: 50%;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: var(--main-black);
	content: '';
}

.latest-blogs .container {
	position: relative;
	z-index: 99999;
}

.latest-blogs .container .row {
	padding-bottom: 100px;
}

.card-title {
	font-family: FuturaPT-Demi;
	font-size: 18px;
	color: var(--main-black)
}

.card-text {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.latest-blogs .card {
	min-height: 340px;
	position: relative;
}

.latest-blogs .card .text-primary {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 13px;
	font-family: FuturaPT-Demi;
}

.solution-section {
	background: #000000 url(./images/mid-bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.bgblack {
	background: #000000;
	padding-top: 140px;
	padding-bottom: 60px;
	color: #fff;
}

.bgblack h4 {
	font-family: FuturaPT-Demi;
	font-size: 54px;
	line-height: normal;
}

.bgblack p {
	font-size: 19px;
	font-family: FuturaPT-Book;
	color: #fff;
}
.footer-modal-fixed {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
}
/* End latest  blog ccss */


.foot-link {
color: #777777 !important;
}

@media screen and (min-width: 300px) and (max-width: 993px) {
	.homelogo {
		display: none;
		
	}


.nav-main-head  .nav-link {
    color: #fff;
}

	.ensure-section .col-lg-3 {
		text-align: center;
	}

	.counter-home {
		text-align: center;
		font-size: 36vw !important;
		justify-content: flex-end;
		align-items: center;
		display: inline-table;

	}

	.counter-home sub {
		font-size: 20px !important;
	}

	.av-circle {
		display: none !important;
	}

	.counter-home .position-absolute {
		top: 83px;
		position: unset !important;
	}

	.totalExp {
		bottom: 20px !important;
		position: unset !important;
	}

	.counter-three span {
		font-size: 100px;
	}

	.counter-three .totalExp {
		right: 0px !important;
	}

	.percent {
		right: auto !important;
		left: 5px !important;
		font-size: 50px;
		top: 24px !important
	}

	.counter-three .d-inline-block {
		position: relative;
	}

	.counter-home sup {
		top: -23px !important;
		font-size: 94px;
	}

	.counter-home span {
		line-height: 156px;
		font-size: 123px;
	}

	.plus {
		left: 64px;
	}

	.counter-two .totalExp {
		margin-top: 20px !important;

	}

	.counter-three .totalExp {
		line-height: 16px !important;
		margin-top: 30px;
		display: block;
		font-size: 14px;

	}

	.counter-two .plus {
		top: 40px !important;
	}

	.home-section-four h5 {
		font-size: 30px;
	}

	.home-section-four p {
		font-size: 15px;
	}

	.home-section-four {
		padding-bottom: 40px;
	}

	.why-we-are h5 {
		font-size: 40px;
	}

	.how-can-help-slider {
		margin: 0px;
		padding: 40px 0px;
	}

	.how-can-help-slider h5 {
		font-size: 20px;
	}

	.how-can-help-slider h6 {
		font-size: 30px;
	}

	.how-can-help-slider img {
		display: none;
	}

	.owl-dots {
		display: none;
	}

	.why-we-are p {
		margin: 0px;
	}

	.card-body {
		margin: 0px;
	}

	.btn-header-link {
		font-size: 20px;
	}

	#testimonials-list {
		padding: 0px 0px;
	}

	.map-section {
		padding: 0px;
	}

	.latest-blogs .container .row {
		padding-bottom: 40px;
	}

	.home-black-content h2 {
		line-height: 40px;
	}

	.home-black-content p {
		font-size: 17px;
	}

	.home-banner h1 {
		font-size: 40px;
	}

	.logo-fixed-mobile {
		top: 33px;
		left: 18px;
	}

	.accordion {
		padding-left: 20px;
	}

	.mobile-menu-container {
		padding: 30px 0px;
	}

	.cant-find {
		padding: 0px 15px !important;
	}

	.page-section .row {
		margin: 0px !important;
	}

	.mr-10 {
		margin: 0px !important;
	}

	.mr-10 .row {
		margin: 0px !important;
	}

	.get-touch h2 {
		font-size: 40px !important;
	}

	.nav-link {
		color: #000;
	}

	.footer-modal a {
		max-width: 118px;
		padding: 10px 11px;
		margin-left: 5px;
		font-size: 10px;
	}

	.footer-modal p {
		font-size: 16px;
	}

	.home-section-four {
		padding-left: 20px;
	}

	.ensure-section h3 {
		font-size: 30px;
	}

	.btn-upload {
		width: 100%;
	}

	.pr-00 {
		padding: 0px;
	}
	.team-profile {
		text-align: center;
	}
	.team-profile img {
		margin: 0px auto;
		display: block;
	}
}
