.main-nav li.menu-item-has-children>a {
    position: relative;
    padding-right: 20px;
    /* space for the icon */
}
header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li a:after {
    position: absolute;
    right: 14px;
}
header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children:hover a:after {
    transform: rotate(180deg);
    top: 6px;
}
header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li:hover a:after {
    transform: rotate(272deg);
    top: 36%;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li a:hover {
    color: #34557B;
}

body {
    font-family: 'Manrope', sans-serif;
}

/* Optional: top bar only */
.top-bar-label,
.top-bar-item {
    font-family: 'Manrope', sans-serif;
}

.header-left img {
    max-height: 60px;
}

.top-bar {
    padding: 14.3px 0;
    background: rgba(21, 43, 81, 1);
}
.blog-detail-section .row article .detail-img-with-txt .athour-sec .author-with-img .author-des a {
    display: none;
}
.content-wrapper {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;

}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.mainheader .website-header .logo-with-menu .header-right ul.main-nav-nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.main-nav a:hover {
    text-decoration: underline;
}

header .website-header {
    background: #fff;
    padding: 20px 0;
}

header .website-header .logo-with-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .website-header .logo-with-menu .header-left {
    width: 20%;
}

header .website-header .logo-with-menu .header-right {
    width: 80%;
    padding: 0 0px 0 20px;
}

header .website-header .logo-with-menu .header-left a.custom-logo-link {
    display: inline-block;
    line-height: 0;
}

header .website-header .logo-with-menu .header-left a.custom-logo-link img.custom-logo {
    width: 100%;
}

header .website-header .logo-with-menu .header-right ul.main-nav li {
    position: relative;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li a {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

/* Submenu */
.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #333;
    padding: 10px;
    list-style: none;
}

.main-nav li:hover>.sub-menu {
    display: block;
}



.top-bar .top-bar-content {
    display: flex;
    justify-content: end;
    gap: 25px;
    align-items: center;
}

.top-bar .top-bar-content span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar .top-bar-content .social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.top-bar .top-bar-content .social_icon img {
    width: 23px !IMPORTANT;
    height: 23px !IMPORTANT;
}

.top-bar .top-bar-content .social_icon a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

header .website-header .logo-with-menu .header-right ul.main-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    gap: 20px;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu:before {
    width: 20px;
    height: 20px;
    background: #152B51;
    top: -7px;
    position: absolute;
    content: '';
    left: 18px;
    transform: rotate(45deg);
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu {
    top: 222%;
    width: max-content;
    padding: 0px 0;
    background: #152B51;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    border-top: 0 solid #ccc;
    z-index: 10;
    min-width: 200px;
    border-radius: 4px;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li a {
    display: block;
    border-bottom: 1px solid #314A76;
    padding: 10px 50px 10px 15px;
    position: relative;
    z-index: 9;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li ul.sub-menu:before {
    background: transparent;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 15px;
}

header .website-header .logo-with-menu .header-right ul.main-nav li.menu-item-has-children {
    position: relative;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children:before {
    background: #dd151500;
    position: absolute;
    content: '';
    width: 100%;
    height: 46px;
    top: 15px;
    left: 0;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -6px;
}

header .website-header .logo-with-menu button.menu-toggle.show {
    position: relative;
}

header .website-header .logo-with-menu button.menu-toggle.show span.border:first-child {
    opacity: 1;
    position: absolute;
    top: -13px;
    transform: translateY(.75em) translateX(0) rotate(-45deg);
}

header .website-header .logo-with-menu button.menu-toggle.show span.border:nth-child(2) {
    display: none;
}

header .website-header .logo-with-menu button.menu-toggle.show span.border:last-child {
    opacity: 1;
    top: -13px;
    transform: translateY(.75em) translateX(0) rotate(45deg);
    position: relative;
}

footer.site-footer {
    background: #152B51;
    padding: 60px 0 0;
}

footer.site-footer .footer-widgets .container .footer-column:first-child {
    width: 50%;
    padding-right: 20px;
}

footer.site-footer .footer-widgets .container .footer-column .widget figure {
    margin-bottom: 30px;
}
footer.site-footer .footer-widgets .container .footer-column:nth-child(2) {
    width: 20%;
    padding: 0 20px;
}

footer.site-footer .footer-widgets .container .footer-column:last-child {
    width: 30%;
    padding: 0 20px;
}

footer.site-footer .footer-widgets .container .footer-column .widget p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 445px;
}

footer.site-footer .footer-widgets .container .footer-column:nth-child(2) .menu-footer-menu-container ul li {
    list-style: none;
}

footer.site-footer .footer-widgets .container .footer-column:nth-child(2) .menu-footer-menu-container ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

footer.site-footer .footer-widgets .container .footer-column:last-child .custom-footer-contact .contact-box .contact-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer.site-footer .footer-widgets .container .footer-column:last-child .custom-footer-contact .contact-box .contact-row p,
footer.site-footer .footer-widgets .container .footer-column:last-child .custom-footer-contact .contact-box .contact-row a {
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
    text-decoration: none;
}

footer.site-footer .footer-widgets .container .footer-column:last-child .custom-footer-contact .contact-box .contact-row img.icon-img {
    width: 30px;
    height: 32px;
    object-fit: contain;
}

footer.site-footer .container {
    align-items: start;
}

footer.site-footer .footer-widgets .container .footer-column:nth-child(2) .widget h4,
footer.site-footer .footer-widgets .container .footer-column:last-child h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: normal;
}

footer.site-footer .footer-widgets .container .footer-column:first-child .footer-column {
    padding: 30px 0 0;
    width: 100%;
}

footer.site-footer .footer-widgets .container .footer-column:first-child .footer-column .footer-social-icons {
    display: flex;
    gap: 10px;
}

footer.site-footer .footer-widgets .container .footer-column:first-child .footer-column .footer-social-icons a {
    display: inline-block;
    line-height: 0;
}

footer.site-footer .footer-widgets .container .footer-column:first-child .footer-column .footer-social-icons a img {
    width: 30px !IMPORTANT;
    height: 30px !IMPORTANT;
}

footer.site-footer .footer-bottom {
    padding: 15px;
    background: #1C3257;
    margin-top: 50px;
}

footer.site-footer .footer-bottom p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.hero-banner-telic {
    background: #FAFFFD;
    padding: 60px 0 80px;
}

.hero-banner-telic section.home-module section.hero-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-banner-telic section.home-module section.hero-flex .hero-left {
    width: 60%;
    padding: 0 0px 0 15px;
}

.hero-banner-telic section.home-module section.hero-flex .hero-right {
    width: 40%;
    padding: 0 15px;
}

.hero-banner-telic section.home-module section.hero-flex .hero-right img {
    width: 100%;
    height: auto;
}

.hero-banner-telic section.home-module section.hero-flex .hero-left h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 76px;
    color: #014F7C;
    margin: 0 0 20px;
}

.hero-banner-telic section.home-module section.hero-flex .hero-left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

.hero-banner-telic section.home-module section.hero-flex .hero-left h1 span {
    color: #F16123;
}

.hero-banner-telic section.home-module section.hero-flex .hero-left .button-sec {
    margin-top: 34px;
}
.custom-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}
.custom-menu li {
    position: relative;
}

.custom-menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-menu li:hover>ul.sub-menu {
    display: block;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li {
    list-style: none;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li a {
    text-decoration: none;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul ul.sub-menu {
    display: block;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    transition: 0.4s;
    top: 220%;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}

header .website-header .logo-with-menu .header-right nav.custom-menu-container ul li.menu-item-has-children a {
    padding: 0 20px 0 0;
}

.hero-banner-telic .counter-section .row {
    display: flex;
    flex-wrap: wrap;
}

.hero-banner-telic .counter-section .row .col-3 {
    width: 25%;
    padding: 0 15px;
}

.hero-banner-telic .counter-section .row .col-3 .counter-sec {
    background: #F3FFF5;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    height: 100%;
}

.hero-banner-telic section.home-module section.hero-flex .counter-section {
    width: 100%;
    padding: 0 !important;
}
.hero-banner-telic .counter-section .row .col-3 .counter-sec .counter {
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.hero-banner-telic .counter-section .row .col-3 .counter-sec .description p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.hero-banner-telic .counter-section .row .col-3 .counter-sec.one {
    background: #F5F0FF;
}

.hero-banner-telic .counter-section .row .col-3 .counter-sec.two {
    background: #E4FDFF;
}

.hero-banner-telic .counter-section .row .col-3 .counter-sec.three {
    background: #FFF3F3;
}

.image-text-section {
    padding: 80px 0;
}

.image-text-section .image_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image-text-section .image_txt .column_img {
    width: 50%;
    padding: 0 29px 0 0;
}

.image-text-section .image_txt .column_content {
    width: 50%;
    padding: 0 0px 0 29px;
}

.image-text-section .image_txt .column .image-sec img {
    width: 100%;
    border-radius: 15px;
}
.image-text-section .image_txt .column_content .content-sec h2 {
    line-height: 48px;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 25px;
    color: #000;
}
.image-text-section .image_txt .column_content .content-sec h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: normal;
}
.image-text-section .image_txt .column_content .content-sec p,
.image-text-section .bottom-content-button .content-section p {
    font-size: 18px;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 28px;
    margin: 0 0 20px;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
    background: #FBFBFB;
}

.logo-slider .custom-logo-slider .slider-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    align-items: center;
    animation: scroll 40s infinite linear;
	width: max-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%)
    }
}
.logo-slider .custom-logo-slider .slider-track .slide {
    flex: 0 0 auto;
    padding: 0 20px;
}
.logo-slider .custom-logo-slider .slider-track .slide {
    width: 327px;
}
.logo-slider .custom-logo-slider .slider-track .slide img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}

.logo-slider {
    padding: 80px 0;
}
.logo-slider .custom-logo-slider {
    overflow: hidden;
}
.logo-slider .custom-logo-slider .slider-track .slide .img-sec {
    height: 136px;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 20px;
}
.icon_text_vertical {
    padding: 60px 0;
}
.icon_text_vertical .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 60px;
}
.icon_text_vertical .icon-list .col4 {
    width: 33.3%;
    padding: 0 10px;
}
.icon_text_vertical .icon-list .col4 .icon-box .icon {
    background: #F95F1F;
    width: 190px;
    height: 190px;
    margin: 0 auto 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_text_vertical .icon-list .col4 .icon-box .icon img {
    width: 120px;
    height: 120px;
    text-align: center;
}
.icon_text_vertical .icon-list .col4 .icon-box {
    margin: 0 0 16px;
}
.icon_text_vertical .icon-list .col4 .icon-box .text p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #060606;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}
.icon_text_vertical .icon-list .col4.icontxt2 .icon-box .icon,
.icon_text_vertical .icon-list .col4.icontxt5 .icon-box .icon {
    background-color: #038783;
}
.icon_text_vertical .icon-list .col4.icontxt3 .icon-box .icon,
.icon_text_vertical .icon-list .col4.icontxt6 .icon-box .icon {
    background: #F29E19;
}
.icon_text_vertical .heading {
    margin: 0 0 60px;
}
.icon_text_vertical .heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    margin: 0 0 15px;
}
.heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    margin: 0 0 15px;
    color : #000;
}
.outcomes-experiences-section {
    padding: 60px 0 60px;
}
.outcomes-experiences-section .row-sec {
    display: flex;
    flex-wrap: wrap;
}
.outcomes-experiences-section .row-sec .col-left {
    width: 40%;
}
.outcomes-experiences-section .row-sec .col-right {
    width: 60%;
    padding: 0 10px;
}
.outcomes-experiences-section .row-sec .col-left .two-imgs .top-img img {
    width: 90%;
    height: 610px;
    object-fit: cover;
}
.outcomes-experiences-section .row-sec .col-left .two-imgs .bottom-img img {
    width: 100%;
    border: 15px solid #649EE2;
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
    padding: 15px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec {
    background-color: #FFA71B !important;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left .icon-txt-sec,
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec,
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec {
    background: #038783;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left .icon-txt-sec .icon,
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec .icon,
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec .icon {
    margin: 0 0 10px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left .icon-txt-sec .icon img,
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec .icon img {
    width: 60px;
    height: auto;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left .icon-txt-sec .content h4,
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec .content h4,
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec .content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    margin: 0 0 15px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left .icon-txt-sec .content p,
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec .content p,
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec .content p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: end;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .left {
    width: 50%;
    padding: 0 10px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .right {
    width: 50%;
    padding: 0 10px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .right .icon-txt-sec {
    background: #649EE2;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom {
    width: 90%;
    margin-top: 20px;
}
.outcomes-experiences-section .two-imgs {
    position: relative;
}
.outcomes-experiences-section .two-imgs .bottom-img {
    position: absolute;
    top: 75%;
    right: -50px;
}
.outcomes-experiences-section .bottom .icon-txt-sec {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.outcomes-experiences-section .bottom .icon-txt-sec .icon {
    width: 15%;
    text-align: end;
}
.outcomes-experiences-section .bottom .icon-txt-sec .content {
    width: 77%;
}
.outcomes-experiences-section .heading {
    margin-bottom: 60px;
}
.outcomes-experiences-section .row-sec .col-right .content-boxs .bottom .icon-txt-sec .icon img {
    width: 70px;
    height: 70px;
}
