/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .header__area.menu-fixed,
.admin-bar .header__menu-area.sticky{
	top:32px !important;	
}


/********* Pagination Style *************/
.pagination{
	text-align:center;	
}
.pagination li,
.pagination li{
	position: relative;
    display: inline-block;
	float: left;
    font-family: 'Gotham_Light', sans-serif;
    margin-right: 20px;
	border-radius: 3px;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.pagination li a,
.pagination li span {
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	text-transform: uppercase;
    color: #ffffff;
	padding: 5px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination li:hover a, 
.pagination li.active span,
.pagination li.active a,
.pagination li span.current {
    color: #ffffff;
	border-radius: 0px;
	border-bottom: 5px solid #29ABE2;
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom:30px !important;
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	font-weight: 400;
    margin-bottom: 14px;
	padding-bottom:14px;
	padding-left: 28px;
	text-transform:capitalize;
	color: #ffffff;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:14px;
	padding-top:0px;
	padding-left: 28px;
}
.widget ul li:before,
.widget ol li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #29ABE2;
    border-radius: 4px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
	font-family: 'Telegraf_Regular', sans-serif;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
	font-weight: 400;
    font-size: 15px !important;
    line-height: 22px;
    padding: 5px 5px 5px 5px;;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    background: none;
    border: 1px solid #29ABE2;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    color: #ffffff;
    text-align: center;	
	font-family: 'Telegraf_Regular', sans-serif;
}
.widget .tagcloud a:hover{
	color: #37393d;
    border-color: #29ABE2;
    background-color: #29ABE2;
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;
    margin-bottom: 12px;
	font-size: 16px;
	display:block;
    color: #999999;
    font-weight: 400;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:12px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #999999;
	display:inline-block;
    transition: .5s;
	font-size: 16px;
    font-weight: 400;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #fff;
}

/***************** Comment Style*******************/
.page-title .breadcrumb-item+.breadcrumb-item::before{
	display: none;
}
.contact-section .row .form-group .field-inner p{
	line-height: 0px;
    margin-bottom: 0px;
}
.blog-details .post-tags a{
	padding-right: 10px;	
}
.blog-details .text-content{
	margin-bottom: 0px;
}
.vosio-comment-item .vosio-comment-item{
	margin-left:80px;
}
.post-comments.post-comments > .vosio-comment-item:last-child .comment{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.sidebar-page-container .add-comment{
	padding-top: 50px;
}
.sidebar-page-container .post-comments{
	padding-top: 50px;
}
.sidebar-page-container .vosio-comment-item .add-comment{
	margin: 0 0px 0px;
	padding: 20px 0px 50px 0px;
}
.comment__list .vosio-comment-item .comment__form-wrapper #cancel-comment-reply-link{
	color: #171818;
}
.comment__form-title{
	padding-bottom:10px;	
}
form .form-group textarea{
	height: 113px;
}
.post-comments .vosio-comment-item .add-comment a:hover{
	color: #29ABE2;
}
.sidebar-page-container .sidebar-side .sidebar{
	margin-left: 20px;
}
.blog__list .blog-details .info .cat a{
	color: #ffffff;
}
.blog__list .blog-details .info .i-block:first-child{
	margin: 0 0px 10px;
}
.blog__list .blog-details h3 a:hover,
.blog__list .blog-details .info .cat a:hover{
	    color: #29ABE2;
}
.blog__list .blog-details .lower .link-box{
	position: relative;
    font-family: 'Telegraf_Regular', sans-serif;
    padding-top: 20px;
    display: block;
    min-height: 100%;
}
.blog__list .blog-details .lower .link-box a{
	position: relative;
    display: inline-block;
    padding: 14px 30px;
    min-width: 230px;
	text-align: center;
    line-height: 24px;
    color: #29ABE2;
    background: #2e2f32;
    border-radius: 12px 12px 0 0;
}
.blog__list .blog-details .lower .link-box a:hover{
	color: #2e2f32;
    background: #29ABE2;
}
.blog__list .blog-details .lower .link-box a i{
	position: relative;
    top: 3px;
    padding-left: 10px;
}
.blog__list .blog-details .text-content{
	margin-bottom: 10px;
}
.blog-details .image-box img{
	height:395px;
}
.sidebar-page-container .post-author{
    margin: 0 35px;
}

.blog-details .info .cat.i-block a{
	color: #fff;
}
.blog-details .info .cat.i-block a:hover{
	color: #fff;
}
.widget.sidebar-widget.widget_vosio_gallery_posts{
	margin-bottom: 10px !important;
}
.news-block .info .i-block a{
	color: #fff;
}
.news-block .info .i-block ahover{
	color: #fff;
}
.sidebar .widget__search.wcfadeUp2 input{
	padding: 8px;
    margin-left: 0;
    margin-right: 0;
    min-width: 16em;
    border: 1px solid #fff;
    text-decoration: unset!important;
}
.sidebar .widget__search .wp-block-search__button.wp-element-button {
    border: 1px solid #fff;
    padding: 0.375em 0.625em;
    width: 100px;
	margin-left: -3px;
	height: 43px;
	color: #616161;
}
.wp-block-search__button:hover {
    color: #000;
    background: #29ABE2;
}
.blog__list .widget__search.wcfadeUp2 input{
	padding: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 80%;
    border: 1px solid #fff;
    text-decoration: unset!important;
}
.blog__list .widget__search .wp-block-search__button {
    border: 1px solid #fff;
    padding: 10px;
    width: 120px;
    margin-left: -3px;
    color: #616161;
}

/*** 
====================================================================
												Team-Page
====================================================================

***/

/** team-details **/

.team-details{
	position: relative;
	padding: 0px 0px 60px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	margin-left: -100px;
	padding-left: 120px;
	padding-bottom: 20px;
}

.team-details .image-box img{
	width: 100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}

.team-details .content-box{
	position: relative;
	display: block;
	margin-top: -14px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 14px;
}

.team-details .content-box h2 span{
	font-size: 36px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
	font-family: 'Gotham_Light', sans-serif;
    color: rgba(255, 255, 255, 0.40);
    line-height: 1.6em;
}

.team-details .content-box .text p{
	margin-bottom: 26px;
}

.team-details .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}
.team-details .content-box .text ul.list-item li:before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    color: #29ABE2;
}


