.clear{clear:both;}
.nav-inner li.submen-dec > a:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f067';
	display:block;
}
.submen-dec > a:after {
    position: absolute;
    right: 16px;
    width: 10px;
    height: 10px;
    top: 0px;
    font-size: 9px;
    z-index: 20;
}
.nav-inner li ul li i,
.nav-inner li:before {
    display: none;
}
.to-top-wrap{
	position:absolute;
	bottom:-1px;
	height:10px;
}
.main-menu-wrap{
	float:left;
	width:100%;
}

.share-icon-email:before {
    content: "\f0e0";
	font-family: Font Awesome\ 5 Pro;
}

.share-icon-reddit:before {
    content:"\f1a1"
}
.off-margin-right{
	margin-right:15px;
}
.text-center.section-title h3{
	text-align:center;
}
.text-right.section-title h3{
	text-align:right;
}
.text-center.section-title:before{
	left:48%;
}
.text-right.section-title:before{
	left:unset;
	right:0px;
}
.text-right.section-title:after,
.text-center.section-title:after{
	display:none;
}

.elementor-editor-active .content{
	min-height:5000px;
}
section:not(.elementor-section) {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
	padding: 30px 0;
}
section.elementor-section { 
padding: 10px 0;
}
section.hero-section {
    padding: 120px 0 60px;
}
.bg-el {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg-el {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

.hero-section-title .v-hero-title {
	text-align: left;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.hero-section-title .v-hero-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 50px;
	height: 3px;
}
@media only screen and (max-width: 640px) {
	.hero-section-title .v-hero-title {
    font-size: 20px;
	}
}
.elementor-section .section-title{
	margin-bottom:10px;
}
.client-list{
	margin-top:0px;
}
.elementor-widget-container{
	min-height:1px;
}
.elementor-widget-vbook-text-block p{
	text-align:unset;
	color:unset;
	font-size:unset;
	line-height: unset;
    font-weight: unset;
}
.elementor-widget-vbook-text-block{
	font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.elementor img.vk-slider-image-class{
	height:300px;
}
.section-title h3 a,
.comment-body h4 a,
.logged-in-as a{
	color:#fff;
}

.widget_archive ul:not(.children, .sub-menu), 
.widget_nav_menu ul:not(.children, .sub-menu),
.widget_recent_entries ul:not(.children, .sub-menu),
.widget_categories ul:not(.children, .sub-menu),
.widget_meta ul:not(.children, .sub-menu),
.widget_recent_comments ul:not(.children, .sub-menu),
.widget.widget_block ul:not(.children, .sub-menu),
.widget.widget_block ol,
.widget_calendar table,
.widget_pages ul:not(.children, .sub-menu),
.widget_rss ul {
	float:left;
	width:100%;
	position:relative;
	padding: 15px 20px 4px;
	margin-top: 20px;
	border-radius: 4px;
	background: #232C32;
	border: 1px solid rgba(255,255,255,0.1);
}
.widget_archive li, 
.widget_nav_menu li,
.widget_recent_entries li,
.widget_categories li,
.widget_meta li,
.widget.widget_block li,
.widget_recent_comments li,
.widget_pages li,
.widget_rss li {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:6px;
	color:#999;
	font-size: 12px;
	padding-bottom: 8px;
	position: relative;
}
.widget_archive li a, 
.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_meta li a,
.widget.widget_block li a,
.widget_recent_comments li a,
.widget_pages li a {
	color:#999;
	font-size:12px;
	padding: 4px 20px 0 0;
	font-weight:500;
	float: left;
	position: relative;
	z-index: 2;
}
.widget ul  li ul li:nth-last-child(1){
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.widget ul  li ul li:nth-child(1){
	padding-top: 8px;
    margin-top: 6px;
}

.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;
}

.widget-sidebar h3{
	margin-bottom:0px;
}
.widget_nav_menu li:before{
	display:none;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-submit{
	display:none;
}
.comment .children{
	float:left;
	margin-top:30px;
	width:100%;
}
.comment .comment{
	padding-bottom:0px;
	padding-right:0px;
}
.comment #respond{
	float:left;
	width:100%;
}

#cancel-comment-reply-link {
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    padding: 0px 0px 0px 10px;
}
#cancel-comment-reply-link:before{
	content:"/";
	padding-right: 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: 4px 16px 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 #29323B;
    background: #29323B;
    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;
	color:rgba(255,255,255,0.1);
}
input[type=checkbox]:checked:after {
    opacity: 1
}
.comment-form-cookies-consent{
	float: left;
    width: 100%;
    clear: both;
    padding-bottom: 15px;
}
.comment-notes:before{
	font-family: Font Awesome\ 5 Pro;
	content: '\f029';
	padding-right: 8px;
    font-size: 13px;
}
.widget.widget_tag_cloud .tagcloud{
	margin-top: 20px;
	float:left;
	width:100%;
}
.widget.widget_tag_cloud  a {
    float: left;
    font-size: 10px!important;
    text-transform: uppercase;
    padding: 12px 30px;
	background: #232C32;
    border: 1px solid rgba(255,255,255,0.1);
    margin: 0 3px 3px 0;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    transition: all 300ms linear;
}
.widget.widget_tag_cloud  a:hover {
    color: #000;
}

.custom-form form label{
	width:100%;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-submit{
	margin-top:15px!important;
}

.services-item{
	margin-bottom:20px;
}
.no-padding-top{
	padding-top:0px!important;
}
.margin-bottom-30{
	margin-bottom:30px;
}

.single-gallery {
    margin-bottom: 20px;
}
.vbook_widget_recent_entries ul{
	margin-top: 15px;
    float: left;
    width: 100%;
}
.elementor-section .elementor-widget-vbook-portfolio  .section-title{
	margin-bottom:40px;
}
.vk-if-icon-class label{
	position:relative;
	
}
.vk-if-icon-class label i {
    position: absolute;
	text-align:center;
    left: 0;
	top: 12px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    line-height: 50px;
}

/*********themecheck*********/
.wp-block-group__inner-container h2,
.widget .wp-block-search__label{
	float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative !important;
    margin-bottom: 0px;
}
.wp-block-group__inner-container h2:before,
.widget .wp-block-search__label:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 3px;
}
.widget img{
	max-width:100%;
	height:auto;
}

.widget .wp-block-search .wp-block-search__inside-wrapper{
	display:block;
}
.widget.wp-block-search .wp-block-search__input,
.widget .wp-block-search .wp-block-search__button{
	width:100%;
	float:left;
	position:relative;
	margin-left:0px;
}
.widget .wp-block-search .wp-block-search__input{
	padding: 15px 0px;
    margin: 15px 0px;
	min-width: 100%;
    background: #232C32;
    border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
}

.widget .wp-block-search .wp-block-search__button{
	height: 40px;
	border:none;
    line-height: 35px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    bottom: auto;
    left: 4px;
    right: 0;
    float: left;
    width: calc(100% - 10px);
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 10%);
	transition: all .3s ease-in-out;
}
.widget .wp-block-search .wp-block-search__button:hover{
	box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 10%);
}
.widget .textwidget,
.widget form,
.widget select{
	margin-top:20px;
	float:left;
	width:100%;
}
.widget form select{
	margin-top:0px;
}

