.mt-4 {
    margin-top: 1.5em !important;
}

.mr-2 {
    margin-right: 20px;
}

.d-flex {
    display: flex;
}

.dir_rtl {
    direction: rtl !important;
}

.dir-ltr {
    direction: ltr !important;
    text-align: left;
}

.dir-rtl {
    direction: rtl !important;
    text-align: right;
}

.mb-15px {
    margin-bottom: 15px;
}

.aFixx {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

/* msg_modal */

.checkmark {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #5b8b5a;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #5b8b5a;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #5b8b5a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_error {
    width: 120px;
    height: 120px;
    fill: #5b8b5a;
}

.msg_modal .modal-content {
    margin-top: 140px;
}

.home_modal {
    padding-top: 40px;
    padding-bottom: 50px;
}

.home_modal h3 {
    color: #3c3c3c;
    font-family: Frutiger-black;
    text-align: center;
}

.modal-body iframe {
    width: 100%;
}

label.error {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 13px !important;
    left: 50%;
    transform: translateX(-50%);
    color: #ed2024 !important;
    bottom: -5px;
    font-weight: normal !important;
    font-family: "Frutiger" !important;
}

.pt-0 {
    padding-top: 0 !important;
}

html[lang="en-US"] .up .social .lang {
    padding-bottom: 8px;
}

.custom-page-header {
    height: 250px;
    width: 100%;
    position: relative;
}

.custom-page-header img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.sub_page_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 246, 252, 0.52),
        #efe8e830
    );
    opacity: 0.2;
}

.sub_page_title {
    position: absolute;
    margin: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700 !important;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 100%;
    font-size: 55px;
    font-family: "frtBold";
}

html[dir="rtl"] .contactPg-section {
    padding-right: 0;
    padding-left: 0;
}

.contactPg-section {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 50px;
}

.contactPg-section .centerHeader {
    margin-bottom: 40px;
}

.contactPg-section .leaveComment {
    width: 100%;
}

.contactPg-section .leaveComment .subPgsHeader {
    font-size: 20px;
    margin-bottom: 25px;
}

.contactPg-section .leaveComment .infoInpts {
    display: flex;
    position: relative;
}

.contactPg-section .leaveComment .infoInpts span {
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 14px;
    color: #5f636a;
}

.contactPg-section .leaveComment .infoInpts span span {
    margin: 0;
    color: red;
}

.contactPg-section .leaveComment .infoInpts input {
    height: 50px;
}

