/*Fonts*/

@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold.woff2') format('woff2'), url('../fonts/opensans-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'youngregular';
	src: url('../fonts/young.woff2') format('woff2'), url('../fonts/young.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'open_sansregular';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
img {
	max-width: 100%;
}
* {
	outline: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	font-family: 'youngregular';
	color: #000;
}
button {
	outline: none !important;
}
a:hover{ text-decoration: none;}
.navbar-expand-lg .navbar-nav {
	padding-top: 13px;
}
/*Header*/
body.down {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
header {
	position: relative;
	z-index: 99999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
header.clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	transition: 0.2s transform cubic-bezier(.3, .73, .3, .74);
}
body.down header.clone {
    transform: translateY(0);
    border-bottom: 1px solid #ccc;
}
.container {
	max-width: 1540px;
	margin: auto;
	padding: 0;
}
.navbar-toggler img {
	width: 35px;
}
.header-part {
	position: relative;
}
.navbar.navbar-expand-lg {
	background-color: #FFF;
}
a.navbar-brand.js-scroll-trigger img {
	max-width: 50px;
}
.navbar-nav li.nav-item {
	padding: 0 20px;
}
.navbar.navbar-expand-lg { 
    padding-top: 0;
    padding-bottom: 0;
}
a.nav-link {
    color: #262626;
    font-weight: normal;
    text-transform: capitalize;
    padding: 2px 2px !important;
    font-size: 14px;
    font-family: 'open_sansbold';
    line-height: 28px;
    font-weight: normal;
}
.navbar-nav a.nav-link{padding: 2px 2px !important;}
a.nav-link:hover, a.nav-link:focus, .navbar-expand-lg .navbar-nav li.nav-item.active a.nav-link {
	color: #b454b6;
}
li.nav-item.search-part {
    padding: 2px 7px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    opacity: 1;
    height: 33px;
}
li.nav-item.search-part input, li.nav-item.search-part button {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}
li.nav-item.search-part input:focus{ background: none !important;}
li.nav-item.search-part button {
	cursor: pointer;
}
li.nav-item.search-part button:hover, li.nav-item.search-part button:focus {
    background-color: transparent !important;
}
li.nav-item.social-part a {
	display: inline-block;
	vertical-align: top;
}
li.nav-item.social-part {
	padding-right: 0;
    position: relative;
    top: -3px;
}

.s-icon, .s-icon span {
	width: 33px;
	height: 35px;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.nav-link:hover i.s-icon span, a.nav-link:focus i.s-icon span, a.nav-link.active i.s-icon span {
	background-position: center -34px;
}
.s-icon span.fb-icon, .s-icon span.in-icon, .s-icon span.twit-icon, .s-icon span.yt-icon, .s-icon span.insta-icon {
	background-image: url(../images/facebook.svg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: inline-block;
}
.s-icon span.in-icon {
	background-image: url(../images/linkedin.svg);
}
.s-icon span.twit-icon {
	background-image: url(../images/twitter.svg);
}
.s-icon span.yt-icon {
	background-image: url(../images/youtube.svg);
}
.s-icon span.insta-icon {
	background-image: url(../images/instagram.svg);
}
/*Slider part*/

section.slider-section {
	background-image: url(../images/header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:20px;
}
.doc-img img {
	width: 400px;
}
.slider-mid {
	background-image: url(../images/header-circle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 95%;
	padding: 50px 50px 0;
}
.slider-content {
	position: absolute;
	z-index: 9999;
	bottom: 150px;
	width: 680px;
	margin: auto;
	left: 0;
	right: 0;
     text-align: center;
}
#page-header-bg .slider-content h1 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'open_sansbold';
    font-weight: normal;
   
}
.slider-content h6 {
	color: #FFF;
	margin-bottom: 30px;
}
.search-area input {
	background-color: #FFFFFF;
	border: 1px solid #B9B9B9;
	border-radius: 3px;
	padding: 9px 15px;
	width: 100%;
    font-size: 16px;
    color: #000;
}
button.join-btn {
	width: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #000 !important;
	line-height: 42px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
    padding:0px;
    font-weight: normal;
    font-size: 16px;
}
button.join-btn:hover {
    border: 1px solid #b960bb;
    background-color: #b960bb !important;
    opacity: 1 !important;
}
button.join-btn:focus{
    background-color: #000;
}
#subscribeForm .alert-warning {
    color: #fbc426;
    background: none;
    border: none;
    text-align: center;
    width: 100%;
}
#subscribeForm .alert-success{
    color: #6fef8c;
    background: none;
    border: none;
    text-align: center;
    width: 100%;
}
/* logo-section */

.logo-section {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	opacity: 1;
	padding: 30px 30px 15px;
	position: relative;
	margin-top: -75px;
	text-align: center;
}
.logo-section .slick-slide img {
	display: inline-block;
}
.logo-section .slick-slide {
	float: none;
	display: inline-block !important;
	text-align: center;
}
ul.slick-dots {
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.slick-dots li button {
	width: 14px;
	height: 14px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #37509E;
	border-radius: 40px;
	text-indent: -9999px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
	width: 14px;
	height: 14px;
	background: #FFF 0% 0% no-repeat padding-box;
	border: 1px solid #b454b6;
	border-radius: 40px;
	text-indent: -9999px;
	position: relative;
}
ul.slick-dots li.slick-active button:before {
	width: 10px;
	height: 10px;
	background-color: #b454b6;
	content: '';
	position: absolute;
	top: 1px;
	display: grid;
	left: 1px;
	right: 0;
	border-radius: 50px;
}
ul.slick-dots li.slick-active button:focus {
	outline: none;
}
/* WelcomeTwin */

.WelcomeTwin {
	padding: 80px 0;
	overflow: hidden;
}
.heading h2 {
	letter-spacing: 0px;
	color: #37509E;
	text-transform: uppercase;
	font-family: 'open_sansbold';
	font-size: 30px;
	margin-bottom: 25px;
	position: relative;
}
.heading h2:after {
	width: 200px;
	content: '';
	height: 1px;
	background-color: #c070c2;
	margin: auto;
	left: 0;
	right: 0;
	display: block;
	margin-top: 25px;
}
.WelcomeTwin p {
	text-align: center;
	letter-spacing: 0.6px;
	color: #383838;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 70px;
}
.tab-col {
	background: rgba(50,81,158,1);
	background: -moz-linear-gradient(left, rgba(50,81,158,1) 0%, rgba(65,92,172,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,81,158,1)), color-stop(100%, rgba(65,92,172,1)));
	background: -webkit-linear-gradient(left, rgba(50,81,158,1) 0%, rgba(65,92,172,1) 100%);
	background: -o-linear-gradient(left, rgba(50,81,158,1) 0%, rgba(65,92,172,1) 100%);
	background: -ms-linear-gradient(left, rgba(50,81,158,1) 0%, rgba(65,92,172,1) 100%);
	background: linear-gradient(to right, rgba(50,81,158,1) 0%, rgba(65,92,172,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32519e', endColorstr='#415cac', GradientType=1 );
	width: 25%;
	text-align: center;
}
.tab-col:hover a {
	padding-top: 20px;
}
.tab-col a {
	display: block;
	padding: 25px 25px 20px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.tab-col img{ display:inline-block;}
.tab-col a i {
	display: block;
	height: 80px;
	line-height: 80px;
}
.tab-col a span {
	display: block;
	font-size: 20px;
	font-family: 'open_sansbold';
	margin-top: 25px;
}
/*popular-posts*/

.popular-posts {
	padding-bottom: 75px;
	background-image: url(../images/post-bg.png);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.heading span {
	color: #000;
	margin-bottom: 15px;
	display: block;
	font-family: 'open_sansbold';
}
.popular-post-slider {
	margin-top: 40px;
}
.popular-box {
    position: relative;
    margin: 0 15px 0 0;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    overflow: hidden;
    height: 400px;
}
.post-text {
	position: absolute;
	bottom: 0;
	color: #FFF;
	padding: 25px;
	line-height: 24px;
	font-size: 18px;
	text-align: left;
	width: 100%;
	opacity: 1;
	z-index: 150;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.popular-box img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	width:100%;
    min-height: 440px;
    object-fit: cover;
}
.popular-box:hover img {
	transform: scale(1.1);
}
.popular-box:hover .post-text {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	bottom: 0;
}
.popular-box:before {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	z-index: 99;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.popular-box:hover:before {
	opacity: 1;
}
.post-text p {
	color: #FFF;
}
p.date-text {
	padding-top: 10px;
	color: #FED9FF !important;
}
.popular-post-slider ul.slick-dots, .TheBlogsPart ul.slick-dots {
	margin: 20px 0 0;
}
/*Want-to-read*/

section.Want-to-read {
	background-color: #eff3ff;
	overflow: hidden;
	position: relative;
}
.want-content {
	padding: 40px 110px 40px 0;
}
.want-content span, .video-content span {
	font-size: 13px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
.want-content h5 {
	font-size: 22px;
	font-family: 'open_sansbold';
	margin-bottom: 35px;
}
.want-content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.Want-to-read:after {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #3453a0;
	content: '';
	width: 50%;
	height: 103vh;
	top: 0;
	padding: 20px;
}
.blue-book-part {
	position: relative;
	z-index: 9;
	background-image: url(../images/header-circle.png);
	background-position: center;
	background-size: 55%;
	background-repeat: no-repeat;
	padding: 32px;
}
.blue-book-part img {
	width: 248px;
}
.blue-book-part:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: -102px;
    border-top: 0px solid transparent;
    border-left: 85px solid transparent;
    border-right: 30px solid #3453a0;
    border-bottom: 371px solid #3453a0;
    top: 0;
}
a.read-btn {
	background-color: #b960bb;
	color: #FFF;
	padding: 13px 25px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'open_sanssemibold';
}
a.read-btn:hover {
	background-color: #3453a0;
}
/*VideoSection*/

.VideoSection {
	padding: 120px 0;
	position: relative;
	background-image: url(../images/video-bg.png);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-content {
	padding-top: 100px;
	padding-left: 100px;
}
.video-content h5, .why-choose-us h5 {
	color: #37509e;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'open_sansbold';
	font-weight: normal;
	text-transform: uppercase;
}
.video-part {
	position: relative;
}
.video-part iframe, .video-part img {
	width: 100%;
	z-index: 99;
	min-height: 400px;
}
.video-part:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: -30px;
	border-top: 200px solid #3453a0;
	border-left: 450px solid #3453a0;
	border-right: 300px solid transparent;
	border-bottom: 240px solid transparent;
	top: -27px;
	z-index: -1;
}
.video-part:after {
	content: '';
	position: absolute;
	display: inline-block;
	right: -25px;
	border-top: 20px solid transparent;
	border-left: 200px solid transparent;
	border-right: 20px solid #3453a0;
	border-bottom: 200px solid #3453a0;
	bottom: -24px;
	z-index: -1;
}
/*why-choose-us*/

.why-choose-us {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background-color: #eff3ff;
}
.why-choose-us:after {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #3453a0;
	content: '';
	width: 50%;
	height: 700px;
	top: 0;
	padding: 20px;
}
.why-choose-us .want-content {
	padding: 40px 40px 40px 0;
}
.why-choose-us .blue-book-part {
	background-size: 96%;
	padding: 30px 0;
}
.why-choose-us .blue-book-part img {
	width: 100%;
	border: 10px solid #FFF;
	margin-left: -10px;
	z-index: 999;
	position: relative;
}
.why-choose-us .want-content:after {
	position: absolute;
	content: '';
	display: inline-block;
	right: -220px;
	border-top: 0px solid transparent;
	border-left: 185px solid #eff3ff;
	border-right: 70px solid transparent;
	border-bottom: 700px solid transparent;
	top: -30px;
	z-index: 9;
}
.why-choose-us .blue-book-part:before {
	display: none !important;
}
/*TheBlogsPart*/

.TheBlogsPart {
	padding: 80px 0;
	background-image: url(../images/post-bg.png);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-box {
	border: 1px solid #C1C1C1;
	background-color: #FFF;
	margin: 0 10px;
}
.blog-img {
	position: relative;
	overflow: hidden; 
}
.blog-img a {
	display:block;
}
.blog-img img {
	width: 100%;
	transition: transform .2s;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.blog-img:hover img {
	transform: scale(1.1);
}
.blog-img a:before {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	z-index: 99;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.blog-img a:hover:before {
	opacity: 1;
}
.blog-img a div{
    min-height: 260px !important;
}
.TheBlogsPart .blog-text {
	padding: 15px;
	text-align: left;
}
.TheBlogsPart .blog-text p {
	font-size: 16px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.TheBlogsPart p.date-text {
	padding-top: 10px;
	color: #37509E !important;
}
/*TwitterFacebook-Post*/ 
.blog-right-part .widget .widget-title {
    color: #37509E;
    font-size: 22px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
}
.TwitterFacebook-Post {
	padding: 40px 0;
	background-color: #f8f2f8;
	position: relative;
	overflow: hidden;
}
.TwitterFacebook-Post:after {
	position: absolute;
	left: 0;
	display: inline-block;
	background-color: #3453a0;
	content: '';
	width: 40%;
	height: 100%;
	top: 0;
}
.TwitterFacebook-Post:before {
	position: absolute;
	content: '';
	display: inline-block;
	right: auto;
	border-top: 0px solid transparent;
	border-left: 185px solid #3453a0;
	border-right: 70px solid transparent;
	border-bottom: 700px solid transparent;
	top: -30px;
	z-index: 9;
	left: 37%;
}
.TwitterFacebookBox {
	border: 1px solid #E0B9B9;
	background-color: #FFF;
	padding: 20px;
	position: relative;
	z-index: 99;
}
.TwitterFacebookBox:before {
	height: 365px;
	width: 2px;
	background-color: #eee;
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.TwitterFacebookBox h4 {
	font-size: 30px;
	text-transform: uppercase;
	color: #3352a0;
	font-family: 'open_sansbold';
	margin: 30px 0 20px;
}
.twitter-part, .facebook-part {
	padding: 0 15px;
}
.fb-post {
    height: 350px;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    overflow: hidden;
}
.fb-post img {
	width: 100%;
}
.twitter-part div{
    overflow-x: hidden !important;
}
.twit-tag {
	margin-top: 25px;
}
.twit-tag a {
	margin: 0 2px;
	display: inline-block;
	color: #00BAFF;
	font-family: 'open_sanssemibold';
}
.twit-profile img {
	width: 100%;
	border-radius: 100px;
}
/*footer-part*/
#footer-outer .row {
    padding: 0;
    margin-bottom: 0;
}
.footer-part {
	background-color: #1c1c1c;
	padding: 45px 0 0;
}
.footer-logo img {
	width: 200px;
}
.footer-menu h2 {
	font-size: 20px;
	color: #FFF;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-menu p {
	color: #FFF;
}
.ftr-cnt i {
	margin-right: 5px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 10px !important;
    border-bottom: none !important;
}
.footer-menu li a {
	color: #FFF;
	text-decoration: none;
    padding: 0px !important;
    border-bottom: none !important;
}
.footer-menu li a:hover {
	color: #B960BB;
	margin-left: 6px;
}
#copyright p{ 
	color: #FFF;
	font-size: 15px;
	text-align: center;
	margin-top: 40px;
	line-height: 60px;
	font-family: 'youngregular';
}
#footer-outer #footer-widgets .col p{
    padding: 0px;
}
.ftr-cnt img{
    margin-bottom: 0px !important;
}

.blog-detail-part ul li.next-post, .blog-detail-part ul li.previous-post {
    margin-bottom: 0px;
}
.blog-right-part iframe {
	height: 350px;
	overflow-y: scroll !important;
	width: 100%;
}

/*About-Us Page Css*/



section.slider-section.abt-bg {
    background-image: url(../images/abt-banner-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
	background-color: #1c1c1c;
}
section.abt-container {
	background-color:#EFF3FF;
	padding:40px 0 30px;
	text-align:center;
	margin:35px 0 0;
}
section.abt-container p {
	margin-bottom:15px;
    padding: 0;
}

/*owner-content*/

section.owner-content {
	padding:75px 0;
    height: 100%;
}

.owner-img img {
	max-width:100%;
}
.owner-img.owner-img2 {
    margin-top: -96px;
}
.owner-text {
	background-image:url(../images/owner-bg.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:100%;
}
.owner-text h2 {
	position:relative;
    color: #37509e;
    font-size: 30px;
    margin-bottom:25px;
    font-family: 'open_sansbold';
    font-weight: normal;
    text-transform: uppercase;
	padding-top:75px;
}
.owner-text h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 300px;
    background: #37509e;
    left: 400px;
    bottom: 16px;
}
.owner-text p {
	font-size:18px;
}


/*Blog Page Css*/

section.slider-section.blog-bg {
    padding: 0;
}
.blog-banner-content {
    padding: 75px 0;
    z-index: 999;
    position: relative;
}
.blog-banner-content h6 {
    color: #FFF;
}
.blog-banner-content h2 {
    color: #FFF;
    text-transform: uppercase;
	font-family: 'open_sansbold';
    font-size: 26px;
	margin:15px 0 20px;
}
.blog-banner-content p {
    color: #FFF;
	font-size:17px;
}

.blog-container {
	position:relative;
	padding:50px 0;
}
.blog-part {
    margin-bottom: 40px;
}
.blog-container .blog-box {
    border: 0;
    margin-bottom: 35px;
}
.blog-text p.date-text i {
	margin-right:10px;
}
.blog-text p.date-text i img {
    width: 22px;
}
.blog-text p.date-text {
    font-size: 15px;
    color: #b3b3b3 !important;
    display: inline-block;
    vertical-align: middle;
    font-family: 'open_sanssemibold';
	padding-top:20px;
}
.blog-text h3 a {
    color: #37509E;
    font-size: 24px;
    margin: 15px 0;
	font-family: 'open_sansbold';
	text-decoration:none;
	display:block;
}
button.loding-btn i img {
    width: 31px;
}
button.loding-btn {
    color: #B960BB;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 15px 20px;
    border-radius: 3px;
    border:1px solid #B960BB;
    font-size: 20px;
	font-family: 'open_sanssemibold';
	cursor:pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
button.loding-btn:hover {
    border:1px solid #37509E;
}

.description.to-expand {
	height:1000px;
}

.expandable {
    transition: all 250ms ease-in-out;
}

.expandable .expand-bar {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0px;
    display: block;
    content: "";
    background: rgba(237,237,237,0);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.expandable .expand-bar i {
    transition: all 250ms ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    transform: rotate(-90deg);
}

.expandable.expanded .expand-bar i {
    transform: rotate(90deg);
}

.expandable .expand-bar i::before, .expandable .expand-bar i::after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1d1d1d;
    content: "";
    left: 5px;
}

.expandable .expand-bar i::before {
    transform: rotate(45deg);
    top: 13px;
}

.expandable .expand-bar i::after {
    transform: rotate(-45deg);
    top: 6px;
}

/*Blog-Right*/

.WantToReadPart {
    background-image: url(../images/right-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #EAEAEA;
    padding: 50px 20px 35px;
    position: relative;
    overflow: hidden;
}
.WantToReadPart:before {
	content:'';
	display:inline-block;
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.WeWantContent {
	position:relative;
	z-index:1;
	text-align:center;
}
a.want-read-btn {
    border: 1px solid #B960BB;
    color: #B960BB;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 4px;
    text-decoration: none;
}
a.want-read-btn:hover {
    border: 1px solid #37509E;
    color: #37509E;
}
.WeWantContent p {
	font-size:14px;
	color:#000;
	margin-bottom:20px;
}
.WeWantContent h3 span {
    display: block;
    font-size: 30px;
}
.WeWantContent h3 {
    color:#37509E;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 15px;
}
.book-img {
	margin-bottom:20px;
}
.book-img img {
    width: 160px;
}
.WeWantContent p.gray-text {
	 color:#666;
}
.WeWantContent button.buy-btn {
    background-color: #b960bb;
    color: #FFF;
    padding: 13px 25px;
    display:block;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'open_sanssemibold';
	border:0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width:100%;
	cursor:pointer;
	
}
.WeWantContent button.buy-btn:hover {
    background-color: #3453a0;
}

.tranding-post, .facebook-part-post, .twitter-part-post {
	background-color:#FAFAFA;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	opacity: 1;
	padding:15px;
	margin-top:20px;
}

.tranding-post h3, .facebook-part-post h3, .twitter-part-post h3 {
	color: #37509E;
    font-size: 20px;
	font-family: 'open_sansbold';
	text-transform:uppercase;
	margin-bottom:25px;
	margin-top:5px;
}

.facebook-part-post .fb-post {
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
}

.tranding-post-row {
	margin-bottom:15px;
}
.post-thumb {
    width: 110px;
    float: left;
    margin: 0 18px 0 0;
	overflow:hidden;
}
.post-thumb img {
	max-width:100%;
}
.post-content {
    overflow: hidden;
}
span.post-date i {
    display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
span.post-date i img {
    width: 18px;
}
.post-content p a {
    color: #37509E;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 35px;
    text-overflow: ellipsis;
    text-decoration: none;
    display: block;
}
span.post-date {
    font-size: 13px;
    color: #999;
	font-family: 'open_sanssemibold';
}


/*Blog-Detail*/

.blog-bg2 {
	background-image:url(../images/blog-detail-banner.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.blog-banner-content2 {
    padding: 150px 0 35px;
}
.blog-banner-content h2.blog-banner-head {
    margin:20px 0;
}
.meta-category a{
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 7px 10px;
    display: inline-block;
    margin-right: 5px;
    color: #FFF !important;
    font-size: 14px;
    text-decoration: none;
	margin-bottom:7px;
}
.meta-category a:hover {
    border: 1px solid #B960BB;
	color:#B960BB !important;
}
.blog-title span{
    color: white !important;
}
p.date-text1 {
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
}
p.date-text1 i{
	vertical-align:middle;
	display:inline-block;
	margin-right:5px;
}
p.date-text1 i img {
	width:20px;
}

.blog-detail-part {
	margin-bottom:0;
    overflow: hidden;
}
.blog-row {
	padding:30px 0 0;
}
.blog-inner-img img {
    width: 100%;
}
.blog-row h3 {
	color: #37509E;
    font-size: 22px;
    font-family: 'open_sansbold';
    margin-bottom: 25px;
    margin-top: 5px;
}
.blog-detail-part h2 {
    color: #37509E;
    font-size: 20px;
    font-family: 'open_sanssemibold';
	margin-top:35px;
    margin-bottom:20px;
}
.blog-row ul {
    padding-left: 35px;
	list-style: circle;
}
.blog-row ul li {
    margin-bottom: 10px;
    font-size: 15px;
	font-family: 'youngregular';
}


.blog-share {
    padding: 40px 0;
	border-top:1px solid #eee;
	margin-top:40px;
}
.logo-inner {
	width:120px;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.blog-share-content {
    overflow: hidden;
}
.blog-share-content p {
    padding-bottom: 0;
}
ul.social-part {
	margin:10px 0;
}
ul.social-part li a {
    display: inline-block;
    vertical-align: top;
	margin-right:5px;
}

/*.blog-slider-part*/

.blog-slider-img {
    position: relative;
	overflow:hidden;
}
/*.blog-slider-img:before {
	content:'';
	position:absolute;
	width:100%;
	display:inline-block;
	height:100%;
	left:0;
	right:0;
	top:0;
}*/
.popular-box-inside {
    position: relative;
    z-index: 99;
}
.blog-slider-img img {
	width:100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.blog-slider-img:hover img {
	transform: scale(1.1);
}
.blog-slider-box {
	position:relative;
}
.blog-slider-text {
	position:absolute;
	width:100%;
	bottom:0;
	padding:20px;
	color: #FFF;
    font-size: 20px;
	line-height:28px;
    font-family: 'open_sanssemibold';
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.blog-post-slider .slick-arrow {
    position: absolute;
    bottom: -50px;
    left: 0;
    border: 0;
	color:#b454b6;
    background-color: transparent;
	font-family: 'open_sanssemibold';
	text-transform:uppercase;
	cursor:pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-size:20px;
}
.blog-post-slider button.slick-prev.slick-arrow {
    background-image:url(../images/left-arrow.svg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 40px;
}
.blog-post-slider button.slick-prev.slick-arrow:hover {
	left:-15px;
}
.blog-post-slider button.slick-next.slick-arrow {
    background-image: url(../images/right-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    right: 0;
    left: auto;
    padding-right: 40px;
}
.blog-post-slider button.slick-next.slick-arrow:hover {
	right:-15px;
}


/*Blog-right-part*/

.blog-profile-box {
	background-color:#FAFAFA;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	opacity: 1;
	padding:15px;
	text-align:center;
	margin-bottom:20px;
}
.profile-img {
	width:150px;
	height:150px;
	border-radius:100px;
	border:1px solid #eee;
	background-color:#FFF;
	padding:5px;
	overflow:hidden;
	display:inline-block;
	margin-bottom:15px;
}
.profile-img img {
	width:100%;
	height:100%;	
	border-radius:100px;
}
.blog-profile-box h4 {
	font-family: 'open_sanssemibold';
	font-size:22px;
	margin-bottom:15px;
}
.blog-profile-box h5 {
	font-family: 'open_sansbold';
	font-size:16px;
	margin-bottom:5px;
	color:#37509E;
}
.blog-profile-box h6 {
	font-family: 'open_sanssemibold';
	font-size:15px;
	margin-bottom:5px;
	color:#B960BB;
}
.blog-profile-box p {
	font-size:14px;
}

/*YOU MAY ALSO LIKE*/


/*YOU MAY ALSO LIKE*/

.you-may-like-post {
	background-image:none;
}
.heading.heading2 h2:after {
    display:none;
}
.sep {
	width:100px;
	height:1px;
	background-color:#B960BB;
	margin:10px 0;
}
.heading2 h2 {
    margin-bottom: 10px;
}
.you-may-like-post .post-text p {
    font-size: 18px;
    font-family: 'open_sanssemibold';
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}
.you-may-like-post p.date-text i {
    display: inline-block;
    vertical-align: middle;
	margin-right:5px;
}
.you-may-like-post p.date-text i img {
    width: 20px;
    object-fit: inherit;
    height: auto;
    min-height: inherit;
}
.you-may-like-post p.date-text {
    display: inline-block;
    vertical-align: middle;
	color:#FFF !important; 
	font-size: 15px;
	font-family: 'youngregular';
}


/*Contact Us*/


.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-container {
	background-color:#FFFFFF;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	padding:30px;
	margin-top:-30px;
	position:relative;
	margin-bottom:50px;
}
.cnt-address {
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
	position:relative;
	margin-bottom:30px;
}
.cnt-add-content {
	padding:20px 40px;
}
.cnt-add-content.bdr {
	border-right:1px solid #ccc;
}
.cnt-address i {
	width:80px;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.cnt-address .contact-text {
    overflow: hidden;
    font-size: 24px;
    line-height: normal;
	font-family: 'open_sansbold';
}

.contact-form {
    margin: 50px 0;
}
.md-form {
    position: relative;
    margin-bottom: 30px;
}
.md-form span{
    position: relative;
}
.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.md-form label {
	-webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
    transition: color .2s ease-out,-webkit-transform .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}*/
/*.md-form:hover label, .md-form:focus label {
	webkit-transform: translateY(14px) scale(0.8);
	transform: translateY(-14px) scale(0.8);
}*/
.md-form label {
    position: absolute;
    top: -12px;
    left: 15px;
    font-size: 14px;
    color: #383838;
    background-color: #fff;
    padding: 0 5px;
}
.md-form .form-control {
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	line-height:40px;
	cursor: text;
	font-family: 'open_sanssemibold';
	padding:5px 20px;
}
.md-form input,
.md-form textarea{
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	line-height:40px;
	cursor: text;
	font-family: 'open_sansregular';
	padding:5px 20px !important;
    background: white;
    margin-top: 0px !important;
    min-height: 48px;
}

.md-form .form-control:hover, .md-form .form-control:focus {
    border: 1px solid #37509e;
    box-shadow: none;
}

.md-form input:focus,
.md-form textarea:focus{
    background: white !important;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-size: 14px;
}
.gfield_checkbox label {
    top: 0;
    position: relative;
    left: 0;
    font-family: 'open_sanssemibold';
    padding-left: 5px !important;
}
.drag-drop-part {
	position:relative;
	height:150px;
	background-image:url(../images/file-bg.jpg);
	background-position:center center;
	overflow:hidden;
	background-repeat:repeat-x;
	cursor:pointer;
}
.ginput_container_fileupload {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    margin-left: 0;
    width: 100%;
    height: 150px;
    border:1px solid #ccc;
}
.drag-drop-part h5, .drag-drop-part h3, .drag-drop-part p {
    text-align: center;
}
.drag-drop-part h5 {
	font-size:16px;
	color:#B960BB;
	font-family: 'open_sansbold';
	margin-top:32px;
}
.drag-drop-part h3 {
	font-size:28px;
	color:#37509E;
	font-family: 'open_sansbold';
	text-transform:uppercase;
}
.drag-drop-part p {
    color: #999;
    margin: 0;
    padding: 0;
}
.drag-drop-part input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 100%;
  outline: none;
  opacity: 0;
}
.ginput_container_fileupload input {
    cursor: pointer;
}
.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 6px;
}
.toggle-switch, .toggle-switch .toggle-knob {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.toggle-switch {
    height: 30px;
    width: 55px;
    display: inline-block;
    background-color: #ffffff;
    margin:7px 15px 0 0;
    border-radius: 30px;
    cursor: pointer;
    border: solid 1px #d2d6de;
    box-shadow: inset 1px 1px 9px -3px rgba(4, 4, 4, 0.08), 1px 2px 6px -2px rgba(0, 0, 0, 0.01);
}
.toggle-switch .toggle-knob {
    width: 28px;
    height: 26px;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px rgba(126, 126, 126, 0.07);
    box-shadow: 0 1px 3px rgba(107, 106, 106, 0.26), 0 5px 1px rgba(107, 106, 106, 0.13);
    border-radius: 26px;
    margin: 1px 1px;
}
.toggle-switch.active {
    background-color: #B960BB;
    border: solid 1px transparent;
}

.toggle-switch.active .toggle-knob {
    margin-left: 24px;
}
.toggle-part label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 15px 0 0;
    left: 0;
    font-family: 'youngregular';
    font-size: 17px;
	top:0;
}
.switch-box {
    display: inline-block;
    vertical-align: middle;
}
.switch-box label {
    vertical-align: top;
    margin-top: 11px;
}
.ckeck-part {
    margin-bottom: 10px;
	font-family: 'open_sanssemibold';
}
ul.note-part {
    list-style: none;
    padding-left: 22px;
	margin-bottom:35px;
}
ul.note-part li {
    margin-bottom:5px;
}
.gform_footer  input.gform_button {
	background-color:#B960BB;
	color:#FFF;
	border-radius: 3px;
	border:0;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: 'open_sanssemibold';
}

.gform_footer  input.gform_button:hover {
	background-color:#37509E;
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
    font-size: 16px;
    color: #212529;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
    margin-bottom: 0;
}
.ginput_container_radio ul li {
    display: inline-block;
    margin-right: 15px !important;
}
.ginput_container_radio ul li input{
    margin-top: 0px !important;
}

.page-header-bg-image-wrap:before {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; 
    z-index: 99;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#page-header-bg[data-post-hs="default"] .inner-wrap { 
    position: absolute;
    bottom: 60px;
    width: auto;
}
.blog-detail-part ul li{
    list-style: circle;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'youngregular';
}
.blog-detail-part ul li em,
p em{ font-style: normal;}
.inner-wrap {
    position: absolute;
    bottom: 60px;
    width: 60%;
}
.inner-wrap p {
    color: white;
    width: 70%;
    margin: 0 auto;
}
.category  .inner-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
}

#page-header-bg .subheader {
    margin-top: 0px !important;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'open_sansregular';
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.inner-wrap .blog-banner-head {
    margin-top: 0px !important;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 26px;
    margin-bottom: 15px;
}
.inner-wrap p {
    color: white;
}
.blog-bg2{ position: relative;}
 
.nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs="default_minimal"] .page-header-bg-image:after, .archive .page-header-bg-image:after,
.blog-bg2:after{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; 
    z-index: 99;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.single #page-header-bg #single-below-header span {
    color: #FFF;
    font-size: 14px;
    border-left: 0;
    padding: 0 10px 0 0;
    border-right: 1px solid white;
    margin-right: 10px;
    line-height: normal;
}
.single #page-header-bg #single-below-header span:last-child{
    border-right: none;
}
.blog-banner-content h1 { 
    color: #FFF;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 26px;
    margin: 15px 0 20px;
    margin-bottom: 20px;
    font-weight: normal;
}
.single .heading-title { 
    border-bottom: none;
    margin-bottom: 0;
}
.brand-logo{
    position: relative;
    z-index: 9;
}
.error404-content {
    text-align: center;
    padding: 60px 0;
}
.error404-content h1 { 
    font-size: 30px;
    margin-bottom:25px;
    font-family: 'open_sansbold';
    font-weight: normal; 
    margin-top: 25px;
}
.gform_wrapper .validation_message {
    padding-top: 0 !important;
    font-weight: normal;
    font-size: 12px !important;
    color: #fb4a4a !important;
}
#footer-outer ul li a {
    display: inline-block !important;
    width: auto;
}
.ginput_container_radio ul li {
    margin-bottom: 0 !important;
}
.ginput_container_fileupload + .gfield_description {
    padding-top: 1px !important;
}
.acknowledge .gfield_description {
    
    padding-top: 0 !important;
}
.acknowledge .gfield_description ul {
    padding: 0;
    margin: 0 0 0 22px;
}
.acknowledge .gfield_description ul li {
    padding-bottom: 8px;
    font-size: 14px !important;
}
.gform_wrapper .validation_message#validation_message_1_4 {
    margin-top: -10px;
    margin-left: 10px;
}
.gform_footer input.gform_button{
    font-weight: normal;
}
.gform_confirmation_message {
    background: #DCF3D7;
    padding: 10px;
    color: #5d9c4f;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
}
.post-content p a {
    display: inline-block !important;
    padding: 0;
    margin: 0;
    vertical-align: sub;
    
}
.post-content .Trading_Posts_Widget_P a{
    overflow: hidden !important;
}
.profileBox {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 1px;
    position: relative
}
.profileBox span {
    background: rgba(180, 84, 182, 0.7);
    color: white;
    display: block;
    font-family: 'open_sanssemibold';
    padding: 5px 0;
    margin-top: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.blog-profile-box a {
    color: #b454b6;
}
.blog-profile-box a:hover{
    color: #000;
}
.blog-profile-box p{
    padding-bottom: 10px;
}
.single-post #page-header-wrap[data-responsive=true], .single-post #page-header-wrap[data-responsive=true] #page-header-bg {
    min-height: 400px;
}
.wsmenucontainer{ height: 100%;}
.gform_wrapper.gf_browser_ie .gform_footer input.button{ padding: 10px 20px;}