/* =============================
    
    body header 

================================*/
.body__header {
    width: 100%;
    z-index: 999;
}

.absolute__header {
    position: absolute;
    top: 0;
    left: 0;
}


/* =============================
    
    body footer

================================*/

/* =============================
    
    body banner

================================*/
.body__banner {
    position: relative;
}

.desktop__content {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 99;
}

.banner__bg {
    /* height: 60vh; */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.desktop__content h2 {
    font-family: var(--font-primary);
    font-size: 5rem;
    font-weight: 500;
    color: var(--color-white);
    line-height: 6rem;
}

.other__banner {
    background-image: url(../../assets/img/banner/bg/bg_banner_1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* =============================
    
    body container

================================*/
.section__feature {
    width: 100%;
    /* height: 400px; */
    background: #222429 url(../../assets/img/bg/bg_trans_1.png) center top repeat;
}

.feature__block {
    border: 2px solid #292929;
    background-color: #111;
    padding: 50px 30px;

    position: relative;
}

.feature__block figure {
    margin-bottom: 30px;
}

.feature__block figure img {
    height: 90px;
}

.feature__block-header {
    margin-bottom: 10px;
}

.feature__block-header h2 {
    font-family: var(--font-primary);
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
}

.feature__block-body {
    min-height: 120px;
    position: relative;
}

.feature__block-body p {
    font-family: var(--font-secondary);
    line-height: 1.5rem;
    color: #e3e3e3;
    z-index: 2;
    position: absolute;
    top: 0px;
}

.feature__block-footer  {
    position: absolute;
    right: 3px;
    bottom: 5px;
    /* z-index: -1; */
}
.feature__block-footer img {
    height: 100px;
    opacity: 0.4;
}

/* section highlight
============================ */
.section__highlight {
    background-color: var(--color-theme);
}

.section__highlight figure {
    margin: 0;
}

.section__highlight img {
    height: 80px;
    padding-right: 20px;
}

.section__highlight h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}


.section__highlight h2 .num {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-family: var(--font-primary);
    font-size: 2rem;
    line-height: 2rem;
}

.section__highlight h2 .text {
    display: block;
    font-family: var(--font-primary);
    font-size: 1rem;
}
/* =============================
    
    about us page

================================*/



/* =============================
    
    trainer page

================================*/

/*   trainer section
================================= */
.trainer__figure {
    margin: 0;
    width: 100%;
    height: 400px;
    background-color: black;
}

.trainer__img {
    width: 100%;
}

.article__team {
    /* border: 1px solid #d8d8d8; */
    text-align: center;
}

.article__team img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ==============================

    branches page

=================================*/

.branch__block-content {
    padding: 160px 10% 30px 10%;
    position: relative;
}

.branch__block-content::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 10px 10px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    background-color: rgb(237, 237, 237);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    -webkit-border-radius: 3px 3px 10px 10px;
    -moz-border-radius: 3px 3px 10px 10px;
    -ms-border-radius: 3px 3px 10px 10px;
    -o-border-radius: 3px 3px 10px 10px;
}

.branch__block:hover .branch__block-content::after{
    background-color: rgb(243, 243, 243);
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
}

.branch__block:hover .branch__block-content{
    box-shadow: 0 0 10px reba(0,0,0,0.4);

}

.branch__block-figure {
    width: 90%;
    margin: 0 auto -120px;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}

.branch__block:hover .branch__block-figure{
    /*width: 0%;
    */transform: scale(1.03);
    position: relative;
}
.branch__block:hover .branch__block-figure::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 166, 255, 0.347);
    
    position: absolute;
    top: 0;
    left: 0;
    
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}


.branch__block-figure img {
    width: 100%;
}

.branch__block-header h1 {
    font-family: var(--font-primary);
    font-size: 1.6rem;
}

.branch__block-body p {
    font-family: var(--font-secondary);
    font-size: 1rem;
    line-height: 1.6rem;
}

/* =========================================

    #service section

============================================*/
.service__article p {
    color: #323232;
}

.service__article {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.913);
    border: 1px solid #e8e8e8;
    padding: 20px;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.service__article::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/service-block.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.service__article .service__one-figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px dashed var(--color-theme);
    text-align: center;
    border-radius: 50%;
    padding-top: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}

.service__one-figure .icon {
    width: 50px;
    text-align: center;
    transition: ease-in-out 600ms;
    -webkit-transition: ease-in-out 600ms;
    -moz-transition: ease-in-out 600ms;
    -ms-transition: ease-in-out 600ms;
    -o-transition: ease-in-out 600ms;
}

