@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);
:root,
body {
    scroll-behavior: smooth
}

.header .logo h1,
.topbar,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-custom)
}

.btn-join-us,
.see-more,
a,
a:hover {
    text-decoration: none
}

:root {
    --font-default: "Lora", serif;
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Raleway", sans-serif;
    --font-custom: "Lora", serif;
    --color-default: #2b180d;
    --color-primary: #f23d30;
    --color-secondary: #1b2f45;
    --accent-color: #f23d30;
    --default-color: #444444;
    --background-color: white
}

body {
    color: var(--color-default);
    background-color: var(--background-color)
}

a {
    color: var(--color-primary);
    transition: .3s
}

a:hover {
    color: red
}

.breadcrumbs ol a:hover,
.topbar a {
    text-decoration: underline
}

section {
    overflow: hidden;
    padding: 80px 0
}

.section-header {
    text-align: center;
    padding-bottom: 30px
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.hero .content p:last-child,
.section-header p,
.solution-service .icon-box p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 100px 0 60px;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.redirect-btn,
.scroll-top {
    visibility: hidden;
    right: 15px;
    z-index: 99999;
    background: #f23d30;
    height: 40px;
    border-radius: 90px;
    position: fixed;
    opacity: 0;
    width: 40px
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(254, 114, 114, .292);
    position: absolute;
    inset: 0
}

.breadcrumbs h2 {
    font-family: Lora, serif;
    font-size: 56px;
    font-weight: 500;
    color: #fff
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary)
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, .8);
    transition: .3s
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/"
}

.scroll-top {
    bottom: 65px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

.redirect-btn {
    bottom: 15px;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.redirect-btn:hover,
.see-more:hover {
    background: red;
    color: #fff
}

.redirect-btn i {
    font-size: 20px;
    color: #fff
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #f3f4f4;
    transition: .6s ease-out
}

#preloader:after,
#preloader:before {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    animation: 2s cubic-bezier(0, .2, .8, 1) infinite animate-preloader
}

#preloader:after {
    animation-delay: -.5s
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.header {
    background: #fff;
    transition: .5s;
    z-index: 997;
    padding: 24px 0
}

.topbar {
    background-color: #f23d30;
    height: 35px;
    padding: 0;
    font-size: 14px;
    transition: .5s
}

.topbar p {
    color: #fff;
    letter-spacing: .3px
}

.topbar a {
    color: #fff
}

@media (max-width:1200px) {
    .header {
        padding: 12px 0
    }
}

.header.sticked {
    padding: 12px 0
}

.header .logo img {
    margin-right: 6px
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.request-btn {
    background: #f23d30;
    border: 2px solid #f23d30;
    color: #fff;
    font-family: var(--heading-font);
    padding: 8px 15px;
    border-radius: 50px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.faq,
.hero,
.mission,
.solution-service,
.team {
    background-color: #fff
}

.join-us h3,
.request-btn:hover {
    color: #fff
}

@media (min-width:1280px) {
    .navbar {
        padding: 0
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navbar li {
        position: relative
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 15px 30px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        transition: .3s
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover>a,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #f23d30
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(255, 255, 255, .6);
        transition: .2s
    }
    .navbar .dropdown ul li {
        min-width: 200px
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-secondary)
    }
    .navbar .dropdown ul a i {
        font-size: 12px
    }
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        cursor: pointer;
        line-height: 0;
        transition: .5s
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: #1b2f45;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        transition: .3s
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }
    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, .6)
    }
    .navbar .dropdown .dropdown>.dropdown-active,
    .navbar .dropdown>.dropdown-active {
        display: block
    }
    .mobile-nav-show {
        color: #1b2f45;
        font-size: 28px
    }
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .navbar {
        right: 0
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(27, 47, 69, .7);
        z-index: 9996
    }
}

.hero {
    padding: 80px 120px
}

.hero .content h3 {
    font-family: Lora, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000
}

.hero .content h3 .underlight,
.testimonials .underlight,
.underlight {
    position: relative;
    z-index: 1;
    padding: 0 5px;
    display: inline-block
}

.hero .content h3 .underlight:before,
.testimonials .underlight:before,
.underlight:before {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff0;
    z-index: -1
}

.hero .content h3 .curve-underline {
    position: relative;
    display: inline-block
}

.hero .content h3 .curve-underline:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 20px;
    width: 220px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 20"><path d="M0,10 C37.5,20 112.5,0 150,10" stroke="%23FF0000" stroke-width="2" fill="transparent"/></svg>');
    background-repeat: no-repeat;
    color: var(--color-primary);
    background-size: cover
}

