body {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #6A7176;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #F18626;
    border-radius: 30px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #222;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.container {
    max-width: 1350px;
}

.btn-1 {
    background-color: #5B8C51;
    border-color: #EDDD5E;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn-1:hover,
.btn-1:focus {
    background-color: #EDDD5E;
    border-color: #EDDD5E;
    color: #000;
}

.btn-primary {
    background-color: #5B8C51;
    border-color: #5B8C51;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #EDDD5E;
    border-color: #EDDD5E;
    color: #000;
}

.btn-2 {
    background-color: #EDDD5E;
    border-color: #EDDD5E;
    color: #000;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn-2:hover,
.btn-2:focus {
    background-color: #5B8C51;
    border-color: #5B8C51;
    color: #fff;
}

.btn {
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 10px;
}

.btn,
.form-control,
.form-select {
    box-shadow: none !important;
}

.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.fadeUp.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeRight {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.fadeRight.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadePopup {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.fadePopup.in-view {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.form-control,
.form-select {
    min-height: 42px;
    font-size: 14px;
    box-shadow: none !important;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .75rem;
}

.btnico {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    display: inline-flex;
}

.mainMenu>li>a {
    text-decoration: none;
    color: #000;
}

.footerMenu>li>a {
    text-decoration: none;
    color: #fff;
}

.text-primary {
    color: #EDDD5E !important;
}

header.header {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.movementSec>.row:nth-child(1) img {
    border-radius: 15px 0 0 15px;
}

.movementSec>.row:nth-child(2) img {
    border-radius: 0 15px 15px 0;
}

.rvwsec {
    z-index: 2;
}

.rvwsec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}

.testiThmb em {
    min-height: 90px;
}

.howItWorkThmb {
    font-size: 13px;
    margin-bottom: 90px;
}

.howItWorkThmb h5 {
    font-size: 16px;
}

.howItWorkThmbText {
    min-height: 55px;
    line-height: 1.3;
    color: #6A7176;
}

.howItWorkThmbInfo {
    left: 10px;
    right: 10px;
    bottom: -70px;
}

.text-justify {
    text-align: justify;
}

.foundersec {
    position: relative;
    z-index: 2;
}

.foundersec:after {
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.foundersec:before {
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .heroSecInr {
        background-position: 78% !important;
    }
    .logo img {
        width: 130px;
    }
    header.header .btn-primary {
        padding: 8px 12px;
        font-size: 14px;
    }
    .movementSec>.row img,
    .contactInfo img {
        border-radius: 15px !important;
    }
    .heroSec .btn,
    .movementSec .btn {
        width: 100%;
    }
}