.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-1.png);
	width: 14px;
	height: 16px;
	left: 0px;
	top: 6px;
	background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 1px;
}

.team-details .content-box .contact-inner h3{
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 21px;
}

.team-details .content-box .contact-inner h3 a{
	display: inline-block;
	color: rgba(255, 255, 255, 0.40);
}

.team-details .content-box .contact-inner h3 a:hover{
	color: #29ABE2;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #d6d6d5;
	border-radius: 50%;
	font-size: 16px;
	color: #ffffff;
}

.team-details .content-box .social-links li a:hover{
	color: #000000;
	background:#29ABE2;
	border-color:#29ABE2;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:180px 0px 80px;
	height:968px;
}

.error-section .content{
	position:relative;
}

.error-section h1{
	line-height:1em;
	font-size:340px;
	font-weight:700;
	color:rgba(var(--black-color-rgb), 0.15);
}

.error-section h2{
	margin-top:var(--margin-top-15);
}

.error-section .text{
	line-height:1.8em;
	font-size:var(--font-16);
	color:var(--color-three);
	margin-top:var(--margin-top-35);
}

.error-section .button-box{
	margin-top: 45px;
}

.error-section .button-box .theme-btn{
	border-radius:0px;
	padding:18px 40px;
}

.icon-box svg {
    width: 29px !important;
    fill: #ffffff80;
    mix-blend-mode: difference;
}

.def-tabs-box .tabs-content {
	position: relative;
	padding: 30px 30px;
}
.main-b .banner-two .slide-item .slide-count{ display: none}


.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #15191c;
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-image: url(../images/icons/preloader.gif);*/
	display: flex;
	align-items: center;
	justify-content: center;
}


.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	background: linear-gradient(0deg, rgb(41 171 226 / 20%) 33%, #29abe2 100%);

	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #263238;
}
@keyframes rotation {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg)}
}
@media only screen and (max-width: 599px) {
	.accordion-box .block .acc-btn {
		padding-left: 60px!important;
		font-size: 14px;
		min-height: 48px;
	}
}
.service-block h5{
	margin: 0 0 10px 0;
}

.btn-video{
	border-radius: 20px!important;
	padding: 5px 28px 5px!important;
	display: inline-flex!important;
	align-items: center!important;
	justify-content: center!important;
	line-height: normal!important;
	vertical-align: baseline!important;
}
.def-tabs-box .tab-buttons .tab-btn{
	line-height: normal;
	padding: 13px 10px;
}
@media only screen and (max-width: 991px) {
	.main-header-bar .social-links {
		display: block!important;
		left: 19px!important;
	}
}




.nav-wrapper {
	width: 200px;
	text-align: center;

}
.sl-nav {
	display: inline;
}
.sl-nav ul {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: inline-block;
}
.sl-nav li {
	cursor: pointer;
	padding-bottom:10px;
}
.sl-nav li ul {
	display: none;
}
.sl-nav li:hover ul {
	position: absolute;
	top:29px;
	right:0px;
	display: block;
	background: #4e5155;
	width: 60px;
	padding-top: 0px;
	z-index: 1;
	border-radius:5px;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
}
.sl-nav li:hover .triangle {
	position: absolute;
	top: 15px;
	right: -10px;
	z-index:10;
	height: 14px;
	overflow:hidden;
	width: 30px;
	background: transparent;
}
.sl-nav li:hover .triangle:after {
	content: '';
	display: block;
	z-index: 20;
	width: 15px;
	transform: rotate(45deg) translateY(0px) translatex(10px);
	height: 15px;
	background: #4e5155;
	border-radius:2px 0px 0px 0px;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
}
.sl-nav li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 0;
	padding-bottom:0;
	z-index: 2;
	font-size: 15px;
	color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
	padding-bottom: 0px;
}
.sl-nav li ul li span {
	padding-left: px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
	color: #146c78;
}
.sl-flag {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: relative;
	top: 2px;
	overflow: hidden;
}



.main-header-bar .nav-wrapper {
	position: absolute;
	left: 45px;
	bottom: 130px;
	width: 100%;
	padding: 0px 0;
	text-align: left;
	z-index: 22 !important;
}

@media only screen and (max-width: 991px) {
	.def-tabs-box .tabs-content {
		padding: 20px 20px 20px;
	}
	 
}


.main-header-bar .line-two{
	left: 64px;
	bottom: 190px;
	height: 50px;
}
.main-header-bar .line-one{
	left: 64px;
	top: 120px;
	bottom: 339px;
}
@media only screen and (max-width: 991px) {
	.main-header-bar .line-one {
		bottom: 340px!important;
		left: 38px;
	}
	.main-header-bar .nav-wrapper {
		left: 12px;
		bottom: 180px!important;
	}
}