.site-container {
	overflow: hidden;
}

/* Internal Header */
.internal-header {
	padding: 35px 0;
	background:#343433;
	text-align:center;
}
.internal-header .page-title {
	margin: 0;
	color:#fff;
	font-family: 'Gotham Light', Sans-serif;	
	font-size: 40px;	
	line-height: 47px;
}

.internal-header-after {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.internal-header-after .left {
	background: #F9FAFC;
	width: 100%;
	padding: 14px 30px;
}
.internal-header-after .right {
	display: flex;
}
.internal-header-after .contact-btn {
	display: inline-block;
	width: 216px;
	border-radius: 0;
	background: #178DB5;
	border: none;
	height: 55px;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	text-decoration: underline;
	font-size: 16px;
}
.internal-header-after .share-btn {
	height: 55px;
	display: inline-block;
	background: #20A7D5;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 55px;
	width: 84px;
}
.internal-header .breadcrumb,
.breadcrumb a {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

/* Profile Item */
.profile-item {
	text-align: center;
	border-bottom: 1px solid #E0E1E4;
	padding: 0px 0 40px;
	margin-bottom: 30px;
	border: 1px solid #E0E1E4;
	background: #fff;
	box-shadow: 0 0px 34px 0 rgba(38,42,53,0.14);
}
.slick-slider .profile-item {
	box-shadow: 0 7px 14px 0 rgba(0,0,0,0.05);
}
.profile-item a {
	display: inline-block;
}
.profile-item .image {
	margin-bottom: 30px;
}
.profile-item .s2{
	padding-top:20px;
}
.profile-item .name{
	position:relative;
}
.profile-item .name::before{
	position:absolute;
	left:0;
	right:0;
	top:-5px;
	margin:auto;
}
.profile-item .name a {
	color: #343433;	
	font-family: 'Gotham Light', Sans-serif;	
	font-size: 30px;	
	line-height: 30px;
	text-decoration: none;
}
.profile-item .partner-title{
	color: #A6916B;
	font-family: 'Gotham Book', Sans-serif;	
	font-size: 18px;	
	font-weight: 300;	
	line-height: 22px;
}
.profile-item .link-container {
	margin-top: 15px;
}

/*  Profile  Other Team  */
.profile-other{
	padding-bottom:20px;
}
.profile-other .image{
	margin-bottom:0;
	height: 200px;
	max-width: 300px;
	overflow: hidden;
	
}
.profile-other .s2{
	padding:10px 20px 0px;
	text-align:left;
	
}
.profile-other .position{
	color: #A6916B;	
	font-family: 'Gotham Bold', Sans-serif;	
	font-size: 10px;	
	letter-spacing: 0.91px;
	line-height:12px;
	text-transform:uppercase;
}
.profile-other .name{
	color: #343433;	
	font-family: 'Gotham Book', Sans-serif;	
	font-size: 22px;
}
.profile-other .social-icons i{
	border:1px #E0E1E4 solid;
	border-radius:100%;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:5px 5px 5px 0px;
}
/* Slick Inits */
.show-on-slick-init {
	opacity: 0;
}
.show-on-slick-init.slick-initialized {
	opacity: 1;
}

/* Slick */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 30px;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev,
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 28px;
	line-height: 0;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before,
.slick-prev:before,
.slick-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 27px;
	line-height: 1;
	opacity: .75;
	font-size: 27px;
	color: #9b9b9b;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.elementor-slick-slider .slick-prev:before,
.slick-prev:before {
	content: '\f104';
}
.elementor-slick-slider .slick-next:before,
.slick-next:before {
	content: '\f105';
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #A7A8AA;
}
.slick-dots li.slick-active button {
	background: #A7A8AA;
}

.entry-content ul.slick-dots {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.slick-dots-left .slick-dots {
	text-align: left;
}
.slick-dots-left .slick-dots li:first-child {
	margin-left: 0;
}

.navigation-buttons {
	display: inline-block;
	border: 1px solid #E0E1E4;
	border-radius: 45px;
	background-color: #FFFFFF;
	padding: 6px 20px;
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}
.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}
.navigation-btn-left {
	margin-right: 15px;
}
.navigation-btn-right {
	margin-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020612;
	line-height: 1;
	opacity: 1;
}
.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}
.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}
.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -95px;
	border: 1px solid #E0E1E4;
	height: 45px;
	width: 45px;
}
.navigation-style-2 .slick-prev {
	right: 55px;
	left: auto;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}
