/*GLOBAL CSS!!*/
/*Button css start*/
.primary_btn:before, .secondary_btn:before {
    width: 14px;
    height: 10px;
}
.footer-btn:hover:after,
.home_event_col:hover a:after,
.home_news_col:hover .transparent_btn:after,
.transparent_btn:hover:after,
.service_col:hover .service_text_col a.ct-link-text:after {
    transform: translateX(5px);
    transition: 0.5s ease-in-out;
}
.home_news_col:hover .transparent_btn, .text_underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-skip-ink: none;
}
/*GLOBAL CSS END*/
/*Homepage start*/
.home_event_col span.date-home {
    color: #666666 !important;
}
.text_animation_col{
    margin-bottom: 100px;
}
.text_animation_col .box {
    width: 30%;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.text_animation_col .show {
    opacity: 1;
    transform: translateY(0);
}
.text_animation_col strong {
    font-weight: 700;
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
}
.text_animation_col .container {
    display: flex;
    justify-content: space-around;
}
.text_animation_col .text {
    text-align: left;
}
/**/
.white-internal-links a,
.white-internl-links a{
    color:#ffffff !important;
}
.internal-links a,
.internl-links a{
    /* color:#2F5EAB; */
    color: #0074db;
    transition: 0.5s ease-in-out;
}
.title-green span{
    color: #46CBAF;
}
.home-resource-col{width: 100% !important;}
.service_col,.home_product_col, .home-resource-col, .home_news_col, .home_event_col{cursor: pointer;}
.service_col:hover .service_text_col:before {
    height: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: 0.5s ease-in-out;
}
.service_col:hover .service_text_col a.ct-link-text, .home_event_col:hover a,.internl-links a:hover, .internal-links a:hover {
    text-decoration: underline;
    transition: 0.5s ease-in-out;
}
.products_row:before {
    background-position: right;
}  
.home_product_col h3:after{
    background-image: url(/wp-content/uploads/2024/07/arrow_right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 15px;
    bottom: 7px;
}
.home_product_col:hover h3:after{
    transform: translateX(12px);
    transition: 0.4s ease-in-out;
}
.product_list .oxel_iconlist__row {
    align-items: flex-start !important;
}
.product_list .oxel_iconlist__row__icon >svg {
    width: 20px;
    height: 20px;
}
.product_list .oxel_iconlist__row__icon {
    position: relative;
    top: 5px;
}
.resource_row, .recent_news_row,.upcoming_event_row,.event_row {
    overflow-x: auto;
}
.home-resource-col:hover .brochure_col .ct-div-block img {
    transition: 0.5s ease-in-out;
    transform: scale3d(1.1,1.1,1.1);
}
.recent_col1, .recent_col2, .recent_col3 {
    position: relative;
    display: block !important;
    width: 100%;
}
.home_news_col:hover {
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
}
.home_news_col .ct-text-block {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;    
}
.home_news_col:before, .home_event_col:before {
    transform-origin: left;
}
/*Homepage end*/
/**Team Start**/
.team_section{
    background: linear-gradient(0deg, #FFF 10.4%, #E2F2F9 100%), #D9D9D9;
}
.team_section:after {background-position: bottom;}
.team_section::before {
    background-position: top;
}
.team_hs#section-15-301:before, .quality_hs:before { 
    animation: zoomOut 2s infinite;
    animation-iteration-count: 1;
}
/*Team pop-up*/
.team_member_row:after{
    background-position: top right;
    top: 0%;
    right: 0%;
}
.team_member_row .team_member_info {
    overflow: auto scroll;
}
.team_member_row .team_member_info::-webkit-scrollbar {
	background-color: transparent;
    width: 5px;
}
.team_member_row .team_member_info::-webkit-scrollbar-thumb {
    height: 103px;
    max-height: 103px;
	border-radius: 20px;
	background-color: #D9D9D9;
}
.scrolling {
    mask-image: linear-gradient(rgb(0, 0, 0) 85%, transparent); 
    /* background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); */
}
.team_member_row .oxy-close-modal{
    cursor: pointer;
}

/*Quality and Regularity*/
.image_slider .oxy-carousel-builder_gallery-image {
    border-radius: 20px;
    max-height: 303px;
}
.image_slider .oxy-carousel-builder_gallery-image img{
    object-fit: cover;
    max-height: 303px;
}
 /*Global Hero section*/
.background{position:relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.height2{height:auto;}
.content_container{position:relative;
    width:100%;
    max-width: 1420px;
    z-index:2;
}
.text_container{
    display: flex;
    max-width: 640px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--headings-paragraph-f-size-xxl, 15px);
    align-self: stretch;
}
.hero{
    position:absolute;
    height:100%;
    transform:translatex(43%);
}
.hero img{object-fit: cover;}
.gradient-mask {
    display: block;
    height:100%;
    width: 918px;
    mask-image: linear-gradient(270deg,transparent, black, black, transparent);
    position:relative;
} 
/*firefox*/
.responsive-table :is(tr, div._important) {
    display: table-row;
}
.job-posting-sec:hover h3, .job-posting-sec:hover .job_posting_text{
    color: #364F99 !important;
}
/*Team Hover*/
  .team_row {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .card-wrapper {
    display: flex;
    min-width: var(--Columns-3-col, 340px);
    padding: 30px 10px 20px 10px;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    transition: 300ms linear;
    cursor: pointer;
    max-height: 100%;
  }
  .card-content {
    border-radius: 10px;
    border-top: 6px solid #45b8a0;
    box-shadow: 0 0 12px rgba(81, 130, 211, 0.5);
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    transition: background-color 300ms ease, box-shadow 300ms ease;
  }
  .image-container {
    display: flex;
    height: 281px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .member-image {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 20px;
    transition: 300ms linear;
  }
  .member-info {
    display: flex;
    align-self: stretch;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    text-align: center;
    justify-content: flex-start;
  }
  .name-title-wrapper {
    color: var(--colors-colors-primary-Primary-Blue, #2f5eab);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on,
      "ss08" on, "ss09" on;
    font-family: var(--Font-Family-Raleway, Raleway);
    font-size: var(--Font-Size-f-size-lg, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  .member-name {
    text-decoration: underline solid transparent;
    color: rgba(47, 94, 171, 1);
    font-size: 24px;
    font-weight: 700;
    transition: text-decoration 300ms linear;
  }
  .member-title {
    color: rgba(48, 52, 87, 1);
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
  }
  .member-description {
    align-self: flex-start;
    color: #303457;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on,
      "ss06" on, "ss08" on, "ss09" on;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
  }
  .card-wrapper:hover .card-content {
    background-color: #f3fdff;
    box-shadow: 0 0 25px rgba(81, 130, 211, 0.5);
  }
  .card-wrapper:hover {
    padding: 20px 10px 30px 10px;
    margin-top: 0;
  }
  .card-wrapper:hover .image-container {
    display: flex;
    height: 281px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .card-wrapper:hover .member-image {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
  }
  .card-wrapper:hover .member-name {
    text-decoration: underline solid currentcolor;
  }
 
.sub-menu-enter-right {
    display: block;
    animation: slide-in-right 0.4s forwards;
}
.sub-menu-leave-right {
    display: block;
    animation: slide-out-right 0.4s forwards;
}
.sub-menu-enter-left {
    display: block;
    animation: slide-in-left 0.4s forwards;
}
.sub-menu-leave-left {
    display: block;
    animation: slide-out-left 0.4s forwards;
}
.menu-main-menu-container li.menu-item-has-children:hover a.sub-menu-parent {
    background-color: #E2F2F9;
}
@keyframes slide-in-right {
    from {
        transform: translateX(-15%);
        opacity: 0;
    }
    to {
        transform: translateX(15%);
        opacity: 1;
    }
}
@keyframes slide-out-right {
    from {
        transform: translateX(15%);
        opacity: 1;
    }
    to {
        transform: translateX(-15%);
        opacity: 0;
    }
}
@keyframes slide-in-left {
    from {
        transform: translateX(15%);
        opacity: 0;
    }
    to {
        transform: translateX(15%);
        opacity: 1;
    }
}
@keyframes slide-out-left {
    from {
        transform: translateX(15%);
        opacity: 1;
    }
    to {
        transform: translateX(15%);
        opacity: 0;
    }
}
/* contact page */
.contact-form .gfield input[type="checkbox"] {
    padding: 0px !important;
}
.contact-form .gfield input[type="checkbox"]:focus {
box-shadow: none !important;
}
.contact-form .gfield input[type=checkbox]::before {
    background: url(/wp-content/uploads/2024/09/Check-Icon.svg) !important;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
}
.contact-form .gfield.gfield_error input,.contact-form .gfield.gfield_error select{ border: 1px solid #F3492B !important;}
.contact-form .gfield.gfield_error .gfield_description{
    color: #F3492B !important;
    position: relative;
    padding-left: 15px;
}
.contact-form .gfield.gfield_error .gfield_description:before{
    background: url(/wp-content/uploads/2024/10/Vector.svg) !important;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    transform: scale(0.5);
    left: -5px;
    top: -1px;
}
.contact-form .gform_validation_errors {
    display: none !important;
}
.contact-form  .gform_fields{ 
    row-gap: 20px !important;
    column-gap: 20px !important;
}
.contact-form .gfield input,.contact-form .gfield select,.contact-form .gfield textarea{
    border: 1px solid #2F5EAB !important;
    border-radius: 4px !important;
    padding: 24px 10px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500 !important;
    color: #63616d !important;
    background: #fff;
    word-wrap: break-word;
    max-height: 50px;
}
.contact-form .gfield select{  
    padding: 10px !important;
    height: 50px;
}
.contact-form .gfield input::placeholder,.contact-form .gfield select::placeholder{
    color: rgba(48, 52, 87, 0.50) !important;
}
.contact-form .gfield.gfield_error input::placeholder{
    color: #F3492B !important;
}
.contact-form .gfield_required .gfield_required_asterisk,.contact-form .gform-field-label>.gfield_required {
    color: #D01919 !important;
    margin-left: -6px;
    font-size: 20px !important;
}
.contact-form .gform-field-label>.gfield_required {margin-left: 0px;}
.contact-form label.gform-field-label,.contact-form .gfield_required .gfield_required_asterisk{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #303457;
    margin-bottom: 6px;
}
.contact-form .ginput_container.ginput_container_select{position: relative;    }
.contact-form .ginput_container.ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/09/dropdown-icon.svg);
    background-repeat: no-repeat;
    right: 15px;
    top: 22px;
    background-position: center;
    width: 12px;
    height: 7px;
    pointer-events: none;
}
.contact-form .gform_footer input.gform_button{
    background-color: #ebc57d !important;
    border: 1px solid #ebc57d;
    color: #303457 !important;
    padding: 11px 60px 11px 25px !important; /* Adjust the padding */
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0px 0px 12px 0px rgba(81, 130, 211, 0.20) !important;
    font-size: 20px !important;
    line-height: 26px !important;
    border-radius: 100px !important;
    background-image: url('/wp-content/uploads/2024/06/arrow-icon.svg');
    background-repeat: no-repeat;
    background-size: 14px 10px; /* Adjust the size of the icon */
    background-position: calc(100% - 35px) center; 
    transition:all 0.5s ease-in-out !important;
    word-break: break-word;
}

.contact-form .gform_footer input.gform_button:hover{
    background-color: #d2a142 !important;
    transition:all 0.5s ease-in-out !important;
    background-position: calc(100% - 27px) center;
}
.contact-form .gfield--type-choice .ginput_container_consent {
    display: flex !important;
}
.contact-form .gfield--type-choice .ginput_container_consent label{
    margin-left: 20px !important;
}
.contact-form .gchoice label {
    font-size: 14px !important;
    line-height: 20px;
}
.contact-form .gform_confirmation_message {
    padding: 60px 0px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
}
.contact-form .gfield input:focus {
    box-shadow: none !important;
    border: 2px solid #45B8A0 !important;
}

/* sfari css */
  @media not all and (min-resolution:.001dpcm) {
     @media {
    @media screen and (max-width: 414px){
        .contact-form .gfield_required .gfield_required_asterisk,.contact-form .gform-field-label>.gfield_required {
            margin-left: 0px !important;
            
            } 
        } 
    } 
}

.image-caption p{
    line-height: 24px;
    font-size: 16px;
}
body .primary_btn:before{
    top: 50%;
    transform: translate(0, -50%)
}