.banner-wrapper {
    background-image: url("../../banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.banner-wrapper canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner-text {
    margin-top: 304px;
    text-align: center;
    color: #fff;
}

.banner-text h1 {
    font-size: 40px;
    font-weight: 700;
}

.banner-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #00B7FF;
}

.banner-text p {
    margin-top: 27px;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    max-width: 545px;
}

.banner-text .cta {
    margin-bottom: 294px;
    z-index: 9;
}

/* What We Do */

.wwd-wrapper {
    padding-top: 124px;
    padding-bottom: 80px;
    background-image: url("../images/home/what_we_do.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.wwd-description {
    margin-bottom: 87px;
}

.wwd-description h2 {
    color: rgba(38, 43, 50, 0.19);
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.wwd-description h3 {
    color: #262B32;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.wwd-description h3 span {
    color: #04B5FF;
}

.wwd-card-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.wwd-card {
    display: flex;
    width: 276px;
    /* height: 288px; */
    padding: 30px 17px 30px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0px 40px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 32px;
    text-align: center;
    box-sizing: border-box;
}

.wwd-card h3 {
    color: #262B32;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 34px 0 25px 0;
}

.wwd-card p {
    color: #757575;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/* Principles */

.principles-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
    padding-top: 181px;
}

.section-heading {
    color: #262B32;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
}

.section-heading span {
    display: inline-block;
    width: 90px;
    height: 2px;
    background-color: #04B5FF;
    margin-left: 30px;
}

.p-left {
    max-width: 521px;
    width: 100%;
}

.p-left h2 {
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0 39px 0;
}

.p-left p {
    margin-bottom: 20px;
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}

.p-right {
    position: relative;
}

.pr-2 {
    position: absolute;
    top: -55px;
    left: -55px;
    display: flex;
    border-radius: 0 40px;
    width: 213px;
    max-width: 100%;
    height: 148px;
}

.pr-2 img {
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pr-3 {
    position: absolute;
    bottom: -30px;
    right: -26px;
    display: flex;
    border-radius: 0 40px;
    width: 213px;
    max-width: 100%;
    height: 148px;
}

.pr-3 img {
    animation: MoveDownUp 3s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes MoveDownUp {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
}

/* Why Choose Us */

.wcu-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
    padding-top: 226px;
    padding-bottom: 180px;
}

.wcu-left {
    margin-right: 124px;
}

.wcu-right>h2 {
    color: #04B5FF;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 25px 0 52px 0;
}

.wcu-l-1 {
    margin-right: 31px;
}

.wcu-l-1-1,
.wcu-l-1-2 {
    margin: 15px 0;
    width: 236px;
    height: 241px;
}

.wcu-l-2 {
    width: 236px;
    height: 344px;
}

.wcu-toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wcu-toggle:last-child {
    border: none;
}

.wcu-toggle-tab {
    padding: 15px 0;
    cursor: pointer;
}

.wcu-toggle-tab h3 {
    color: #262B32;
    font-size: 24px;
    font-weight: 700;
}

.wcu-toggle-tab.rotate img {
    transform: rotate(180deg);
}

.wcu-toggle-content p {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 160%;
    /* 25.6px */
}

/* Join Us */

.join-wrapper {
    /* margin-top: 180px; */
    background-image: url("../images/home/join.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.join-wrapper h2 {
    margin-bottom: 19px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.join-section>span {
    width: 97px;
    height: 2px;
    background-color: #fff;
}

.join-wrapper p {
    margin-top: 43px;
    margin-bottom: 39px;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    max-width: 880px;
}

.join-wrapper p span {
    color: #04B5FF;
    font-weight: 700;
}

.join-wrapper a.cta {
    font-weight: 500;
}

/* Facts Section */

.facts-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
}

.facts-section {
    padding: 180px 0 0;
}

.facts-section h2 {
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}

.facts-stats-wrapper {
    padding-left: 30px;
    margin-bottom: 104px;
}

.fs-box {
    text-align: center;
}

.fs-box h3 {
    margin-top: 32px;
    margin-bottom: 6px;
    color: #26242E;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.fs-box h4 {
    color: #3B3A41;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.fs-divider {
    display: inline-block;
    width: 2px;
    height: 120px;
    margin: 0 120px;
    background: #3B3A41;
}

/* Facts SLider */

.fs-slider-wrapper {
    text-align: center;
}

.fs-slider-box {
    border-radius: 262px;
    background: #E5F6FD;
    padding-bottom: 86px;
    padding-top: 97px;
    margin-top: -42px;
}

.fs-slide {
    text-align: center;
}

.fs-slide-star {
    margin-bottom: 16px;
}

.fs-slide p {
    max-width: 760px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 180%;
    /* 54px */
    margin: 0 auto;
}

.fs-slide h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #323232;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.fs-slide h4 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.fs-slider-box .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -150px;
}

.fs-slider-box .bx-wrapper .bx-pager.bx-default-pager {
    margin: 10px;
}

.fs-slider-box .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fs-slider-box .bx-wrapper .bx-pager.bx-default-pager a.active,
.fs-slider-box .bx-wrapper .bx-pager.bx-default-pager a:focus {
    /* margin: 10px; */
    background: #00A8E9;
    border: 10px solid #e5f6fd;
    border-radius: 50%;
}

.fs-slider-box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
    display: inline-block;
    position: relative;
    border: 10px solid #fff;
    border-radius: 50%;
    background: #000;
    margin: 0;
}

/* Get into Touch */

.touch-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
    padding-top: 179px;
    padding-bottom: 154px;
}

.touch-left {
    flex-shrink: 0;
}

.touch-left h2 {
    color: #04B5FF;
    font-size: 35px;
    font-weight: 700;
}

.touch-left h3 {
    color: #3B3A41;
    font-size: 35px;
    font-weight: 400;
}

.touch-right img {
    max-width: 100%;
}

.touch-details-box {
    margin-bottom: 18px;
}

.touch-details {
    margin-top: 58px;
    color: #3B3A41;
}

.tdb-desc {
    max-width: 330px;
    margin-left: 34px;
}

.tdb-desc h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tdb-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
}

