* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url('../fonts/BebasNeue-Regular.otf') format("opentype")
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Thin;
    src: url('../fonts/Poppins-Thin.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype")
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        margin: 0px 80px !important;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        margin: 0px 80px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        margin: 0 60px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        margin: 0 40px !important;
    }
}

@media only screen and (max-width: 560px) {
    .container-new-big {
        margin: 0 20px !important;
    }
}

header,
.section,
.navbar-scroll,
.navbar,
#back_click_top {
    max-width: 1680px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #025089;
    font-family: Poppins-Regular;
    max-width: 1680px;
    margin: 0 auto;
}

.container-fluid {
    width: 95% !important;
    margin: 0 auto;
}



/* ==============================header============================ */
.navbar_section {
    position: relative;
    transition: all 0.3s ease-out;
}

.navbar_section header {
    position: absolute;
    width: 100%;
}

.navbar_section .navbar-scroll {
    position: fixed;
    top: 0px;
    z-index: 999999;
    background-color: #e3eafd;
    width: 100%;
    transition: width 2s ease 0s;
}

.navbar_section header .navbar {
    top: 0px;
    z-index: 99;
    background: transparent;
    width: 90%;
    margin: 0 auto;
    transition: width 2s ease 0s;
    animation: linear 2s two;
}

.navbar_section .navbar-scroll .navbar {
    width: 100%;
}

.navbar_section header .navbar .nav-item .nav-link {
    font-family: Poppins-SemiBold;
    font-size: 15px;
    color: #424242;
    padding: 0px;
    margin-right: .5rem;
    margin-left: .5rem;
    padding: 0px 2px 4px;
    transition: width 0.3s ease-out;
}


.navbar_section header .navbar .navbar-collapse {
    justify-content: space-around;
}


.navbar_section header .navbar .hvrnav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    width: max-content;
}

.navbar_section header .navbar .hvrnav:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #025089;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 2px;
    margin-right: 2px;
}

.navbar_section header .navbar .hvrnav:hover:before,
.navbar_section header .navbar .hvrnav:focus:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* ================banner_section================= */
.banner-section {
    /* position: absolute;
    top: 60px;
    width: 100%; */
    z-index: 1;
    margin-top: 60px;
    position: relative;
}

.banner-section .banner-img {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.banner-section .banner-img video {
    width: 100%;
    border-radius: 20px;
}

.banner-section .banner-img img {
    width: 100%;
}

.banner-section .banner-content h1 {
    font-size: 86px;
    font-family: Poppins-Thin;
    color: #025089;
    margin-bottom: 0px;
    line-height: 0.8;
}

.banner-section .banner-content p {
    font-size: 30px;
    font-family: Poppins-ExtraLight;
    color: #444353;
}

.banner-section .banner-cnt {
    position: relative;
}

.banner-section .banner-cnt .banner-content {
    position: absolute;
    right: 20px;
    bottom: 70px;
    animation: linear 3s head;
}

/* =============about_section============== */
.about-section {
    background-color: #fff;
    padding: 70px 0px 80px;
    border-radius: 20px;
    position: relative;
    top: -60px;
    z-index: 1;
}

.about-section h2 {
    text-align: center;
    font-size: 35px;
    font-family: Poppins-ExtraLight;
    color: #025089;
    margin-bottom: 30px;
}

.about-section p.for {
    text-align: center;
}

.about-section .build-cnt {
    width: 65%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c7c6cb;
}

.about-section .build-cnt .build-left-cnt {
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #c6c1bd;
    width: 49%;
    animation: linear 2s three;
}

.about-section .build-cnt .build-right-cnt {
    text-align: left;
    padding-left: 30px;
    animation: linear 2s four;
}

.about-section .build-cnt h5 {
    font-size: 25px;
    font-family: Poppins-Light;
}

.confidento {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 360px;
}

.confidento .confidento-cnt {
    text-align: center;
    position: absolute;
    top: -295px;
    height: 850px;
    background-color: #d8e2f3;
    width: 100%;
    padding: 340px 0px;
    border-radius: 20px;
}

.confidento .confidento-cnt h2 {
    margin-bottom: 0px;
    font-size: 86px;
    font-family: Poppins-Thin;
    color: #025089;
    line-height: 1;
}

.confidento .confidento-cnt h4 {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: Poppins-ExtraLight;
    color: #444353;
}

.confidento .confidento-cnt p {
    font-size: 18px;
    font-family: Poppins-Light;
    color: #444353;
}

.coaching-sec {
    height: 450px;
    position: relative;
}

.coaching-sec .coaching-owl {
    height: 100%;
}

.coaching-sec .coaching-sec-second {
    background-color: #fff;
    border-radius: 20px;
    top: -40px;
    position: relative;
}

.coach-left-owl-img {
    display: flex;
    align-items: end;
    height: 100%;
    animation: linear 2s four;
}

.coaching-sec .coach-owl-img {
    margin-top: 40px;
}

.coaching-sec .coach-owl-img img {
    width: 100%;
}

.coaching-sec .coach-owl-cnt {
    padding: 150px 0px 0px;
    width: 90%;
    animation: three 2s ease-out;
}

.coaching-sec .coaching-owl .coach-owl-img {
    margin-top: 40px;
}

.coaching-sec .coaching-owl .coach-owl-cnt {
    padding: 150px 0px 0px;
    width: 90%;
    animation: three 2s ease-out;
}

.coaching-sec .coaching-owl .coach-owl-cnt h5 {
    font-size: 36px;
    font-family: Poppins-ExtraLight;
    color: #025089;
    margin-bottom: 0px;
}

.coaching-sec .coaching-owl .coach-owl-cnt h6 {
    font-size: 20px;
    font-family: Poppins-Light;
    color: #444353;
    margin-bottom: 15px;
}

.coaching-sec .coaching-owl .coach-owl-cnt p {
    color: #424242;
}

.coaching-sec .coaching-owl .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.coaching-sec .coaching-owl .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #d8e2f3;
}

