@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
  3.1 Top Bar
  3.2 Header Content
  3.3 Logo
  3.4 Main Nav
  3.5 Hamburger
4. Menu
5. Section
6. Home
7. Features
8. Courses
9. Counter
10. Events
11. Team
12. News
13. Newsletter
14. Footer



******************************/

/***********
1. Fonts
***********/

@import url('/css/g-font/font.css');
@import url('/css/g-font-slab/font.css');
/*********************************
2. Body and some general stuff
*********************************/
.fixed_button{
 position: fixed;
  bottom: 50%;
  right: -170px;
  z-index: 4;
 }
 .text-small-spacing-standard{
   line-height: 25px;
}
 .acuity-embed-button{
  background-color: transparent;
 }

.border-shadow-video{
 box-shadow: -5.3vw -2vw 0vw 0vw #ffce3b;
  
}

.video-fill{
  object-fit: fill;
}

.acuity-embed-button:hover {
  -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    background-color:#006A29 !important;
    border-color: #007bff !important;
}
.acuity-embed-custom-style{
  padding: 1rem 1rem !important; 
  border: 1px solid transparent !important;
}

.font-size-select{
  font-size:1rem;
}

 .hover-right{
  position: relative;
  right:0%;
  transition: 0.3s;
 }
.hover-right:hover{
  position: relative;
  right:170px;
  transition: 0.3s;
 }


 .target-floating-hover{
  position: relative;
  right:-2%;
  transition: 0.3s;
 }
.popover{
  z-index: 10000;
}
*
{
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #a5a5a5;
}
div
{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
  list-style: none;
  margin-bottom: 0px;
}
p
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  color: #76777a;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p:last-of-type
{
  margin-bottom: 0;
}