.hero .content .learn-more {
    background: #f23d30;
    border: 2px solid #f23d30;
    color: #fff;
    font-family: var(--heading-font);
    padding: 10px 25px;
    border-radius: 50px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.contact .php-email-form button[type=submit]:hover,
.hero .content .learn-more:hover,
.solution-service .content .read-more:hover {
    background: red
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: #f23d30;
    font-weight: 600
}

.hero .btn-watch-video i {
    color: #f23d30;
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.hero .btn-watch-video:hover,
.hero .btn-watch-video:hover i,
.services-cards h1 {
    color: red
}

.hero .hero-images img {
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.mission {
    padding-top: 50px;
    padding-bottom: 50px
}

.mission .content-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #f23d30;
    font-family: Lora, serif
}

.mission .btn-get-started,
.solution-service .content .read-more {
    font-family: var(--heading-font);
    align-items: center;
    transition: .3s
}

.mission .content-title {
    color: var(--heading-color);
    font-size: 20px;
    margin-bottom: 30px
}

.faq p,
.mission p {
    line-height: 1.7;
    color: var(--default-color)
}

.mission .btn-get-started {
    background: #f23d30;
    border: 2px solid #f23d30;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center
}

.mission .btn-get-started:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.mission .lead {
    line-height: 1.6;
    font-size: 17px;
    font-weight: 400;
    color: var(--default-color)
}

.solution-service .content h3 {
    font-family: Lora, serif;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border-radius: 7px;
    display: inline-block
}

.solution-service .content h2 {
    font-weight: 700;
    font-family: Lora, serif;
    padding: 5px
}

.solution-service .content p:last-child {
    margin-bottom: 0;
    padding: 5px
}

.solution-service .content .read-more {
    background: var(--accent-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center
}

.solution-service .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: .3s
}

.solution-service .content .read-more:hover i {
    margin-left: 10px
}

.solution-service .icon-box {
    background-color: var(--surface-color);
    padding: 50px 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: .3s ease-out
}

.icon-box .read-mores {
    color: #f23d30;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px
}

.solution-service .icon-box i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: .4s ease-out;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    color: var(--accent-color)
}

.solution-service .icon-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700
}

.solution-service .icon-box:hover i {
    background-color: var(--accent-color);
    color: #fff
}

.solution-service .icon-boxes .col-md-6:nth-child(2) .icon-box,
.solution-service .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px
}

.clients .client-logo {
    background-color: var(--surface-color);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 150px
}

.clients .client-logo img {
    padding: 10px 10px 0;
    max-width: 100%
}

.clients .logo-atr {
    transform: scale(2) !important
}

.clients .logo-apnic {
    transform: scale(1.2) !important;
    margin-top: -20px
}

.clients .logo-unconnected,
.clients .logo-usaid,
.clients .logo-wisflux {
    transform: scale(1.5) !important
}

.clients .logo-hapins {
    transform: scale(1.5) !important
}


.clients .logo-ntt {
    transform: scale(1) !important
}

.clients .logo-cloudesk,
.clients .logo-educatingnepal {
    transform: scale(1.8) !important
}

.clients .logo-7core,
.clients .logo-dost,
.clients .logo-dostasti {
    transform: scale(.6) !important
}

.clients .logo-rameses {
    transform: scale(1.9) !important
}

.clients .logo-dict,
.clients .logo-diffsigma {
    transform: scale(1.6) !important
}

.team .member {
    background-color: #f5f5f5;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    text-align: center;
    margin-bottom: 20px
}

.team .member img {
    border-radius: 50%;
    image-rendering: crisp-edges;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    width: 290px;
    height: 280px;
    margin: 30px 0
}

.team .member .member-content {
    padding: 0 20px 30px
}

.team .member h4 {
    margin-bottom: 2px;
    font-size: 18px
}

.faq {
    padding: 0
}

.faq .section-title {
    font-size: 40px;
    display: block;
    font-family: Lora, serif
}

.faq .content-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    color: var(--default-color)
}

.faq .content-title {
    color: var(--heading-color);
    font-size: 22px;
    margin-bottom: 30px
}

.faq .custom-accordion .accordion-item {
    background-color: var(--surface-color);
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    overflow: hidden
}

.faq .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0 15px 40px;
    text-decoration: none;
    text-align: left;
    color: var(--default-color);
    border: none;
    border-radius: 0;
    position: relative;
    background-color: color-mix(in srgb, var(--default-color), transparent 94%)
}

.blog .posts-list .title a:hover,
.blog h1,
.contact h1,
.faq .custom-accordion .accordion-item .btn-link:hover,
.footer .footer-content .footer-links ul a:hover,
.portfolio h1,
.programs h1 {
    color: #f23d30
}