.navigation-style-2 .slick-next {
	right: 50px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/* Logo Carousel */
.logo-carousel.style-1 {
	border: 1px solid #E0E1E4;
	padding: 34px 40px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}
.logo-carousel.style-1 .s1 {
	min-width: 170px;
	padding-right: 10px;
	border-right: 1px solid #E0E1E4;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.logo-carousel.style-1 .s2 {
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
	position: relative;
}

.logo-carousel.style-1 .s2:before,
.logo-carousel.style-1 .s2:after{
	content: '';
	height: 100%;
	width: 60px;
	display: inline-block;
	position: absolute;
	z-index: 9;
	top: 0;
}

.logo-carousel.style-1 .s2:before{
	left: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.logo-carousel.style-1 .s2:after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.logo-carousel.style-1 .heading {
	font-size: 15px;
	font-weight: bold;
}
.logo-carousel.style-1 .logo-carousel-item {
	height: 60px;
	margin: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-carousel.style-1 .carousel-container {
	margin-bottom: 0;
	opacity: 0;
	max-height: 100px;
}
.logo-carousel.style-1 .carousel-container.slick-initialized {
	opacity: 1;
}

/* Testimonial Carousel */
.testimonials-carousel {
	text-align: center;
	height: 550px;
	display: flex;
	align-items: center;
}
.testimonials-carousel .inner {
	width: 100%;
}
.testimonials-carousel .heading {
	margin-bottom: 50px;
}

/* Custom Scrollbar */
.custom-scroll {
	overflow-y: scroll;
	padding-right: 20px
}
.scroll-shadow {
	position: relative;
}
.scroll-shadow:after {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(46,54,74,0) 0%, #000410 100%);
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	pointer-events: none;
}
.custom-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0;
	opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar {
	width: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: inset 0 0 6px rgb(166, 145, 107);
	background-color: #A6916B;
}

.custom-scroll.alt-1::-webkit-scrollbar-thumb {
	background-color: #fff;
}
.custom-scroll.alt-1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(255,255,255,0.4);
}

/* Instagram */
.instagram-carousel .row {
	opacity: 0;
	max-height: 220px;
}
.instagram-carousel .row.slick-initialized {
	opacity: 1;
}
.instagram-feed-container .heading {
	margin-bottom: 34px;
}
.instagram-feed-container .heading .fa {
	font-size: 19px;
	margin-right: 24px;
}
.instagram-feed-container .row {
	margin-right: -12px;
	margin-left: -12px;
}
.instagram-feed-container .col {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}
.instagram-feed .item {
	display: inline-block;
	width: 215px;
	height: 0;
	padding-top: 100%;
	max-width: 100%;
	background-position: center;
}

/* CTA Carousel */
.cta-carousel.style-1 {
	border-radius: 2px;
	background-color: #262A35;
	color: #fff;
	height: 210px;
}
.cta-carousel.style-1 .ff-cta .inner {
	height: 210px;
	padding: 40px 50px;
	color: #fff;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cta-carousel .slick-dots {
	margin: 0;
	position: absolute;
	bottom: 24px;
	list-style: none;
	text-align: left;
	left: 0;
	padding: 0 45px;
}
.cta-carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #808790;
	padding: 0;
}
.cta-carousel .slick-dots li.slick-active button {
	background: #fff;
}

/* Pagination */
.archive-pagination li {
	display: inline-block;
}

.elementor-pagination .page-numbers,
.archive-pagination a,
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	background: none;
	color: #A7A8AA;
	border: none;
	line-height: 1;
	border-right: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
}
.archive-pagination a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span {
	background: none;
	color: inherit;
	border-color: #E0E1E4;
}
.elementor-pagination .page-numbers:last-child,
.wp-pagenavi a:last-child {
	border-right: none;
}
.wp-pagenavi .pages {
	display: none;
}

/* UI Styles */
.close-btn {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #262A35;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}
.close-btn:visited,
.close-btn:focus {
	color: #fff;
}
.close-btn:hover {
	background-color: #51545d;
	color: #fff;
}

/* Elementor Overrides */
/* Divider */
.elementor-divider {
	padding-top: 40px;
	padding-bottom: 40px;
}
.elementor-divider-separator {
	border-color: #e0e1e4;
}
/* Media Carousel */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background: none;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}
.elementor-skin-carousel.elementor-pagination-position-outside .swiper-container,
.elementor-skin-coverflow.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 40px;
}
/* Image Gallery */
.elementor-widget-wp-widget-media_gallery img,
.elementor-widget-image-gallery img {
    border: none!important;
}

.elementor-widget-ff-gallery .item {
	display: inline-block;
}

