/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-display: swap;
    font-family: "Ploni";
    font-style: normal;
    font-weight: 300;
    src: url('fonts/ploni-light-aaa.ttf') format('TrueType');
}

@font-face {
    font-display: swap;
    font-family: "Ploni";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ploni-regular-aaa.ttf') format('TrueType');
}
 
 @font-face {
    font-display: swap;
    font-family: "Ploni";
    font-style: normal;
    font-weight: 500;
    src: url('fonts/ploni-medium-aaa.ttf') format('TrueType');
}
 
 @font-face {
    font-display: swap;
    font-family: "Ploni";
    font-style: normal;
    font-weight: 700;
    src: url('fonts/ploni-bold-aaa.ttf') format('TrueType');
}
 

 

body{
    font-family: "Ploni";
}

 /* hero section */

.hero-sec::after{
    content: '';
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/04/shadow.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
      background-size: 100% 100%;
}
.hero-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -999;
}
.hero-bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-sec{
    position: relative;
    height: 950px;
}
.hero-title {
    font-weight: 300;
    font-size: 83.02px;
    line-height: 68.26px;
    letter-spacing: 0%;
    text-align: right;
    color :#288AFA;
}
.hero-subtitle {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    margin: 20px 0px;
}
.hero-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #FFFFFF;
    max-width: 485px;
    margin-bottom: 100px;
}
.hero-form {
    max-width: 710px;
    background: #7D767633;
    backdrop-filter: blur(20px);
    border-radius: 40px 6px 40px 6px;
    padding: 23px 28px 34px 22px;
}
.hero-form .wpcf7-response-output {
    color: #fff;
}
.form-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 10px;
}
span.wpcf7-spinner {
    display: none;
}
.details-form {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 14px;
}
.detail-input input,.safety-input input{
    font-weight: 400;
    font-size: 22px !important;
    line-height: 24px !important;
    text-align: right;
    background-color: #FFFFFF !important;
    padding: 16px !important;
    color: #151515 !important;
    border-radius: 6px !important;
    border: 0 !important;
    border-bottom: 2px solid #288AFA !important;
    direction: rtl !important;
}
.detail-submit input,.safety-submit input{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    letter-spacing: 0;
    height: 100%;
    padding: 15px 10px;
    font-family: 'Ploni' !important;
    background-color: #288AFA;
    border: 1px solid #288AFA !important;
}
.detail-submit input:hover{
    background-color: #1D365C;
    border-color: #1D365C !important;
}
.main-safety-form .safety-form .safety-submit input{
    width: 152px;
}
input::placeholder,textarea::placeholder {
    color: #151515;
}
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0px 100px 90px 0px;
}
.hero-down-arrow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 33px;
    text-align: center;
}
.arrow-down-text{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.arrow-down-svg{
    margin: 0 auto;
}
.arrow-down-svg a{
    height: 85px;
    width: 85px;
    border: 1px solid #FFFFFF4D;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

 /* quality section */

.main-quality-sec {
    padding: 100px 0px 65px 0px;
}
h2.sec-title{
    font-weight: 700;
    font-size: 56px;
    line-height: 68.26px;
    text-align: center;
    color: #1D365C;
    margin: 0;
}
.sec-subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #4A8AEF;
    padding: 15px 0px 40px;
}
.quality-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 50px;
}
.quality-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
    overflow: hidden;
}
.quality-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: .3s;
}
.quality_item:hover img {
    transform: scale(1.2);
}
.quality_item {
    height: 450px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
    transition: .4s;
}
.quality_item:not(:has(.quality-link-2)) .quality-link a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.quality_item::after{
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    width: 100%;
    height: 340px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 15px 15px;
    z-index: -1;
}
.quality_arrow {
    height: 70px;
    width: 70px;
    background-color: #288AFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 18px;
    top: 20px;
    transition: .3s;
}
.interested-bg-img:hover .quality_arrow ,
.quality_item:hover .quality_arrow {
     padding-right: 15px;
     padding-bottom: 15px;
}
.quality-link a,.quality-link-2 a{
    font-weight: 700;
    font-size: 34px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    text-align: center;
}
.quality-links:has(.quality-link-2 a){
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 35px;
    border-top: 0.92px solid #FFFFFF80;
    margin: 0px 25px;
    padding: 35px 0px 25px;
}
.quality-links:has(.quality-link-2 a) .quality-link{
    padding-top: 0;
    border-top:0;
    border-left: 0.92px solid #FFFFFF80;
    padding-left: 20px;
}
.quality-links:has(.quality-link-2 a) .quality-link a::before{
    height: 0 !important;
}
.quality-link{
    padding-top: 35px;
    border-top: 0.92px solid #FFFFFF80;
}
.quality-links {
    padding: 25px;
    text-align: center;
    /* width: 100%; */
}

.quality_item:hover{
    background-size: 110%;
    transition: .3s;
}
.quality-link a:hover,.quality-link-2 a:hover{
    color: #288AFA;
}


 /* customers section */


.sec-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1D365C;
    margin-bottom: 30px;
    margin-top: 5px;
}
h2.sec-title-2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 68.26px;
    text-align: center;
    color: #1D365C;
    margin: 0;
}
.customer-logo {
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px #D9E0EA99;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}
.customer-slider .slick-track {
    margin: 20px 0px;
}
.customer-slider .slick-slide{
    margin: 0px 20px;
}
section.main-customers-sec {
    width: 90%;
    margin: 0 auto;
}
.main-customers-sec .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 99;
    background-color: #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.main-customers-sec .slick-next{
    right: -60px;
}
.main-customers-sec .slick-prev{
    left: -60px;
}
.slick-arrow:hover svg path{
    stroke: #1D365C;
}

 /* system section */

section.main-systems-sec {
    padding: 110px 0px 80px;
}
 .systems-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.systems-sec {
    display: flex;
}
.right-content {
    width: 52%;
    border-radius: 20px 20px 20px 0px;
    background-color: #1D365C;
    padding: 20px 27px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.left-img{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.system-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
}
.inner-link a{
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 15px 0px;
    padding-right: 22px;
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0029 12L6.00293 8L10.0029 4' stroke='%23288AFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right top;
}
.inner-link a:hover{
    color: #288AFA;
}
.link-repeter {
    margin: 30px 0px;
    flex-grow: 1;
}

.details-link a{
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
    display: inline-block;
    text-underline-offset: 4px;
    width: fit-content;
    position: relative;
    transition: .3s;
}
.details-link a:hover{
    color: #288AFA;
}
.details-link a:hover::after{
    left: -25px;
}
.details-link a::after{
    content: '';
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0029 12L6.00293 8L10.0029 4' stroke='%23288AFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}
.system-icn {
    height: 100px;
    width: 100px;
    border-radius: 20px;
    background-color: #288AFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.systems-img {
    padding: 20px 0px 20px 20px;
    background-color: #1D365C;
    border-radius: 20px 0px 0px 20px;
    flex-grow: 1;
}
.icn-sec {
    padding: 0px 15px 12px 0px;
    position: relative;
}
.icn-sec ::after{
    content: '';
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/04/Vector-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 40px;
    position: absolute;
    right: -11px;
    bottom: -31px;
    z-index: -1;
}
.desk-img img,.mob-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.desk-img,.mob-img {
    height: 100%;
}
.mob-img{
    display: none;
}

/* safety section */

.safety-sec {
    display: flex;
    gap: 50px;
    margin-top: 100px;
}
.safety-content {
    width: 34%;
}
h2.safety-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 52px;
    color: #1D365C;
}

.safety-subtitle {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #1D365C;
}

.safety-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1D365C;
    padding: 10px 20px 30px 0px;
}

.safety-btn a,.environmental-btn a {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    background-color: #288AFA;
    max-width: 163px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 14px 0px;
    border-radius: 6px;
}
.safety-btn a:hover,.environmental-btn a:hover{
    background-color: #1D365C ;
}
.slider-part {
    width: 66%;
    display: flex;
}
.slide-right {
    padding: 45px;
    background-color: #F6F6F6;
    border-radius: 0px 40px 40px 0px;
    width: 50%;
    padding-left: 15px;
}
h2.slider-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #4A8AEF;
}
.nav-title{
    margin: 38px 0px;
}
.nav-title a{
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    color: #1D365C;
    opacity: 30%;
}
.nav-title a:hover{
    opacity: 100%;
}
.slide-img.slick-initialized.slick-slider {
    width: 50%;
}
.slider-bg-img {
    min-height: 585px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 0px 0px 40px;
    padding: 20px;
    display: flex !important;
    align-items: end;
}
.slider-content {
    padding: 20px 20px 10px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 30px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1D365C;
}

.slider-content strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D365C;
    margin-bottom: 9px;
}
.nav-title a.active {
    opacity: 100%;
    padding-right: 30px;
}
.nav-title a.active::after{
    width: 100%;
}
.nav-title a.active svg{
    display: block;
}
.nav-title a svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    display: none;
}
.nav-title a {
    position: relative;
    transition: .3s;
}
.nav-title a::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #288AFA;
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav-title a:focus {
    outline: none !important;
}
.safety-text li::marker {
    color: #288AFA;
}
.safety-text li {
    padding: 5px 0px
}
.counter-sec{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px #D9E0EA99;
    border-radius: 20px;
    padding: 30px;
    margin-top: 45px;
}
.counter-flex{
    display: flex;
    align-items: center;
}
.counter-item:nth-child(3) .counter-flex {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.counter,.counter-flex span{
    font-weight: 400;
    font-size: 70px;
    line-height: 40px;
    color: #1D365C;
}
.counter-shine {
    font-weight: 400;
    font-size: 70px;
    line-height: 40px;
    color: #1D365C;
}
.counter-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #1D365C;
    margin-top: 15px
}
.counter-item:nth-child(1){
    border: 0;
}
.counter-item {
    padding-right: 30px;
    border-right: 1px solid #288AFA;
}
.counter-flex span {
    display: none;
}
.counter-item:nth-child(4) .counter-flex span {
    display: block;
}
.safety-form {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
}
.safety-form .safety-flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.safety-input input {
    max-width: 245px;
}
.main-safety-form {
    padding-top: 85px;
}

.safety-features{
    .system-title,.inner-link a,.details-link a{
        color: #1D365C;
    }
    .right-content,.system-icn,.systems-img{
        background-color: #F6F6F6;
    }
    .inner-link a:hover,.details-link a:hover{
        color: #288AFA ;
    }
    .icn-sec ::after{
        background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/Vector-3-1.png');
    }
    .inner-link a{
        font-size: 19px;
        line-height: 22px;
    }
}

/* environmental quality section */

.environmental-quality-sec{
    display: flex;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.environmental-link-sec{
    display: flex;
    gap: 60px;
    margin: 30px 0px;
}
.environmental-quality-content {
    backdrop-filter: blur(20px);
    background: #1D365CB2;
    padding: 50px 28px 50px 45px;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
}
.right-link,.left-link{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 15px;
}
.right-link a,.left-link a{
    font-weight: 300;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-right: 30px;
}
.right-link a::after,.left-link a::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4424 12.9863L6.44238 8.98633L10.4424 4.98633' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.environmental-quality-icn {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px #1D365C33;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.environmental-quality-img {
    padding: 20px;
    width: 50%;
}

/* customers recommend section */

.customers-recommend-sec{
    margin: 100px 0px;
}
.customer-review-slider{
    display: flex !important;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin: 25px 0px;
}   
.customer-logos {
    height: 410px;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAF1F3;
    border-radius: 20px;
    position: relative;
}
.customer-logos::after{
    content: '';
    height: 215px;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
}
.customer-review {
    max-width: 730px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 40px 0px #1D365C1A;
    border-radius: 20px;
    padding: 50px 60px 50px 39px;
    position: relative;
}
.review-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #1D365C;
    margin: 30px 0px;
}
.review-ceo {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #1D365C;
}
.revies-quote {
    position: absolute;
    top: -25px;
    left: 45px;
}
.customer-revies-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.customer-revies-slider .slick-arrow {
    height: 70px;
    width: 70px;
    background-color: #F5F6F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 55px;
    z-index: 1;
}
.customer-revies-slider .slick-arrow svg{
    height: 32px;
    width: 32px;
}
.customer-revies-slider .slick-arrow:hover svg path{
    stroke: #1D365C;
}
.customer-revies-slider .slick-next{
    right: 145px;
}
.customer-revies-slider .slick-prev{
    right: 232px;
}