@media (max-width:1199px) {
    .wwd-card-wrapper {
        justify-content: center;
    }
    .wwd-card {
        margin: 10px;
    }
    .p-left {
        width: 50%;
    }
    .p-right {
        width: 45%;
    }
    .p-right>div:first-child {
        width: 90%;
        margin: auto;
    }
    .p-right>div:first-child img {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .banner-text {
        margin-top: 100px;
    }
    .banner-text .cta {
        margin-bottom: 100px;
    }
    .principles-wrapper {
        padding-top: 100px;
    }
    .principles-section {
        flex-direction: column;
        align-items: center;
    }
    .p-left {
        margin-top: 100px;
        margin-bottom: 50px;
        order: 2;
        max-width: none;
        width: auto;
    }
    .p-right {
        width: auto;
    }
    .p-right>div:first-child {
        width: 90%;
        margin: auto;
    }
    .p-right>div:first-child img {
        max-width: 100%;
    }
    .p-right>div:nth-child(2),
    .p-right>div:nth-child(3) {
        display: none;
    }
    .wcu-section {
        flex-direction: column;
    }
    .wcu-wrapper {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .wcu-left {
        margin-bottom: 100px;
        margin-right: 0;
        justify-content: center;
    }
    .join-wrapper {
        margin-top: 100px;
    }
    .facts-section {
        padding-top: 100px;
    }
    .facts-stats-wrapper {
        padding-left: 0;
        justify-content: space-around;
    }
    .facts-stats-wrapper>span {
        display: none;
    }
    .touch-wrapper {
        padding-bottom: 100px;
    }
    .touch-section {
        flex-direction: column;
    }
    .touch-left {
        order: 2;
    }
    .touch-right {
        text-align: center;
        width: 75%;
        margin: 0 auto 100px;
    }
    .fs-slider-box {
        padding: 60px 10px 40px;
    }
    .fs-slide p,
    .fs-slide h3 {
        font-size: 25px;
    }
    .fs-slider-box .bx-wrapper .bx-pager {
        bottom: -100px;
    }
}

@media (max-width: 768px) {
    .banner-text h2 {
        font-size: 25px;
    }
    .wwd-description h2 {
        font-size: 40px;
    }
    .wwd-description h3 {
        font-size: 30px;
    }
    .wwd-description {
        margin-bottom: 50px;
    }
    .section-heading {
        font-size: 18px;
    }
    .p-left h2 {
        font-size: 30px;
    }
    .p-left p {
        font-size: 16px;
    }
    .wcu-right>h2 {
        font-size: 30px;
    }
    .join-wrapper h2 {
        font-size: 30px;
    }
    .join-wrapper p {
        font-size: 25px;
    }
    .facts-section h2 {
        font-size: 30px;
    }
    .fs-box h3 {
        font-size: 35px;
        margin-top: 0;
    }
    .fs-box h4 {
        font-size: 16px;
    }
    .facts-stats-wrapper {
        margin-bottom: 50px;
    }
    .fs-slider-box {
        border-radius: 20px;
    }
    .fs-slide p,
    .fs-slide h3 {
        font-size: 20px;
    }
    .touch-left h2,
    .touch-left h3 {
        font-size: 30px;
    }
    .tdb-desc h4 {
        font-size: 25px;
    }
    .tdb-desc p {
        font-size: 16px;
    }
    .wcu-l-1 {
        /* width: 50%;
        height: auto;
        margin-right: 5px; */
        display: none;
    }
    .wcu-l-2 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .wcu-left {
        margin-bottom: 0;
    }
    .facts-stats-wrapper {
        flex-direction: column;
    }
    .fs-box {
        margin-bottom: 55px;
    }
    .touch-right {
        width: 90%;
    }
}
