/*!
Theme Name: gbg academy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gbg-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gbg academy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
}
*{
	  box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
  }
  body {
	  margin: 0;
	  font-family: 'Poppins';
	  background-color: #FFFFFF;
	  position: relative;
  }
  a{
	  text-decoration: none;
  }
  a:hover{
	  text-decoration: none;
  }
  p{
	  margin: 0;
  }
  h1,
  h2,
  h3, 
  h4, 
  h5,
  h6{
	  margin: 0;
  }
  h1{
    font-size: 48px;
  }
  ul{
	  padding: 0;
	  margin-bottom: 0;
  }
  li{
	  list-style: none;
  }
  .futura{
    font-family: 'Futura PT', sans-serif;
  }
  .bold{
	  font-weight:700;
  }
  .semi-bold{
	  font-weight:600;
  }
  .font-500{
    font-weight: 500;
  }
  .normal{
	  font-weight: 400;
  }
  .object-cover{
	  object-fit: cover;
  }
  .overflow_hidden{
	  overflow: hidden;
  }
.opacity-0{
	opacity : 0 !important;
}
  .opacity-50{
	  opacity: 50%;
  }
  .opacity-75{
	  opacity: 75%;
  }
  .w-70{
	  width: 70%;
  }
  body::-webkit-scrollbar {
	  width: 5px;
	  background-color: #f5f5f5 !important;
  }
  body::-webkit-scrollbar-thumb {
	  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	  background-color: #adffff !important;
  }
  body::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	  background-color: #f5f5f5 !important;
  }
  button:focus {
	  outline: unset;
	  outline: unset;
  }
  
  .primary-btn{
	background-color: #9CE452;
	color: #023C46;
	padding: 10px 20px;
    border-radius: 8px;
	font-weight: 600;
	transition: .2s all ease-in-out;
  }
  .secondry-btn{
	background-color: #E0F5F3;
	color: #0B333B;
	padding: 10px 20px;
  border-radius: 8px;
	font-weight: 600;
	transition: .2s all ease-in-out;
  }
  .primary-btn:hover{
	background-color: #023C46;
	color: #9CE452;
	transition: .2s all ease-in-out;
  border: 1px solid #9CE452;
  }
  .secondry-btn:hover{
	background-color: #0B333B;
	color: #E0F5F3;
	transition: .2s all ease-in-out;
  border: 1px solid #E0F5F3;
  }
  .green-color{
    color: #9CE452;
  }
  /********* header ************/
  .site-branding img{
	width: 180px;
	height: 48px;
	object-fit: contain;
  }
 header{
  background-color: #0B333B;
  padding: 25px 0;
 }
  #primary-menu{
	display: flex;
	justify-content: center;
  }
  #primary-menu li{
	margin: 0 10px;
  }
  #primary-menu li a{
    color: #E8F9D7;
    transition: .2s all ease-in-out;
  }
   #primary-menu li a:hover{
    color: #10C843;
   }
   .contact_us_menu{
    color: #F6FEF8;
    padding: 9px 14px;
    border: solid 1px #F6FEF8;
    border-radius: 10px;
    transition: .2s all ease-in-out;
   }
   .contact_us_menu:hover{
    background-color: #F6FEF8;
    color: #023C46;
    border: #F6FEF8;
    transition: .2s all ease-in-out;
   }
  /********* header ************/
main{
	flex: 1;
}
  .cover_img{
    overflow: hidden;
    background-color: #023c46;
  }
  .cover_img img{
    transform: translateY(-80px);
  }
  .cover_img_content{
    position: absolute;
    top: 10%;
    left: 20px;
    right: 0;
    width: 50%;
  }
  .cover_img_content h1{
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    color: #E0F5F3;
    margin-bottom: 20px;
  }

  .cover_img_content h1 span{
    color: #10C843;
  }

  .cover_img_content p{
    color: #E5E5E5;
    margin-bottom: 30px;
    width: 60%;
  }


  .video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-modal {
    background: #fff;
    width: 80%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


  .partners{
    background-color: #023C46;
    padding: 0px 0 35px;
    margin-top: -50px;
  }
  .partner-slider .slick-track{
    display: flex;
    align-items: center;
  }


  .why-gbg .title{
    font-weight: 600;
    color: #0B333B;
  }
  .why-gbg .title p{
    color: #22281E;
    font-weight: 400;
  }
  .why-gbg-item h5{
    font-size: 18px;
    font-weight: 600;
  }
  .why-gbg-item p{
    font-size: 14px;
    color: #7A7A7A;
  }
  .why-gbg .icon-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background: #f3f7f6;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-gbg-title-description{
  width: 70%;
  display: flex;
  flex-direction: column;
}
.why-gbg-item:nth-child(even){
  justify-content: flex-end;
}
.divider-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.vertical-divider {
    width: 1px;
    height: 100%;
    background: #10C843;
}


