/*!
Theme Name: Simple Blog Theme
Theme URI:  http://www.quantumcloud.com/products/themes/simple-blog
Author: quantumcloud
Author URI: http://www.quantumcloud.com/
Description: Description
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simpleblog
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 with others.

btheme is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/


@font-face {
	font-family: 'geomanistregular';
	src: url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.eot');
	src: url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.woff2') format('woff2'), url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.woff') format('woff'), url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.ttf') format('truetype'), url('https://dev.quantumcloud.com/webfonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'geomanistitalic';
	src: url('https://dev.quantumcloud.com/fonts/geomanist-regular-italic-webfont.eot');
	src: url(https://dev.quantumcloud.com/fonts/'geomanist-regular-italic-webfont.eot?#iefix') format('embedded-opentype'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-italic-webfont.woff2') format('woff2'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-italic-webfont.woff') format('woff'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-italic-webfont.ttf') format('truetype'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-italic-webfont.svg#geomanistitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'geomanistregular';
	src: url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.eot');
	src: url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.woff2') format('woff2'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.woff') format('woff'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.ttf') format('truetype'), url('https://dev.quantumcloud.com/fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src: url('https://dev.quantumcloud.com/fonts/icomoon.eot');
	src: url('https://dev.quantumcloud.com/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('https://dev.quantumcloud.com/fonts/icomoon.woff') format('woff'), url('https://dev.quantumcloud.com/fonts/icomoon.ttf') format('truetype'), url('https://dev.quantumcloud.com/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.header-top {
	background: #fff;
	padding: 15px 0;
}
.header-top-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-top-content p a {
	font-size: 18px;
	color: #666;
	margin-left: 15px;
}
.header-top-content p a:hover {
	color: #4623e3;
}
.header-top-content p span {
	font-size: 14px;
	color: #666;
	margin-right: 40px;
	position: relative;
}
.header-top-content p span:before {
	position: absolute;
	content: "";
	right: -30px;
	top: 10px;
	width: 20px;
	height: 1px;
	background: #666;
	opacity: .5;
}
/*----------------Header part ------------------ */

.header {
	background: #4f29f8;
}
.header {
	position: relative;
	padding: 10px 0;
}
.header .nav-item {
	position: relative;
}
.header .nav-item::before {
}
.header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	position: relative;
}
.header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #fff;
}
.header #navbarNav {
	width: 100%;
	justify-content: flex-end;
}
.header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	color: #fff;
	margin-left: 2em;
	margin-right: 2em;
}
/*--------select input common style---------*/

.language-content .nice-select {
	background: no-repeat;
	border: none;
}
.language-content .current {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.input_select.nice-select::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 7px;
	width: 7px;
	right: 20px;
}
.input_select.nice-select {
	border: none;
	border-radius: 0;
	height: 47px;
	line-height: 45px;
	padding-left: 28px;
	padding-right: 50px;
}
.input_select .option {
	line-height: 45px;
	min-height: 45px;
	font-size: 15px;
}
/*----------------Herro area Style ------------------ */

.banner {
	background: #4f29f8;
}
section.banner:before, .header:before {
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	background: #4623e3;
	height: 100%;
	position: absolute;
}
.banner {
	padding: 150px 0 170px 0;
	text-align: center;
	position: relative;
}
.banner-content h1 {
	font-size: 84px;
	color: #fff;
	line-height: 94px;
	margin-bottom: 30px;
	font-weight: 600;
}
.banner .form {
	margin: auto;
}
.banner .form-search {
	max-width: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin-top: 100px;
}
.banner .form-search {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.banner .form-search:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
}
.banner .form-search .form-submit, .banner .form-search .form-text {
	border-radius: 2px;
	position: relative;
	z-index: 2;
	margin-top: 0;
	width: 100%;
}
.banner .form-search .form-text {
	text-align: left;
	margin-bottom: 0;
	background: 0 0;
}
.banner .form input {
	width: 100%;
	height: 60px;
}
.form input {
	background-color: rgba(144, 69, 69, 0.2);
	color: #fff;
	caret-color: #fff;
}
.form input[type="submit"] {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	color: #4623e3;
	text-transform: uppercase;
	width: auto !important;
	padding: 0 60px;
	letter-spacing: 5px;
}
.form input::placeholder {
 color: #FFF;
}
.form input[type=submit]:hover {
	color: #000;
	cursor: pointer;
}
/*----------------About Us Style------------------ */