.faq .custom-accordion .accordion-item .btn-link:before {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded=true] {
    color: var(--accent-color)
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded=true]:before {
    font-family: bootstrap-icons !important;
    content: "\f286";
    position: absolute;
    color: var(--accent-color);
    top: 50%;
    transform: translateY(-50%)
}

.faq .custom-accordion .accordion-item .accordion-body {
    padding: 20px;
    color: var(--default-color)
}

.latest-news-title {
    margin: 30px;
    background: padding-box text #f23d30;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent
}

.blog .posts-list article+article,
.see-more {
    margin-top: 60px
}

.see-more {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #f23d30;
    border-radius: 50px;
    background-color: #f23d30;
    color: #fff
}

.see-more i {
    margin-left: 5px;
    line-height: 0;
    transition: .3s
}

.see-more:hover i {
    color: #fff;
    margin-left: 10px
}

.join-us {
    background: #e72929;
    padding-bottom: 0
}

.join-us .join-title {
    color: #fff;
    font-weight: bolder;
    font-size: 60px
}

.btn-join-us {
    display: block;
    margin: 0 auto;
    font-size: 50px !important;
    font-weight: bolder;
    padding: 10px 70px;
    border: .1px solid #f5f5f5;
    border-radius: 50px;
    background-color: #fa7070;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transition: .4s ease-in-out
}

.children-laughing {
    display: block;
    margin: 0 auto;
    height: 320px
}

@media (max-width:768px) {
    .hero {
        padding: 0
    }
    .solution-service .icon-boxes .col-md-6:nth-child(2) .icon-box,
    .solution-service .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0
    }
    .join-us .join-title {
        font-size: 48px
    }
    .btn-join-us {
        font-size: 40px !important;
        padding: 5px 40px;
        margin-top: 50px
    }
    .children-laughing {
        height: 260px;
        margin-left: 230px
    }
    .join-us .row {
        flex-direction: column;
        text-align: center
    }
    .newsletter-form {
        max-width: 90%;
        padding: 10px
    }
    .footer-newsletter h4 {
        font-size: 20px
    }
    .footer-newsletter p {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .join-us .join-title {
        font-size: 36px
    }
    .btn-join-us {
        font-size: 30px !important;
        margin-top: 20px;
        padding: 5px 30px
    }
    .children-laughing {
        height: 200px;
        margin-left: 0
    }
    .join-us .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.about,
.awards,
.blog,
.portfolio,
.portfolio-details .portfolio-description p,
.programs,
.resume {
    padding: 0
}

.about .content h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: justify;
    color: #f23d30
}

.portfolio .portfolio-item,
.services-list .service-item {
    position: relative
}

.services-list .service-item .icon i {
    font-size: 32px;
    line-height: 0;
    margin-right: 20px;
    color: #38618e
}

.services-list .service-item .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px
}

.services-list .service-item .title a {
    color: var(--color-secondary)
}

.services-list .service-item .title a:hover {
    color: #38618e
}

.services-list .service-item .description {
    line-height: 24px;
    font-size: 14px
}

.recent-posts .post-box {
    transition: .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column
}

.recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative
}

.recent-posts .post-box .post-img img {
    transition: .5s
}

.blog .sidebar .recent-posts .post-item+.post-item,
.recent-posts .post-box .meta {
    margin-top: 15px
}

.recent-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary)
}

.recent-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary)
}

.recent-posts .post-box .post-title {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0;
    position: relative;
    transition: .3s
}

.recent-posts .post-box p {
    margin: 15px 0 0;
    color: rgba(27, 47, 69, .7)
}

.recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: .3s;
    margin-top: 15px
}

.recent-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px
}

.blog .blog-details .meta-bottom a:hover,
.blog .comments .comment h5 a:hover,
.blog .posts-list .read-more a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.portfolio .portfolio-flters li.filter-active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.recent-posts .post-box:hover .post-title,
.team .team-member .social a:hover {
    color: var(--color-primary)
}

.recent-posts .post-box:hover .post-img img {
    transform: scale(1.1)
}

.resume .resume-item:last-child,
.team {
    padding-bottom: 0
}

.team .team-member {
    overflow: hidden;
    background: #fff
}

.team .team-member .member-img {
    position: relative;
    overflow: hidden
}

.team .team-member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center
}

.team .team-member .social a {
    transition: color .3s;
    color: #31547c;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.blog .sidebar .search-form form button i,
.team .team-member .social a i {
    line-height: 0
}

.team .team-member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .team-member .member-info {
    padding: 25px 15px 0;
    text-align: center
}

.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--color-secondary)
}

