:root{
	--primary:#009AAD;
	--secondary:#EF802E;
	--light:#EFFBFC;
	--dark:#012C40;
	--text:#292D34;
	--white:#ffffff;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text);
}
a{
    transition: all 0.5s;
}
.container{
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
section{
    padding: 100px 0px;
}
.tag-new{
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="50" height="24" viewBox="0 0 50 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2C0 0.89543 0.895431 0 2 0H47.1109C48.7382 0 49.6843 1.83978 48.7377 3.1634L43.2503 10.8366C42.7527 11.5324 42.7527 12.4676 43.2503 13.1634L48.7377 20.8366C49.6843 22.1602 48.7382 24 47.1109 24H2C0.89543 24 0 23.1046 0 22V2Z" fill="%230199AE"/></svg>');
}
.btn{
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 4px;
    background: var(--secondary);
    font-weight: 700;
    line-height: 28px;
}
.btn:hover {
    background-color: var(--dark);
}
.service-sec .icon-box {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 12px;
    transition: all 0.5s;
}
.service-sec .icon-box:hover{
    box-shadow: 41px 17px 30.9px 0px #85756930;

}
.service-sec .icon-box .icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-sec .icon-box .text {
    font-weight: 700;
    color: #3D3D3D;
    font-size: 18px;
}
.section-title h4 {
    font-size: 18px;
    font-family: "Shantell Sans", cursive;
    color: var(--primary);
}
.section-title h3 {
    font-weight: 800;
    font-size: 42px;
    padding-bottom: 9px;
}
.section-title p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.career_slider .imag-box {
    border: 1px solid #E7E7E7;
    padding-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.career_slider .imag-box .imag {
    margin-bottom: 25px;
}
.career_slider .imag-box  .text {
    padding: 0 20px;
}
.career_slider .imag-box .text h3 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 19px;
}
.career_slider .imag-box .text  p {
    font-size: 18px;
    margin-bottom: 15px;
}
.owl-carousel.owl-theme {
    position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.5s;
    right: -15px;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    border-radius: 100%;
}
html button.owl-prev{
    left: -15px;
}
button.owl-next span,button.owl-prev span{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30874 11.2185L6.91797 5.60923L1.30874 0L-7.82013e-05 1.30882L4.30033 5.60923L-7.82013e-05 9.90963L1.30874 11.2185Z" fill="%235D5D85"/></svg>');
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
       background: #fff;
}
button.owl-prev span{
    transform: scaleX(-1);
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
}
.owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #D6E6E8;
    transition: all 0.5s;
}
.owl-dots button.owl-dot.active {
    width: 30px;
    border-radius: 50px;
    background: var(--primary);
}
.career_slider .imag-box a svg{
    transition: all 0.5s;
}
.career_slider .imag-box a:hover{
    text-decoration: underline;
}
.career_slider .imag-box h3 a:hover,.career_slider .imag-box:hover h3 a{
    text-decoration: none;
    color: var(--primary);
}
.career_slider .imag-box a:hover svg {
    transform: translateX(5px);   
}
body .courses_sec ul li a{
    color: #514B81;
}
body .courses_sec ul li.active a {
    background: var(--secondary);
    color: #ffffff !important;
}
.tab-content > div:not(:first-child) {
  display: none;
}
.course-megamenu-wrap .tab-content > div {
     opacity: 0;
    transition: opacity .3s ease;
    display: none
}
.course-megamenu-wrap  .tab-pane.fade-in {
    opacity: 1;
}
.courses_sec .tab-content .text ul li {
    padding-left: 30px;
    margin-bottom: 7px;
    position: relative;
}
.courses_sec .tab-content .text ul li:after {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_182_577)"><path d="M9.5 1C14.3731 1 18 4.62693 18 9.5C18 14.4003 14.4003 18 9.5 18C4.5997 18 1 14.4003 1 9.5C1 4.62693 4.62693 1 9.5 1Z" fill="%2324223E" fill-opacity="0.1" stroke="%2324223E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.57812 11.3943C7.20478 12.3973 7.84749 13.3676 7.84749 13.3676C7.84749 13.3676 8.77121 11.58 10.4029 9.54756C12.1604 7.35837 13.3887 6.47705 13.3887 6.47705" stroke="%2324223E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_182_577"><rect width="19" height="19" fill="white"/></clipPath></defs></svg>');
    position: absolute;
    left: 0;
    top: 2px;
}
.courses_slider .owl-item img {
    width: auto;
}
.courses_sec .owl-carousel .owl-nav button.owl-prev, .courses_sec .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    right: -50px;
    background: #fff;
    border: 1px solid #fff;
}
.courses_sec .owl-carousel .owl-nav button.owl-prev:hover, .courses_sec .owl-carousel .owl-nav button.owl-next:hover{
    border-color: var(--secondary);
}
.courses_sec .owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}
.tab_course_type:after {
    content: '';
    width: 100%;
    height: 80%;
    background-image: url(../images/bg.png);
    position: absolute;
    left: 0;
    bottom: -173px;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 3;
}
.tab_course_type {
    z-index: 3;
    position: relative;
}
.tab-content {
    position: relative;
    z-index: 5;
}
section.courses_sec {
    position: relative;
}
svg{
    transition: all 0.5s;
}