.widget select,
.wp-block-categories select,
.wp-block-archives-dropdown select{
	width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    background-color: #232C32;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px 30px;
    appearance: none;
    -webkit-appearance: none;
	background: #232C32 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='gray'/></g></svg>") no-repeat 95%;
    color: #999;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-family: 'Mukta Vaani', sans-serif;
	max-width:100%;
	border-radius: 4px;
}
.wp-block-categories select,
.wp-block-archives-dropdown select{
	width:300px;
	background-color: #232C32;
    border: 1px solid rgba(255,255,255,0.1);
	background: #232C32 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='gray'/></g></svg>") no-repeat 95%;
    color: #999;
	margin:25px 0px;
	border-radius: 4px;
}
.widget .wp-calendar-table{
	float: left;
	color:#999;
    width: 100%;
    position: relative;
    padding: 15px 20px 4px;
    margin-top: 20px;
    border-radius: 4px;
    background: #232C32;
    border: 1px solid rgba(255,255,255,0.1);
}
.widget .wp-calendar-table th,
.widget .wp-calendar-table td{
	padding: 5px 0px 5px 0px;
    border: 1px solid rgba(255,255,255,0.1);
}
.widget .wp-calendar-table caption{
	margin-bottom:10px;
}
.widget ul a.rsswidget{
	color:#999;
	font-weight:600;
}
.widget .rss-widget-title{
	color:#fff;
}
.widget.widget_recent_comments a,
.widget.widget_block li a{
	float:unset;
	padding-right: 0px;
}
body:not(.elementor-page) .vk-df-page,
.comment-text{
	text-align:left;
	color:rgba(255, 255, 255, 0.7);
}
.blocks-gallery-caption em,
em {
    font-style: italic;
}

.blocks-gallery-caption strong ,
.page strong,
.post strong{
    font-weight: 600;
	color:rgba(255, 255, 255, 0.7);;
}

.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{
	font-style:italic;
}
big {
    font-size: 125%;
}
abbr, 
acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

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

div.wp-caption,
div.wp-caption img,
img.size-full{
	max-width:100%;
	height:auto;
}
.element{display:none;}