/* contact section */

.contact-bg-img{
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-info {
    background-color: #FFFFFF;
    border-radius: 20px 0px 20px 20px;
    padding: 50px 40px 65px 50px;
}
.contact-sec {
    max-width: 680px;
}
.contact-flex {
    display: flex;
}
.contact-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #1D365C;
    padding: 38px 20px;
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    height: 100%;
}
.contact-icn {
    height: 100px;
    width: 100px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon {
    padding-right: 15px;
    position: relative;
}
.contact-icon::after{
    content: '';
    width: 40px;
    height: 70px;
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/Vector-3-2.png');
    position: absolute;
    bottom: -29px;
    right: -9px;
}
.contact-heding {
    font-weight: 300;
    font-size: 54px;
    line-height: 54px;
    color: #288AFA;
}
.contact-title-2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #1D365C;
    margin-top: 10px;
}
.contact-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #1D365C;
    padding-top: 20px;
}
.contact-detlise {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-icn-2 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #288AFA;
    backdrop-filter: blur(5px);
    background: #FFFFFF1A;
}
.contact-flex-2 {
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-name {
    font-size: 24px;
    line-height: 24px;
    color: #1D365C;
    margin-bottom: 10px;
}
.contact-link a {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #1D365C;
}
.contact-form {
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact-form{
    .safety-form {
        flex-direction: column;
        gap: 20px;
    }
    .safety-input input{
        max-width:100%;
        background-color: #F6F6F6 !important;
    }
    .safety-submit input{
        width: 180px;
    }
}


/* latest projects section */

.main-project-sec{
    background-color: #F6F6F6;
    max-width: 1700px;
    margin: 0 auto;
    border-radius: 40px;
    width: 90%;
    padding: 80px 55px 45px 55px;
}
.project-slider {
    margin-top: 30px;
    margin-bottom: 40px;
}
.project-item {
    height: 340px;
    display: flex !important;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
    transition: .4s;
}
.project-item .quality_arrow {
    height: 50px;
    width: 50px;
}
.project-item::after{
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    height: 195px;
    width: 100%;
    border-radius: 14px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.project-img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
}
.project-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    transition: .3s;
}
.project-slider .slick-slide{
    margin: 0 15px;
}
.project-item .quality-link a{
    font-size: 24px;
    line-height: 26px;   
}
.quality-link a::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.project-item:hover img {
    transform: scale(1.2);
}
.project-slider .slick-arrow,.interested-sec .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    box-shadow: 0px 0px 20px 0px #D9E0EA99;
}
.project-slider .slick-next,.interested-sec .slick-next{
    right: -100px;
}
.project-slider .slick-prev,.interested-sec .slick-prev{
    left: -100px;
}
.project-slider .slick-arrow svg {
    height: 35px;
    width: 35px;
}
.project-slider ul.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}
.project-slider ul.slick-dots li{
    list-style: none;
}
.project-slider ul.slick-dots li button{
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #288AFA66;
	text-indent: -9999px;
}
.project-slider ul.slick-dots li.slick-active button{
	width: 30px;
	border-radius: 6px;
	background-color: #288AFA;
}



ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 60px;
    margin-top: 25px;
}
ul.tabs li{
    list-style: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    max-width: 223px;
    width: 100%;
    cursor: pointer;
    color: #1D365C;
}
li.tab-link.current {
    background-color: #25D366;
    height: 100%;
    border-radius: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
.tab-slider{
    padding: 40px 0px;
}
.coures-item {
    height: 340px;
    padding: 15px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    position: relative;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .3s;
}
.coures-item:hover {
    background-size: 120%;
}
.coures-item:hover .arrow-slide svg {
    transform: translate(-10px, -10px);
}
.flex-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow-slide {
    height: 50px;
    width: 50px;
    background-color: #288AFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-slide svg {
    transition: .3s;
}
.date-slider {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    background-color: #1D365C;
    border-radius: 50px;
    padding: 2px 10px;
    color: #fff;
}
.coures-name a {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    z-index: 9999;
    flex-grow: 1;
    padding-top: 10px;
    transition: .3s;
    z-index: 99;
}
.coures-item:hover .coures-name a{
    color: #288AFA;
}
.coures-name a::after{
    content: '';
    height: 0.92px;
    width: 90%;
    background-color: #fff;
    position: absolute;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
}
.coures-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
}
.coures-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
    border-radius: 15px;
}
.coures-item:hover img {
    transform: scale(1.2);
}
.coures-name a::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.coures-item::after{
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    height: 195px;
    width: 100%;
    border-radius: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tab-slider .slick-slide {
    margin: 0 15px;
}
.tab-slider .slick-arrow{
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px 0px #D9E0EA99;
    z-index: 99;
}
.tab-slider .slick-arrow svg{
    height: 32px;
    width: 32px;
}
.tab-slider .slick-next{
    right: -6%;
}
.tab-slider .slick-prev{
    left: -6%;
}
.courses-link a {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    gap: 10px;
    border-bottom: 1px solid #288AFA;
    display: flex;
    align-items: center;
}
.courses-link {
    width: fit-content;
    margin: 0 auto;
}
.courses-link a svg {
    transition: .3s;
}
.courses-link a:hover {
    color: #288AFA;
}
.courses-link a:hover svg {
    transform: translateX(-5px);
}

/* about page */

/* hero section */

.main-hero-about{
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
    display: flex;
}
.main-hero-about .hero-title {
    color: #FFFFFF;
}
.about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 120px;
}
.hero-about{
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    max-width: 1162px;
    margin-top: 20px;
}
section.main-hero-about::after{
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/Group-1000004484.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.main-sophistication-sec .counter-sec {
    margin-top: -70px;
    z-index: 99;
    position: relative;
    box-shadow: 0px 0px 40px 0px #22385624;
}
.sophistication-sec {
    display: flex;
    gap: 45px;
    margin-top: 90px;
}
.sophistication-img,.sophistication-content {
    width: 50%;
}
h2.sophistication-title{
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: #1D365C;
}
h2.sophistication-title span{
    color: #288AFA;
}
.sophistication-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #1D365C;
}
.sophistication-text p{
    padding: 5px 0px;
}
.sophistication-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.sophistication-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 14px;
    margin: 90px 0px;
}
.sophistication-item {
    padding: 45px 20px 40px 20px;
    background-color: #F6F6F6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.sophistication-icn {
    height: 115px;
    width: 115px;
    background-color: #1D365C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sophistication-item-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #288AFA;
    margin-top: 30px;
    flex-grow: 1;
    padding: 0px 20px;
}
.sophistication-item-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #1D365C;
}
.ceo-sec {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    gap: 50px;
    align-items: flex-start;
}
.ceo-img {
    width: 50%;
    background-color: #ECF5FF;
    border-radius: 16px;
    text-align: center;
}
.ceo-content {
    width: 50%;
}
.ceo-name {
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    text-align: right;
    color: #1D365C;
}

.ceo-postion {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: right;
    color: #288AFA;
    margin: 5px 0px;
}

.ceo-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #1D365C;
}

.ceo-more-text {max-height: 500px;transition: 0.3s;}
.ceo-content:not(.show-all-text) .ceo-more-text {
    max-height: 0px;
    overflow: auto;
}

.ceo-content:not(.show-all-text) .rl-txt , .ceo-content.show-all-text .rm-txt{
    display: none;
}
.ceo-text p {
    padding: 5px 0px;
}
.ceo-link a {
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-style: solid;
    outline: none !important;
}
.ceo-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1D365C;
    margin-top: 20px;
}
section.main-compant-vision-sec {
    padding: 90px 0px;
}
.compant-vision-sec{
    display: flex;
    gap: 30px;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #22385624;
    border-radius: 20px;
}
.compant-vision-title {
    font-weight: 400;
    font-size: 54px;
    line-height: 40px;
    color: #1D365C;
    height: 100%;
    display: flex;
    align-items: center;
}
.compant-vision-right {
    width: 30%;
    position: relative;
    border-left: 1px solid #288AFA;
}
.compant-vision-text li {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 0px;
    color: #1D365C;
}
.compant-vision-text {
    width: 100%;
    padding-right: 20px;
}
.compant-vision-svg {
    position: absolute;
    top: 0;
    right: 0;
}
.compant-vision-text li::marker {
    color: #288AFA;
}
.team-sec {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
.team-item {
    width: calc(33% - 16px);
    background-color: #F6F6F6;
    border-radius: 15px;
    height: fit-content;
}
.team-content {
    padding: 25px;
}
.team-member-img {
    background-color: #E4E4E4;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 15px 15px 0px 0px;
    position: relative;
}
.member-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #1D365C;
    margin-bottom: 5px;
}
.team-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #288AFA;
    margin-bottom: 15px;
}
.team-title-sec{
    font-weight: 400;
    font-size: 48px;
    line-height: 68.26px;
    text-align: center;
    color: #1D365C;
}
.team-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #1D365C;
}
.team-svg a{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #288AFA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    left: 10px;
}

span.rm-txt-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    display: block;
    position: relative;
    color: #1D365C;
}
span.rm-txt-btn:before {
    content: '';
    position: absolute;
    top: -11px;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
}
.team-detlise:has(.rm-txt-btn) .team-text {
    max-height: 210px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.team-detlise.show-all .more-txt,.team-detlise:not(.show-all) .less-txt {
    display: none;
}
span.rm-txt-btn span {
    position: relative;
    cursor: pointer;
}
.show-all.team-detlise:has(.rm-txt-btn) .team-text {
    max-height: initial;
}
.environmental-protection-sec{
    display: flex;
    gap: 70px;
    align-items: center;
    margin: 100px 0px;
}
.environmental-content {
    width: 50%;
}
.environmental-content-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: #1D365C;
}
.environmental-content-title span {
    color: #288AFA;
}
.environmental-content-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    padding-right: 20px;
    color: #1D365C;
}
.environmental-content-text li {
    padding: 10px 0px;
}
.lebal-img {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.environmental-img {
    position: relative;
    width: 50%;
}
.team-sec-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
    margin-bottom: 100px;
}
.team-sec-grid .team-item {
    width: 100%;
}
.team-sec-text{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1D365C;
    max-width: 1162px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 40px;
}



/* thank you section */

h1.thank-title{
    font-weight: 300;
    font-size: 80px;
    line-height: 68.26px;
    color: #FFFFFF;
    text-align: center;
}
.thank-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
}
.thank-btn a {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    background-color: #288AFA;
    border-radius: 6px;
    padding: 18px 36px;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 50px;
}
section.main-thank-sec{
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}
section.main-thank-sec::after{
    content: '';
    height: 100%;
    width: 100%;
    background: #1D365C80;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.thank-hero-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.contact-hero-title {
    font-weight: 300;
    font-size: 80px;
    line-height: 68.26px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}
.contact-subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: right;
    color: #FFFFFF;
}
section.contact-hero {
    height: 450px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.contact-hero::after{
    content: '';
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, rgba(29, 54, 92, 0) 0%, #1D365C 70%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.contact-sec-2{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 90px;
}
.contact-details-sec{
    display: flex;
    gap: 100px;
    margin: 50px 0px 100px; 
}
.contact-details-form-sec{
    width: 65%;
}
.contact-details{
    width: 35%;
}
.contact-form-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: right;
    color: #1D365C;
}
.contact-form-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: right;
    color: #1D365C;
}
.contact-details-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 15px;
}
.main-contact-details-form {
    direction: rtl;
    margin-top: 30px;
}
.contact-details-input input {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: right;
    color: #1D365C !important;
    height: 60px;
    border: 0 !important;
    border-bottom: 2px solid #288AFA !important;
    background-color: #F6F6F6 !important;
    border-radius: 6px !important;
    width: 100% !important;
}
.contact-details-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.contact-details-submit {
    text-align: end;
}
.contact-details-submit input {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    background-color: #288AFA;
    border-radius: 6px;
    padding: 18px 52px;
    margin-top: 30px;
}
.contact-details-input textarea {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: right;
    color: #1D365C !important;
    border: 0 !important;
    border-bottom: 2px solid #288AFA !important;
    background-color: #F6F6F6 !important;
    border-radius: 6px !important;
    width: 100% !important;
    padding: 20px 16px;
    height: 210px;
}
.contact-details-item{
    display: flex;
    gap: 30px;
    align-items: center;
}
.contact-detail-flex{
    display: flex;
    gap: 4px;
}
.contact-details-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: right;
    color: #1D365C;
}
.contact-detail-icon {
    height: 66px;
    width: 100%;
    max-width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #288AFA;
}
.contact-details-repeater {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}
.contact-detail-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #1D365C;
}
.contact-detail-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #1D365C;
}
.contact-detail-link a {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: right;

}