.team .team-member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6c757d
}

.team .team-member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #6c757d
}

.team .team-member:hover .social {
    opacity: 1
}

.services-cards {
    background: #fff
}

.services-cards .card-item {
    border: 1px solid rgba(27, 47, 69, .1);
    background: #fff;
    position: relative;
    border-radius: 0
}

.services-cards .card-item .card-bg {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat
}

.services-cards .card-item .card-body {
    padding: 30px
}

.services-cards .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-secondary)
}

.services-cards .card-item p {
    color: var(--color-secondary);
    margin: 0
}

.testimonials {
    padding: 0;
    position: relative
}

.testimonials:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2
}

.testimonials .container {
    position: relative;
    z-index: 3
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 26px;
    line-height: 0
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    transform: scale(-1, -1)
}

.testimonials .swiper-wrapper {
    height: auto
}

.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    background-color: color-mix(in srgb, var(--default-color), transparent 50%);
    opacity: .5
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--default-color);
    opacity: 1
}

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    box-shadow: 0 0 20px rgba(27, 47, 69, .1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: .3s;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #f23d30;
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #e8eff6 !important;
    color: #f23d30 !important;
    opacity: 1
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f23d30 !important
}

@media (max-width:1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1
    }
    .testimonials .swiper-pagination {
        margin-top: 10px
    }
    .testimonials .testimonial-item {
        margin: 40px 20px
    }
}

@media (min-width:1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12)
    }
}

.portfolio .portfolio-flters {
    padding: 8px 20px 10px;
    margin: 0 auto 30px;
    list-style: none;
    text-align: center;
    font-family: var(--font-custom)
}

.portfolio .portfolio-flters li {
    font-family: var(--font-custom);
    color: var(--color-secondary);
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px 5px;
    line-height: 1;
    transition: .3s ease-in-out
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px
    }
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .9);
    padding: 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-default);
    padding-right: 50px
}

.portfolio .portfolio-item .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: rgba(27, 47, 69, .7);
    transition: .3s;
    line-height: 0
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--color-primary)
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(27, 47, 69, .1)
}

.blog .blog-details,
.blog .comments .reply-form,
.blog .post-author {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6e2ef
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary)
}

.contact {
    padding: 0;
    background-size: contain;
    position: relative
}

.blog .sidebar .sidebar-item+.sidebar-item,
.contact .info-item+.info-item {
    margin-top: 40px
}

.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    margin-right: 15px
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #f23d30
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px
}

.contact .php-email-form {
    height: 100%
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 5px;
    color: #000 !important
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--accent-color)
}

.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: rgba(0, 0, 0, .711)
}

.contact .php-email-form button[type=submit] {
    color: #fff;
    background: var(--accent-color);
    border: 0;
    padding: 10px 25px;
    margin-bottom: 50px;
    transition: .4s;
    border-radius: 50px
}

.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px
}

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0
}

.blog .posts-list .title a,
.blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: .3s
}

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #f23d30
}

.blog .blog-details .meta-top ul,
.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .blog-details .meta-top ul li+li,
.blog .posts-list .meta-top ul li+li,
.resume .resume-item ul {
    padding-left: 20px
}

.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #f23d30
}

.blog .posts-list .meta-top a {
    color: #f23d30;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .blog-details .content,
.blog .posts-list .content {
    margin-top: 20px
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #f23d30;
    transition: .3s;
    font-size: 15px;
    font-weight: 500
}

.blog .blog-details {
    padding: 30px
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px;
    overflow: hidden
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0;
    color: var(--color-secondary)
}

#msg,
.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, .06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray)
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, .8)
}

.blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, .15)
}

.blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline
}

.blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, .8);
    transition: .3s
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .cats li,
.blog .blog-details .meta-bottom .tags li,
.blog .sidebar .tags ul li {
    display: inline-block
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ","
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: var(--color-secondary)
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0
}

.blog .post-author .social-links a {
    color: rgba(27, 47, 69, .5);
    margin-right: 5px
}

.blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), .8);
    margin-bottom: 0
}

.blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-secondary)
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, .2);
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: 0
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button:hover {
    background: rgba(86, 184, 230, .8)
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul a {
    color: var(--color-secondary);
    font-size: 15px
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-default)
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-default-rgb), .4);
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: 20px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), .4)
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul a {
    color: #38618e;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, .15);
    display: inline-block;
    border-radius: 50px;
    transition: .3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary)
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, .8);
    font-size: 14px
}

.blog .comments {
    margin-top: 30px
}

