/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Testimonial Section / Two
7. Services Section
8. We Are Section / Two
9. Gallery Section / Two
10. Counter Section / Two
11. Pricing Section / Two
12. Coaching Section
13. Calculator Section
14. News Section
15. Main Footer
16. Yoga Section
17. Timing Section
18. Team Section
19. In Touch Section
20. Page Title
21. Video Section
22. Comming Soon Section
23. Trainer Section
24. Trainer Section 02
25. Body Builder 01
26. Body Builder 02
27. Shop Items
28. Shop Detail
29. Cart Section
30. Checkout Section
31. Blog Widgets
32. Blog Detail Section
33. Error Section
34. Map Section
35. Contact Form Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Khula:wght@400;600;700;800&display=swap');


/* font-family: 'Poppins', sans-serif; */

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

@font-face {
    font-family: 'MonumentExtended-Regular';
    src:  url('../fonts/monumentExtended-Regular.eot');
    src:  url('../fonts/monumentExtended-Regular.eot#iefix') format('embedded-opentype'),
    url('../fonts/monumentExtended-Regular.ttf') format('truetype'),
    url('../fonts/monumentExtended-Regular.woff') format('woff'),
    url('../fonts/monumentExtended-Regular.svg#monumentExtended-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'MonumentExtended-Ultrabold';
    src:  url('../fonts/monumentExtended-Ultrabold.eot');
    src:  url('../fonts/monumentExtended-Ultrabold.eot#iefix') format('embedded-opentype'),
    url('../fonts/monumentExtended-Ultrabold.ttf') format('truetype'),
    url('../fonts/monumentExtended-Ultrabold.woff') format('woff'),
    url('../fonts/monumentExtended-Ultrabold.svg#monumentExtended-Ultrabold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*** 

====================================================================
Reset
====================================================================

***/

* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    font-family: 'Khula';
    font-size:18px;
    color:#777777;
    line-height:1.7em;
    font-weight:700;

    background:#2d2b1c;

    background:#373622;

    background:#000000;


    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
    padding:0px 50px 0px;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#fdbd15;
}

button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.6em;
    font-family: 'MonumentExtended-Ultrabold';
}

input,button,select,textarea{

}

textarea{
    overflow:hidden;
}

p{
    position:relative;
    line-height:1.8em;	
}

/* Typography */

h1{
    font-size:72px;
}

h2{
    font-size:52px;
}

h3{
    font-size:32px;
}

h4{
    font-size:26px;
}

h5{
    font-size:22px;
}

h6{
    font-size:18px;
}

.auto-container{
    position:static;
    max-width:1200px;
    max-width:1340px;
    padding:0px 15px;
    margin:0 auto;
}

.medium-container{
    max-width:850px;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;	
}

img{
    display:inline-block;
    max-width:100%;
}

.theme-btn{
    cursor:pointer;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.centered{
    text-align:center;	
}

/***

====================================================================
Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    bottom:60px;
    right:60px;
    width:60px;
    height:60px;
    color:#ffffff;
    font-size:18px;
    text-transform:uppercase;
    line-height:58px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    display:none;
    border-radius:0px;
    border:1px solid #ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.scroll-to-top:hover{
    color:#000000;
    background:#ffffff;
}

/* List Style One */

.list-style-one{
    position:relative;
}

.list-style-one li{
    position:relative;
    color:#ffffff;
    font-size:16px;
    padding-left:30px;
    font-weight:400;
    line-height:1.6em;
    margin-bottom:20px;
}

.list-style-one li .icon{
    position:absolute;
    left:0px;
    top:5px;
    color:#fe4c1c;
    font-size:18px;
    line-height:1em;
    font-weight:300;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 6px solid #000000;
    color:#848484;
    font-size: 12px;
    letter-spacing: 0.25em;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'MonumentExtended-Regular', sans-serif;
}
.table tbody td {
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    vertical-align: top;
    border-top: 1px solid #32383e;
    line-height: 2rem;
}

/* CUSTOM BUTTON */

.custom-btn {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: 'MonumentExtended-Regular', sans-serif;
}

.custom-btn:hover {
    text-decoration: none;
}

.custom-btn:hover svg rect {
    stroke-width: 1;
    stroke-dasharray: 130, 500;
    stroke-dashoffset: 340;
    color:#ffffff;
}

.custom-btn svg {
    width: 200px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-btn svg rect {
    width: 198px;
    height: 56px;
    stroke-width: 1;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.custom-btn span {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'MonumentExtended-Regular', sans-serif;
}

/*Btn Style One*/

.btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.25em;
    line-height: 30px;
    color: #ffffff;
    cursor:pointer;
    padding: 14px 46px;
    font-weight: 600;
    overflow: hidden;
    border-radius:0px;
    text-transform: uppercase;
    border:2px solid rgba(255,255,255,0.20);
    font-family: 'MonumentExtended-Regular', sans-serif;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-style-one .txt{
    position:relative;
    z-index:1;

}

.btn-style-one:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-one:hover::before{
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.btn-style-one:hover{
    color: #000000;
    border-color:#ffffff;
}

/* Btn Style Two */

.btn-style-two{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding: 14px 46px;
    font-weight: 600;
    overflow: hidden;
    border-radius:0px;
    text-transform: uppercase;
    border:2px solid #000000;
    font-family: 'MonumentExtended-Regular', sans-serif;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-style-two .txt{
    position:relative;
    z-index:1;

}

.btn-style-two:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-two:hover::before{
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.btn-style-two:hover{
    color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #e5e5e5;
    padding: 16px 46px 16px;
    font-weight: 600;
    overflow: hidden;
    border-radius:0px;
    letter-spacing:2px;
    background: #000000 !important;
    text-transform: capitalize;
    font-family: 'MonumentExtended-Regular', sans-serif;
}

.btn-style-three .txt{
    position:relative;
    z-index:1;
}

.btn-style-three:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    background-color:#313030;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
    color: #ffffff;
    border-color:#fdbd15;
}

/* Btn Style Four */

.btn-style-four{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 32px 10px;
    font-weight: 600;
    overflow: hidden;
    border-radius:0px;
    background: none;
    text-transform: capitalize;
    background-color:#fdbd15;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-four .txt{
    position:relative;
    z-index:1;
}

.btn-style-four:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    background-color:#025158;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
    color: #ffffff;
}

/* Btn Style Five */

.btn-style-five{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 15px 40px 15px;
    font-weight: 400;
    overflow: hidden;
    border-radius:0px;
    background-color: #485452;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-five .txt{
    position:relative;
    z-index:1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-style-five:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fdbd15;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-five:hover::before{
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.btn-style-five:hover{
    color: #ffffff;
}

/* Social Icon One */

.social-icon-one{
    position: relative;
    display: block;
}

.social-icon-one .title{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
}

.social-icon-one li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 22px;
}

.social-icon-one li:last-child{
    margin-right: 0;
}

.social-icon-one li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover{
    color: #fdbd15;
}

.theme_color{
    color:#fdbd15;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/*=== Preloder ===*/
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000000;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@-webkit-keyframes loader {
    0% {
    -webkit-transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}

img{
    display:inline-block;
    max-width:100%;
    height:auto;	
}

/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title{
    position:relative;
    margin-bottom:80px;
}

.sec-title h2{
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1em;
    text-transform:uppercase;
}

.sec-title h2 span{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.sec-title .text{
    position: relative;
    color: #ffffff;
    opacity:0.5;
    font-size:16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 18px;
    font-family: 'Khula', sans-serif;
}

.sec-title.light h2{
    color:#ffffff;
}

.sec-title.centered{
    text-align: center;
}

/*** 

====================================================================
Section Title Two
====================================================================

***/

.sec-title-two{
    position:relative;
    margin-bottom:50px;
}

.sec-title-two h2{
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1em;
    padding-left:35px;
    text-transform: uppercase;
    border-left:7px solid #ffffff;
}

.sec-title-two h2 span{
    display:block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.sec-title-two .text{
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8em;
    font-size:17px;
    opacity:0.5;
    margin-top:30px;
    font-family: 'Khula', sans-serif;
}

.sec-title-two.black h2{
    color:#000000;
    border-color:#000000;
}

.sec-title-two.black h2 span{
    -webkit-text-stroke-color: #000000;
}

.sec-title-two.black .text{
    color:#000000;
    opacity:0.70;
}



/*** 

====================================================================
Banner Section
====================================================================

***/

.banner-section{
    position:relative;
}

.banner-section .slide{
    position:relative;
    padding-top:300px;
    padding-bottom:300px;
    background-size:cover;
    background-position:center center;
}

.banner-section .slide .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-section .active .slide .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
}

.banner-section .content-boxed{
    position:relative;
}

.banner-section .content-boxed .inner-boxed{
    position:relative;
    text-align:center;
}

.banner-section .content-boxed h1{
    position:relative;
    font-weight:700;
    line-height:1em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
}

.banner-section .content-boxed h1 span{
    color:#ffffff;
    display:block;
}

.banner-section .active .content-boxed h1{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section .content-boxed .text{
    position:relative;
    color:#ffffff;
    opacity: 0;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:40px;
    font-weight:400;
    margin-top:30px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Khula', sans-serif;
}

.banner-section .active .content-boxed .text{
    opacity: 0.5;
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section .content-boxed .btns-box{
    margin-top:0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .content-boxed .btns-box .theme-btn{
    cursor:pointer;
}

.banner-section .active .content-boxed .btns-box{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .boxed-column .theme-btn{

}

.banner-section .owl-dots{
    position:absolute;
    right:110px;
    top:50%;
    display:none;
}

.banner-section .owl-dots .owl-dot{
    position:relative;
    width:16px;
    height:16px;
    margin-bottom:10px;
    border-radius:50px;
    background-color:#ffffff;
    margin-bottom:10px;
}

.banner-section .owl-dots .owl-dot:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0;
    border-radius:50px;
    border:3px solid #cc2b5e;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active:before,
.banner-section .owl-dots .owl-dot:hover::before{
    opacity:1;
}

.banner-section .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    z-index:1;
    width:100%;
    margin-top:-10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.banner-section .owl-nav .owl-prev{
    position:absolute;
    left:40px;
    width:60px;
    height:28px;
    opacity:0.5;
    color:#ffffff;
    font-size:40px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background:url(../images/icons/slider-left-arrow.png) no-repeat;
}

.banner-section .owl-nav .owl-next{
    position:absolute;
    right:40px;
    width:60px;
    height:28px;
    opacity:0.5;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background:url(../images/icons/slider-right-arrow.png) no-repeat;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
    opacity:1;
}

.banner-section .mouse-btn-down{
    position:absolute;
    left:50%;
    bottom:40px;
    width:98px;
    height:98px;
    z-index:10;
    cursor:pointer;
    margin-left:-49px;
}

.banner-section .mouse-btn-down:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    width:98px;
    height:98px;
    background:url(../images/icons/scroll-down-arrow.png);
    background-repeat:no-repeat;
}

.banner-section-two .mouse-btn-down:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    width:98px;
    height:98px;
    background:url(../images/icons/scroll-down-arrow.png);
    background-repeat:no-repeat;
}

.banner-section .mouse-btn-down .icon,
.banner-section-two .mouse-btn-down .icon{
    position:relative;
    display:inline-block;
}

.banner-section:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    height:120px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
    z-index: 9;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button{
    width:100%;
    font-size:16px;
    font-style:normal;
    height:60px;
    padding:10px 20px;
    line-height:38px;
    color:rgba(255,255,255,0.50);
    font-weight:300;
    border-radius:0px;
    background:none;
    border:1px solid rgba(255,255,255,0.10);
    font-family: 'MonumentExtended-Regular', sans-serif;
}

.form-group .ui-button .ui-icon{
    background:none;
    position:relative;
    top:6px;
    text-indent:0px;
    color:#333333;	
}

.form-group .ui-button .ui-icon:before{
    font-family: 'FontAwesome';
    content: "\f107";
    position:absolute;
    right:0px;
    top:2px !important;
    top:13px;
    width:10px;
    height:20px;
    display:block;
    color:#333333;
    line-height:20px;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    z-index:5;
}

.ui-widget.ui-widget-content{
    border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
    font-size:14px;
    border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
    border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background:#000000;
    border-color:#000000;
}

.ui-menu .ui-menu-item-wrapper{
    position:relative;
    display:block;
    padding:8px 20px ;
    font-size:14px;
    line-height:24px;
}

.ui-menu-item:hover{
    background-color:#000000;
}

/*** 

====================================================================
Testimonial Section
====================================================================

***/

.testimonial-section{
    position:relative;
    padding:160px 0px 80px;
}

.testimonial-section .inner-container{
    position:relative;
    padding:0px 105px;
}

.testimonial-section .inner-container .quote-left{
    position:absolute;
    left:0px;
    top:-60px;
    font-size:70px;
    line-height:1em;
    color:rgba(255,255,255,0.07);
}

.testimonial-section .inner-container .quote-right{
    position:absolute;
    right:0px;
    bottom:-60px;
    font-size:60px;
    line-height:1em;
    color:rgba(255,255,255,0.07);
}

.testimonial-section .about-text{
    position:relative;
    margin-top:80px;
}

.testimonial-section .about-text p{
    position:relative;
    color:#ffffff;
    opacity:0.5;
    font-size:16px;
    font-weight:300;
    line-height:1.8em;
    margin-bottom:20px;
    font-family: 'Khula', sans-serif;
}

.testimonial-section .about-text p:last-child{
    margin-bottom:0px;
}

.testimonial-block{
    position:relative;
}

.testimonial-block .inner-box{
    position:relative;
    text-align:center;
}

.testimonial-block .inner-box .text{
    position:relative;
    font-size:20px;
    color:#ffffff;
    line-height:1.6em;
}

.services-section{
    position:relative;
}

.services-section .service-block{
    padding:0px;
    float:left;
}

.services-section .owl-dots,
.services-section .owl-nav{
    display:none;
}

.service-block{
    position:relative;
}

.service-block .inner-box{
    position:relative;
}

.service-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

.service-block .inner-box .image .overlay-link{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:2;
}

.service-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .image img{
    transform:scale(1.07,1.07);
}

.service-block .inner-box .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box{

}

.service-block .inner-box .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.50);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box:before{
    height:0%;
}

.service-block .inner-box .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.service-block .inner-box .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.service-block .inner-box .overlay-box h4{
    position:relative;
    line-height:1.4em;
    margin-bottom:0px;
    letter-spacing:2px;
    text-transform:capitalize;
}

.service-block .inner-box .overlay-box h4 a{
    position:relative;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box h4 a{
    color:#ffffff;
}




.service-block .inner-box .overlay-box-two{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.50);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.service-block .inner-box:hover .overlay-box-two{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.service-block .inner-box .overlay-box-two .content{
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    text-align:center;
    padding:0px 15px 30px;
}

.service-block .inner-box .overlay-box-two .content h5{
    position:relative;
    line-height:1.2em;
}

.service-block .inner-box .overlay-box-two .content h5 a{
    position:relative;
    color:#ffffff;
}

.service-block .inner-box .overlay-box-two .content .text{
    position:relative;
    line-height:1.8em;
    color:#ffffff;
    font-size:13px;
    opacity:0.80;
    font-weight:400;
    margin-top:18px;
    font-family: 'Khula', sans-serif;
}

.service-block .inner-box .overlay-box-two .content .social-box{
    position:relative;
    margin-top:15px;
}

.service-block .inner-box .overlay-box-two .content .social-box a{
    position:relative;
    color:#ffffff;
    margin:0px 8px;
    font-size:14px;
}

/*** 

====================================================================
We Are Section
====================================================================

***/

.we-are-section{
    position:relative;
    padding:150px 0px 160px;
}

.we-are-section.style-two{
    background-color:#0c0c0c;
}

.we-are-section.style-two p{
    position: relative;
    color: #ffffff;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 80px;
    font-family: 'Khula', sans-serif;
}

.we-are-section.style-two .video-box{
    margin-bottom:90px;
}

.video-box{
    position:relative;
}

.video-box .video-image{
    position:relative;
    margin:0px;
}

.video-box .video-image img{
    position:relative;
    width:100%;
    z-index:3;
}

.video-box .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    line-height: 45px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.video-box .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:10;
    background-color:rgba(0,0,0,0.50);
}

.video-box .overlay-box span{
    position: absolute;
    width:110px;
    height: 110px;
    left:50%;
    top: 50%;
    z-index:10;
    color: #ffffff;
    font-weight:400;
    font-size:20px;
    text-align: center;
    border-radius:50%;
    padding-left:4px;
    display: inline-block;
    margin-top: -55px;
    margin-left:-55px;
    line-height:110px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(255,255,255,0.20);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:110px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.we-are-section .button-box{
    position:relative;
    margin-top:80px;
}


/*** 

====================================================================
Banner Section Two
====================================================================

***/

.banner-section-two{
    position:relative;
    overflow:hidden;
}

.banner-section-two .gradient-layer{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:251px;
    z-index:2;
    background:url(../images/main-slider/gradient-layer.png) repeat-x;
}

.banner-section-two .social-box{
    position:absolute;
    left:55px;
    bottom:0px;
    z-index:10;
}

.banner-section-two .social-box li{
    position:relative;
    margin-bottom:20px;
}

.banner-section-two .social-box li a{
    position:relative;
    color:#4d4d4d;
    font-size:16px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.banner-section-two .social-box li a:hover{
    color:#ffffff;
}

.banner-section-two .slide{
    position:relative;
    padding-top:280px;
    padding-bottom:280px;
    background-size:cover;
    background-position:center center;
}

.banner-section-two .slide .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-section-two .slide .image-layer:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.50);
}

.banner-section-two .active .slide .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
}

.banner-section-two .content-boxed{
    position:relative;
}

.banner-section-two .content-boxed .inner-boxed{
    position:relative;
    text-align:center;
}

.banner-section-two .content-boxed h1{
    position:relative;
    font-weight:700;
    line-height:1em;
    opacity: 0;
    color:#ffffff;
    padding-left:45px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-transform: uppercase;
    border-left:5px solid #ffffff;
}

.banner-section-two .content-boxed h1 span{
    display:block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.banner-section-two .active .content-boxed h1{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section-two .content-boxed .text{
    position:relative;
    opacity: 0;
    font-size:18px;
    line-height:1.8em;
    margin-bottom:40px;
    font-weight:400;
    margin-top:30px;
    transform: scaleY(0);
    transform-origin: top;
    color:rgba(255,255,255,0.50);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Khula', sans-serif;
}

.banner-section-two .active .content-boxed .text{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-two .content-boxed .btns-box{
    margin-top:0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .active .content-boxed .btns-box{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section-two .content-boxed .btns-box .theme-btn{
    position:relative;
    float:left;
}

.banner-section-two .content-boxed .btns-box .play-box{
    position:relative;
    font-size:16px;
    float:left;
    padding-top:18px;
    margin-left:40px;
    color:rgba(255,255,255,0.50);
    font-family: 'Khula', sans-serif;
}

.banner-section-two .content-boxed .btns-box .play-box .play-btn{
    position:relative;
    top:-5px;
    width:30px;
    height:30px;
    color:#232323;
    font-size:10px;
    text-align:center;
    border-radius:50px;
    line-height: 30px;
    display:inline-block;
    float:left;
    margin-right:10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:rgba(255,255,255,1);
}

.banner-section-two .content-boxed .btns-box .play-box .play-btn .overlay-box span{
    position: absolute;
    width:30px;
    height: 30px;
    left:50%;
    top: 50%;
    z-index:99;
    color: #ffffff;
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:50%;
    padding-left:7px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: -15px;
    margin-left:-15px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.banner-section-two .content-boxed .btns-box .play-box .play-btn .ripple,
.banner-section-two .content-boxed .btns-box .play-box .play-btn .ripple:before,
.banner-section-two .content-boxed .btns-box .play-box .play-btn .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section-two .content-boxed .btns-box .play-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section-two .content-boxed .btns-box .play-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}



.banner-section-two .owl-dots{
    position:absolute;
    right:110px;
    top:50%;
    display:none;
}

.banner-section-two .owl-dots .owl-dot{
    position:relative;
    width:16px;
    height:16px;
    margin-bottom:10px;
    border-radius:50px;
    background-color:#ffffff;
    margin-bottom:10px;
}

.banner-section-two .owl-dots .owl-dot:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0;
    border-radius:50px;
    border:3px solid #cc2b5e;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot.active:before,
.banner-section-two .owl-dots .owl-dot:hover::before{
    opacity:1;
}

.banner-section-two .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    z-index:1;
    width:100%;
    margin-top:-10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.banner-section-two .owl-nav .owl-prev{
    position:absolute;
    left:20px;
    color:#ffffff;
    font-size:40px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.banner-section-two .owl-nav .owl-next{
    position:absolute;
    right:20px;
    color:#ffffff;
    font-size:40px;
    color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
    opacity:0.7;
}

.banner-section-two .mouse-btn-down{
    position:absolute;
    right:50px;
    bottom:20px;
    width:98px;
    height:98px;
    z-index:10;
    cursor:pointer;
}

.banner-section-two:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    height:120px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
    z-index: 9;
}


/*** 

====================================================================
Page Title
====================================================================

***/

.video-banner-title{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    height: inherit;
}

.video-banner-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background: linear-gradient(to top, #0c0c0c, rgba(50, 50, 50, .5), rgba(50, 50, 50, .5));
}

.video-banner-title .auto-container{
    position:relative;
}

.video-banner-title h2 {
    position:relative;
    color:#ffffff;
    font-weight:700;
    line-height:1.2em;
    text-transform:capitalize;
}



.page-title{
    position:relative;
    padding:220px 0px 110px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.60);
}

.page-title .auto-container{
    position:relative;
}
.page-title-terminal {
    color: #ffffff;
    font-family: 'MonumentExtended-Regular';
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .25rem;
    height: 30px;
}


.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:700;
    line-height:1.2em;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
    margin-top:10px;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
    text-transform:capitalize;
    font-family: 'Khula', sans-serif;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-2px;
    top:0px;
    color:#ffffff;
    font-size:14px;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#808080;
    font-weight:400;
    text-transform: capitalize;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Khula', sans-serif;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}



/*** 

====================================================================
Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
    position:relative;
    padding:160px 0px 115px;
    background-color:#0c0c0c;
}

.sidebar-page-container.overflow-hidden{
    overflow:hidden;
}

.sidebar-page-container.overflow-hidden .sticky-top{
    top:0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
    margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner.padding-right{
    padding-right:30px;
}

.sidebar-page-container .sidebar-side .sidebar-inner.padding-left{
    padding-left:30px;
}

.sticky-top{
    top:90px;
    z-index:1;
}

.sidebar-title{
    position:relative;
    margin-bottom:42px;
}

.sidebar-title h5{
    position: relative;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom:12px;
    text-transform: uppercase;
    font-family: 'MonumentExtended-Regular';
    border-bottom:1px solid rgba(255,255,255,0.10);
}

/* Trainer Block */

.trainer-block{
    position:relative;
    margin-bottom:30px;
}

.trainer-block .inner-box{
    position:relative;
}

.trainer-block .inner-box .image{
    position:relative;
}

.trainer-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.trainer-block .inner-box .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.trainer-block .inner-box .overlay-box .overlay-link{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
    z-index:1;
}

.trainer-block .inner-box .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.50);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.trainer-block .inner-box .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.trainer-block .inner-box .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.trainer-block .inner-box .overlay-box h4{
    position:relative;
    line-height:1.4em;
    margin-bottom:12px;
    letter-spacing:1px;
    z-index:2;
    text-transform:capitalize;
}

.trainer-block .inner-box .overlay-box h4 a{
    position:relative;
    color: #ffffff;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.trainer-block .inner-box .overlay-box h4 a:hover{
    color:#ffffff;
}

/* Trainer Detail */

.trainer-detail{
    position:relative;
}

.trainer-detail .inner-box{
    position:relative;
    padding-left:20px;
    padding-bottom:80px;
    border-bottom:1px solid rgba(255,255,255,0.10);
}

.trainer-detail.style-two .inner-box{
    padding-left:0px;
    padding-right:20px;
}

.trainer-detail .inner-box .title-box{
    position:relative;
    margin-bottom:30px;
}

.trainer-detail .inner-box .title-box h3{
    position:relative;
    color:#ffffff;
    line-height:1.1em;
    font-family: 'MonumentExtended-Ultrabold';
}

.trainer-detail .inner-box .title-box .category{
    position:relative;
    margin-top:10px;
    color:#4c4c4c;
    font-size:20px;
    margin-top:20px;
    padding-bottom:25px;
    border-bottom:1px solid #3d3d3d;
    font-family: 'Khula', sans-serif;
}

.trainer-detail .inner-box .title-box .category span{
    color:#b2b2b2;
}

.trainer-detail .inner-box p{
    position: relative;
    color: #ffffff;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-family: 'Khula', sans-serif;
}

.trainer-detail .inner-box .column .image img{
    position:relative;
    width:100%;
    display:block;
}

.trainer-detail .inner-box .blockquote{
    position:relative;
    padding-left:30px;
    color:#ffffff;
    font-size:20px;
    line-height:1.4em;
    margin-top:70px;
    margin-bottom:80px;
    border-left:4px solid #ffffff;
    font-family: 'MonumentExtended-Regular';
}

.trainer-detail .inner-box .post-share-options{
    margin-top:80px;
}

.trainer-detail .inner-box .post-share-options .social-box{
    position:relative;
}

.trainer-detail .inner-box .post-share-options .social-box .share{
    color:#808080;
    font-size:16px;
    font-weight:300;
    letter-spacing:3px;
    text-transform:uppercase;
    font-family: 'Khula', sans-serif;
}

.trainer-detail .inner-box .post-share-options .social-box li{
    position:relative;
    margin-right:18px;
    display:inline-block;
}

.trainer-detail .inner-box .post-share-options .social-box li a{
    position:relative;
    font-size:16px;
    color:#4d4d4d;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.trainer-detail .inner-box .post-share-options .social-box li a:hover{
    color:#ffffff;
}

/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form{
    margin-top:80px;
    padding-left:20px;
}

.comment-form .group-title h3{
    position:relative;
    color:#ffffff;
    margin-bottom:10px;	
    text-transform:uppercase;
}

.comment-form .form-text{
    position: relative;
    color: #ffffff;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-family: 'Khula', sans-serif;
}

.comment-form .form-group{
    margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 25px;
    color:#888888;
    height:60px;
    font-size:16px;
    background:#080808;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Khula', sans-serif;
    border:1px solid rgba(255,255,255,0.10);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#ffffff;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:15px 25px 25px;
    color:#888888;
    border:1px solid rgba(255,255,255,0.10);
    height:168px;
    background:#080808;
    resize:none;
    font-size:16px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Khula', sans-serif;
}

.comment-form .theme-btn{
    float:left;
    cursor:pointer;
    background:none;
}

.comment-form .form-group .data{
    position:relative;
    float:left;
    font-size:16px;
    margin-top:18px;
    margin-left:30px;
    font-family: 'Khula', sans-serif;
}
/*** 

====================================================================
Contact Page Section
====================================================================

***/

.contact-page-section{
    position:relative;
    padding:160px 0px 140px;
    background-color:#0c0c0c;
}

.contact-page-section .map-boxed{
    margin-bottom:80px;
}

.contact-page-section .info-column{
    position:relative;
}

.contact-page-section .info-column .inner-column{
    position:relative;
}

.contact-page-section .info-column .info-list{
    position:relative;
}

.contact-page-section .info-column .info-list li{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    line-height:1.6em;
    margin-bottom:15px;
}

.contact-page-section .info-column .info-list li:last-child{
    margin-bottom:0px;
}

.contact-page-section .info-column .info-list li span{
    position:relative;
    display:block;
    color:#e6e6e6;
    color: #ffffff;
    font-size:18px;
    font-weight:300;
    opacity: 0.5;
}

.contact-page-section .info-column .info-list li a{
    position:relative;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.contact-page-section .info-column .info-list li.social-links a{
    margin-right:18px;
}

.contact-page-section .info-column .info-list li a:hover{
    opacity:0.5;
}

/*** 

====================================================================
Contact Form
====================================================================

***/

.contact-form{

}

.contact-form .group-title h3{
    position:relative;
    color:#ffffff;
    margin-bottom:10px;	
    text-transform:uppercase;
}

.contact-form .form-text{
    position: relative;
    color: #ffffff;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-family: 'Khula', sans-serif;
}

.contact-form .form-group{
    margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 25px;
    color:#ffffff;
    height:60px;
    font-size:16px;
    background:#080808;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Khula', sans-serif;
    font-weight: 600;
    border:1px solid rgba(255,255,255,0.10);
}

.contact-form .form-group ::placeholder {
    color:#999;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
    border-color:#ffffff;
}

.contact-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:15px 25px 25px;
    color:#BCBCBC;
    border:1px solid rgba(255,255,255,0.10);
    height:200px;
    background:#080808;
    resize:none;
    font-size:16px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Khula', sans-serif;
    font-weight: 600;
}

.contact-form .theme-btn{
    float:left;
    cursor:pointer;
    background:none;
}

.contact-form .form-group .data{
    position:relative;
    float:left;
    font-size:18px;
    margin-top:18px;
    margin-left:30px;
    font-family: 'Khula', sans-serif;
}



/*** 

====================================================================
Cart Section style
====================================================================

***/

.cart-section{
    position:relative;
    padding:160px 0px 160px;
    background-color:#0d0d0d;
}

.cart-section .cart-outer{
    position:relative;	
}

.cart-section .table-outer{
    position:relative;
    width:100%;
    overflow-x:	auto;
}

.cart-section .cart-table{
    width:100%;
    min-width:900px;
}

.cart-section .cart-table tbody tr{
    border-bottom:1px solid rgba(255,255,255,0.15);
}

.cart-table .cart-header{
    position:relative;
    width:100%;
    text-transform:uppercase;
    font-size:16px;
    border-radius:0px;
    color:#1f1f1f;
    border-bottom:1px solid rgba(255,255,255,0.15);
}

.cart-table thead tr th{
    line-height:24px;
    padding:20px 15px;
    min-width:120px;
    font-weight:500;
    color:#ffffff;
    font-size:26px;
    text-transform:capitalize;
    font-family: 'Khula', sans-serif;
}

.cart-table thead tr th.prod-column{
    text-align:left;
    padding-left:0px;	
}

.cart-table tbody tr td{
    line-height:24px;
    padding:40px 0px 40px;
    min-width:100px;
}

.cart-table tbody tr .qty{
    width:90px;
    padding-right:40px;
    padding-left:10px;
}

.cart-table tbody tr .prod-column .column-box{
    position:relative;
    min-height:100px;
    padding-left:130px;
    padding-top:40px;
    text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
    width:110px;
    padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
    position:absolute;
    width:100px;
    left:0px;
    top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
    display:block;
    max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
    color:#ffffff;
    font-weight:500;
    margin-bottom:5px;
    font-family: 'Khula', sans-serif;
}

.cart-table tbody tr .sub-total{
    font-weight:400;
    color:#ffffff;	
    font-size:18px;
    padding-left:20px;
    font-family: 'Khula', sans-serif;
}

.cart-table tbody tr .remove-btn{
    position:relative;
    font-size:18px;
    color:#ffffff;
    opacity:0.7;
    display:inline-block;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
    position:relative;
    top:2px;
    font-size:10px;
    line-height:14px;
    width:14px;
    height:14px;
    margin-right:8px;
    background:#f0f0f0;
    color:#ffffff;
    text-align:center;
    overflow:hidden;
    text-indent:100px;
}

.cart-table tbody tr .qty .input-group-btn-vertical{
    position:absolute;
    right:0px;
    top:0px;
}

.cart-table tbody tr .remove{

}

.cart-table tbody tr .remove-btn:hover{

}

.cart-table tbody tr .remove-btn:hover .fa{
    text-indent:0px;
    background:#fa9928;
}

.cart-table tbody tr td{
    vertical-align:middle;	
}

.cart-table tbody tr td.price{
    font-size:22px;
    font-weight:400;
    color:#ffffff;
    padding-left:10px;
    font-family: 'Khula', sans-serif;
}

.cart-table tbody tr td .quantity-spinner{
    padding:5px 0px 5px 20px;
    line-height:24px;
    height:34px;
    display:block;
    width:100%;
    position:relative;
}

.cart-table tbody .available-info{
    position:relative;
    padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
    position:absolute;
    left:0px;
    top:5px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    background:#3e4494;
    border-radius:50%;
}

.cart-section .coupon-outer{
    position:relative;
    margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
    background:none;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.cart-section .apply-coupon{
    position:relative;
}

.cart-section .apply-coupon .form-group{
    position:relative;
    float:left;
    margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
    padding:11px 28px;
    line-height:30px;
    cursor:pointer;
    background:none;
}

.cart-section .apply-coupon .form-group input[type="text"]{
    display:block;
    line-height:26px;
    padding:12px 15px;
    border:2px solid rgba(255,255,255,0.15);
    height:54px;
    width:230px;
    color:#ffffff;
    background:none;
    font-size:14px;
    font-family: 'Khula', sans-serif;
}

.cart-section .estimate-form{
    position:relative;
}

.cart-section .sec-title{
    margin-bottom:25px;
}

.cart-section .sec-title h2{
    font-size:26px;
    color:#222222;
}

.cart-section .estimate-form .row{
    margin-left:-7px;
    margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
    padding:0px 7px !important;
    margin-bottom:30px;
}

.cart-section .cart-note{
    position:relative;
    margin-bottom:50px;
    padding:16px 20px;
    text-align:center;
    border:1px dashed #b2dd4c;
    background:#f4f4f4;
    line-height:1.7em;
}


.list-foot-text {
    font-family: 'MonumentExtended-Regular';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #777;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-transform:uppercase;
}



#pagefoot {
    font-family: 'MonumentExtended-Regular';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 40px;
    padding-top: 40px;
}

#pagefoot .row {
    padding-top: 20px;
}
#pagefoot .links {
    padding-top: 8px;
}
#pagefoot .disclaimer {
    padding-top: 8px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 10px;
    line-height: 20px;
}
#pagefoot a {
    color: #ffffff;
    text-decoration: none;
}
#pagefoot ul {
    display: inline;
    list-style: none;
    padding: 0 0px 0 9px;
}
#pagefoot ul li {
    display: inline;
    padding: 0px 15px 0 9px;
    text-transform: uppercase;
}