/* Countdown */
.elementor-widget-countdown .elementor-countdown-item:not(:last-child) {
    margin-right: 24px;
}
/* Accordion */
.elementor-tab-title a {
    font-weight: 700;
}
.elementor-accordion .elementor-accordion-item {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border: 1px solid #d4d4d4;
}
.elementor-accordion .elementor-tab-title {
	padding: 22px 40px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 30px;
}
/* Tabs */
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	background: #fff;
	box-shadow: 0 0px 15px 0 rgba(2,6,19,0.12);
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    box-shadow: 0 0px 15px 0 rgba(2,6,19,0.12);
}
.tabs-mobile-dropdown .tabs-dropdown {
	display: none;
}

/* Toggle */
.elementor-toggle .elementor-tab-title {
    border-bottom: 2px solid #efeff0;
    padding: 18px 25px;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: 25px;
}
/* Alert */
.elementor-alert {
    border-width: 14px;
	padding: 20px 34px 25px;
}
.elementor-alert .elementor-alert-title {
    font-size: 24px;
}
.elementor-alert .elementor-alert-description {
    font-size: 15px;
}
.elementor-alert button.elementor-alert-dismiss {
    font-size: 25px; 
}
.elementor-alert.elementor-alert-danger {
    color: #f67d5d;
    border-color: #f67d5d;
    background-color: #fff8f7;
}
.elementor-alert.elementor-alert-success {
    color: #86D13A;
    border-color: #86D13A;
    background-color: #f9fcf6;
}
/* END Elementor Overrides */

/* Custom Classes */
.round-mask {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.image-mask-1 {
	box-shadow: 0 1px 24px 0 rgba(2,6,19,0.12);
	padding: 12px;
	border-radius: 2px;
	display: inline-block;
	line-height: 0;
	background-color: #fff;
}
.image-mask-1.big {
	padding: 16px;
}

.image-mask-2 {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	line-height: 0;
}

.image-mask-3 {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	padding: 10px;
	line-height: 0;
}
.image-mask-3.big {
	padding: 15px;
}
.image-mask-3 img {
	border-radius: 50%;
}

.image-mask-elementor .elementor-image img{
	box-shadow: 0 1px 24px 0 rgba(2,6,19,0.12);
	padding: 12px;
	border-radius: 2px;
	display: inline-block;
	line-height: 0;
	background-color: #fff;
}

.blockquote,
blockquote {
	border-left: 3px solid #A6916B;
	padding: 0 35px 0 35px;
	margin: 45px 0;
	color: #343433;
	font-size: inherit;
}

ul.small-dots {
	padding-left: 0;
}
ul.small-dots li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}
ul.small-dots li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #262A35;
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 12px;
}

ul.check-list,
.list-group {
	padding-left: 0;
}
.list-group li {
	list-style: none;
	border: 1px solid #E0E1E4;
	margin-bottom: -1px;
	padding: 12px 30px;
	background: #fff;
}
ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.inline-svg {
	display: inline-block;
}

table {
	border-collapse: collapse;
}
th, td {
	border: 1px solid #E0E1E4;
	padding: 4px 20px;
}
th {
	background-color: #F5F6F8;
}

/*  Heritage  */
.history{

}
.history .ff-list .r{
	position:relative;
	flex: 1;
	padding: 5px 10px 20px 90px;
}

.history .ff-list .r:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	background: #B7A585;
	position: absolute;
	bottom: 20px;

	right:-webkit-calc(100% - 60px);
	right:-moz-calc(100% - 60px);
	right:calc(100% - 60px);
}
.history .ff-list .r:after {
	content: '';
	display: inline-block;
 	background: url('/wp-content/themes/crestaccountants/images/svg/history-dot.svg');
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

	right:-webkit-calc(100% - 73px);
	right:-moz-calc(100% - 73px);
	right:calc(100% - 73px);
}

.history .ff-list .r:last-child:before {
    top: -28px;
    height: 50%;
}

.history .ff-list .c1{
	color: #A6916B;	
	font-family: 'Gotham Bold', Sans-serif;	
	font-size: 10px;	
	letter-spacing: 0.91px;	
	line-height: 12px;
}
.history .ff-list .c2{
	font-size:14px;
	line-height:25px;
}

/*  Recent News  */
.recent-news.navigation-style-2 .slick-prev,
.recent-news.navigation-style-2 .slick-next {
	top:-70px !important;
}

.recent-news.navigation-style-2.navigation-style-2 .slick-prev{
	padding-right:5px;
}

/*  Dark Header  */
.dark-header{
	position:relative;
}

.dark-header #dark-header-ss{
	position:absolute;
	right: 10px;

}
#dark-header-ss .share-btn i{
	background-color: #FFFFFF;	
	box-shadow: 0 0 34px 0 rgba(38,42,53,0.14);
	font-size:20px;
	color:#343433;
	padding:10px;
	border-radius:100%;
	width:65px;
	height:65px;
	line-height:45px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#dark-header-ss .share-btn i:hover{
	background:#A6916B;
	color:#fff;
}