.blog .comments .comments-count {
    font-weight: 700
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .comments .comment .comment-img {
    margin-right: 14px
}

.blog .comments .comment .comment-img img {
    width: 60px
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .comments .comment h5 a {
    font-weight: 700;
    color: var(--color-default);
    transition: .3s
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary)
}

.blog .comments .comment h5 .reply i {
    font-size: 20px
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(27, 47, 69, .8);
    margin-bottom: 5px
}

.blog .comments .comment.comment-reply {
    padding-left: 40px
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px
}

.blog .comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .comments .reply-form p,
.footer {
    font-size: 14px
}

.blog .comments .reply-form input,
.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px
}

.blog .comments .reply-form input:focus,
.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, .8)
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary)
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, .8)
}

.blog .blog-pagination {
    margin-top: 30px;
    color: #38618e
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog .blog-pagination li a {
    color: #2aa5df;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #dbf0fa;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    background: var(--color-primary);
    color: #fff
}

#msg {
    display: block;
    color: #f23d30
}

.footer .footer-content {
    background-color: #f3f4f4;
    background-size: contain;
    padding: 60px 0 30px
}

.footer .footer-content .footer-info {
    font-family: var(--font-custom);
    margin-bottom: 30px
}

.footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px
}

.footer .footer-content .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px
}

.footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f23d30;
    font-family: var(--font-custom);
    margin-top: 3px
}

.footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--color-secondary)
}

.footer .footer-content .social-links a {
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f23d30;
    color: #fff;
    border-radius: 50px
}

.footer .footer-content .social-links a:hover {
    background-color: red
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #29486a;
    position: relative;
    padding-bottom: 12px
}

.footer .footer-content .footer-links {
    margin-bottom: 30px
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: #f23d30;
    font-size: 16px;
    line-height: 0
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-content .footer-links ul a {
    color: #31547c;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

.footer .footer-content .footer-contact p {
    line-height: 26px;
    color: var(--color-secondary)
}

.footer .footer-legal {
    background: #f3f4f4;
    padding: 30px 0
}

.footer .footer-legal .copyright {
    text-align: center;
    color: var(--color-secondary)
}

.footer .footer-legal .c#f23d30its {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    color: var(--color-secondary)
}

@media (max-width:576px) {
    .newsletter-form {
        max-width: 100%;
        flex-direction: column;
        padding: 10px
    }
    .newsletter-form input[type=email] {
        margin-bottom: 10px
    }
    .newsletter-form button[type=submit] {
        width: 100%;
        height: 40px;
        text-align: center
    }
}

.resume .resume-title {
    color: var(--heading-color);
    margin-bottom: 20px
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid var(--accent-color);
    position: relative
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 10px
}

.resume .resume-item h5 {
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px
}

.resume .resume-item ul li {
    padding-bottom: 10px
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: var(--background-color);
    border: 2px solid var(--accent-color)
}

.awards img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.awards .text-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.text-content p {
    flex-grow: 1
}

.text-content a {
    align-self: flex-start;
    margin-top: auto
}

@media (max-width:640px) {
    .hero {
        padding: 0
    }
    .mission .content-subtitle {
        font-size: 30px
    }
    .clients .client-logo img {
        padding: 30px;
        max-width: 50%
    }
    .clients .logo-atr,
    .clients .logo-rameses {
        transform: scale(1) !important
    }
    .clients .logo-apnic {
        transform: scale(.6) !important;
        margin-top: -20px !important
    }
    .clients .logo-unconnected,
    .clients .logo-usaid,
    .clients .logo-wisflux {
        transform: scale(.8) !important
    }
    .clients .logo-ntt {
        transform: scale(.6) !important
    }
    .clients .logo-educatingnepal {
        transform: scale(1.3) !important;
        margin-top: 20px !important
    }
    .clients .logo-dost {
        transform: scale(.3) !important
    }
    .clients .logo-cloudesk {
        transform: scale(1) !important;
        margin-top: -60px !important
    }
    .clients .logo-dostasti {
        transform: scale(.3) !important;
        margin-top: -60px !important
    }
    .clients .logo-dict,
    .clients .logo-diffsigma {
        transform: scale(.8) !important;
        margin-top: -30px !important
    }
    .clients .logo-7core {
        transform: scale(.3) !important;
        margin-top: -20px !important
    }
    .contact {
        background-position: center 50px
    }
    .awards {
        margin-top: 40px
    }
    .awards h3 {
        font-size: 42px
    }
}

@media (max-width:768px) {
    .awards {
        padding: 0
    }
    .awards h3 {
        font-size: 42px
    }
}

.card-title {
    color: var(--color-secondary)
}

.card-title:hover {
    color: #f23d30 !important
}