/* service page */

section.main-single-banner {
    max-width: 1485px;
    margin: 0 auto;
    border-radius: 10px;
}
.single-banner {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 450px;
    background-size: 72%;
    display: flex;
    position: relative;
    z-index: 1
}
.single-banner::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/Group-1000004756.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.single-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.breadcrumb-info {
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #288AFA;
    padding: 20px 35px;
}
.breadcrumb-info .breadcrumb_last{
    color: #FFFFFF;
    padding-right: 3px;
}
.breadcrumb-info a {
    color: #FFFFFF;
    padding-left: 3px;
}
.breadcrumb-info img {
    height: 16px;
    width: 16px;
}
h1.single-content-title {
    font-weight: 400;
    font-size: 64px;
    line-height: 68.26px;
    text-align: right;
    color: #FFFFFF;
    padding-right: 40px;
    border-bottom: 4px solid #288AFA;
    display: inline-flex;
    margin-bottom: 60px;
    width: 85%;
}
.advice-form-sec{
    padding: 10px 30px 30px;
    background-color: #288AFA;
    border-radius: 8px;
}
.advice-form-title{
    font-weight: 300;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
}
.advice-form-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.advice-input input {
    width: 100% !important;
    max-width: 100%;
    border-bottom: 2px solid #1D365C !important;
    color: #151515 !important;
    height: 48px;
    padding: 7px 13px !important;
    background: #FFFFFF !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 32.34px !important;
    text-align: right;
    border-radius: 6px !important;
}
.advice-form {
    display: flex;
    direction: rtl;
    gap: 15px;
    margin-top: 12px;
}

.advice-submit input {
    padding: 13px 36px;
    border: 0 !important;
    border-radius: 6px;
    background-color: #1D365C;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    line-height: 110.00000000000001%;
}
.singal-content-detlise {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px; 
    text-align: justify;
    color: #10141C;
}
.singal-content-detlise h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    text-align: right;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E3E6EA;
    color: #1D365C;
}
.singal-content-detlise h2:nth-of-type(1) {
    padding-top: 0;
    border-top: 0;
}
.singal-content {
    width: 65%;
}
.singal-left-form {
    width: 34%;
    position: sticky;
    margin-top: -400px;
    z-index: 99;
    top: 150px;
    margin-bottom: 60px;
}
.further-heding{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #001744;
    position: relative;
}
.further-heding::after {
    content: '';
    height: 1px;
    width: 80%;
    background-color: #288AFA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.further-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}
.further-svg {
    height: 50px;
    width: 50px;
    background-color: #288AFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    left: 8px;
}
.further-img {
    position: relative;
}
.further-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: right;
    color: #001744;
    padding: 15px 20px;
}
.further-item {
    box-shadow: 0px 4px 30px 0px #0017441A;
    border-radius: 6px;
}
.singal-page {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}

.further-img img {
    height: 160px !important;
    width: 100%;
    object-fit: cover;
}
.singal-form-title{
    font-family: Ploni DL 1.1 AAA;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    color: #288AFA;
}
.singal-form-subtitle{
    font-weight: 700;
    font-size: 23px;
    line-height: 54px;
    text-align: center;
    color: #1D365C;
}
.singal-form-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D365C;
}
.wpcf7-form p {
    margin:0;
}
.main-singal-form{
    padding: 35px 50px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #00174426;
    border-radius: 20px;
}
.singal-form {
    margin-top: 20px;
}
.singal-form .safety-form {
    flex-direction: column;
}
.singal-form .safety-flex {
    flex-direction: column;
    width: 100%;
}
.singal-form .safety-input input {
    max-width: 100%;
    height: 56px;
    background-color: #F6F6F6 !important;
}
.singal-form .safety-submit {
    text-align: center;
}
.singal-contact {
    display: flex;
    margin-top: 25px;
}
.singal-contact-item {
    width: 50%;
    margin-right: 20px;
    border-left: 1px solid #E3E6EA;
}
.singal-contact-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #1D365C;
    text-align: right;
    padding: 11px 0px 5px;
}
.singal-icn {
    height: 54px;
    width: 54px;
    border: 1px solid #288AFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singal-contact-item:nth-child(2) {
    border: 0;
}
.Safety-trustees-sec {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-position: -20% center;
    margin: 40px 0;
}
.Safety-trustees-sec::after{
    content: '';
    background: linear-gradient(90deg, rgba(236, 245, 255, 0) 0, #ECF5FF 15%);
    height: 100%;
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.Safety-trustees-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    text-align: right;
    color: #1D365C;
    margin-bottom: 10px;
}
.Safety-trustees-text {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    text-align: right;
    color: #288AFA;
    width: 480px;
}
.safety-trustees-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.safety-date-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    color: #1D365C;
}
.course-link a {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #1D365C;
    border-radius: 6px;
    border: 2px solid #288AFA
}
.safety-date-sec {
    display: flex;
    gap: 11px;
    align-items: center;
}
.safety-date-svg {
    height: 55px;
    width: 100%;
    max-width: 55px;
    border-radius: 50%;
    background-color: #288AFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singal-contact-detlise {
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    color: #1D365C;
    text-align: right;
}
.singal-contact-detlise a {
   text-decoration: underline;
   text-decoration-style: solid;
   color: #1D365C;
}
.main-table-of-content {
    margin-top: 50px;
    position: sticky;
    top: 110px;
  }
  .services-right-details #ez-toc-container{
    display: none;
  }
  #ez-toc-container {
    background: #BFDCFE;
    border-radius: 10px;
    line-height: 1.2;
    border: none;
    padding: 0;
    width: 100%;
    margin: 0 !important;
  }
  div#ez-toc-container .ez-toc-title {
    font-weight: 300;
    font-size: 34px;
    line-height: 54px;
    text-align: right;
    display: block;
    padding: 7px 9px;
    color: #288AFA;
    padding-right: 60px;
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/icons8-index-1-1.png');
    background-repeat: no-repeat;
    background-position: right 17px center;
  }
  .ez-toc-title-container {
    position: relative;
  }
  #ez-toc-container a.ez-toc-toggle {
  display: none;
  }
  #ez-toc-container .ez-toc-title-toggle {
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53979 9.28027L12.3349 15.0754L18.1301 9.28027' stroke='%231D365C' stroke-width='1.54537' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    left: 15px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    transform-origin: center;
  }
  #ez-toc-container .ez-toc-title.closed + .ez-toc-title-toggle {transform: translateY(-50%);}
  #ez-toc-container.toc_close .ez-toc-title-toggle {
    transform: rotate(180deg) translateY(50%);
  }
  #ez-toc-container .ez-toc-list {
    padding: 10px 20px !important;
    height: 100%;
    overflow-y: auto;
  }
  #ez-toc-container a {
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 22px !important;
    text-align: right;
    color: #1D365C !important;
    gap: 8px;
  }
  #ez-toc-container a:hover , #ez-toc-container a.active {
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #0D2024 !important;
  }
  .main-table-of-content ul li:not(:last-of-type) {
    margin-bottom: 10px !important;
  }
  .interested-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    border-radius: 15px;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    width: 95% !important;
    position: relative;
    z-index: 1;
}
.interested-bg-img::after{
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    height: 338px;
    width:100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 15px
}
.main-interested-sec{
    max-width: 90%;
    width: 1400px;
    margin: 60px auto;
    border-top: 1px solid #E3E6EA;
    padding-top: 30px;
}
.interested-title{
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #1D365C;
}
.singal-content-detlise div#ez-toc-container {
    display: none;
}





.articles-hero-title{
    font-weight: 400;
    font-size: 64px;
    line-height: 68.26px;
    color: #FFFFFF;
    border-bottom: 4px solid #288AFA;
    margin-top: 60px;
    display: inline-block;
}
.articles-hero-text {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    max-width: 400px;
}
.articles-hero {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    margin-bottom: 60px;
}
.articles-hero::after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://shachar-safety.ussl.store/wp-content/uploads/2025/05/Group-1000004485-1.png');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}
.fillter-btns a {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    background: #0000004D;
    padding: 11px 20px;
    border-radius: 50px;
    border: 2px solid #288AFA;
    color: #FFFFFF;
}
.fillter-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -11%;
    z-index: 99;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.fillter-btns a {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    background: #0000004D;
    padding: 11px 20px;
    border-radius: 50px;
    border: 2px solid #288AFA;
    color: #FFFFFF;
}
.articles-item {
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    padding: 20px;
}
.articles-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 90px;
}
.articles-item::after {
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}
.articles-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-arrow {
    height: 50px;
    width: 50px;
    background-color: #288AFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.articles-item:hover  .article-arrow{padding: 0 15px 15px 0px;}
.article-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
    padding: 1px 10px;
    background-color: #1D365CCC;
    border-radius: 50px;
}
.article-title{
    text-align: center;
    border-top: 0.67px solid #FFFFFF80;
}
.project-part{
    cursor: pointer;
}
.project-part .article-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 18.94px;
    color: #FFFFFF;
    transition: .3s;
    padding-top: 20px;
}
.article-title a{
    font-weight: 700;
    font-size: 24px;
    line-height: 18.94px;
    color: #FFFFFF;
    padding-top: 11px;
    transition: .3s;
    display: flex;
    justify-content: center;
    height: 64px;
    align-items: center;
}
.article-title a:hover,.project-part .article-title:hover{
    color: #288AFA;
}
.article-title a::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.fillter-btns a:hover, .fillter-btns a.active {
    color: #FFFFFF;
    background-color: #288AFA;
}
.article-singal-banner {
    height: 450px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}
.article-singal-banner::after {
    content: '';
    height: 285px;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.single-article-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 62px;
    text-align: right;
    color: #FFFFFF;
    padding: 35px;
}
.about-author-sec {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 26px 20px 20px 35px;
    box-shadow: 0px 4px 30px 0px #0017441A;
    border-radius: 10px;
}
.about-author:not(.active) .amtxt, .about-author:not(.active) .abmtxt, .about-author.active .abtxt {
    display: none;
}

.about-author.active .about-author-sec {
    align-items: flex-start;
}

.author-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-align: right;
    color: #1D365C;
}
.author-text p{
    margin:0;
}
.author-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: right;
    color: #1D365C;
    padding: 6px 0px;
}
.toggle-author-txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #1D365C;
}

