
.admin-bar .stricky-header{
	top:32px;	
}

/*------------------------- team-details -------------------------*/

.team-details{
	position: relative;
	padding: 120px 0px 120px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	margin-left: -150px;
	padding-left: 350px;
	padding-bottom: 66px;
}

.team-details .image-box img{
	width: 100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.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;
	color:#d90528;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.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;
	color: #1f1f1f;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}

.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: '\e945';
	width: 14px;
	height: 16px;
	left: 0px;
	top: 0px;
	color: #d90528;
	font-family: 'icomoon' !important;
}

.team-details .content-box .contact-inner h6{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #21252B;
	margin-bottom: 15px;
}

.team-details .content-box .contact-inner h3{
	display: block;
	font-size: 18px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 21px;
}

.team-details .content-box .contact-inner h3 a{
	display: inline-block;
	color: #1f1f1f;
}

.team-details .content-box .contact-inner h3 a:hover{
	color:#d90528;
}

.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: 52px;
	text-align: center;
	border: 1px solid #d6d6d5;
	border-radius: 50%;
	font-size: 16px;
	color: #87827f;
}

.team-details .content-box .social-links li a:hover{
	color: #fff;
}

.team-section.team-page-1{
	background: #1f1f1f;
	padding-bottom: 90px;
}

.team-section.team-page-1 .team-block-one .inner-box{
	margin-bottom: 30px;
}

.team-section.alternat-2 .team-block-one .inner-box{
	margin-bottom: 30px;
}

.team-section.alternat-2{
	padding-bottom: 90px;
}
.team-details .content-box .social-links li a:hover {
    background: #d90528;
    border-color: #d90528;
}