section.about-us {
	padding: 120px 0;
	background: #f3f3fc;
}
.about-content h2 {
	font-weight: 500;
	margin-bottom: 50px;
}
.about-img img {
	max-width: 100%;
	padding: 30px;
	border: 1px solid #fff;
}
.about-content {
	padding: 30px 30px 30px 0;
}
.about-content p {
	margin-bottom: 30px;
}
.more-about {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	background: #4f29f8;
	padding: 6px 30px;
	color: #fff;
	border-radius: 3px;
	width: 190px;
	text-align: center;
	margin-top: 20px;
}
.more-about:hover {
	background: #000;
	color: #fff;
}
/*----------------Blog Timeline List------------------ */

.blog-timeline {
	padding: 100px 0;
}
.blog-timeline .blog-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 120px;
}
.blog-timeline .blog-title h2 {
	font-weight: 100;
}
.post-content .nice-select::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 1px;
	background-color: #fff;
}
.post-content .nice-select::before {
	bottom: 0;
}
.post-content .nice-select::before {
	background-color: #43464b;
}
.post-content .nice-select {
	background: no-repeat;
	border: none;
}
.post-content .current {
	color: #333;
	font-size: 40px;
	font-weight: 100;
}
.post-select.nice-select::after {
	border-bottom: 1px solid #43464b;
	border-right: 1px solid #43464b;
	height: 7px;
	width: 7px;
	right: 0px;
}
.post-content .nice-select .list {
	-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
}
.post-select.nice-select {
	border: none;
	border-radius: 0;
	height: 47px;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 20px;
	margin-left: 10px;
}
.post-content .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
	color: #4623e3;
}
.post-select .option {
	line-height: 45px;
	min-height: 45px;
	font-size: 15px;
}
.blog-timeline-list-main .list-main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blog-timeline-list-main .list-main:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #e4e8ed;
	position: absolute;
	top: 0;
	left: 50%;
	right: inherit;
	margin-left: -5px;
	border-radius: 50%;
}
.blog-timeline-list-main .list-main:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #e4e8ed;
	position: absolute;
	top: 0;
	left: 50%;
	right: inherit;
	margin-left: -.5px;
}
/*li.hidden:nth-child(even) + li:nth-of-type(odd) + li:nth-of-type(even),
li.hidden:nth-child(even) + li.hidden:nth-child(odd) ~ li:nth-of-type(odd) {
    background: khaki;     
}

li:nth-child(even),
li.hidden:nth-child(even) ~ li:nth-of-type(odd), li.hidden:nth-child(even) + li.hidden:nth-child(odd) ~ li:nth-of-type(even) { 
    background: indianred; 
}*/