.contactPg-section .leaveComment .infoInpts input,
.contactPg-section .leaveComment .infoInpts textarea {
    background-color: #f7f7f7;
    width: 100%;
    color: #3c3c3c;
    font-family: Frutiger-light;
    border: 1px solid transparent;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.5s ease;
    resize: unset;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.contactPg-section .leaveComment .infoInpts input:hover,
.contactPg-section .leaveComment .infoInpts input:focus,
.contactPg-section .leaveComment .infoInpts textarea:hover,
.contactPg-section .leaveComment .infoInpts textarea:focus {
    border-color: #f12f2f;
    box-shadow: none;
    outline: none;
}

.contactPg-section .leaveComment .sendBtn .aFixx:focus {
    box-shadow: none;
    outline: none;
}

.contactPg-section .leaveComment .infoInpts .name,
.contactPg-section .leaveComment .infoInpts .email,
.contactPg-section .leaveComment .infoInpts .postInput,
.contactPg-section .leaveComment .infoInpts .phoneNum {
    display: flex;
    flex-direction: column;
    width: 100%;
}

html[dir="rtl"] .contactPg-section .leaveComment .sendBtn {
    justify-content: flex-end;
}

.contactPg-section .leaveComment .sendBtn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.contactPg-section .leaveComment .sendBtn .aFixx {
    background-color: #f12f2f;
    border-radius: 23px;
    color: #fff;
    font-size: 15px;
    width: 125px;
    height: 44px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contactPg-section .leaveComment .sendBtn .aFixx:hover {
    background: #5b8b5a;
}

/*.contactPg-section .leaveComment .sendBtn .aFixx:hover, .contactPg-section .leaveComment .sendBtn .aFixx:focus {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}*/

.contactPg-section .contactData {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.contactPg-section .contactData .info {
    display: flex;
    margin-bottom: 15px;
}

.contactPg-section .contactData .info .icn {
    font-size: 18px;
    min-width: 30px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

/*.contactPg-section .contactData .info .icn:hover {*/

/*    color: #000;
}*/

.contactPg-section .contactData .info .data {
    display: flex;
    flex-direction: column;
}

.contactPg-section .contactData .info .data .header,
.contactPg-section .contactData .info .data .txt {
    font-size: 17px;
    color: #3c3c3c;
    font-family: Frutiger-light;
    line-height: 2;
}

.contactPg-section .contactData .info:hover .data a,
.contactPg-section .contactData .info:hover .icn {
    color: #f12f2f;
}

.contactData .social-head {
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Frutiger-black;
}

.contactPg-section .ourSocial .header .txt {
    font-size: 17px;
    margin-bottom: 15px;
    color: #828282;
    margin-top: 30px;
    font-family: Frutiger-black;
    color: #3c3c3c;
}

.contactPg-section .ourSocial .socialBtns {
    display: flex;
}

.contactPg-section .ourSocial .socialBtns .aFixx {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    color: #9c9c9c;
    font-size: 20px;
    transition: 0.5s;
    background-color: transparent;
}

.contactPg-section .ourSocial .socialBtns .aFixx:hover {
    color: #000;
}

html[dir="rtl"] .contactPg-section .ourSocial .socialBtns .aFixx:nth-child(1) {
    margin-left: 10px;
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(1) {
    /*background-color: #3b559f;*/
    margin-left: 0;
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(1):hover {
    opacity: 0.8;
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(2) {
    /*background-color: #1da1f2;*/
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(2):hover {
    opacity: 0.8;
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(3) {
    /*    background: -moz-linear-gradient(-158deg, #782ac0 0%, #b32a9e 22%, #ee2a7b 47%, #f9ed32 100%);
        background: -webkit-linear-gradient(-158deg, #782ac0 0%, #b32a9e 22%, #ee2a7b 47%, #f9ed32 100%);
        background: -ms-linear-gradient(-158deg, #782ac0 0%, #b32a9e 22%, #ee2a7b 47%, #f9ed32 100%);
        background-size: 150% 150%;
        transition: all 0.5s ease;*/
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(3):hover {
    animation: Gradient 1s ease infinite;
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(4) {
    /*background-color: #FFFC00;*/
}

.contactPg-section .ourSocial .socialBtns .aFixx:nth-child(4):hover {
    opacity: 0.8;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .contactPg-section {
        padding-left: 0;
        padding-right: 0;
    }
    .contactPg-section .ourSocial {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contactPg-section .leaveComment {
        margin-top: 30px;
    }
    .contactPg-section .flexSection {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contactPg-section .contactData .info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contactPg-section .contactData {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .contactPg-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contactPg-section .leaveComment .sendBtn .aFixx {
        width: 100%;
    }
    .contactPg-section .centerHeader {
        margin-bottom: 20px;
    }
}

.subPages-body .contactPg-section {
    padding-top: 10px;
}

.subPages-body .contactPg-section .contactData {
    padding-top: 0;
}

.subPages-body .contactPg-section .centerHeader {
    margin: unset;
    margin-bottom: 40px;
}

.subPages-body .contactPg-section .centerHeader:after {
    right: 0;
    transform: unset;
}

@media only screen and (max-width: 992px) {
    .subPages-body .contactPg-section .centerHeader {
        margin: auto !important;
        margin-bottom: 20px !important;
    }
    .subPages-body .contactPg-section .centerHeader:after {
        right: 50% !important;
        transform: translate(50%) !important;
        left: unset !important;
    }
}

.contactPg-section .leaveComment .wpcf7-form .infoInpts input,
.contactPg-section .leaveComment .wpcf7-form .infoInpts textarea {
    margin-bottom: 5px;
}

.contactPg-section
    .leaveComment
    .wpcf7-form
    .infoInpts
    span.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 400;
}

.contactPg-section .contactData {
    padding-top: 0;
}

.wpcf7-response-output {
    text-align: center;
}

.flexSection {
    display: flex;
}

.contactPg-section .flexSection .centerHeader .txt {
    font-size: 17px;
    margin-bottom: 22px;
    color: #3c3c3c;
    font-family: Frutiger-black;
}

.contactPg-section .leaveComment .infoInpts span,
.contactPg-section .leaveComment .infoInpts .name {
    margin-left: 0;
    margin-right: 0;
}

.page-template-recruitment-page .contactPg-section {
    padding-top: 30px;
    padding-bottom: 60;
    padding-left: 0;
    padding-right: 0;
}

.page-template-recruitment-page .contactPg-section h2 {
    font-size: 24px;
    /*font-family: roman-black;*/
    color: #3c3c3c;
    font-family: Frutiger-black;
    text-align: center;
    margin-bottom: 3rem;
}

/*.contactPg-section div.recruitment-form {
    width: 47%;
    margin: 0 auto;
}*/

input.attachment_input {
    visibility: hidden;
    /*display: none;*/
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
}

button#attachment_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #5b8b5a;
    width: 100%;
    color: #fff;
    border-radius: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

button#attachment_btn:hover {
    /*background-color: #000;*/
    border: 1px solid transparent;
    color: #fff;
}

.recruitment-form .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    width: 200px;
    border-radius: 25px;
    background-color: #f12f2f;
    border: 1px solid transparent;
    font-family: "Frutiger-bold";
    margin: auto;
}

.recruitment-form .btn-submit:hover {
    background-color: #5b8b5a;
    border: 1px solid transparent;
    color: #fff;
}

.infoInpts .email .bootstrap-select {
    width: 100% !important;
}

div.infoInpts select.register_select {
    background-color: #fafafa;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ededed;
    margin-bottom: 20px;
    min-height: 60px;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.5s ease;
}

div.bootstrap-select {
    width: 100% !important;
}

.infoInpts .email .bootstrap-select .dropdown-toggle {
    background-color: #f7f7f7;
    width: 100%;
    color: #3c3c3c;
    font-family: Frutiger-light;
    border: 1px solid transparent;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.5s ease;
    resize: unset;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

html[lang="ar"]
    .infoInpts
    .email
    .bootstrap-select
    .dropdown-toggle
    .filter-option {
    direction: rtl;
    text-align: right;
}

html[dir="en-US"]
    .infoInpts
    .email
    .bootstrap-select
    .dropdown-toggle
    .filter-option {
    text-align: left;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #969696;
    outline: 0;
}

.dropdown-menu li.active a span.text {
    color: #fff;
}

.contactPg-section .leaveComment .infoInpts span {
    color: #3c3c3c;
    margin-top: 10px;
}

h2.join_sub_title {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 700 !important;
    /* text-shadow: 3px 3px 15px rgba(0,0,0,0.6); */
    text-align: center;
    width: 66%;
    font-size: 37px;
    font-family: "frtBold";
}

.searchResult {
    min-height: 350px;
    padding-up: 50px;
    padding-bottom: 50px;
}

.searchResult h2 {
    color: #9a9a9a;
    margin-top: 100px;
    font-size: 22px;
}

.item-info a.aFixx {
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

html[lang="en-US"] footer .copy img {
    height: 16px;
}

/*  - - - - - - - - - - - - -  Media Query  - - - - - - - - - - - - - */

.MenuTrigger:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #000;
    font-size: 9px;
    margin-right: 5px;
}

.MenuTrigger:hover:after {
    color: #969696;
}

.pageLinksBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-top: 40px;
}

.pageLinksBottom .aFixx i {
    transition: all 0.5s ease;
    color: #a4a4a4;
}

.pageLinksBottom .aFixx:hover i {
    color: #ed2024;
}

.pageLinksBottom ul {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    list-style: none;
}

.pageLinksBottom ul .aFixx {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #a4a4a4;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
}

.pageLinksBottom ul .aFixx:hover,
.pageLinksBottom ul .aFixx:focus,
.pageLinksBottom ul .aFixx:active {
    color: #000 !important;
}

.pageLinksBottom ul .aFixx.active {
    background-color: #000;
    color: white !important;
}

.pageLinksBottom ul li span,
.pageLinksBottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    color: #3c3c3c;
}

.pageLinksBottom ul li.active span {
    color: #000;
}

.pageLinksBottom ul li span.current {
    background-color: #f12f2f;
    color: #fff;
}

.pageLinksBottom ul li span:hover,
.pageLinksBottom ul li a:hover {
    color: #000;
}

.pageLinksBottom ul li .next,
.pageLinksBottom ul li .prev {
    font-size: 10px;
}

.pageLinksBottom ul li span.current:hover {
    color: #fff;
}

html[lang="ar"] .bs-caret {
    left: 7%;
    position: absolute;
}

span.bs-caret span.caret {
    color: #adadad !important;
}

.sub-header {
    box-shadow: 0px 0px 3px 0px rgba(22, 22, 22, 0.1);
}

.postType-archive {
    padding-top: 60px;
}

.postType-archive-title {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.custom_breadcrumb {
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 0;
}

.custom_breadcrumb li a,
.custom_breadcrumb li strong {
    font-weight: normal;
}

.custom_breadcrumb li a:hover,
.custom_breadcrumb li strong:hover {
    /* text-decoration: none;
  color: #f12f2f;
  cursor: pointer; */
}

.single-page .single-page-body {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.single-page .single-page-body .single-page-title {
    z-index: 9;
    font-family: Frutiger-black;
    color: #3c3c3c;
    font-size: 24px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
}

.single-page .single-page-body .single-img {
    margin: 20px 0px;
}

.single-page .single-page-body .single-page-content p {
    margin-top: 20px;
    font-size: 17px;
    color: #3c3c3c;
    font-family: Frutiger-light;
    line-height: 2;
    margin-bottom: 15px;
}

.postType-archive .item {
    margin-top: 25px;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

input.error,
textarea.error {
    border-color: red !important;
}

.suggestions-page-title {
    font-size: 25px;
    color: #3c3c3c;
    font-family: Frutiger-black;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
}

.xs-nav .lang {
    color: #3c3c3c;
    /* font-size: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 38%; */
    /*bottom: 20%;*/
}

.xs-nav {
    z-index: 10;
}

html[dir="ltr"] .main-bar form.search {
    /*margin-left: auto;*/
}

html[dir="rtl"] .main-bar form.search {
    /*margin-right: auto;*/
}

#attachment-error {
    bottom: -20px;
}

@media only screen and (max-width: 768px) {
    .contactPg-section .flexSection .centerHeader .txt {
        text-align: center;
    }
    .contactPg-section div.recruitment-form {
        width: 100%;
    }
    .page-template-recruitment-page .contactPg-section {
        padding-top: 20px;
    }
    #nav_mobile .MenuTrigger {
        position: relative;
    }
    #nav_mobile .MenuTrigger:after {
        position: absolute;
        top: 55%;
        right: 55%;
        transform: translateY(-55%);
    }
    .navBody .head a.lang {
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #dedede;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        transition: 0.5s;
    }
    .navBody .head a.lang:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
    html[lang="en-US"] .navBody .head a.lang {
        padding-bottom: 8px;
    }
}

form.recruitment table thead tr th {
    border: 0;
}

.salary_select_addon {
    width: 20%;
}

.salary_text_addon {
    width: 80%;
}

span.required {
    color: red !important;
}

.form-control,
.form-group {
    position: relative;
    transition: all 0.3s;
}

form.recruitment label.error {
    bottom: -25px;
}

.recruitment-form h2 {
    color: #3c3c3c;
    font-size: 22px;
    font-family: "Frutiger-black";
}

.recruitment-form h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-family: "Frutiger-bold";
    margin-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .recruitment-form h3 {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.recruitment-form h3:after {
    position: absolute;
    width: 42px;
    height: 2px;
    right: 0;
    bottom: -2px;
    content: "";
    background-color: #f12f2f;
}

html[dir="ltr"] .recruitment-form h3:after {
    left: 0;
    right: auto;
}

form.recruitment input {
    outline: none !important;
    box-shadow: none !important;
    height: 46px;
    border-radius: 46px;
    background-color: #f7f7f7;
    border: 0;
}

form.recruitment input:focus {
    border-color: #f12f2f;
}

form.recruitment input::-webkit-inner-spin-button,
form.recruitment input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: none;
}

form.recruitment label {
    padding-right: 16px;
    color: #3c3c3c;
    font-size: 15px;
    font-family: "Frutiger";
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
    font-weight: unset;
}

html[dir="ltr"] form.recruitment label {
    padding-left: 16px;
    padding-right: 0;
    text-align: left;
}

form.recruitment .d-flex {
    flex-wrap: wrap;
}

form.recruitment
    .d-flex
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 32% !important;
    height: 46px;
    margin-left: 11px;
}

@media (max-width: 1199px) {
    form.recruitment
        .d-flex
        .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 30% !important;
        height: 46px;
        margin-left: 11px;
    }
}

html[dir="ltr"]
    form.recruitment
    .d-flex
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-left: 0;
    margin-right: 11px;
}

form.recruitment
    .d-flex
    .salary_select_addon
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90% !important;
    height: 46px;
    margin-left: 11px;
}

html[dir="ltr"]
    form.recruitment
    .d-flex
    .salary_select_addon
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-left: 0;
    margin-right: 11px;
}

html[dir="ltr"]
    form.recruitment
    .d-flex
    .salary_select_addon
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-left: 0;
    margin-right: 11px;
}

.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    height: 46px;
    margin-left: 11px;
}

.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-of-type,
form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-of-type {
    margin-left: 0;
}

html[dir="ltr"]
    .branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-of-type,
html[dir="ltr"]
    form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-of-type {
    margin-left: 0;
    margin-right: 0;
}

.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    button,
form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    button {
    height: 46px !important;
    border-radius: 46px !important;
    background-color: #f7f7f7;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret,
form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

html[dir="ltr"]
    .branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret,
html[dir="ltr"]
    form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret {
    text-align: right;
    justify-content: flex-end;
}

.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret:after,
form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #a4a4a4;
}

form.recruitment
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret
    .caret,
.branches-section
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    .bs-caret
    .caret {
    display: none;
}

.branches-section .bootstrap-select .dropdown-toggle .filter-option-inner,
form.recruitment .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding: 0;
    text-align: right;
    height: 45px;
    display: flex;
    align-items: center;
}

.branches-section .bootstrap-select .dropdown-toggle,
form.recruitment .bootstrap-select .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.branches-section .bootstrap-select .dropdown-menu,
form.recruitment .bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    width: 100% !important;
    padding-bottom: 6px;
}

.branches-section .form-check-label,
form.recruitment .form-check-label {
    margin-bottom: 0;
    color: #999;
}

.form-check.form-check-inline.mr-2 {
    display: flex;
    align-items: center;
    height: 46px;
}

form.recruitment
    .table.table-bordered
    tbody[data-repeater-list="qualifications"]
    tr
    td:nth-of-type(4),
form.recruitment
    .table.table-bordered
    tbody[data-repeater-list="qualifications"]
    tr
    td:nth-of-type(5),
form.recruitment
    .table.table-bordered
    tbody[data-repeater-list="qualifications"]
    tr
    td:nth-of-type(6) {
    width: 140px;
}

form.recruitment .table.table-bordered tr th {
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 15px;
    font-family: "Frutiger";
}

form.recruitment .repeater .btn.btn-primary.pt-5.pull-right {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    min-width: 110px;
    height: 31px;
    border-radius: 46px;
    background-color: #5b8b5a;
    color: #fff;
    font-size: 16px !important;
    transition: 0.3s;
    margin-bottom: 25px;
}

form.recruitment .repeater td .btn.btn-primary.pt-5.pull-right {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    min-width: 110px;
    height: 31px;
    border-radius: 31px;
    background-color: #f12f2f;
    color: #fff;
    font-size: 16px !important;
    transition: 0.3s;
}

form.recruitment .repeater .btn.btn-primary.pt-5.pull-right:hover {
    background-color: #5b8b5a;
}

form.recruitment .mr-2 {
    margin-left: 20px;
    margin-right: 0;
}

form.recruitment #attachment_btn {
    width: 25%;
    color: #3c3c3c;
    font-size: 15px;
    font-family: "Frutiger-bold";
    background-color: #eaeaea;
}