.author-img img {
    height: 130px;
    max-width: 130px;
}
.about-author-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    color: #1D365C;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.about-author-title::after {
    content: '';
    width: 83%;
    height: 1px;
    background-color: #288AFA;
    position: absolute;
    top: 50%;
    left: 0;
}
.author-link {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.article-title-mob {
    display: none;
}
.social-detlise{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #E3E6EA;
}
.author-profile-img {
    height: 52px;
    max-width: 52px;
}
.author-box {
    display: flex;
    align-items: center;
}
.author-profile-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    padding-right: 12px;
    padding-left: 5px;
}
.author-box a {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 10%;
    color: #288AFA;
}
.social-info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #1D365C;
}
.social-info {
    display: flex;
    gap: 12px;
    align-items: center;
}
.social-icns a img {
    max-width: 20px;
}
.social-icns a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.21px solid #288AFA;
    border-radius: 50%;   
}
.social-icns {
    display: flex;
    gap: 9px;
}
.social-icns a:hover img{
    filter: invert(1);
}
.social-icns a:hover{
    background-color: #288AFA;
}
.table-content-wrap{
    margin-top: 30px;
}
.singal-content .table-content-wrap{
    display: none;
}
.course-title{
    font-weight: 700;
    font-size: 34px;
    line-height: 26px;
    color: #1D365C;
}
.course-title:hover{
    color: #288AFA;
}
.course-date{
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    color: #1D365C;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 1px 10px;
    background-color: #DEEDFE;
    border-radius: 50px;
    margin: 20px 0px;
    width: max-content;
}
.objective-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1D365C;
}
.objective-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1D365C;
}
.course-site-link a{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0px 20px;
}
.course-site-link a span{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1D365C;
    border-bottom: 1px solid #288AFA;
}
.course-loop-item{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 80px 0px;
    gap: 30px;
}
.course-img {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}
.course-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
    transition: .3s;
}
.course-item:hover img {
    transform: scale(1.2);
}
.course-img::after {
    content: '';
    background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 100%);
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.course-item {
    border-radius: 15px 15px 10px 10px;
}
.course-content {
    padding: 29px 25px 15px 25px;
    box-shadow: 0px 4px 30px 0px #0017441A;
    border-radius: 0px 0px 10px 10px;
}
.course-site-link-icn {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #288AFA;
    border-radius: 50%;
    transition: .3s;
}
.course-site-link a:hover span {
    color: #288AFA;
}
.course-site-link a:hover svg {
    transform: translatex(-10px);
}
.course-site-link-icn svg {
    transition: .3s;
}
.course-addresh {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #1D365C;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 12px;
    border-top: 1px solid #E3E6EA;
}
.course-detlise {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
h2.course-heding {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
    margin: 0;
}
.singal-course-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    color: #FFF;
}
.singal-course-detlise {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -14%;
    z-index: 999;
    position: relative;
    margin-bottom: 80px;
}
.mb {
    margin-bottom: 150px !important;
}
.course-detlise-item {
    padding: 0px 15px;
    border-left: 1px solid #288AFA
}
.course-icn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-detlise-item:nth-child(3) {
    border: 0;
}
.singal-monday-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: #288AFA;
}
.singal-monday-subtitle {
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    color: #1D365C;
}
.singal-monday-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #1D365C;
    padding: 15px 0px;
}
.monday-form {
    padding: 35px;
}
.monday-form-link a {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #288AFA;
    color: #FFFFFF;
    border-radius: 6px;
}
.monday-form-content{
    padding-right: 20px;
}
.monday-form-content li {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    padding: 10px 0px;
    color: #1D365C;
}
.monday-form-content li::marker{
    color: #288AFA;
}
.question-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    position: relative;
    color: #1D365C;
    z-index: 99;
}
.question-title::before {
    content: '';
    height: 1px;
    width: 30%;
    background-color: #E3E6EA;
    position: absolute;
    right: 0;
    top: 50%;
}
.question-title::after {
    content: '';
    height: 1px;
    width: 30%;
    background-color: #E3E6EA;
    position: absolute;
    left: 0;
    top: 50%;
}
.singal-content-detlise img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.singal-content-detlise p:has(img){
    padding: 50px;
    background-color: #BFDCFE4D;
    border-radius: 10px;
    margin: 40px 0 !important;
}
.singal-content-detlise ul {
    margin: 15px 0;
}

.singal-content-detlise li {
    margin: 10px 0;
    list-style: none;
    position: relative;
    padding-right: 20px;
}

.singal-content-detlise li:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #288AFA;
    border-radius: 30px;
}
.course-interested{
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #1D365C;
    padding: 30px 0px;
    border-top: 1px solid #E3E6EA;
}
.mn {
    margin: 0 !important;
}
.adrahot-sec{
    margin: 50px 0px;
}
section.project-sec {
    margin: 70px 0px;
}
.articles-pr,.articles-part {
    padding-right: 30px !important;
}

.project-part .articles-flex {
    justify-content: flex-end;
}
div#project-popup {
    width: 100%;
    max-width: 924px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 14px;
    overflow: hidden;
}
.project-popup-img, .project-popup-slider-wraper {
    width: 100%;
}
.project-popup-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.project-popup-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 43.09px;
    text-align: right;
    color: #FFFFFF;
}
.project-popup-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 43.09px;
    text-align: right;
    color: #FFFFFF;
}
.project-popup-content {
    padding: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 54, 92, 0.9) 0%, rgba(29, 54, 92, 0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.project-popup-slider img {
    max-height: 70vh;
    object-fit: cover;
}

.project-popup-slider .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(11, 25, 45, 0) 0%, rgba(11, 25, 45, 0.9) 100%);
}

.project-popup-slider .slick-arrow.slick-prev {
    right: initial;
    left: 0;
    background: linear-gradient(270deg, rgba(11, 25, 45, 0) 0%, rgba(11, 25, 45, 0.9) 100%);
}

.project-popup-slider .slick-arrow svg {
    width: auto;
    height: 80px;
}

.project-popup-slider .slick-arrow svg path {stroke-width: 1px;stroke: #fff;}
button.mfp-close {
    height: 60px;
    width: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1191 7.00002L7.11914 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.11914 7.00002L21.1191 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px !important;
    background-color: #288AFA;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    right: initial;
    opacity: 1;
}
.mfp-close:active {
    top: 15px !important;
}

/* simapl text page */

.text-page-content h1.single-content-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    text-align: right;
    color: #288AFA;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}
.text-page-content p.single-content-text{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    text-align: right;
    color: #1D365C;
}
.text-page-detlise h2{ 
    font-size: 30px !important;
}
.text-page-content .breadcrumb-info {
    color: #1D365C;
    padding: 0;
    padding-bottom: 30px;
}
div#footer-inner {
    background-color: #1D365C;
}
span.foot-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF4D;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.footer-contact {
    display: flex;
    gap: 13px;
}
.footer-contact-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}
.footer-contact-text a {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #FFFFFF;
}
.footer-social-icn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}
.social-icn-item a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #1D365C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-address-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.social-icn-item a:hover{
    background-color: #FFFFFF;
}
.social-icn-item a:hover svg path{
    fill: #1D365C;
}
.footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}
a.footer-link {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-align: right;
    color: #FFFFFF;
    position: relative;
}
a.footer-link:after {
    content: '';
    height: 1px;
    width: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #FFFFFF;
    transition: .3s;
}
a.footer-link:hover::after {
    width: 100%;
}
.footer-row-1 {
    padding-top: 60px;
}
.footer-logos {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.rights {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}
.footer-bottem-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border-top: 1px solid #FFFFFF33;
    margin-top: 30px;
}
.footer-menu-wrap:nth-child(1) .foot-title {
    background-image: none;
}
.footer-bottom-links {
    display: flex;
    flex-direction: row-reverse;
    gap: 7px;
}
.digitouch-link a svg {
    display: flex;
}
.uiux-link a,.promotion-link a,.statement-link a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.statement-link a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.digitouch-link {
    padding-right: 7px;
    display: flex;
    align-items: center;
}
.promotion-link {
    padding-right: 30px;
}
.footer-bottom-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}
.footer-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.floating-contact-details {
    display: none;
}
.main-further-sec,.advice-form-sec {
    margin: 30px 0px;
}
.table-content-mob{
    display: none;
}
.footer-contact svg {
    height: 20px;
    max-width: 20px;
    width: 100%;
}
.mnone{
    margin: 0;
}
.dark-color{
    padding: 13px 0px;
}
.dark-color,.dark-color a,.dark-color .breadcrumb_last{
    color: #1D365C;
}
.dark-color img {
    filter: invert(1);
    height: 16px;
    width: 16px;
}
.singal-content .monday-form{
    display: none;
}
.main-safety-form .safety-input input {
    background-color: #F6F6F6 !important;
}
a.head-popup-btn {
    border: 2px solid #288AFA;
    font-weight: 700;
    font-size: 22px;
    line-height: 19px !important;
    color: #1D365C;
    padding: 13px 27px;
    border-radius: 6px;
    transition: .3s;
}
a.head-popup-btn:hover {
    background-color: #288AFA;
    color: #FFFFFF;
}
a.head-call-btn {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px !important;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.head-btns {
    display: flex;
    gap: 30px;
}
.head-call-btn span {
    display: flex;
}

.head-popup{
    display: flex;
    width: 100%;
    max-width: 880px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00174426;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}
.popup-form,.popup-img{
    width: 50%;
}
.popup-img{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
}
.popup-form {
    padding: 35px 45px;
}
.head-popup{
    display: none;
}
.mfp-content .head-popup {
    display: flex;
}
.page-template-about button.mfp-close {
    height: 45px;
    width: 45px;
    top: -60px;
}
button.mfp-close:hover {
    background-color: #1D365C;
}
.main-team-sec h2.sec-title {
    font-weight: 400;
    font-size: 74px;
    line-height: 68.26px;
    text-align: center;
    color: #1D365C;
}
div#top-bar-inner {
    padding: 0 80px;
}

#top-bar-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#top-bar-content:after {
    display: none;
}

div#site-logo {
    float: right;
}

.after-header-content {
    float: left;
}

.gt_switcher.notranslate {
    position: relative;
    overflow: visible !important;
}

.gt_option {
    position: absolute !important;
    top: 100%;
    left: 0;
}

 .gtranslate_wrapper .gt_switcher .gt_selected a {
    border: none !important;
    color: #1D365C !important;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 24px;
    background: transparent;
    position: relative;
    box-sizing: border-box !important;
    padding-left: 20px !important;
    outline: none !important;
}

.gt_selected {
    background: transparent !important;
}

 .gt_switcher .gt_selected a:after {
    right: initial !important;
    left: 0;
}
span.topbar-content {
    display: flex;
    align-items: center;
}

.topbar-search-btn {
    display: flex;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #288AFA;
    cursor: pointer;
}
div#top-bar-nav .menu-item a {
    color: #1D365C;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
}

/* div#top-bar-nav .top-bar-menu >.menu-item:not(:last-child) >a {
    border-right: 1px solid #288AFA;
    padding-right: 20px;
} */
div#top-bar-nav {direction: ltr;}
body:not(.header-scrolled):has(.header-transparent) #top-bar-wrap , body:not(.header-scrolled):has(.header-transparent) header#site-header {
    background-color: transparent;
    position: fixed;
    width: 100%;
}

header#site-header {
    position: sticky;
    top: 0;
    transition: 0.3s;
}

div#top-bar-wrap {
    position: sticky;
    top: 75px;
    transition: 0.3s;
}

body:not(.header-scrolled):has(.header-transparent) header#site-header,
body:not(.header-scrolled):has(.header-transparent) a.menu-link ,
body:not(.header-scrolled):has(.header-transparent) a.head-call-btn ,
body:not(.header-scrolled):has(.header-transparent) a.head-popup-btn ,
body:not(.header-scrolled):has(.header-transparent) .gtranslate_wrapper .gt_switcher .gt_selected a,
body:not(.header-scrolled):has(.header-transparent) .topbar-search-btn,
body:not(.header-scrolled):has(.header-transparent) .topbar-search-btn input[type="search"]::placeholder {
    color: #fff !important;
}
body:not(.header-scrolled):has(.header-transparent) .topbar-search-btn input[type="search"] {
        border-bottom: 1px solid #fff !important;
    color: #fff;
}
body:not(.header-scrolled):has(.header-transparent) .gtranslate_wrapper .gt_switcher .gt_selected a::after {
    filter: invert(1) brightness(5.5);
}
body:not(.header-scrolled):has(.header-transparent) .custom-logo {
    opacity: 0;
}
body:not(.header-scrolled):has(.header-transparent) .custom-logo-link {background-image: url(https://shachar-safety.ussl.store/wp-content/uploads/2025/05/logo.png-2-1.svg);background-size: contain;background-repeat: no-repeat;display: block;background-position: center;}
body:not(.header-scrolled):has(.header-transparent) #top-bar-wrap {
    border: none;
}

body:not(.header-scrolled):has(.header-transparent) header#site-header {
    border-color: rgb(255 255 255 / 20%);
}
body:not(.header-scrolled):has(.header-transparent) .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background-color: transparent;
}
.topbar-search-btn input[type="search"] {
    border: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.topbar-search-btn form.searchform {
    max-width: 0;
    overflow: hidden;
    transition: 0.3s;
}
.search-submit-btn {
    display: flex;
    align-items: center;
}
.topbar-search-btn.active form.searchform {
    max-width: 200px;
}
.dropdown-menu li a.menu-link i {
    float: left;
    margin-left: 0 !important;
    font-size: 12px;
}
.dropdown-menu .sub-menu {
    border: none;
    border-radius: 6px;
    overflow: hidden;
}
.dropdown-menu .sub-menu a.menu-link , body:not(.header-scrolled):has(.header-transparent) .dropdown-menu .sub-menu a.menu-link {
    color: #1D365C !important;
    font-weight: 400 !important;
}

div#top-bar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


a.menu-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1D365C;
}