/***************** Pagination Style*******************/
.pagination{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}
.pagination ul{
	position:relative;	
}
.pagination li{
	position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li a, .pagination li span{    
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: var(--thm-gray);
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current, .pagination li.active a{
	color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

/***************** Blog Sidebar Style*******************/   
.widget ul,
.widget ol{
	position: relative;
    display: block;
}        
.widget ul li,
.widget ol li{
	position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 8px;
	padding-left:18px;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--thm-font);
}
.widget ul li:last-child,
.widget ol li:last-child{
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget ul li ul li,
.widget ol li ol li{
	border-top: 1px solid #e6e6e6;
    padding-top: 8px;
    margin-top: 8px;
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget ul li a,
.widget ol li a{
    position: relative;
    display: inline-block;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 0.0em;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--thm-base);
} 
.widget ul li:before,
.widget ol li:before{
	position: absolute;
	left: 0px;
	content: "\e90f";
	color: var(--thm-base);
    font-size: 9px;
	line-height: 30px;
	font-family: 'icomoon' !important;
}

.widget ul li:last-child:after,
.widget ol li:last-child:after{
	display:none;
}

.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.sidebar-blog-post ul li a:before{
	display: none;
}
.sidebar-blog-post ul li a:after{
	display: none;
}
.sidebar-blog-post ul li:hover a{
	padding-left: 0px;
}
/***************** Tag Style*******************/
.widget .tagcloud{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    padding: 8px 15px 9px;
    background: #ffffff;
    color: #404040;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: var(--thm-font);
	margin: 0 5px 10px;
}
.widget .tagcloud a:hover{
	color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

/***************** Comment Style*******************/
@media only screen and (min-width: 767px) {
	.vertox-comment-item .vertox-comment-item{
		margin-left:100px;
	}
}
/************************* Footer's widget style **************************/
.footer-widget{
	position: relative;
	margin-bottom:40px;
}
.footer-widget ul,
.footer-widget ol{
	position: relative;
    display: block;
    overflow: hidden;
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    display: block;
    margin-bottom: 9px;
    color: #b9b9bd;
    font-size: 18px;
    font-weight: 400;
	line-height:1.6;
    font-family: var(--thm-font);
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:9px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    display: inline-block;
    color: #b9b9bd;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--thm-base);
    padding-left: 3px;
}
.footer-social-link ul{
	padding-top: 0px;
}
.footer-social-link ul li{
	margin-bottom: 0px;
}
.footer-social-link ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.footer-social-link ul li a:hover{
	color: #fff;
	padding-left: 0px;
}
.footer-widget-contact-info ul li .title{
	color: #fff;
}
/***************** Service Sidebar Style*******************/
.service-widget ul{
	position: relative;
    display: block;
    margin-bottom: 60px;
	padding-top: 0px;
}
.service-widget ul li{
	position: relative;
    display: block;
    margin-bottom: 3px;
}
.service-widget ul li a{
	position: relative;
    display: block;
    background-color: #f2f1f1;
    padding: 12px 20px 13px;
    padding-right: 10px;
    color: #090d30;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.service-widget ul li a:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right bottom;
    z-index: -1;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a{
	color: #ffffff;
    padding-left: 40px;
    background-color: var(--thm-base);
}
.service-widget ul li.current-menu-item a:before,
.service-widget ul li a:hover:before{
	webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left bottom;
}
.service-widget ul li a:after{
	content: "";
    position: absolute;
    top: 27px;
    left: 20px;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: top right;
    z-index: -1;
}
.service-widget ul li.current-menu-item a:after,
.service-widget ul li a:hover:after{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom left;
}
.service-widget ul li{
	border-bottom: none;
    padding-bottom: 0px
}
.service-widget ul li a:hover:after,
.service-widget ol li a:hover:after{
	width: 15px;
}
/***************** Style Setting *******************/
.subscribe-form form .form-group .btn-one:before,
.subscribe-form form .form-group .btn-one:after,
.subscribe-form form .form-group .btn-one .txt i {
    display: none;
}
.subscribe-box-style1 form button{
	width: 208px;
	line-height: 0px;
	right: -15px;
}

.vertox-choose{
	position: relative;
	z-index: 10;
}
.choose-style1__bg {
    position: absolute;
    top: -120px;
    left: -47%;
    bottom: 0;
    width: 90%;
}
.single-fact-counter{
	max-width: 100%;
}
.video-gallery-style1__img {
	min-height: 700px;
}
.sec-title h2 span{
	font-weight: 400;
}
.sec-title .title.border-line {
    position: relative;
    display: block;
    width: 85px;
    height: 2px;
    background-color: var(--thm-base);
    margin-top: 29px;
}
.industries-served__bottom-btn {
    margin-top: 0px;
}
.vertox-clients .owl-carousel .owl-dots.disabled, 
.vertox-clients .owl-nav-style .owl-nav.disabled{
	display:block;
}

.fact-counter-box-style2{
    border-right: 0px solid rgb(255, 255, 255, 0.35);
    padding-top: 0px;
    padding-bottom: 0px;
}
.vision-style1__bg{
	width: 100%;
	height: 667px;
}
.history-style1__img-box {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
}
.team .single-team-style1{
	margin-bottom: 50px;
}
.project .single-project-item{
	margin-bottom: 30px;
}
.more-service-style1__content-box {
    padding-left: 0px;
    margin-top: 0px;
}
.sidebar-blog-post ul li .img-box,
.sidebar-blog-post ul li .img-box img{
	height: 75px;
	object-fit: cover;
}
@media only screen and (max-width: 767px){
	.choose-style1__bg {
	  width: 175%;
	}
	.sidebar-blog-post ul li .img-box,
	.sidebar-blog-post ul li .img-box img{
		height: 50px;
	}
	.project-info .project-info-img-box img{
		height: 261px;
	}
	.project-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.subscribe-box-style1 form button{
		width: 100%;
		line-height: 70px;
	}
}

.vertox-comment-item .reply-form-box{
	padding:50px 0;
}

blockquote{
	position:relative;
	padding:40px;
	background-color:#f0f0f0;
	margin-bottom:25px;
}

.m-t30{
	margin-top:30px;
}

.m-b60{
	margin-bottom:60px;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
}

.widget .nice-select .list,
.footer-widget .nice-select .list{
	width:100%;
}

.widget .nice-select .list .option,
.footer-widget .nice-select .list .option{
	padding:0 15px;
	margin-bottom:0px;
}

.widget .nice-select .list .option:before,
.footer-widget .nice-select .list .option:before{
	display:none;
}

.footer-widget .footer-widget-contact-info ul{
	padding-top:0px;
}

.footer-widget .footer-widget-contact-info ul li p.title{
	margin-bottom:0px;
}

.widget.service-widget ul li{
	padding-left:0px;
}

.widget.service-widget ul li:before{
	display:none;
}