.admin-bar .header-menu-area.sticky{
	top:32px;	
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow:hidden;
}
/**** BreadCrumb Style *********/

.breadcrumb-area .breadcrumb-info ul{
	position:relative;	
}
.breadcrumb-area .breadcrumb-info ul li {
    color: #ffffff;
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.breadcrumb-area .breadcrumb-info ul li:before {
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #FBAE3D;
    content: "";
}
.breadcrumb-area .breadcrumb-info ul li a{
    color: #FBAE3D;
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

/*************** Pagination ************/
.pagination{
	position:relative;
	display:block;
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 5px;
	padding:0px;
}
.pagination li a, 
.pagination li span{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #071311;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 0px;
    width: 40px;
    height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 20px 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination li a:hover,  
.pagination li span:hover, 
.pagination li span.current{
	background-color: #FBAE3D;
    color: #fff;
}


/***************** Blog Sidebar Style*******************/
.short__des{
	position:relative;
	margin-bottom:20px;
}

.widget{
	position: relative;
    margin-bottom: 45px;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.widget .sidebar-title{
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.widget .sidebar-title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80px;
    background-color: #FBAE3D;
    content: '';
}
.widget ul,
.widget ol{
	position:relative;
	margin: 0px;	
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    -webkit-transition: all .4s;
    transition: all .4s;
	display: block;
    margin-bottom: 15px
}

.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	margin-top:10px;
	margin-left:20px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    display: inline-block;
	font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.widget ul li:hover a,
.widget ol li:hover a{
	color: #FBAE3D;
}

/*********** Tag Style **********/
.widget .tagcloud{
	position:relative;
	margin:0px;
	padding:0px;	
}
.widget .tagcloud a{
	font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 15px !important;
    color: #071311;
    text-transform: capitalize;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #F3F3F3;
    display: inline-block;
    padding: 1px 14px;
    margin: 8px 12px 8px 0px;	
}
.widget .tagcloud a:hover{
	background-color: #FBAE3D;
    color: #fff;	
}


.submit-form form textarea{
	max-height:145px;	
}



/************** 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{
	color: #F3F3F3;
	line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
	width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(16px, -50%);
    transform: translate(16px, -50%);
    background-color: #FBAE3D;
    content: "";
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
}
.footer-widget ul li:hover:before,
.footer-widget ol li:hover:before{
	visibility: visible;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.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:10px;
	margin-left:20px;
}
.footer-widget ul li ul li:before,
.footer-widget ol li ol li:before{
	top:10px;	
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
	display: inline-block;
	color: #F3F3F3;
	line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #FBAE3D;
    padding-left: 15px
}
.service-details-wrap .gy-4 img{
	width:100%;	
}
.service-details-wrap .next-previous-wrap img{
	width:100px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

/*------------------------- team-details -------------------------*/

.team-details{
	position: relative;
	padding: 120px 0px 120px 0px;
}
.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	padding-bottom: 66px;
}
.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;
	color:var(--main-color);
}
.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: '\f058';
	width: 14px;
	height: 16px;
	left: 0px;
	top: 0px;
	color: var(--main-color);
	font-family: 'FontAwesome';
}
.team-details .content-box .contact-inner h6{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1f1f1f;
	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:var(--main-color);
}
.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: #071311;
}
.team-details .content-box .social-links li a:hover{
	color: #fff;
	background-color:#FBAE3D;
	border-color:#FBAE3D;
}
.share-wrap .details-share li{
	position:relative;
	margin-right:20px;
	display:inline-block;	
	color: #071311;
}
.share-wrap .details-share li a{
	display:inline-block;	
	color: #071311;
    background-color: #FBAE3D;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:50%;
    -webkit-transition: .7s;
}

.share-wrap .details-share li a:hover{
	position:relative;
	color: #071311;
}


.post-follow li{
	display: inline-block !important;
    padding-left: 0px !important;
    text-align: center;
    line-height: 40px !important;
    font-size: 16px;
    margin-bottom: 0px !important;
}
.post-follow li:before{
	display:none !important;
}
.post-follow li a:hover{
	background-color: #FBAE3D;
    border: 1px solid #FBAE3D;
    color: #fff !important;
}
.aprt-comment-item .aprt-comment-item{
	margin-left:80px;	
}
.aprt-comment-item .details-info-title small a{
	position: relative;
    font-size: 20px;
    display: block;	
}
.comment-area .comments-wrap > .aprt-comment-item:last-child .comment-box{
	margin-bottom:0px;	
}
.brand-two-area .swiper.brand-carrousel-two .swiper-slide{
	margin-right:0px !important;
}

#sb_instagram .sbi_photo_wrap a {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#sb_instagram .sbi_photo_wrap:hover a {
  -webkit-transform: scale(1.1) translateX(4%);
  transform: scale(1.1) translateX(4%);
}
#sb_instagram .sbi_photo_wrap a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #FBAE3D;
  border-radius: 50%;
  transform: translate(-50%, -500%);
  content: "\f437";
  font-family: bootstrap-icons !important;
  color: #071311;
  text-align: center;
  line-height: 40px;
  opacity:0;
  visibility:hidden;
  box-shadow: 0 0 1px 5px rgba(251, 174, 61, 0.5);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
}

#sb_instagram .sbi_photo_wrap:hover a:before{
	transform: translate(-54%,-50%);
	opacity:1;
	visibility:visible;
}

.error404 .instagram-area,
.footer-logo-wrap ul li:before{
    display:none;
}
.footer-logo-wrap ul li a:hover{
    padding-left:0px;
}
.blog-box .blog-content .blog-meta li .icon{
	position: relative;
    margin-right: 10px;
    font-size: 20px;
}
.blog-box.blog-box-sidebar{
	margin-bottom:50px;
}
.details-info-wrap .blog-box .blog-content .blog-meta{
    margin: 10px 0 15px;
}
.share-wrap .details-tag li{
    margin-right:4px;
}
.share-wrap .details-share li:last-child{
    margin-right:0px;
}
.blog-page-content.aprt-pr-30,
.details-info-wrap.aprt-pr-30{
    padding-right:25px;
}
.blog-page-content.aprt-pl-30,
.details-info-wrap.aprt-pl-30{
    padding-left:25px;
}
.comment-area{
    margin-top:80px;
}
.aprt-bg-color{
    position: relative;
    margin-bottom: 45px;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}