.slider_sec .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 8px 0;
    white-space: nowrap;
}

.slider_sec .slide-track {
  display: flex;
  gap: 20px;
}
section.slider_sec {
    position: relative;
    z-index: 5;
    opacity: 60%;
}
.slider-left .slide-track {
  animation: scroll-left 60s linear infinite;
}

.slider-right .slide-track {
  animation: scroll-right 60s linear infinite;
}

.slider-itmes {
    border: 0.82px solid #D5D5D5;
    padding: 16px;
    border-radius: 10px;
    min-width: fit-content;
}
.slider-right .slider-itmes {
    background:  #F7F0F0 ;
}
.slider-itmes .text {
    font-weight: 600;
    font-size: 13.05px;
    text-wrap: wrap;
    width: 100%;
}
.counter_sec > div + div:after {
    width: 1px;
    background: #8BCED6;
    height: 48px;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.counter_sec > div{
    position: relative;
}
.slider-itmes img{
    max-width: 38px;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

section.reach-impact {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.volunteers-slider .image-box{
    border: 1px solid #E1E1E1;  
    border-radius: 12px;
    padding: 20px;
     transition: all 0.5s;
}
.volunteers-slider .image-box .text {
    padding: 20px 0 10px;
    position: relative;
    transition: all 0.5s;
}
.volunteers-slider .image-box:hover .text {
    padding-bottom: 84px;
}
.volunteers-slider .image-box .hover-visible-text{
    height: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.volunteers-slider .image-box:hover{
    border-color: var(--secondary);
}
.volunteers-slider .image-box img{
    transition: all 0.5s;
    object-fit: cover;
    height: 285px;
}
.volunteers-slider .image-box .text h3{
    transition: all 0.5s;
}
.volunteers-slider .image-box:hover .text h3{
    color: var(--secondary);
}
.volunteers-slider .image-box:hover img {
    height: 208px;
}
.volunteers-slider .image-box:hover .hover-visible-text{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.level-courses-section{
    background: var(--primary);
    position: relative;
}
.level-courses-section:after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/shap.png);
    background-repeat: no-repeat;
    opacity: 1.38;
    mix-blend-mode: Screen;
}
.review_slider.owl-carousel .owl-nav button.owl-next, .review_slider.owl-carousel .owl-nav button.owl-prev {
    position: static;
    width: 40px;
    height: 40px;
    transform: unset;
    border: 1px solid #EF802E;
    background: transparent;
}
.review_slider.owl-carousel .owl-nav button.owl-next:hover, .review_slider.owl-carousel .owl-nav button.owl-prev:hover{
    background: #ef7e2e52
}
.review-content:has(p) > *:first-child:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6 24H0V15.36L5.76 0H9.6V24ZM24.96 24H15.36V15.36L21.12 0H24.96V24Z" fill="%230199AE"/></svg>');
    display: block;
    margin-bottom: 20px;
}
.review-img img {
    filter: blur(1.5px);
}
.review-img{
    position: relative;
}
.review-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6 24H0V15.36L5.76 0H9.6V24ZM24.96 24H15.36V15.36L21.12 0H24.96V24Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}
.review_slider.owl-carousel .owl-nav button.owl-next span, .review_slider.owl-carousel .owl-nav button.owl-prev span{
    background-image: url('data:image/svg+xml,<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 15.0025L6.78951 8.5L0 1.9975L2.09021 0L10.9847 8.5L2.09021 17L0 15.0025Z" fill="%23EF802E"/></svg>')
}
.review_slider.owl-carousel .owl-nav {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}
section.review_sec .content:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
}
section.review_sec .content:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 16%;
    top: 0;
    background: #D1D1D1;
}
.blog-item{
    padding-right: 48px;
    position: relative;
}
.blog-item h3 a:after {
    background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.85994 10.8799L10.6599 4.53988V6.29988L4.85994 -0.000117779H7.95994L12.5999 4.87988V5.95988L7.95994 10.8799H4.85994ZM-5.85616e-05 6.59988V4.27988H10.4999V6.59988H-5.85616e-05Z" fill="white"/></svg>');
    content: '';
    width: 14px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.blog-item:hover h3 a:after{
    transform:translateY(-50%) translateX(5px);
}
.blog-item h3 {
    max-width: 333px;
}
.blog-card img{
    height: 100%;
}
.liner_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.68) 0%,
        rgba(239, 128, 46, 0) 66.75%
    );
    transition: opacity 0.4s ease;
}
.liner_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(
        360deg,
        rgba(239, 128, 46, 0.68) 0%,
        rgba(239, 128, 46, 0) 66.75%
    );
    transition: opacity 0.4s ease;
}
.blog-card:hover .liner_bg::after {
    opacity: 1;
}
.blog-card h3 a:after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30874 11.2185L6.91797 5.60923L1.30874 0L-7.82013e-05 1.30882L4.30033 5.60923L-7.82013e-05 9.90963L1.30874 11.2185Z" fill="%235D5D85"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    right: -13px;
    top: 50%;
    transition: all 0.5s;
    translate: 0% -50%;
    opacity: 0;
}
.blog-card:hover h3 a:after{
    opacity: 1;
    right: 25px;
}
.behind-banner_sec{
    background-image: url(../images/gradient-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.behind-banner_sec{
    padding: 130px 0;
}
ul.social-media li a {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    color: #fff;
}
.col-span-1_6 {
  grid-column: span 1.6 / span 1.6;
}
ul.social-media li a:hover {
    color: var(--primary);
}
.megamenu-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #E6F5F8;
    border: 1px solid #ECF0F1;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    margin: auto;
    max-width: 780px;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}
li.menu-parent:hover > .megamenu-wrap {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.megamenu-wrap.megamenu-1col-wrap {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    left: -90px;
    padding: 10px;
}
ul.mm-menu li {
    margin-bottom: 5px;
}
ul.mm-menu li a {
    font-size: 12px;
    color: var(--dark);
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.megamenu-wrap.megamenu-1col-wrap ul.mm-menu li a:hover {
    background-color: var(--light);
    color: var(--dark);
}
li.menu-parent a {
    line-height: 38px;
    position: relative;
}
li.menu-parent > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    height: 20px;
    display: block;
}
ul.mm-menu li a .icon {
    margin-right: 8px;
    max-width: 30px;
    height: auto;
}
.header_menu > ul > li:hover > a, .header_menu > ul > li > a:hover, .header_menu > ul > li.active > a {
    color: var(--primary);
}
.megamenu-wrap.resources-megamenu-wrap {
    max-width: 1100px;
    margin-top: 0;
}
.mmresourceboxwrap:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -500px;
    background: #fff;
    content: "";
    display: block;
    z-index: -1;
}
.mm-title {
    margin-bottom: 15px;
}
.mmresourcebox a {
    display: block;
    padding: 15px;
    border-radius: 6px;
}
.mmresourcebox p {
    font-size: 12px;
    color: var(--text);
    line-height: 140%;
    margin-top: 2px !important;
}
.knowledge-area ul.mm-menu {
    max-height: 240px;
    overflow-y: auto;
}

.knowledge-area ul.mm-menu::-webkit-scrollbar {
    width: 3px;
    background-color:#afafaf;
}
.knowledge-area ul.mm-menu::-webkit-scrollbar-thumb {
    background-color: var(--dark);
}
.megamenu-wrap.course-megamenu-wrap {
    width: 850px;
    max-width: 850px;
}
.mmtab-style-1 .tab-content .tab_drawer_heading {
    display: none;
}
.mmtab-style-1 ul.nav.nav-tabs {
    border: 0;
    padding: 12px 4px;
}
.mmtab-style-1 ul.nav.nav-tabs li + li{
    margin-top:5px;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link {
    display: block;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    color: var(--dark);
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    position: relative;
    transition: all 0.4s;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link.active{
    background-color: #fff;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('data:image/svg+xml,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2024_24)"><g filter="url(%23filter0_d_2024_24)"><path d="M-0.0147185 0.0147185L8.47056 8.5L-0.0147185 16.9853V0.0147185Z" fill="white"/></g></g><defs><filter id="filter0_d_2024_24" x="-0.0147095" y="0.0146484" width="11.4853" height="16.9707" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.901961 0 0 0 0 0.960784 0 0 0 0 0.972549 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2024_24"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2024_24" result="shape"/></filter><clipPath id="clip0_2024_24"><rect width="12" height="17" fill="white"/></clipPath></defs></svg>');
    background-size: contain;
    transition: all 0.4s;
    transform: translatex(-120%);
    opacity: 0;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link.active:before {
    transform: translatex(0);
    opacity: 1;
    z-index: 8;
}
.training-menu-link .badge.bg-red {
    background: #ED3B57 !important;
}
.training-menu-link .badge.bg-primary{
    background: var(--primary) !important;
}
.training-menu-link .badge.bg-secondary{
    background: var(--secondary) !important;
}
.training-menu-link .badge.bg-secondary{
    background: #198754 !important;
}
.training-menu-link .badge {
    font-size: 10px;
    border-radius: 3px;
    line-height: 19px;
    color: #fff;
    padding: 0px 6.5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
}
.course-megamenu-wrap .tab-content>.active {
    display: block;
}
ul li.menu-parent .training-menu-link {
    display: block;
    font-size: 14px;
    color: var(--dark);
    font-weight: 600;
    line-height: 130%;
    padding: 8px 10px;
    border-radius: 6px;
}
ul li.menu-parent .training-menu-link .text {
    padding-left: 10px;
}
.training-menu-link .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mmtab-style-1 .tab-content {
    background: #fff;
    padding: 20px;
    min-height: 420px;
}
.mmresourcebox a:hover ,ul li.menu-parent .training-menu-link:hover{
    background-color: var(--light);
}
ul.mm-menu li a:hover {
    background-color: var(--dark);
    color: #fff;
}
section.service-sec {
    padding-top: 80px;
}
.counter_sec + p {
    line-height: 120%;
}


.courcebanner {
    padding-block: 114px 18px;
}
.courcebanner .blogos {
    margin-top: 62px;
}
.courcebanner h1:before {
    content: '';
    display: block;
    background-image: url('data:image/svg+xml,<svg width="198" height="13" viewBox="0 0 198 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M-0.00021926 9.19875C0.162687 10.1854 0.325594 11.172 0.488501 12.1587C3.7512 11.959 6.99028 11.8009 10.3035 11.637C23.3929 11.0205 36.5302 10.4125 49.565 9.55304C95.3272 6.6284 141.307 6.38557 187.251 8.7898C190.54 8.9649 193.799 9.15189 197.1 9.35801C197.196 8.36261 197.292 7.36721 197.388 6.37181C194.096 5.94339 190.844 5.54132 187.56 5.15841C141.661 -0.157598 95.2424 -1.38456 49.043 1.57008C35.8801 2.43772 22.6581 4.12426 9.68285 6.87725C6.39822 7.57533 3.20175 8.33348 -0.00021926 9.19875Z" fill="%23FF9501"/></svg>');
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 16px;
    width: 200px;
    background-position: left center;
    background-repeat: no-repeat;
}
.explorecource {
    padding-block: 80px;
}
.course-tabs,
.cr-tabs,
.benefit-tabs {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 154, 173, 0.35), 0px 6px 0px rgba(237, 245, 245, 0.7);
    border-radius: 12px;
    position: sticky;
    z-index: 1;
    top: 90px;
}
.course-tabs .course-tab,
.cr-tabs .cr-tab,
.benefit-tabs .benefit-tab {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 38px;
    color: #313839;
    border-radius: 8px;
}
.course-tabs .course-tab.active,
.course-tabs .course-tab:hover,
.cr-tabs .cr-tab.active,
.cr-tabs .cr-tab:hover,
.benefit-tabs .benefit-tab.active,
.benefit-tabs .benefit-tab:hover {
    color: var(--primary);
    background: #EAFAFC;
}
#courses-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.course-card {
    padding: 10px;
    border: 1px solid #C6C6C6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.course-card .image {
    position: relative;
    margin-bottom: 20px;
}
.course-card .image a {
    display: block;
    width: 100%;
    height: 147px;
    border-radius: 8px;
    overflow: hidden;
}
.course-card .image a img {
    transition: all 0.4s;
}
.course-card:hover .image a img {
    transform: scale(1.1);
}
.course-card .categories {
    padding: 5px 9px;
    background: #FFF;
    border-radius: 12px 4px 12px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.25px;
    color: #1A1A1A;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 7px;
}
.course-card .text {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.course-card .station {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.course-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}
.course-card h3 a {
    display: block;
    color: inherit;
}
.course-card h3 a:hover {
    color: var(--secondary);
}
.course-card .cinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.course-card .iconlist .icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
    color: #4C4C4C;
    margin-bottom: 10px;
}
.course-card .iconlist .icon img {
    display: block;
    width: 18px;
    min-width: 18px;
}
.course-card .iconlist .icon:last-child {
    margin-bottom: 0;
}
.course-card .price {
    text-align: right;
}
.course-card .price .sftext {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #4C4C4C;
    margin-bottom: 4px;
}
.course-card .price h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0;
}
.course-card .btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    border-top: 1px solid #DDDDDD;
    padding-top: 16px;
}
.course-card .btns .btn {
    color: #FFF;
    background: #FF9501;
    border: 1px solid #FF9501;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 18px;
    line-height: 40px;
    border-radius: 8px;
}
.course-card .btns .btn-outline {
    flex: 1;
    background: transparent;
    color: #1A1A1A;
    border-color: #1A1A1A;
}
.course-card .btns .btn:hover {
    background: transparent;
    color: #1A1A1A;
    border-color: #1A1A1A;
}
.course-card .btns .btn-outline:hover {
    background: #FF9501;
    border-color: #FF9501;
    color: #FFF;
}
.bringsec {
    padding: 0;
}

.tmnlbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DEE5EC;
    box-shadow: 0px 0px 2px #98ACC3, 0px 8px 0px #F1F4F7;
    border-radius: 18.75px;
    padding: 22px;
    margin-block: 15px 10px;
    margin-inline: 1px;
    transition: all 0.4s;
}
.tmnlbox .text {
    margin-bottom: 22px;
}
.tmnlbox .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #FFF;
    position: absolute;
    left: 18px;
    top: -15px;
    color: #DEE5EC;
    transition: all 0.4s;
}
.tmnlbox .text h4 {
    color: #1E2D3E;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 14px;
}
.tmnlbox .text p {
    color: #191919;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 2px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tmnlbox .text .rm {
    display: inline-block;
    color: #0C1620;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}
.tmnlbox .text .rm:hover {
    color: var(--secondary);
}
.tmnlbox .info {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px dashed #BFCCDA;
}
.tmnlbox .imgbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.tmnlbox .imgbox img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 8px;
}
.tmnlbox .imgbox h6 {
    color: #1E2D3E;
    font-size: 13px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 2px;
}
.tmnlbox .imgbox .pos {
    display: block;
    color: #4F6882;
    font-size: 12px;
    line-height: 140%;
}
.tmnlbox .viewpsm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    color: #FF9501;
    letter-spacing: -0.25px;
}
.tmnlbox .viewpsm img {
    width: 12px;
    transition: inherit;
}
.tmnlbox .viewpsm:hover {
    color: #000;
}
.tmnlbox .viewpsm:hover img {
    filter: brightness(0);
}
.tmnlbox:hover {
    border-color: #FF9501;
}
.tmnlbox:hover .quote {
    color: #FF9501;
}
/* .tmnl-crsl .owl-stage {
    display: flex;
}
.tmnl-crsl .item {
    height: 100%;
} */
.crsec {
    padding-block: 0;
}
.crcrslwpr,
.benefitwpr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cr-tabs,.benefit-tabs {
    gap: 22px;
    position: static;
}
.cralltabs {
    width: 100%;
}
.crbox {
    background: #FFFFFF;
    border: 1px solid #DEE5EC;
    box-shadow: 0px 0px 2px #98ACC3, 0px 8px 0px #F1F4F7;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-inline: 1px;
    margin-block: 1px 8px;
    transition: all 0.4s;
}
.crbox .txt h4 {
    color: #1E2D3E;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}
.crbox .txt p {
    color: #191919;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 10px;
}
.crbox .oinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #BFCCDA;
}
.crbox .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 170%;
    color: #1E2D3E;
}
.crbox .meta span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.crbox .meta span + span:before {
    content: '';
    display: block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 10px;
}
.crbox .rm a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: #FF9501;
    letter-spacing: -0.25px;
}
.crbox .rm a img {
    width: 12px;
    transition: inherit;
}
.crbox .rm a:hover {
    color: #000;
}
.crbox .rm a:hover img {
    filter: brightness(0);
}
.crbox:hover {
    border-color: #FF9501;
}
.crbox:hover .quote {
    color: #FF9501;
}
.accordionwpr .accitem {
    background: #FFF;
    border: 1px solid #DEE5EC;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.4s;
}
.accordionwpr .accitem.active {
    border-color: #009AAD;
    box-shadow: 0 0 0 1px #009AAD inset;
}
.accordionwpr .accitem .title {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #1E2D3E;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordionwpr .accitem .title:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    min-width: 10px;
    background: #35986B;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    margin-bottom: 4px;
    transition: all 0.4s;
}
.accordionwpr .accitem.active .title:after {
    background: #1E2D3E;
    transform: scaleY(-1);
    margin-bottom: -4px;
}
.accordionwpr .accitem .content {
    padding: 20px;
    border-top: 1px solid #DEE5EC;
    font-size: 13px;
    font-weight: 400;
    color: #4F6882;
    margin: 0 1px;
}
.accordionwpr .accitem .content p {
    line-height: 160%;
    margin-bottom: 10px;
}
.accordionwpr .accitem .content p:last-child {
    margin-bottom: 0;
}
.accordionwpr .accitem .content p b {
    display: block;
    font-weight: 700;
}
.certificationwpr {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.certificationwpr:before,
.certificationwpr:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    inset: auto;
    margin: auto;
    width: 365px;
    aspect-ratio: 1;
    background: #FFDDCB;
    border-radius: 100%;
}
.certificationwpr:after {
    width: 547px;
    background: rgba(255, 230, 217, 0.51);
}
.certificationwpr .image {
    width: 290px;
    max-width: 100%;
    margin: 0 auto 38px;
}
.certificationwpr .image img {
    width: 100%;
    border-radius: 13px;
    box-shadow: 16px -13px 0 0 #B3B7B7;
}
.trending-courses-sec {
    padding-top: 0;
}
.tcitems .item {
    transition: all 0.4s;
}
.tcitems .item:hover {
    box-shadow: 0 0 0 1px #FF9501 inset, 0px 0px 2px #C3B498, 0px 11px 14.5px rgba(161, 152, 138, 0.32);
}
.benefit-sec {
    padding-bottom: 0;
}
.mcontent:before {
    content: '';
    display: block;
    width: 1px;
    background: #DEE5EC;
    position: absolute;
    inset: 0;
    margin: auto;
}
.benefittabs .linkwpr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefittabs .linkwpr a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    color: #FF9501;
    letter-spacing: -0.25px;
}
.benefittabs .linkwpr a img {
    width: 12px;
    transition: inherit;
}
.benefittabs .linkwpr a:hover {
    color: #000;
}
.benefittabs .linkwpr a:hover img {
    filter: brightness(0);
}

