/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

/* Local Font */
@font-face {
    font-family: "times";
    src: url("../fonts/times.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "times";
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Bebas Neue", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--white);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--white);
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: 7px;
    line-height: normal;
}

/* !GLOBAL CSS */

/* Main Sec Css Start */

.mainSec {
    /* background: url(../images/mainBanner.png)center/cover fixed; */
    height: 915px;
    /* display: flex;
    align-items: baseline;
    padding-top: 3.125rem; */
}

.mainSec video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banoverlay {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: absolute;
    inset: 0;
}

.mainSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 40%;
}

.secHeading {
    font-size: 4.1875rem;
    margin: 0;
    color: #181818;
    overflow: hidden;
}

.banHeading h2 {
    color: var(--white);
    margin: 0;
    font-size: 2.625rem;
    line-height: 1;
}

.banContent p {
    color: var(--white);
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.banContent a {
    font-size: 1.125rem;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 8px;
    display: inline-block;
    padding: 8px 3em;
    font-family: "Arimo", sans-serif;
}

.banContent a:hover {
    background: var(--white);
    color: var(--black);
}

.banContent {
    width: 33%;
    position: absolute;
    left: 2rem;
    bottom: 2.5rem;
}

.banHeading {
    margin-top: 2rem;
}

/* Main Sec Css End */

/* Training Sec Css Start */

.trainingSec {
    padding: 4.6875rem 0;
    /*background: url(../images/trainingBg.png)center/cover;*/
}

.trainingBox {
    border: 3px solid #D9D9D9;
    background: var(--white);
    padding: 1.875rem 2.1875rem 2rem 2.1875rem;
    height: 100%;
}

.trainingBox h3 {
    font-size: 2rem;
    color: #181818;
    font-weight: 600;
}

.trainingBox h3+h3 {
    margin-top: 0.5rem;
}

.trainingBox h2 {
    margin-bottom: 1.5rem;
}

.trainingBox figure {
    margin: 2rem 0 0 0;
}

/* Training Sec Css End */

/* Product Sec Css Start */

.productSec {
    padding: 5.625rem 0;
    background: var(--black) url(../images/productBg.png)center/cover fixed;
}

.productCard figure,
.shopBox figure {
    position: relative;
    overflow: hidden;
}

.pro1 {
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    transition: 0.8s ease;
}

.productCard:hover .pro1,
.shopBox:hover .pro1 {
    transform: translateY(0);
}

.productContent h3 {
    color: var(--white);
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 1.5625rem;
}

.productContent p {
    color: #fff;
    margin-bottom: 0.75rem;
}

.productContent ul {
    display: flex;
    gap: 5px;
}

.productContent ul li i {
    font-size: 0.875rem;
    color: #FFCC00;
}

.productContent ul li small {
    color: var(--white);
    font-size: 1rem;
}

.productContent span {
    color: var(--white);
    font-size: 1.125rem;
    /* margin-top: 8px; */
    display: block;
}

/* Product Sec Css End */

/* Model Sec Css Start */

.modelSec {
    padding: 6.25rem 0 3.75rem 0;
    background: url(../images/modelBg.png)center/cover fixed;
}

.modelHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.modelHeading a {
    color: var(--white);
    font-size: 1.125rem;
    font-family: 'Arimo';
    border: 1px solid #181818;
    border-radius: 10px;
    display: inline-block;
    padding: 1.5rem 4rem;
    background: #181818;
}

.modelHeading a:hover {
    background: #181818;
    color: var(--white);
}

.modelCard {
    position: relative;
    margin-top: 1rem;
    display: block;
}

.modelCard figure {
    position: relative;
    overflow: hidden;
}

.modelCard figure img {
    transition: 1s ease;
}

.modelCard:hover figure img {
    transform: scale(1.1);
}

.modelText {
    position: absolute;
    background: linear-gradient(180deg, #00000000, rgb(0 0 0 / 80%));
    inset: 0;
    display: flex;
    align-items: end;
    padding: 0 0 1.5625rem 3.125rem;
    transition: 0.5s ease;
}

.modelCard:hover .modelText h2 {
    transform: translateY(-2rem);
}

.modelText h2 {
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    font-size: 2.8125rem;
    transition: 0.8s ease;
}

/* Model Sec Css End */

/* Shipping Sec Css Start */

.shippingSec {
    background: #161616;
    padding: 2.5rem 0;
}

.shippingWraps {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shippingWraps figure {
    border: 1px solid var(--white);
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.shippingContent {
    flex: 1;
}

.shippingContent h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0;
}

.shippingContent span {
    color: var(--white);
    font-size: 0.75rem;
}

/* Shipping Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: url(../images/testimonialBg.png)center/cover fixed;
    padding: 5rem 0;
}

.testimonialBox {
    background: #F3F3F3;
    padding: 1.5625rem 1rem 1rem 1rem;
}

.testimonialContent {
    border: 1px solid #DFDFDF;
    background: var(--white);
    padding: 2.5rem 1.375rem 1.375rem 1.375rem;
}

.testimonialName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.testimonialName h4 {
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--black);
    margin: 0;
}

.testimonialName ul {
    display: flex;
    gap: 5px;
}

.testimonialName ul li i {
    color: #FFCC00;
    font-size: 1.125rem;
}

.testimonialContent p {
    margin: 0;
    color: var(--black);
    line-height: 1.85;
    height: 265px;
}

/* Testimonial Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black) url(../images/footerBg.png)center/cover;
    padding: 4.375rem 0 0.625rem 0;
}

footer h3 {
    color: #CCCCCC;
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.links li a {
    color: #CCCCCC;
}

.links li+li {
    margin-top: 1.125rem;
}

.socialMedia {
    display: flex;
    gap: 1.25rem;
    margin-top: 3.125rem;
}

.socialMedia li a {
    border: 1px solid #C8C8C8;
    width: 57px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
}

.socialMedia li a:hover {
    background: var(--white);
    color: var(--black);
}

.contactLinks li a {
    color: #CCCCCC;
    font-size: 1.375rem;
}

.contactLinks li+li {
    margin-top: 1.125rem;
}

.newsWraps p {
    color: #CCCCCC;
    margin-bottom: 1.75rem;
}

.footForm input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    background: unset;
    color: #939393;
}

.footForm {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding: 0 10px 0 1.125rem;
}

.footForm input::placeholder {
    color: #939393;
}

.footForm input[type='submit'] {
    background: transparent;
    outline: unset;
    color: var(--white);
    font-size: 1.125rem;
    font-family: 'Arimo';
    border: 1px solid var(--white);
    border-radius: 8px;
    display: inline-block;
    padding: 8px 1.5em;
    margin-left: -74px;
}

.copyRight {
    display: flex;
    align-items: end;
}

.copyRight p {
    color: #CCCCCC;
    margin: 0;
    font-size: 1.125rem;
}

/* Footer Css End */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* !SEARCH BAR CSS */

/* Inner Css Start */

.innerBanner {
    /* background: url(../images/innerBan.png)center/cover; */
    height: 460px;
    display: flex;
    align-items: center;
}

.innerBanner:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 70%;
}

.innerBanner h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 7.3125rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.courseInner {
    background: url(../images/courseBgs.png)center/cover fixed;
    padding: 5.625rem 0;
}

.coursesBoxs h3 {
    color: #181818;
    font-size: 2.375rem;
    font-weight: 400;
    margin-top: 1.5rem;
}

.coursesBoxs p {
    color: var(--black);
    line-height: 1.75;
}

.coursesBoxs span {
    display: block;
    font-size: 1.625rem;
    color: #181818;
    font-family: 'Bebas Neue';
}

.coursesBoxs strong {
    display: block;
    font-size: 1.625rem;
    color: #181818;
    font-family: 'Bebas Neue';
}
.coursesBoxs a {
    color: #181818;
    font-family: 'Arimo';
    border: 1px solid #181818;
    border-radius: 10px;
    display: inline-block;
    padding: 1.5em 7rem;
    margin-top: 1rem;
}

.coursesBoxs a:hover {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.faqSec {
    background: url(../images/faqBg.png)center/cover fixed;
    padding: 4.375rem 0;
}

.faqSec #accordion .card {
    border: none;
    border-bottom: 1px solid #181818;
    padding: 0 0 1rem 0;
    background: transparent;
    margin-bottom: 1rem;
    border-radius: unset;
}

.faqSec #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #181818;
    padding: 0;
    border: 0;
    font-size: 1.5625rem;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-family: 'Bebas Neue';
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    margin-left: auto;
    background: 000;
    font-size: 1rem;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqSec #accordion .card+.card {
    margin-top: 0;
}

.faqSec #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faqSec #accordion .card .card-body p {
    color: #181818;
    font-size: 1.125rem;
    margin: 10px 0 0 0;
}