#top-bar-nav>ul>li {
    margin: 0;
    padding: 0px 15px;
}

#menu-main-menu > li{
    position: relative;
}
#menu-main-menu > li::after {
    content: '';
    height: 15px;
    width: 1px;
    background-color: #288AFA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#top-bar-nav>ul>li:first-child::after{
    display: none;
}
.sub-menu {
    max-width: 220px !important;
    padding: 3px 10px;
}
ul.sub-menu li a:hover{
    background-color: #BFDCFE66 !important;
    border-radius: 4px !important;
    color: #288AFA !important;
}

ul.sub-menu li a:hover {
    background-color: #BFDCFE66;
    border-radius: 4px;
}

.gt_option a {
    padding: 10px !important;
}

.gt_option {
    background-color: #FFFFFF !important;
    border-radius: 6px;
    border: 0 !important;
    box-shadow: 0px 18px 20px 0px #0000002E;
    border-top: 2px solid #288AFA !important;
    padding: 5px;
}

.gt_option a:hover {
    background-color: #BFDCFE66 !important;
    border-radius: 6px;
}
div#top-bar-nav .menu-item a:hover {
    color: #288AFA !important;
}
.singal-form .safety-submit {
    margin-top: 15px;
}
 .safety-submit input:hover {
    background-color: #1D365C !important;
}
.interested-sec .quality-links {
    width: 100% !important;
}
.study-subjects-sec {
    padding: 25px 40px 35px 20px;
    background-color: #BFDCFE4D;
    border-radius: 10px;
    margin: 40px 0px;
}
.study-subjects-title h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #1D365C;
    margin: 0;
}
.study-subjects-title {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.study-subjects-name {
    border-top: 1px solid #BEE9F2;
    padding-top: 20px;
}
ul.study-subjects-name li {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
    color: #10141C;
    padding-right: 20px;
}
ul.study-subjects-name li::marker {
    color: #288AFA;
}
.study-subjects-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: justify;
    color: #10141C;
}
.course-register-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #288AFA;
    border-radius: 8px;
    padding: 1px 30px;
    margin: 30px 0px;
}
.course-register-btn span{
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
}
.course-register-btn:hover {
    background-color: #1D365C;
}
.hero-course-date {
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    gap: 4px;
    padding: 5px 10px;
    background-color: #288AFA;
    border-radius: 50px;
    margin: 20px 40px;
    width: fit-content;
}
.highlight-animation {
      background-color: #288AFA4D;
  background: linear-gradient(to right, #288AFA4D 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200%;
  background-position: -100% 0;
  transition: 0.6s ease-in-out;
}
.highlight-animation.active {
    background-position: 0 0;
}
ol.process-item strong {
    color: #288AFA;
}
ol.process-item li {
    list-style: decimal;
    padding: 0;
}
ol.process-item li::before {
    display: none;
}
ol.process-item li::marker {
    color: #288AFA;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.course-item-temp {
    margin: 0 0 70px;
}
.text-page-detlise {
    margin-bottom: 70px;
}
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.oceanwp-pagination.clr{
    grid-column: 1 / 5;
}
h1.search-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 68.26px;
    color: #1D365C;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    border-bottom: 3px solid #288AFA;
    margin-bottom: 70px;
}

h1.search-title span {
    color: #288AFA;
}
a.page-numbers {
    background-color: #FFF;
    border-color: #1D365C;
    color: #1D365C;
    font-size: 18px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

span.page-numbers.current {
    border-color: #1D365C;
    color: #FFFFFF;
    background-color: #1D365C;
    font-size: 18px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
a.page-numbers:hover {
    background-color: #1D365C;
    color: #FFFFFF;
}
.project-popup-title a {
    color: #FFFFFF;
}
a#scroll-top {
    height: 58px;
    width: 58px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #288AFA;
    background-color: #1D365C;
    border-radius: 50%;
    bottom: 165px;
    z-index: 9999;
    opacity: 1 !important;
}
a#scroll-top i {
    display: none;
}
a#scroll-top::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1587 16.5732L12.1587 8.57324L3.15869 16.5732' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50% , 50%);
    transition: .3s;
}
a#scroll-top:hover::after {
    bottom: 70%;
}
a#scroll-top:hover {
    background-color: #1D365C;
}
.form-position {
    position: initial;
    margin: 0;
}
p#breadcrumbs {
    margin: 0;
}
ol.process-item {
    padding-right: 40px;
}
.singal-content-detlise ul {
    padding-right: 20px;
}
.breadcrumb-info.breadcrumb-hero {
    position: absolute;
    top: 140px;
    padding: 0;
    z-index: 999;
}
.study-subjects-title h2 {
    margin: 0 !important;
}
.floating-button a {
    height: 60px;
    width: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-floating {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999;
}
h2.sec-title-3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 68.26px;
    text-align: center;
    color: #1D365C;
}
.slider-content p {
    margin: 0;
    padding-bottom: 9px;
}
#ez-toc-container .ez-toc-list a.active {
    padding: 10px 15px;
    background-color: #A9D1FF;
    border-radius: 6px;
    color: #1D365C;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    width: 100%;
}
.ez-toc-list li {
    padding: 5px 0px !important;
}
.gt_switcher.notranslate {
    width: 100% !important;
}
.gt_selected a {
    width: 100% !important;
}
#site-logo #site-logo-inner a {
    width: 180px !important;
    height: 65px;
}
a.custom-logo-link img.custom-logo {
    max-width: 180px !important;
    height: 65px;
}
.sub-sec-text {
    padding-top: 30px;
}
.safety-text ul {
    margin: 0;
}
.main-safety-form .safety-input input {
    background-color: #F6F6F6 !important;
}
.compant-vision-text ul {
    margin: 0;
}
.compant-vision-text li {
    padding: 10px 0px;
}
.team-text p {
    margin: 0;
}
.artical-width {
    max-width: 500px !important;
    width: 100%;
}
.singal-form .safety-submit input {
    width: 181px;
}
.cource-width {
    max-width: 470px !important;
}
.rights p {
    margin: 0;
}
.header-overlay::before {
    content: '';
    background: linear-gradient(0deg, rgba(11, 11, 11, 0) 0%, #0B0B0B 100%);
    height: 225px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.course-objective {
    flex-grow: 1;
}
.course-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.course-item {
    display: flex;
    flex-direction: column;
}
.adrahot-link{
    padding-top: 15px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adrahot-links{
    padding: 15px 25px;
}
.header-top-overlay::before {
    content: '';
    background: linear-gradient(0deg, rgba(11, 11, 11, 0) 0%, #0B0B0B 100%);
    height: 223px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.category-description > img {
    margin: 80px 40px;
    box-shadow: 0px 0 0px 40px #BFDCFE4D;
    max-width: calc(100% - 80px);
    display: block;
}

@media (max-width: 1750px){
    .hero-down-arrow{
        display: none;
    }
}
@media (max-width: 1800px) and (min-width: 1600px){
    .date-slider {
        font-size: 16px;
        padding: 2px 8px;
    }
    .arrow-slide {
        height: 45px;
        width: 45px;
    }
}
@media (max-width: 1540px){
    div#top-bar-nav .menu-item a{
        font-size: 17px;
    }
    div#top-bar-inner {
        padding: 0 50px;
    }
    #top-bar-nav>ul>li {
        padding: 0px 10px;
    }
    .topbar-search-btn{
        margin: 0;
    }
}
@media (max-width: 1466px){
    .main-singal-form {
        padding: 25px 30px;
    }

} @media (max-width: 1440px){
    .customer-revies-slider .slick-next{
        right: 85px;
    }
    .customer-revies-slider .slick-prev{
        right: 170px;
    }
    .fillter-btns {
        margin-top: -210px;
    }
    div#top-bar-nav .menu-item a {
        font-size: 15px;
    }
    #site-navigation-wrap .dropdown-menu >li >a {
        padding: 0px 15px !important;
        font-size: 16px !important;
    }
    .singal-course-detlise {
        margin-top: -16%;
    }
}
@media (max-width: 1366px){
    body.sidr-open .oceanwp-mobile-menu-icon.mobile-right a{
        outline: none;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.15332 16.7782L16.7097 1.22185' stroke='%23288AFA' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.15332 1.2218L16.7097 16.7782' stroke='%23288AFA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        background-size: 17px;
    }
    
    .oceanwp-mobile-menu-icon.mobile-right a{
        line-height: 1;
        display: inline-flex;
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 1.93382L0.999999 1.93383' stroke='%23288AFA' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25 10.1536L13 10.1536' stroke='%23288AFA' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25 17.9338L0.999999 17.9338' stroke='%23288AFA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0;
        width: 25px;
        height: 25px;
        outline: none !important;
    }
    .oceanwp-mobile-menu-icon.mobile-right {
        float: right;
        width: 100%;
        display: flex;
    }
    div#top-bar-wrap {
        display: none;
    }

    #site-logo #site-logo-inner {
        height: auto;
    }

    body.sidr-open header#site-header {
        background-color: #fff !important;
    }
    body.sidr-open .custom-logo {
        opacity: 1 !important;
    }
    .customer-revies-slider .slick-next{
        right: 55px;
    }
    .customer-revies-slider .slick-prev{
        right: 138px;
    }
    div#top-bar-nav .menu-item a {
        font-size: 14px;
    }
    #sidr .gtranslate_wrapper .gt_switcher .gt_selected a{
        font-size: 16px !important;
        color: #000 !important;
    }
    #sidr .gtranslate_wrapper .gt_switcher .gt_selected a:after {
        filter: none !important;
    }
    div#sidr {
        width: 100%;
        top: 60px;
        right: -100%;
        height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        padding-right: 24px;
        padding-left: 24px;
    }
        .minimal-header.left-menu #site-logo,#site-header-inner {
        padding: 0 !important;
    }
        div#site-header-inner {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
        header#site-header {
        padding: 12px 15px;
    }
    a.custom-logo-link img {
        max-width: 85px;
        height: 35px;
    }
    .mobile-menu span {
        display: none;
    }
        .sidr-inner:nth-child(2) {
        order: -1;
    }
    .sidr-inner:nth-child(1) li.sidr-class-menu-item {
        border: none;
    }
    .sidr-inner:nth-child(1) li.sidr-class-menu-item a {
        padding: 0 !important;
    }
    #sidr a.head-popup-btn {
        margin: 20px 0;
        text-align: center;
        color: #1D365C !important;
    }
    .gtranslate_wrapper {
        margin-right: auto;
        width: 100%;
    }
    body.sidr-open {
        position: static !important;
    }
    a.sidr-class-menu-link {
        font-weight: 500;
        font-size: 21px !important;
        color: #1D365C;
        padding: 10px 0px !important;
    }
    li.sidr-class-menu-item {
        border-top: 1px solid #1D365C33;
        border-bottom: 1px solid #1D365C33;
    }
    span.sidr-class-dropdown-toggle {
        display: none;
    }
    .sidr-class-dropdown-menu ul a:before {
        display: none;
    }
    ul.sidr-class-sub-menu {
        background-color: #FFFFFF;
        padding: 0px 15px 15px 0px;
        border: 0;
    }
    .sidr-class-sub-menu a.sidr-class-menu-link {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }
    .sidr-class-sub-menu li.sidr-class-menu-item {
        border: 0;
    }
    .sidr-class-dropdown-menu .sidr-class-dropdown > a{
        transition: .3s;
    }
    .sidr-class-dropdown-menu .sidr-class-dropdown > a::after{
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231D365C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
    }
    .sidr-class-dropdown-menu .sidr-class-dropdown.active > a::after {
        transform: rotate(180deg) translateY(50%);
    }
    .breadcrumb-info.breadcrumb-hero {
        top: 70px;
    }
    body:not(.header-scrolled):has(.header-transparent) header#site-header {
        border: 0;
    }
}