.comment-text h1, 
body:not(.elementor-page) .vk-df-page h1{
	font-size: 2.8em;
	margin:10px 0px;
}
.comment-text h2, 
body:not(.elementor-page) .vk-df-page h2{
	font-size: 2.6411em;
	margin:10px 0px;
}
.comment-text h3, 
body:not(.elementor-page) .vk-df-page h3{
	font-size: 2.3157em;
	margin:10px 0px;
}
.comment-text h4, 
body:not(.elementor-page) .vk-df-page h4{
	font-size: 2.1195em;
	margin:10px 0px;
}
.comment-text h5, 
body:not(.elementor-page) .vk-df-page h5{
	font-size: 2em;
	margin:10px 0px;
}
.comment-text h6, 
body:not(.elementor-page) .vk-df-page h6{
	font-size: 1.6em;
	margin-bottom: 10px;
	margin:10px 0px;
}
body:not(.elementor-page) .vk-df-page  ul,
.comment-text ul{
	list-style: disc;
	padding-left:15px;
	line-height: 25px;
}
body:not(.elementor-page) .vk-df-page  ul ul,
.comment-text ul ul{
	padding-left:30px;
}

body:not(.elementor-page) .vk-df-page  ol,
.comment-text ol{
	list-style: decimal;
	padding-left:15px;
	line-height: 25px;
}
body:not(.elementor-page) .vk-df-page  ol ol,
.comment-text ol ol{
	padding-left:30px;
}
body:not(.elementor-page) .vk-df-page table,
.comment-text{
	width:100%;
	padding: 15px 20px 4px;
    margin-top: 20px;
    border-radius: 4px;
    background: #29323B;
    border: 1px solid rgba(255,255,255,0.1);
}
body:not(.elementor-page) .vk-df-page table th,
body:not(.elementor-page) .vk-df-page table td,
.comment-text table th,
.comment-text table td{
	padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
	color:rgba(255, 255, 255, 0.7);
}
body:not(.elementor-page) .vk-df-page table th a,
body:not(.elementor-page) .vk-df-page table td a,
.comment-text table th a,
.comment-text table td a{
	color:rgba(255, 255, 255, 0.7);
}
body:not(.elementor-page) .vk-df-page a,
.comment-text a{
	color:#999;
}
.post-password-form input[type="password"] {
    border: none;
	max-height:45px;
    background: #232C32!important;
	background: #232C32!important;
    border: 1px solid rgba(255,255,255,0.1);
    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 14px 20px;
	cursor:pointer;
	text-transform:uppercase;
	border:none;
	outline:none;
    display: inline-block;
    position: relative;
    font-family: 'Mukta Vaani', sans-serif;
    color: #fff;
    margin-top: 15px;
    background: #F9BF26;
    letter-spacing: 2px;
    font-weight: 400;
	margin-left: 5px;
    transition: all 200ms linear;
}
.wp-block-button__link{
	color:#fff;
	border:none;
    line-height: 20px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:30px;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 10%);
	transition: all .3s ease-in-out;	
}
.wp-block-button__link:hover{
	box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 10%);
}
.is-style-squared .wp-block-button__link{
	 border-radius: 0px;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){
	color:rgba(255, 255, 255, 0.7);
}
.wp-block-cover-text{
	color:rgba(255, 255, 255, 0.7)!important;
}
.is-layout-flex.wp-block-gallery-3.wp-block-gallery:not(.has-nested-images).alignleft{
	max-width:250px;
	padding-right: 10px;
}
.blocks-gallery-caption{
	color:rgba(255, 255, 255, 0.7);
	padding-bottom:10px;
}
.wp-block-group.has-background{
	float:left;
	width:100%;
	margin-bottom: 15px;
	background:transparent!important;
}
.more-link {
	display:none;
}
.page-links{
	float:left;
	width:100%;
}
.page-links > span, 
.page-links   a span{
	display: block;
    color: #999;
    border: none;
	background: #232C32;
    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;
	border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
}
.page-links > span, 
.page-links   a span:hover{
	color: #FFF;
}
.has-large-font-size{
	font-size:18px!important;
}
.has-background .wp-block-media-text__content p{
	color:#000;
}
.wp-block-separator{
	border-color:rgba(255,255,255,0.1);
}
.box-text-wrap ul:not(.no-list-style, .post-tags) li{
	color: rgba(255, 255, 255, 0.7);
    text-align: left;
    line-height: 25px;
    font-size: 12px;
}
@media only screen and (max-width: 640px) {
	.comment {
		padding-left:0px;
	}
	.commentlist{
		padding-left:25px;
	}
	.comment-author{
		left:15px;
	}
	.post .section-title:before,
	.post .section-title:after{
		display:none;
	}
	.logged-in.admin-bar #main{
		top:46px!important;
	}
}
@media only screen and (max-width: 1100px) {
	.logged-in.admin-bar #main{
		top:32px;
	}
}
.pingback .comment-author,
.trackback .comment-author{
	display:none;
}
.pingback,
.trackback {
    padding: 10px 30px 30px 25px;
    position: relative;
    float: left;
    width: 100%;
}
.no-comments{
	float: left;
    padding-left: 25px;
}

.wpcf7-submit{
	margin-top:20px!important;
}
#reply-title {
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    padding: 20px 0 20px 0px;
}
.vk-post-not-found{
	 padding-bottom: 50px;
}


