input:hover, input:focus {
  outline: none !important;
}

.section_title {
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .section_title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_title {
    margin-bottom: 50px;
  }
}

.section_title h2 {
  font-size: 48px;
  color: #222;
  line-height: 45px;
  font-weight: 700;
  position: relative;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section_title h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_title h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.section_title p {
  color: #777777;
  font-weight: 300;
  /*text-transform: capitalize;*/
  line-height: 30px;
  font-size: 19px;
}

.section_title p span {
  color:rgb(5,120,50);
  font-weight: 500;
  
}

.section_title p img {
  	height:35px;
	vertical-align: baseline;
  
}


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

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1170px;
  }
}




/***   Padding section   ***/
.section_padding {
  padding: 140px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_padding_top {
    padding-top: 80px !important;
  }
}

.padding_top {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top {
    padding-top: 70px;
  }
}


.padding_top_half {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top_half {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top_half {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top_half {
    padding-top: 35px;
  }
}
@media (max-width: 576px) {
  .padding_top_half {
    padding-top: 35px;
  }
}



.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
/**  Padding end  **/


/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */

.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submit_btn:hover {
  background: transparent;
}

.btn_1 {
  display: inline-block;
  padding: 13.5px 45px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background-color:rgb(5,120,50);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid transparent;
}
@media (max-width: 576px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

.btn_1:hover {
  background-color: #222;
  color: #fff !important;
}
/*

.footer-area .single-footer-widget .btn-subscribe:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 375px) {
  .footer-area .single-footer-widget .btn-subscribe {
    margin-top: 10px;
  }
}
@media (min-width: 400px) {
 .footer-area .single-footer-widget .btn-subscribe {
    left: -50px;
  }
}
*/


.btn_2 {
  display: inline-block;
  padding: 14px 28px;
  background-color: transparent;
  border: 2px solid #000;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
}

.btn_2:hover {
  background-color:rgb(5,120,50);
  color: #fff;
  border: 2px solidrgb(5,120,50);
}

.btn_4 {
  background-color:rgb(5,120,50);
  padding: 3.5px 21px;
  background: #ff663b;
  text-transform: capitalize;
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.btn_4:hover {
  background: rgba(255, 102, 59, 0.8);
  color: #fff;
}



.btn_green {
  display: inline-block;
  padding: 13.5px 45px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background-color:rgb(5,120,50);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 2px solid transparent;
}
@media (max-width: 576px) {
  .btn_green {
    padding: 10px 30px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_green {
    padding: 10px 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_green {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

.btn_green:hover {
  color:rgb(219, 42, 139) !important;
  background-color: #fff;
  border-color: rgb(5,120,50) !important;
  border: 2px solid ;
}

.btn_5 {
  display: inline-block;
  padding: 14px 28px;
  background-color:rgb(5,120,50);
  border: 2px solid #000;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
}

.btn_5:hover {
	
  color:rgb(219, 42, 139) !important;
  background-color: #fff;
  border: 2px solidrgb(5,120,50);
	
}


.footer-area .single-footer-widget .btn_green {
 display: inline-block;
  padding: 13.5px 45px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background-color:rgb(5,120,50);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 2px solid transparent;
}

.footer-area .single-footer-widget .btn_green:hover {
  color:rgb(219, 42, 139) !important;
  background-color: #fff;
  border-color: rgb(5,120,50) !important;
  border: 2px solid ;
}




.btn_txt {
  text-transform: lowercase;
}


/*=================== custom button start ====================*/
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color:rgb(5,120,50);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  color: #fff;
}

.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

.button-header {
  color: #fff;
  border-color: #edeff2;
}
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}
/* End custom button
============================================================================================ */




/**************** hero part css end ****************/
/******* popular cource css here *******/
@media (max-width: 991px) {
  .popular_cource {
    padding: 70px 0 40px;
  }
}

@media (max-width: 991px) {
  .popular_cource .single_popular_cource {
    margin-bottom: 30px;
  }
}

.popular_cource .single_popular_cource img {
  width: 100%;
 
}

.popular_cource .single_popular_cource h3 {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  display: block;
  margin: 38px 0 17px;
}

@media (max-width: 991px) {
  .popular_cource .single_popular_cource h3 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popular_cource .single_popular_cource h3 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}

.popular_cource .single_popular_cource h3 span {
  color:rgb(5,120,50);
  float: right;
  padding-right: 5px;
}

.popular_cource .single_popular_cource .btn_5 {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .popular_cource .single_popular_cource .btn_5 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popular_cource .single_popular_cource .btn_5 {
    margin-top: 25px;
  }
}

.single_page_popular_cource .single_popular_cource {
  margin-bottom: 30px;
}



/********** shedule part css here **********/
.shedule_part h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .shedule_part h2 {
    font-size: 25px;
    margin: 20px 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shedule_part h2 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
}

.shedule_part table {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .shedule_part table {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shedule_part table {
    margin-top: 30px;
  }
}

.shedule_part table th, .shedule_part table td {
  padding: 30px 35px;
  line-height: 14px;
  color: #777777;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .shedule_part table th, .shedule_part table td {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .shedule_part table th, .shedule_part table td {
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shedule_part table th, .shedule_part table td {
    padding: 20px;
  }
}

.shedule_part table thead {
  background-color:rgb(5,120,50);
}

.shedule_part table thead th {
  border: 0px solid transparent;
  text-transform: capitalize;
  color: #fff;
  padding: 30px 35px;
  line-height: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .shedule_part table thead th {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .shedule_part table thead th {
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shedule_part table thead th {
    padding: 20px;
  }
}

.single_page_shedule table {
  padding: 0;
  margin: 0;
}
/********** shedule part css end **********/



/************** our feature css here **************/
@media (max-width: 991px) {
  .our_feature {
    padding: 70px 0 40px;
  }
}
@media (max-width: 991px) {
  .our_feature .single_feature {
    margin-bottom: 30px;
  }
}

.our_feature .single_feature h4 {
  margin: 42px 0 16px;
}
@media (max-width: 991px) {
  .our_feature .single_feature h4 {
    margin: 20px 0 15px;
  }
}


.our_feature .single_feature p {
  font-size: 16px;
}
/************** our feature css end **************/



/********** about part css here *********/
.about_part .about_text {
  padding-left: 10%;
}
@media (max-width: 991px) {
  .about_part .about_text {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .about_part .about_text {
    padding-left: 0;
  }
}

.about_part .about_text h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

.about_part .about_text p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about_part .about_text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text p {
    margin-bottom: 20px;
  }
}


@media (max-width: 991px) {
  .about_part .about_img {
    margin-top: 30px;
  }
}
/********** about part css end *********/



/********** become member css here ***********/
.become_member {
  background-image: url(../img/banner_bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
}

.become_member:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #000;
  z-index: -1;
  opacity: .5;
  width: 100%;
  height: 100%;
}

.become_member h2 {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 991px) {
  .become_member h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.become_member p {
  font-size: 16px;
  margin: 13px 0 43px;
}
@media (max-width: 991px) {
  .become_member p {
    line-height: 25px;
    margin: 13px 0 10px;
  }
}
/********** become member css end ***********/



/******** cource details css here *********/
.cource_details .single_cource_details {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cource_details .single_cource_details {
    margin-bottom: 40px;
  }
}

.cource_details .single_cource_details h4 {
  font-size: 21px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .cource_details .single_cource_details h4 {
    margin-bottom: 25px;
  }
}

.cource_details .single_cource_details p {
  color: #777777;
}

.cource_details .cource_details_sidebar .single_cource_details_sidebar {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  margin-bottom: 10px;
  color: #777777;
}

.cource_details .btn_1 {
  display: block;
  text-align: center;
}
/******** cource details css end *********/



/********** gallery part css here **********/
.gallery_part .single_gallery_part {
  margin-bottom: 30px;
  border-radius: 5px;
  display: block;
}

.gallery_part img {
  width: 100%;
}

.gallery_part .btn_2 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .gallery_part .btn_2 {
    margin-top: 20px;
  }
}
/********** gallery part css end **********/





.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color:rgb(5,120,50);
}





.mt-10 {
  margin-top: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}


.banner_kidz {
  background-image: url("../img/banner_bg2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.banner_speechgreen {
  background-image: url("../img/coaches_speech_green.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_ringuette {
  background-image: url("../img/RinguetteGroupe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_coaching {
  background-image: url("../img/coaching.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_gourde {
  background-image: url("../img/hockey_gourdes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 /* padding-bottom: 30px;*/
}
.banner_strategy {
  background-image: url("../img/strategy1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_private {
  background-image: url("../img/teamNsolo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_soon {
  background-image: url("../img/coming_soon.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}






.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.breadcrumb .breadcrumb_iner {
  height: 450px;
  width: 100%;
  display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}



.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

.breadcrumb {
  margin-bottom: 0px !important;
}






.highlight p span {
  color:rgb(5,120,50);
}