@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: 'evogria';
    src: url(../fonts/evogria.ttf);
}


/* 
@font-face {
    font-family: 'evogria';
    src: url(../images/evogria.ttf);
} */


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'evogria';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'evogria';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'evogria';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'evogria';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'evogria';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'evogria';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 24px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fa9f36;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.topSec {
    background-color: #fa9f36;
    padding: 5px 0 20px;
    margin-bottom: -15px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.top-bar-left span {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 5px;
    font-weight: 600;
}

.top-bar-left i {
    font-size: 16px;
    color: #fff;
}

.top-bar-right ul h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Montserrat';
    letter-spacing: 3px;
}

.top-bar-right ul i {
    font-size: 16px;
    color: #fff;
}

.menuSection {
    background: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 15px 0 0;
}

.menuSection .row {
    align-items: center;
}


/*header css start */

.header-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn .btn-1 {
    padding: 13px 25px;
}

.btn-1 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 13px 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.btn-1::before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 0;
    background: #000;
    margin: auto;
    z-index: -1;
    transition: .5s all;
    border-radius: 6px;
}

.btn-1:hover::before {
    width: 101%;
    height: 100%;
    margin: auto;
}

.btn-1:hover {
    color: #fff;
}

.btn-2 {
    background: #fa9f36;
    color: #fff;
}

.baner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
}

img.home-banner-player {
    position: absolute;
    left: 13%;
    right: 0;
    margin: auto;
}

.down-arrow {
    position: absolute;
    bottom: 0%;
    right: 2.6%;
    transform: rotate(0deg);
}

.home-baner-text {
    height: 650px;
}

.baner-head h3 {
    font-size: 58px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 100;
}

.home-baner-text h1 {
    font-size: 68px;
    color: #fa9f36;
    text-transform: uppercase;
}

.baner-head {
    margin-bottom: 230px;
}

.home-baner-text p {
    font-size: 17px;
    color: #fff;
    width: 85%;
    font-family: "Roboto", sans-serif;
}

.baner-btn {
    margin: 30px 0 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.baner-btn a {
    padding: 13px 50px;
}

.menuSec ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    background: #fa9f36;
    height: 2px;
    bottom: 0;
    transition: .5s all;
}

.menuSec ul li a:hover::before {
    left: 0;
    width: 100%;
}


/* Brand Slider End */

section.home-baner-sec {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}


/* section.home-baner-sec::before {
    background-image: url("../images/banner-mask.png");
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../images/banner-mask.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/banner-mask.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 15;
    background-color: #000;
} */

img.home-mask-imag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 100%;
}

img.home-banner-imag {
    width: 95%;
    display: block;
    margin: auto;
    height: 791px;
    object-fit: cover;
}


/*banner css start */


/* About Section */

.abt-counter-list {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0 0 0 -47%;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 30px;
}

.counter span {
    font-size: 40px;
    font-weight: 700;
}

.about-sec {
    padding: 100px 0 200px;
    position: relative;
    z-index: 1;
}

.about-image {
    height: 100%;
}

.about-image img {
    width: 95%;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}

.about-content h3 {
    font-size: 88px;
    color: #000000;
    text-transform: uppercase;
}

.about-content p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 10px 0;
}

.about-content a {
    margin: 10px 0 0;
}

.about-counter {
    position: relative;
    z-index: 1;
    margin: 35px 0 0;
    width: 90%;
}

.counter {
    background-color: #bebebe;
    overflow: hidden;
    height: 82px;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.counter span {
    font-size: 28px;
    color: #fa9f36;
    text-transform: uppercase;
    font-family: 'evogria';
    font-weight: 100;
}

ul.abt-counter-list h4 {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin: 10px 0;
}

ul.abt-counter-list p {
    font-size: 14px;
    color: #8d8d8d;
}

.counter::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background-color: #ffffff;
    height: 80px;
    width: 80px;
}

.about-counter::before {
    position: absolute;
    content: '';
    width: 150%;
    height: 125%;
    right: -15%;
    top: 20%;
    background: #fa9f36;
    border-radius: 20px;
}


/* About Section */


/* Drop Us Section */

.drop-sec {
    padding: 80px 0;
}

.drop-sec .row {
    position: relative;
    z-index: 1;
    padding: 70px 40px;
    align-items: center;
}

.drop-form .row {
    padding: 0;
}

.drop-sec .row::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f7f3f0;
    z-index: -1;
    border-radius: 30px;
}

.drop-content {
    background: #fa9f36;
    padding: 70px 50px;
    border-radius: 40px;
}

.drop-content h3 {
    font-size: 106px;
    color: #ffffff;
    font-weight: 100;
}

.drop-input {
    position: relative;
    z-index: 1;
}

.drop-input input,
.drop-input textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.drop-input input::placeholder,
.drop-input textarea::placeholder {
    color: #828282;
}

.drop-input i {
    font-size: 17px;
    color: #828282;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
}

.drop-input textarea {
    height: 180px;
    padding: 15px;
    resize: none;
}

.drop-input-button button {
    color: #fff;
    background: #000;
}

.drop-content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 500;
    width: 62%;
    margin-left: 15px;
}