.list-check,
.single-post .site-inner ul{
	padding-left:20px;
	margin-top:5px;
}
.list-check li,
.single-post .site-inner ul li{
	list-style:none !important;
	position:relative;
	line-height:28px;
	padding:2px;

}
.list-check li:before,
.single-post .site-inner ul li:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size:14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left:-20px;
	margin: auto;
	color:#A6916B;
}

/* Helpers */
.fullwidth-override,
.fullwidth-override-mediabox {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.shadow {
	box-shadow: 0 0 34px 0 rgba(2,6,19,0.13);
}

.inherit {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.color-inherit {
	color: inherit;
}

.block { display: block; }
.inline-block { display: inline-block; }
.flex { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.space-between { display: flex; justify-content: space-between; }
.align-center { align-items: center; }

.shrink-0 { flex-shrink: 0; }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.space-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-29 { font-size: 29px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-39 { font-size: 39px; }
.f-40 { font-size: 40px; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-700, .bold { font-weight: 700; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 10px; }
.mr-30 { margin-right: 30px; }

.padding-y-50 { padding: 50px 0; }
.padding-y-70 { padding: 70px 0; }

.limit-1-line,
.limit-2-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}
.limit-2-lines {
	-webkit-line-clamp: 2;
}

/* Responsive */

@media only screen and ( max-width: 1200px ) {
	/* team internal */
	.team-profile-internal .s1-b {
		width: 48%;
	}
}

@media only screen and ( max-width: 1024px ) {
	.fullwidth-override-mediabox {
		margin-left: -20px;
		padding-left: 20px;
		margin-right: -20px;
		padding-right: 20px;
	}

	.team-profile-internal.profile-box {
		margin-bottom: 20px !important;
	}
	.history .ff-list .r:last-child:before {
    bottom: 165px;
    height: 20%;
}
}
@media only screen and ( max-width: 1023px ) {
	/* Profile Item */
	.profile-item {
		max-width:625px;
		margin:15px auto;
	}
	
	.profile-other{
		max-width:300px;
		
	}

	/* team internal */
	.team-profile-internal .s1-b {
		width: 100% !important;
	}

	.single-team .team-overview .row {
		padding: 0 20px !important;
	}

	.content-sidebar-wrap .content {
		padding: 30px 0 !important;
	}

	.single-team .query-heading-section {
		padding: 20px !important;
		margin-bottom: 20px !important;
	}
}

@media only screen and ( max-width: 767px ) {
	.content-sidebar-wrap .content{
		padding-top: 0 !important;
	}
	.navigation-style-2 .slick-prev,
	.navigation-style-2 .slick-next {
		display: none !important;
	}

	.internal-header-after {
		display: block;
	}

	.tabs-mobile-dropdown .elementor-tab-title,
	.tabs-mobile-dropdown .elementor-tabs-wrapper {
		display: none!important;
	}
	.tabs-mobile-dropdown .tabs-dropdown {
		display: block;
	}

	/* History Bullets */
	.history .ff-list .r:after {
		right:-webkit-calc(100% - 50px);
		right:-moz-calc(100% - 50px);
		right:calc(100% - 50px);
	}
	
	.history .ff-list .r:before {
		bottom: 20px;
	
		right:-webkit-calc(100% - 37px);
		right:-moz-calc(100% - 37px);
		right:calc(100% - 37px);
	}
	
	.history .ff-list .r:last-child:before {
    	bottom: 190px;
   	 	height: 18%;
	}
	.history .ff-list .r{
		position:relative;
		flex: 1;
		padding: 5px 10px 20px 60px;
	}

	/* team internal */
	.team-profile-internal .s1 .image {
		margin-right: 0px;
	}
	
	.team-profile-internal .s1 {
		padding: 20px;
		display: block !important;
		text-align: center;
	}
	
	.team-profile-internal .s1-b {
		margin-bottom: 10px;
	}
	
	.team-profile-internal .s2 {
		padding: 20px;
	}
	
	.team-profile-internal .name {
		font-size: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.dark-header #dark-header-ss{
		text-align:center;
		bottom:-60px;

	}
	#dark-header-ss .share-btn i{
		font-size:18px;
		width:45px;
		height:45px;
		line-height:25px;
	}
}

@media only screen and (max-width: 539px) {
	.profile-item{
		padding-bottom:0;
	}

	.profile-item .image{
		margin-bottom:0;
	}

	.profile-item .name a {
		font-size: 22px;
	}

	.profile-other .s2{
		padding:15px 20px;
	}

}