.clear{
	clear:both;
}
.logged-in .header-logo,
.logged-in .menu-icon{
	top:50px;
}
.js-nav-bg-change.current_page_item .nav-bg ,
.js-nav-bg-change.current-menu-parent .nav-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dropdown li .nav-bg {
	opacity:0!important;
}
.c-scrollbar {
	z-index: 3;
}
.tu-text-logo{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
	min-height: 30px;
}
.pull-left{
	float:left;
	width:100%;
}

.tu-global-sec:not(.text-color-black) .tu-global-port-sec .anim-line-bottom.black{
	background-color: #fff;
}
.hidden{display:none;}
.grid-sizer{
	position:absolute;
	top:0px;
}
.padding-top-130 {
	padding-top: 130px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.subhead-xxl p {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-xl p{
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-l  p{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-m  p{
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-s  p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-xs  p{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
}

.subhead-xxs  p{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
}
.container-inner{
	width: calc(100% - 0px);
	max-width:100%;
}
.inner-no-container  > .pull-left > .vc_col-sm-12 > .vc_column-inner,
section:not(.inner-row-padding).vc_column_container.vc_col-sm-12>.vc_column-inner,
.tu-global-sec >.pull-left>.container-full>.vc_column_container.vc_col-sm-12>.vc_column-inner{
	padding-left:0px!important;
	padding-right:0px!important;
}
.vc-fixed-height div{
	height: 100vh;
}
.section-bg-light .anim-line-top, 
.section-bg-light .anim-line-bottom{
	background-color: #000;
}
.section-bg-light .list__item:before{
	color: #000;
}

.section-bg-light .text-stroke-white {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.margin-0-auto{
	margin:0 auto;
}
.margin-top-90 {
	margin-bottom: 90px;
}
.tu-comment-form-main .form-submit{display:none;}
.tu-global-sec:not(.section-bg-dark) .swiper-pagination-bullet:before, 
.tu-global-sec:not(.section-bg-dark) .swiper-pagination-bullet:after{
	color:#000;
}
.tu-global-sec:not(.section-bg-dark) .mfp-arrow-right:before, 
.tu-global-sec:not(.section-bg-dark) .swiper-button-next:before{
	border-top: 1px solid #000;
    border-right: 1px solid #000;
	}
.tu-global-sec:not(.section-bg-dark) .mfp-arrow-left:after, 
.tu-global-sec:not(.section-bg-dark) .mfp-arrow-right:after, 
.tu-global-sec:not(.section-bg-dark) .swiper-button-prev:after, 
.tu-global-sec:not(.section-bg-dark) .swiper-button-next:after{
	background:#000;
}
.tu-global-sec:not(.section-bg-dark) .mfp-arrow-left:before, 
.tu-global-sec:not(.section-bg-dark) .swiper-button-prev:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
	}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: normal;
	text-align: left;
	color: #fff;
	-webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
	     -o-transition: .5s cubic-bezier(.225, 1, .316, .99);
	        transition: .5s cubic-bezier(.225, 1, .316, .99);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border-bottom: 1px solid #fff;
}

.wpcf7-form input.black {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	color: #000;
}

.wpcf7-form input.black:focus {
	border-bottom: 1px solid #000;
}

.tu-global-sec:not(.text-color-white) .wpcf7-form input,
.tu-global-sec:not(.text-color-white) .wpcf7-form textarea
 {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	color: #000;
}

.tu-global-sec:not(.text-color-white) .wpcf7-form input:focus,
.tu-global-sec:not(.text-color-white) .wpcf7-form textarea:focus  {
	border-bottom: 1px solid #000;
}

.tu-global-sec:not(.text-color-white) ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.tu-global-sec:not(.text-color-white) ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.tu-global-sec:not(.text-color-white) :-ms-input-placeholder {
	color: #000;
	opacity: .1;
}
.tu-global-sec:not(.text-color-white) ::placeholder {
	color: #000;
	opacity: 1;
}

.tu-global-sec ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.tu-global-sec ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.tu-global-sec :-ms-input-placeholder {
	color: #fff;
	opacity: .1;
}
.tu-global-sec  ::placeholder {
	color: #fff;
	opacity: 1;
}

.wpcf7-form textarea  {
	height: 150px;
	margin-bottom: 0 !important;
}

.blog-widget ul li{
    display: inline-block;
	float:left;
	width:100%;
    overflow: hidden;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
    text-transform: uppercase;
	margin-bottom:20px;
}
aside .blog-content-bg{
	float:left;
}
.widget_tag_cloud a{
display: inline-block;
    overflow: hidden;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 12px!important;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
	margin-right: 20px;
    text-transform: uppercase;
}

ul.dot .list__item:before {
    content: '\f111';
    font-size: 6px;
}
ul.dot .list__item{
	padding-left:30px;
}
.half-bg-borders-fix-light:before{
	top:-1px;
}
.vc_empty_space{
	clear:both;
}
.inner-hidden-box  .wpb_column{
	overflow:hidden;
}
.tu-no-br br{display:none;}
.comment-respond .anim-line-bottom  {
-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.comment-respond  .anim-fade-to-top{
	opacity:1;
}
p.comment-form-cookies-consent{
	padding-top:20px;
}
.comment-notes{
	margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.comment-title-area{
	float:left;
}
#cancel-comment-reply-link{
	top: -2px;
    position: relative;
    left: 30px;
	font-size:100%;
}
#cancel-comment-reply-link:before{
	content: "/";
    position: absolute;
    left: -19px;
    top: 1px;
}

#reply-title  small{
	 font-size: 22px;
}
.comment {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(250, 250, 250, .1);
}

.comments-list.black .comment {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.commentcontent:last-child,
.comments-list.black .comment:last-child {
	margin-bottom:  0;
	padding-bottom: 0;
	border-bottom: none;
}
li.comment .children {
	margin: 20px 0 0 90px;
	padding-top: 30px;
	border-top: 1px solid rgba(250, 250, 250, .1);
}

.comments-list.black  li .children{
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.comment {
	position: relative;
}
.comment-reply-link {
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;}
.form-submit{display:none;}
.logged-in-as{
	float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
.comment #respond{
	margin:100px 0px;
}
.comment #respond .padding-top-60{
	padding-top:30px;
}

@media only screen and (max-width: 999px) {

	li.comment .children {
		margin: 20px 0 0 0;
	}

}
/******themecheck*****/
.widget select{
	max-width: 100%;
    width: 100%;
    height: 38px;
    text-transform: uppercase;
	background:transparent;
	font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
	padding: 0px 5px;
	outline:none;
	border: 1px solid rgba(0, 0, 0, .2);
}
.widget{
	overflow:hidden;
}
.widget img{
	max-width:100%;
	height:auto;
}
.widget ul.children,
.widget ul.sub-menu{
	margin-bottom: 15px;
    margin-top: 15px;
}

.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: 15px;
    line-height: 20px;
}
.widget strong{
	float:left;
	margin:10px 0px;
	width:100%;
}
.wp-caption-text{
	margin:10px 0px;
}
.widget p{
	line-height:2;
}
.sticky h3{
	color:#d20120;
}

.widget table{
	width:100%;
	margin-bottom:10px;
}
.widget caption{
	margin-bottom:10px;
}
.wp-block-cover-text {
	color:#fff!important;
}
.widget ul.children li:nth-child(1), 
.widget ul.sub-menu li:nth-child(1),
.widget ul.children li:nth-last-child(1), 
.widget ul.sub-menu li:nth-last-child(1){
	margin-bottom:0px;
}
.widget ul.children li:nth-child(2), 
.widget ul.sub-menu li:nth-child(2){
	margin-top:20px;
}
.sticky h3{
	color:#d20120!important;
}
.wp-block-button{
	margin-bottom:20px;
	margin-top:10px;
}
.wp-block-button.is-style-squared a{
	border-radius:0px;
}
.blocks-gallery-caption{
	margin-top:20px;
}
.page-links {
	margin: 20px 0px;
}
.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: #d20120;
}
.wp-block-group.has-background{
	padding:0px;
	background-color:transparent!important;
	top: -45px;
    position: relative;
}
pre{
	max-width:600px;
	clear:both;
}
.wp-block-image img,
.wp-block-media-text__media img{
	max-width:100%;
	height:auto;
}
.post-password-form > p{
	margin-top:15px;
}
.post-password-form input[type='password'] {
    padding: 10px 30px 10px 10px;
   	border: 1px solid rgba(0, 0, 0, .2);
	background:transparent;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
    -o-transition: .5s cubic-bezier(.225, 1, .316, .99);
    transition: .5s cubic-bezier(.225, 1, .316, .99);
}
.post-password-form input[type='submit']{
	cursor: pointer;
    background: #111;
    color: #fff;
    padding: 0px 21px;
    font-size: 13px;
    text-transform: uppercase;
    height: 38px;
}
textarea{
	text-transform:capitalize;
}
.preloader:before,
.preloader__out-overlay:before {
	pointer-events: none;
	transition: .3s cubic-bezier(.858, .01, .068, .99);
	-webkit-transform: translateX(0) !important;
	        transform: translateX(0) !important;
}

.preloader:after,
.preloader__out-overlay:after {
	content: normal;
}

.preloader__out-overlay:before {
	opacity: 0;
	transition-delay: 0s;
}



.js-page-in.preloader:before {
	opacity: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.js-page-out .preloader__out-overlay:before {
	opacity: 1;
}

@media only screen and (max-width: 1024px){

img, div:not-class(.tv) iframe{
height:auto;
}
.wp-caption, div:not-class(.tv) iframe, .wp-caption img {width:100%!important;}

}

.section-bg-light .border-btn__inner{
	color:#000;
}

.section-bg-light .border-btn__lines-1:before, .section-bg-light .border-btn__lines-1:after, .section-bg-light .border-btn__lines-2:before, .section-bg-light .border-btn__lines-2:after, .section-bg-light .border-btn:before, .section-bg-light .border-btn:after, .section-bg-light .border-btn__inner:before, .section-bg-light .border-btn__inner:after{
	background-color:#000;
}
.footer-widget-class ul li a{
	display: inline-block;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
	color:#fff;
}
.footer-widget-class ul li a:hover{
	color:#b0b0b;
}
.footer-widget-class ul li{
	margin-bottom:6px!important;
}
.footer-widget-title{
	margin-bottom:20px;
}
.footer-widget-class .list.list_center{
	text-align:left;
}
.footer-widget-class .flip-btn.black .char:before, .footer-widget-class .flip-btn.black .char:after {
    color: #fff;
}
.footer-widget-class p{
	display: inline-block;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
	color:#fff;
}
#down{
	float:left;
	width:100%;
}