@media (max-width: 1024px){
    .quality-repeater {
        grid-template-columns: 1fr 1fr;
    }
    .main-customers-sec .slick-arrow{
        display: none !important;
    }
    section.main-customers-sec {
        width: 100%;
    }
    .customer-slider .slick-track.slick-track {
        padding: 0px 10%
    }
    .customer-slider .slick-slide{
        margin: 0px 10px;
    }
    .systems-part {
        grid-template-columns: 1fr;
    }
    .safety-sec {
        flex-direction: column;
        margin-top: 50px;
    }
    .safety-content {
        width: 100%;
    }
    .slider-part {
        width: 100%;
    }
    .slide-right {
        padding: 30px 20px;
    }
    .counter-sec {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        padding: 20px 10px;
    }
    .counter-item {
        padding-right: 15px;
    }
    .counter-item:nth-child(3){
        border: 0;
    }
    .environmental-link-sec {
        flex-direction: column;
        gap: 15px;
    }
    .right-link, .left-link {
        width: 100%;
    }
    .project-slider .slick-next{
        right: 20px;
    }
    .project-slider .slick-prev{
        left: 20px;
    }
    .main-project-sec{
        padding: 45px 0px;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        margin-bottom: 50px;
    }
    .tab-slider .slick-next{
        right: 15px;
    }
    .tab-slider .slick-prev{
        left: 15px;
    }
    .tab-slider .slick-list{
        padding: 0px 5%;
    }
    .project-slider .slick-list {
        padding: 0px 5%;
    }
    .tab-slider .slick-slide {
        margin: 0 8px;
    }
    .sophistication-repeater {
        grid-template-columns: 1fr 1fr;
    }
    .team-item {
        width: 47%;
    }
    .team-sec-grid {
        grid-template-columns: 1fr 1fr;
    }
    .contact-details-sec {
        flex-direction: column;
        gap: 60px;
        margin: 30px 0px 70px; 
    }
    .contact-details-form-sec,.contact-details{
        width: 100%;
    }
    .singal-page {
        flex-direction: column;
        gap: 0px;
    }
    .singal-content,.singal-left-form{
        width: 100%;
        margin: 0;
    }
    .articles-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .oceanwp-pagination.clr {
        grid-column: 1 / 4;
    }
    .singal-left-form .table-content-wrap{
        display: none;
    }
    .singal-left-form .table-content-wrap{
        display: none;
    }
    .singal-content .table-content-wrap,.table-content-mob{
        display: block;
    }
    .course-loop-item {
        grid-template-columns: 1fr 1fr;
    }
    .footer-menus {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .main-singal-form {
        margin: 0;
        margin-top: 50px !important;
    }
    .table-content-mob{
        margin: 20px 0px;
        width: 100%;
        display: flex;
    }
    div#ez-toc-container .ez-toc-title {
        padding: 0 41px;
        font-size: 24px;
        line-height: 41.73px;
        text-align: right;
        background-position: right 11px center;
        background-size: 23px;
    }

    #ez-toc-container a {
        font-size: 18px !important;
    }

    #ez-toc-container .ez-toc-list {
        min-height: 100%;
    }
    .singal-content .monday-form{
        display: block;
    }
    .singal-left-form .monday-form{
        display: none;
    }
    section.main-thank-sec{
        padding: 20px 0px;
    }

}
@media (max-width: 768px){
       .category-description > img {
    margin: 40px 20px;
    box-shadow: 0px 0 0px 20px #BFDCFE4D;
    max-width: calc(100% - 40px);
    border-radius: 5px;
}
    .singal-content-detlise h2 {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 34px;
        line-height: 38px;
    }

    /* hero section */


    .hero-content {
        padding: 0 12px;
    }
    .hero-title {
        font-size: 44px;
        text-align: center;
    }
    .hero-subtitle {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        margin: 0px 0px 15px;
    }
    .hero-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 28px;
    }
    .hero-form {
        background: #ffffff;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .details-form {
        flex-direction: column;
        gap: 16px;
    }
    .detail-submit input {
        margin-top: 5px;
        font-size: 20px;
        padding: 8px 14px;
        width: 134px;
    }
    .detail-input input {
        background-color: #F6F6F6 !important;
        border: none !important;
        border-bottom: 2px solid #288AFA !important;
        padding: 10px !important;
        font-size: 20px !important;
    }
    .form-text {
        text-align: center;
        color: #1D365C;
        margin-bottom: 15px;
    }
    .hero-sec::after {
        background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 40%);
        height: 700px;
        bottom: 0;
        top: initial;
    }

     /* quality section */

    .quality-repeater {
        grid-template-columns: 1fr;
    }
    .quality_item {
        height: 165px;
        border-radius: 6px;
        background-size: cover;
    }
    .quality_arrow {
        height: 44px;
        width: 44px;
        top: 12px;
        left: 9px;
    }
    .quality_arrow svg{
        height: 18px;
        width: 18px
    }
    .quality-links {
        padding: 10px 15px;
        text-align: right;
    }
    .quality-link {
        padding-top: 15px;
    }
    .quality-link a,.quality-link-2 a {
        font-size: 24px;
        line-height: 26px;
        text-align: right;
    }
    .quality-links:has(.quality-link-2 a) {
        justify-content: flex-start;
        margin: 0 15px;
        padding: 10px 0px;
    }
    .quality_item::after {
        height: 124px;
        border-radius: 0px 0px 6px 6px;
    }
    .quality-img,.quality-img img{
        border-radius: 6px;
    }
    .quality-links:has(.quality-link-2 a) .quality-link{
        margin-left: 20px;
    }
    h2.sec-title{
        font-size: 36px;
        line-height: 38px;
    }
    .sec-subtitle {
        font-size: 22px;
        line-height: 26px;
        padding: 25px 0px;
        font-weight: 400;
    }
    section.main-quality-sec {
        padding: 50px 0px 0px;
    }
    .customer-slider .slick-track.slick-track {
        padding: 0;
    }
    .customer-logo {
        height: 60px;
        border-radius: 5px;
    }
    .customer-logo img{
        height: 50px;
        object-fit: contain;
    }
    .customer-slider .slick-slide{
        margin: 0px 5px;
    }
    section.main-systems-sec {
        padding: 40px 0px;
    }


    /* safety section */
    
    .slider-part {
        flex-direction: column;
        background-color: #F6F6F6;
    }
    .slide-right {
        width: 100%;
        border-radius: 12px 12px 0px 0px;
        padding: 30px 20px 25px 15px;
    }
    h2.slider-title {
        font-size: 36px;
        line-height: 28px;
    }
    .nav-title a {
        font-size: 24px;
        line-height: 32px;
    }
    .nav-title {
        margin: 20px 0px;
    }
    .slide-img.slick-initialized.slick-slider {
        width: 100%;
    }
    .slider-bg-img {
        min-height: 400px;
        padding: 12px;
    }
    .slider-content {
        padding: 15px;
        line-height: 24px;
    }
    h2.safety-title {
        font-size: 36px;
        line-height: 36px;
    }
    .safety-subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .safety-btn a,.environmental-btn a {
        max-width: 120px;
        padding: 9px 0px;
    }
    .counter-title {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
    }
    .counter,.counter-flex span{
        font-size: 50px;
        line-height: 40px;
    }
    .counter-shine {
        font-weight: 400;
        font-size: 50px;
        line-height: 40px;
    }
    .safety-form {
        flex-direction: column;
        padding: 0px 25px;
    }
    .safety-form .safety-flex {
        flex-direction: column;
    }
    .safety-input input {
        max-width: 100%;
    }
    .safety-input input {
        padding: 10px 15px !important;
        font-weight: 400;
        font-size: 20px !important;
    }
    .safety-submit input {
        margin: 0 auto;
        display: flex;
        font-size: 22px;
        padding: 8px 9px;
        margin-top: 10px;
    }
    .main-safety-form {
        padding-top: 40px;
    }
    .environmental-quality-sec {
        flex-direction: column-reverse;
        background-size: 700px;
    }
    .environmental-quality-img {
        height: 209px;
        width: 100%;
        padding: 10px;
    }
    .environmental-quality-content {
        width: 100%;
        background-color: #1D365C;
        padding: 20px 20px 30px 10px;
        border-radius: 0px 0px 20px 20px;
    }
    .environmental-quality-icn {
        height: 75px;
        width: 75px;
    }
    .environmental-quality-icn img {
        width: 40%;
    }
    .environmental-btn a{
        font-weight: 700;
        font-size: 19px;
        line-height: 22px;
        text-decoration: underline;
        text-decoration-style: solid;
        color: #fff;
        display: inline-block;
        text-underline-offset: 4px;
        width: fit-content;
        position: relative;
        transition: .3s;
        background-color: transparent;

    }
    .environmental-btn a:hover{
        color: #288AFA;
    }
    .environmental-btn a:hover::after{
        left: -25px;
    }
    .environmental-btn a::after{
        content: '';
        height: 16px;
        width: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0029 12L6.00293 8L10.0029 4' stroke='%23288AFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        position: absolute;
        left: -21px;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s;
    }


    /* customers recommend section */

    .customer-review-slider {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }
    .customer-logos {
        height: 120px;
        max-width: 120px;
        width: 100%;
        margin-bottom: -25px;
        z-index: 1;
    }
    .customer-logos::after{
        display: none;
    }
    .customer-logos img {
        height: 100px;
        width: 86px;
        object-fit: contain;
    }
    .revies-quote {
        left: 18px;
        top: -27px;
    }
    .revies-quote svg {
        width: 66px;
    }
    .star-review {
        text-align: center;
    }
    .review-text {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .customer-review {
        padding: 50px 20px 30px;
    }
    .review-ceo {
        font-size: 24px;
        text-align: center;
    }
    section.customers-recommend-sec {
        margin-top: 35px;
        margin-bottom: 140px;
    }
    .customer-revies-slider{
        margin-top: 0px;
    }
    .customer-revies-slider .slick-arrow {
        bottom: -80px;
        height: 55px;
        width: 55px;
        right: 50%;
        transform: translateX(50%);
    }
    .customer-revies-slider .slick-next {
        right: 40%;
    }
    .customer-revies-slider .slick-prev {
        right: 60%;
    }


    .project-slider .slick-arrow,.interested-sec .slick-arrow  {
        height: 55px;
        width: 55px;
    }
    .project-slider .slick-arrow svg,.interested-sec .slick-arrow svg {
        height: 25px;
        width: 25px;
    }
    .project-item .quality-link {
        text-align: center;
    }
    .project-item::after {
        height: 171px;
    }
    .project-item {
        height: 270px;
    }
    .project-slider .slick-slide {
        margin: 0px 7px;
    }
    .project-slider .slick-next,.interested-sec .slick-next {
        right: 10px;
    }
    .project-slider .slick-prev,.interested-sec .slick-prev{
        left: 10px;
    }
    .project-slider .slick-list {
        padding: 0px 8%;
    }



    .tab-slider .slick-list {
        padding: 0px 8%;
    }
    .tab-slider .slick-arrow {
        height: 50px;
        width: 50px;
    }
    .tab-slider .slick-arrow svg {
        height: 25px;
        width: 25px;
    }


    /* about page */

    .sophistication-sec {
        flex-direction: column-reverse;
    }
    .sophistication-img, .sophistication-content {
        width: 100%;
    }
    h2.sophistication-title {
        font-size: 36px;
        line-height: 38px;
    }
    .sophistication-text {
        font-size: 20px;
        line-height: 24px;
    }
    .sophistication-sec{
        margin-top: 40px;
    }



    .ceo-sec {
        flex-direction: column;
        gap: 20px;
    }
    .ceo-content,.ceo-img{
        width: 100%;
    }
    .ceo-img {
        height: 400px;
        border-radius: 16px 16px 0px 0px;
    }
    .ceo-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .ceo-text {
        font-size: 20px;
        line-height: 26px;
    }
    .ceo-name {
        font-size: 32px;
    }
    .ceo-postion {
        font-size: 22px;
        margin: 0;
    }
    .compant-vision-sec {
        flex-direction: column;
        padding: 30px 20px;
        gap: 0px;
    }
    .compant-vision-right {
        width: 100%;
        border-left: none;
    }
    .compant-vision-svg {
        display: none;
    }
    .compant-vision-text {
        padding-right: 20px;
    }
    .compant-vision-text li {
        font-size: 20px;
        line-height: 26xp;
    }
    .compant-vision-title {
        font-size: 32px;
        line-height: 36px;
        margin: 0;
    }
    .compant-vision-svg svg {
        height: 50px;
        width: 50px;
    }
    section.main-compant-vision-sec {
        padding: 50px 0px;
    }

    .environmental-protection-sec {
        flex-direction: column-reverse;
        gap: 45px;
        margin: 50px 0px;
    }
    .environmental-img {
        width: 100%;
    }
    .environmental-content {
        width: 100%;
        padding: 20px 15px;
        box-shadow: 0px 0px 40px 0px #22385624;
        border-radius: 5px;
    }
    .environmental-img {
        border-radius: 5px;
    }
    .lebal-img img {
        height: 50px;
        width: 50px;
    }
    .environmental-content-title {
        font-size: 36px;
        line-height: 38px;
    }
    .environmental-content-title span {
        color: #1D365C;
    }
    .environmental-content-text {
        font-size: 20px;
        line-height: 26px;
        border-top: 1px solid #288AFA;
        margin-top: 15px;
        padding-top: 5px;
    }
    .environmental-content-text li {
        padding: 5px 0px;
    }
    .team-sec-grid {
        grid-template-columns: 1fr;
        row-gap: 30px;
        margin-bottom: 50px;
    }
    .team-sec-text {
        font-size: 20px;
        line-height: 24px;
        padding-top: 5px;
    }
    .team-title-sec{
        font-size: 42px;
        line-height: 50.26px;
    }

    .contact-form-title,.contact-form-subtitle {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .main-contact-details-form {
        margin-top: 20px;
    }
    .contact-details-form {
        grid-template-columns: 1fr;
    }
    .contact-details-input input {
        height: 46px;
    }
    .contact-details-input textarea {
        height: 140px;
    }
    .contact-details-submit {
        text-align: center;
    }
    .contact-details-submit input {
        font-size: 22px;
        line-height: 28px;
        padding: 10px 35px;
    }
    .contact-details-title {
        font-weight: 300;
        font-size: 40px;
        line-height: 33px;
        text-align: center;
    }
    .contact-detail-icon {
        height: 50px;
        max-width: 50px;
    }
    .contact-detail-icon img {
        width: 40%;
    }
    .contact-detail-title, .contact-detail-text,.contact-detail-link a {
        font-size: 20px;
        line-height: 26px;
    }
    .contact-details-item {
        gap: 17px;
    }
    .contact-sec-2 {
        justify-content: flex-end;
        gap: 0;
        padding-bottom: 20px;
    }
    .contact-hero-title {
        font-size: 44px;
        line-height: 68.26px;
        text-align: center;
    }
    .contact-subtitle {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    section.contact-hero::after {
        bottom: 0;
        top: initial;
        height: 246px;
        width: 100%;
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 58%);
        transform: rotate(180deg);
    }


    /* service page */


    .single-banner::after {
        background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 55%);
        height: 200px;
        border-radius: 0;
     }
     .single-banner {
        background-size: cover;
        background-position: center top;
        height: 300px;
        border-radius: 0;
        margin-top: 30px;
     }
     h1.single-content-title {
        font-weight: 400;
        font-size: 42px;
        line-height: 44px;
        text-align: center;
        padding: 0px 20px;
        display: inline-block;
        margin: 40px auto;
        width: 100%;
        text-decoration: underline;
        text-decoration-color: #288AFA;
        text-underline-offset: 9px;
        border: 0;
     }
     .single-banner-content {
        width: 100%;
        padding: 0px 16px;
        justify-content: flex-end;
     }
     .advice-form-title {
        line-height: 38px;
        text-align: center;
    }
    .advice-form-text {
        line-height: 26px;
        text-align: center;
    }
    .advice-form {
        flex-direction: column;
        padding: 0px 15px;
    }
    .advice-submit {
        text-align: center;
    }
    .advice-form-sec {
        padding: 28px 12px 43px 12px;
    }
    .further-heding::after{
        width: 60%;
    }
    .singal-content-detlise {
        font-size: 20px;
        line-height: 28px;
    }
    .safety-trustees-flex {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-top: 10px;
    }
    .Safety-trustees-title {
        font-size: 34px;
        line-height: 48px;
    }
    .Safety-trustees-text {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }
    .safety-date-svg {
        height: 40px;
        max-width: 40px;
    }
    .safety-date-svg svg {
        height: 20px;
        max-width: 20px;
    }
    .safety-date-title {
        font-size: 19px;
        line-height: 22px;
    }
    .course-link a {
        font-size: 19px;
        display: flex;
        justify-content: center;
        padding: 10px 0px;
    }
    .course-link {
        width: 100%;
        text-align: center;
    }

    .singal-form-title {
        font-size: 39px;
        text-align: center;
    }
    .singal-form-subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .singal-form .safety-input input {
        height: 46px;
    }
    .main-singal-form {
        padding: 18px 12px 25px;
        margin: 20px 0px;
    }
    .singal-contact-item {
        border: 0;
    }
    .singal-contact-item {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 0;
    }
    .singal-icn {
        height: 37px;
        max-width: 37px;
    }
    .singal-icn svg {
        height: 16px;
        width: 16px;
    }
    .singal-contact-title {
        font-size: 15.07px;
        line-height: 16.44px;
        padding: 0
    }
    .singal-contact-detlise {
        font-size: 17px;
        line-height: 16.44px;
        text-align: right;
    }
    .interested-sec .slick-list {
        padding: 0 8%;
    }
    .interested-bg-img {
        height: 340px;
        width: 100% !important;
    }
    .interested-bg-img::after {
        height: 215px;
    }
    .interested-bg-img .quality-link a,.interested-bg-img .quality-link{
        text-align: center !important;
    }
    .interested-sec .slick-slide {
        margin: 0px 7px;
    }
    .main-interested-sec{
        max-width: 100%;
        margin: 30px 0px 60px;
        padding-top: 24px;
    }
    .interested-title{
        font-size: 34px;
        text-align: center;
    }
    .articles-hero {
        height: 400px;
        display: flex;
        align-items: end;
        padding-bottom: 40px;
        background-size: 102%;
        background-position: left 18% top;
        margin-top: 30px;
        border-radius: 0;
    }
    .articles-hero-title {
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: inline-table;
        border-bottom: 2px solid #288AFA;
    }
    
    .articles-hero-text {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
        margin-top: 20px;
    }
    .articles-hero::after {
        background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 30%);
        height: 260px;
    }
    .articles-items {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .oceanwp-pagination.clr {
        grid-column: 1 / 2;
    }
    .article-label {
        display: none;
    }
    .articles-flex {
        justify-content: end;
    }
    .fillter-btns {
        overflow-y: auto;
        flex-wrap: nowrap;
        margin-right: -5vw;
        width: calc(100% + 10vw);
        padding: 0 5vw;
        margin-top: -30px;
        margin-bottom: 25px;
        gap: 10px;
    }
    .fillter-btns a {
        min-width: max-content;
        background-color: #FFFFFF;
        color: #1D365C;
        font-weight: 500;
        font-size: 15px;
        line-height: 19.82px;
        padding: 8px 15px;
    }
    .about-author-sec {
        flex-direction: column;
        align-items: center;
        padding: 35px 20px 25px;
    }
    .author-img img {
        height: 80px;
        max-width: 80px;
    }
    .author-name {
        text-align: center;
    }
    .author-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .author-link {
        justify-content: center;
    }
    .about-author-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    .about-author-title::after{
        width: 30%;
    }
    .about-author-title::before {
        content: '';
        width: 30%;
        height: 1px;
        background-color: #288AFA;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .single-article-title {
        font-size: 42px;
        line-height: 44px;
        text-align: center;
        color: #1D365C;
        padding: 30px 0px;
        margin: 0;
    }
    .article-singal-banner .single-article-title {
        display: none;
    }
    .article-singal-banner {
        height: 177px;
    }
    .article-singal-banner::after {
        display: none;
    }
    .article-title-mob {
        display: block;
    }
    .social-icns a {
        height: 30px;
        width: 30px;
    }
    .social-icns a img {
        max-width: 15px;
        height: 15px;
    }
    .author-profile-img {
        height: 42px;
        max-width: 42px;
    }
    .author-profile-title {
        font-size: 17px;
        line-height: 20px;
        padding-right: 10px;
    }
    .author-box a {
        font-size: 16px;
        line-height: 20px;
    }
    .social-info-title {
        display: none;
    }
    .social-detlise {
        border-top: 1px solid #262626;
        border-bottom: 1px solid #D0D4D6;
        padding: 8px 0px;
        margin-bottom: 18px;
        gap: 5px;
    }
    .objective-title {
        font-size: 20px;
    }
    .objective-text {
        font-size: 18px;
    }
    .course-site-link a span {
        font-size: 20px;
    }
    .course-addresh {
        font-size: 18px;
        line-height: 18px;
    }
    .course-site-link-icn {
        height: 46px;
        width: 46px;
    }
    .course-site-link-icn svg {
        height: 25px;
        width: 25px;
    }
    .course-img {
        height: 235px;
    }
    .course-img::after {
        height: 150px;
    }
    .course-loop-item {
        margin: 30px 0px;
    }
    .singal-course-detlise {
        margin-top: 17px;
        grid-template-columns: 1fr;
        padding: 0px 15px;
        background-color: #1D365C;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    .mb {
        margin-bottom: 40px !important;
    }
    .course-detlise-item {
        border: 0;
        padding: 0;
        border-bottom: 1px solid #288AFA;
        padding: 15px 0px;
    }
    h2.course-heding {
        font-size: 24px;
    }
    .singal-course-text {
        font-size: 18px;
    }
    .singal-content-detlise p:has(img){
        padding: 0;
    }
    .course-interested{
        font-size: 34px;
        line-height: 48px;
        text-align: center;
        margin: 0;
        padding: 20px 0px;
    }
    .mfp-content {
        padding: 0px 15px;
    }
    div#project-popup {
        flex-direction: column;
    }
    .project-popup-content {
        position: relative;
        padding: 16px;
    }
    .project-popup-img , .project-popup-slider {
        position: relative;
        width: 100%;
    }
    .project-popup-img img {
        max-height: 242px;
        height: 100%;
        border-radius: 8px 8px 0px 0px;
    }
    button.mfp-close {
        height: 36px;
        width: 36px;
        background-size: 16px;
    }
    .project-popup-title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .project-popup-text {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .text-page-detlise h2{
            font-size: 28px !important;
            line-height: 32px !important;
     }

    .text-page-content h1.single-content-title {
        font-weight: 400;
        font-size: 42px;
        line-height: 44px;
        margin: 20px 0px;
        display: flex;
        justify-content: center;
    }
    .text-page-content p.single-content-text {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .text-page-content .breadcrumb-info {
        padding-bottom: 10px;
    }
    .footer-menus {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .footer-social-icn {
        justify-content: center;
    }
    .social-icn-item a {
        height: 40px;
        width: 40px;
    }
    .social-icn-item a svg {
        height: 16px;
        width: 16px;
    }
    .footer-logo img {
        height: 60px;
        width: 60px;
    }
    .footer-logos {
        justify-content: flex-end;
    }
    .footer-bottem-side {
        flex-direction: column;
        gap: 4px;
    }
    .footer-bottom-links {
        justify-content: space-between;
        width: 100%;
    }
    .footer-row-1 {
        padding-top: 25px;
    }
    .footer-contact-text a,.footer-contact-text {
        font-size: 17px;
    }
    .footer-links {
        padding-bottom: 20px;
    }
    .footer-address-wrap {
        border-bottom: 1px solid #FFFFFF4D;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    span.foot-title {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40234 9.26465L12.4023 15.2646L18.4023 9.26465' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left top;
        padding-bottom: 15px;
        font-size: 19px;
        line-height: 24px;
    }
    .rights {
        font-size: 14px;
    }
    .uiux-link {
        font-size: 14px;
    }
    .uiux-link a, .promotion-link a, .statement-link a {
        font-size: 14px;
    }
    .footer-bottem-side {
        border-top: 1px solid #FFFFFF33;
        margin-top: 20px;
        padding: 6px 0px 9px;
    }
    .floating-contact-details {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }
    .site-footer {
        margin-bottom: 57px;
    }
    .floating-contact-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: #288AFA;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 8px;
    }
    .floating-contact-item {
        width: 33.33%;
    }
    .floating-contact-item:nth-child(2) {
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
    }
    .breadcrumb-info{
        padding: 0;
    }
    .articles-hero .breadcrumb-info,.single-banner .breadcrumb-info {
        position: absolute;
        top: -30px;
        right: 0px;
        color: #1D365C;
        background-color: #FFFFFF;
        padding: 0px 15px;
    }
    .articles-hero .breadcrumb-info a,.single-banner .breadcrumb-info a{
        color: #1D365C;
    }
    .articles-hero .breadcrumb-info .breadcrumb_last, .single-banner .breadcrumb-info .breadcrumb_last {
        color: #1D365C;
    }
    .articles-hero .breadcrumb-info img,.single-banner .breadcrumb-info img{
        filter: invert(1);
    }
    .singal-monday-title {
        font-size: 32px;
        line-height: 44px;
    }
    .singal-monday-subtitle {
        font-size: 44px;
        line-height: 44px;
    }
    .singal-monday-text {
        font-size: 20px;
        line-height: 26px;
    }
    .monday-form-link a {
        padding: 9px 0px;
    }
    .coures-name a::after{
        bottom: 60px;
    }
    .head-popup{
        flex-direction: column-reverse;
    }
    .popup-img {
        height: 265px;
        border-radius: 12px 12px 0px 0px;
    }
    .popup-form, .popup-img {
        width: 100%;
    }
    .popup-img {
        height: 265px;
        border-radius: 12px 12px 0px 0px;
        background-size: 111%;
        background-position: center 11%;
    }
    .popup-form {
        padding: 20px 15px;
    }
    .articles-pr,.articles-part {
        padding-right: 0px !important;
        margin: 0 auto;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .articles-pr,.articles-hero-title {
        display: inline;
    }
    .text-center {
        text-align: center;
        width: 100%;
    }
    .articles-part {
        margin-top: 20px;
    }
    .main-team-sec h2.sec-title {
        font-size: 44px;
    }
    .study-subjects-title h2 {
        font-size: 30px;
    }
    .study-subjects-sec {
        padding: 20px;
    }
    ul.study-subjects-name li {
        font-size: 20px;
    }
    .study-subjects-text {
        font-size: 20px;
    }
    .course-register-btn span {
        font-size: 24px;
        line-height: 54px;
        text-align: center;
    }
    .course-register-btn {
        padding: 0px 15px;
    }
    .course-register-btn svg {
        width: 22px;
        height: 12px;
    }
    .hero-course-date{
        display: none;
    }
    h1.search-title {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .sec-text{
        line-height: 26px;
        margin-bottom: 30px;
    }
    h2.sec-title-2,h2.sec-title-3 {
        font-size: 36px;
    }
    a#scroll-top {
        height: 46px;
        width: 46px;
        bottom: 80px;
    }
    .rights p {
        margin: 0;
    }
    a#scroll-top::after {
        height: 20px;
        width: 20px;
        background-size: cover;
    }
    .singal-content-detlise ul {
        padding: 0;
    }
    ol.process-item {
        padding-right: 25px;
    }
    .whatsapp-floating {
        display: none;
    }
    .slider-content p {
        padding-bottom: 4px;
    }
    .course-date {
        font-size: 18px;
    }
    .right-link a::after, .left-link a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.538 12.3954L6.52637 8.38375L10.538 4.37207' stroke='%23288AFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .contact-form .safety-input input{
        background-color: #FFFFFF !important;
    }
    .footer-social-icn {
        margin-top: 10px;
    }
    a.custom-logo-link img.custom-logo {
        max-width: 111px !important;
        height: 40px !important;
    }

    #site-logo #site-logo-inner a {
        width: 111px !important;
        height: 40px;
    }
    .contact-details-form {
        gap: 18px;
    }
    .contact-details-flex {
        gap: 18px;
    }
    .header-overlay::before {
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 100%);
        height: 118px;
    }
    .articles-item{
        padding: 10px 20px;
    }
    .articles-items{
        margin-bottom: 65px;
    }
    section.project-sec {
        margin: 40px 0px 65px;
    }
}

