a{
	color:#fff;
}
.clear{clear:both;}
.cat_item a{
	display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 3;
}
.section-df-page{
	padding-bottom:90px;
}
.text-left{
	text-align:left;
}
.hero-section_title h4 a{
	color: #fff;
}
p.form-submit{
	display:none;
}
#reply-title{
	text-align: left;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.dark-mode a{
	color:#fff;
}
.comment-reply-link:before{
	content:"/";
	padding: 0px 5px;
}
#respond{
	float: left;
    width: 100%;
    clear: both;
}
li.comment #respond{
	padding: 30px 0px;
}
.comment-title-area.crunchify-text{
	float:left;
}
#cancel-comment-reply-link:before{
	content:"/";
	padding: 0px 10px;
}
/* START RADIO AND CHECKBOX (FOR POZO LIGHT) */
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 25px 15px 0px;
    -moz-appearance: none;
     -webkit-appearance: none;
    width: 12px;
}
input[type=checkbox]:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #222;
    background: #222;
    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;
	color:#fff;
    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-bottom: 20px;
}
.comment-notes:before{
	font-family: Font Awesome\ 5 Pro;
	content: '\f029';
	padding-right: 8px;
    font-size: 13px;
}
.comment-notes{
	padding-bottom: 20px;
}
.main-about-text-area{
	font-size: 12px;
    line-height: 24px;
    font-weight: 400;
	color:#BABABA;
	text-align:left;
}
.pr-det_box .main-about-text-area {
    color: rgba(255,255,255,0.8);
}
.light-mode .pr-det_box .main-about-text-area,
.light-mode .pr-det_box p {
    color: rgba(0,0,0,0.8);
}
.light-mode .caption-wrap ul li span{
	color:#111;
}
/*****contact form*****/

.vc_template form {
	float: left;
	width: 100%;
	position: relative;
}
.vc_template form textarea,
.vc_template form input[type="text"],
.vc_template form input[type=email]  {
	float: left;
	border: none;
	background: #222;
	width: 100%;
	padding: 25px 30px;
	font-size: 12px;
	position: relative;
	color:#fff;
 	font-family: 'Poppins', sans-serif;
	-webkit-appearance: none;
}
.light-mode .vc_template form textarea,
.light-mode .vc_template form input[type="text"],
.light-mode .vc_template form input[type=email]  {
	border: 1px solid #e1e1e1;
    background: #f9f9f9;
	color:#000;
}
.vc_template form input::-webkit-input-placeholder,
.vc_template form textarea::-webkit-input-placeholder  {
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.light-mode .vc_template form input::-webkit-input-placeholder,
.light-mode .vc_template form textarea::-webkit-input-placeholder  {
	color: #000;
}
.vc_template form input:-moz-placeholder,
.vc_template form textarea:-moz-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.light-mode .vc_template form input:-moz-placeholder,
.light-mode .vc_template form textarea:-moz-placeholder {
	color: #000;
}
.vc_template form textarea {
	height: 150px;
	resize: none;
	padding: 35px 30px 25px 30px;
	-webkit-appearance: none;
}
.vc_template form input {
	margin-bottom: 20px;
}
.vc_template form button,
.post-link-button {
	margin-top:25px;
	padding:18px 38px;
	font-size:12px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	float: left;
	font-family: 'Poppins', sans-serif;
	border-radius:0;
	color:#fff;
	background: #222;
}
.light-mode .vc_template form button,
.light-mode .post-link-button {
	color:#fff;
	background: #222;
}
.vc_template form button:hover,
.post-link-button:hover {
	background: #333;
}
.light-mode .vc_template form button:hover,
.light-mode .post-link-button:hover {
	color:#fff;
}
.vc_template form  textarea:focus , 
.vc_template form input[type="text"]:focus  , 
.vc_template form  input[type=email]:focus  {
	background:#333;
	box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.96);
}
.light-mode .vc_template form  textarea:focus , 
.light-mode .vc_template form input[type="text"]:focus  , 
.light-mode .vc_template form  input[type=email]:focus  {
	background: #fff;
    box-shadow: 0px 10px 14px 0px rgb(12 0 46 / 6%);
}
.vc_template form label{
	width:100%;
}

