::selection {
     background: #e7c159;
     color: #fff;
     text-shadow: none;
}

@font-face { font-family: 'archivo';  
src: url('../fonts/archivo/archivo-regular-webfont.woff2') format('woff2'), url('../fonts/archivo/archivo-regular-webfont.woff') format('woff');    
font-weight: 400;    
font-style: normal;}
@font-face { font-family: 'archivo'; 
src: url('../fonts/archivo/archivo-medium-webfont.woff2') format('woff2'), url('../fonts/archivo/archivo-medium-webfont.woff') format('woff'); 
font-weight: 500;    
font-style: normal;}
@font-face {font-family: 'archivo';
src: url('../fonts/archivo/archivo-semibold-webfont.woff2') format('woff2'), url('../fonts/archivo/archivo-semibold-webfont.woff') format('woff');   
font-weight:600; 
font-style: normal;}
@font-face {font-family: 'archivo';    
src: url('../fonts/archivo/archivo-bold-webfont.woff2') format('woff2'), url('../fonts/archivo/archivo-bold-webfont.woff') format('woff');    
font-weight:800;    
font-style: normal;}


body {
 background-color: #f9f9fb;
}
*{
 font-weight:400;
 font-size:16px;
 line-height:normal;
 font-style: normal;
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
 font-family: 'Roboto', sans-serif;
}
 img{
     max-width:100%;
     height:auto;
}

/* comman css start */

 h1{
     font-size:64px;
     font-weight:800;
	 font-family: 'archivo';
	 color:#282f34;
}
 h2{
     font-size:48px;
     font-weight:600;
	 line-height: 1.17; 
	 font-family: 'archivo';
	 color:#282f34;
}
 h3{
     font-size:32px;
     font-weight:600 ;
	 line-height: 1.25; 
	 font-family: 'archivo';
	 color:#282f34;
}
 h4{
     font-size:26px;
	 font-weight:600 ;
	 font-family: 'archivo';
	 color:#282f34;
	 line-height: 1.31;
}
 h5{
     font-size:20px;
	 font-weight:600;
	 line-height: 1.4;
	 font-family: 'archivo';
	 color:#282f34;
}
 h6{
     font-size:17px;
     font-weight:600;
	 font-family: 'archivo';
	 color:#282f34;
	 line-height: 1.41;
}


 p{
     font-size:17px;
     font-family: 'Roboto', sans-serif;
	 color:#67747c;
	 line-height: 1.65;
	 font-weight:400;
}


.padding-top120{padding-top:120px;}
.padding-bottom120{padding-bottom:120px;}

.padding-top90{padding-top:90px;}
.padding-bottom90{padding-bottom:90px;}

.margin-top90{margin-top:90px;}
.margin-bottom90{margin-bottom:90px;}


a{color:#0078f0; text-decoration:none;}

/* comman css end */

/* header css start */

.top-header {position: absolute; left: 0; width: 100%;	top: 0;	z-index: 999;}
.header-inner{position:relative; display: inline-block; width: 100%; vertical-align:top;}

/* .single .header-inner:after{position:absolute; bottom:0; width:100%; height:1px; content:""; background:#3a4349; opacity:0.15; left:0;} */
.single.video_series-template-default .header-inner:after{display:none;}
.site_logo {
	float: left;
	margin: 35px 0;
	max-width: 201px;
	transition-property: margin;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: margin;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
}

.site_logo a{display:inline-block; vertical-align:top; width:188px; height:36px; background-image:url('../images/logo-white.png'); background-repeat:no-repeat; background-size:100% auto;}

.header-nav-main {
	float: right;
	z-index: 999;
	margin-top:36px;
	text-align: right;
	width:79%;
	transition-property: margin;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: margin;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
}

.main-nav.nav {float: left; margin:9px 0 0px;}

.header-nav-main ul {
    float: left;
    background: none;
    border: none;
    margin: 0px 0 0px;
	padding: 0;
    transition-property: margin;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: margin;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
}
.header-nav-main ul li {
    padding: 0px 15px;
    display: inline-block;
}
.header-nav-main ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	padding:0px 0px;
	background: none;
	display: inline-block;
	text-decoration: none;
}