html .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 3px;
    height: auto;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    line-height: normal;
    padding: 0;
    overflow: visible;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered span {
    display: flex;
    align-items: center;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    width: 8px;
    height: 8px;
    border: 0;
    border-right: 2px solid #7B7689;
    border-bottom: 2px solid #7B7689;
    margin: 0;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: all 0.4s;
}
html .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    border-right: 2px solid #7B7689;
    border-bottom: 2px solid #7B7689;
    transform: rotate(225deg);
    margin-top: 2px;
}
html .select2-dropdown {
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
html .select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
}
html .select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
html .select2-results__option {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    padding: 6px;
    overflow: hidden;
    transition: all 0.4s;
}
html .select2-results__option span {
    display: flex;
    align-items: center;
}
html .select2-container--default .select2-results__option--selected, 
html .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary);
    color: var(--white);
}


@media(max-width:1280px){
    section {
        padding: 70px 0px;
    }
    .career_slider .imag-box .text  p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .career_sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .career_slider .imag-box .text h3 {
        font-size: 18px;
    }
    .courses_sec .tab-content .text ul li {
        font-size: 14px;
    }
    .volunteers-slider .image-box img {
        height: 254px;
    }
    .volunteers-slider .image-box:hover img {
        height: 180px;
    }
    section.review_sec .content:after {
        right: 11%;
    }
    .btn {
        font-size: 16px;
    }
    .blog-item {
        padding-right: 60px;
    }
    .behind-banner_sec {
        padding: 100px 30px;
    }
    .header-search-field-wrap {
        position: absolute;
        left: 0;
        background: #fff;
        padding: 10px;
        border: 1px solid #efefef;
        border-radius: 10px;
        top:100%;
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        border-radius: 0;
        width: 365px;
        border-radius: 5px;
    }
    .header-search-field-wrap.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .header-search-field {
        position: relative;
    }
    .header-search-field svg {
        width: 16px;
        left: 11px;
            position: absolute;
        top: 6px;
            opacity: 0.5;
        pointer-events: none;
    }
    .header-search-field input {
        height: 36px;
        padding: 0 35px 0 35px;
        font-size: 14px;
        display: block;
        height: 40px;
        padding: 0 40px 0 40px;
        background: var(--light);
        border: 1px solid rgba(0,0,0,0.03);
        border-radius: 6px;
        font-size: 14px;
        transition: all 0.3s;
        width: 100%;
    }
    .header-searchbar-toggle-wrap {
        position: relative;
    }
    .headersearch-close {
        width: 34px;
        height: 34px;
        font-size: 22px;
        line-height: 34px;
    }
    .headersearch-spin {
        width: 34px;
        height: 34px;
    }
    .headersearch-spin {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        margin: 1px;
        background: var(--light);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    .header-search-field .headersearch-spin svg {
        position: relative;
        top: 0;
        left: 0;
        animation-name: search_spin;
        animation-duration: 1.5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    @keyframes search_spin{
        0%{
            transform:rotate(0deg);
        }
        100%{
            transform:rotate(360deg);
        }
    }
}
@media(max-width:1024px){
    section.service-sec {
        padding-top: 70px;
    }
    body .courses_sec ul li a {
        font-size: 13px;
        padding: 10px;
    }
    body .courses_sec ul li a svg {
        width: 18px;
        height: auto;
    }
    .section-title h3 {
        font-size: 35px;
    }
    .section-title p {
        font-size: 16px;
    }
    section {
        padding: 50px 0px;
    }
    .section-title h3 {
        font-size: 30px;
    }
    section.review_sec .content:after {
        right: 5%;
    }
    .btn {
        font-size: 15px;
        padding: 8px 15px;
    }
    .behind-banner_sec {
        padding: 80px 0px;
    }
    .navbar-toggle {
        width: 34px;
        height: 34px;
        position: relative;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 20px;
    }   
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 20px;
    }
    .header_menu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 320px;
        padding: 40px 20px 15px;
        transform: translatex(120%);
        transition: all 0.4s;
        overflow: auto;
        margin: 0;
        box-shadow: -3px 0px 17px -2px #00000026;
    }
    .header_menu .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .menu-show .header_menu {
        transform: translatex(0%);
    }

    .header_menu > ul > li > a {
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 38px;
        color: var(--dark);
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 20px;
        transform: rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 20px;
        transform: rotate(-45deg);
    }
    .submenu_active .megamenu-wrap,.submenu_active .megamenu-wrap {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        border: 1px solid #efefef;
        padding:0px !important;
        border-radius: 5px;
        left: 0 !important;
        width: 100% !important;
        position: relative;
        margin-top: 0;
        background: #fff;
        box-shadow: unset;
    }
    li.menu-parent:hover > .megamenu-wrap {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        left: 0 !important;
        width: 100% !important;
        position: relative;
    }
    .menu-parent:not(.submenu_active) .megamenu-wrap {
        visibility: hidden !important;
        opacity: 0;
        margin: 0;
        border: 1px solid #efefef;
        height: 0;
        padding: 0;
    }
    .megamenu-wrap.megamenu-1col-wrap ul.mm-menu {
        padding: 9px;
    }
    .menu-parent > a > span {
        transition: all 0.5s
    }
    .submenu_active > a > span {
        transform: rotate(180deg);
    }
    .megamenu-wrap {
        left: 0 !important;
        width: 100% !important; 
        top: 0 !important;
    }
    .knowledge-area {
        display: none;
    }
    .mmresourceboxwrap {
        width: 100%;
        padding: 0;
    }
    .mmresourcebox a {
        display: block;
    }
    .mmresourceboxwrap:before{
        display: none;
    }
    .course-megamenu-wrap .tab-content>.active{
        opacity: 1;
    }
    .mmtab-style-1 .tab-content .tab_drawer_heading {
        display: flex;
    }
    h3.tab_drawer_heading:after {
        content: "";
        display: inline-block;
        margin: 0 0 0 6px;
        transition: all 0.4s;
        width: 11px;
        height: 11px;
        background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.125 6.32083L0 1.19583L1.19583 0L5.125 3.90781L9.05417 0L10.25 1.19583L5.125 6.32083Z" fill="%237B7689"></path></svg>');
        background-repeat: no-repeat;
        background-position: center;
    }
    h3.tab_drawer_heading {
        font-size: 14px;
        color: var(--dark);
        margin: 0;
        padding: 10px 7px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .course-megamenu-wrap .tab-content > div {
        display: block;
        opacity: 1;
    }
    .mmtab-style-1 .tab-content {
        padding: 0px;
        min-height: auto;
    }
    .course-megamenu-wrap .tab-content > div {
        opacity: 1;
        border-bottom: 1px solid #eee;
    }
    .training-row {
        display: none;
        margin-bottom: 14px;
    }
    ul li.menu-parent .training-menu-link {
        font-size: 12px;
    }

    #courses-list {
        grid-template-columns: repeat(2,1fr);
    }
    .course-tabs .course-tab, .cr-tabs .cr-tab, .benefit-tabs .benefit-tab {
        font-size: 13px;
        padding: 0 12px;
    }
    .cr-tabs, .benefit-tabs {
        gap: 12px;
    }
    .trending-courses-sec .box {
        padding: 12px 8px 8px;
    }
    .trending-courses-sec .box h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .tcitems .item {
        padding: 6px;
    }
    .tcitems .item img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .tcitems .item h5 {
        font-size: 12px;
    }
    .tcitems .item .txt > div {
        gap: 10px;
    }
    .tcitems .item h6,
    .tcitems .item h6 ~ span {
        font-size: 10px;
    }
}
@media(max-width:767px){
    .btn {
        padding: 10px 18px;
        font-size: 15px;
    }
    section.review_sec .content:after {
    display: none;
    }
    .review_slider.owl-carousel .owl-nav {
        justify-content: center;
    }
    .review-text {
        text-align: center;
    }
    .review-content:has(p) > *:first-child:before {
        margin: 0 auto 20px;
    }
    .tab_course_type:after {
        bottom: -59px;
        background-size: contain;
    }
    .counter_sec h3 {
        font-size: 22px;
    }
    .counter_sec h3 + span {
        font-size: 11px;
        line-height: 140%;
        display: block;
    }
    .owl-dots {
        margin-top: 9px;
    }
    .section-title h3 {
        font-size: 26px;
    }
    .section-title p {
        font-size: 14px;
    }
    .hiring-logos img {
        max-width: 96px;
    }
    .reach-impact-logos img {
        max-width: 99px;
    }
    .courses_slider .box {
        padding: 15px;
    }
    .courses_slider .box h3 {
        font-size: 18px;
        padding-top: 10px;
    }
    .courses_slider .box a {
        padding-top: 10px;
    }
    .volunteers-slider .image-box img,.volunteers-slider:hover .image-box img{
        height: 248px;
    }
    .volunteers-slider .image-box:hover .text {
        padding-bottom: 10px;
    }
    .volunteers-slider .image-box .hover-visible-text {
        height: auto;
        visibility: visible;
        opacity: 1;
        position: static;
    }
    .volunteers-slider .image-box .text h3{
        color: var(--secondary);
    }
    .courses_sec .owl-carousel .owl-nav button.owl-prev, .courses_sec .owl-carousel .owl-nav button.owl-next {
        right: -18px;
        border: 1px solid #ccc;
    }
    .courses_sec .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }
    .blog-item {
        padding-right: 43px;
    }
    .blog-item h3 a:after {
        right: 10px;
    }
    .level-courses-section:after {
        width: 75%;
    }
    .review_slider.owl-carousel .owl-nav {
        gap: 10px;
        margin-top: 13px;
    }
    .header-search-field-wrap {
        width: 357px;
        left: -194px;
        top: 56px;
        border-radius: 5px;
    }
    .header-searchbar-toggle-wrap {
        position: relative;
    }
    section.service-sec {
        padding-top: 50px;
    }
    .brings-today .icon-box {
        width: calc(50% - 9px);
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }
    .brings-today .icon-box .text span {
        font-size: 13px;
    }
    body .courses_sec ul li a {
        font-size: 13px;
        padding: 7px;
    }
}