h2.title-style-alt {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}
.light-mode h2.title-style-alt {
	color: #000;
}
h2.title-style-alt:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 30px;
    height: 3px;
    background: #fff;
}
.light-mode h2.title-style-alt:before {
     background: #000;
}
@media only screen and (max-width: 784px) {
h2.title-style-alt {
    font-size: 20px;
    padding-bottom: 20px;
}
}
.light-mode .post-link{
	color:#fff;
}
.commentlist {
	margin-bottom: 50px;
}
.commnet-container {
	margin: 10px 0 15px;
	padding: 0 30px 0 70px;
	text-align: left;
}
.commnet-container h4 {
	margin-bottom: 16px;
	font-weight: 700px;
	font-size: 16px;
}
.commnet-container p {
	font-size: 12px;
}
.review-comments-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.review-comments-avatar img {
	width: 45px;
	height: 45px;
	border-radius: 50%;	
}
.comment-date {
	position: absolute;
	top: 4px;
	right: 30px;
	font-size: 10px;
	text-transform: uppercase;
}
.widget:not(.recent-post-widget-endor) ul li,
.widget:not(.recent-post-widget-endor) ol li {
	width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}
.widget:not(.recent-post-widget-endor) ul li a,
.widget:not(.recent-post-widget-endor) ol li a{
	color: #fff;
    padding-right: 10px;
}
.elementor-element.elementor-widget-empty {
    background-color: transparent!important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px!important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.elementor-section-wrap, .elementor, .elementor-section{
	position:relative;
	width:100%;
	float:left;
	clear:both;
}
#elementor-add-new-section{
	float:left;
	width:100%;
	clear:both;
	z-index: 5;
}
.elementor-section .services-item{
	padding: 90px 30px 30px;
}

