@font-face {
    font-family: 'neuropolmedium';
    src: url('logo-font/neuropol-webfont.woff2') format('woff2'),
         url('logo-font/neuropol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.clear{clear:both;}
@media only screen and (max-width: 765px){
.mob-clear{clear:both;}
}
.main-about .features-box-container{margin: 10px 0 0px;}
.solonick-facts .inline-facts-wrap{margin-right:0px;}
.wpb_content_element{float:left; width:100%; margin-bottom:0px!important;}
.process-wrap li {
    
	width: 100%;
    position: relative;
    padding: 15px 30px 35px 0;
}
.call-to-2  h3 {
    float: left;
    padding-left: 90px;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8B8B8B;
    top: 2px;
}

.call-to-2  h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 2px;
    margin-top: -1px;
}

.call-to-2 h3:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -70px;
    bottom: -15px;
    width: 270px;
    background: rgba(255, 255, 255, 0.041);
}

.hidden-info-pagination span.next-post:before {
	content: '';
	position: absolute;
	left: 70%;
	right: -80px;
	top: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.081);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hidden-info-pagination span.previous-post:before {
	content: '';
	position: absolute;
	right: 70%;
	left: -80px;
	top: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.081);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hidden-info-pagination i.fa-arrow-left{margin-right:30px; margin-left:0px;}
.hidden-info-pagination  a{margin-right:30px;}

.content-nav li.sol-ln a,
.content-nav li.sol-rn a {
	color: #fff;
	padding-top: 3px;
	font-size: 14px;
	position: relative;
	z-index: 2;
	width: 100%;
}

.content-nav li.sol-ln a {
	float: left;
	text-align: left;
}
.content-nav li.sol-rn a {
	float: right;
	text-align: right;
}
.content-nav li.sol-ln a span.tooltip,
.content-nav li.sol-rn a span.tooltip {
	position: absolute;
	top: -10px;
	font-size: 10px;
	text-transform: uppercase;
	min-width: 150px;
	letter-spacing: 2px;
	visibility: hidden;
	font-weight: 500;
	opacity: 0;
	color: #fff;
	margin-top: 0;
	z-index: 20;
}
.content-nav li.sol-ln a span.tooltip {
	left: 50px;
	margin-left: 20px;
	text-align: left;
}
.content-nav li.sol-rn a span.tooltip {
	right: 50px;
	margin-right: 20px;
	text-align: right;
}
.content-nav li a:hover span.tooltip {
	top: 50%;
	opacity: 1;
	visibility: visible;
	margin-top: -4px;
}