@media (max-width: 767px) {
    form.recruitment #attachment_btn {
        width: 100%;
    }
    form.recruitment table input {
        width: 150px;
    }
    .repeater {
        overflow-x: auto;
    }
}

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: block !important;
}

select.selectpicker {
    height: 46px !important;
    border-radius: 46px !important;
    background-color: #f7f7f7;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.inner.open {
    overflow-x: hidden;
    scrollbar-color: auto;
}

.load-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.load-page img {
    width: 300px;
}

form.recruitment #interview_date_group .bootstrap-select {
    width: 48% !important;
}

.page-template-home-page div.about {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .page-template-home-page div.about {
        padding-top: 0;
    }
}

.page-template-home-page div.about .place-img,
.page-template-home-page div.about .place-img img {
    border-radius: 0;
}

.page-template-home-page div.about .place-img img {
    width: 80%;
}

.page-template-home-page div.about .place-img:hover img {
    transform: scale(1.07);
}

.newsPost-section .newsInfo p {
    margin-bottom: 0;
    line-height: unset !important;
}

.single-news .gallery {
    padding: 0;
}

.news-header-div {
    width: 100%;
}

.gallary-pagenation-om .mo-pagination {
    display: flex;
    justify-content: center;
}

.recruitment-form h3 span {
    font-size: 15px;
    color: #f12f2f;
    margin: 0 10px;
}

