/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1,h2,h3,h4,h5,h6,p,span,div,a,ul,li,button{
    font-family: Almoni, sans-serif !important;
}

.elementor-counter-title {
    text-align: center;
}

.swiper-wrapper {
    align-items: center;
}


@media (max-width:767px) {
    .sectors-name-container {
        width: 100%;
        overflow: scroll;
        justify-content: unset;
    }

    .sectors-logo-container {
        width: 100%;
    }

    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-container {
        padding: 0px 10px;
        
    }
    .active:after {
        content: "";
    }
   
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .sectors-name-container {
        width: 100%;
        overflow: scroll;
        justify-content: unset;
    }

    .sectors-logo-container {
        width: 100%;
    }

    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-container {
        padding: 0px 10px;
       
    }
    .active:after {
        content: "";
    }
}


.dce-posts-wrapper.dce-grid-filters-wrapper.dce-wrapper-grid-filters.dce-wrapper-grid {
    display: grid !important;
    position: unset !important;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 20px; */
}
.team {
    position: unset !important;
    width: 100% !important;
    /* height: 350px !important; */
}
.team-box {
    height: 100% !important;
}
.read-less {
    position: absolute;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
}
.team-box .attachment-medium {
    height: 195px !important;
    object-fit: cover;
}
.read-more, .read-less {
    color: #F9D946;
}
.read-more:hover, .read-less:hover {
    color: #fff;
}


ul.category-list li {
  	list-style: none;
    font-size: 24px;
    color: var( --e-global-color-24f73f1 ) !important;
}
ul.category-list li a {
    color: var( --e-global-color-24f73f1 ) !important;
}
ul.category-list li a:hover {
    color: #80C4FE;
}
ul.category-list{
	padding-right: 0;
    line-height: 2.8em;
}
@media only screen and (max-width: 600px) {
  ul.category-list{
    line-height: 2.8em !important;
  }
ul.category-list li {
    font-size: 26px !important;
}
}




/* custom job card style start */
#JobRequirements{
    font-family: Almoni, sans-serif;
}
.job-card-main-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.job-card {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #0679B2;
    position: relative;
    height: 320px;
}
.job-card {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #0679B2;
}
.job-title h4 {
    color: #0679B2;
    margin: 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #D4E7FF;
}
.job-description p {
    color: #010123;
    margin: 25px 0;
    font-size: 20px;
}
.popup-btn-container {
    text-align: end;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.popup-btn-container button {
    background-color: #F9D946;
    border: 0;
    color: #010123db;
    font-size: 18px;
    padding: 8px 20px;
}



/* popup style start */
.custom-model-main {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    outline: 0;
    opacity: 0;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-inner {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    /* width: 74%; */
    width: 1404px;
    /* height: 710px;
    overflow: auto; */
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /* padding: 20px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* max-height: calc(100vh - 70px); */
    overflow-y: auto;
}
.model-open .custom-model-inner {
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn-container {
    text-align: start;
}
.close-btn-container img {
    width: 30px;
    background-color: #fff;
    padding: 7px;
    border-radius: 20px;
    cursor: pointer;
}
.pop-up-content-wrap {
    display: flex;
}
.popup-leftt-col, .popup-rightt-col {
    padding: 30px;
}
.popup-rightt-col {
    background-color: #E7F1FA;
    height: 710px;
    overflow: auto;
    width: 55%;
}
.popup-rightt-col::-webkit-scrollbar {
    width: 8px;
}
.popup-rightt-col::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
.popup-rightt-col::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 5px;
}

.popup-leftt-col {
    text-align: center;
    background-color: #0679B2;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup-job-title {
    color: #0679B2;
    font-size: 30px !important;
    text-align: start;
    margin: 0;
}
.popup-job-moreinfo {
    text-align: start;
    margin: 15px 0;
    font-size: 18px !important;
    color: #010123;
}
/* .form-title {
    margin-top: 100px;
} */
.form-title h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
}
.form-title p {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.form input {
    background-color: transparent;
    border: 1px solid #BBBEC2;
    margin: 5px 0;
    color: #fff !important;
    border-radius: 0;
    padding: 10px;
    direction: rtl !important;
}
.form input::placeholder {
    color: #fff;
}
.form input:focus-visible {
    outline: 0 !important;
}
.form input:focus {
    border: 1px solid #BBBEC2 !important;
}
.form input .wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: start;
}
.form .wpcf7-file {
    border: 0;
    width: 100%;
    font-size: 20px;
    padding: 0;
}
.form .wpcf7-submit {
    background-color: #F9D946;
    width: 100%;
    color: #010123 !important;
    font-size: 20px;
}

/* popup style end */


@media(max-width: 767px) {
    .job-card-main-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .job-card {
        height: auto;
    }
    .popup-btn-container {
        position: unset;
        margin-top: 10px;
    }
    .popup-btn-container button {
        width: 100%;
    }
    .custom-model-inner {
        width: 95%;
        height: 90vh;
        overflow: auto;
    }
    .pop-up-content-wrap {
        display: block;
    }
    .popup-rightt-col {
        width: 100%;
        height: auto;
    }
    .popup-leftt-col {
        width: 100%;
    }
    .popup-leftt-col, .popup-rightt-col {
        padding: 18px;
    }
    .popup-job-title {
        font-size: 24px !important;
    }
    .popup-job-moreinfo {
        font-size: 16px;
    }
    .form-title h3 {
        font-size: 30px;
    }
    .form-title p {
        font-size: 20px;
    }
    .form .wpcf7-file {
        font-size: 16px;
    }
    .form .wpcf7-submit {
        font-size: 18px;
    }
}

/* custom job card style end */

figure.wp-block-table {
    overflow-x: auto;
    max-width: 100%;
    margin: 0;
}