.faqBox {
    border: 3px solid #D9D9D9;
    background: var(--white);
    padding: 5.375rem 4.375rem;
}

.faqBox h2 {
    margin-bottom: 1rem;
}

.shopInner {
    padding: 3.75rem 0 6.25rem 0;
}

.shopBox figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.shopBox figure img {
    width: 100%;
    transition: 0.8s ease;
}

.shopBox:hover figure img {
    transform: scale(1.1);
}

.shopText h3 {
    font-size: 1.5625rem !IMPORTANT;
    text-transform: uppercase;
    color: #181818;
}

.shopText span {
    display: block;
    color: #181818;
    font-family: 'Arimo';
}

.shopText a {
    color: var(--white);
    background: var(--black);
    border-radius: 10px;
    font-family: 'Arimo';
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.8125rem 0;
    margin-top: 1rem;
}

.shopInner .row+.row {
    margin-top: 2.5rem;
}

.galleryInner {
    padding: 5rem 0 6.25rem 0;
}

.galleryBox figure {
    position: relative;
    overflow: hidden;
}

.galleryBox figure img {
    transition: 0.8s ease;
}

.galleryBox figure:hover img {
    transform: scale(1.1);
}

.galleryBox h3 {
    color: var(--black);
    margin: 10px 0 0 0;
    font-size: 1.5625rem;
}