.branches-section .branches_sidebar {
    padding: 11px 2px 3px 8px;
    border: 1px solid #e0e0e0;
    height: 568px;
    overflow: scroll;
    padding-right: 17px;
    padding-top: 20px;
    /* overflow: hidden; */
}

html[dir="ltr"] .branches-section .branches_sidebar {
    padding-left: 17px;
}

html[dir="ltr"] .branches-section .branches_sidebar ul li a {
    margin-left: 10px;
}

.branches-section .branches_sidebar ul {
    padding: 0;
    list-style: none;
}

.branches-section .branches_sidebar ul li {
    margin-bottom: 15px;
    transition: all ease 0.3s;
}

.branches-section .branches_sidebar ul li a {
    line-height: 19px;
    cursor: pointer;
    font-weight: bold;
    color: #4e834d;
    font-size: 15px;
    margin-right: 10px;
    transition: all 0.3s;
}

.branches-section .branches_sidebar ul li p {
    line-height: 20px;
    padding-right: 30px;
    margin-top: 3px;
    font-family: Frutiger-light;
}

html[dir="ltr"] .branches-section .branches_sidebar ul li p {
    padding-right: 25px;
    padding-left: 30px;
}

.branches-section .branches_sidebar ul li i {
    font-size: 19px;
    color: #4e834d;
}