.drop-content span.desk-version {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.drop-content span.desk-version::before {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    background: #fff;
    left: -5%;
    right: 0;
    top: 15px;
    margin: auto;
}


/* Drop Us Section */


/* Training Program Section */

.training-program-sec {
    background: #1a1a1b;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}

img.trn-shap1 {
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 15%;
}

img.trn-shap2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
}

img.trn-shap3 {
    position: absolute;
    top: 0;
    left: -5%;
    width: 20%;
}

img.trn-shap4 {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 30%;
}

.sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.sec-head h2 {
    font-size: 62.76px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-head p {
    color: #fff;
}

.training-imag {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.training-card:hover img.trn-1 {
    transform: scale(1.3);
}

.training-imag img {
    width: 100%;
    object-fit: cover;
    transition: 1s all;
}

.training-content {
    margin-top: 15px;
}

.training-content h4 {
    font-size: 31px;
    color: #ffffff;
    text-transform: uppercase;
}

.training-content p {
    color: #fff;
    margin: 10px 0;
}

.training-imag span {
    font-size: 41.55px;
    color: #fa9f36;
    font-family: 'evogria';
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: 2;
}

.training-imag img.teaining-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.training-program-sec .slick-slide {
    opacity: 1;
}

.what-people-say-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background: #1a1a1b;
    overflow: hidden;
}

.client-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 40px 30px 50px;
    border-radius: 30px;
    overflow: hidden;
}

ul.client-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.client-info img {
    width: 90px;
    height: 90px;
    border: 5px solid #fff;
    border-radius: 90px;
}

ul.client-info h5 {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.client-info p {
    font-size: 14px;
    color: #1e2024;
    text-transform: capitalize;
}

.client-descript p {
    font-size: 14px;
    color: #9c9c9c;
    font-family: "Roboto", sans-serif;
}

.client-descript {
    margin: 20px 0 0 100px;
}

.client-descript i {
    color: #fa9f36;
    margin: 0 5px;
}

.client-card::before {
    position: absolute;
    content: '';
    width: 12%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fa9f36;
    z-index: -1;
    border-radius: 20px;
    transition: .5s all;
}

.client-card:hover::before {
    width: 100%;
}

.client-card:hover * {
    color: #fff;
}

.what-people-say-sec .slick-slide {
    opacity: 1;
}

.what-people-say-sec img.trn-shap4 {
    width: 30%;
}


/* Training Program Section */


/* How It Works */

.how-work-sec {
    padding: 100px 0;
    overflow: hidden;
}

.row.work-shap {
    position: relative;
    z-index: 1;
}

.row.work-shap::before {
    position: absolute;
    content: '';
    width: 92%;
    height: 50%;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/work-shapp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.sec-head.color-black h2,
.sec-head.color-black p {
    color: #000;
}

.work-step {
    border-width: 13px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(226, 226, 226);
    width: 291px;
    height: 291px;
    display: grid;
    place-content: center;
    text-align: center;
    margin: 0 auto;
}

.work-step h4 {
    font-size: 75px;
    color: #fa9f36;
}

.work-step h5 {
    font-size: 36.88px;
    color: #000000;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.work-descrip {
    text-align: center;
    padding: 0 30px;
    margin: 40px 0 0 0;
}

.work-descrip h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 100;
    margin: 10px 0;
}


/* How It Works */


/* Footer Section  */

footer {
    position: relative;
    z-index: 1;
    background: #101010;
}

footer .container-fluid {
    padding: 0 3%;
}

.foter-left-text h3 {
    font-size: 31.22px;
    color: #fff;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    font-weight: 100;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.footer-social i:hover {
    background: #fa9f36;
    transform: translate(0px, -10px);
}

ul.footer-social i {
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: grid;
    place-content: center;
    margin-bottom: 20px;
    transition: .5s all;
}

.foter-left-text button {
    width: 100%;
    background: transparent;
    color: #fff;
    border-color: #fff;
    padding: 17px 0;
    text-transform: capitalize;
}

.footer-text h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-text a,
.footer-text p {
    font-size: 14px;
    color: #ffffff;
}

.footer-text i {
    font-size: 20px;
    margin: 0px 8px 0 0;
}

.footer-nav p {
    font-size: 14px;
    color: #f9f9f9;
    text-align: start;
    padding: 15px 0;
    margin: 0 0 0 -40px;
}

.col.col-3 {
    width: 16%;
}

.col.col-4 {
    width: 22%;
}

.col.col-5 {
    width: 30%;
}

.col.col-1 {
    width: 12%;
    padding: 70px 0px 0 45px;
    border-right: 0;
}

.col.col-2 {
    width: 20%;
}

.col {
    border-right: 1px solid #575757;
    padding: 70px 30px 0;
}

.col:last-child {
    border-right: 0;
}

footer::before {
    position: absolute;
    content: '';
    width: 14%;
    left: 0;
    top: 0;
    height: 100%;
    background: #fa9f36;
    z-index: -1;
}

.footer-nav {
    border-top: 1px solid #575757;
    z-index: -2;
    position: relative;
}

.col.col-5 .footer-text p {
    display: flex;
    align-items: center;
}


/* Footer Sec */