.hidden {
	display: none;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(odd) {
	margin-right: 61.01695%;
}
.blog-timeline-list-main .blog-list-post.odd {
	margin-right: 61.01695% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(even) {
	margin-left: 61.01695%;
	margin-top: -230px;
}
.blog-timeline-list-main .blog-list-post.even {
	margin-left: 61.01695% !important;
	margin-top: -230px !important;
	margin-right: 0 !important;
}
.blog-timeline-list-main .post-img img {
	max-width: 100%;
}
.blog-timeline-list-main .blog-list-post {
	margin-bottom: 0;
	width: 38.98305%;
}
.blog-timeline-list-main .blog-list-post:hover {
	-webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
	box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
.blog-timeline-list-main .blog-list-post {
	padding: 0 0 5px 0;
	-webkit-box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
	box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
	margin-bottom: 50px;
	max-width: 460px;
}
.blog-timeline-list-main .post-content h3 {
	font-size: 24px;
	line-height: 34px;
	color: #222;
	font-weight: 700;
}
.blog-timeline-list-main .post-content {
	padding: 30px;
}
.blog-timeline-list-main .details {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
/*----------------Footer Style ------------------ */

.footer-section {
	background: #4f29f8;
	padding: 50px 0;
}
.footer-section .footer-manu-top, .footer-section .copyright-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-section .logo-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-section .footer-nav-menu ul {
}
.footer-section .footer-nav-menu li {
	margin-left: 50px;
	display: inline-block;
}
.footer-section .footer-nav-menu li a {
	font-size: 14px;
	color: #fff;
	padding: 4px 0;
}
.copyright-section {
	margin-top: 30px;
}
.copyright-section {
	margin-top: 30px;
}
.copyright-section p span {
	margin-right: 40px;
	position: relative;
	opacity: .8;
}
.copyright-section p span::before {
	position: absolute;
	content: "";
	right: -30px;
	top: 10px;
	width: 20px;
	height: 1px;
	background: #fff;
	opacity: .5;
}
.copyright-section p {
	color: #fff;
	font-size: 14px;
}
.copyright-section p a {
	color: #fff;
	margin-left: 15px;
	font-size: 18px;
}
/*----------------About Style ------------------ */


section.about-section {
	padding: 120px 0;
}
.about-section .title {
	margin-bottom: 80px;
	padding-bottom: 40px;
	position: relative;
}
.about-section .title::before {
	position: absolute;
	content: "";
	background: #4f29f8;
	width: 80px;
	height: 1px;
	left: 50%;
	bottom: 20px;
	margin-left: -40px;
}
.about-desc p {
	margin-bottom: 40px;
	color: #555;
	font-size: 17px;
	line-height: 34px;
	font-weight: normal;
}
.about-section .about-right-side .numbers-info ul {
	overflow: hidden;
}
.about-section .about-right-side .numbers-info ul li {
	width: 50%;
	float: left;
}
.about-section .about-right-side .numbers-info h3 {
	font-size: 25px;
	margin-bottom: 45px;
	font-weight: 400;
}
/*.about-section .about-right-side {
	-webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
	box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
	position: relative;
	text-align: center;
	width: 520px;
	margin: 0 auto;
	max-width: 100%;
}*/

.about-right-side {
	text-align: right;
}
.about-right-side img {
	max-width: 470px;
	-webkit-box-shadow: 0 29px 60px 0 rgba(0,0,0,.25);
	box-shadow: 0 29px 60px 0 rgba(0,0,0,.25);
}
.about-section .about-right-side .numbers-info {
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-section .about-right-side .numbers-info {
	padding: 40px 60px 0 60px;
}
.about-section .about-right-side .numbers-info ul li h4 {
	font-size: 48px;
	color: #4f29f8;
	line-height: 1.6;
	font-weight: 600;
}
.about-section .about-right-side .numbers-info ul li p {
	padding: 0 40px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 40px;
}
.About-founder-left-img {
	position: relative;
	z-index: 2;
}
.About-founder-left-img::before {
	width: 328px;
	height: 328px;
	background: #4f29f8;
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: -1;
}
.next-row:nth-child(2n+1) {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 120px;
}
.About-founder-content-right h3 {
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #333;
}
.About-founder-content-right p {
	margin-bottom: 40px;
	color: #555;
	font-size: 17px;
	line-height: 34px;
	font-weight: normal;
}
.About-founder-left-img {
	-webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
	box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
	position: relative;
	text-align: center;
	width: 424px;
	margin: 0 auto;
	max-width: 100%;
}
.About-founder-content-right {
	padding-left: 50px;
}
.About-founder-left-img img {
	max-width: 100%;
	height: auto;
}
.about-founders-section .container > .next-row:nth-child(odd) .About-founder-content-right {
	padding-left: 0;
	padding-right: 50px;
}
.dark-section .dark-bg {
	background: #27282d;
	color: #fff;
	align-items: center;
	padding: 20px 40px 20px 5px;
}
.dark-feature-text h2 {
	margin-bottom: 40px;
}
.dark-feature-text p {
	margin-bottom: 40px;
	color: #fff;
	font-size: 17px;
	line-height: 34px;
	font-weight: normal;
}
.dark-sec-img img {
	max-width: 100%;
}
/*----------------Blog Details Style ------------------ */

section.blog-details {
	padding: 120px 0;
}
.blog-details .breadcrumb-style .breadcrumb {
	background: none;
}
.blog-details .blog-details-content {
	padding-right: 50px;
}
.blog-details .breadcrumb-style .breadcrumb li {
	font-size: 14px;
}
.blog-details .post-details-content img {
	max-width: 100%;
}
.blog-details .post-details-content p {
	margin-bottom: 40px;
}
.blog-details .social-share {
	display: flex;
	align-items: center;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 20px 0;
	margin: 60px 0;
}
.blog-details .social-share ul.social-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
}
.blog-details .social-share ul.social-list li {
	margin: 0 10px;
}
.blog-details-content .comment-title {
	border-bottom: solid #f2f2f2 1px;
	padding-bottom: 25px;
}
.comment-title span {
	color: #4f29f8;
	font-weight: 700;
}
.blog-details-content .comment-body p {
	font-size: 14px;
	margin-bottom: 20px;
}
.blog-details-content .comment-author > span {
	font-size: 24px;
}
.blog-details-content .comment-author {
	margin-top: 40px;
	margin-bottom: 15px;
	border-top: 1px solid #f3f3f3;
	padding-top: 20px;
}
.blog-details-content .comment-author.top-border {
	border-top: none;
	padding-top: 0px;
}
.blog-details-content .comment-body .reply .btn {
	width: auto;
	min-width: 0;
	padding: 8px 30px;
}
.blog-details-content .btn-reply {
	background-color: #fff;
	border-color: #4f29f8;
	color: #4f29f8;
}
.blog-details-content .btn-reply:hover {
	background-color: #4f29f8;
	border-color: #4f29f8;
	color: #fff;
}
.blog-details-content .children-comment .comment-body {
	border-left: 2px solid #f2f2f2;
}
.blog-details-content .children-comment .comment-body {
	padding-left: 50px;
}
.blog-details-content .children-comment {
	margin-left: 50px;
}
.blog-details-content .comment-form-main {
	margin-top: 60px;
}
.blog-details-content .comment-form {
	margin-top: 0px;
}
.blog-details-content .comment-form .field {
	width: 100%;
	color: #999;
	font-size: 16px;
	line-height: 1.66667;
	font-weight: 400;
	letter-spacing: .025em;
	padding: 23px 25px;
	margin-bottom: 10px;
	border: solid #f3f4f5 1px;
}
.blog-details-content .comment-form .field-comment {
	height: 135px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog-details-content .comment-form textarea {
	display: block;
}
.blog-details-content .comment-form .p-email, .comment-form .p-name {
	width: 50%;
	float: left;
}
.blog-details-content .comment-form .p-email {
	padding-left: 5px;
}
.blog-details-content .comment-form .p-name {
	padding-right: 5px;
}
.blog-details-content .comment-form .form-submit {
	padding-top: 0px;
	text-align: right;
	clear: both;
}
.blog-details-content .comment-form .btn-submit {
	background-color: #fff;
	border-color: #f16334;
	color: #f16334;
}
.blog-details-content .comment-form .form-submit .btn {
	min-width: 0;
	padding: 15px 30px;
}
.blog-details-content .comment-form .btn-submit {
	background-color: #fff;
	border-color: #4f29f8;
	color: #4f29f8;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
}
.blog-details-content .comment-form .btn-submit:hover {
	background-color: #4f29f8;
	border-color: #4f29f8;
	color: #fff;
}
.blog-details .widget {
	background: #fbfcfd;
	margin-bottom: 60px;
}
.blog-details .widget-search {
	position: relative;
	background: none;
}
.blog-details .widget-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	border: solid #e4e8ed 1px;
	padding: 0 10px;
	border-radius: 2px;
}
.blog-details .widget-search .search-form input {
	height: 50px;
}
.blog-details .blog-sidebar {
}
.blog-details .search-form .submit {
	border: none;
	background: none;
	cursor: pointer;
}
.blog-details .widget-about .img-wrap {
	border-bottom: solid #f2f2f2 1px;/*	padding-top: 10px;
*/
}
.blog-details .widget-about .img-wrap img.img {
	max-width: 100%;
}
.blog-details .widget-about .text {
	padding: 35px 40px 30px 40px;
}
.blog-details .widget-about .text {
	color: #707378;
}
.blog-details .widget .btn {
	padding: 10px 20px;
	border: 1px solid;
	margin-top: 30px;
}
.blog-details .btn, .btn-wrap a {
	width: auto;
	min-width: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
.blog-details .btn-rwr:hover {
	background-color: #4f29f8;
	border-color: #4f29f8;
	color: #fff;
}
.blog-details .widget-about p:last-child {
	margin-bottom: 0;
}
.blog-details .widget .btn-wrap {
	text-align: center;
}
.blog-details .widget-about {
	border: solid #f2f2f2 1px;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: .025em;
}
.blog-details .widget-about p {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: .025em;
}
.blog-details .border_top::after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #4f29f8;
	position: absolute;
	bottom: 0;
}
.blog-details .widget-about .title::after {
	width: 40px;
	height: 2px;
	top: 0;
}
.blog-details .widget-about .title {
	padding-top: .63636em;
	margin-bottom: .63636em;
	font-weight: 700;
	color: #26282d;
}
.blog-details .widget-help .title-wrap {
	padding: 50px 30px 45px 30px;
}
.blog-details .widget-help .title-wrap {
	background: #4f29f8;
	color: #fff;
}
.blog-details .widget-help .text {
	padding: 40px 10px 50px 10px;
}
.blog-details .widget-help .title {
	font-size: 36px;
	text-align: center;
	color: #fff;
	line-height: 46px;
	position: relative;
}
.blog-details .widget.widget-help {
	text-align: center;
}
.widget-menu .list {
	padding: 35px 40px 42px 40px;
}
.widget-menu .title {
	padding: 1.22222em 60px;
}
.widget-menu .title {
	font-weight: 700;
	border: solid #f2f2f2 1px;
}
.widget-menu .list {
	border: solid #f2f2f2 1px;
	border-top: 0;
	font-size: 14px;
	line-height: 1.75em;
	background: #fff;
}
.widget-menu .menu-item {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	color: #f2f2f2;
}
.widget-menu .menu-item::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #f2f2f2;
	position: absolute;
	top: .875em;
	left: 0;
	margin-top: -3px;
}
.widget-testimonial {
	background: #4f29f8;
	color: #fff;
	padding: 20px 10px;
}
.widget-testimonial {
	padding: 90px 40px 100px 40px;
}
.np-testimonial {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.widget-testimonial .btn {
	border: 1px solid #fff;
	color: #fff;
}
.widget-testimonial .np-testimonial-title {
	color: #e4e8ed;
	padding-top: 15px;
}
.widget-testimonial .np-testimonial-text {
	font-size: 20px;
	line-height: 2.2;
}
.np-testimonial-text {
	font-size: 18px;
	line-height: 1.66667;
	letter-spacing: .025em;
	quotes: "“" "”" "‘" "’";
}
blockquote::after, blockquote::before, q::after, q::before {
	content: '';
	content: none;
}
.np-testimonial-text::before {
	content: open-quote;
}
.np-testimonial-text::after {
	content: close-quote;
}
.np-testimonial-title::after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.np-testimonial-title::after {
	top: 0;
	left: 50%;
	margin-left: -40px;
}
.np-testimonial-title ::after {
	background: #fff;
}
/*----------------Contact Us Style ------------------ */


.contact-us {
	background: #4f29f8;
}
.contact-us .sectin-title {
	margin-bottom: 80px;
}
.contact-us .sectin-title h2 {
	font-size: 84px;
	line-height: 90px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-us .sectin-title p {
	color: #fff;
}
.contact-form-main .nice-select.post-select {
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}
.contact-form-main .post-select.nice-select::after {
	right: 20px;
}
.contact-form-main .nice-select .list {
	border-radius: 0;
}
.contact-form-main .nice-select {
	font-size: 16px;
}
.contact-form-main .form-group {
	margin-bottom: 20px;
}
.contact-form-main .form-group input {
	height: 60px;
	border-radius: 0;
	padding: 0 20px;
}
.contact-form-main .form-group textarea {
	height: 180px;
	border-radius: 0;
}
.contact-form-main .submit-button {
	float: right;
	width: 200px;
	height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 0;
	background: #2b0ea8;
	border-color: #2b0ea8;
}
.social-icon-inner h4 {
	color: #666;
	font-size: 20px;
}
.social-icon-inner a {
	font-size: 30px;
	margin-top: 21px;
	display: inline-block;
}


/*----------------Responsive Css ------------------ */



@media (max-width: 1200px) {
.container {
	max-width: 1170px;
}
}
 @media (max-width: 992px) {
.container {
	max-width: 970px;
}
.banner-content h1 {
	font-size: 50px;
	line-height: 60px;
}
.blog-timeline .blog-title h2 {
	font-size: 30px;
	line-height: 40px;
}
.post-content .current {
	font-size: 30px;
}
.blog-details-content .comment-form .form-submit .btn {
	margin-bottom: 30px;
}
.blog-details .blog-details-content {
	padding-right: 15px;
}
.About-founder-content-right {
	margin-top: 20px;
	text-align: center;
}
.about-section.dark-section {
	text-align: center;
}
.About-founder-content-right {
	margin-top: 20px;
	padding-left: 0px;
}
.about-founders-section .container > .next-row:nth-child(2n+1) .About-founder-content-right {
	padding-left: 0;
	padding-right: 0px;
}
.contact-us .sectin-title h2 {
	font-size: 40px;
	line-height: 50px;
}
}
 @media (max-width: 991px) {
#navbarNav ul {;
	background: #fff;
	text-align: left;
}
#navbarNav ul li a {
	color: #212121 !important;
}
#navbarNav ul {
	width: 100%;
}
}
 @media (max-width: 767px) {
.banner-content h1 {
	font-size: 40px;
	line-height: 50px;
}
.header-top-content p span {
	display: none;
}
.banner .form-search {
	flex-direction: column;
}
.blog-timeline .blog-title h2 {
	text-align: center;
}
.blog-timeline .blog-title {
	flex-direction: column;
}
.blog-timeline .blog-title {
	margin-bottom: 90px;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(2n) {
	margin-left: 0;
	margin-top: 0;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(2n+1) {
	margin-right: 0;
}
.blog-timeline-list-main .blog-list-post {
	width: 100%;
}
.blog-timeline-list-main .list-main::after {
	display: none;
}
.footer-section .footer-manu-top, .footer-section .copyright-section {
	justify-content: center;
	flex-direction: column;
}
.footer-section .footer-nav-menu li {
	margin-left: 10px;
	margin-right: 10px;
}
.blog-details-content .comment-form .form-submit .btn {
	margin-bottom: 30px;
}
.blog-details .blog-details-content {
	padding-right: 15px;
}
.About-founder-content-right {
	margin-top: 20px;
}
.About-founder-content-right {
	margin-top: 20px;
	padding-left: 0px;
}
.about-founders-section .container > .next-row:nth-child(2n+1) .About-founder-content-right {
	padding-left: 0;
	padding-right: 0px;
}
section.about-section {
	padding: 80px 0;
	text-align: center;
}
.contact-us .sectin-title h2 {
	font-size: 40px;
	line-height: 50px;
}
}
 @media (max-width: 576px) {
.banner-content h1 {
	font-size: 40px;
	line-height: 50px;
}
.header-top-content p span {
	display: none;
}
.banner .form-search {
	flex-direction: column;
}
.blog-timeline .blog-title h2 {
	text-align: center;
}
.blog-timeline .blog-title {
	flex-direction: column;
}
.blog-timeline .blog-title {
	margin-bottom: 90px;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(2n) {
	margin-left: 0;
	margin-top: 0;
}
.blog-timeline-list-main .blog-list-post:nth-of-type(2n+1) {
	margin-right: 0;
}
.blog-timeline-list-main .blog-list-post {
	width: 100%;
}
.blog-timeline-list-main .list-main::after {
	display: none;
}
.footer-section .footer-manu-top, .footer-section .copyright-section {
	justify-content: center;
	flex-direction: column;
}
.footer-section .footer-nav-menu li {
	margin-left: 10px;
	margin-right: 10px;
}
.language-content {
	display: none;
}
.blog-details-content .comment-form .form-submit .btn {
	margin-bottom: 30px;
}
.blog-details .blog-details-content {
	padding-right: 15px;
}
.blog-details-content .comment-form .p-email, .comment-form .p-name {
	width: 100%;
}
section.blog-details {
	padding: 80px 0;
}
.copyright-section p span {
	margin-right: 24px;
}
.About-founder-content-right {
	margin-top: 20px;
	padding-left: 0px;
}
.about-founders-section .container > .next-row:nth-child(2n+1) .About-founder-content-right {
	padding-left: 0;
	padding-right: 0px;
}
.about-section .about-right-side .numbers-info {
	padding: 30px 20px 0 20px;
}
.about-section .title {
	margin-bottom: 40px;
}
.about-section .about-right-side .numbers-info ul li p {
	font-size: 15px;
}
.about-section .about-right-side .numbers-info ul li h4 {
	font-size: 40px;
}
section.about-section {
	padding: 80px 0;
	text-align: center;
}
.contact-us .sectin-title h2 {
	font-size: 40px;
	line-height: 50px;
}
}
.header-top-content ul li {
	display: inline-block;
	padding: 0 5px;
}
.header-top-content ul li a {
	color: #222;
}
.header-top-content ul li a svg {
	position: relative;
}
.copyright-section ul li {
	display: inline-block;
	padding: 0 5px;
}
.copyright-section ul li a {
	color: #fff;
}
#navbarNav ul {
	margin: 0;
	padding: 0;
}
#navbarNav ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#navbarNav ul li a {
	padding-right: 0;
	padding-left: 0;
	font-size: 14px;
	color: #fff;
	margin-left: 2em;
	margin-right: 2em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.banner-image {
	overflow: hidden;
}
.post-img img {
	height: auto;
}
.footer_R {
}
.footer_R p {
}
.comment-respond input {
	border: 1px solid #eee !important;
	width: 100%;
}
.blog-details .post-details-content p {
	margin-bottom: 15px;
}
.comment-respond textarea {
	border: 1px solid #eee !important;
	width: 100%;
}
h2.screen-reader-text {
	font-size: 30px;
	line-height: 42px;
}
.widget-area span.screen-reader-text {
	display: none;
}
input.search-submit {
	cursor: pointer;
}
.widget-area form.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	border: solid #e4e8ed 1px;
	padding: 0 10px;
	border-radius: 2px;
}
label {
	margin-bottom: 0 !important;
}
.widget_search {
	background: #fff !important;
}
.blog-details input.search-field {
	height: 50px;
}
.post-thumbnail {
	margin: 0 0 20px 0;
}
img {
	max-width: 100%;
	height: auto;
}
form.mailpoet_form input.mailpoet_text {
	text-align: left;
	margin-bottom: 0;
	background: 0 0;
	border-radius: 2px;
	height: 60px;
	position: relative;
	z-index: 2;
	margin-top: 0;
	width: 100%;
	color: #fff;
}
form.mailpoet_form input.mailpoet_submit {
}
form.mailpoet_form input.mailpoet_submit:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
}
form.mailpoet_form {
	max-width: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin: 100px auto 0 auto;
}
form.mailpoet_form:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
}
form.mailpoet_form input[type="submit"] {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	color: #4623e3;
	text-transform: uppercase;
	width: auto !important;
	padding: 0 60px;
	letter-spacing: 5px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 19px 20px;
	z-index: 9;
}
form.mailpoet_form input::placeholder {
 color: #FFF;
}
form.mailpoet_form input[type=submit]:hover {
	color: #000;
	cursor: pointer;
}
#mailpoet_form_1 .mailpoet_message {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	color: #fff;
	background: #fff;
}
.parsley-errors-list {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	color: #fff;
	background: #fff;
	padding: 10px 0 !important;
}
/*Css pagination*/