/* .branches-section .branches_sidebar ul li:hover .branches_sidebar ul li i, */

.branches-section .branches_sidebar ul li:hover i,
.branches-section .branches_sidebar ul li:hover a {
    color: #59b210;
    transition: all 0.3s;
}

.mapContainer {
    width: 100%;
    height: 568px;
    border: 1px solid #e0e0e0;
    margin-top: 0px;
    padding: 8px;
    overflow: hidden;
}

.filters-group {
    width: 100%;
    min-height: 110px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #4e834d;
    border-top: 5px solid #4e834d;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.gooeyContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -71px;
}

.gooey .dot {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 12px;
    left: 15px;
    /* filter: blur(4px); */
    background: #4e834d;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.gooey .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.gooey .dots span {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin-left: 16px;
    /* filter: blur(4px); */
    background: #4e834d;
    border-radius: 50%;
}

.gm-style .gm-style-iw-c {
    padding-left: 0;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    font-family: Frutiger-light;
    padding: 10px;
}

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.detailsTitle {
    background-color: #4e834d;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    line-height: 35px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}

.branche-single-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    width: 100%;
}

.branche-single-title span {
    color: #4e834d;
}

.singleBrancheDetail {
    display: flex;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.singleBrancheDetail p {
    font-size: 15px;
    margin-bottom: 0;
    width: 70%;
}

.singleBrancheDetail p:first-of-type {
    width: 30%;
    text-align: center;
    font-size: 16px;
}

.singleBrancheDetailLast {
    border-bottom: 2px solid #59b210;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.header-nav {
    margin-left: auto !important;
    margin-right: auto !important;
}

.clotest_place {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clotest_place a.clotest_place_btn {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 46px;
    background-color: #5b8b5a;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
    width: 100%;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.clotest_place a.clotest_place_btn:focus {
    text-decoration: none;
}

@media only screen and (max-width: 520px) {
    .filters-group {
        flex-direction: column;
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .branches-section .filters-group .bootstrap-select {
        margin: 10px 0;
        margin-left: 0 !important;
    }
    .clotest_place a.clotest_place_btn {
        margin-top: 5px;
    }
    .branches-section .branches_sidebar {
        height: 300px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-nav {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

.reccuitment-page-om {
    margin-top: 70px;
}

#rec-print-button-om {
    display: flex;
    margin: auto;
    width: 129px;
    height: 40px;
    font-size: 19px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#printOnly {
    display: none;
}

@media print {
    #printOnly {
        display: block;
    }

    #rec-print-button-om {
        display: none;
    }
}

#rec-print-div-om {
    margin-top: 60px;
}

.postType-archive .gallery-cont {
    display: block;
    width: 100%;
    margin: 0;
}

.gallery-cont .gallery-item img {
    width: 100%;
}

.gallery-sec-home {
    margin-top: 50px;
}

.status-copy__ {
    font-size: 15px;
    color: #f12f2f;
    margin: 0;
    text-align: center;
}