.coaching-sec .coaching-owl .owl-dots .owl-dot:hover span,
.coaching-sec .coaching-owl .owl-dots .owl-dot.active span {
    background-color: #025089;
}

.coaching-sec .coaching-owl .owl-dots .owl-dot:focus {
    outline: transparent;
    box-shadow: none;
}

.coaching-sec-second .col-left {
    padding-left: 0px;
    padding-right: 0px;
}

/* .tranform {
    height: 210px;
    position: relative;
    margin: 50px 0px 0px;
}

.tranform .tranform-cnt {
    padding-top: 50px;
    background-color: #4a4d53;
    border-radius: 20px;
    text-align: center;
    top: -150px;
    position: relative;
} */

.tranform {
    height: auto;
    position: relative;
    margin: 100px 0px 50px;
}

.tranform .tranform-cnt {
    padding-top: 50px;
    background-color: #4a4d53;
    border-radius: 20px;
    text-align: center;
    top: 0px;
    position: relative;
}

.tranform .tranform-cnt h2 {
    font-size: 46px;
    font-family: Poppins-ExtraLight;
    color: #e3eafd;
    margin-bottom: 0px;
}

.tranform .tranform-cnt p {
    color: #e3eafd;
}

.tranform .tranform-cnt .transform-logo {
    background-color: #e3eafd;
    padding: 25px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 50px;
}

.client-sec {
    margin-top: 100px;
    background-color: #e3eafd;
    padding: 80px 0px 100px;
}

.client-sec h2 {
    text-align: center;
    color: #025089;
    font-family: Poppins-ExtraLight;
    font-size: 36px;
    text-transform: capitalize;
}

.client-sec p.test {
    text-align: center;
    color: #424242;
    font-size: 20px;
}

.client-sec .row {
    margin-top: 50px;
}

.client-sec .first-btm-cnt {
    display: flex;
    margin-bottom: 10px;
}

.client-sec .first-btm-cnt .right-img {
    margin-right: 10px;
}

.client-sec .first-btm-cnt .right-cnt {
    border: 1px solid #b5b5b6;
    padding: 15px 20px;
    text-align: left;
    height: 103px;
}

.client-sec .first-btm-cnt .right-cnt p {
    font-size: 13px;
}

.client-sec .first-btm-cnt .right-cnt p span {
    text-decoration: underline;
    font-size: 11px;
}

.client-sec .col-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.client-sec .slick-slider {
    padding: 0px !important;
}

.client-sec .slick-slider .slick-banner3 .test-video {
    height: 517px;
    position: relative;
}

.client-sec .slick-slider .slick-banner3 video {
    width: 561px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
}

.slick-list {
    padding: 0px 0px !important;
}

.client-sec .slick-dots {
    display: flex;
    justify-content: end;
    margin-top: 40px;

}

.client-sec .slick-dots li::marker {
    content: none;
}

.client-sec .slick-dots li button {
    width: 100px;
    height: 5px;
    background-color: #c8d2e2;
    margin: 0px 4px;
    border: transparent;
    border-radius: 20px;
    font-size: 0px;
}

