@font-face {
    font-family: 'inter';
    url("../font/inter.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    url("../font/Urbanist-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primaryColor: #163b3b;
    --primaryHover: #225050;
    --secColor: #7c867e;
    --ashColor: #f5f7fa;
    --white-color: #FFFFFF;
    --whiteColor: #FFFFFF;
    --acentColor: #de4e54;
    --accent-color: #7c867e;
    --titleColor: #000d44;
    --bs-white-rgb: 255, 255, 255;
    --divider-color:#eaf0ec;
    --bs-bg-opacity: 1;
    --secondaryFont: "Urbanist", sans-serif;
    --transition: all ease 300ms;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

.font-inter {
    font-family: "Inter", sans-serif;
}


.font-primary {
    font-family: 'Urbanist', sans-serif;
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #777777;;
    background-color: #f1f3f7 !important;
}

.color-primary {
    color: #0079c9 ;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #007e02;
}

.bg-color-secondary {
    background-color: rgba(235, 237, 255, 0.93);
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm{
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01  ;
    border-color: #fd5f01  ;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66 ;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01 ;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01 ;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918 ;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918 ;
}


.fs-very-small {
    font-size: 12px;
}

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.hero-sub-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-h1{
    font-size: 47px;
    font-weight: bold;
}

.text-h1 {
    font-size: 25px;
    font-weight: bold;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.text-h3 {
    font-size: 22px;
    font-weight: 700;
}

.text-sub-title{
    font-size: 16px;
    font-weight: bold;
}

.pt-section{
    padding-top: 80px;
}

.mt-section{
    margin-top: 80px;
}

.section-padding {
    padding: 40px 0;
}

.section-margin {
    margin: 40px 0;
}

.left-section-gap {
    margin: 16px 0;
}

.my-section {
    margin: 80px 0;
}

.py-section {
    padding: 100px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.link-primary-color{
    color: #043872 ;
    text-decoration: none;
    font-weight: bold;
}



.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.logo-default {
    height: 65px;
}


.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000d44;
    text-shadow: 5px 4px 12px #c1c1c1;
}

.logo-title {
    font-size: 26px;
    font-weight: bold;
}


.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -70px;
}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}

.section-subtitle{
    color: #1ab68c;
    font-weight: 600;
}

.hero-h1{
    font-size: 47px;
    font-weight: 700;
    font-family: var(--secondaryFont);
}

.btn-default{
    position: relative;
    display: inline-block;
    background: var(--primaryColor);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primaryHover);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover {
    background: transparent;
    color: var(--white-color);
}

.btn-default:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted {
    background-color: transparent;
    color: var(--secColor);
    border: 1px solid var(--secColor);
}

.btn-default.btn-highlighted::after {
    background-color:var(--secColor);
}

.btn-highlighted:hover {
    background: transparent;
    color: var(--white-color);
}

.text-sec {
    color: var(--secColor);
}


/*About*/

.heading-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.heading-wrap .title-wrap{
    width: 70%;
}
.sub-title {
    color: var(--primaryColor);
    margin-bottom: 5px;
    font-size: 14px;
    font-weight:600;
    line-height: 30px;
    letter-spacing: 0.6px;
    position: relative;
    margin-left: 26px;
    padding-left: 5px;
    vertical-align: middle;
}

.heading-wrap .title-wrap .sub-title:before {
    background-image: url('../../../assets/img/tie-img.png');
    content: "";
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    opacity: 1;
    font-size: 15px;
    z-index: 1;
    transition: all 2s;
}

.section-title {
    color: #222222;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 35px;
}

.feature-box-wrapper {
    margin: 0px 0px 30px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D5D5D5;
}

.feature-box .col-12:last-child .feature-box-wrapper {
    border-width: 0px 0px 0px 0px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.feature-box-wrapper .media:first-child {
    margin-right: 0;
    line-height: 30px;
}


.number {
    opacity: calc( 10 / 10 );
    font-size: 25px;
    font-weight: 600;
    line-height: 60px;
}
.number {
    background-color: var(--primaryColor);
    border-radius: 50%;
    line-height: 30px;
    margin-right: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-box-title {
    text-transform: none;
    font-size: 26px;
    margin-bottom: 8px;
    color: #222222;
    line-height: 36px;
}

.fbox-content {
    margin-bottom: 1rem;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.about-img-container img{
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.about-img-container{
    position: relative;
}

.bg-item-text{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 20px 20px 30px;
    background-color: rgba(33, 32, 32, 0.85);
    overflow: hidden;
    border-radius: 20px 0 20px 0 ;
}

.bg-item-text p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;
}


.single-work{
    position: relative;
    height: 500px;
    width: 100%;
}

.single-work.one:before {
    background-image: url("../../../assets/img/workflow/leadership.jpg");


}
.single-work:before {
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 15px;
    z-index: -1;
    transition: all 2s;
}

.work-element{
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 500;
    padding: 20px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.element-counter {
    margin: 30px;
    text-align: center;
    color: #FFFFFF47;
    font-size: 95px;
    font-weight: 500;
    line-height: 1em;
}

.heading-sub-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #f9d67b;
    padding: 7px 25px 10px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f9d67b;
    border-radius: 40px 40px 40px 40px;

}

.heading-title {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
}

.single-work .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.single-work:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
    background-image: linear-gradient(178deg, rgba(1, 78, 78, 0.48) 0, #014e4e 100%);
}

.single-work.two:before {
    background-image: url("../../../assets/img/workflow/management.jpg");
}

.single-work.three:before {
    background-image: url("../../../assets/img/workflow/interview.jpg");
}

.single-work.four:before {
    background-image: url("../../../assets/img/workflow/development.jpg");
}

.badge {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3.8px;
    margin-bottom: 1rem;
    padding: 0 0 5px;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #896499;
    color: #2b2f32;
}

.content-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -1.5px;
    margin-bottom: 2rem;
}

.transfer-center p{
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.single-s-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.single-s-area .icon img{
    height: 100px;
    width: 100px;
}

.area-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #122e50;
    text-transform: none;
    font-style: normal;
    text-align: center;
}

.transfer-center{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.why-us-section{
    position: relative;
}


.why-us-section:before{
    background-image: url("../../../assets/img/hero/hero-slider-3.jpg");
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
}

.why-us-section:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
    background-image: linear-gradient(178deg, rgba(8, 47, 80, 0.93) 0, rgba(8, 63, 63, 0.91) 100%);
}

.why-us-section .container{
    position: relative;
    z-index: 5;
}

.why-us-sub-title{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.why-us-title{
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

.single-item{
    padding: 15px ;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border-color: #F7F7F75C;
    border-width: 1px 1px 1px 1px;
    border-style: solid;

    display: flex;
    gap: 16px;
    align-items: center;
}

.single-item:hover{
    border-color: #f9d67b;
}

.content-icon {
    background-color: #F2F6FB24;
    padding: 10px 15px 19px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.single-item .content-title {
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.single-item .team-number {
    justify-content: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
}

.desc{
    color: #FFFFFF;
    font-size: 16px;
}

.section-heading .section-subtitle span{
    padding: 0 19px;
}

.section-heading  .section-subtitle:before,.section-heading  .section-subtitle:after {
    position: absolute;
    top: 5px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--primaryColor);
}


.card-img-box img{
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-content-center{
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    background-color: #eff1f3;
    padding: 20px 40px;
}

.card-img-box{
    background-color: #eff1f3;
}

.card-title{
    color: #122e50;
    font-size: 26px;
    font-weight: 700;
}

.card-content-center p{
    color: #122e50;
    font-size: 16px;
    font-weight: 400;
}

.card-content-center ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-able-card-box-wrapper{
    position: relative;
}

.spacer {
    order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: auto;
    float: none;
    flex-shrink: 1;
    display: block;
    margin: 0px;
    inset: auto;
    position: relative;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;
    padding: 0px;
}

.spacer-content{
    transform: translate(0px, 0px);
    margin: 0px;
    max-width: 1400px;
    height:500px;
    padding: 0px;
    top: 139.969px;
    box-sizing: border-box;
    position: sticky;
}





.vision-mission {
    padding: 100px 0 50px;
    background: linear-gradient(180deg, #192324 60%, #ffffff 40%);
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    margin-bottom: 0;
    margin-right: 30px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 35px;
    margin-bottom: 20px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*background: url('../../../assets/img/icon-sub-heading.svg');*/
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}

.section-title-content {
    margin-left: 120px;
}

.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h2,
.section-title.dark-section h3 {
    color: var(--white-color);
}

.vision-mission-box {
    background-color: #f8f8f8;
    padding: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 150px;
}

.vision-mission-box .vision-mission-item:last-child::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
}

.vision-mission-item {
    position: relative;
    width: calc(50% - 75px);
}

.vision-mission-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: var(--divider-color);
    z-index: 1;
}

.vision-mission-item .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    background:var(--divider-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vision-mission-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.vision-mission-content p {
    margin: 0;
}

.vision-mission-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}


.service-card .icon-img img {
    height: 60px;
    width: 60px;

    margin-bottom: 1rem ;
}




.packege-name{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    background-color: #163b3b;
    color: #fff;
    overflow: hidden;
}

.packege-value{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #1ab68c;
    color: #fff;
}


.service-card .icon-img img {
    height: 60px;
    width: 60px;

    margin-bottom: 1rem ;
}




.packege-name{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    background-color: #163b3b;
    color: #fff;
    overflow: hidden;
}

.packege-value{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #1ab68c;
    color: #fff;
}

.pricing-dependency {
    padding: 10px;
}

.dependency {
    padding-left: 0;
}

.dependency li{
    text-align: center;
    padding: 5px 2px;
    margin: 0;
    text-decoration: none;
    list-style: none;
    border-bottom: 1px solid #dad8d8;
}

.icon-center {
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-color: #EFE3C2;
}


.location{
    background-color: #014e4e;
    color: #fff;
}

.contact h3 {
    font-size: 24px;
    padding-bottom: 1rem;
}

.support{
   background-color: #e9edf0;
    color: #000;
}

.section-heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    color: #163b3b;
}


@media (max-width: 767px) {
    .contact-info {
        font-size: 12px;
        line-height: 20px;
        color: #bdbcbc !important;
    }

    .icon-top {
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .hero-h1 {
        font-size: 22px;
        font-weight: 500;
        font-family: var(--secondaryFont);
    }

    .slider-overlay {
        align-items: start !important;
        padding-top: 25px;
    }

    .btn-default {
        margin-bottom: 8px;
        margin-left: 0 !important;
        padding: 8px 16px;
    }

    .experience-counter {
        left: 23%;
    }

    .feedback-counter {
        right: -52px;
    }

    .about-us-content-body {
        gap: 16px;
    }

    .about-us-content-info {
        width: 100%;
    }

    .about-contact-content {
        width: 100%;
    }

    .about-us-contact-list {
        width: 100%;
    }

    .testimonials-carousel .single-slide-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonials-carousel .single-slide-item .text-box {
        padding-left: 0px;
    }

    .logo-default {
        height: 45px;
    }

    .about-us-content-body::before {
        content: '';
        display: none;
        position: absolute;
        right: 50%;
        top: 0;
        bottom: 0;
        transform: translateX(-50%);
        border: 1px solid var(--accent-color);
        width: 1px;
        height: 100%;
    }

    .section-title-content {
        margin-left: 0px;
    }

    .vision-mission-item {
        position: relative;
        width: 100%;
    }

    .section-title {
        color: #222222;
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .heading-wrap {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .heading-wrap .title-wrap {
        width: 100%;
    }

    .spacer-content {

        height: 1000px;
    }
}

@media (max-width: 767px) {
    .header-subtitle {
        font-size: 9px;
    }

    .contact h3 {
        font-size: 20px;
        padding-bottom: 1rem;
    }

    .vision-mission-box {
        padding: 45px 20px;
    }

    .slider-text {
        display: none;
    }

    .section-subtitle {
        margin-top: 30px;
    }

    .single-item .content-title {
        font-size: 16px;
    }

    .single-item .team-number {
        font-size: 18px;
    }

    .spacer-content {
        position: relative;
        top: 0;
    }

    .spacer-content {
        height: auto;
    }
}