@media (max-width: 600px){
    .systems-sec {
        flex-direction: column-reverse;
    }
    .hero-sec::after {
        background-color: #0C1D37;
        background-image: none;
    }
    .right-content {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
        padding: 20px;
        padding-bottom: 20px;
    }
    .link-repeter {
        margin: 20px 0px;
    }
    .system-title {
        font-size: 32px;
        line-height: 34px;
    }
    .left-img {
        width: 100%;
        position: relative;
    }
    .desk-img,.mob-img {
        height: 210px;
        position: relative;
    }
    .systems-img {
        border-radius: 16px 16px 0px 0px;
        padding: 0;
    }
    .desk-img img,.mob-img img {
        border-radius: 16px 16px 0px 0px;
    }
    .icn-sec ::after {
        display: none;
    }
    .icn-sec {
        padding: 0;
        position: absolute;
        left: 11px;
        top: 11px;
        z-index: 99;
    }
    .desk-img {
        display: none;
    }
    .mob-img{
        display: block;
    }
    .system-icn img {
        max-width: 50%;
    }
    .system-icn{
        height: 75px;
        width: 75px;
        border-radius: 10px;
    }
    .environmental-quality-sec {
        background-size: 620px;
    }


    /* contact section */

    .contact-flex {
        display: none;
    }
    .contact-heding {
        font-size: 39px;
        text-align: center;
    }
    .contact-info {
        border-radius: 20px 20px 0px 0px;
        background-color: #F6F6F6;
        padding: 30px 12px;
    }
    .contact-title-2 {
        font-size: 22px;
        text-align: center;
        line-height: 24px;
        padding: 10px 0px;
    }
    .contact-text {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        padding: 0;
    }
    .contact-form .safety-submit input {
        width: 135px;
    }
    .contact-icn-2 {
        height: 37px;
        width: 37px;
    }
    .contact-icn-2 img{
        height: 18px;
        width: 18px;
    }
    .contact-detlise {
        gap: 10px;
    }
    .contact-name {
        font-size: 15.07px;
        line-height: 16.44px;
        margin-bottom: 5px;
    }
    .contact-link a {
        font-weight: 700;
        font-size: 17px;
        line-height: 16.44px;
    }
    .contact-flex-2 {
        justify-content: space-evenly;
    }
    .contact-form .safety-form {
        padding: 0px 12px;
    }
    .contact-sec {
        max-width: 100%;
    }
    .contact-bg-img {
        padding: 0;
        padding-bottom: 347px;
        background-position: left bottom;
        background-size: 253%;
        width: 90%;
        margin: 0 auto;
        border-radius: 20px;
        margin-bottom: 60px;
    }
    .contact-bg-img .container {
        max-width: 100% !important;
    }

.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    min-width: 30px;
}



    .hero-bg-video {
        z-index: 1;
        height: 329px;
        width: 100%;
    }
    .hero-content {
        z-index: 99;
        position: relative;
    }
    .hero-bg-video video {
        height: auto;
    }
    .main-hero-sec{
        position: relative;
    }
    .main-hero-sec::after{
        content: '';
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 100%);
        height: 110px;
        width: 100%;
        position: absolute;
        top: 28%;
        right: 0;
        z-index: 1;
        transform: rotate(180deg);
    }
    h1.hero-title {
        line-height: 44px;
        z-index: 99;
        position: relative;
        margin-top: -50px !important;
    }
    .hero-sec {
        height: 900px;
    }


    /* about page */

    section.main-hero-about {
        background-color: #0C1D37;
        background-size: 246%;
        background-position: left -100px top;
    }
    .sophistication-repeater {
        grid-template-columns: 1fr;
        margin: 50px 0px;
    }
    .sophistication-icn {
        height: 100px;
        width: 100px;
    }
    .sophistication-icn img{
        max-width: 60%;
    }
    .team-item {
        width: 100%;
    }
    .team-text {
        font-size: 18px;
        line-height: 24px;
    }
    .team-content {
        padding: 15px;
    }

    .about-content {
        justify-content: flex-end;
        padding: 0;
        padding-bottom: 20px;
    }
    .hero-about {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        padding-bottom: 0px;
        margin: 0;
    }
    section.main-hero-about::before{
        content: '';
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 17%);
        height: 421px;
        width: 100%;
        position: absolute;
        top: 34%;
        right: 0;
        transform: rotate(180deg);
        z-index: -1;
    }
    section.main-hero-about::after {
        content: '';
        height: 120px;
        width: 100%;
        background-image: none;
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 100%);
        position: absolute;
        top: 0;
        right: 0;
    }
    section.main-hero-about{
        position: relative;
        padding-bottom: 90px;
    }
    h1.thank-title {
        font-weight: 300;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
    }
    .thank-text {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .thank-btn a {
        margin-top: 25px;
        font-size: 22px;
        line-height: 28px;
        padding: 10px 22px;
        width: 221px;
        text-align: center;
    }
    section.contact-hero {
        background-size: 432%;
        background-position: left 25% top;
        padding-bottom: 30px;
    }




    .further-sec {
        grid-template-columns: 1fr;
    }
    .further-item {
        display: flex;
        border-radius: 5px;
        align-items: center;
    }
    .further-title {
        padding: 0px 12px;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
    }
    .further-svg {
        display: none;
    }
    .further-img {
        width: 100%;
        max-width: 124.73px !important;
        border-radius: 0px 5px 5px 0px;
        height: 80px;
    }
    .further-img img {
        border-radius: 0px 5px 5px 0px !important;
        height: 100% !important;
    }
    .Safety-trustees-sec {
        padding: 15px 15px 290px;
        background-position: center calc(100% + 120px);
        background-size: auto 500px;
        background-color: #BFDCFE4D;
    }
    .Safety-trustees-sec::after {
    background: #ECF5FF;
    width: 100%;
    height: calc(100% - 250px);
    }
    .articles-hero::after {
        background: linear-gradient(180deg, rgba(29, 54, 92, 0) 0%, #1D365C 20%);
        height: 240px;
        border-radius: 0;
    }
    .articles-hero {
        background-size: 200%;
    }
    .course-loop-item {
        grid-template-columns: 1fr;
    }
    .header-top-overlay::before {
        background: none;
    }
    .mob-overlay::before {
        content: '';
        height: 153px;
        width: 100%;
        background: linear-gradient(0deg, rgba(12, 29, 55, 0) 0%, #0C1D37 88%);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }
    .mob-overlay,.main-hero-about {
        position: relative;
        padding-top: 20px;
    }
    .social-icns {
        gap: 5px;
    }
}


@media (max-width: 425px){
    .main-hero-sec::after{
        top: 17%;
    }
}
@media (max-width: 375px){
    .main-hero-sec::after{
        top: 14%;
    }
    h1.hero-title {
        line-height: 28px;
    }
}
@media (max-width: 350px){
    .course-register-btn {
        padding: 0px 5px;
    }
}