.content-nav li.sol-ln a:hover i,
.content-nav li.sol-rn a:hover i {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.content-nav li.sol-ln a i,
.content-nav li.sol-rn a i  {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.so-gap{height:80px;}
.solonick-full-page{float:left; width:100%}
.blog-media .resp-video{margin-bottom:0px!important;}

.pagination {
	margin:0 0 18px;
	text-align:center;
	vertical-align: middle;
	border:1px solid rgba(0,0,0,.07);
	border-radius: 4px;
	float:left;
	width:100%;
	background:#fff;
}
.pagination  a {
	float:left;
	padding: 16px 24px;
	position:relative;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	border-right:1px solid rgba(0,0,0,.07);
}
.current-page{color:#fff!important;}
.hidden{display:none;}

.widget li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.widget.widget_archive li, .widget.widget_categories li, .widget_product_categories li{text-align:right;}

.widget li a {
    float: left;
    font-size: 12px;
    color: #292929;
    font-weight: 800;
}

.widget li span {
    float: right;
}

.widget.widget_recent_comments li{text-align:left;}
.widget_recent_comments span{float:none!important;}
.widget_recent_comments a{float:none!important;}
.wpcf7{margin-top:50px!important; margin-bottom:50px!important;}
.comment-form{    
    margin-top: 40px;
    padding-left: 20px;
    margin-bottom: 50px;}


.wpcf7 textarea,
.wpcf7  input[type="text"],
.wpcf7 input[type=email],
.wpcf7 input[type=password], 
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=number],
.wpcf7 select,
.comment-form textarea, 
.comment-form input[type="text"], 
.comment-form  input[type=email], 
.comment-form input[type=password]{
	float: left;
	border: none;
	border: 1px solid #eee;
	background: #fff;
	width: 100%;
	padding: 15px 20px 15px 55px;
	color: #666;
	font-size: 12px;
	-webkit-appearance: none;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder, .comment-form input::-webkit-input-placeholder , .comment-form textarea::-webkit-input-placeholder {
	color: #888DA0;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}
.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder, .comment-form input:-moz-placeholder, .comment-form  textarea:-moz-placeholder{
	color: #888DA0;
	font-weight: 600;
	font-size: 13px
}
.wpcf7 textarea, .comment-form textarea {
	height: 200px;
	margin-bottom:20px;
	resize: none;
	padding: 25px 20px;
	margin-top:30px;
	-webkit-appearance: none;
}
.wpcf7 input, .comment-form input {
	margin-bottom: 20px;
}
.wpcf7 label, .comment-form label {
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	font-weight: 500;
	color: #666;
}
.wpcf7 label i{
	padding-right: 12px;
	font-size: 16px;
	position: absolute;
	top: 35px;
	left: 20px;
	text-align: center;
}
.comment-form label i {
	padding-right: 12px;
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 20px;
	text-align: center;
}
.wpcf7 input[type=submit], .comment-form input[type=submit]{
	
	position: relative;
	margin-top: 50px;
	color:#fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 4px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: uppercase;
	border-radius: 4px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
	padding: 20px 35px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
	float:left;
}
.wpcf7 input[type=submit]:hover, .comment-form input[type=submit]:hover{
padding-left:60px;
}

.wpcf7 input[type=submit]:before, .comment-form input[type=submit]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.wpcf7 input[type=submit]:hover:before, .comment-form input[type=submit]:hover:before {
	width: 30px;
}
.footer-inner-blank{padding: 20px 0px 30px;}
.fet_pr-carousel-counter.sol-car-po-slider{bottom:-63px!important;}
.text-left{text-align:left;}

.tagcloud a{
	float: left;
    text-align: center;
    padding: 15px 30px;
    margin-right: 2px;
    color: #fff;
	font-size:10px!important;
    background: #35353A;
	margin-bottom: 4px;
	margin-right: 2px;
    font-weight: 800;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	}
.policy-box p{color:rgba(255, 255, 255, 0.71); font-size:10px;}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: none!important;
    clear: both;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 700;
	color:#878C9F;
	}
	
span.wpcf7-not-valid-tip{
	
    font-weight: 600;
    clear: both;
    text-align: left;
}
div.wpcf7 .ajax-loader{float: left;
    margin: 67px 0px 0px 30px;}
	

/**********themecheck**********/
.alignright{float:right;}
.aligncenter{margin: 0 auto; text-align:center;}




.wr-default-page  ul, .comment-text ul{
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.wr-default-page  ol, .comment-text ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wr-default-page{text-align:left;}
ul.post-meta li {float:left; list-style:none;}
ul.post-meta {list-style:none; padding-left:0px!important;}
iframe, pre{max-width:100%; overflow:hidden;}

.post-password-form input[type="submit"]{display: block;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 12px 26px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;}
.post-password-form input[type="submit"]:hover{border: 1px solid #2b2b2b;}
.page-links > span, .page-links   a span{display: block;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 12px 26px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;}
.page-links > span, .page-links   a span:hover{border: 1px solid #2b2b2b;}

#attachment_907{width:100%;}
.wp-image-907{height:auto!important; width:100%;}
.widget select{width:100%; height:40px;}
.widget img{max-width:100%;}
.widget .size-large{height:auto;}
.sticky h2 a{color: #F9C413!important;}

.widget label{display:none;}


.widget .searchform > div{
float: left;
    width: 100%;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 0px;
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
}
.widget .searchform input[type="text"]{
	margin-bottom:0px;
}
.widget .searchform input[type="text"], .widget_mc4wp_form_widget input[type="email"], .widget_mc4wp_form_widget input[type="email"], .widget .searchform input[type="search"]   {
    background: #fff;
    font-size: 12px;
    height: 45px;
    padding: 0 20px;
    width: 70%;
    border: none;
}
.widget_mc4wp_form_widget input[type="submit"]{width: 30%;
    height: 45px;
    float: right;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 10px;
    cursor: pointer;}
input[type="password"]{height:40px;}



ul.post-meta{width:100%}
.comment{width:100%;}
body.logged-in.admin-bar #main{top:33px;}
body.logged-in.admin-bar .fsp-filter{top:33px;}
body.logged-in.admin-bar .single-page-fixed-row{top:29px;}
body.logged-in.admin-bar .single-page-decor{top:32px;}

@media screen and (max-width: 1065px)
{
body.logged-in.admin-bar header.main-header, body.logged-in.admin-bar #main{
	top: 32px;
   }
  body.logged-in.admin-bar .fsp-filter{top:0px;}
  .logged-in.admin-bar .logo-holder{line-height:80px!important;}
}
@media screen and (max-width: 599px)
{
body.logged-in.admin-bar header.main-header, body.logged-in.admin-bar #main{top: 23px;
    position: absolute;}
body.logged-in.admin-bar .nav-holder-wrap{top:80px;}
body.logged-in.admin-bar .single-page-fixed-row{top:0px;}
body.logged-in.admin-bar .single-page-decor{top:0px;}
body.logged-in.admin-bar .fsp-filter{top:0px;}
}

.hidden{display:none;}
.page-links{width:100%; float:left;}
.post-tags:before, .post-tags:after{display:none;}
.comment-text h1, .wr-default-page h1{font-size: 3.8em;}
.comment-text h2, .wr-default-page h2{font-size: 30px;}
.comment-text h3, .wr-default-page h3{font-size: 27px;}
.comment-text h4, .wr-default-page h4{font-size: 25px;}
.comment-text h5, .wr-default-page h5{font-size: 20px;}
.comment-text h6, .wr-default-page h6{font-size: 17px;}
ol{    float: left;
    clear: both;
    width: 100%;}
	
.widget ul.children{padding:0px!important;}
.widget ul li ul li:nth-last-child(1){   
	margin-bottom: 0px;
    padding-bottom: 0px;
	}
.widget ul li ul {display:none;}
#comments.single-page-comm{margin-top:60px!important;}
.blog-text{text-align:left;}
.header-logo h1{    
	font-size: 30px;
	font-family: 'neuropolmedium';
    color: #fff;}
@media only screen and (max-width: 1064px){
.blog-search {
    margin-left: 0;
	margin-top: 40px;
    z-index: 1;
    position: relative;
    width:100%;
}

.blog-filters {
	margin-top:0px!important;
	top:0px;
    width:100%;
}
.so-index-blog-filters.blog-filters, .so-index-blog-filters .blog-search{margin-top:0px;}
}

li.pingback .comment-body{margin-left:25px;}

@media only screen and (max-width: 1064px){
.comment .children{ margin-left:0px;}
.comment{padding-left:0px;}
}
.comment-navigation{
	margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 20px;
	}
.comment-navigation .nav-previous{float:left; font-weight:700;}
.comment-navigation .nav-next{float:right; font-weight:700;}
@media only screen and (min-width: 1064px){
.logged-in.admin-bar .single-page-decor, .logged-in.admin-bar .single-page-fixed-row{top:25px;}
}
.logged-in.admin-bar .contact-btn{top:32px;}
.subcribe-form .mc4wp-form input[type="email"], .subcribe-form .mc4wp-form input[type="text"] {
    float: left;
    width: 65%;
    border: none;
    background: rgba(255, 255, 255, 0.11);
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.subcribe-form .mc4wp-form input[type="submit"] {
    position: absolute;
	margin-top:0px;
    top: 0;
    right: 0;
    width: 35%;
    z-index: 2;
    padding: 16.5px 0;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
    cursor: pointer;
}
.wpcf7-form div{float:left;}
/*********woocommerce*********/
.woocommerce-ordering{float:left;}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #666;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 15px 30px;
    position: relative;
    margin-top: 10px;
	color: #fff;
    border-color: transparent;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
}

.woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
	background: #fff;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    padding-left: 60px;
	color: #fff;
}

.woocommerce #respond input#submit:hover:before, .woocommerce a.button:hover:before, .woocommerce button.button:hover:before, .woocommerce input.button:hover:before {
    width: 30px;
}
.shop-items {margin-bottom:50px;}
.shop-items .hd-box-wrap p {font-size:12px;}
del span{text-decoration:line-through;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
	text-align:left;
}
.woocommerce div.product form.cart .button{margin-top:0px;}
.woocommerce .quantity .qty{height:40px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{    color: #878C9F;
    font-family: 'Poppins', sans-serif;}
	
.woocommerce-message{
	text-align:left;
	font-weight: 700;
    font-family: 'Poppins', sans-serif;}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{height:40px;}
.woocommerce .coupon input.button{padding-left:30px!important;}
.woocommerce .comment-text .star-rating {
    
    margin-top: 0px;
    margin-left: 0px;
}

	
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    float: left;
    border: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
	margin-bottom:20px;
    padding: 15px 20px 15px 20px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;

}

.woocommerce form .form-row textarea{height:150px;}


.woocommerce-mini-cart__buttons.buttons a{padding-left:30px!important;}
.widget form{width:100%; float:left; position:relative;}
.woocommerce .widget_price_filter .price_slider_amount .button{font-size:10px;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #fff;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color: #eee;}

.wpcf7 select{
	float: left;
    border: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
	margin-bottom:20px;
    padding: 15px 20px 15px 20px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
}

span.wpcf7-not-valid-tip{float:left; width:100%;}



input[type="email"], input[type="text"], input[type="search"]{
	float: left;
    border: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
	margin-bottom:20px;
    padding: 15px 20px 15px 15px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
	
}

input[type="button"], input[type="submit"]{
	position: relative;
    margin-top: 50px;
    color: #fff;
    font-size: 10px;
	font-weight: 600;
    letter-spacing: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
    padding: 20px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    
	
}
@media only screen and (max-width: 1064px){
.post-container .pull-right, .post-container .pull-left{float:none!important;}
}
@media screen and (min-width: 599px) {
.logged-in.admin-bar .logo-holder {
    line-height: 139px;
}
}
@media screen and (max-width: 599px) {
.collage-image-title{
	top:83%;
}
}

/******guten*******/
.wp-block-button__link{
	padding: 15px 30px;
    position: relative;
	background-color:#0d3d63;
    margin-top: 10px;
	font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150);
}
.wp-block-button__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.wp-block-button__link:hover {
    padding-left: 60px;
}
.wp-block-button__link:before {
    background: #fff;
}
.wp-block-button__link:hover:before {
    width: 30px;
}
.has-lightning-yellow-background-color {
	background-color: #FAC921;
}
.has-lightning-yellow-color {
	color: #FAC921;
}
.has-color-black-color{
	color:#000;
}
.has-color-black-background-color{
	background-color:#000;
}
.has-small-font-size{
	font-size:10px;
}
.has-large-font-size{
	font-size: 36px;
    line-height: 35px;
}

.has-huge-font-size{
	line-height: 35px;
}

.only-small-screen{
display:none;
}

.wr-music-element.album-preview{
left:auto;
right:0px;
}

.error-wrap form input{
margin-bottom:0px;
}

.logged-in.admin-bar .scroll-nav-wrap.scroll-to-fixed-fixed{
top:32px!important;
}

strong, b{
font-weight:bold;
}

.woocommerce span.onsale {
    
    top: 9px;
    left: 6px;
    background-color: #35353A;
   
}

.related.products .gallery-item .fet_pr-carousel-box-media-zoom{text-align:center;}
.footer-box li a {
	color: rgba(255, 255, 255, 0.71);
    font-weight: 400;
}
.footer-widget {
margin-bottom:20px;
}

.footer-widget .jr-insta-thumb a{
width:20%;
}
.footer-widget .widget-posts li{
	background:transparent;
}
.footer-widget .widget-posts-img{
width:25%;
}
.widget .mc4wp-form input[type="email"], 
.widget .mc4wp-form input[type="text"]{
    width: 65%;
}
.widget .mc4wp-form input[type="button"], 
.widget .mc4wp-form input[type="submit"],
.widget .mc4wp-form button{
position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    z-index: 2;
    padding: 17px 0;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
    cursor: pointer;
	margin-top:0px;
	
}
.footer-widget .mc4wp-form input[type="email"], 
.footer-widget .mc4wp-form input[type="text"]{
    float: left;
    width: 65%;
    border: none;
    background: rgba(255, 255, 255, 0.11);
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.footer-widget .footer-contacts ul li span{float:left;}
.footer-widget .footer-contacts{
border-top:0px; 
margin-top:0px;
padding-top:0px;
}
.footer-widget .footer-contacts li a{
color:#fff;
font-size:11px;
}
.footer-widget .footer-contacts li {
margin-bottom:0px;
}
.wpcf7-form-control-wrap {
    position: initial;
}
.wpcf7-form button {
    padding: 20px 35px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.comment-button-cus {
    margin-top: 30px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
	padding: 20px 35px;
}

.comment-form input[type=submit]{
	display:none;
}
.related.products .hd-box-wrap h2{
	margin-bottom:0px;
}
.related.products .hd-box-wrap h2:before{width:20px; margin-top: 5px;}
.related.products .hd-box-wrap h2:hover:before{width:30px;}
.rs-pzimg{
	left:0px
}
.custom-inner-content{
	text-align:left;
}
.main-about {
	text-align:left;
}
@media only screen and (max-width: 1500px){
.horizonral-subtitle{display:none;}
}
.fixed-footer #twitts-container p.tweet{max-height:68px!important;}
.fw-post h2 a{color:#000;}
.mc4wp-form-basic{
    margin: 0px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	float: left;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 600;
}
.video-holder-wrap{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.video-holder {
	position: absolute;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}
.video-holder iframe {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.background-vimeo{
	width:100%;
	height:100%;
	float:left;
}

/* START RADIO AND CHECKBOX */
label {
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    display: inline-block;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 15px 15px 0px;
    -moz-appearance: none;
     -webkit-appearance: none;
    width: 12px;
	max-width:12px;
	padding:0px!important;
}
input[type=checkbox]:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #eee;
    background: #f9f9f9;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}
input[type=checkbox]:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    background: transparent;
    position: absolute;
    top: 1px;
	margin-left: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}
.comment-form-cookies-consent{
	float: left;
    width: 100%;
    clear: both;
    padding-top: 20px;
}
.comment-form-cookies-consent label{
	float:unset;
	width:auto;
}
.coupon .button{
	margin-top: 0px!important;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
	padding: 15px 30px;
}
.columns-1 .gallery-item{
	width: 100%;
}
.columns-2 .gallery-item{
	width: 50%;
}
.columns-4 .gallery-item{
	width: 25%;
}
.spad .gallery-item.solonick-woo-product {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.solonick-woo-product .grid-item-holder{
	margin-bottom:20px;
}
.det-box-media {
    position: relative;
    display: block;
    z-index: 8;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.det-box-media span {
    z-index: 5;
    position: absolute;
	background:#252425;
    left: 50%;
    top: 40%;
    opacity: 0;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    width: 130px;
    color: #fff;
    border-radius: 4px;
    margin: -13px 0 0 -65px;
    transition: all .3s ease-in-out;
}
.det-box-media:hover span {
    top: 50%;
    opacity: 1;
}
.det-box-media:hover:before {
    opacity: .4;
}

.det-box-media:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #292929;
    opacity: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.det-box-ietm.dbi_shop {
    padding-bottom: 15px;
}

.det-box-ietm {
    background: #fff;
    padding: 25px 30px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #eee;
    border-top: none;
}
.det-box h3 {
    float: left;
    text-align: left;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 700;
    width: 100%;
}
.so-po-sht-des{
	text-align:left;
}
.reviews_counter_wrap {
    float: left;
    margin-bottom: 15px;
}
.grid-item_price {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.woocommerce .reviews_counter_wrap .star-rating {
    margin-right: 0px;
    margin-top: 4px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before {
    font-size: 10px;
    letter-spacing: 1.5px;
}

.grid-item_price_item {
    font-size: 11px;
    position: relative;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    color: #878C9F;
    top: 0px;
}
.grid-item_price_item strong {
    font-size: 17px;
    color: #333;
    position: relative;
    top: 1px;
    margin-left: 7px;
    font-weight: 700;
}
.woocommerce a.button.so-pro-button, 
.added_to_cart{
	float: right;
    line-height: unset;
    margin-top: 0px!important;
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}
.added_to_cart{
	clear:both;
	margin-top:5px!important;
}
.woocommerce a.button.so-pro-button:before{
	display:none;
}
.detbox_notifer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px;
    font-size: 11px;
    font-weight: 600;
    z-index: 50;
    color: #fff;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 40%);
}
.poroduct-media{
	text-align:center!important;
}
.if-so-details.detbox_notifer{
	right: unset;
    left: 21px;	
}
.box-media-zoom {
    position: absolute;
    right: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    background: #202020;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.hov_zoom:hover .box-media-zoom {
    top: 0;
}
.shop-slick-slider{
	position:relative;
	overflow:hidden;
}
.blog-title-opt li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
}
.woocommerce .if-dt-page .star-rating {
    font-style: normal;
    margin-left: 10px;
    margin-top: -2px;
}

.woocommerce .if-dt-page .star-rating {
    min-width: 90px;
    height: 15px;
}
.woocommerce .if-dt-page .star-rating span::before, .woocommerce .if-dt-page .star-rating::before{
	font-size:15px;
}
.woocommerce .if-dt-page .star-rating::before{
	color:#eee!important;
}
.woocommerce-product-details__short-description{
	text-align:left;
}
.shop-item-footer {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin-top: 10px;
}
.shop-item-footer  form{
	float:left;
}
.shop-item-footer .post-counter{
	top:0px;
}
.shop-item-footer  .post-counter li {
    display: inline-block;
    margin: 0 10px;
    font-weight: 400;
    font-size: 12px;
}
.shop-item-footer  .post-counter li span{
	float:unset;
}
.section-separator {
    height: 1px;
}
.section-separator.sp2:before {
    left: 0;
}
.section-separator:before {
    content: '';
    position: absolute;
    left: 80px;
    right: 0;
    height: 10%;
    background: #eee;
    z-index: 1;
}
.section-separator span {
    position: absolute;
    right: 0;
    width: 150px;
    height: 1px;
    top: 0;
    z-index: 10;
}
.section-separator:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 10px;
    top: -4px;
    z-index: 2;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.woocommerce-Reviews-title{
	border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}
 .woocommerce .if-dt-page .comment-text .star-rating{  
	float: left;
    margin-left: 0px;
    
 }
 .comment-text .description{
	 float:left;
	 width:100%;
	 margin-top:10px;
 }
 .woocommerce .if-dt-page .comment-text .star-rating span::before, 
 .woocommerce .if-dt-page .comment-text .star-rating::before {
    font-size: 10px;
}
#review_form_wrapper{
	float:left;
	width:100%;
	margin-top:50px;
}
#review_form_wrapper #reply-title{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.comment-form-rating{
	float:left;
}
.post-related h6 {
    margin-bottom: 20px;
}

.item-related_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin: 30px 0 20px;
    position: relative;
}
.related-anchor {
    display: block;
}
.item-related_content {
    padding: 15px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
}
.item-related h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 4px;
	text-align:left;
}
.item-related .grid-item_price_item {
    margin-right: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.post-related .shop-items{
	height:auto!important;
}
.checkout-table {
	border: 1px solid #eee;
	float:left;
	width:100%;
	font-size:12px;
 	background:#fff;
	font-weight: 600;
}
.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
	border-top: 1px solid #eee;
	padding: 12px;
	text-align:center;
	border-right: 1px solid #eee;
}
.checkout-table tr td:nth-child(odd) {
	background:#f9f9f9;
}
.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 56px;
	background:#fff;
	border-right: 1px solid #eee;
}
.pr-remove {
	vertical-align: middle !important;
	text-align: center;
}
h5.order-money {
	font-size:12px;
}
.order-count {
	border:none;
	width:60px;
	height:50px;
	text-align:center;
	font-weight:bold;
}
.pr-remove {
	font-size: 10px;
}
.pr-remove:hover i {
	color:#292929;
} 
h5.product-name {
	font-weight:500;
	font-size:12px;
}
.coupon-holder {
	margin-top:30px;
	padding: 12px 0 0 0;
}
.coupon-holder input{
	float:left;
	width:auto;
	margin-bottom:20px;
	font-size: 14px;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:18px;
	color:#000;
	border:0;
	border:1px solid #eee;
	background:#fff;
}
.coupon-holder button {
	float:left;
	height:50px;
	border:none;
	cursor:pointer
}
.coupon-holder button.btn-uc {
	float:right;
}
.no-mar-top{
	margin-top:0px;
}

h4.cart-title {
	font-size:15px;
	font-weight:600;
	margin-bottom:20px;
	text-align:left;
	color: #000;
}
h4.cart-title span {
	padding: 0 2px;
	color: #555;
}
.cart-totals  button {
	float:right;
	margin-top:40px;
	height:48px;
	border:none;
	color:#fff;
	width:100%;
	cursor:pointer;
	padding:0 20px;
	font-size: 11px;
	font-weight: 600;
	-webkit-appearance: none;
	position:relative;
	border-radius: 4px;
	z-index:2; 
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease-in-out;
}
.cart-totals  button:hover {
	background:#fff;
}
.cart-totals:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed rgba(255,255,255,0.2);
    z-index: 2;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.03);
}
.cart-totals {
	padding:66px 50px;
	background:#292929;
}

.cart-totals h3 {
	font-size:20px;
	font-weight:500;
	text-align:left;
	padding-bottom:20px;
	color: #fff;
}
.total-table {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
.total-table tr {
	font-size:14px;
	text-align:right;
} 
.total-table  th , .total-table tr  {
	padding:15px 0;
	color:#fff;
} 
.total-table th {
	border-bottom:1px solid rgba(255,255,255,0.1);
	text-align:left;
	font-size: 12px;
}
.cart-totals_btn{
	z-index:2;
	width:100%;
	text-align:center;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td{
	border:none;
}

.woocommerce-checkout #payment ul.payment_methods,
.form-row.place-order{
	z-index:2;
	position:relative;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color:rgba(255,255,255,0.1);
	color:#fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: none;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p{color:#fff;}

/* Woocommerce messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #292929;
    font-size: 12px;
    color: #FFF;
    border: 1px solid #292929;
    line-height: 42px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #c5c5c5;
    border-bottom: 1px dotted;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    opacity: .8;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #FFF;
}
.woocommerce-error {
    background-color: #292929;
}

/* Checkout payment box */
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #292929;
    font-size: 16px;
    color: #FFF;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 16px solid #292929;
}
.woocommerce-checkout #payment div.payment_box::before{
	display:none;
}
.woocommerce-checkout #payment {
    padding: 25px 30px;
    background: #f9f9f9;
    border: 1px solid #eee;
	border-radius:0px;
}
.select2-container .select2-selection--single{
	padding:15px;
	text-align:left;
	background:#fff;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
	background: #fff;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
	outline:none;
	min-height: 48px;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 23px;
    border: none;
    left: unset;
    right: 0px;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
.select2-container{
	color:#000;
}
.select2-container--default .select2-results>.select2-results__options{
	float:left;
	width:100%;
}
.checkout_coupon.woocommerce-form-coupon button, .woocommerce-message a.button{
	margin-top:0px;
}
.woocommerce ul.product_list_widget li.post-widget-item:nth-child(1) {
    padding-top: 0px!important;
}
.woocommerce ul.product_list_widget li.post-widget-item {
    padding: 0px 0px;
    padding-top: 20px;
    margin: 0;
    margin-bottom: 20px;
}
.post-widget-item-media {
    float: left;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
}
.post-widget-item-content {
    float: left;
    width: 70%;
    position: relative;
    padding: 6px 0 0 15px;
}
.pwic_opt li {
    float: left;
    margin-right: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce ul.product_list_widget .pwic_opt li {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    margin-right: 8px;
}
.woocommerce ul.product_list_widget .pwic_opt li.woo-review {
    margin-top: 7px;
}
.woocommerce ul.product_list_widget .pwic_opt li.woo-review span.review-admin{
	margin-top:5px;
}
.widget ul.pwic_opt{
	display:block
}
.widget ul.pwic_opt span{
	float:unset;
}
.pwic_opt li i {
    margin-right: 4px;
    font-weight: 900;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
	width:100%;
}
.woocommerce ul.product_list_widget li h4{
	font-size: 14px;
    padding-bottom: 20px;
}
.woocommerce-mini-cart-itemt .widget-posts-img {
    float: left;
    width: 30%;
}
.widget .widget-posts-descr a{font-weight:700;}
.woocommerce-mini-cart-item img {
    border-radius: 2px;
}
.woocommerce-mini-cart-item img {
    max-width: 100%;
    Height: auto;
}
.woocommerce-mini-cart-item .widget-posts-descr {
    float: left;
    width: 70%;
    padding: 12px 30px 0 20px;
    text-align: left;
    position: relative;
}
.woocommerce-mini-cart-item .widget-posts-descr_calc {
    width: 100%;
    font-weight: 500;
    color: #828282;
    padding-top: 3px;
    font-size: 11px;
}
.widget .woocommerce-mini-cart-item span{
	float:left;
}
.widget .woocommerce-mini-cart-item span.quantity{
	width:100%;
}
.woocommerce-mini-cart-item .clear-cart_button {
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 30px;
    font-weight: bold;
}
.woocommerce .widget_shopping_cart .buttons a:before, 
.woocommerce.widget_shopping_cart .buttons a:before{
	display:none;
}
.shop-cart-empty-icon {
    font-size: clamp(68px, 6vw, 100px);
    opacity: .5;
    color: #fff;
}
.shop-cart-empty-text {
    font-size: 19px;
    color: #fff;
}
.shop-cart-empty-button {
    margin-top: 30px;
}
.text-center{
	text-align:center;
}
.btn.wc-backward {
    z-index: 2;
}

.opt-custom-shadow {
    position: absolute;
    color: #666;
    bottom: 10px;
    font-size: 70px;
    right: 10px;
    opacity: 0.08;
	background:transparent!important;
}
.timeline-custom-icon.custom-inner-header:after{
	display:none;
}
.wp-block-group__inner-container h2 {
    text-align: left;
    font-size: 15px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #666;
    position: relative;
}
.widget li .wp-block-latest-comments__comment-meta a{
	float:unset;
	margin-right:2px;
}

.wp-block-search__inside-wrapper{
	display:block;
}
.wp-block-search__input,
.wp-block-search__button {
	width:100%;
	float:left;
	position:relative;
	margin-left:0px;
	background: #292929;
    color: #fff;
	height:60px;
	cursor:pointer;
}
.wp-block-search__input{
	padding: 20px 15px;
    margin: 15px 0px;
    border: 1px solid #e4e4e4;
    background: #fff;
	color:#000;
}
.footer-widget p a {
   color: rgba(255, 255, 255, 0.71);
   border-bottom: 1px dotted;
}   
section.wpb-content-wrapper{
	padding:0px;
	background:transparent;
}
.respimg-alt{
	max-width:100%;
}
@media only screen and (max-width: 1000px){
.respimg-alt{
	margin-bottom:10px;
	margin-top:10px;
}
.respimg-alt {
    width: 100%;
}	
}
.so-full-width-of-pad{
	width:100%;
	padding:0px;
}
.so-full-team-of-pad{
	width:100%;
	padding:10px 0px;
}
.no-padding-top{
	padding-top:0px;
}
.no-padding-top .content-nav{
	margin-top:0px;
}
.pr-list ul{
	list-style:none!important;
	padding:0px;
}
.no-margin-top{
	margin-top:0px;
}
.image-popup,
.slider-carousel-wrap,
.team-single-social li a{
	text-align:center;
}
.two-column .gallery-item {
	width: 50%;
}
.two-column .gallery-item.gallery-item-second {
	width: 100%;
}
.one-column .gallery-item {
	width: 100%;
}
.one-column .gallery-item.gallery-item-second {
	width: 100%;
}
.wpb_text_column{
	text-align:left;
}
.wpb_text_column h4 {
    font-size: 18px;
    color: #666;
    margin: 22px 0;
    font-weight: 600;
}

.wpb_text_column p {
    font-size: 11px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #878C9F;
    font-family: 'Poppins', sans-serif;
}
.vc_empty_space{
	float:left;
	width:100%;
	clear:both;
}
.pad-left{
	padding-left: 30px;
}
@media only screen and (max-width: 1064px) {
	.pad-left{
		padding-left: 0px;
	}
}
.vc_cta3-container{
	padding:0px 0px;
}
.dark-bg .main-about h2,
.dark-bg .bold-title,
.dark-bg .team-single-social span{
	color:#fff;
}
.dark-bg .custom-skillbar-title span,
.dark-bg .skill-bar-percent{
	color:rgba(255, 255, 255, 0.71);
}
.dark-bg .team-single-social li a{
	background:#2A2A2E;
	border-color:#2D2D32;
}
.dark-bg .team-single-social{
	border-top-color:#2D2D32;
}
.dark-bg p,
.dark-bg i{
	color:rgba(255, 255, 255, 0.71);
}
.text-right,
.text-right.main-about p, 
.text-right.main-about h5,
.text-right.main-about h2{
	text-align:right!important;
}
.text-right.main-about h2:before{
	left:unset;
	right:0px;
}
.text-center,
.text-center.main-about p, 
.text-center.main-about h5,
.text-center.main-about h2{
	text-align:center!important;
}
.text-center.main-about h2:before{
	display:none;
}
@media screen and (max-width: 768px) {
    .content-nav li:first-child:before, 
    .content-nav li:last-child:before{
        display:none;
    }
    .content-nav ul{
        display:flex;
    }
}