.custom-pagination {
	background: #fff;
	z-index: 9;
}
.custom-pagination span.page-num {
	background: none !important;
	padding: 0 !important;
}
.custom-pagination .page-numbers {
	background: #eee;
	padding: 2px 12px;
}
.custom-pagination .current {
	background: #4f29f8;
	color: #fff;
}
.Searchpages h2.title {
	padding: 0 0 100px 0;
}
.Searchpages .blog-details-content h2 {
	font-size: 24px;
	line-height: 34px;
	color: #222;
	padding: 0 0 8px 0;
}
.Searchpages .blog-details-content h2 a {
	font-size: 24px;
	line-height: 34px;
	color: #222;
}
.Searchpages a.post-thumbnail {
	display: block;
	margin: 15px 0 15px 0;
}
.Searchpages .post-details-content article {
	background: #fbfcfd;
	padding: 20px;
	margin: 0 0 20px 0;
}
.widget_nav_menu h2 {
	font-weight: 700;
	padding: 1.22222em 60px;
	border: solid #f2f2f2 1px;
	font-family: 'geomanistregular';
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.menu-guides-container ul {
	border: solid #f2f2f2 1px;
	padding: 35px 40px 42px 40px;
	border-top: 0;
	line-height: 1.75em;
	background: #fff;
}
.menu-guides-container ul li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	color: #f2f2f2;
}
.menu-guides-container ul li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #f2f2f2;
	position: absolute;
	top: .875em;
	left: 0;
	margin-top: -3px;
}
.wpcf7-form-control-wrap {
	position: inherit !important;
}
.footer_social {
}
.authorImg {
	display: inline-block;
	padding: 0 10px 0 0;
	float: left;
}
.AuthorDetails {
	display: block;
}
.authorImg img {
	margin: 0;
	padding: 0;
	border-radius: 50%;
}
.blogStyleTime {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.authorBlogSection {
	margin: 25px 0 0 0;
}
.blog-details-style2 {
	margin: 0;
	padding: 0 0 120px 0 !important;
}
.style2-fullwidth {
	margin: 0 0 50px 0 !important;
	padding: 0 4% 0px 4% !important;
}
.style2-fullwidth-center {
	padding: 80px 0 0 0;
}
.style2-fullwidth .post-thumbnail {
	margin: 0 0 0 0;
}
.blog-style2Img {
	margin: 0 !important;
	padding: 0 !important;
}
/*comment css*/

.reply a {
	background-color: #fff;
	border: 1px solid #4f29f8;
	color: #4f29f8;
	width: auto;
	min-width: 0;
	padding: 8px 30px;
}
.reply a:hover {
	background-color: #4f29f8;
	color: #fff;
}
.comment .children {
	margin-left: 50px;
}
.children > .bypostauthor > .comment-body {
	border-color: #f16334;
}
.children > .comment > .comment-body {
	border-left: solid #f2f2f2 2px;
	border-left-color: rgb(242, 242, 242);
}
.children .comment-body {
	padding-left: 50px;
}
.comment-body {
	letter-spacing: .025em;
	font-size: 14px;
	line-height: 1.71429;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.post-details-content li {
	list-style: none !important;
}
.comment-author img {
	display: none;
}
span.says {
	display: none;
}
.fn {
	font-size: 20px;
	font-weight: bold;
}
#respond {
	background: #eee;
	padding: 12px 12px;
	margin: 40px 0 0 0;
}
.comment-form-url {
	display: none;
}
.comment-form-author {
	float: left;
	width: 48%;
}
.comment-form-email {
	float: right;
	width: 48%;
}
.comment-respond input {
	border: 1px solid #eee !important;
	width: 100%;
	padding: 6px 8px;
	margin: 8px 0 0 0;
}
.comment-respond input.submit {
	background: #4f29f8;
	color: #fff;
}
/*DropDown Menu css*/


.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header ul li {
	position: relative;
}
.header ul > li.menu-item-has-children > a:after {
	content: "\f107";
	font: normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.header ul > li:after {
	content: "";
	display: table;
	height: 3px;
	width: 0px;
	bottom: -1px;
	margin: 0 auto;
	transition: 0.5s;
	transform: translateY(-2px);
	background: #4f29f8 !important;
	transition: transform 0.5s;
}
.header ul > li:hover:after {
	width: 100%;
}
.header ul {
	text-align: right;
}
.header ul > li > a {
	display: block;
	padding: 29px 25px;
	overflow: hidden;
}
.header ul > li ul.sub-menu li {
	display: block !important;
	width: 100%;
}
.header ul > li > ul > li a {
	display: block;
	padding: 10px 15px !important;
	color: #222 !important;
	margin: 0 !important;
	transition: transform 0.5s;
	background: #fff;
}
.header ul > li > ul > li:hover a {
	background: #eee;
}
.header ul > li ul {
	position: absolute;
	background: #ffffff;
	width: 250px;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	transition: transform 0.5s;
	transform: translateY(10px);
}
.header ul li:hover > ul {
	visibility: visible;
	transform: translateY(0px);
}
.header ul > li:last-child ul {
	right: 0;
	left: initial !important;
}
.header ul > li ul.sub-menu ul {
	top: 0;
	right: 100%;
	left: auto;
}
.cb-editor-contents-entry p {
	margin: 0 0 20px;
	line-height: 1.8;
}
.cb-editor-contents-entry h1, .cb-editor-contents-entry h2, .cb-editor-contents-entry h3, .cb-editor-contents-entry h4, .cb-editor-contents-entry h5, .cb-editor-contents-entry h6 {
	margin: 0 0 20px;
	font-weight: 500;
	color: #111;
	line-height: 1.2;
}
.cb-editor-contents-entry blockquote {
	text-align: center;
	position: relative;
	margin: 30px 0;
	padding: 30px;
	font-size: 16px;
	font-weight: 400;
	background: #eee;
}
.cb-editor-contents-entry blockquote::before {
	color: #ff627d;
}
.cb-editor-contents-entry blockquote::before {
	content: "\201c";
	font-family: arial, times new roman;
	display: block;
	font-size: 93px;
	line-height: 50px;
	font-weight: 700;
}
.cb-editor-contents-entry img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.innerBannerTop {
	padding: 80px 0;
	color: #fff;
}
.footerRight span {
	color: #fff;
	font-size: 14px;
}
.footerRight ul {
	margin: 0 0 0 10px;
	display: inline;
}
/*Sidebar css*/

.widget h2.widget-title {
	background-color: #4f29f8;
	font-size: 36px;
	text-align: center;
	color: #fff;
}
.widget ul {
	margin: 0;
	padding: 15px 15px;
}
.widget ul li {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
}
.widget ul li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #adadad;
	position: absolute;
	top: .875em;
	left: 0;
	margin-top: -3px;
}
.post-details-content span.rt-reading-time, .about-intro-section span.rt-reading-time {
	display: none !important;
}
.nice-select.wide .list {
	min-width: 235px;
	z-index: 99;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
	width: 100% !important;
}
/*View all posts*/

.ViewAllPosts {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
.ViewAllPosts a {
	display: block;
	max-width: 140px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
	background: #4f29f8;
	color: #fff;
	box-shadow: 0 0px 12px 1px #ccc;
}
.ViewAllPosts a:hover {
	background: #222;
	color: #fff;
}
.reply {
	margin: 12px 0 0 0;
}
.nav-links a {
	display: block;
	max-width: 180px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 25px;
	background: #4f29f8;
	color: #fff;
	box-shadow: 0 0px 12px 1px #ccc;
	z-index: 9;
	position: relative;
}
.error-pages{
	min-height:400px;
}
.not-found{
	text-align:center;
}

.featured-section svg:not(:root) {
    left: -10px;
    position: relative;
    top: 7px;
}