.header-nav-main ul li a:hover, .header-nav-main ul li a:focus{color:#fff;}
a:hover{}
.searc-icon{float:right;}
.searc-icon ul{padding:0px; margin:0px;}
.header-nav-main .searc-icon li{padding:0px 13px 0px; margin:0px; display:inline-block; position:relative;}
.searc-icon li .search-icon{display:inline-block; width:24px; height:24px; vertical-align:middle; cursor:pointer;}
.searc-icon li .search-icon svg{width:100%; height:auto;}
.header-nav-main path { fill: #fff;}
.responsive-btn{display:inline-block; width:18px; height:2px; position:relative; background-color:#fff;  vertical-align:middle;}
.responsive-btn:before{position:absolute; width:18px; height:2px; background-color:inherit; top:-6px; left:0; content:"";}
.responsive-btn:after{position:absolute; width:18px; height:2px; background-color:inherit; top:6px; left:0; content:"";}
.responsive-menu-btn {
	background: no-repeat;
	border: none;
	padding: 0;
	margin: 0;
	cursor:pointer;
}

.responsive-menu-open .responsive-menu-btn span {background: none;}
.responsive-menu-open .responsive-menu-btn span::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
	background: #5a646c;
}
.responsive-menu-open .responsive-menu-btn span::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0;
	background: #5a646c;
	top:auto;
}

.search-bar {
	background: #fff;
	position: absolute;
	left: 0;
	top: -120px;
	height:120px;
	width: 100%;
	transition-property: top;
	-webkit-transition-property: top;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.search-bar.open {
	top: 0;
}

.search-bar:before {
    content: "";
    position: fixed;
    background: #000;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    z-index: -1;
	display:none;
}

.search-bar.open:before{display:block;}

.search-bar-top {
	margin:32px 0 0 0px;
	text-align: center;
	font-size: 0px;
}

.search-bar-input{overflow:hidden;}

.search-bar-top input {
	background: #fff;
	padding: 0 10px;
	height: 50px;
	border:none;
	width: 100%;
	display: inline-block;
	font-size: 36px;
	vertical-align: top;
	font-weight: 300;
	color: #8d959b;
}

.search-bar-top input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d959b;
}
.search-bar-top input::-moz-placeholder { /* Firefox 19+ */
  color: #8d959b;
}
.search-bar-top input:-ms-input-placeholder { /* IE 10+ */
  color: #8d959b;
}
.search-bar-top input:-moz-placeholder { /* Firefox 18- */
  color: #8d959b;
}

.search-bar-top input:focus{outline:none; border:none;}

.search-submit-btn {
    float: left;
    width: 38px;
    height: 38px;
    overflow: hidden;
	position:relative;
	margin: 8px 40px 0 0;
}
.search-icon-s{position:relative; display:inline-block;}

.search-bar-top .search-submit-btn input.search-submit {
	background: none;
	position:absolute; top:0; border:none;
	left:0; width:100%; height:100%; opacity:0; cursor:pointer;
}

.search-close-btn {
    position: static;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin: 56px 0 0 0;
    font-weight: 800;
    color: #5e6871;
}

.header-nav-main ul li.get-strted a {
	line-height:38px;
	border-radius: 22px;
	border: solid 2px #ffffff;
	padding:0 32px;
	font-size:15px;
}

.header-nav-main ul li.get-strted a:hover{background:#fff; color:#00a8eb;}

/* header css end */

.post-color-fitness{
    --main-bg-color: #385ecf;
	color:#385ecf;
}
.post-color-health{
    --main-bg-color: #bf406e;
	color:#bf406e;
	}
.post-color-daily-living{
	--main-bg-color: #6855d2;
	color:#6855d2;
}
.post-color-relationships{
	--main-bg-color: #e75363;
	color:#e75363;
}

.post-color-result{
	--main-bg-color: #e59d3d;
	color:#e59d3d;
}

.post-color-careers{
	--main-bg-color: #3fc3b0;
	color:#3fc3b0;
}

.post-color-lifestyle{
	--main-bg-color: #35b9dc;
	color:#35b9dc;
}

.post-color-environment{
	--main-bg-color: #eb7f57;
	color:#eb7f57;
}


.view-all-btn:after{background:var(--main-bg-color);}

.banner-home{position:relative; min-height:441px; overflow:hidden;}
.gradient-blue{
background: rgb(4,168,235);
background: -moz-linear-gradient(left,  rgba(4,168,235,1) 0%, rgba(33,188,211,1) 78%, rgba(46,198,199,1) 100%);
background: -webkit-linear-gradient(left,  rgba(4,168,235,1) 0%,rgba(33,188,211,1) 78%,rgba(46,198,199,1) 100%);
background: linear-gradient(to right,  rgba(4,168,235,1) 0%,rgba(33,188,211,1) 78%,rgba(46,198,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a8eb', endColorstr='#2ec6c7',GradientType=1 );
}
.banner-home::before {
	content: url(../images/ovalblue.svg);
	position: absolute;
	right: 0;
	top: 0;
	
}

.banner-home::after {
	content: url(../images/ovalred.png);
	position: absolute;
	right: 0;
	top: 0;
}
.triangle-20vh::before {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	height: 0;
	bottom:-5vh;
	border-right: 384vh solid #f9f9fb;
	border-bottom: 0px solid transparent;
	border-top: 18vh solid transparent;
	display: block !important;
	margin: 0 0 -1px;
	z-index:9;
}

.margin-negtive180{margin-top:-270px; position: relative; z-index: 99;}
.container-big {position: relative;	z-index: 99;}
.bg-overlay-green{position:relative; border-radius: 6px; -webkit-border-radius: 6px; overflow: hidden; -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2); margin:0 0 30px 0px;}
.bg-overlay-green figure{margin:0px;}
.bg-overlay-green::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height:20%;
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(16,47,69,1) 100%);
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(16,47,69,1) 100%);
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(16,47,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#102f45',GradientType=0 );


}

.content-overlay {
	position: absolute;
	bottom: 0;
	padding: 0 40px 40px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.content-overlay h6{font-size:12px; color:#fff; font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight:500; letter-spacing: 1px;}
.content-overlay h6 a{color:inherit; font-weight:inherit; font-size:inherit; font-family:inherit; line-height:inherit; text-decoration:none;}
.content-overlay h3{color:#fff; margin: 0 0 40px 0;}
.content-overlay h3 a{color:inherit; font-weight:inherit; font-size:inherit; font-family:inherit; line-height:inherit; text-decoration:none;}

.author-pic{position:relative; width:24px; height:24px; border-radius:100px; -webkit-border-radius:100px; overflow:hidden; display: inline-block; vertical-align: middle; margin:0 10px 0 0px;}
.author-pic img{vertical-align:top;}
.author-name, .post-date {
	display: inline-block;
	vertical-align: middle;
	color:#5f6971;
	font-size: 13px;
	font-weight: 500;
}
.post-date{color:#8d959b; font-weight: 400;}
.post-date:before{content:"/"; display:inline-block; margin:0 4px 0 2px;}
.content-overlay .author-name{color:#fff;}
.content-overlay .author-name a{color:inherit; font-size: inherit; font-weight:inherit; }
.content-overlay .author-name a:hover, .content-overlay .author-name a:focus{text-decoration:none; color:inherit;}
.content-overlay .post-date{color:#9aa2a7;}
.article-main{border-radius: 6px; -webkit-border-radius: 6px; background-color: #ffffff; box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08); -webkit-box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08); overflow:hidden;
clear: both; margin: 0 0 30px 0; position:relative; z-index:9; min-height:92%; transition-property:box-shadow; -webkit-transition-property:box-shadow; transition-duration:0.3s; -webkit-transition-duration:0.3s;}
.article-main:hover{box-shadow: 0 10px 50px 0 rgba(47, 78, 110, 0.12); -webkit-box-shadow: 0 10px 50px 0 rgba(47, 78, 110, 0.12);}
.article-main figure{margin:0px; overflow: hidden;}
.article-main figure img{
-webkit-transform: scale(1);
transform: scale(1);
transition-property: opacity,-webkit-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform;
transition-duration: .2s;
transition-timing-function: ease-in-out;
width: 100%;
}
.article-main:hover figure img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.article-main.list-view {
    min-height: inherit;
}
.article-content{padding:30px 30px 45px;}
.article-content.content-padding-small {padding: 20px 30px 44px;}
.article-content h6 {
	font-size: 12px;
	font-weight:500;
	color: inherit;
	margin: 0 0 8px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.article-content h6 a{font-size:inherit; font-weight:inherit; color: inherit; font-family: inherit; text-decoration:none;}
.article-content h6 a:hover, .article-content h6 a:focus{color:inherit; text-decoration:none;}
.article-content h5{margin-bottom: 20px;}
.title-small{font-size:17px; line-height: 1.41;}
.title-medium{font-size:20px; line-height: 1.41;}
.title24{font-size:24px; line-height: 1.33;}
.title-big{font-size:26px; line-height: 1.31;}
.article-content h5.title-big{min-height:inherit;}
.article-content h5.title-medium{min-height: 84px; margin-bottom: 30px;}
.article-content h5.title-small {min-height: 72px;}
.article-content a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
}

.title-big {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0 0 40px 0;
}

.title-big h5 {
	float: left;
	margin: 0px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.view-all-btn {
	color: #00a8eb;
	float: right;
	font-size: 14px;
	font-weight:500;
	margin:7px 0 0 0;
	position: relative;
	text-decoration: none;
}
.view-all-btn:hover{text-decoration:none; color:#15b0ed;}
.author-details {
	position: absolute;
	bottom: 24px;
}
.content-overlay .author-details{bottom: 40px;}
.article-main.list-style {
    min-height: inherit;
}
.list-view .article-content{padding:32px 35px 50px 10px; position:static;}
.list-view .article-content h5{min-height:inherit;}

.list-view .author-details {
	margin-top: 0;
	position: absolute;
	bottom: 30px;
	left: 25px;
}

.article-main.list-style figure {
	float: left;
	width:auto;
	margin: 0 30px 0 0px;
}

.list-style .article-content {
	overflow: hidden;
	padding: 30px 20px 50px 0;
}

.height96{height:96%;}
.bg-light-grey{background:#f3f3f8; padding:40px 0px; text-align:center;}

.list-style.shaefit .article-content{padding:16px 20px 40px 0;}
.list-style.shaefit .article-content h5{margin-bottom:0px;}
.list-style.shaefit .author-details{bottom: 20px;}
.bg-overlay-green.videos .author-details{position:static;}
.bg-overlay-green.videos .content-overlay{padding:0 30px 30px;}
.bg-overlay-green.videos .post-date{color:#fff; vertical-align: top; font-weight: 400; margin: 0 0 13px 0;}
.bg-overlay-green.videos .post-date::before{display:none;}
.bg-overlay-green.videos .content-overlay h5{color:#fff; margin:0px;}
.bg-overlay-green.videos .content-overlay h5 a{color:inherit; font-size:inherit; font-weight:inherit; line-height:inherit; font-family:inherit;}
.bg-overlay-green.videos .content-overlay h5 a:hover{text-decoration:none;}
.bg-overlay-green figure img{width:100%;}
.bg-overlay-green.videos::before {
height:100%;
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(16,47,69,0.91) 89%, rgba(16,47,69,1) 98%);
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(16,47,69,0.91) 89%,rgba(16,47,69,1) 98%);
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(16,47,69,0.91) 89%,rgba(16,47,69,1) 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#102f45',GradientType=0 );
}

.stories-main{
border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #ffffff;
box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08);
-webkit-box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08);
overflow:hidden;
margin: 0 0 40px 0;
}
.stories-title-bg{
	background: rgb(39,39,192);
background: -moz-linear-gradient(left,  rgba(39,39,192,1) 0%, rgba(28,181,224,1) 100%);
background: -webkit-linear-gradient(left,  rgba(39,39,192,1) 0%,rgba(28,181,224,1) 100%);
background: linear-gradient(to right,  rgba(39,39,192,1) 0%,rgba(28,181,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2727c0', endColorstr='#1cb5e0',GradientType=1 );
padding:30px;
margin:0 0 30px 0px;
}
.stories-title-bg i{float:left; margin:0 20px 0 0px;}
.stories-title-inner{overflow:hidden;}
.stories-title-inner h6 {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	line-height:20px;
}
.stories-title-inner p {
	color: #fff;
	font-size: 14px;
	opacity: 0.51;
	margin: 0;
	line-height: 19px;
}
.stories-list{padding:0 30px 30px;}
.stories-list figure {
	float: left;
	margin: 0 20px 0 0;
	width: 56px;
	height: 56px;
	border-radius: 100px;
	overflow: hidden;
}
.stories-list figure img{
	vertical-align:top;
}
.stories-description{overflow:hidden;}
.stories-description h5{font-size:16px; font-family: 'Roboto', sans-serif; font-weight:500; line-height: 1.25; margin:0 0 4px 0px;}
.stories-description span {
	font-size: 13px;
	color: #8d959b;
	line-height: normal;
}

.stories-divider{border-color:#ebebf1; margin:0 30px;}
.stories-btn{color: #00a8eb; display:inline-block;
font-size: 14px;
font-weight: 500;
margin:20px 0 27px 0;
position: relative;
text-decoration: none;}

.newsletter-bg{
background: rgb(3,167,236);
background: -moz-linear-gradient(left, rgba(3,167,236,1) 1%, rgba(3,167,236,1) 19%, rgba(46,198,199,1) 100%);
background: -webkit-linear-gradient(left, rgba(3,167,236,1) 1%,rgba(3,167,236,1) 19%,rgba(46,198,199,1) 100%);
background: linear-gradient(to right, rgba(3,167,236,1) 1%,rgba(3,167,236,1) 19%,rgba(46,198,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a7ec', endColorstr='#2ec6c7',GradientType=1 );
box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.2); -webkit-box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.2);
border-radius:6px; -webkit-border-radius:6px;
padding:46px 42px 46px 46px; margin:90px 0 120px 0px; position:relative;
overflow:hidden;
}

.newsletter-bg:before{
	content: url(../images/news-bg.svg);
	position: absolute;
	right: -66%;
	top: -255%;
	width: 100%;
}

/* .newsletter-bg:after{
	content: url(../images/signup-red.svg);
	position: absolute;
	right: 0;
	top: 0;
} */

.newsletter-bg .row {

    position: relative;
    z-index: 9;

}


.newsletter-bg h4{color:#fff; margin:0px 0 4px 0px;}
.newsletter-bg p{color:#fff; margin:0px;}

.sign-up {
/* 	margin: 8px 0 0 0;
	display: inline-block;
	width: 100%; */
	justify-content: right;
}

.sign-up .form-grid {
	width: 200px;
	margin:10px 15px 0 0;
}

.sign-up .form-grid.submit-btn {
	width: 130px; margin:10px 0px 0 0;
}

.sign-up .wpcf7-form-control-wrap{float: left; width: 73%;}
.sign-up br{display:none;}
.sign-up span.wpcf7-not-valid-tip {
	color: #ff4343;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 10px 10px;
}
div.wpcf7 .ajax-loader{position:absolute;}
.sign-up input {
	height: 48px;
	background-color: #FFFFFF;
	border: none;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #8d959b;
	padding: 0 25px;
	border-radius:26px;
	-webkit-border-radius:26px;
}

.sign-up input[type="submit"] {
	height:48px;
	letter-spacing: 1px;
	background-color: #282f34;
	border: none;
	width:100%;
	font-weight: 700;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius:26px;
	-webkit-border-radius:26px;
	padding: 0;
}

.site-footer {
	padding: 120px 0px;
	text-align: center;
}
.footer-social-links a {
	display: inline-block;
	margin: 0 100px 0 0px;
	position: relative;
	top: 0;
	transition-property: top;
	-webkit-transition-property: top;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.footer-social-links a:hover {
	top: -5px;
}

.footer-social-links a i {
	float: left;
	margin: 0 14px 0 0px;
	width: 40px;
}
.footer-social-links a h5 {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	margin: 5px 0 0 0;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.footer-social-links a h5 small {
	font-size: 12px;
	display: block;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 2px 0;
	color: #757f85;
}

.footer-nav {
	margin: 70px 0 25px;
}
.footer-nav ul {
	padding: 0px;
	margin: 0px;
}

.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul li a {
	color: #757f85;
	font-size: 15px;
	margin: 0 20px;
}

.footer-nav ul li a:hover, .footer-nav ul li a:focus {
	text-decoration: none;
	color: #00a8eb;
}

.site-footer .site-info p {
	font-size: 14px;
	color: #abb6bc;
}


/* article details */

.article-details .top-header{position:static; background:#fff; box-shadow: 0 2px 50px 0 rgba(47, 78, 110, 0.08); -webkit-box-shadow: 0 2px 50px 0 rgba(47, 78, 110, 0.08);}

.article-details .site_logo a{background-image:url('../images/logo-color.png');}
.article-details .header-nav-main ul li a{color:#8d959b;}
.article-details .header-nav-main ul li a:hover, .article-details .header-nav-main ul li a:focus{color:#00a8eb;}
.article-details .header-nav-main ul li.get-strted a{color:#00a8eb; border-color:#00a8eb;}
.article-details .responsive-btn{background-color: #5a646c;}
.article-details .searc-icon li .search-icon path {fill: #3a4349;}
.article-sigle-post .article-content h2{margin:15px 0 0 0px;}
.article-sigle-post .article-content p{font-size:20px; line-height: 1.55;   color: #282f34; margin: 20px 0 28px 0;}
.article-sigle-post .article-content{padding: 0;}
.article-sigle-post .author-details{position: static;}
.article-sigle-post figure { margin: 60px 0; border-radius: 6px; -webkit-border-radius: 6px;  overflow: hidden;}
.article-sigle-post figure img {width: 100%;}
.post-share a{float:left; clear:both; margin:0 0 15px 0px;}
.single-article-content h4{font-size:24px; margin:0 0 30px 0px;}
.single-article-content p{font-size:17px; color:#495156; margin:0 0 30px 0px; font-family: 'Domine'; font-weight: 400; line-height: 1.88;}
.spl-text{margin:60px 0px; color:#6855d2; font-size:36px; font-family: 'Domine'; font-weight:700; }
.article-tagged {margin: 60px 0 40px; border-top:1px solid #e8eef2; border-bottom:1px solid #e8eef2; padding:30px 0px; font-size: 14px; color: #282f34;}
.article-tagged span, .article-tagged a{font-size:inherit; color:inherit;}
.article-tagged span strong{font-size:inherit; margin:0 20px 0 0px;}
.article-tagged a{text-transform:lowercase;}
.post-author figure{float:left; width:100px; height:100px; border-radius:100px; -webkit-border-radius:100px; overflow:hidden; margin:0 30px 0 0px;}
.post-author { margin: 0 0 30px 0;}
.post-author figure img{vertical-align:top;}
.post-author-details { overflow: hidden;}
.post-author .auth-name {
	color: #282f34;
	font-size: 17px;
	margin: 0 0 10px 0; display: inline-block;
}
.post-author p{font-size:15px; line-height: 1.47; color: #67747c; margin: 0;}
.post-author p a{color: #282f34; font-size:15px; line-height: 1.47; font-weight:600;}
.post-author p a:hover, .post-author p a:focus{color:#00a8eb; text-decoration:none;}
.auth-name:hover, .auth-name:focus{color: #00a8eb; text-decoration:none;}
.footer-divider{border-color:#e8eef2; margin:120px 0 0px;}

.page-template-about-page .post-author {margin: 0 0 0px 0; display: inline-block; width: 100%; padding:30px 30px;   
border-radius: 6px; -webkit-border-radius: 6px; background-color: #ffffff; box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08); 
-webkit-box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08);}

/* categories page css */
.gradient-purple:before{
	content:""; position:absolute; left:0; top:0; width:100%; height:100%;
	background: rgb(104,85,210);
background: -moz-linear-gradient(left,  rgba(104,85,210,1) 0%, rgba(172,85,210,1) 97%);
background: -webkit-linear-gradient(left,  rgba(104,85,210,1) 0%,rgba(172,85,210,1) 97%);
background: linear-gradient(to right,  rgba(104,85,210,1) 0%,rgba(172,85,210,1) 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6855d2', endColorstr='#ac55d2',GradientType=1 );
}

.category-health .gradient-purple:before{
background: rgb(191,64,110);
background: -moz-linear-gradient(left, rgba(191,64,110,1) 0%, rgba(212,79,72,1) 100%);
background: -webkit-linear-gradient(left, rgba(191,64,110,1) 0%,rgba(212,79,72,1) 100%);
background: linear-gradient(to right, rgba(191,64,110,1) 0%,rgba(212,79,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf406e', endColorstr='#d44f48',GradientType=1 );
}

.category-fitness .gradient-purple:before{
background: rgb(56,94,207);
background: -moz-linear-gradient(left,  rgba(56,94,207,1) 0%, rgba(57,150,208,1) 100%);
background: -webkit-linear-gradient(left,  rgba(56,94,207,1) 0%,rgba(57,150,208,1) 100%);
background: linear-gradient(to right,  rgba(56,94,207,1) 0%,rgba(57,150,208,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385ecf', endColorstr='#3996d0',GradientType=1 );
}

.category-relationship .gradient-purple:before{
background: rgb(231,83,99);
background: -moz-linear-gradient(left,  rgba(231,83,99,1) 0%, rgba(231,84,180,1) 100%);
background: -webkit-linear-gradient(left,  rgba(231,83,99,1) 0%,rgba(231,84,180,1) 100%);
background: linear-gradient(to right,  rgba(231,83,99,1) 0%,rgba(231,84,180,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75363', endColorstr='#e754b4',GradientType=1 );
}

.category-result .gradient-purple:before{
background: rgb(229,157,61);
background: -moz-linear-gradient(left,  rgba(229,157,61,1) 0%, rgba(176,197,73,1) 100%);
background: -webkit-linear-gradient(left,  rgba(229,157,61,1) 0%,rgba(176,197,73,1) 100%);
background: linear-gradient(to right,  rgba(229,157,61,1) 0%,rgba(176,197,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59d3d', endColorstr='#b0c549',GradientType=1 );
}


.category-careers .gradient-purple:before{
background: rgb(63,195,176);
background: -moz-linear-gradient(left,  rgba(63,195,176,1) 0%, rgba(63,195,95,1) 100%);
background: -webkit-linear-gradient(left,  rgba(63,195,176,1) 0%,rgba(63,195,95,1) 100%);
background: linear-gradient(to right,  rgba(63,195,176,1) 0%,rgba(63,195,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc3b0', endColorstr='#3fc35f',GradientType=1 );
}

.category-lifestyle .gradient-purple:before{
background: rgb(53,185,220);
background: -moz-linear-gradient(left,  rgba(53,185,220,1) 1%, rgba(75,128,229,1) 100%);
background: -webkit-linear-gradient(left,  rgba(53,185,220,1) 1%,rgba(75,128,229,1) 100%);
background: linear-gradient(to right,  rgba(53,185,220,1) 1%,rgba(75,128,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b9dc', endColorstr='#4b80e5',GradientType=1 );
}


.category-environment .gradient-purple:before{
background: rgb(235,127,87);
background: -moz-linear-gradient(left,  rgba(235,127,87,1) 0%, rgba(227,152,50,1) 100%);
background: -webkit-linear-gradient(left,  rgba(235,127,87,1) 0%,rgba(227,152,50,1) 100%);
background: linear-gradient(to right,  rgba(235,127,87,1) 0%,rgba(227,152,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7f57', endColorstr='#e39832',GradientType=1 );
}


.banner-categories{
	position: relative;
	height: 640px;
	overflow: hidden;
}

.categories-title {
	position: relative;
	margin:-465px 0 50px;
}

.categories-title h2{color:#fff; display:inline-block; border-right:1px solid rgba(255,255,255,0.2); margin:0 40px 0 0px; padding:0 40px 0 0px;}
.categories-title p{color:#ffffff; display:inline-block; opacity:0.7; overflow:hidden; max-width:520px; vertical-align:middle;}
.loadmore-btn{border-radius:27px; -webkit-border-radius:27px; border: solid 2px #e8e8f1; padding:16px 0px; display:block; text-align:center;   font-size: 15px; font-weight: 500; color: #9e9eb3; margin: 30px 0 0 0;}
.loadmore-btn:hover{text-decoration:none; color: #fff; background:#0078f0;}


/* shae page css */
.gradient-blue-dark:before{
	background: rgb(39,39,192);
background: -moz-linear-gradient(left,  rgba(39,39,192,1) 0%, rgba(1,168,235,1) 100%);
background: -webkit-linear-gradient(left,  rgba(39,39,192,1) 0%,rgba(1,168,235,1) 100%);
background: linear-gradient(to right,  rgba(39,39,192,1) 0%,rgba(1,168,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2727c0', endColorstr='#01a8eb',GradientType=1 );
content:""; position:absolute; left:0; top:0; width:100%; height:100%;
}

/* profile page css */
.profile-pic {display: inline-block; width: 100%;}
.profile-pic figure{float:left; width:200px; height:200px; border-radius:100px; -webkit-border-radius:100px; overflow: hidden; box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08); -webkit-box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08); margin: 0 40px 0 0;} 
.profile-pic figure img{width:100%; height:100%; vertical-align:top;}
.profile-details-top{overflow:hidden; max-width:654px;}
.profile-details-top h4{font-size:28px; color: #ffffff; margin:10px 20px 16px 0px;}
.twitter-acc {display: inline-block; vertical-align: top; margin: 6px 0 0 16px; font-size: 14px; font-weight:500;}
.twitter-acc i{width: 13px; height: 11px; display: inline-block; margin: 0 8px 0 0;}
.profile-details-top p{font-size:17px; color:#fff; opacity:0.7; line-height: 1.29;}
.margin-negtive196 {
    margin-top: -270px;
    position: relative;
    z-index: 99;
}

.main-wrapper .slick-slide{margin:0px;}
.category-slider .bg-overlay-green{margin:30px 15px 30px;}
.category-slider .slick-dots, .category-slider-outer .slick-dots{display:none !important;}
.slick-slide{margin-left: 0; margin-right: 0;}
.category-slider-outer .item {
	overflow: hidden;
	margin:30px 15px;
	border-radius: 6px;
	position: relative;
	webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	width:auto !important;
}
.category-slider-outer .item figure {
	margin: 0;
}
.category-slider-outer .item .category-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px;
	left: 0;
	width: 100%;
}

.category-slider-outer .item .category-content h5 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700; line-height: normal;
}
.category-slider-outer .item .category-content p {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
}
.category-slider-outer .item .category-content a{color:inherit; font-weight:inherit; font-size:inherit; margin:inherit;}
.category-slider-outer .item .category-content a:hover, .category-slider-outer .item .category-content a:focus{color:inherit; text-decoration:none;}

.category-slider .slick-prev.slick-arrow{
	display: block;
	float: left;
	position: absolute;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08);
	margin: 0;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	width: 60px;
	margin: 0 0px 0 0;
	top:30px;
	bottom:35px;
	left:0;
	z-index: 9;
	height: auto;
}
.category-slider .title-big {
	margin: 0 0 10px 0;
}
.category-slider .slick-next.slick-arrow{
	display: block;
	float: right;
	position: absolute;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(47, 78, 110, 0.08);
	margin: 0;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	height: auto;
	width: 60px;
	margin: 0 0px 0 0px;
	top:30px;
	bottom:35px;
	right: 0;
	height: auto;
}

 .category-slider .slick-prev::before{content:url('../images/arrow-left.png');}
 .category-slider .slick-next::before{content:url('../images/arrow-right.png');}

.bg-overlay-green.videos .play-btn{position:absolute; top:40px; left:30px;}
.main-wrapper .slick-dotted.slick-slider {margin-bottom: 0;}

.category-slider .slick-prev.slick-arrow.slick-disabled, .category-slider-outer .slick-prev.slick-arrow.slick-disabled{display:none !important;}
.category-slider .slick-next.slick-arrow.slick-disabled, .category-slider-outer .slick-next.slick-arrow.slick-disabled{display:none !important;}


.category-slider .slick-prev.slick-arrow + .slick-list {margin-left: 60px;}
.category-slider .slick-prev.slick-arrow.slick-disabled + .slick-list{margin-right: 60px; margin-left:0;}


.menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 999;
	display: none;
}
.menu-overlay.open {
	display: block;
}
.hide{display:none;}
.hide.open{display:inline!important;}
img[alt="preload image"] {display: none;}

.page404 {
	position: relative;
	z-index: 9;
	padding: 170px 0 150px;
}

.page404 h1 {
	font-size: 180px;
	color: #fff;
	line-height: normal;
	margin: 0;
}
.page404 h2 {color: #fff;}

.error404 .bg-light-grey {

    display: none;

}

.category-menu{position:absolute;   border-radius: 6px; -webkit-border-radius: 6px; width: 240px; right:0; top:50px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(69, 81, 114, 0.2), 0 1px 3px 0 rgba(69, 81, 114, 0.15);
  -webkit-box-shadow: 0 10px 30px 0 rgba(69, 81, 114, 0.2), 0 1px 3px 0 rgba(69, 81, 114, 0.15);
  padding: 30px; text-align: left;
  display:none;
 }
 
 .sub-category-title {
	font-size: 13px;
	color: #8d959b;
	font-weight: 400;
	border-bottom: 1px solid #e8eef2;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.searc-icon .category-menu ul li{display:block; padding:0;}
.searc-icon .category-menu ul li a{font-size: 15px; color: #282f34; font-weight:400; line-height: 2.4;}



.post-type-archive-video .article-main figure{max-height: 500px;}

.custom-page-bg {
	background: rgb(4,168,235);
	background: -moz-linear-gradient(left, rgba(4,168,235,1) 0%, rgba(33,188,211,1) 78%, rgba(46,198,199,1) 100%);
	background: -webkit-linear-gradient(left, rgba(4,168,235,1) 0%,rgba(33,188,211,1) 78%,rgba(46,198,199,1) 100%);
	background: linear-gradient(to right, rgba(4,168,235,1) 0%,rgba(33,188,211,1) 78%,rgba(46,198,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a8eb', endColorstr='#2ec6c7',GradientType=1 );
	padding:50px 0px;
}

.custom-page-bg .entry-title {
    color: #ffff;
}
.banner-home.abt-banner {min-height: inherit; }
.abt-banner .entry-title{color:#fff; padding:157px 0 140px;}
.about-main-row {
    margin: 0 -15px;
}
.about-main-row .post-auth-main{padding: 0 15px; float:left; width:25%; margin: 0 0 30px 0;}

.about-main-row .post-author figure{float:none; margin: 0px auto 30px; width: 120px; height: 120px;}
.about-main-row .post-author-details{overflow:visible; text-align:center;}
.post-auth-main .post-author .auth-name {margin: 0 0 1px 0;}
.about-main-row .post-author .post-author-details h6{font-size:14px; line-height: 1.57; color: #8d959b;
margin:0 0 20px 0px; font-family: 'Roboto', sans-serif; font-weight:400;}
.view-bio-btn{color:#00a8eb; font-size:13px; font-weight: 500;}
.view-bio-btn span{color:#00a8eb; font-size:13px; margin:0 6px 0 0px;}
.view-bio-btn:hover{text-decoration:none; color:#00a8eb;}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.abt-model .modal-dialog{max-width:600px;}
.abt-model button.close {position: absolute; right: 20px; z-index: 9; font-weight: 300; font-size: 36px; color: #8d959b; top: 10px; opacity: 1;}
.abt-model .modal-body {
	padding: 0 80px;
	overflow: hidden;
}
.abt-model .modal-content{padding: 0 0 60px 0;}
.abt-model .post-author{padding:0px; text-align:center; box-shadow:none; -webkit-box-shadow:none; background:none; margin: 60px 0 40px 0;
position: relative;z-index: 9;}
.abt-model .post-author figure {
	float: none;
	margin: 0 0 26px 0;
	width: 120px;
	height: 120px;
	display: inline-block;
}
.abt-model .post-author .auth-name{margin: 0 0 2px 0;}
.abt-model .post-author h6{font-size: 14px; line-height: 1.57;  color: #8d959b;  margin: 0 0 20px 0px; font-family: 'Roboto', sans-serif;
font-weight: 400;}
.abt-model .modal-content .text-center a {margin: 0 10px 0 0;}

.model-bg-abt {
	background: rgb(3,167,236);
	background: -moz-linear-gradient(left, rgba(3,167,236,1) 77%, rgba(46,198,199,1) 100%);
	background: -webkit-linear-gradient(left, rgba(3,167,236,1) 77%,rgba(46,198,199,1) 100%);
	background: linear-gradient(to right, rgba(3,167,236,1) 77%,rgba(46,198,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a7ec', endColorstr='#2ec6c7',GradientType=1 );
	height: 170px;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	opacity:0.1;
}

.model-bg-abt::before {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	height: 0;
	bottom: -0vh;
	border-right: 95vh solid #f9f9fb;
	border-bottom: 0px solid transparent;
	border-top: 13vh solid transparent;
	display: block !important;
	margin: 0 0 -1px;
	z-index: 9;
}

.custom-width56 .article-main {
	height: 93.6%;
}
.article-main.height96 {
    height: 96%;
}


@media (min-width:1366px) {
	.container{max-width: 1170px;}
	.container-big{max-width: 1330px;}
	.container-big .custom-width65{max-width:742px; -ms-flex: 0 0 742px; flex: 0 0 742px;}
	.container-big .custom-width56 { max-width: 584px; flex: 0 0 584px;}
	
}

@media only screen and (max-width:1366px) {
.banner-home::before {width: 40%;}
.banner-home::after {width: 27%;}


}
.abt-margin-negtive{
margin-top: -110px;
position: relative;
z-index: 9;
}
@media only screen and (max-width:1200px) {
.article-main figure img {width: 100%;}	
.header-nav-main ul li{padding: 0px 10px;}
.header-nav-main ul{margin: 0px 0 0px 20px;}
.footer-social-links a{margin: 0 50px 0 0px;}
.footer-nav {margin:40px 0 20px;}
.site-footer {padding: 80px 0px;}
.banner-home{min-height: 330px;}
.margin-negtive180 {margin-top: -200px;}
.profile-pic figure{margin: 0 auto; float:none;}
.profile-details-top{text-align:center; margin: 0px auto;}
.profile-details-top h4{color: #282f34; margin: 20px 0 10px 0;}
.twitter-acc{display: none;}
.margin-negtive196 {margin-top: -160px;}
.profile-details-top p{color: #67747c;}
.newsletter-bg::before {right: -55%; top: -216%;}

.sign-up .form-grid {width: 168px;}
.sign-up .form-grid.submit-btn{width: 110px;}
}

@media only screen and (max-width:991px) {
	.header-nav-main{width: auto;}
	.main-nav.nav, .header-nav-main .searc-icon li.search-li{display: none;}
	.search-bar{display: none;}
	.list-view .article-content{padding:20px 30px 50px; position: relative;}
	
.padding-top120{padding-top:90px;}
.padding-bottom120{padding-bottom:90px;}

.padding-top90{padding-top:60px;}
.padding-bottom90{padding-bottom:60px;}

.margin-top90{margin-top:60px;}
.margin-bottom90{margin-bottom:60px;}
.footer-social-links a {margin: 0 20px 0 0px;}
.title24 , .title-small, .title-big {font-size: 20px; line-height: 1.4;}
.sign-up{justify-content: left;}
.article-content h5.title-medium {min-height:inherit;}
.article-content h5 {min-height: inherit;}
.article-main.list-style figure{width: 200px;}
.list-style .article-content{padding:20px 30px 50px 0px;}
.list-style.shaefit .article-content{padding:20px 30px 50px 0px;}


h1{font-size:48px;}
h2{font-size:36px;}
h3{font-size:28px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}
p{font-size:16px; line-height: 1.5;}
.font-size16, .font-size16 p{line-height:1.3;font-size:14px;}
.font-size18, .font-size18 p{font-size:16px; line-height: 1.5;}
.font-size20, .font-size20 p{line-height: 1.71;	font-size:18px;}

.single-article-content p{font-size:16px;}

.article-sigle-post figure{margin: 30px 0 30px;}
.post-share a{clear: none; margin: 0 4px 15px 0px;}
.newsletter-bg::before {right: 0%; top: -200%; width: 50%;}
.newsletter-bg div.wpcf7{margin: 30px 0 0 0;}
}

@media only screen and (max-width:767px) {
.footer-social-links a{display:block; margin:0 0 20px 0px; text-align:left;} 
.footer-social-links {border-bottom: 1px solid #bac3d0; padding: 0 0 10px 0;}
.footer-nav {margin: 25px 0 20px;}
.footer-nav ul li { display: block; text-align: left; padding: 4px 0px;}
.content-overlay h3{font-size: 24px;}

h1{font-size:44px; line-height:normal;}
h2{font-size:32px; line-height: normal;}
h3{font-size:24px; line-height: normal;}
.newsletter-bg::before {right: 0%; top: -172%; width: 70%;}
.newsletter-bg{padding: 46px 30px 46px 30px;}
.category-slider .slick-prev.slick-arrow, .category-slider .slick-next.slick-arrow{top: 50%; margin-top:-30px;
 bottom: auto;  z-index: 9; height: 60px; border-radius: 100px; -webkit-border-radius: 100px;}
 
 .sign-up .form-grid { width: 100%; margin: 20px 0px 0 0;}
 .sign-up .form-grid.submit-btn {width: 100%; margin: 20px 0px 0 0;}
 
}

@media only screen and (max-width:479px) {
	.article-main.list-style figure{float: none; margin: 0 0px 0 0px; width:auto;}
	.list-style .article-content{padding:20px 30px 50px;}
	
	.sign-up .wpcf7-form-control-wrap {width: 60%;}
	.sign-up input[type="submit"]{width:40%; padding: 0; font-size: 14px;}
	.list-style.shaefit .article-content{padding:20px 30px 50px 30px}
	.site_logo a{width: 125px; height: 34px;}
	.header-nav-main{margin-top: 30px;}
	.header-nav-main .searc-icon li{padding: 0px 5px 0px;}
	.header-nav-main ul li.get-strted a{padding: 0 11px; line-height: 35px;}
	.newsletter-bg::before {right: 0%; top:-157%; width:70%;}
}