.galleryInner .row+.row {
    margin-top: 3.75rem;
}

.abtBoxs p {
    color: var(--black);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.abtBoxs ul {
    display: flex;
    gap: 3rem;
}

.abtBoxs ul li span {
    display: block;
    color: var(--black);
    font-size: 1.125rem;
}


.abtBoxs ul li {
    display: block;
    color: var(--black);
    font-size: 1.125rem;
}
.abtBoxs {
    padding: 1.875rem 2.1875rem 4rem 2.1875rem;
}

.meetSect {
    background: url(../images/meetBg.png)center/cover;
    padding: 4.375rem 0;
}

.meetBoxs h2 {
    color: #181818;
    font-size: 3.125rem;
    margin: 0;
    overflow: hidden;
}

.meetBoxs h3 {
    font-size: 5rem;
    color: #181818;
    overflow: hidden;
}

.meetBoxs span {
    font-size: 1.25rem;
    font-weight: bold;
    color: #181818;
    display: block;
    margin-bottom: 1rem;
}

.meetBoxs p {
    color: var(--black);
    font-size: 1.125rem;
    line-height: 1.75;
}

.meetBoxs {
    border: 3px solid #D9D9D9;
    background: var(--white);
    padding: 2.5rem 2.5rem;
}

.meetBoxs p+p {
    margin-top: 1.33rem;
}

.contactLeft h2 {
    color: #181818;
    font-size: 2.8125rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
}

.contactLeft small {
    font-size: 1rem;
    color: #181818;
}

.contactLeft ul li a {
    color: #181818;
    font-size: 1.375rem;
}

.contactLeft ul li a span {
    font-weight: 600;
}

.contactLeft ul li+li {
    margin-top: 1.25rem;
}

.contactLeft ul {
    margin-top: 3rem;
}

.contactBoxs {
    border: 3px solid #D9D9D9;
    background: var(--white);
    padding: 3.125rem 1.875rem;
}

.contactBoxs label {
    font-size: 0.875rem;
    color: #181818;
    margin-bottom: 6px;
}

.contactBoxs .form-control {
    border: 1px solid #A9A9A9;
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    background: #FAFAFA;
}

.contactBoxs input {
    height: 46px;
}

.contactBoxs textarea {
    height: 100px;
    resize: none;
}

.contactBoxs .form-group {
    margin-bottom: 1.25rem;
}

.contactBoxs input[type="submit"] {
    background: var(--black);
    color: var(--white);
    border: unset;
    outline: unset;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 1.5em;
}

.contactInner {
    background: url(../images/contactBg.png)center/cover fixed;
    padding: 3.125rem 0 4.375rem 0;
    position: relative;
    z-index: 1;
}

.contactLeft {
    margin-top: 3.125rem;
}

/* Inner Css End */

.headings {
    opacity: 1;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.headings--dimmed {
    opacity: 0.3;
}

.categoriesTabs h2 {
    color: #181818;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.categoriesTabs ul li a {
    color: #181818;
    font-family: 'Arimo';
    font-weight: 500;
}

.categoriesTabs ul li+li {
    margin-top: 6px;
}

.categoriesTabs {
    position: sticky;
    top: 2rem;
}

.categoriesTabs ul {
    list-style: disc;
    list-style-position: inside;
}

h1.product_title.entry-title {
    letter-spacing: 0px !important;
    font-family:"Bebas Neue", sans-serif !important;
}

.shopText {
    text-align: left;
}
