/**
 * Author: OOm Developer Team
 * Author URI: https://oom.com.sg/
*/

.view-tab {
	cursor: pointer;
}

.content-1.tab-content {
	 display: block;
}

.tab-content {
    display: none;
}

.founder_slider_item {
	cursor: pointer;
}

.header-regular .elementor-icon-list-item a:hover::before{
	display:none!important;
}
.header-transparent .elementor-icon-list-item a::before {
	display:none!important;
}

.header-regular .elementor-icon-list-item a:hover{
    text-decoration: underline!important;
}
.header-transparent .elementor-icon-list-item a:hover{
    text-decoration: underline!important;
}

#impact-counters .elementor-counter-number-wrapper {
    line-height: 10px;
}

#impact-counters .elementor-counter-title {
     line-height: 10px;
}

#impact-counters .elementor-counter-title span {
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
}

#impact-counters .elementor-counter-title small {
    line-height: 20px;
    font-size: 14px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    padding: 80px;
}

.elementor-tab-desktop-title {
    background-color: #DEF6E2;
    text-align: center;
    border-left: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
}

.elementor-tab-desktop-title a {
    text-decoration: none;
}

.elementor-tab-desktop-title.elementor-active {
    background-color: #2F883F;
}
    
.elementor-tab-content {
    padding: 40px!important;
}

.post-blue h3.elementor-heading-title.elementor-size-default {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.read-more,
.read-less {
    cursor: pointer;
}

.more-content {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
	display: none!important;
}

/** Swiper Style**/
.swiper-pagination-bullets {
    color: #fff;
    cursor: default;
    text-align: center;
    margin-top: 50px;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
    display: inline-block;
    border-radius: 50%;
    background: #1D618F;
    opacity: 1;
    width: 12px;
    height: 12px;
    box-shadow: 2px 5px 8px #888888a1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0AC291!important;
}


/** Hide Default Arrows **/
.swiper-button-next i {
    color: #ffffff;
}

.swiper-button-next i:hover {
    color: #ffffff;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    content: ""!important;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}


/** Female Founders Slider **/
#female-founder-slider .female_founder_slider_featured_img {
	filter: grayscale(100%);
	display: block;
    width: 95%;
    box-shadow: 2px 5px 8px #888888a1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	height: 350px;
    object-fit: cover;
}

#founder-slider .founder_slider_featured_img:hover {
	filter: grayscale(0%);
}

.founder_slider_container__box {
	background: #2F883F;
    padding: 30px 20px;
    margin-top: -50px;
    margin-left: 40px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.founder_slider_container__box h4 {
	color: #fff;
}

.founder_slider_company_img {
	width: auto;
    display: block;
    padding: 0px;
    margin-top: -10px;
    height: 30px!important;
}

.founder_slider_links {
	display: inline-block;
}

.founder_slider_links a {
	color: #fff;
	padding-right: 10px;
}

.founder_slider_links a i {
	font-size: 14px;
}

/** CaseStudy Slider **/
.case_study_slider .case_study_slider_container {
	overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 0;
}

.case_study_slider .case_study_slider_item {
	cursor: pointer;
}

.case_study_slider .case_study_slider_title {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #44444457;
	padding-top: 90%;
    margin: 0px;
}

.case_study_slider .case_study_slider_title:hover {
	background-color: #00000094;
}

.case_study_slider_item img {
	width: 60%;
} 

.swiper-case-study-slider-arrow.swiper-button-next::after, 
.swiper-case-study-slider-arrow.swiper-button-prev::after {
    content: ""!important;
}
.swiper-case-study-slider-arrow.swiper-button-next,
.swiper-case-study-slider-arrow.swiper-button-prev {
	background-image: none;
}

.swiper-case-study-slider-arrow.swiper-button-next:after, 
.swiper-case-study-slider-arrow.swiper-button-prev:after {
	display: none;
}

   
/** Modal **/
/* The Modal (background) */
.oom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.founder .oom-modal-content {
	width: 40%;
}

.founder .oom-modal-content .modal-title {
	text-align: left;
    font-size: 24px;
    font-weight: 400;
    font-family: DM_Serif_Display, "Open Sans";
    color: #1D618F;
    text-transform: none;
}

.founder .oom-modal-content .modal-company-links {
	margin-top: 20px;
}

.founder .oom-modal-content .modal-links {
	display: flex;
    align-content: center;
    align-items: center;
}

.founder .oom-modal-content .modal-links a {
	color: #0C0D0D;
	padding-right: 10px;
}

.founder .oom-modal-content .modal-links a i {
	font-size: 22px;
}

.founder .oom-modal-content .modal-company-logo {
	width: 60%;
    float: right;
}


.oom-modal-content {
  background-color: #fefefe;
  margin: 10% auto 2% auto;
  padding: 20px 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

.oom-modal-content .right_content {
	padding-left: 20px;
}

.oom-modal-content-img {
	width: 60%;
    margin: auto;
    text-align: center;
}

.oom-modal-content .modal-title {
	text-align: center;
    font-size: 14px;
    color: #1D618F;
}

.oom-modal-content .modal-description {
    font-size: 14px;
    font-family: DM_Serif_Display, "Open Sans";
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.oom-modal-content-stamps {
	text-align: center;
    margin: auto;
    width: 100%;
}

.oom-modal-content-stamps-img {
	display: inline-block;
	padding: 20px;
	width: 15%;
}

.oom-modal-content-stamps-img img {
	width: 100%;
}
    

/* The Close Button */
.oom-close {
  color: #1D618F;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.oom-close:hover,
.oom-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/** Rows and Columns */
.oom_column_100 {
    float: left;
    width: 100%;
}

.oom_column_90 {
    float: left;
    width: 90%;
}

.oom_column_80 {
    float: left;
    width: 80%;
}

.oom_column_70 {
    float: left;
    width: 70%;
}

.oom_column_60 {
    float: left;
    width: 60%;
}

.oom_column_50 {
    float: left;
    width: 50%;
}

.oom_column_40 {
    float: left;
    width: 40%;
}

.oom_column_33_33 {
    float: left;
    width: 33.33%;
}

.oom_column_33 {
    float: left;
    width: 33%;
}

.oom_column_30 {
    float: left;
    width: 30%;
}

.oom_column_20 {
    float: left;
    width: 20%;
}

.oom_column_10 {
    float: left;
    width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 2550px) {
	.founder .oom-modal-content {
		width: 30%;
	}
}

@media (max-width: 1920px) {
	.founder .oom-modal-content {
		width: 40%;
	}
}

@media (max-width: 1440px) {
	.founder .oom-modal-content {
		width: 50%;
	}
}

@media (max-width: 1280px) {
	.full-width-container {
        height: auto!important;
    }
	
	.founder .oom-modal-content {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.swiper-button-next, .swiper-button-prev {
		display: block!important;
	}

	.swiper-pagination-bullets {
		display: none;
	}
	.founder .oom-modal-content .modal-title {
		font-size: 16px;
		margin: 5px 0px;
	}
	
	.oom-modal-content .modal-description {
		font-size: 12px;
    	line-height: 14px;
	}
	
	.oom-modal-content {
		padding: 10px;
	}
	
	.oom-modal-content .right_content {
		padding-left: 5px;
	}
	
	.founder .oom-modal-content {
		width: 90%;
	}
	
	.founder_slider_container__box {
		padding: 10px;
		margin-top: 0px;
    	margin-left: 0px;
	}
	
	.founder_slider_container__box h4 {
		font-size: 12px;
	}
}