@media (max-width: 767px) {
    .vertical-divider {
        display: none;
    }
}


.stats{
  background-image: url(./images/status.png);
  /* background-color: #14452F; */
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stats .number{
  color: #10C843;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.stats .desc{
  color: #E8F9D7;
  font-size: 14px;
  font-weight: 400;
}
.stats_card{
  padding: 0 37px;
}
.stats_card img{
  height: 35px;
  object-fit: cover;
  margin-top: 5px;
}
.our_courses{
  background-color: #F6FEF8;
  padding: 35px 0;
}

.our_courses h1{
  font-size: 40px;
  font-weight: 600;
  color: #0B333B;
}

.our_courses h1 span{
  color: #9CE452;
}
.our_courses .course_card{
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 15px -4px #000000; 
  box-shadow: 0px 5px 15px -4px #000000;
  width: 90%;
  transition: .2s all ease-in-out;
}
.our_courses .course_card:hover {
  box-shadow: 0px 5px 15px -4px #14452f;
  transform: scale(0.97);
  transition: .2s all ease-in-out;
}
.our_courses .course_card p{
  color: #22281E;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
}

.our_courses .view_all{
    background-color: #9CE452;
    color: #023C46;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s all ease-in-out;
    border: solid 2px transparent;
}

.our_courses .view_all:hover{
 transition: .2s all ease-in-out;
  border: solid 2px #023C46;
}

.achievement{
  background-color: #fff;
  padding: 20px 0 30px 0;
}

.achievement .title_description p{
  color: #22281E;
}
.achievement .achievement_data p:first-child{
  color: #22281E;
  font-size: 30px;
  font-weight: 600;
}
.achievement .achievement_data p:nth-child(2){
  color: #7A7A7A;
  font-size: 16px;
}

.news{
  background-color: #F6FEF8;
  padding: 15px 0;
  font-weight: 600;
}
.news .card{
  border: none;
  border-radius: 10px;
}
.news .card img{
  height: 273px;
  object-fit: cover;
}
.news .card a{
  color: #9CE452;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  margin-top: 10px;
  transition: .2s all ease-in-out;
}
.news .card a i{
  transition: .2s all ease-in-out;
}
.news .card a:hover i{
  transition: .2s all ease-in-out;
  transform: translateX(5px);
}
.news .card h5{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.news .card p{
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.news_slider .slick-arrow{
  background: transparent;
  border : none;
  position: absolute;
  z-index: 999;
  top: 40%;
}
.news_slider .slick-prev{
  left: -15px;
}
.news_slider .slick-next{
  right: -15px;
}
.news_slider .slick-arrow i{
  font-size: 30px;
  color: #14452F;
}
.news_slider .slick-dots{
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 20px 0;
}
.news_slider .slick-dots li.slick-active button{
 background-color: #14452F;
}
.news_slider .slick-dots li button{
  font-size: 0;
  padding: 10px;
  border-radius: 50%;
  border: none;
  background-color: #E5E5E5;
  margin: 0 5px;
}
.cover_page{
  height: 500px;
}
.cover_page::after{
  content: "";
  background-color: #14452F99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cover_page .page_title{
  position: absolute;
  left: 50%;
  top : 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
}
.cover_page .page_title h1{
  color: #F8F9FA;
  font-family: 'Futura PT', sans-serif;
  font-size: 64px;
  font-weight: 700;
}
.cover_page img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.core_values {
  background-color: #F6FEF8;
}

.core_value_card{
  background-color: #fff;
  border : solid 1px #37987E29;
  border-radius: 7px;
  padding: 40px 20px;
  box-shadow: 0px 5px 15px -4px #878787;
}
.core_value_card img{
  width: 32px;
  height: 40px;
  object-fit: contain;
}
.core_value_card h1{
  font-size: 20px;
}
.core_value_card p{
  font-size: 16px;
  color: #7A7A7A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about_gbg_academy .sub_title{
  color: #10C843;
}
.about_gbg_academy .description p{
  color: #394630;
  line-height: 200%;
}
.about_gbg_academy .common .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F9D7;
  padding: 70px 63px;
}

.about_gbg_academy .common{
  border: solid 1px #37987E29 ;
  border-radius: 7px;
}
.about_gbg_academy .common .title_description {
  padding: 20px 35px;
}
.about_gbg_academy .common .title_description h1{
  font-size: 20px;
}
.about_gbg_academy .common .title_description p{
  color: #7A7A7A;
  line-height: 28px;
  font-weight: 500;
}
.about_gbg_academy .mission_card{
  background-color: #F6FEF8;
}

.about_gbg_academy .vission_card{
  background-color: #F6FEF8;
}

.about_gbg_academy .mission_vission_cards{
  /* background: linear-gradient(180deg,rgba(246, 254, 248, 1) 83%, rgba(255, 255, 255, 1) 100%); */
  /* padding: 0 0 20px; */
}

.ceo_message{
  background-color: #F6FEF8;
}
.ceo_message h1{
  font-size: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ceo_message h1::after{
  content: "";
  position: absolute;
  left: 0;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
}
.ceo_message h1::before{
   content: "";
  position: absolute;
  right: 0;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
}

.ceo_message .short_quote{
  font-size: 20px;
  position: relative;
  padding: 0 20px;
  color: #22281E;
  text-align: justify;
}
.ceo_message .short_quote::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #9CE452;
  padding: 2px;
  height: 100%;
}
.ceo_message .full_quote{
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: justify;
}
.ceo_message .ceo_name{
  color: #22281E ;
}
.ceo_message .ceo_title{
  color: #4e4e4e;
}
.our_team{
    background-color: #F6FEF8;
}
.our_team_intro h1, .our_team_intro h2, .instructors h1{
  color: #14452F;
  position: relative;
  width: 100%;
  text-align: center;
}
.our_team_intro p{
  color: #4E4E4E;
}
.our_team_intro h2::after{
  content: "";
  position: absolute;
  left: 7%;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.our_team_intro h2::before{
   content: "";
  position: absolute;
  right: 7%;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.instructors h1::after{
  content: "";
  position: absolute;
  left: 27%;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.instructors h1::before{
   content: "";
  position: absolute;
  right: 27%;
  width: 120px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.flip-card {
  background-color: transparent;
  height: 506px;
   border-radius: 8px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px -4px #878787;
}
.flip-card-front img{
  width: 100%;
  height: 378px;
  object-fit: contain;
  border-radius: 8px;
}
.flip-card-front .name_title{
  position: absolute;
  bottom: 30px;
  left: 11px;
  right: 11px;
}
.flip-card-front h1{
  color: #0B333B;
  font-size: 24px;
  margin-bottom: 5px;
}
.flip-card-front p{
  color: #22281E;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.flip-card-front p::after{
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.flip-card-front p::before{
   content: "";
  position: absolute;
  right: 0;
  width: 50px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
/* Style the back side */
.flip-card-back {
  background-color: #0B333B;
  color: #E8F9D7;
  transform: rotateY(180deg);
  border-radius: 8px;
  box-shadow: 0px 5px 15px -4px #878787;
  padding: 20px;
}
.flip-card-back p{
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.flip-card-back .social_media a{
  width: 48px;
  height: 48px;
  background-color: #9CE452;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #14452F;
  font-size: 20px;
}

.post-type-archive-courses{
  background-color: #F6FEF8;
}
.courses_cats{
  /* padding: 50px 0; */
  background-color: #F6FEF8;
  margin-bottom: 20px;
}

.courses_cats h1{
  font-size: 48px;
  font-weight: 700;
  font-family: 'Futura PT', sans-serif;
  color: #0b333b;
  text-align: center;
  margin-bottom: 10px;
}

.courses_cats p{
  color: #4E4E4E;
  font-size: 24px;
  font-weight: 500;
}

.courses_cats .categories{
  gap: 10px;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
}
.courses_cats .categories p{
  font-size: 16px;
  color: #14452F;
  background-color: #E0F5F3;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.courses_cats .categories p.is-checked{
  font-size: 16px;
  color: #F8F9FA;
  background-color: #0B333B;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.post-type-archive-courses .course_card{
  height: 436px;
  border : solid 1px #E5E5E5;
  border-radius: 10px;
  background-color: #fff;
}
 .post-type-archive-courses .course_card .course_img img{
  height: 202px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.post-type-archive-courses .course_card .course_cat{
  /* position: absolute; */
  bottom: 10px;
  left: 10px;
}
.post-type-archive-courses .course_card .course_cat p{
  background-color: #E8F9D7;
  padding: 8px 12px;
  font-size: 14px;
  color: #14452F;
  font-weight: 500;
  border-radius: 50px;
  text-transform: capitalize;
}
.post-type-archive-courses .course_card .course_cat p.advanced{
  background-color: #e0f5f3;
}
.post-type-archive-courses .course_card .course_content{
  padding: 0 15px;
}
.post-type-archive-courses .course_card .course_content .title p{
	color: #14452F;
	font-size: 19px;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
}
.post-type-archive-courses .course_card .lesson_numbers_duration{
  color: #394630;
  font-size: 16px;
  border-bottom: solid 1px #E5E5E5 ;
  align-items: baseline;
  padding: 5px 0;
}
.post-type-archive-courses .course_card .lesson_duration_wrapper{
  gap: 10px;
}
.post-type-archive-courses .course_card .short_description{
  border-bottom: solid 3px #E5E5E5 ;
  padding: 7px 0;
}
.post-type-archive-courses .course_card .short_description p{
  color: #4E4E4E;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.post-type-archive-courses .course_card .course_content .lesson_numbers_duration .circle {
  font-size: 6px;
}
.post-type-archive-courses .course_card .view_btn{
  bottom: 10px;
  transition: .2s all ease-in-out;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  padding: 0 25px;
}
.post-type-archive-courses .course_card .view_btn a{
  width: 100%;
  display: flex;
  color: #023C46;
  background-color: #E8F9D7;
  padding: 10px;
  border-radius: 16px;
  font-weight: 600;
  justify-content: space-between;
  transition: .2s all ease-in-out;
}
.post-type-archive-courses .course_card .view_btn a:hover{
  color: #023C46;
  background-color: #fff;
  border : solid 1px #023C46;
  transition: .2s all ease-in-out;
}
.post-type-archive-courses .course_card .view_btn a:hover i{
  background-color: #023C46;
  color: #fff;
  transition: .2s all ease-in-out;
}
.post-type-archive-courses .course_card .view_btn a i{
  background-color: #fff;
  color: #023C46;
  transition: .2s all ease-in-out;
  font-size: 16px;
  padding: 5px;
  border-radius: 50%;
}
.single-courses{
  background-color: #F6FEF8;
}
.intro_single_course{
  background-color: #E0F5F3;
  padding: 20px 0;
  margin-bottom: 35px;
}
.intro_single_course .title{
  font-size: 40px;
}
.intro_single_course .category{
  color: #fff;
  background-color: #25DD58;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 50px;
  width: fit-content;
  text-transform: capitalize;
}
.intro_single_course img{
  height: 290px;
  width: 455px;
  object-fit: cover;
  border-radius: 16px;
}
.intro_single_course .lesson_numbers_duration .circle {
  font-size: 6px;
}
.intro_single_course .lesson_numbers_duration {
  color: #394630;
  gap: 15px;
  font-size: 16px;
}
.intro_single_course .category_img{
  color: #14452F;
  background-color: #E8F9D7;
  padding: 8px 12px;
  font-weight: 500;
  position: absolute;
  right: 55%;
  bottom: 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 50px;
}
.tabs-wrapper{
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-tabs {
  border-bottom: unset;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nav-tabs .nav-link{
  padding: 15px 40px;
  border: solid 0.5px #E5E5E5;
  border-radius: 0;
  font-family: 'Futura PT', sans-serif;
  color: #22281E;
  font-weight: 500;
  font-size: 20px;
  background-color: #fff;
}
.nav-tabs .nav-link.active{
  background-color: #0B333B;
  color: #E0F5F3;
  font-weight: 700;
}
.nav-tabs li:first-child button{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-tabs li:last-child button{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nav-tabs li:nth-child(2nd) button{
  border-right: none;
  border-left: none;
}
.tabs-wrapper .tab-content{
    background-color: #fff;
    padding: 15px;
    border: solid 0.5px #E5E5E5;
    border-radius: 8px;
}
.course_wrapper_content h3{
  background-color: #E0F5F3;
  padding: 20px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #023C46;
  font-weight: 700;
  font-family: 'Futura PT', sans-serif;
}
.tab-content p{
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
}
.tab-content ul{
  padding: 0 25px;
}
.tab-content ul li{
  list-style :initial;
}
.tab-content table{
  width: 100%;
}
.tab-content table tbody, .tab-content td, .tab-content tfoot, .tab-content th, .tab-content thead, .tab-content tr{
  border-width: 1px;
  text-align: center;
}
.skills_tabs ul{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.skills_tabs button{
  background-color: #E8F9D7;
  padding: 10px 24px;
  border-radius: 8px;
  border : solid 1px #E1E6EF;
  color: #14452F;
  font-weight: 500;
  margin-bottom: 20px;
  transition: .2s all ease-in-out;
}
.skills_tabs button:hover{
  background-color: #dff8c5;;
  transition: .2s all ease-in-out;
}
.skills_tabs button.active{
  background-color: #0D171A;
  color: #fff;
}
.faqs .accordion-collapse{
  background-color: #fff;
}
.faqs .accordion-header{

}
.faqs .accordion-header button{
   background-color: #F8F9FA;
   color:#22281E ;
   font-weight: 600;
}
.faqs .accordion-body{
  background-color: #F8F9FA;
  margin: 15px;
  border-radius: 8px;
  color: #4E4E4E;
  font-weight: 500;
}
.faqs .accordion-item{
  margin-bottom: 15px;
  border-radius: 8px;
}
.faqs .accordion-item:last-child{
  margin-bottom: 0;
}
.accordion-item:not(:first-of-type){
  border-top: solid 1px #dee2e6;
  border-radius: 8px;
}
.accordion-button:focus{
  border-color: transparent;
  box-shadow: none;
}
.tabs-wrapper .learnings p{
  color: #22281E;
  font-weight: 400;
  margin-bottom: 20px;
}
.course_wrapper_content .course_instructor img{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit : contain;
}
.course_wrapper_content .course_instructor_content {
  width: calc(100% - 96px);
   padding: 0 15px;
}
.course_wrapper_content .course_instructor_content p{
  text-align: start;
  font-weight: 400;
}
.course_wrapper_content .course_instructor_content .name_title .name{
  font-weight: 600;
  font-size: 16px;
  color: #22281E;
}
.course_wrapper_content .course_instructor_content .name_title .title{
  font-weight: 500;
  font-size: 14px;
  color: #4E4E4E;
}
.course_wrapper_content .course_instructor_content .lesson_numbers_duration {
  gap: 15px;
}
.course_wrapper_content .course_instructor_content .lesson_numbers{
color: #394630;
}
.course_wrapper_content .course_instructor_content .lesson_numbers_duration .circle {
  font-size: 6px;
}
.course_wrapper_content .course_instructor_content .summury p{
  color: #4E4E4E;
}

.intro_form .form-wrapper {
    background: #fff;
    border-radius: 8px;
}
.intro_form select{
  background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 99%;
  cursor: pointer;
 height : 45px;
}
.intro_form label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #4E4E4E;
}

.intro_form label span {
    color: red;
}

.intro_form .btn-submit {
    background-color: #1f6f43;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 16px;
}

.intro_form .btn-submit:hover {
    background-color: #175a35;
    color: #fff;
}
.intro_form img{
  height: 500px;
  object-fit: contain;
}
.intro_form label.error{
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}
.intro_form .success_msg{
  position: absolute;
  left: 0;
  width: 80%;
  display: none;
}
.intro_form .error_msg{
  position: absolute;
  left: 0;
  width: 80%;
  display: none;
}
.testimonials{
  background-color: #F6FEF8;
}
.testimonial_card img{
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.testimonial_card .stars i{
  color: #E2A03F;
}
.testimonial_card{
  height: 230px;
  background-color: #ffff;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
}
.testimonial_card .name{
  color: #0B333B;
  font-size: 18px;
}
.testimonial_card .quote{
  color: #4E4E4E;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.testimonial_slider .slick-dots{
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 20px 0;
}
.testimonial_slider .slick-dots li.slick-active button{
 background-color: #14452F;
}
.testimonial_slider .slick-dots li button{
  font-size: 0;
  padding: 10px;
  border-radius: 50%;
  border: none;
  background-color: #E5E5E5;
  margin: 0 5px;
}
.testimonial_slider .slick-slide{
  height: auto;
}
.locations{
  background-color: #F6FEF8;
}
.our_contact_info{
  background-color: #fff;
  padding: 25px;
  border: solid 1px #E5E5E5;
  border-radius: 16px;
}
.our_contact_info .contact_wrapper{
  padding: 15px;
  border: solid 1px #25DD58;
  border-radius: 16px;
}
.location_office h2{
  color: #22281E;
  letter-spacing: 0.01px;
}
.location_office p, .location_office a{
  color: #023C46;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.location_office i{
  color: #14452F;
}
.location_office a{
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.location_office a:hover{
  color: #10C843;
  transition: .2s all ease-in-out;
}
  /********* footer ************/
  footer{
	background-color: #0B333B;
	padding: 20px 0;
  }
  .footer_logo img{
	width: 100%;
  }
  .footer {
      background-color: #082E34;
      padding: 60px 0 20px;
      color: #fff;
    }
    .footer .logo-text {
      color: #7CFF5E;
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 10px;
    }
    .footer .tagline {
      color: #A5FF86;
      font-size: 14px;
      margin-top: -10px;
    }
    .footer h5 {
      color: #9CE452;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .footer ul {
      list-style: none;
      padding: 0;
    }
    .footer ul li {
      margin-bottom: 10px;
    }
    .footer ul li a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }
    .footer ul li a:hover {
      color: #7CFF5E;
    }
    .footer .contact-info i {
      color: #7CFF5E;
      margin-right: 8px;
    }
    .footer .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #7CFF5E;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 38px;
      font-size: 18px;
      margin-right: 10px;
      transition: 0.3s;
    }
    .footer .social-icons a:hover {
      background-color: #7CFF5E;
      color: #082E34;
    }
    .footer .bottom-text {
      border-top: 1px solid #fff;
      margin-top: 40px;
      padding-top: 15px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #ccc;
    }
    .footer .bottom-text span {
      color: #9CE452;
      font-weight: 600;
    }
    .footer .divider {
      border-left: 1px solid #ffffff33;
      height: 100%;
      margin: 0 20px;
    }
    footer h6, footer .contact_data p{
      text-align: start;
      font-size: 14px;
      color: #E5E5E5;
    }
    footer h6, footer .contact_data i{
      margin: 3px 5px 0 0;
    }
    footer .col-divider{
      height: auto;
    }
    footer .col-divider::after{
      content : "";
      position: absolute;
      right: 0;
      top : 0;
      bottom: 0;
      width: 1px;
      background-color: #E5E5E5;
    }
    footer #primary-menu{
      flex-direction: column;
    }
    footer #primary-menu li{
      margin: 5px 0;
    }
    footer #primary-menu li a{
      color: #F8F9FA;
      font-size: 14px;
    }
    footer #primary-menu li.current-menu-item a, header #primary-menu li.current-menu-item a{
      color: #10C843;
      font-weight: 700;
    }


  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-self: center;
}
#loader {
    display: block;
    /* position: relative; */
    left: 47%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #10C843;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #023c46;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7CFF5E;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
@keyframes spin{
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
    @media (max-width: 992px) {
      .footer .divider {
        display: none;
      }
    }
  /********* footer ************/


  @media only screen and (max-width: 426px){
    h1{
      font-size: 30px;
    }
	#primary-menu{
		flex-direction: column;
	}
	#primary-menu li {
   		margin: 5px 0px;
        border-bottom: solid 1px #fff;
        padding: 5px 0;
	}
  .main_menu {
      position: fixed;
      right: -50%;
      top: 0;
      background-color: #023c46;
      height: 100vh;
      transition: .2s all ease-in-out;
      z-index: 999999;
      border: solid 1px #ffffff45;
  }
	.mobile_menu_icon{
		position: absolute;
		right: 30px;
		top: 30px;
	}
	.mobile_menu_icon span{
		font-size: 25px;
		color: #9CE452;
	}
	#close_menu_icon{
		justify-content: end;
		font-size: 20px;
		color: #fff;
    margin-top: 10px;
	}
  .cover_img_content{
    top: 10px;
  }
  .cover_img_content h1 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #E0F5F3;
    margin-bottom: 10px;
}

.cover_img_content p {
   color: #E5E5E5;
    margin-bottom: 12px;
    width: 100%;
    font-size: 12px;
}

.why-gbg-title-description{
  width: 100%;
}
.why-gbg-item:nth-child(even){
  justify-content: flex-start;
}
.divider-wrapper{
  display: none;
}
.why-gbg h1{
  font-size: 30px;
}
.why-gbg h2{
  font-size: 18px;
}	  
.cover_page{
  height: auto;
}
.cover_page .page_title h1{
  font-size: 30px;
}
.cover_img {
    overflow: hidden;
    background-color: #023c46;
    height: 310px;
}
.cover_img img{
  transform: none;
}
.cover_img .btns{
  flex-direction: column;
}
.cover_img .btns a{
  margin: 5px 0;
  font-size: 12px;
  text-align: center;
}
.partners {
    background-color: #023C46;
    padding: 100px 0 30px;
}

.our_courses .course_card{
  width: 100%;
}

.our_courses .course_card p{
  font-size: 16px;
}
.our_courses h1{
  font-size: 30px;
}

.achievement .title_description h1{
  font-size: 30px;
}

.about_gbg_academy h1{
  font-size: 20px;
  text-align: center;
}
.about_gbg_academy .common{
  flex-direction: column;
}
.about_gbg_academy .vission_card{
  flex-direction: column-reverse;
}
.ceo_message h1{
  font-size: 20px;
}
.ceo_message h1::after{
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
}
.ceo_message h1::before{
   content: "";
  position: absolute;
  right: 0;
  width: 30px;
  border-radius: 4px;
  background-color: #9CE452;
  height: 4px;
}
.ceo_message .short_quote {
    font-size: 16px;
    position: relative;
    padding: 0 0px;
    color: #22281E;
    margin: 10px 0;
    text-align: center;
}
.ceo_message .full_quote{
  text-align: center;
  font-size: 16px;
}
.ceo_message .ceo_name, .ceo_message .ceo_title{
  text-align: center;
}
.ceo_message .short_quote::before{
  content: none;
}
.our_team_intro {
  padding: 0 10px;
}
.our_team_intro h1, .instructors h1{
  font-size: 30px;
}
.our_team_intro h2{
  font-size: 18px;
}
.our_team_intro p{
  text-align: center;
  font-size: 14px;
}
.flip-card-back p{
  font-size: 14px;
  line-height: normal;
}
.our_team_intro h2::after, .our_team_intro h2::before, .flip-card-front p::after, .flip-card-front p::before,
.instructors h1::before, .instructors h1::after{
  content: unset;
}
.flip-card-front h1{
  font-size: 20px;
}

.courses_cats h1{
  font-size: 30px;
}
.courses_cats p{
  font-size: 16px;
  text-align: center;
}
.courses_cats .categories p, .courses_cats .categories p.is-checked{
  width: 150px;
}
.nav-tabs .nav-item{
  margin: 5px;
}
.nav-tabs li button{
  border-radius: 8px !important;
}
.tab-content p{
  font-size: 14px;
}
.tabs-wrapper .learnings p{
  margin-bottom: 10px;
}
.course_wrapper_content .course_instructor_content{
  width: 100%;
  padding: 5px 0px;
}
.nav-tabs .nav-link{
    padding: 15px 20px;
}
.intro_single_course img{
  width: 100%;
  height: auto;
}
.testimonials h1{
  font-size: 20px;
}
.faqs .accordion-header button{
  font-size: 15px;
}
.location_office h2{
  font-size: 20px;
}
.location_office p, .location_office a{
  font-size: 14px;
}
.footer{
  padding: 20px 0 20px;
}
.footer_logo img{
  width: 60%;
}
footer #primary-menu li{
  border-bottom: none;
}
.footer h5{
  margin-bottom: 15px;
}
footer #primary-menu li{
  margin: 0;
}
.mobile_layout{
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer h6, footer .contact_data p{
 text-align: center;
}
/* .col-divider::after{
  content: none;
}
.col-divider{
  border-bottom: solid 1px #fff ;
} */

  }