@font-face {
    font-family: Quicksand-regular;
    src: url(../font/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
    font-family: Quicksand-bold;
    src: url(../font/Quicksand/Quicksand-Bold.ttf);
}
@font-face {
    font-family: Quicksand-light;
    src: url(../font/Quicksand/Quicksand-Light.ttf);
}
@font-face {
    font-family: Quicksand-medium;
    src: url(../font/Quicksand/Quicksand-Medium.ttf);
}
@font-face {
    font-family: Quicksand-semibold;
    src: url(../font/Quicksand/Quicksand-SemiBold.ttf);
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
body,
main,
section,
div,
aside,
span,
p,
a,
ul,
li,
ol,
del,
dl,
header,
footer {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
body {
    font-size: 16px;
    line-height: 25px;
    font-family: "Quicksand-regular", sans-serif;
    font-weight: 400;
    color: #111111;
    margin: 0;
    padding: 0;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-100 {
    padding: 100px 0px;
}
.pt-45 {
    padding-top: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-30 {
    margin-bottom: 30px;
}
h1,
h5,
h4 {
    line-height: 50px;
    font-family: "Quicksand-bold", sans-serif;
}
a {
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Quicksand-regular", sans-serif;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.btn-primary {
    padding: 13px 42px 12px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: "Quicksand-regular", sans-serif;
    background-color: #cf5000;
    color: #ffffff;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin-bottom: 5px;
    box-shadow: 0px 0px 0px;
    border: 0px;
    overflow: hidden;
    z-index: 0;
    transition: all 0.9s;
}
.btn-primary:hover {
    background-color: #111111;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    color: #cf5000;
}
.btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:active{
    background: #111111;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    background-color: #111111;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

/* HEADER */
header {
    padding: 39px 0px 38.1px;
    background-color: #ffffff;
}
.navbar-nav {
    max-width: fit-content;
    margin-left: auto;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    padding: 0px;
    max-width: 270px;
}
.navbar-brand img {
    width: 100%;
}
.page_item {
    font-size: 20px;
    font-family: "Quicksand-semibold", sans-serif;
}
.nav-link {
    color: #111111;
    margin: 0px 20px;
    line-height: 30px;
    position: relative;
    padding: 0px !important;
}
.nav-link:last-child() {
    margin-right: 0px;
}
.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    background-color: #cf5000;
    height: 2px;
    transition: all 0.5s;
}
.nav-link:hover {
    color: #cf5000;
}
.nav-link:hover::before {
    width: 100%;
}
.current-item {
    color: #cf5000;
}
.current-item::before {
    width: 100%;
}
/* Banner */
.banner {
    padding: 41px 0px 83.1px;
    background-color: #f1f1f1;
    position: relative;
    z-index: 1;
}
.banner .banner-content {
    padding-right: 50px;
}
.banner h1 {
    font-size: 40px;
    font-family: "Quicksand-regular", sans-serif;
    margin-bottom: 20px;
}
.banner h1 b {
    color: #cf5000;
    font-family: "Quicksand-semibold", sans-serif;
}
.banner p {
    font-family: "Quicksand-semibold", sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 35px;
}
.banner-right-img {
    max-width: 525.35px;
    margin-left: 50px;
    z-index: 1111111;
}
.banner-right-img img {
    width: 100%;
}
/* .banner::after, .inner-banner::after{
    content: '';
    background: url(../images/banner-shadow.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 0;
} */

/* About Us */
.h-about-us {
    margin: 210px 0px calc(152px - 30px);
}
.title {
    position: relative;
    /* padding-right: 92px; */
    max-width: fit-content;
    /* overflow: hidden; */
    margin-bottom: 30px;
}
.title h2 {
    font-size: 35px;
    font-family: "Quicksand-bold", sans-serif;
    color: #cf5000;
    margin-bottom: 0px;
}
.title::after,
.title::before,
.title h2::before {
    content: "";
    background-color: #aeaeae;
    height: 3px;
    width: 50px;
    border-radius: 300px;
    position: absolute;
    /* right: 13.5%; */
    right: -69px;
    bottom: 9px;
}
.title::before {
    width: 15px;
    /* right: 5%; */
    right: -87px;
}
.title h2::before {
    width: 5px;
    /* right: 3px; */
    right: -95px;
}
.h-about-left-img {
    max-width: 503px;
}
.h-about-left-img img {
    width: 100%;
}
.h-about-content p {
    font-size: 20px;
}
.h-about-content li {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 31px;
    color: #0e0e0e;
    font-family: "Quicksand-medium", sans-serif;
}
.h-about-content svg {
    max-width: 35px;
    flex: 35px;
    text-align: center;
    margin-right: 16px;
}
/* Mission */
.h-mission {
    margin-bottom: 140px;
}
.h-mission p {
    margin-bottom: 18px;
}
.mission-content {
    padding-right: 60px;
}
.mission-right-img {
    max-width: 482.8px;
    margin-left: 50px;
    margin-top: 10px;
}
.mission-right-img img {
    width: 100%;
}
/* values */
.h-values {
    margin-bottom: calc(150px - 50px);
}
.h-values .title {
    margin-bottom: 49px;
}
.value-card-top .value-card-img {
    background-color: #cf5000;
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 85px;
    border: 5px solid #ffffff;
}
.value-card-img img {
    max-width: 45px;
    height: 45px;
}
.values-card {
    margin-bottom: 50px;
}
.value-card-top {
    position: relative;
}
.value-card-top::before {
    content: "";
    background: #f1f1f1;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
}
.value-card-content {
    padding: 30px 21px 34px;
    background-color: #f1f1f1;
    min-height: 154px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.value-card-content p {
    margin-bottom: 0px;
    max-width: 95%;
    color: #0e0e0e;
    margin: auto;
}
/*  Brands */
.h-Brands {
    margin-bottom: 154px;
}
.so-icons a {
    background-color: #cf5000;
    width: 38.06px;
    height: 38.06px;
    line-height: 38.06px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0px 6.6px;
}
.so-icons a:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    color: #cf5000;
}
.h-Brands .title {
    margin-bottom: 45px;
}
.brands-card {
    padding: 30px;
    background-color: #f1f1f1;
    margin-bottom: 60px;
}
.brands-card:last-child {
    margin-bottom: 0px;
}
.brands-card .brands-card-header {
    padding: 24px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 29px;
    align-items: center;
}
.brands-card-body {
    padding: 0px 30px;
}
.brands-card-body p {
    margin-bottom: 0px;
    color: #111111;
}
.brands-card-body ul {
    margin: 10px 0px 7px;
}
.brands-card-body ul li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
}
.brands-card-body ul li::before {
    content: "";
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 32%;
    left: 0;
    background-size: 100%;
    width: 7px;
    height: 12px;
}
/* Others */
.customer-logos .slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    position: relative;
    height: 118px;
}
.h-others {
    margin-bottom: 139px;
}
.h-others .title {
    margin-bottom: 44px;
}
.slide-arrow {
    position: absolute;
    top: 35%;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #e2e2e2;
    padding: 0px;
    width: 35px;
}
.slide-arrow img {
    width: 100%;
}
.prev-arrow {
    left: -110px;
    z-index: 1111;
}
.next-arrow {
    right: -110px;
}
/* Partners */
.h-partners {
    margin: 0px 0px 137px;
}
.h-partners .title {
    margin: 0px 0px 38px;
}
/* footer */
footer {
    padding: 80px 0px 101px;
    background-color: #54595f;
}
.f-contact-us .title {
    margin-bottom: 52px;
}
.f-contact-us .title h2 {
    color: #ffffff;
}
.contact-us-main li {
    margin-bottom: 53px;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    max-width: fit-content;
}
.contact-us-main li:last-child {
    align-items: flex-start;
}
.fa-phone-volume {
    transform: rotate(-30deg);
}
.contact-us-main li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    color: #cf5000;
    margin-right: 25px;
    transition: all 0.5s;
}
.contact-us-main li:hover i {
    background-color: #cf5000;
    color: #ffffff;
}
.contact-us-main li a {
    color: #ffffff;
}
.contact-us-main li a:hover {
    color: #cf5000;
}
.f-social {
    padding-top: 10px;
}
.f-social span {
    color: #ffffff;
}
.f-form {
    border: 1px solid #f1f1f1;
    padding: 31px 38px 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
footer label {
    color: #ffffff;
    margin-bottom: 9px;
}
footer .form-group {
    margin-bottom: 25px;
}
footer .form-group textarea {
    margin-bottom: 50px;
}
footer .form-control {
    border-radius: 0px;
    height: 50px;
    font-family: "Quicksand-medium", sans-serif;
}
footer{
    position: relative;
}
footer::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 30%;
    background-color: #ffffff;
    color: #ffffff;
    width: 18%;
    height: 1px;
}
footer textarea {
    height: auto !important;
}
.f-bottom {
    background-color: #484f58;
    padding: 25px 0px;
}
.f-bottom p {
    margin-bottom: 0px;
    color: #ffffff;
}

/********* HINTS PAGE *********/
/* inner-banner */
.inner-banner {
    padding: 139px 0px 138px;
    background-color: #f1f1f1;
    /* position: relative;
    z-index: -11; */
}
/* .inner-banner::after{
    background: url(../images/inner-banner-shadow.png);
    background-size: 100% 100%;
    width: 22%;
} */
.inner-banner h1 {
    font-size: 40px;
    color: #cf5000;
    margin-bottom: 30px;
}
.inner-banner p {
    font-size: 25px;
    line-height: 35px;
    font-family: "Quicksand-semibold", sans-serif;
    color: #111111;
    margin-bottom: 30px;
}
/* Hints TO MEdiates */
.hi-meditate {
    margin: 117px 0px 179px;
}
.meditate-content li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 35px;
    font-family: "Quicksand-medium", sans-serif;
    font-size: 25px;
    color: #0e0e0e;
    line-height: 31px;
}
.meditate-content ul li::before {
    content: "";
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 32%;
    left: 0;
    background-size: 100%;
    width: 8px;
    height: 14.15px;
}

/* Investors */
.in-values {
    margin: 68px 0px calc(227px - 50px);
}
.in-values-top h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-family: "Quicksand-semibold", sans-serif;
}
.in-values .title {
    margin-bottom: 49px;
}

