@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/daddy-rewind');

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 23px;
    color: #252D3B !important;
    font-size: 15px;
    font-weight: 500 !important;
    text-transform: initial;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #787878;
    font-size: 15px;
}

h1,
.h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.display-3 {
    font-size: 60px !important;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgb(53 53 53 / 91%), rgb(53 53 53 / 82%)), url(../images/about-banner.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.bg-success {
    background-image: linear-gradient(180deg, #2ECC80, #55CD61);
}

.btn-success {
    background-image: linear-gradient(180deg, #2ECC80, #55CD61);
    border: #55CD61;
    border-radius: 20px;
}

.text-light {
    color: #FFFFFF !important;
}

.btn-primary {
    color: #000;
    background-image: linear-gradient(180deg, #2ECC80, #55CD61);
    border: #1F923F;
    border-radius: 6px;
}

small {
    font-size: 15px;
}
ul.listItems li {
    font-size: 19px;
    background: url(../images/ok-mark.png) no-repeat 0 7px;
    padding-left: 35px;
    list-style: none;
    margin-left: -32px;
    line-height: 40px;
    color: #787878;
    font-weight: 600;
    margin-bottom: 12px;
}
.listItems  p{
    margin-bottom: 3px;
}
/*** Footer ***/
.footer {
    background: url(../images/footer-img.png);
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid;
    transition: .3s;
}

.footer h6 {
    font-size: 16px;
}

.footer p {
    color: #ffff !important;
    opacity: 70%;
}

.footer .btn.btn-social:hover {
    color: #3ba75a;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #3ba75a !important;
}
.border-end {
    border-right: 1px solid #dee2e673 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    opacity: 70%;
}

.footer .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #ffffff40;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.what-we-do .w-100 {
    width: 95% !important;
}

.Unique {
    background-image: linear-gradient(180deg, #55CD61, #2ECC80);
}

.Unique h1 {
    color: #FFFFFF;
    text-align: center;
}

.Unique p {
    color: #FFFFFF;
    text-align: center;
}

.Unique h2 {
    color: #FFFFFF;
    margin-top: 12px;
}

.Unique h6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.Partner {
    background-color: #F3F4F7 !important;
    padding: 23px;
}

.Partner .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FFFFFF;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 50px;
}

.Partner .btn-success {
    border-radius: 0px;
}

#client-logos .item {
    margin: 1px;
}

.client-inners img {
    height: 100%;
    object-fit: contain;
}

.client-inners {
    text-align: center;
    padding: 8px;
}

.owl-nav img {
    width: 34px;
}

.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}

.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

.Recognitions {
    background-color: #1F923F;
}

.mobile {
    display: none;
}

.footer ::placeholder {
    color: #ffff;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #ffff;
}

.footer .btn-primary {
    background-image: linear-gradient(180deg, #2ECC80, #55CD61);
    border: #2ECC80;
    border-radius: 2px;
}

.contact h5,
.h5 {
    font-size: 32px;
    font-family: MonteCarlo;
    color: #1F923F;
}

.contact .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #F3F4F8;
    background-clip: padding-box;
    border: 1px solid #F3F4F8;
    appearance: none;
    border-radius: 0px;
    height: 51px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    font-size: 15px;
    line-height: 18px;

}

.contact .btn-success {
    border-radius: 0px;
}

.galley .w-100 {
    width: 102% !important;
}

.Clients {
    margin-top: 21px !important;
}

.Suspendisse {
    display: none !important;
}

.what-we-do {
    display: block;
}

@media only screen and (max-width: 600px) {

    .navbar-light .navbar-brand,
    .navbar-light a.btn {
        width: 72%;
    }

    .what-we-do .d-flex {
        display: block !important;
        margin-bottom: 17px;
        text-align: center;
    }

    .px-5 {
        padding-right: 2rem !important;
        padding-left: 1rem !important;
    }

    .py-0 {
        padding-top: 31px !important;
        padding-bottom: 1px !important;
    }

    .footer .btn-primary {
        background-color: #3FA5EA;
        border: #3FA5EA;
        border-radius: 2px;
        padding: 16px !important;
        line-height: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 6px 0;
    }

    .what-we-do {
        display: none !important;
    }

    .owl-prev img {
        position: absolute;
        left: -4px;
        top: 50%;
        margin-top: -20px;
    }

    h1,
    .h1 {
        font-size: 35px;
        margin-bottom: 16px;
    }

    .Clients {
        margin-top: 0px !important;
    }

    .Suspendisse {
        display: block !important;
    }

    .navbar img {
        width: 76% !important;
    }

    .text-end {
        text-align: left !important;
    }

    .w-50 {
        width: 71% !important;
    }

    .owl-next img {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -20px;
    }

    .navbar-toggler {
        padding: 3px;
        font-size: 15px;
        line-height: 0;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0px;
        transition: box-shadow 0.15s ease-in-out;
    }

    .Unique .pt-5 {

        padding-top: 0rem !important;
    }

    .Unique .mt-5 {
        margin-top: 0rem !important;
    }

    .border-end {
        border-right: 0px solid #dee2e673 !important;
    }

    .Recognitions .col-lg-4 {
        margin-bottom: 18px !important;
    }
}

@media screen and (max-width: 1200px) and (max-height: 720px) and (min-height:300px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 21px;
        padding: 30px 10px;
        color: #252D3B !important;
        font-size: 15px;
        font-weight: 500 !important;
        text-transform: initial;
        outline: none;
    }
}

@media screen and (max-width: 1210px) and (max-height: 720px) and (min-height:300px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 16px;
        padding: 30px 10px;
        color: #252D3B !important;
        font-size: 15px;
        font-weight: 500 !important;
        text-transform: initial;
        outline: none;
    }
}