/*
::selection
{
  
}
p::selection
{
  
}*/
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  color: #384158;
  margin-bottom: 0;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
  
}
/*
.form-control
{
  color: #db5246;
}*/
section
{
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear
{
  clear: both;
}
.clearfix::before, .clearfix::after
{
  content: "";
  display: table;
}
.clearfix::after
{
  clear: both;
}
.clearfix
{
  zoom: 1;
}
.float_left
{
  float: left;
}
.float_right
{
  float: right;
}
.trans_200
{
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_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;
}
.trans_400
{
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500
{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fill_height
{
  height: 100%;
}
.super_container
{
  width: 100%;
  overflow: hidden;
}
.prlx_parent
{
  overflow: hidden;
}
.prlx
{
  height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
  padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header.scrolled
{
  top: -40px;
}

/*********************************
3.1 Top Bar
*********************************/
.navbar{
  /*z-index: 9999999999;*/
  z-index: 999;
  position: fixed;
  width: 100%;
}
.top_bar
{
  width: 100%;
  background: #ffce3b;
}
.header.scrolled .top_bar
{

}
.top_bar_container
{
  width: 100%;
  height: 100%;
}
.top_bar_content
{
  width: 100%;
  height: 40px;
}
.top_bar_contact_list li
{
  display: inline-block;
}
.question
{
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 0px;
}
.top_bar_contact_list li i,
.top_bar_contact_list li > div
{
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
}
.top_bar_contact_list li > div
{
  margin-left: 1px;
}
.top_bar_contact_list li:not(:last-child)
{
  margin-right: 21px;
}
.top_bar_login
{
  height: 100%;
}
.login_button
{
  width: 160px;
  height: 100%;
  background: #f3f3f3;
  text-align: center;
}
.login_button a
{
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #384158;
}

/*********************************
3.2 Header Content
*********************************/

.fixed-logo{  z-index: 1031;    position: fixed;  }


#mainGeneralMenuSVG{
  position: fixed; 
  top: 0; 
  right: 0; 
  left: 0;
  z-index: 1030; 
  background-color: #008D36 !important;
}

/*@media (max-width: 991px) {    #mainGeneralMenuSVG{  top: 56px!important; width: 50%; border: 1.5px solid rgba(0,0,0,.15); }  }*/
 @media (max-width: 575px){ #mainGeneralMenuSVG{  top: 56px!important; width: 60%;  border: 1.5px solid rgba(0,0,0,.15);} }
 @media (max-width: 767px) and (min-width: 576px){ #mainGeneralMenuSVG{  top: 56px!important; width: 50%;  border: 1.5px solid rgba(0,0,0,.15);} }
 @media (max-width: 991px) and (min-width: 768px){ #mainGeneralMenuSVG{  top: 56px!important; width: 40%;  border: 1.5px solid rgba(0,0,0,.15);} }


/*@media (max-width: 576px) {    #mainGeneralMenuSVG{  top: 66px!important;}  }*/

.MenuSVGgreen{}

.header_container
{
  width: 100%;
  background: #008D36;
}
.header_content
{
  height: 90px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header.scrolled .header_content
{
  height: 80px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text
{
  display: inline-block;
}
.logo
{
  padding-top: 90px;
  width:175px;
  height: 150px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;

}

.not-shadow-container{
  position: relative;
  top:0vw;
  left:0vw;
  /*z-index: 9999;*/
  z-index: 999;
}

/* Square and Rectangle Logo Style*/
.shadow-container{
  background-color: #ffce3b;
  position: relative;
  top:1vw;
  left:1vw;
  /*z-index: 9999;*/
  z-index: 999;
  width: 12.6vw;
    min-width: 12.6vw;
  max-width: 12.6vw;
  height: 10.9vw;
    min-height: 10.9vw;
    max-height: 10.9vw;
}

.not-logo-container{
  min-width: 175px;
  width: 175px;
  max-width: 175px;
  min-height: 150px;
  height: 150px;
  max-height: 150px;
  position: relative;
  top: -2.2vw;
  left: -5.2vw;
}

.logo-container{
  background-color: #FFFFFF;
  position: relative;
  top:-1.2vw;
  left:-1.2vw;
  min-width: 12.5vw;
  max-width: 12.5vw;
  min-height: 9vw;
}

.logo-text{
  vertical-align: top;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  min-height: 50px;
  height: 50px;
  max-height: 50px; 
}
.logo-img2{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  min-height: 85px;
  height: 85px;
  max-height: 85px;
}

.logo-img{
  width: 12vw;
    min-width: 12vw;
  max-width: 12vw;
    min-height: 9vw;
}

.shadow-app{
  -webkit-box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
  -moz-box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
  box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
}


.shadow-container-rectangle{
  background-color: #ffce3b;
  position: relative;
  top:1vw;
  left:1vw;
  /*z-index: 9999;*/
  z-index: 999;
  width: 25.0vw;
    min-width: 25.0vw;
  max-width: 25.0vw;
  height: 7.0vw;
    min-height: 7.0vw;
    max-height: 7.0vw;
}

.logo-container-rectangle{
  background-color: #FFFFFF;
  position: relative;
  top:-1.2vw;
  left:-1.2vw;
  width: 25.2vw;
    min-width: 25.2vw;
  max-width: 25.2vw;
  height: 7vw;
    min-height: 7vw;
    max-height: 7vw;
}

.logo-img-rectangle{
  position: absolute;
    top: -0.7vw;
    left: -0.6vw;
    width: 26.2vw;
    min-width: 26.2vw;
    max-width: 26.2vw;
    height: 8.2vw;
    min-height: 8.2vw;
    max-height: 8.2vw;

}

.shadow-app-rectangle{
  -webkit-box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
  -moz-box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
  box-shadow: 1.1vw 1.1vw 0.5vw -0.5vw rgba(0,0,0,0.5);
}


/* Resizing Logo*/
@media (min-width: 320px) {  
.shadow-container{
  top:1vw;
  left:-2vw;
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  min-height: 50px;
  height: 50px;
    max-height: 50px;
}
.logo-container{
    min-width: 60px;
  width: 60px;
  max-width: 60px;
  min-height: 50px;
  height: 50px;
    max-height: 50px;
}
.logo-img{
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  min-height: 50px;
  height: 50px;
    max-height: 50px;
}

.shadow-container-rectangle{
  top:10vw;
  left:-3vw;
  min-width: 163px;
  width: 163px;
  max-width: 163px;
  min-height: 58px;
  height: 58px;
    max-height: 58px;
}
.logo-container-rectangle{
  min-width: 160px;
  width: 160px;
  max-width: 160px;
  min-height: 55px;
  height: 55px;
    max-height: 55px;
}
.logo-img-rectangle{
    min-width: 165px;
  width: 165px;
  max-width: 165px;
  min-height: 60px;
  height: 60px;
    max-height: 60px;
}
}

@media (min-width: 400px) {  

.shadow-container-rectangle{
  top:9vw;
  left:0vw;
  min-width: 228px;
  width: 228px;
  max-width: 228px;
  min-height: 73px;
  height: 73px;
    max-height: 73px;
}
.logo-container-rectangle{
  min-width: 225px;
  width: 225px;
  max-width: 225px;
  min-height: 70px;
  height: 70px;
    max-height: 70px;
}
.logo-img-rectangle{
    min-width: 230px;
  width: 230px;
  max-width: 230px;
  min-height: 75px;
  height: 75px;
    max-height: 75px;
}
}

@media (min-width: 480px) {  
.shadow-container-rectangle{
  top:9vw;
  left:0vw;
  min-width: 228px;
  width: 228px;
  max-width: 228px;
  min-height: 73px;
  height: 73px;
    max-height: 73px;
}
.logo-container-rectangle{
  min-width: 225px;
  width: 225px;
  max-width: 225px;
  min-height: 70px;
  height: 70px;
    max-height: 70px;
}
.logo-img-rectangle{
    min-width: 230px;
  width: 230px;
  max-width: 230px;
  min-height: 75px;
  height: 75px;
    max-height: 75px;
}
}

@media (min-width: 480px) {  
.shadow-container-rectangle{
  top:7vw;
}
}

@media (min-width: 576px) {  
.shadow-container{
  top:-1vw;
  left:-2vw;
  min-width: 75px;
  width: 75px;
  max-width: 75px;
  min-height: 65px;
  height: 65px;
    max-height: 65px;
}
.logo-container{
  min-width: 75px;
  width: 75px;
  max-width: 75px;
  min-height: 65px;
  height: 65px;
  max-height: 65px;
}
.logo-img{
  min-width: 75px;
  width: 75px;
  max-width: 75px;
  min-height: 65px;
  height: 65px;
    max-height: 65px;
}

.shadow-container-rectangle{
  top:1.5vw;
  left:1vw;
}
}
@media (max-width: 768px) { 
  .special_h1 { font-size: 20px!important; }
.target-floating-hover{
  position: relative;
  right:-75%;
  transition: 0.3s;

 }

 .fixed_button{
  bottom:15%;
  display:none;
 }
}
@media (min-width: 768px) { 

.shadow-container{
  top:1vw;
  left:0vw;
  min-width: 95px;
  width: 95px;
  max-width: 95px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}
.logo-container{
    min-width: 95px;
  width: 95px;
  max-width: 95px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}
.logo-img{
  min-width: 95px;
  width: 95px;
  max-width: 95px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}

.shadow-container-rectangle{
  top:1.5vw;
  left:1vw;
  min-width: 270px;
  width: 270px;
  max-width: 270px;
  min-height: 67px;
  height: 67px;
    max-height: 67px;
}
.logo-container-rectangle{
  min-width: 270px;
  width: 270px;
  max-width: 270px;
  min-height: 67px;
  height: 67px;
    max-height: 67px;
}
.logo-img-rectangle{
    min-width: 280px;
  width: 280px;
  max-width: 280px;
  min-height: 73px;
  height: 73px;
    max-height: 73px;
}
}

@media (min-width: 992px) { 

.not-logo-container{
  min-width: 175px;
  width: 175px;
  max-width: 175px;
  min-height: 150px;
  height: 150px;
  max-height: 150px;
  position: relative;
  top:-1vw;
  left:-1.75vw;
}
.logo-img2{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  min-height: 75px;
  height: 75px;
  max-height: 75px;
}
.shadow-container{
  top:0vw;
  left:1vw;
  min-width: 105px;
  width: 105px;
  max-width: 105px;
  min-height: 95px;
  height: 95px;
    max-height: 95px;
}
.logo-container{
    min-width: 105px;
  width: 105px;
  max-width: 105px;
  min-height: 95px;
  height: 95px;
    max-height: 95px;
}
.logo-img{
  min-width: 105px;
  width: 105px;
  max-width: 105px;
  min-height: 95px;
  height: 95px;
    max-height: 95px;
}
.ca-logo-text{  padding-left: 12%; font-size: 16px; }
}

@media (min-width: 1080px) {  
.shadow-container{
  min-width: 130px;
  width: 130px;
  max-width: 130px;
  min-height: 110px;
  height: 110px;
    max-height: 110px;
}
.logo-container{
    min-width: 130px;
  width: 130px;
  max-width: 130px;
  min-height: 110px;
  height: 110px;
    max-height: 110px;
}
.logo-img{
  min-width: 130px;
  width: 130px;
  max-width: 130px;
  min-height: 110px;
  height: 110px;
    max-height: 110px;
}

.shadow-container-rectangle{
  top:1.5vw;
  left:1vw;
  min-width: 266px;
  width: 266px;
  max-width: 266px;
  min-height: 64px;
  height: 64px;
    max-height: 64px;
}
.logo-container-rectangle{
  min-width: 267px;
  width: 267px;
  max-width: 267px;
  min-height: 65px;
  height: 65px;
    max-height: 65px;
}
.logo-img-rectangle{
    min-width: 280px;
  width: 280px;
  max-width: 280px;
  min-height: 73px;
  height: 73px;
    max-height: 73px;
  }

  .ca-logo-text{  padding-left: 12%; font-size: 18px; }
}

@media (max-width: 1110px) {
  .logo-text{  display: none; }
}

@media (min-width: 1250px) {  
  .logo-img2{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
}
.shadow-container-rectangle{
 top:1.5vw;
  left:1vw;
  min-width: 263px;
  width: 263px;
  max-width: 263px;
  min-height: 61px;
  height: 61px;
  max-height: 61px;
  }
.logo-text{ margin-top: 0.25rem!important;  }
.ca-logo-text{  padding-left: 12%; font-size: 22px; }
}

@media (min-width: 1400px) {  
  .shadow-container{
    min-width: 175px;
    width: 175px;
    max-width: 175px;
    min-height: 150px;
    height: 150px;
    max-height: 150px;
  }
.logo-container{
  min-width: 175px;
  width: 175px;
  max-width: 175px;
  min-height: 150px;
  height: 150px;
  max-height: 150px;
}
.logo-img{
  min-width: 175px;
  width: 175px;
  max-width: 175px;
  min-height: 150px;
  height: 150px;
    max-height: 150px;
}

.shadow-container-rectangle{
  min-width: 385px;
  width: 385px;
  max-width: 385px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}
.logo-container-rectangle{
  min-width: 385px;
  width: 385px;
  max-width: 385px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}
.logo-img-rectangle{
  min-width: 400px;
  width: 400px;
  max-width: 400px;
  min-height: 100px;
  height: 100px;
  max-height: 100px;
  }

.ca-logo-text{  padding-left: 10%; font-size: 24px; }
}

@media (min-width: 1600px) {

.logo-text{ margin-top: 0.5rem!important; }
.not-logo-container{  top:-0.75vw;  left:-1.35vw; }
.ca-logo-text{  padding-left: 9%; font-size: 24px;  }
.logo-img2{ width: 140px;  min-width: 140px;  max-width: 140px;  min-height: 120px;  height: 120px;  max-height: 120px; }

.shadow-container-rectangle{
  min-width: 380px;
  width: 380px;
  max-width: 380px;
  min-height: 82px;
  height: 82px;
    max-height: 82px;
}
.logo-container-rectangle{
  min-width: 383px;
  width: 383px;
  max-width: 383px;
  min-height: 85px;
  height: 85px;
    max-height: 85px;
}
.logo-text{ margin-top: 0.5rem!important; }
}

@media (min-width: 2000px) {
.logo-img2{ width: 140px; min-width: 140px;  max-width: 140px;  min-height: 120px;  height: 120px;  max-height: 120px;  }
.logo-text{ margin-top: 0.5rem!important; }
.not-logo-container{  top:-0.75vw;  left:-1.35vw; }
.ca-logo-text{  padding-left: 8%; font-size: 28px;  }

/*.logo-img2{ width: 100px;  min-width: 100px;  max-width: 100px;  min-height: 85px;  height: 85px;  max-height: 85px;  }*/

.shadow-container-rectangle{
  min-width: 377px;
  width: 377px;
  max-width: 377px;
  min-height: 76px;
  height: 76px;
    max-height: 76px;
}
.logo-container-rectangle{
  min-width: 380px;
  width: 380px;
  max-width: 380px;
  min-height: 75px;
  height: 75px;
    max-height: 75px;
}
}

@media (min-width: 2200px) {
  .ca-logo-text{  padding-left: 7%; font-size: 28px;  }
}

@media (min-width: 2500px) {
.not-logo-container{  top:-0.75vw;  left:-1.35vw; }
.ca-logo-text{  padding-left: 7%; font-size: 28px;  }
/*.logo-img2{ width: 100px;  min-width: 100px;  max-width: 100px;  min-height: 85px;  height: 85px;  max-height: 85px;  }*/
.logo-img2{ width: 140px; min-width: 140px;  max-width: 140px;  min-height: 120px;  height: 120px;  max-height: 120px;  }

.shadow-container-rectangle{
  min-width: 370px;
  width: 370px;
  max-width: 370px;
  min-height: 75px;
  height: 75px;
    max-height: 75px;
}
.logo-container-rectangle{
  min-width: 378px;
  width: 378px;
  max-width: 378px;
  min-height: 80px;
  height: 80px;
    max-height: 80px;
}
.logo-img-rectangle{
  position: absolute;
    top: -0.4vw;
    left: -0.6vw;
}
}

/* ---- End Logo Stye---- */

.no-height{
  height: 0px;
}
.front-element{
  z-index:9999;
}


/*
.logo-img{
    position: relative;
    left: 15px;
    top: 0px;
    width: 50px;        
    margin-left: 0px;
    z-index: 9999;
  width: 130px;
  height: 130px;
  max-width: 100%;
  box-shadow: 13px 13px #ffce3b;
  background-color: #FFFFFF;
}
*/

.logo img, 
{
  width: 130px;
  height: 130px;
  max-width: 100%;
  box-shadow: 13px 13px #ffce3b;
  background-color: #FFFFFF;
}
.logo_text
{
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.75;
  color: #384158;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.logo_text span
{
  color: #ffce3b;
}
.header.scrolled .logo
{
  width: 70px;
  height: 54px;
  padding-top: 15px!important;
}

.header.scrolled .logo img
{
box-shadow: 5px 5px #ffce3b;
}


.header.scrolled .logo_text
{
  font-size: 24px;
}

@font-face {
  font-family: Sumptuous_Light;
  src: url('{{ public_path('fonts/Sumptuous_Light.otf') }}');
  font-display: swap;
}

@font-face {
  font-family: Sumptuous_Light_Italic;
  src: url('{{ public_path('fonts/Sumptuous_Light_Italic.otf') }}');
  font-display: swap;
}


.ca-logo-text{  font-family: Sumptuous_Light; font-weight: 500; color:#FFFFFF;}
.ca-logo-text2{ font-family: Sumptuous_Light_Italic; font-weight: 500; color:#FFFFFF;}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner
{

}
.main_nav,
.search_button,
.shopping_cart
{
  display: inline-block;
}
.main_nav li
{
  display: inline-block;
  position: relative;
}
.main_nav li:not(:last-child)
{
  margin-right: 44px;
}
.main_nav li a
{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main_nav li a:hover,
.main_nav li.active a
{
  color: #ffce3b;
}
.main_nav li.active::after
{
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffce3b;
  content: '';
}
.tab-item>.active>h3{
  background-color: #ffce3b!important;
}
.search_button
{
  margin-left: 20px;
  cursor: pointer;
}
.shopping_cart
{
  margin-left: 23px;
  cursor: pointer;
}
.search_button i,
.shopping_cart i
{
  

  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.search_button:hover i,
.shopping_cart:hover i
{
  color: #FFFFFF;
}
.header_search_form
{
  display: block;
  position: relative;
  width: 40%;
}
.header_search_container
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffce3b;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header_search_container.active
{
  bottom: -73px;
  opacity: 1;
}
.header_search_content
{
  width: 100%;
  height: 73px;
}
.search_input
{
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 20px;
}
.header_search_button
{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
.no-border{
  color:#FFFFFF!important;
  text-shadow: none;

  overflow: hidden;
}
.custom_border_white{
  position: absolute;
  bottom:-5px;
  height: 10px;
  background-color:#FFFFFF;
}
.flaot-center-upper{
  position: absolute;
  top:38%;
}
/*********************************
3.5 Hamburger
*********************************/

.hamburger_container
{

}
.hamburger
{
  display: none;
  cursor: pointer;
}
.hamburger i
{
  font-size: 20px;
  color: #353535;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hamburger:hover i
{
  color: #ffce3b;
}

/*********************************
4. Menu
*********************************/

.menu
{
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #FFFFFF;
  z-index: 101;
  padding-right: 60px;
  padding-top: 87px;
  padding-left: 50px;
}
.menu .logo a
{
  color: #1d1d1b;
}
.menu.active
{
  right: 0;
}
.menu_close_container
{
  position: absolute;
  top: 30px;
  right: 60px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.menu_close
{
  width: 100%;
  height: 100%;
  transform-style: preserve-3D;
}
.menu_close div
{
  width: 100%;
  height: 2px;
  background: #232323;
  top: 8px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_close div:last-of-type
{
  -webkit-transform: rotate(90deg) translateX(-2px);
  -moz-transform: rotate(90deg) translateX(-2px);
  -ms-transform: rotate(90deg) translateX(-2px);
  -o-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px);
  transform-origin: center;
}
.menu_close:hover div
{
  background: #937c6f;
}
.menu .logo
{
  margin-bottom: 60px;
}
.menu_nav ul li
{
  margin-bottom: 9px;
}
.menu_nav ul li a
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0,0,0,1);
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
  color: #ffce3b;
}
.menu .search
{
  width: 100%;
  margin-bottom: 67px;
}
.search
{
  display: inline-block;
  width: 400px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.menu .header_search_form
{
  width: 100%;
}
.search form
{
  position: relative;
}
.menu .search_input
{
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
  border: none;
  outline: none;
  padding-left: 15px;
  color: rgba(0,0,0,0.5);
}
.menu .search_input::-webkit-input-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.4) !important;
}
.menu .search_input:-moz-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::-moz-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.4) !important;
} 
.menu .search_input:-ms-input-placeholder
{ 
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::input-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.4) !important;
}

/*********************************
5. Section
*********************************/

.section_title_container
{
  max-width: 600px;
  margin: 0 auto;
}
.section_title
{
  line-height: 1.2;
}
.section_subtitle
{
  line-height: 1.85;
  margin-top: 14px;
}
.section_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************
6. Home
*********************************/

.home
{
  width: 100%;
  height: 850px;
}
.home_slider_container
{
  width: 100%;
  height: 100%;
}
.home_slider
{
  width: 100%;
  height: 100%;
}
.home_slider_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_slider_content
{
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  height: auto;
}
.home_slider_title
{
  font-family: 'Roboto Slab', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #384158;
}
.home_slider_subtitle
{
  font-size: 24px;
  color: #76777a;
  margin-top: 9px;
}
.home_slider_form_container
{
  width: 832px;
  margin: 0 auto;
  margin-top: 35px;
}
.home_search_form div
{
  width: calc(100% - 140px);
  height: 46px;
  background: #FFFFFF;
  border-radius: 3px;
}
.home_search_input
{
  width: 33.33333333%;
  border: none;
  outline: none;
  height: 25px;
  padding-left: 20px;
}
.home_search_input:not(:last-child)
{
  border-right: solid 1px #e5e5e5;
}
.home_search_input::-webkit-input-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.home_search_input:-moz-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.home_search_input::-moz-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
} 
.home_search_input:-ms-input-placeholder
{ 
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.home_search_input::input-placeholder
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.dropdown_item_select
{
  position: relative;
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-image: url(../images/down.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 20px;
}
.home_search_button
{
  width: 120px;
  height: 46px;
  background: #ffce3b;
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.home_slider_nav
{
  position: absolute;
  top: 55.8%;
  width: 50px;
  background: #b6b7bd;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.home_slider_prev
{
  left: 75px;
}
.home_slider_next
{
  right: 75px;
}
.home_slider_nav i
{
  line-height: 50px;
  color: #FFFFFF;
  font-size: 22px;
}
.home_slider_nav:hover
{
  background: #ffce3b;
}

/*********************************
7. Features
*********************************/

.features
{
  width: 100%;
  background: #FFFFFF;
  padding-top: 93px;
  padding-bottom: 103px;
}
.features_row
{
  margin-top: 55px;
}
.feature
{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
}
.feature:hover
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.feature_icon
{
  height: 55px;
}
.feature_icon img
{
  max-width: 100%;
}
.feature_title
{
  position: relative;
  font-size: 20px;
  margin-top: 23px;
}

/*********************************
8. Courses
*********************************/

.courses
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 100px;
}
.courses_row
{
  margin-top: 45px;
}
.course
{
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.course_image
{
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.course_image img
{
  max-width: 100%;
}
.course_body
{
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 23px;
}
.course_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.course_title a:hover
{
  color: #ffce3b;
}
.course_teacher
{
  font-size: 15px;
  font-weight: 400;
  color: #384158;
  margin-top: 6px;
}
.course_text
{
  margin-top: 13px;
}
.course_footer
{
  padding-left: 30px;
  padding-right: 30px;
}
.course_footer_content
{
  width: 100%;
  border-top: solid 1px #e5e5e5;
  padding-top: 9px;
  padding-bottom: 11px;
}
.course_info
{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
}
.course_info:first-child
{
  margin-right: 18px;
}
.course_info i
{
  color: #ffc80a;
}
.course_price
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffce3b;
}
.course_price span
{
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #b5b8be;
  margin-right: 10px;
}
.courses_button
{
  width: 210px;
  height: 46px;
  border-radius: 3px;
  background: #ffce3b;
  text-align: center;
  margin: 0 auto;
  margin-top: 41px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.courses_button:hover
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.courses_button a
{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
  color: #FFFFFF;
}

/*********************************
9. Counter
*********************************/

.counter
{
  width: 100%;
  background: #FFFFFF;
  z-index: 2;
}
.counter_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.counter_content
{
  padding-top: 119px;
  padding-bottom: 125px;
}
.counter_title
{
  font-family: 'Roboto Slab', serif;
  color: #FFFFFF;
  font-weight: 700;
}
.counter_text
{
  margin-top: 19px;
}
.counter_text p
{
  color: #FFFFFF;
}
.milestones
{
  margin-top: 39px;
}
.milestone
{
  text-align: center;
}
.milestone:not(:last-child)::after
{
  display: block;
  position: absolute;
  top: 0;
  right: -45px;
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.2);
  content: '';
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);

}
.milestone_counter
{
  font-size: 42px;
  font-weight: 700;
  line-height: 0.75;
  color: #ffce3b;
}
.milestone_text
{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 14px;
}
.counter_form
{
  position: absolute;
  top: 0;
  right: 30px;
  width: 380px;
  height: 100%;
  background: #FFFFFF;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_content
{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.counter_form_title
{
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #384158;
  text-transform: uppercase;
  line-height: 0.75;
  margin-bottom: 41px;
}
.counter_input
{
  width: 100%;
  height: 46px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  padding-left: 20px;
  outline: none;
  color: #384158;
  font-size: 14px;
}
.counter_input:not(:last-child)
{
  margin-bottom: 10px;
}
.counter_text_input
{
  height: 90px;
  padding-top: 10px;
}
.counter_options
{
  position: relative;
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-image: url(../images/down.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
} 
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder
{ 
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.counter_input::input-placeholder,
.counter_text_input::input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #b5b8be !important;
}
.counter_form_button
{
  width: 100%;
  height: 46px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #ffce3b;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counter_form_button:hover
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}

/*********************************
10. Events
*********************************/

.events
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 70px;
  background: #FFFFFF;
}
.events_row
{
  margin-top: 47px;
}
.event_left
{
  padding-right: 20px;
}
.event_mid
{
  padding-left: 10px;
  padding-right: 10px;
}
.event_right
{
  padding-left: 20px;
}
.event_image
{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.event_image img
{
  max-width: 100%;
}
.event_body
{
  padding-top: 30px;
  padding-bottom: 30px;
}
.event_date
{
  box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.event_date > div
{
  width: 60px;
  height: 60px;
}
.event_day
{
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  color: #ffce3b;
  font-weight: 700;
  line-height: 0.75;
}
.event_month
{
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #ffce3b;
  font-weight: 400;
  line-height: 0.75;
  margin-top: 9px;
}
.event:hover .event_date > div
{
  background: #ffce3b;
}
.event:hover .event_day,
.event:hover .event_month
{
  color: #FFFFFF;
}
.event_content
{
  padding-left: 20px;
}
.event_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.event_title a:hover
{
  color: #ffce3b;
}
.event_info_container
{
  margin-top: 11px;
}
.event_info
{
  display: inline-block;
  color: #b5b8be;
  font-size: 14px;
}
.event_info:not(:last-child)
{
  margin-right: 17px;
}
.event_info span
{
  margin-left: 4px;
}
.event_text
{
  margin-top: 12px;
}

/*********************************
11. Team
*********************************/

.team
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 60px;
}
.team_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_row
{
  margin-top: 43px;
}
.team_col
{
  margin-bottom: 40px;
}
.team_item
{
  width: 100%;
}
.team_image
{
  width: 180px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -86px;
  z-index: 5;
}
.team_image img
{
  max-width: 100%;
}
.team_body
{
  width: 100%;
  padding-top: 108px;
  padding-bottom: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_item:hover .team_body
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_title a:hover
{
  color: #ffce3b;
}
.team_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: #76777a;
  margin-top: 6px;
}
.social_list
{
  margin-top: 16px;
}
.social_list ul li
{
  display: inline-block;
}
.social_list ul li:not(:last-child)
{
  margin-right: 10px;
}
.social_list ul li a i
{
  font-size: 18px;
  color: #76777a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social_list ul li:hover a i
{
  color: #ffce3b;
}
.team_col .team_item
{
  padding-left: 6px;
  padding-right: 6px;
}
.team_col:first-child .team_item
{
  padding-left: 0;
  padding-right: 6px;
}
.team_col:nth-child(4n) .team_item
{
  padding-left: 6px;
  padding-right: 0;
}

/*********************************
12. News
*********************************/

.news
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 100px;
  background: #FFFFFF;
}
.news_row
{
  margin-top: 55px;
}
.news_post_large_container
{
  padding-right: 30px;
}
.news_post_large
{
  width: 100%;
}
.news_post_image
{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.news_post_image img
{
  max-width: 100%;
}
.news_post_large_title
{
  margin-top: 23px;
}
.news_post_large_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #384158;
  line-height: 1.4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news_post_large_title a:hover
{
  color: #ffce3b;
}
.news_post_meta
{
  margin-top: 11px;
}
.news_post_meta ul li
{
  display: inline-block;
  position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after
{
  display: inline-block;
  position: relative;
  content: '|';
  margin-left: 14px;
  margin-right: 11px;
}
.news_post_meta ul li a
{
  font-size: 14px;
  font-weight: 400;
  color: #b5b8be;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
  color: #ffce3b;
}
.news_post_text
{
  margin-top: 13px;
}
.news_post_link
{
  margin-top: 19px;
}
.news_post_link a
{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #384158;
  text-decoration: underline;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news_post_link a:hover
{
  color: #ffce3b;
}
.news_posts_small
{
  margin-top: -6px;
}
.news_post_small:not(:last-child)
{
  padding-bottom: 31px;
  border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
  padding-top: 29px;
}
.news_post_small_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news_post_small_title a:hover
{
  color: #ffce3b;
}

/*********************************
13. Newsletter
*********************************/

.newsletter
{
  width: 100%;
}
.newsletter_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter_container
{
  width: 100%;
  height: 120px;
}
.newsletter_title
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.newsletter_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 6px;
}
.newsletter_form_container
{
  width: 450px;
  padding-left: 20px;
}
.newsletter_form
{
  display: block;
  position: relative;
  width: 100%;
}
.newsletter_input
{
  width: calc(100% - 136px);
  height: 40px;
  background: rgba(255,255,255,0.4);
  border: none;
  outline: none;
  padding-left: 20px;
  color: #FFFFFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newsletter_input::-webkit-input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.newsletter_button
{
  width: 136px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffce3b;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*********************************
14. Footer
*********************************/

.footer
{
  display: block;
  position: relative;
  width: 100%;
  background-color: #008D36;
  color:#FFFFFF;
}
.footer_inverse_fas{
  color:#008D36; 
  background-color:white;
  border-radius:5px;
}
.footer_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer_content
{
  padding-bottom: 53px;
}
.footer_logo_text
{
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.75;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_logo_text span
{
  color: #ffce3b;
}
.footer_title
{
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.75;
}
.footer_logo_container
{
  margin-top: -14px;
}
.footer_about_text
{
  margin-top: 31px;
}
.footer_about_text p
{
  color: #FFFFFF;
}
.footer_social
{
  margin-top: 23px;
}
.footer_social ul li
{
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #4b505d;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_social ul li:not(:last-child)
{
  margin-right: 6px;
}
.footer_social ul li a
{
  display: block;
  position: relative;
  text-align: center;
}
.footer_social ul li a i
{
  color: #FFFFFF;
  line-height: 45px;
}
.footer_social ul li:hover
{
  background: #ffce3b;
}
.footer_contact
{
  padding-left: 36px;
}
.footer_contact_info
{
  margin-top: 33px;
}
.footer_contact_info ul li
{
  font-size: 14px;
  font-weight: 400;
  color: #b5b8be;
}
.footer_contact_info ul li:not(:last-child)
{
  margin-bottom: 15px;
}
.footer_links
{
  padding-left: 80px;
}
.footer_links_container ul
{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer_links_container
{
  margin-top: 33px;
}
.footer_links_container ul li a
{
  font-size: 14px;
  color: #b5b8be;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_links_container ul li:not(:last-child)
{
  margin-bottom: 15px;
}
.footer_links_container ul li a:hover
{
  color: #ffce3b;
}
.footer_mobile
{
  display: inline-block;
  float: right;
}
.footer_mobile_content
{
  padding-top: 35px;
}
.footer_image:not(:last-child)
{
  margin-bottom: 10px;
}
.copyright
{
  height: 54px;
  border-top: solid 1px #353a49;
}
.cr_list li
{
  display: inline-block;
}
.copyright div
{
  font-size: 14px;
  color: #b5b8be;
}
.cr_text a
{
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cr_text a:hover
{
  color: #ffce3b;
}
.cr_list li:not(:last-child)
{
  margin-right: 50px;
}
.cr_list li a
{
  font-size: 14px;
  color: #b5b8be;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cr_list li a:hover
{
  color: #ffce3b;
}


.space_header{height: 56px}
.general_content
{
  
  width: 100%;
}
@media (min-width: 576px) {  .space_header{ height: 56px; }  }
@media (min-width: 992px) {  .space_header{ height: 33px; }  }

.navbar-toggler{/*z-index: 9999999999;*/z-index: 999;}

.color_yewllow{
  color:#ffce3b;
}

.color_yellow{
  color:#ffce3b!important;
}

.color_yewllow:hover{
  color:#FFFFFF;
}


.dot_yellow{
  color:#ffce3b;
}


.border_yellow{
  border-color:#ffce3b 1px solid !important;

}

.nounderline{ text-decoration: none !important}
.custom_hover:hover{background-color: #E5E5E5!important;}
.btn-ca{
  color:#008D36;
  border-radius: 40px;
  background-color: #ffce3b;
  margin-left:20px;
}

.top_video_resume{
  background-color: #878787;
  padding-top:15px;
  padding-bottom:10px;
}

.rating_r
{
  margin-top: 7px;
}
.rating_r i::before
{
  font-family: 'FontAwesome';
  content: "\f006";
  font-style: normal;
  font-size: 14px;
  margin-right: 4px;
  color: #ffce3b;
}

.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}

.review_rating_bars
{
  display: inline-block;
  padding-left: 134px;
}
.review_rating_bars ul li:not(:last-child)
{
  margin-bottom: 10px;
}
.review_rating_bars ul li span
{
  font-size: 16px;
  font-weight: 400;
  color: #384158;
  vertical-align: middle;
}
.review_rating_bar
{
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 15px;
  background: #c6c6c6;
  padding: 2px;
  border-radius: 3px;
}
.review_rating_bar > div
{
  height: 100%;
  background: #008D36;
}

.text_border_video_top{
  padding-top: 8px;
  color:#FFFFFF;
}

.video_thumb img{
  box-shadow: 13px 13px #c6c6c6;
}

 .video_thumb { position: relative; }



 .video_thumb > span {
  position: relative;
  display: inline-block;

}
 .video_thumb > span::before {
    content: '\f152';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: rgba(23, 35, 34, 0.75);
    font-family: 'Font Awesome 5 Free';
    font-size: 70px !important;
    /*background-color: rgba(23, 35, 34, 0.75);*/
    border-radius: 5px 5px 5px 5px;
    font-weight: 900;
}
.float-top-right-standard{
  position: absolute;
    right: -5px;
    top: 5%; 
}
.float-bottom-right{
  position: absolute!important;
    right: 3%;
    bottom: 5%; 
}


.float-bottom-center{
  position: absolute;
    bottom: 5%; 
}

.float-bottom-left{
  position: absolute;
    left: 3%;
    bottom: 5%; 
}

.float-custom-next-topic{
  position: absolute;
    bottom: 5%;
    right: 5%;
    overflow-y: hidden;
}

.thumb-font-awesome{

  position: absolute;
    left: 40%;
    top: 30%;
    border-radius: 5px 5px 5px 5px;
    font-weight: 900;
    padding: 7px 10px 7px 15px;
    color: rgba(249, 249, 249, 0.44);
    background-color: rgba(35, 35, 35, 0.75);
}

.separation_bottom{
  padding-bottom: 35px;
}

.separation_bottom_15{
  padding-bottom: 15px;
}



.top_thumb img{
  box-shadow: 5px 5px #c6c6c6;  
}

.rectangle_proportion{
  height: 70%;
}

.small_profile_size{
  height: 30px;
  width: 30px;
}
.user-name-dropdown{
  color: #000000!important;
}
.title_video_plus_delta{
  font-size:15px;
  margin-left: 10px;
  margin-top: 2px;
}

.text_format_content{
  color:#1d1d1b;
}

.stars-rating {
  position: relative;
    display: inline-block;
}

.stars-rating .stars-score {
              position: absolute;
              top: 0;
              left: 0;
              overflow: hidden;
              width: 20%;
              white-space: nowrap;
}

.text-rate-top{
  margin-left:15px;
  color:#FFFFFF;
}


.profile-color-0{
  background-color: #e2e2e2;/*Gray*/
}

.profile-color-1{
  background-color: #ef8080;/*Red*/
}

.profile-color-2{
  background-color: #82adf2;  /*Blue*/
}

.profile-color-3{
  background-color: #b1f081;/*Green*/
}

.profile-color-4{
  background-color: #f0f181;/*Yellow*/
}


.bg-main-app-color{

  background-color:#008D36 !important;
}

.bg-app{
  background-color:#008D36!important;
}

.bg-app{
  background-color:#008D36!important;
}

.font-main-app-color{
  color:#FFFFFF;
}

.app-menu-theme{
  color:#ffce3b;
  font-size:20px;
  font-weight: 999px;
}

.app-menu-theme>li>a{  color:#FFFFFF!important; }
.app-menu-theme>li>a:hover{  color:#ffce3b!important; }

.app-menu-theme-no-logg>li>a{  color:#FFFFFF!important; }
.app-menu-theme-no-logg>li>a:hover{  color:#ffce3b!important; }
.main-menu-color-hover-yellow>li>a{
  color:#FFFFFF;
}
.main-menu-color-hover-yellow>li>a:hover{
  color:#ffce3b!important;
}
.main-menu-color-hover-green>li>a{
  
}
.main-menu-color-hover-green>li>a:hover{
  color:#008D36!important;
}

.current-menu-default-yellow{
  color: #ffce3b !important;
}

.current-menu-underline{
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.link-content{
  color:#1d1d1b!important;
}

.link-content:hover{
  color:#008D36!important;
  background-color: none;
}

.yellow-bg
{
  background: #ffce3b;
}

.dark-gray-bg{
  background-color: #878787;
}

.light-gray-bg{
  background-color: #E5E5E5;
}

.bg-app-secondary{
 background-color: #ebebeb; 
}

.bg-app-dark{
 background-color: #cccccc; 
}

.next_topic_element{
  background-color: #E5E5E5;
}
.next_topic_element:first-child{
  background-color: #C9C9C9;
}

.next_topic_element:hover{
  background-color: #C9C9C9;
}

.no-bg-color:{
  background-color: transparent;
}
.scroll-next-topics {
  max-height:500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.no-scroll{
  overflow: hidden;
  overflow-y:hidden!important;
  overflow-x:hidden!important;
}
.rounded-app{
  border-radius:15px;
}

.rounded-app-top{
  border-radius:15px 15px 0px 0px;
}

.rounded-app-bottom{
  border-radius:0px 0px 15px 15px;
}


.border-2{
  border:2px solid;
}

.border-3{
  border:3px solid;
}

.border-4{
  border:4px solid;
}
.border-5{
  border:5px solid;
}

.font-size-15{
  font-size: 15px;
}

.font-size-20{
  font-size: 20px;
}
.font-size-25{
  font-size: 25px;
}
.border-rounded-custom{
  border-radius:20px;
}
.cursor-pointer{
  cursor: pointer;
}

.alert-float {
  position:fixed;
  right:0%;
  /*z-index: 99999;*/
  z-index: 999;
}

.btn-primary{
  background-color:#008D36;
  color:#FFFFFF;
}

.btn-primary:hover{
  background-color:#006A29;
}

.fa-vauto{
  vertical-align: middle;
}

.overlay-item{
  position:absolute;
  top:0;
  left:0;
  overflow:auto;
  overflow-x:hidden;
  height: 90%;
}


.overlay-item-no-of{
  position:absolute;
  top:0;
  left:0;
  height: 90%;
}
.center-element{
  position: relative;
  top:45%;
  left: 45%;
}
.mt-20{
  margin-top: 20%;
}

.h-90{
  height: 90%;
}

.h-95{
  height: 95%;
}
.h-97{
  height: 97%;
}
.rbtn-ca{
  color:#008D36;
  border-radius: 40px;
  background-color: white;
  margin-left:20px;
}

.h-10{
  height: 10%;
}

.h-80{
  height: 80%;
}

.thumb-iconp-home{

  position: absolute;
    left: 45%;
    top: 40%;
    border-radius: 5px 5px 5px 5px;
    font-weight: 900;
    padding: 7px 10px 7px 15px;
    color: rgba(249, 249, 249, 0.44);
    background-color: rgba(35, 35, 35, 0.75);
}

.disabledTab{
    pointer-events: none;
}

.bootbox>.modal-dialog{
  position: relative;
    top: 30%;
}

.text-word-break{
   word-wrap: break-word;
}
.img-width-webinar {width: 100% !important;}
@media (min-width: 1750px) {    .img-height-webinar{  height: 465px!important;  } }
@media (min-width: 1800px) {    .img-height-webinar{  height: 485px!important;  } }
@media (min-width: 1850px) {    .img-height-webinar{  height: 500px!important;  } }
@media (min-width: 1900px) {    .img-height-webinar{  height: 509px!important;  } }
@media (min-width: 1940px) {    .img-height-webinar{  height: 520px!important;  } }
@media (min-width: 1980px) {    .img-height-webinar{  height: 532px!important;  } }
@media (min-width: 2020px) {    .img-height-webinar{  height: 554px!important;  }  .img-width-webinar {width: 540px!important;}  }
@media (min-width: 2100px) {    .img-height-webinar{  height: 585px!important;  } }
@media (min-width: 2200px) {    .img-height-webinar{  height: 605px!important;  } }
@media (min-width: 2300px) {    .img-height-webinar{  height: 626px!important;  } }
@media (min-width: 2400px) {    .img-height-webinar{  height: 660px!important;  } }
@media (min-width: 2500px) {    .img-height-webinar{  height: 703px!important;  } }

.dropdown-submenu {
  position: relative;
}




.dropdown-menu-left{
  left: -30%;
}