.partner-logos {
    transition: filter .4s;
    margin: 0px 40px;
}
.partner-logos{
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin-right: 38px;
    position: relative;
    height: 118px;
}
.partner-logos img{
    width: 90%;
}
@media screen and (max-width: 1199.98px) {
    .banner .banner-content {
        padding-right: 0px;
    }
    .mission-content {
        padding-right: 0px;
    }
    .navbar-brand {
        max-width: 220px;
    }
    .value-card-content {
        min-height: 211px;
    }
}
@media screen and (max-width: 991.98px) {
    .mb-30 {
        margin-bottom: 30px;
    }
    .nav-item {
        margin-bottom: 20px;
    }
    .navbar-brand {
        max-width: 270px;
    }
    .navbar-nav {
        margin-top: 40px;
    }
    .navbar-toggler {
        background-color: #ffffff;
        color: #cf5000;
        padding: 8px 12px;
        border: 1px solid #cf5000;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .navbar-toggler-icon i {
        font-size: 20px;
    }
    .h-about-us {
        margin: 150px 0px calc(152px - 30px);
    }
    .mission-content {
        padding-right: 0px;
    }
    .value-card-content {
        min-height: 182px;
    }
    .bcard-h-left {
        max-width: 40%;
        flex: 40%;
    }
    .bcard-h-left img {
        width: auto;
        max-width: 200px;
    }
    .bcard-h-right {
        max-width: 60%;
        flex: 60%;
        text-align: right;
    }
    .prev-arrow {
        left: -30px;
    }
    .next-arrow {
        right: -30px;
    }
    .h-about-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    .f-contact-us {
        margin-bottom: 30px;
    }
    .h-about-content ul li {
        max-width: 50%;
        flex: 50%;
    }
    .partner-logos {
        margin-right: 20px;
        margin-left: 20px;
    }
    footer::before {
        left: 0;
        /* bottom: 68%; */
        bottom: 62%;
        width: 40%;
        height: 1px;
    }

    /*  inner banner */
    .inner-banner {
        padding: 115px 0px;
        background-color: #f1f1f1;
    }
}
@media screen and (max-width: 767.98px) {
    .p-mb-100 {
        margin-bottom: 100px !important;
    }
    .h-about-us {
        margin: 100px 0px 100px;
    }
    .contact-us-main li {
        margin-bottom: 30px;
    }
    .brands-card {
        padding: 20px 20px;
    }
    .brands-card-body {
        padding: 0px 20px;
    }
    .brands-card .brands-card-header {
        padding: 15px;
        /* flex-direction: column; */
        align-items: center;
    }
    .bcard-h-left img {
        width: 80%;
        max-width: 200px;
    }
    .so-icons a {
        width: 34.06px;
        height: 36.06px;
        line-height: 36.1px;
    }
    .bcard-h-left {
        max-width: fit-content;
        flex: fit-content;
    }
    .bcard-h-right {
        max-width: fit-content;
        flex: fit-content;
        text-align: left;
    }
    .so-icons a {
        margin: 2px;
    }
    footer::before {
        bottom: 68%;
    }
    /*  Investors */
    .inner-banner {
        padding: 100px 0px;
        background-color: #f1f1f1;
    }
    .meditate-content ul li::before {
        top: 14%;
    }
}
@media screen and (max-width: 575.98px) {
    header {
        padding: 20px 0px 20px;
    }
    .next-arrow {
        display: none !important;
    }
    .prev-arrow {
        display: none !important;
    }
    .brands-card .brands-card-header {
        padding: 15px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .banner-right-img {
        margin-left: 0px;
    }
    .mission-right-img {
        margin-left: 0px;
    }
    .brands-card-body {
        padding: 0px;
    }
    .bcard-h-left {
        max-width: fit-content;
        margin: auto;
        text-align: center;
    }
    .bcard-h-left img {
        max-width: 90%;
        margin-bottom: 0; 
    }
	.bcard-h-right{
		margin-top:20px;
	}
    .values-card {
        margin-bottom: 30px;
    }
    .h-about-content ul {
        /* flex-direction: column; */
        display: block;
    }
    .h-about-content ul li {
        max-width: 100%;
    }
    .value-card-content {
        min-height: 150px;
    }
    .value-card-content {
        padding: 20px 20px 20px;
    }
    .partner-logos {
        margin-right: 20px;
        margin-left: 0px;
    }
    footer .form-control {
        height: 40px;
    }
    .contact-us-main li {
        margin-bottom: 20px;
    }
    /***** Investors *****/
    .inner-banner {
        padding: 70px 0px;
        background-color: #f1f1f1;
    }
    .p-mb-100 {
        margin-bottom: 70px !important;
    }
    .hi-meditate {
        margin-top: 70px;
    }
    .meditate-content ul li::before {
        top: 17%;
    }
    .meditate-content li {
        font-size: 20px;
        padding-left: 28px;
    }
}
@media screen and (max-width: 414.98px) {
    /* .brands-card-body p {
        text-align: justify;
    } */
}