.service__one-header {
    padding: 10px 0;
}

.service__article:hover {
    border-color:#e7e7e7;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);  
    background-color: rgba(4, 10, 19, 0.812);
}

.service__article p, .service__article .secondary__header {
    transition: ease-in-out 500ms;
    -webkit-transition: ease-in-out 500ms;
    -moz-transition: ease-in-out 500ms;
    -ms-transition: ease-in-out 500ms;
    -o-transition: ease-in-out 500ms;
}

.service__article:hover p, .service__article:hover .secondary__header{
    color: #ffffff;
}

.service__article:hover .service__one-figure {
    background-color: #ffffffbf;
    border: 1px solid #e9e9e9;
    transform:  scale(0.9);
    -webkit-transform:  scale(0.9);
    -moz-transform:  scale(0.9);
    -ms-transform:  scale(0.9);
    -o-transform:  scale(0.9);
}

.service__article:hover .icon {
    /* transform: rotateY(360deg); */
    /*transform: scale(1.1);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
     */
}

.service__article:hover .after__center-50::after {
    width: 100px;
    margin-left: -50px;
}

/* ====================================

    #Blog section

========================================*/
.section__home-blogs .article__wrap {
    border: 1px solid #e9e9e9;
    padding: 2px;
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}

.section__home-blogs .wrap__article {
    padding: 0 20px;
}

.section__home-blogs .article__footer a {
    display: inline-block;
    color:var(--color-theme);
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}

.section__home-blogs .article__footer a:hover {
    padding-left: 5px;
    color: #52b9e4;
}

.section__home-blogs .article__wrap:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.blog__database-content {
    padding: 20px 0;
}

.blog__database-content h1,
.blog__database-content h2,
.blog__database-content h3,
.blog__database-content h4,
.blog__database-content h5,
.blog__database-content h6 {
    padding: 10px 0 5px;
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 400;
}

.blog__database-content p {
    padding: 0;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
}

.blog__database-content ul li,
.blog__database-content ol li {
    padding: 0;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    padding-left: 20px;
}

.blog__database-content a {
    color: var(--color-theme);
    transition: ease-in-out 300ms;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
}

.blog__database-content a:hover {
    color: #292929;
}

/* ===============================

    #contact us page

==================================*/

/* ===================================
    Contact Us Page
=======================================*/
.contact__us-form {
    border: 1px solid #eaeaea;
    background-color: rgb(244, 244, 244);
    border-radius: 5px;
}

.contact__us-form-header .article__header{
    color: var(--color-theme);
}

/*  Form
======================================== */
.form-label {
    margin: 5px 0 0 !important;
}

.form-label {
    width: 200px;
    padding-left: 10px;
    font-family: var(--font-secondary);
    color: #3f3f3f;
    font-weight: 600;
}

.form-control {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #1c1a1a;
    background-color: transparent;
}

.form-control:focus {
    border-color: var(--color-theme);
}

/* contact us aside section
========================================= */
.aside__header{
    padding: 8px 20px;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    color: var(--color-theme);
}

.section__contact_us {
    border: 1px solid #e8e8e8;
    background-color: rgb(246, 246, 246);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact__body {
    
    padding: 12px 20px;
}
.contact__body p, .contact__body address {
    padding: 0;
    margin-bottom: 0;
}

.contact__us-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #646464;
}

.contact__us-block-header {
    font-family: var(--font-secondary);
    font-size: 1rem;
    color: rgb(20, 20, 20);
}

.conatct__us-block-data a, .conatct__us-block-data address, .conatct__us-block-data span{
    font-family: var(--font-text);
    font-size: 1rem;
    color: rgb(35, 35, 35) !important;
}

.conatct__us-block-data address {
    font-family: var(--font-text);
    font-size: 1rem;
    color: rgb(190, 190, 190) !important;
}

.contact-us__social {
    display: flex;
    justify-content: center;
}

.contact-us__social li + li {
    margin-left: 20px;
}

.btn__primary {
    padding: 8px 20px;
    color: #fff;
    border: none;
    background-color: var(--color-theme);
}

/* Map
======================================= */
.section__map {
    background-color: #111111;
}

.map {
    margin-bottom: 0;
    width: 100%;
    min-height: 400px;
    filter: grayscale(100%) invert(92%) contrast(83%);
}