.site-container {
	overflow: hidden;
}

/* Internal Header */
.internal-header {
	padding: 35px 0;
}
.internal-header .page-title {
	margin: 0;
	font-size: 34px;
}

.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;
}
.media-box-image.center-big {
	width: 362px !important;
    height: 400px !important;
}
.media-box-content{
    overflow: visible !important;
}

.plus-more img{
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.plus-more img:hover{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}

.page-id-293 .plus-more img:hover{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
/*  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);*/
  -webkit-transform:  translate(10px) rotate(180deg) ;
  -moz-transform:   translate(10px) rotate(180deg) ;
  -o-transform:   translate(10px) rotate(180deg) ;
  -ms-transform:   translate(10px) rotate(180deg) ;
  transform:   translate(10px) rotate(180deg) ;
 
}



/* Profile Item */
.profile-item {
	text-align: center;
	border-bottom: 1px solid #E0E1E4;
	padding: 40px 0;
	margin-bottom: 30px;
	border: 1px solid #E0E1E4;
	background: #fff;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}
.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 .image img {
	border-radius: 100%;
}
.profile-item .name a {
	color: inherit;
	text-decoration: none;
}
.profile-item .link-container {
	margin-top: 15px;
}

/* 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 var(--wpr-bg-36c292b6-b32b-4cff-bc74-ab4bae729d93) 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;
}

.testimonials-carousel .slick-dots {
	bottom: -86px;
}
.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.slick-active button {
    background-color: #262A35;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff0;
    border-radius: 100% !important;
    border: 1px solid #262A35;
}

.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 #020613;
    background-color: #FFFFFF;
    padding: 9px 20px;
    line-height: 23px;
}

.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: -45px;
	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: 10px;
	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: 445px;
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.testimonials-carousel .inner {
	width: 100%;
}
.testimonials-carousel .heading {
	margin-bottom: 50px;
    color: #262A35;
    font-family: Milibus;
    font-size: 30px !important;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.testimonial-item.style-1 {}
.testimonial-item.style-1 .s0 {}
.testimonial-item.style-1 .s1 {}
.testimonial-item.style-1 .s2 {}

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

.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;
    color: #262A35;;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    height: 46px;
    width: 46px;
    border: 1px solid #020613;
    background-color: #FFFFFF;
}
.close-btn:visited,
.close-btn:focus {
	color: #fff;
}
.close-btn:hover {
	background-color: #00A1DE;
    border-color: #00A1DE;
    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;*/
    border-bottom: 1px solid #000;
    padding: 18px 25px;
}
 
/* Hover Float */
.float {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}


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

.blockquote,
blockquote {
	border-left: 3px solid #E0E1E4;
	padding: 0 35px 0 35px;
	margin: 45px 0;
	color: #333333;
	font-size: inherit;
	font-style: italic;
}

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

ul.custom-list-style-1 {
	list-style: none;
	padding-left: 0;
}
ul.custom-list-style-1 li {
	padding-left: 22px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px;
}
ul.custom-list-style-1.li-mb-20 li {
	margin-bottom: 20px;
}
ul.custom-list-style-1 li:before {
    content: '/';
    position: absolute;
    left: 5px;
}

/* Helpers */
.fullwidth-override {
	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;
}
	div.media-box .media-box-image img {
	    left: 0 !important;
	}
@media only screen  and ( max-width: 1024px )and ( min-width: 1024px ) {
	.hide-ipad-pro{
		display: none;
	}
	.elementor-4347 .blue-ribbon {
	    left: -205px !important;
	    top: 200px !important;
	}

}
/* Responsive */
@media only screen and ( max-width: 1023px ) {
	
		ul.countries-we-work li, .countries-we-work-item strong {
	    color: #262A35;
	    font-family: Milibus;
	    font-size: 10px;
	    font-weight: bold;
	    line-height: 15px;
	    background-color: #FFFFFF;
	    padding: 10px 20px;
	    text-transform: uppercase;
	    float: left;
	    clear: both;
	    margin-bottom: 0 !important;
	    list-style: none;
	}
	.management-includes{
   		position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
	}
	.management-includes-btn{
	 	position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
		margin-top: 10px;
	}
	.interim-managers{
	   position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
	}
	.interim-managers-btn{
   		position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
		margin-top: 10px;
	}
	a#leader-content {
		border-left: 1px solid;
	}
	div.media-box-title{
	    height: 95px !important;
	} 
	
	.h2-p h2{
		margin-left: 0px !important;
		margin-bottom: 40px;
		font-size: 40px;
	}
	.r1 span {
	    text-shadow: 0px 2px 2px rgba(0,0,0,0.54);
	}

	ul.custom-list-style-1 li {
		margin-bottom: 5px;
	}
}