.elementor-section form label{
	width:100%;
}
.if-elementor .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px!important
}
.single-post-container .column-wrapper_text p{
	color: #fff;
	font-size:13px;
}
.single-post-container .column-wrapper_text blockquote p {
    font-style: italic;
    color: #ccc;
}
.single-post-container .section{
	float:unset;
}
.single-post-container .column-wrapper_text h4{
	text-align: left;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
	margin-bottom:0px;
}
.tagcloud a{
	font-size:10px!important;
}
.tc-pagination .swiper-pagination-bullet{
	margin-right:20px!important;
}
.cat_item a{
	margin-right:5px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    float: left;
    font-size: 12px;
    font-weight: 600;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7 .ajax-loader {
    margin: 40px 24px 0px 24px;
    float: left;
}

@media only screen and (min-width: 1064px){
.nav-holder nav li ul{
	top:30px;
}
.nav-holder li{
	position:relative;
}
.nav-holder li ul li{
	margin-left:0px;
}
.logged-in .logo-holder {
	top:51px;
}
.logged-in  .nav-holder{
	top:60px;
}
.logged-in  .share-btn{
	top:55px;
}
}
@media only screen and (max-width: 1024px){
.logged-in .header-bg{
	top:32px;
}
.logged-in .logo-holder {
	top:53px;
}
.logged-in .nav-button-wrap,
.logged-in  .share-btn {
	top:50px;
}

}
@media only screen and (max-width: 768px){
.logged-in .header-bg{
	top:46px;
}
.logged-in .logo-holder {
	top:68px;
}
.logged-in .nav-button-wrap,
.logged-in  .share-btn {
	top:65px;
}

}
@media only screen and (max-width: 540px){
.logged-in .header-bg{
	top:46px;
	position: absolute;
}
.logged-in .logo-holder {
	top:68px;
	position: absolute;
}
.logged-in .nav-button-wrap,
.logged-in  .share-btn {
	top:65px;
	position: absolute;
}

li.comment .children{
	padding-left:0px!important;
}
.wr-default-page table,
.single table{
	display:none;
}

}
.ns-text-logo{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*******themecheck******/
.post-item .sticky .post-item_content {
    background: #111;
}
.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.widget img{
	max-width:100%;
	height:auto;
	margin: 10px 0px;
}
.page-links{
	float:left;
	width:100%;
}
.page-links > span, 
.page-links   a span{
	display: block;
    color: #fff;
    border: none;
	background: #111;
    padding: 14px 17px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;
}
.page-links > span, 
.page-links   a span:hover{
	background: #222;
}
.post-item:hover  .post-item_content .page-links > span, 
.post-item:hover  .post-item_content .page-links   a span {
    background: #222;
}

.blocks-gallery-caption strong ,
.page strong,
.post strong{
    font-weight: 600;
	color:#fff;
}

.wp-block-image img{
	height:auto;
}

sup {
    top: -0.5em;
	position:relative;
}
sub {
    bottom: -0.25em;
	position:relative;
}
code{
	font-size: 0.88889em;
    line-height: 2;
}

del {
    text-decoration: line-through;
}
cite,
address,
em{
	font-style:italic;
}
big {
    font-size: 125%;
}
abbr, 
acronym {
    border-bottom: 1px dotted #222;
    cursor: help;
}

mark, ins {
    background: #222;
    text-decoration: none;
}
code, kbd, tt, var {
   font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
dl{
	line-height: 25px;
}

.widget select{
	width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    background-color: #222;
    border: none;
    padding: 15px 30px;
    appearance: none;
    -webkit-appearance: none;
	background: #222 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat 95%;
    color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    max-width:100%;
}
.widget table,
.wr-default-page table,
.commentlist table{
	width: 100%;
	margin-bottom:20px;
	float:left;
	max-width:100%;
}
.widget caption{
	margin-bottom:20px;
}
.widget thead th{
	padding: 10px 15px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	border-left: 1px solid rgb(255, 255, 255, .1);
	border-bottom: 1px solid rgb(255, 255, 255, .1);
}
.wr-default-page thead tr,
.commentlist thead tr{
	background:#fff!important;
}
.widget thead th:first-child{
	border-left: none;
}
.widget thead tr{
	background:#000!important;
}
.widget td,
.commentlist td,
.wr-default-page td,
.wr-default-page th,
.commentlist th {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}
.widget td,
.commentlist td,
.wr-default-page td,
.wr-default-page th,
.commentlist th {
	border-left: 1px solid rgb(255, 255, 255, .1);
}
.widget td:first-child,
.commentlist td:first-child,
.wr-default-page td:first-child,
.wr-default-page th:first-child,
.commentlist th:first-child{
	text-align: left;
	border-left: none;
}
.serv-table.align-left td:first-child {
	text-align: left;
}
.widget tr,
.wr-default-page tr,
.commentlist tr{
	background: #000;
}
.widget tr:nth-child(odd),
.wr-default-page tr:nth-child(odd),
.commentlist tr:nth-child(odd){
	background: #222;
}
.widget:not(.recent-post-widget-endor) ul li ul li:nth-child(1) {
    margin-top: 10px;
}

.single-side-bar:not(.recent-post-widget-endor) ul li ul li:nth-last-child(1) {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.widget_rss li a.rsswidget{
	float:left;
	width:100%;
}
.widget_rss li .rss-date{
	font-size: 11px;
    line-height: 32px;
    font-weight: 400;
}

.widget_rss li .rssSummary{
	font-size: 11px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
	color:rgb(255, 255, 255, .8);
}
.widget_rss li cite{
	font-size:10px;
	color:rgb(255, 255, 255, .8);
}
.widget_rss li{
	padding-bottom:15px;
}
.wp-block-group.has-background{
	background:transparent!important;
	padding:0px;
}
.more-link{
	display:none;
}
.wp-block-button{
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}
.wp-block-button a{
	font-family: 'Poppins', sans-serif;
	background: #222;
    font-size: 14px;
}
.wp-caption,
.wp-caption img,
img{
	max-width:100%
}
.wp-caption-text{
	font-weight:600;
	padding-top:10px;
}
.post-password-form input[type="password"] {
    border: none;
	max-height:45px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    padding: 15px 20px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}
.post-password-form input[type="submit"]{
	padding: 14px 20px 17px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-top: 15px;
    background: #222;
    letter-spacing: 2px;
    font-weight: 400;
    margin-left: 5px;
    transition: all 200ms linear;
}
.comment-text{
background: #222;
    padding: 25px 30px;
}
li.comment .children{
	padding-left:30px;
}
pre {
	display: block;
    padding: 9.5px;
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #fff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow-x: hidden;
}
blockquote{
	width:100%;
}
li.trackback .commnet-container,
li.pingback .commnet-container{
	padding-left:0px;
}
.blocks-gallery-caption {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 16px 0px;
}
.wp-block-image figcaption{
	color:#fff;
}

/******wp block*****/

.main-sidebar-widget .wp-block-group h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin:0 0 40px;
	position: relative;
}
.main-sidebar-widget .wp-block-group h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #fff;
	opacity: 0.2
}
.widget:not(.recent-post-widget-endor) ol.wp-block-latest-comments li a,
.widget_recent_comments ul li a{
	padding-right:0px!important;
}
.wp-block-latest-comments__comment{
	line-height:unset;
}
.wp-block-search .wp-block-search__input {
    float: left;
    border: none;
    background: #222;
    width: 100%;
    padding: 20px 30px;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    z-index: 1;
}
.wp-block-search .wp-block-search__label {
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
}
.wp-block-search .wp-block-search__inside-wrapper{
	position:relative;
}
.wp-block-search .wp-block-search__button{
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 17px 22px;
    background: #111;
    border-color: #222;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	cursor:pointer;
}

.category-widget li{
	float:left;
	width:100%;
	position:relative;
}
.category-widget li:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	opacity: 0.2;
    right: 50px;
    border-top: 1px dotted #fff;
    z-index: 2;
}
.category-widget li a{
	float:left;
	position: relative;
    background: #111;
    z-index: 2;
	padding-right: 40px!important;
	top: 10px;
}

.category-widget li span{
	float:right;
}
.recent-post-content {
       margin-top: 15px;
}
.share-wrapper{
	display:none;
}
.swiper-scrollbar-drag{
	background:#fff!important;
}

.single-portfolio .post-password-form{
	top: 50%;
	position: relative;
}
.hero-section_title .endor-page-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 104px;
    line-height: 90px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: -60px;
}
.hero-section_title .endor-page-title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 50px;
	height: 2px;
	background: #fff;
	margin-left: -25px;
}
.single-post_title .hero-section_title .endor-page-title {
 	top: -100px;
	font-size: 70px;
}
@media only screen and (max-width: 1064px) {
.hero-section_title .endor-page-title {
    font-size: 84px;
}
}
@media only screen and (max-width: 784px) {
.hero-section_title .endor-page-title {
    font-size: 64px;
}
.hero-section_title .endor-page-title:before {
    bottom: -30px;
}
}
@media only screen and (max-width: 564px) {
.single-post_title .hero-section_title .endor-page-title {
	font-size: 50px;
	line-height: 62px;
}
.single-post_title .hero-section_title .endor-page-title:before {
    bottom: -50px;
}
}
.endor-img-resize .hov_box-title{
	top:44%;
}
.endor-img-resize .cd-pt-ab{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.endor-img-resize .cd-pt-ab img{
	display: block;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.endor-img-resize .position-re-order{
	padding-bottom:15%;
}
@media screen and (max-width: 900px) {
	.endor-img-resize .position-re-order{
	padding-bottom:60%;
	}
}