/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    color: #fff;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/
.main-layout {
    background: #000;
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

.banner_main {
    position: relative;
}

.banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #000;
}

.banner .carousel-indicators .active {
    background-color: #fe0000;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 0 10px;
}

.logo img {
    height: 130px;
}

.turn-to {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
}

.turn-to a {
    color: #e83e8c;
}

.turn-to a:hover {
    color: #000;
}

.banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.stewart span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    color: #fff;
    display: block;
    padding-bottom: 24px;
}

.stewart h1 {
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.panel {
    text-align: center;
    padding: 10px;
    color: #fff;
}

.panel img {
    height: 90px;
    width: 90px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
    top: 80%;
    background: #111;
    opacity: 1;
    font-size: 30px;
    width: 69px;
    color: #fff;
    height: 68px;
    border-radius: 50%;
}

#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
    background: #fff;
    color: #111;
}

#myCarousel a.carousel-control-prev {
    position: absolute;
    left: 8%;
}

#myCarousel a.carousel-control-next {
    position: absolute;
    right: 81%;
}

.carousel-indicators {
    display: none;
}

/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/** about section **/

.about {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 50px;
}

.about .titlepage {
    text-align: left;
    padding-bottom: 0;
    max-width: 443px;
    width: 100%;
    float: right;
}

.about .titlepage h2 {
    margin-bottom: 25px;
}

.about .titlepage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.about_img {
    overflow: hidden;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    width: 100%;
    transition: all .5s;
}

.about_img figure img:hover {
    transform: scale(1.2);
}

/** end about section **/


/** trainers section **/
.trainers {
    margin: 100px 0 50px 0;
}

.trainers .titlepage {
    text-align: center;
}

.trainers .titlepage h2 {
    color: #fff;
}

.trainers .titlepage h2::before {
    background-color: #fff;
}

.trainers .titlepage p {
    color: #fff;
    font-size: 17px;
    margin-top: 25px;
}

.trainers .trainer_box {
    text-align: left;
    margin-bottom: 30px;
    transition: ease-in all 0.5s;
}

.trainers .trainer_box .trainer {
    padding: 33px 30px;
    background-color: #3B3838;
    height: 250px;
}

.trainers .trainer_box .trainer h3 {
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.trainers .trainer_box .trainer p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

/** footer **/
.footer {
    background: #000;
    padding-top: 80px;
    text-align: left;
}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    display: table;
}

ul.conta li {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.copyright {
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #e2e2e2;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding-top: 10px;
    font-weight: normal;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #0d95e8;
}

/** end footer **/