@media only screen and ( max-width: 767px ) {

	

	div.media-box-title{
	    height: 55px !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;
	}
	.gform_footer.top_label {
		position: relative;
	}
	.gf_list_2col ul li, .gform_fields .gf_left_half, .gform_fields .gf_right_half {
	    width: 100% !important;
	}
	.post-author-box .s2 {
	    display: block;
	}
	.testimonials-carousel.testimonial-carousel-1 {
	    width: 100% !important;
	}
	ul.countries-we-work li, .countries-we-work-item strong {
	    color: #262A35;
	    font-family: Milibus;
	    font-size: 10px;
	    font-weight: bold;
	    line-height: 15px;
	    background-color: #FFFFFF;
	    padding: 10px 20px;
	    text-transform: uppercase;
	    float: left;
	    clear: both;
	    margin-bottom: 0 !important;
	    list-style: none;
	}
	.countries-we-work-item {
	    margin-bottom: 4px !important;
	}
	.who-we-work-right-t2 {
	    color: #FFFFFF;
	    font-family: "Milibus", sans-serif;
	    text-transform: uppercase;
	    font-size: 75px;
	    line-height: 1;
	    font-weight: bold;
	    margin-bottom: 30px !important;
	    display: block;
	    clear: both;
	}
	.white-width-box {
		color: #262A35;
		font-family: "Times New Roman";
		font-size: 20px;
		font-style: italic;
		line-height: 40px;
		min-width: initial !important;
	}
	.management-includes{
   		position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
	}
	.management-includes-btn{
	 	 position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
		margin-top: 10px;
	}
	.interim-managers{
	   position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
	}
	.interim-managers-btn{
   		 position: initial !important;
		width: 100% !important;
		z-index: 2;
		bottom: 0px;
		margin-top: 10px;
	}
	.yellow-box{
		width: 100%;
		max-width: initial !important;
   		min-width: initial  !important;
	}
	.media-boxes-filter-container .inner{
		text-align: center;
	}
	.post-author-box{
	    padding: 35px 20px !important;
        text-align: center;
	}
	.post-author-box .s2-a{
		margin: auto;
	}
	span.post-navigation__next--label {
	    text-align: left;
	}
	span.post-navigation__prev--label {
	    text-align: right;
	}
	.page-id-3753 .pattern-bg-1:before{
		width: 100% !important;
	}
	.page-id-4347 .elementor-toggle-icon.elementor-toggle-icon-left {
	    margin-right: 19px !important;
	}
	.inline-block{
		display: block;
	}
	.custom-scroll {
	    background: #ffffff29;
	    padding: 10px;
	}

	.elementor-widget-post-navigation span.post-navigation__prev--label,
	.elementor-widget-post-navigation span.post-navigation__next--label {
		font-size: 12px !important;
	    line-height: 20px !important;
	    margin-right: 5px;
	}
	.elementor-widget-post-navigation span.post-navigation__prev--label {
	    margin-left: 5px !important;
	}
	.elementor-widget-post-navigation span.post-navigation__next--label {
	    margin-right: 5px !important;
	    text-align: right;
	}
	span.post-navigation__prev--title,
	span.post-navigation__next--title {
	    display: none;
	}
/*	div.media-box .media-box-image img {
    	width: 100%;
    	left: 0%;
	}
	.media-box-image > div {
	    height: 160px !important; 
	}
	.media-box-image {
	    height: 160px !important;
	}*/
	div.media-box .media-box-image img {
	    left: -85% !important;
	}

}

@media only screen and (max-width: 539px) {

}