.client-sec .slick-dots li:hover button,
.client-sec .slick-dots li.slick-active button {
    background-color: #025089;
}

.client-sec .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}


.footer {
    margin: 40px 0;
    text-align: center;
}

.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer ul li {
    margin: 0 8px;
    position: relative;
    z-index: 1;
}

.footer ul li a {
    font-size: 18px;
}

.footer ul.privacy li a {
    font-size: 15px;
}

.footer ul.privacy {
    margin-bottom: 30px;
}

.footer h5 {
    color: #e3eafd;
    font-size: 15px;
}

.footer p {
    color: #e3eafd;
    font-size: 16px;
    margin: 30px 0px;
}

.footer a {
    color: #e3eafd;
    text-decoration: none;
}

.footer ul.social li a {
    font-size: 20px;
    background-color: #e3eafd;
    color: #025089;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px;
}

.footer ul.social li {
    margin: 0px 4px;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 100000000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #fff;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (min-width: 576px) {}

/*========================= mediaquery============================== */

@media (min-width: 1200px) {
    .navbar_section header .navbar {
        width: 90%;
    }
}

@media (min-width: 1300px) {
    .navbar_section header .navbar {
        width: 85%;
    }
}

@media (min-width: 1400px) {
    .navbar_section header .navbar {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .navbar_section header .navbar {
        width: 70%;
    }
}

@media (min-width: 1700px) {
    .navbar_section header .navbar {
        width: 67%;
    }
}


@media only screen and (max-width: 1180px) {
    .coaching-sec {
        height: 520px;
    }

    .banner-section .banner-cnt .banner-content {
        bottom: 130px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt {
        padding: 100px 0px;
        width: 95%;
    }

    .port-slick-cnt .left-img {
        width: 100%;
    }

    .port-slick-cnt .left-img img {
        width: 98%;
    }

    .tranform .tranform-cnt p {
        margin-bottom: 30px;
    }
}

@media(max-width:1100px) {
    .tranform .tranform-cnt h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .tranform .tranform-cnt {
        padding-top: 50px;
    }

    .coaching-sec {
        height: 420px;
    }
}

@media only screen and (max-width: 1050px) {
    .navbar_section header .navbar {
        width: 95%;
    }

    .banner-section .banner-content h1 {
        font-size: 70px;
    }

    .banner-section .banner-content p {
        font-size: 25px;
    }

    .about-section p.for {
        font-size: 18px;
        width: 90%;
        margin: 0 auto 15px;
    }

    .about-section p.for br {
        display: none;
    }

    .confidento .confidento-cnt h4 {
        margin-bottom: 20px;
    }

    .confidento .confidento-cnt p {
        width: 90%;
        margin: 0 auto 10px;
    }

    .coaching-sec .coaching-owl .owl-dots {
        right: 10px;
        bottom: 30px;
    }

    .coaching-sec .coaching-owl .owl-dots .owl-dot span {
        width: 90px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt {
        padding: 100px 0px 0px;
        width: 95%;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 br {
        display: none;
    }

    .client-sec .slick-slider .slick-banner3 video {
        width: 471px;
    }

    .client-sec {
        padding: 80px 0px 90px;
    }

    .tranform .tranform-cnt p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar_section header {
        position: relative;
        width: 100%;
    }

    .navbar_section header {
        background-color: #e3eafd;
    }

    .navbar_section header .navbar .nav-item .nav-link {
        font-size: 19px;
        padding: 10px 2px 10px;
    }

    .navbar_section header .navbar-nav {
        margin-top: 30px;
    }

    .banner-section .banner-img {
        height: 460px;
    }

    .banner-section .banner-cnt .banner-content {
        bottom: 150px;
    }

    .banner-section .banner-content h1 {
        font-size: 55px;
        color: #fff;
    }

    .banner-section .banner-content p {
        font-size: 19px;
        color: #fff;
    }

    .about-section h2 {
        font-size: 40px;
    }

    .about-section p.for br {
        display: none;
    }

    .about-section p.for {
        width: 90%;
        margin: 0 auto 30px;
        font-size: 20px;
    }

    .about-section h2 {
        margin-bottom: 20px;
    }

    .about-section .build-cnt {
        width: 88%;
    }

    .about-section .build-cnt p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-section .build-cnt h5 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .confidento .confidento-cnt h2 {
        font-size: 70px;
    }

    .confidento .confidento-cnt p {
        width: 95%;
        margin: 0 auto 20px;
        font-size: 20px;

    }

    .confidento .confidento-cnt {
        padding: 316px 0px;
    }

    .confidento .confidento-cnt p br {
        display: none;
    }

    .coach-left-owl-img {
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .coach-owl-img {
        margin-top: 40px;
        width: 100%;
    }

    /* .coaching-sec {
        height: 1070px;
    } */
    .coaching-sec {
        height: auto;
    }

    .tranform {
        height: auto;
        margin: 50px 0px 50px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt {
        padding: 100px 0px;
        width: 95%;
        margin: 0 auto;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt {
        padding: 70px 0px 30px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .coaching-sec .coaching-owl .owl-dots {
        position: initial;
        padding-bottom: 50px;
    }

    .client-sec .slick-slider {
        margin-top: 40px;
    }

    .client-sec .slick-dots {
        justify-content: center;
    }

    .client-sec .slick-center .right-cnt {
        border: 1px solid #025089;
    }

    .port-slick-cnt .left-img img {
        width: 100%;
    }

    .navbar_section header .navbar {
        width: 100%;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 {
        margin: 0 auto 25px;
        width: 85%;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt p {
        font-size: 20px;
    }

    .client-sec h2 {
        font-size: 40px;
    }

    .client-sec p.test {
        font-size: 30px;
    }

    .client-sec .slick-slider .slick-banner3 video {
        width: 100%;
        position: relative;
    }

    .client-sec .slick-slider .slick-banner3 .test-video {
        height: auto;
    }

    .client-sec .first-btm-cnt .right-cnt p {
        font-size: 16px;
    }

    .client-sec .row {
        margin-top: 20px;
    }

    .client-sec {
        padding: 80px 0px 160px;
    }
}

@media only screen and (max-width: 820px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 760px) {
    .footer ul li {
        margin: 5px 10px;
    }

    .banner-section .banner-img {
        height: 340px;
    }

    .banner-section .banner-content h1 {
        font-size: 45px;
    }

    .banner-section .banner-content p {
        font-size: 16px;
    }

    .about-section {
        padding: 50px 0px 50px;
    }

    .about-section h2 {
        font-size: 28px;
    }

    .about-section .build-cnt {
        display: initial;
    }

    .about-section .build-cnt .build-left-cnt {
        text-align: center;
        padding-right: 0px;
        border-right: transparent;
        width: 95%;
        margin: 0 auto 30px;
    }

    .about-section .build-cnt .build-right-cnt {
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-left: 0px;
    }

    .about-section .build-cnt h5 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .about-section .build-cnt p {
        font-size: 16px;
    }

    .about-section .build-cnt p br {
        display: none;
    }

    .confidento .confidento-cnt h2 {
        font-size: 50px;
    }

    .confidento .confidento-cnt h4 {
        font-size: 26px;
    }

    .confidento .confidento-cnt p {
        font-size: 15px;
        width: 90%;
    }

    /* .coaching-sec {
        height: 820px;
    } */
    .coaching-sec {
        height: auto;
    }

    .client-sec .row {
        margin-top: 0px;
    }

    .tranform .tranform-cnt h2 {
        font-size: 30px;
    }

    .tranform .tranform-cnt p br {
        display: none;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width:500px) {
    .banner-section .banner-content h1 {
        font-size: 34px;
    }

    .banner-section .banner-content p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .banner-section .banner-img {
        height: 320px;
    }

    .about-section p.for {
        margin: 0px auto 50px;
    }

    .confidento .confidento-cnt {
        top: -150px;
        height: 600px;
        padding: 170px 0px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 br {
        display: none;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 {
        margin-bottom: 20px;
    }

    .confidento .confidento-cnt h2 {
        font-size: 44px;
    }

    .confidento .confidento-cnt h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .confidento .confidento-cnt p {
        font-size: 18px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt {
        padding: 50px 0px 0px;
        width: 97%;
    }

    .coaching-sec .coaching-owl .owl-dots .owl-dot span {
        width: 65px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h5 {
        font-size: 34px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 {
        font-size: 22px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt p {
        font-size: 18px;
    }

    /* .coaching-sec {
        height: 880px;
    } */
    .coaching-sec {
        height: auto;
    }

    .client-sec {
        margin-top: 100px;
        padding: 60px 0px 140px;
    }

    .client-sec h2 {
        font-size: 30px;
    }

    .client-sec .slick-slider {
        margin-top: 20px;
    }

    .client-sec .first-btm-cnt .right-cnt {
        display: none;
    }

    .client-sec .first-btm-cnt .right-img {
        width: 98%;
        margin: 0 auto;
    }

    .client-sec .first-btm-cnt .right-img img {
        width: 100%;
    }

    .tranform .tranform-cnt h2 {
        font-size: 28px;
    }

    .tranform .tranform-cnt p {
        width: 90%;
        margin: 0 auto 30px;
    }

    .transform-logo img {
        width: 200px;
        height: auto;
    }

    .footer h5 a {
        display: inline-block;
        margin-top: 10px;
    }

    .client-sec .slick-dots li button {
        width: 80px;
    }

    .client-sec .slick-dots {
        margin-top: 20px;
    }

    .client-sec {
        padding: 60px 0px 160px;
    }

    .tranform {
        height: auto;
    }

    .tranform .tranform-cnt p {
        font-size: 20px;
    }

    .banner-section {
        margin-top: 20px;
    }

    .banner-section .banner-cnt .banner-content {
        bottom: 120px;
    }

    .about-section h2 {
        font-size: 34px;
    }

    .about-section h2 br {
        display: none;
    }

    .about-section .build-cnt p {
        font-size: 18px;
        margin-bottom: 0px;
        padding: 13px 0px;
        border-bottom: 1px solid #424242;
    }

    .about-section .build-cnt h5 {
        margin: 35px 0px 20px;
    }

    .about-section .build-cnt h5.two {
        margin: 50px 0px 20px;
    }

    .about-section .build-cnt p.last {
        border-bottom: transparent;
    }

    .progress-wrap {
        right: 30px;
        bottom: 34px;
    }
}

.navbar-toggler:focus {
    outline: transparent;
    box-shadow: none;
}

@media only screen and (max-width:470px) {
    .banner-section .banner-img {
        height: 300px;
    }
}

@media only screen and (max-width:430px) {
    .banner-section .banner-img {
        height: 290px;
    }
}

@media only screen and (max-width:414px) {
    .banner-section .banner-img {
        height: 270px;
    }

    .about-section h2 {
        width: 90%;
        margin: 0 auto 20px;
        font-size: 26px;
    }

    .about-section h2 br {
        display: none;
    }

    .tranform .tranform-cnt h2 {
        font-size: 25px;
    }

    .client-sec .slick-dots {
        margin-top: 20px;
    }

    .client-sec {
        padding: 60px 0px 160px;
    }

    /* .tranform {
        height: 240px;
    } */
    .tranform {
        height: auto;
        margin-right: 50px 0px 50px;
    }

    .about-section .build-cnt p {
        width: 90%;
        margin: 0 auto;
    }

    /* .coaching-sec .coaching-owl .owl-dots .owl-dot span {
        width: 80px;
    } */

    .confidento .confidento-cnt {
        padding: 155px 0px;
    }

    /* .coaching-sec {
        height: 850px;
    } */
    .coaching-sec {
        height: auto;
    }

    .about-section h2 {
        font-size: 34px;
    }
}


@media only screen and (max-width:376px) {
    .banner-section .banner-img {
        height: 260px;
    }

    .banner-section .banner-content h1 {
        font-size: 30px;
    }

    .banner-section .banner-content p {
        font-size: 10.5px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .client-sec .slick-dots {
        flex-wrap: wrap;
    }
}

@media(max-width:366px) {
    .confidento {
        height: 410px;
    }

    .confidento .confidento-cnt {
        padding: 180px 0px 200px;
        top: -150px;
        height: 630px;
    }

    .banner-section .banner-cnt .banner-content {
        bottom: 74px;
    }

    .about-section {
        top: -30px;
    }

    .banner-section .banner-img {
        height: 220px;
    }

    .confidento .confidento-cnt {
        padding: 170px 0px;
    }

    .tranform .tranform-cnt h2 {
        font-size: 22px;
    }

    .tranform .tranform-cnt p {
        font-size: 15px;
    }

    .client-sec {
        padding: 60px 0px 160px;
    }

    /* .tranform {
        height: 160px;
    } */
    .tranform {
        height: auto;
    }

    .footer h5 {
        margin-bottom: 20px;
    }

    .client-sec h2 {
        font-size: 26px;
    }

    .coaching-sec .coaching-owl .owl-dots .owl-dot span {
        width: 60px;
    }

    .client-sec .slick-dots li button {
        width: 60px;
    }

    .coaching-sec {
        height: 620px;
    }

    .coaching-sec .coaching-owl .coach-owl-cnt h6 {
        font-size: 20px;
    }
}

@media(max-width:330px) {
    .banner-section .banner-cnt .banner-content {
        bottom: 94px;
    }

    .about-section {
        top: -50px;
    }
}


@keyframes head {

    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes two {

    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {

        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes three {

    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes four {

    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}