
@font-face {
    font-family: 'JosefinSans';
    src: url('https://tcjcoaching.in/wp-content/themes/impactable/fonts/JosefinSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('https://tcjcoaching.in/wp-content/themes/impactable/fonts/JosefinSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('https://tcjcoaching.in/wp-content/themes/impactable/fonts/JosefinSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('https://tcjcoaching.in/wp-content/themes/impactable/fonts/JosefinSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('https://tcjcoaching.in/wp-content/themes/impactable/fonts/JosefinSans-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    font-family: 'JosefinSans' !important;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    letter-spacing: 1px;
    scroll-behavior: smooth;
    /*font-size: initial !important;
    line-height: inherit; !important;*/
}

h1, h2, h3, h4, h5, h6, span, p, a{
    font-family: 'JosefinSans' !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
}


.no-margin {
    margin: 0 auto !important;
}

.no-padding {
    padding: 0px!important;
}

.padded {
    padding: 15px !important;
}

.side-padding {
    padding: 0px 15px;
}

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-border {
    border: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.no-side-padding {
    padding: 15px 0px;
}

.no-pd-lft {
    padding-left: 0px;
}

.bottom-margin {
    margin-bottom: 15px;
}

.no-bt-margin {
    margin-bottom: 0px;
}

.top-margin {
    margin-top: 15px;
}

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

.display-none {
    display: none !important;
}
.full-width {
    width: 100%!important;  
}
.list-inline li {
  list-style: none;
  display: inline-block;
}
.theme-green {
  color: #009060;
}
.theme-blue {
  color: #005FAE;
  font-size: 32px;
}
.btn-hover.color-1 {
    background-image: linear-gradient( to right,#009060,#005FAE,#005FAE,#009060);
    box-shadow: none;
    color: #fff;
  border-bottom: none;
}
.btn-hover {
    min-width: 180px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none!important;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-hover.color-1.small {
  min-width: 130px;
  height: 36px;
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
  box-shadow: none;
}
/*theme css*/
.dynamic_post_pages {
  margin: 150px 0px 50px 0px;
}
/*Homepage Css*/
header nav {
    background: #fff;
}
header nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}
header nav a {
  font-size: 17px;
  transition: all 0.3s ease;
}
header nav.navbar.shrink {
  min-height: 35px;
}
header nav.navbar.shrink .navbar-brand {
  font-size: 10px;
  padding: 4px 0;
  position: relative;
}

header nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}
header .dropdown-toggle::after {
    display: none;
}
header .nav-link.dropdown-toggle {
    color: #000;
}
header .navbar-brand img {
    height: 65px;
    transition: all .3s ease-in-out 0s;
}
header {
    background: #fff;
    box-shadow: 0px 0px 4px #0000001a;
}
header .shrink .navbar-brand img{
    height: 60px;
    transition: all .3s ease-in-out 0s;
}
.top-button {
  background: #005FAE;
  border: none;
  color: #fff;
  padding: 8px 25px 6px;
  border-radius: 20px;
  font-size: 16px;
  margin-left: 1rem!important;
  transition: all .3s ease-in-out 0s;
  outline: none!important;
}
.top-button:hover {
  background: #009060;
}
header .navbar-nav .nav-link {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
header .navbar-nav .nav-link {
    color: rgb(0 0 0 / 100%)!important;
}
header .navbar-nav .nav-link:hover {
  color: #007DD4!important;
}
header .nav-item.active .nav-link {
  color: #007DD4!important;
}
header .nav-item .nav-link i.fa.fa-chevron-down {
  font-size: 12px;
  position: relative;
  top: 0px;
  margin-left: 3px;
  transition: all .3s ease-in-out 0s;
}
header .top-bar {
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 4px 0;
}
.top-bar a {
    color: #fff;
    display: inline-block;
    line-height: 12px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    transition: all 0.3s;
}
.top-bar .fadw{
  transition: all 0.3s;
}
.top-bar .fadw:hover{
  color: #fff;
  transform: scale(1.2);
}
.top-bar a:hover{
  color: #fff;
}
.top-bar .color-white {
  color: #fff;
  font-size: 13px;
}
.color-white {
  color: #fff;
}

/*header css added by ani*/

a.ourCourses_heading {
    font-size: 13px !important;
    color: #007DD4!important;
}
.sub-menu h5:hover .ourCourses_heading {
    color: white !important;
}






.main-menu {
  position: relative;
}
.main-menu .sub-menu {
  position: absolute;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 16%);
  padding: 20px;
  background: #fff;
  transform: translate(0px, 40px);
  visibility: hidden;
  transition: all .3s ease-in-out 0s;
  opacity: 0;
  width: 1350px;
  right: -375px;
  /* left: -180px; */
}
.main-menu .sub-menu h5 {
  font-size: 13px;
  color: #005FAE;
}
.main-menu .sub-menu li {
  width: 100%;
}
.main-menu .sub-menu a {
  font-size: 13px;
  color: #000000;
  display: block;
  width: 100%;
  line-height: 14px;
  padding: 6px;
  border-radius: 4px;
}
.main-menu .sub-menu a:hover {

   color: #009060;
}
.main-menu:hover i.fa.fa-chevron-down {
  transform: rotate(-180deg);
}
.main-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 8px);
    box-shadow: 2px 2px 43px #6a6a6a87;
}
/*Bannar Css*/
.bannar {
  max-height: calc(100vh - 60px);
  background: #FAFCFE;
  position: relative;
  overflow: hidden;
/*  height: 100vh;*/
}
.bannar .right-texture {
  position: absolute;
  right: 0px;
  max-height: calc(100vh - 98px);
}
.header-offset-top {
  margin-top: 92px;
}
.bannar h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0px;
}
.bannar p {
  font-size: 20px;
  color: #000;
}
.imag-wrapper {
  position: relative;
}
.imag-wrapper .weather-stars {
  position: absolute;
  top: 40px;
  height: 120px;
}
.imag-wrapper .star {
  position: absolute;
  top: 40px;
  left: 150px;
  height: 35px;
}
.imag-wrapper .triangle {
  position: absolute;
  top: 50px;
  right: 120px;
  height: 35px;
}
.texture-heading {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 40px;
}
.texture-heading span {
  padding-bottom: 8px;
  position: relative;
  z-index: 5;
}
.texture-heading img {
    display: inline-block;
    position: absolute;
    left: 40%;
    top: 32px;
    background: #fff;
}
.why-choose {
  padding: 70px 0;
}
.image-card {
  background: #FAFAFA;
  box-shadow: 0px 2px 6px #00000040;
  border-radius: 4px;
  overflow: hidden;
}
.image-card button {
  height: 36px;
  width: 150px;
  font-size: 14px;
}
.image-card h4 {
  font-size: 20px;
  letter-spacing: 0px;
}
.image-card  p {
  color: #646464;
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 42px;
}
/*Next Section*/
.who-we-are {
  background: #fff;
/*  padding: 70px 0px 0px 0px;*/
}



/* Color of the arrows */
.popular-courses {
  padding: 70px 0 0 0;
}
.popular-courses .slick-next::before, .popular-courses .slick-prev::before {
    color: #ffffff;
    background: #5a5a5a;
    border-radius: 50%;
    padding: 4px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
}
.popular-courses .slick-prev {
    left: -35px;
}
.popular-courses .slick-slide {
    margin: 10px;
}
.popular-courses .image-card {
  max-width: 100%;
}
.popular-courses .course-block  {
  box-shadow: 0px 2px 8px #00000025;
  border-radius: 4px;
  overflow: hidden;
}
.popular-courses .course-block h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;  
}
/*success story css*/
.success-story {
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 70px 0;
}
.success-story p {
  color: #fff;
}
.success-story .texture-heading span {
  color: #fff;
}
.success-story .texture-heading {
  border-color: #fff;
}
.success-story .texture-heading img {
  background: #008375;
}
.rating-block h4 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
}
.rating-block p {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
/*individaul-attention*/
.individaul-attention {
    padding: 70px 0px 0px;
}
/*Testimonial section*/
body .testimonial {
  padding: 100px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
  max-width: 200px;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 30%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 75px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 200px;
  width: 100%;
/*  margin-top: -50px;*/
border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -40%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -100px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
/*  margin-top: -50px;*/
max-width: 200px;
border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
  border: 1px solid transparent;
  padding: 4px;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 12px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #008e63;
  background-clip: padding-box;
  height: 2px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
  color: rgb(0 0 0 / 80%);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 34px;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}
body .testimonial .row .tabs li.active figure img {
  border: 1px solid #009060;
  padding: 4px;
  border-radius: 50%;
}

/*Trending jobs section*/
.trending-jobs {
  padding: 80px 0;
}
.trending-jobs h4 {
  margin-bottom: 30px;
}
.trending-jobs a {
  color: #000;
}
.trending-jobs a:hover {
  color: #005fad;
}

/*req callback section*/
.req-callback {
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 50px 0 ;
  margin-top: 100px;
  margin-bottom: 100px;
}
.req-callback .image-wrap {
  position: relative;
}
.req-callback .image-wrap img {
  position: absolute;
  top: -185px;
  height: 600px;
  right: 0px;
}
.texture-heading.white {
  color: #fff;
  border-color: #fff;
}
.texture-heading.white img {
   background: #008375;
}
.white-button {
  background: #fff;
  padding: 10px 30px 6px;
  font-size: 16px;
  border-radius: 20px;
  border: none;
  outline: none!important;
  color: #007a83;
  transition: all .3s ease-in-out 0s;
}
.white-button:hover {
  background: #d3fcef;
}


.our-clients {
  padding: 100px 0;
}
.our-clients .slick-next::before, .our-clients .slick-prev::before {
    color: #ffffff;
    background: #5a5a5a;
    border-radius: 50%;
    padding: 4px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
}
.our-clients .slick-prev {
    left: -35px;
}
.our-clients .slick-slide {
    margin: 0 20px;
}
.our-clients .slick-dots {
  bottom: -30px;
}

.our-clients .slick-current {
  color: #e1d7d2;
}

.our-clients .slick-dots-thumb .slick-slide:not(.slick-current) {
  opacity: 0.1;
}
/**/
.newsletter {
  position: relative;
  top: 70px;
}
.newsletter-wrap {
  background: #DFFFF4;
  padding: 40px;
  border-radius: 8px;
}
.newsletter-wrap input {
  height: 38px;
  border: none;
  background: #016F65;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
  color: #fff;
}
.newsletter-wrap input:focus {
  background: #016F65;
  color: #fff;
  box-shadow: none;
}
.send-btn {
  background: #02B77B;
  color: #fff;
  border: none;
  width: 42px;
  height: 38px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.newsletter-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.newsletter-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletter-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
/*footer css*/
footer {
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 100px 0 50px 0 ;
}
footer .logo {
  height: 50px;
/*  filter: brightness(0) invert(1);*/
}

footer h4 {
  font-size: 20px;
  color: #fff;
}
footer a {
   font-size: 12px;
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer p {
  margin-bottom: 5px;
  color: #fff;
}
/*footer bottom section css*/
.copyright {

  border-top: .5px solid #ffffff20;
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 30px 0 30px 0 ;
}
.copyright .fa.fa-phone.rotate {
    transform: rotate(90deg);
    position: relative;
    left: 4px;
}
.brdr-crl {
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.copyright  span.phone {
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin: 5px 0;
}
.vl-top {
  vertical-align: top;
}
.copyright p {
  color: #fff;
  line-height: 18px;
  font-size: 12px;
}

.faq-section {
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding: 70px 0 70px 0 ;
  color: #fff;
}
.faq-section .texture-heading img {
  background-color: #008375;
}
.faq-section .texture-heading {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.faq-section .card-header {
  cursor: pointer;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.faq-section #accordion {
  border-radius: 6px;
  overflow: hidden;
}
.consultaion-wrap {
    padding: 100px 0px;
}
.cd-ielts {
  padding: 70px 0px 0px;
}
.blogs .card-header {
  width: 100%;
  padding: 0px;
}

.blogs .card-header img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.blogs .card-content {
  padding: 1rem;
}
.blogs .card-content span {
    background-color: #f7f7f7;
    color: #000;
    font-weight: 400;
    font-size: 10px;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    text-transform: capitalize;
}
.blogs .card-content h3 {
    margin: 0.5rem 0 0.2rem 0;
    font-size: 22px;
}

.blogs .card-content p {
  font-size: 14px;
  margin-bottom: 0px;
}
.blogs .card {
  border: none;
  box-shadow: 0px 4px 12px #0000002b;
}
.blogs .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.blogs .card-footer img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.blogs .card-footer .author {
  flex: 1;
  margin-left: 1rem;
}

.blogs .author p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
}

.blogs .author small {
    font-size: 12px;
    display: block;
}
.theme-bg{
  background: rgb(0,144,96);
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  padding-top: 3rem;
}

/*Inner pages css*/
.inner-pages-bnr {
  background-image: url(../images/bg-image.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: cover;
  padding: 140px;
}
.inner-pages-bnr h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0px;
}
.inner-pages-bnr p {
  font-size: 20px;
  color: #fff;
}
.about-imp {
  padding: 70px 0px 0px;
}
.about-imp p {
  font-size: 17px;
  letter-spacing: 0px;
}
.req-callback.about {
  margin-top: 80px;
  padding: 40px 0 30px 0;
}
.req-callback.about p {
  color: #fff;
  letter-spacing: 0px;
}
.req-callback.about .image-wrap img {
    position: absolute;
    top: -126px;
    right: 0px;
}
.our-values {
  padding: 70px 0;
}
.our-values img {
  height: 54px;
}
.our-values p {
    width: 90%;
    font-size: 16px;
    letter-spacing: 0px;
}
.how-we-do {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.how-we-do p {
  width: 70%;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
}
.our-team {
  padding: 80px 0;
}

.team {
  margin: 40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  /* Primary color, can be changed via colors.css */
  border-radius: 4px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, 0.97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*Contact bnr*/
.inner-bnr-normal h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.inner-bnr-normal p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0px;
}
.contact-block {
  padding: 130px 0 100px 0;
}
.contact-block .outer-wrap {
  box-shadow: 0px 2px 6px #00000016;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.contact-block .outer-wrap .upper-box {
  height: 104px;
  width: 104px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-top: -60px;
  margin-bottom: 24px;
}
.contact-block .outer-wrap .upper-box i {
  font-size: 42px;
  color: #fff;
  line-height: 104px;
}
.contact-form-block label {
  margin-bottom: 0px;
}
.contact-form-block .form-control {
  background: #EFEFEF;
  border: none;
}
.contact-form-block {
    padding-bottom: 50px;
}
.courses-listing {
  padding: 80px 0;
}
.courses-listing i {
  font-size: 26px;
  color: #000;
}
.courses-listing i.active {
  color: #008B69;
}
.courses-listing .filters-tab {
  box-shadow: 0px 2px 8px #00000017;
  border-radius: 4px;
  padding: 15px 12px;

}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
.styled-checkbox:hover + label:before {
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.course-listing-wrap {
  box-shadow: 0px 2px 8px #00000017;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.course-listing-wrap p {
  font-size: 14px;
  letter-spacing: 0px;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
  text-align: right;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}
[data-pagination] ul li {
  border:1px solid #777;
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  margin-right: 5px;
  border-radius: 2px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  padding: 0.5em;
  font-size: 15px;
  color: #777;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #000;
}
[data-pagination] li.current {
  background: linear-gradient( to right,#009060,#005FAE,#005FAE,#009060);
  height: 100%;
}
[data-pagination] li.current a {
  color: #fff;
  border-color: transparent;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
   font-size: 14px;}

  
}
 
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}



.sortby-price {
  display: inline-block;
  width: 100%;
}
ul.sortby-price li {
  color: #aaaaaa;
  display: inline-block;
  position: relative;
  width: 100%;
}

ul.sortby-price li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
ul.sortby-price li label {
    display: inline-block;
    position: relative;
    font-size: 17px;
    padding: 8px 0px 0px 30px;
    margin: 10px auto;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #000;
    width: 100%;
}
ul.sortby-price li .check {
    display: block;
    position: absolute;
    border: 1px solid #aaaaaa;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 18px;
    left: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
ul.sortby-price li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.sortby-price input[type="radio"]:checked ~ .check {
  border: 1px solid #02BD85;
}

.sortby-price input[type="radio"]:checked ~ .check::before {
  background: #02BD85;
}

.sortby-price input[type="radio"]:checked ~ label {
  color: #000;
}

.sortby-price .signature {
  margin: 10px auto;
  padding: 10px 0;
  width: 100%;
}

.sortby-price .signature p {
  text-align: center;
  font-size: 0.85em;
  color: #aaaaaa;
}

.sortby-price .signature .much-heart {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  height: 10px;
  width: 10px;
  background: #ac1d3f;
  border-radius: 4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sortby-price .signature .much-heart::before,
.sortby-price .signature .much-heart::after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ac1d3f;
  top: -4px;
}

.sortby-price .signature .much-heart::after {
  bottom: 0;
  top: auto;
  left: -4px;
}

.sortby-price .signature a {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
}


/*Course page overview css*/
.courses-details {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.courses-details .right-img {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 50%;
  height: 100%;
}
.courses-details h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0px;
}
.courses-details p {
  font-size: 20px;
  color: #fff;
}
.overview-wrap {
  padding: 70px 0;
}
.brdrb-1 {
  border-bottom: 1px solid #ddd;
}
.overview-wrap .card-header:hover {
  cursor: pointer;
}
.bordr-1 {
  border: 1px solid #ddd;
}
.mt--1 {
    margin-top: -1px;
}
.overview-wrap .nav-tabs .nav-item.show .nav-link, .overview-wrap .nav-tabs .nav-link.active {
  border-color: transparent;
  background:linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  border-radius: .25rem;
  color: #fff;
  border-radius: 0px;
}
.overview-wrap .nav-tabs .nav-link:focus, .overview-wrap .nav-tabs .nav-link:hover {
   border-color: transparent;
}
.overview-wrap .nav-tabs {
  border: none;
}
.overview-wrap .nav-tabs .nav-link {
  background: #E5E5E5;
  border-radius: 0px;
  color: #000;
  font-size: 15px;
}
.overview-wrap .nav-tabs .nav-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
.overview-wrap .nav-tabs .nav-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.overview-wrap .bordr-1.p-4.rounded {
  margin-top: 1px;
}

.signup-popup {

}
.no-border {
  border: none;
}
.signup-popup .nav-pills .nav-link, .nav-pills .show>.nav-link {
  background: #fff;
  color: #000;
  padding: 0px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
}
.signup-popup .nav-pills .nav-link.active {
  border-color: #02B77B;
  color: #02B77B;
}


.new-contact {
   padding-right: 25px;
}
.new-contact .form .group{
    position:relative;
    margin-bottom:20px;
    margin-top:30px;
    width: 100%;
}
.new-contact .form input{
    font-size:22px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #000;
    background:transparent;color:#2a2a2a;
}
.new-contact .form input:focus{
    outline:none;
}
.new-contact .form label{
    color:#000;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;}
.new-contact .form .group select{
    -webkit-appearance:none;
    -moz-appearance:none;
    outline:none;position:relative;
    top:-42px;
    font-size:18px;
    color:#8b8b8b;
    width:100%;
    background-color:transparent;
    border:none;padding:8px 0;
}
.new-contact .form .group textarea{
    height:100px;
    outline:none;
    width:100%;
    padding:5px;
    margin-top:-15px;
    color:#8b8b8b;
    font-size:18px;
    border:1px solid #cacaca;
}
.new-contact .form input:focus ~ label, .new-contact .form input:valid ~ label{
    top:-20px;
    font-size:14px;
    color:#000!important;
    width: 100%;
    background: #fff;
    display: inline-block;
    letter-spacing: -.5px;
}
.new-contact .bar{
    position:relative;
    display:block;
    width:100%;
}
#touch_m{margin-top:20px;}
.new-contact .form .bar:before, .new-contact .form .bar:after{
    content:'';
    height:2px;
    width:0;
    bottom:0px;
    position:absolute;
    background:#02b77b;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.new-contact .form .bar:before{left:50%;}
.new-contact .form .bar:after{right:50%;}
.new-contact .form input:focus ~ .bar:before, .new-contact .form input:focus ~ .bar:after{
    width:50%;
}
.new-contact .form .highlight{
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}
.new-contact .form input:focus ~ .highlight{
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;animation:inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
@-moz-keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
@keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
.read-terms label {
  position: relative!important;
  cursor: pointer!important;
}

.read-terms label:before {
  content:''!important;
  -webkit-appearance: none!important;
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%)!important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05)!important;
  padding: 8px!important;
  display: inline-block!important;
  position: relative!important;
  vertical-align: middle!important;
  cursor: pointer!important;
  margin-right: 5px!important;
  border-radius: 2px;
  top: -1.5px;
}
.read-terms {
    width: 50%;
    height: 20px;
    margin-top: 25px;
    width: 49%;
    display: inline-block;
}
.read-terms input:checked + label:after {
  content: ''!important;
  display: block!important;
  position: absolute!important;
  top: 3px!important;
  left: 6px!important;
  width: 6px!important;
  height: 12px;
  border: solid #fff!important;
  border-width: 0 2px 2px 0!important;
  transform: rotate(45deg)!important;
}
.read-terms label, .read-terms a {
    color: #008f60;
    font-weight: 600!important;
}
.brdrb-1 {
  border-bottom: 1px solid #ddd;
}
.promo-code {
    position: relative;
    margin-top: 20px;
}
.promo-code span {
    position: absolute;
    left: 10px;
    bottom: 12px;
    color: rgba(25,24,25,0.5);
    font-size: 18px;
}
.promo-code input {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(25, 24, 25, 0.05);
    height: 56px;
    border: none;
    text-align: right;
    color: #000!important;
    font-size: 20px;
    font-weight: 600;
}
.payment-mthd-btn {
    box-shadow: 0px 2px 8px #00000020;
    display: block;
    border-radius: 6px;
    padding: 30px;
}

.burmanRadio__input {
  display: none!important;
}
.burmanRadio__input:checked ~ .burmanRadio__label::after {
  opacity: 1;
  transform: scale(1);
}
.burmanRadio__label {
  cursor: pointer;
  line-height: 30px;
  position: relative;
  margin-left: 35px;
}
.burmanRadio__label::before, .burmanRadio__label::after {
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -35px;
  transition: all .3s ease-out;
  z-index: 2;
}
.burmanRadio__label::before {
  content: "";
  border: 1.5px solid #E4E4E4;
  width: 20px;
  height: 20px;
}
.burmanRadio__label::after {
  font-family: 'FontAwesome';  
    content: "\f00c";
  background: #02B77B;
  border: 1.5px solid #02B77B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 20px;
  height: 20px;
  transform: scale(0);
  font-size: 12px;
}
.burmanRadio__label:hover::before {
  border-color: #02b77b;
}
.address {
  box-shadow: 0px 2px 8px #00000020;
  padding: 30px;
  border-radius: 4px;
}
.burmanRadio p {
  font-size: 22px;
  position: relative;
  top: 3px;
}
.order-info-wrap h4 {
  font-size: 36px;
  font-weight: 700;
}
.order-info-wrap p {
  font-size: 22px;
  color: #000;
}
.order-info-wrap p strong {
  font-size: 32px;
  color: #000;
  position: relative;
  top: -4px;
}
.thankyou-popup h4 {
  font-size: 32px;
  font-weight: 700;
}
.thankyou-popup p {
  font-size: 22px;
  color: #000;
}


/*Profile Pages css starts here*/
.my-profile  {
  padding: 70px 0;
}
.profile-pic-upload, .prolile-list, .create-profile-wrapper {
  box-shadow: 0px 2px 8px #00000020;
}
.avatar-upload {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 185px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: -8px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 100%;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 12px;
  right: 30px;
  padding: 0px 1px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 115px;
  height: 115px;
  position: relative;
  border-radius: 100%;
  overflow:hidden;
  display: block;
  margin:0 auto;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-pic-upload h4 {
  color: rgba(0,0,0,0.87);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.prolile-list li a {
  padding: 10px 0 10px 15px;
}
.prolile-list li a {
  color: rgba(0,0,0,0.87);
  border-right: 2px solid #fff;
  display: block;
  font-size: 16px;
}
.prolile-list li a:hover {
    color: #218dc2;
    border-right: 2px solid #218dc2;
}
.prolile-list .active a {
  color: #218dc2;
}
.brd-r {
    border-right: 1px solid #ddd;
}
.profile-pic-upload p {
  font-size: 16px;
  letter-spacing: 0px;
}
.prolile-list li a:hover, .prolile-list li a.active {
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
  color: #fff;
}
.prolile-list li a:hover img, .prolile-list li a.active img {
  filter: brightness(0) invert(1);
}
.create-profile-wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}
.create-profile-wrapper p.dark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
}
.create-profile-wrapper p.dark span {
  font-size: 17px;
  font-weight: normal;
  position: relative;
  top: 8px;
}
.create-profile-wrapper a.home {
  color: #02B77B;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: underline!important;
}
.create-profile-wrapper a:hover {
  color: #008178;
}
.create-profile-wrapper {
    min-height: 540px;
}

.rec-bannar h1 {
  font-size: 52px;
  font-weight: 700;
  width: 80%;
}
.brdr-1 {
  border: 1px solid #ddd;
}
.choose-job button.dropdown-toggle {
  text-align: left;
  background: transparent;
  border: 1px solid #ddd;
  color: #777;
}
.choose-job .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
}
.choose-job .dropdown-menu.show {
    display: block;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%)
}
.how-rec-works {
  padding: 70px 0;
}
.how-rec-works h4 {
  font-size: 18px;
  letter-spacing: 0px;
  margin-top: 15px;
}
.job-alert-block {
  box-shadow: 0px 2px 8px #00000016;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.job-alert-block .card-img {
  height: 60px;
  width: 60px;
}
.job-alert-block .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.job-cards-wrapper {
  padding: 70px 0;
}
.job-alert-block span {
  color: #777;
  font-size: 11px;
}
.newsletter.normal {
  top: 0px;
  padding: 80px 0;
}
.newsletter.normal .newsletter-wrap {
  background: transparent;
}
.newsletter.normal p, .newsletter.normal h4 {
  color: #fff;
}
.newsletter.normal input {
  background: #99C9CE;
  color: #000;
  height: 58px;
}
.newsletter.normal button{
  height: 58px;
  outline: none;
}
.newsletter.normal input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #335370;
  opacity: 1; /* Firefox */
}

.newsletter.normal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #335370;
}

.newsletter.normal input::-ms-input-placeholder { /* Microsoft Edge */
  color: #335370;
}
.contact-form-block.recruitment {
  padding: 70px 0;
}
.job-cards-wrapper.inner {
  padding: 70px 0;
}

.overview-wrap .card-header {
  background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%)
}
.overview-wrap .card-header .card-title {
  color: #fff;
  font-size: 22px;
}
.overview-wrap .card-header.collapsed {
  background: rgba(0,0,0,.03);
}
.overview-wrap .card-header.collapsed .card-title {
  color: #000;

}
.overview-wrap .accordion .card-header:after {
    color: #fff;
    top: 5px;
    position: relative;
}
.overview-wrap .accordion .card-header.collapsed:after {
    color: #000;
    top: 5px;
    position: relative;
}
.benifit-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.benifit-points li::after {
  content: url(../images/ic_check_green.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
}
.class_point li:after{
    content: url(../images/next.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
/*  display: none;*/
}
.class_point{
  padding-top: 15px;
}
.class_point li {
    position: relative;
    padding-left: 19px;
    margin-bottom: 15px;
}
.course-videos .slick-slide{
  margin:3px;
}
.course-videos .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.course-videos .wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.course-videos p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 10px;
  letter-spacing: 0px;
}
.course-videos .slick-prev:before {
    content: '←';
    color: #000;
    background: #ddd;
    border-radius: 50%;
    padding: 5px 6px 7px 7px;
    font-size: 12px;
}
.course-videos .slick-next:before {
    content: '→';
    color: #000;
    background: #ddd;
    border-radius: 50%;
    padding: 5px 6px 7px 7px;
    font-size: 12px;
}
.course-videos .slick-prev {
    left: -23px;
}
.course-videos .slick-next {
    right: -19px;
}
.job-alert-block.small p{
  font-size: 13px;
  color: #888;
  letter-spacing: 0px;
  line-height: 20px;
}
.job-alert-block.small button {
    font-size: 13px!important;
    font-weight: 400;
    height: 28px!important;
    line-height: 30px!important;
    min-width: 100px!important;
}
.create-profile-wrapper .job-alert-block.small h4 {
    font-size: 17px!important;
    font-weight: 700;
    margin-bottom: 0px;
}
.inner-bnr-normal.small p {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
}
.comn-bg {
    background-image: url(../images/common-bg.png);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.comn-bg h3 {
font-size: 48px;
}
.comn-bg p {
font-size: 20px;
}
.commn-bg-inner {
  background: rgba(0, 0, 0, .35);
}
.commn-bg-inner li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.commn-bg-inner li::after {
  content: url(../images/ic_white-check.svg);
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
}
.commn-bg-inner h5 {
  font-size: 24px;
}
.commn-bg-inner p {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-bottom: 0px;
}
.fw-400 {
  font-weight: 400!important;
}
.inner-bnr-normal.sage-50 {
  padding: 100px 0;
  background-image: url(../images/sage50-bg.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.mobile-no-wrap {
  padding: 60px 0;
}
.mobile-no-wrap h4 {
  color: #fff;
  font-size: 28px;
}
.mobile-no-wrap button {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0px 10px 20px #0000008c;
}
.inner-bnr-normal.xero-ac-prac-training {
  padding: 100px 0;
  background-image: url(../images/xero-acc-bg-img.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.comn-bg .height-stng {
  min-height: 972px;
}
.texture-heading.without-brdr {
  border: none;
  margin-bottom: 20px;
}
.adv-pointer-height {
  min-height: 300px;
}
.color-white {
  color: #fff!important;
}
.inner-bnr-normal.excel-forecasting {
  padding: 100px 0;
  background-image: url(../images/excel-forecasting-bg.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.commn-bg-inner.third-blk-height {
  min-height: 270px;
}
.commn-bg-inner.first-blk-height {
  min-height: 542px;
}
.inter-excel-course {
  padding: 80px 0 120px 0;
  background-image: url(../images/intermediate-excel-bg.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.sylbs.frst-blk {
  min-height: 272px;
}
.sylbs.scnd-blk {
  min-height: 312px;
}
.testimonial .slick-initialized .slick-slide {
  width: 100%!important;
}
.inter-excel-course {
  padding: 80px 0 100px 0;
  background-image: url(../images/intermediate-excel-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.microsoft-excel-eginner {
  padding: 80px 0;
  background-image: url(../images/microsoft-excel-eginner-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

.msb.frst-blk {
    min-height: 275px;
}
.excel-training-introduction-to-VB {
  padding: 40px 0;
  background-image: url(../images/excel-training-introduction-to-vb.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
.practical-work-experience {
  padding: 40px 0;
  background-image: url(../images/excelt-b.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
.excel-training-VBA {
  padding: 40px 0;
  background-image: url(../images/excel-training-vba.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
.commn-bg-inner p strong {
  font-size: 22px;
}
/*Terms page css starts here*/
.text-block h5 {
  font-weight: 800;
}
.text-block p {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
}
.color-white:hover {
color: #fff;
}



.pricing-divider {
border-radius: 20px;
background: #0060ad;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
    background: #009060; 
}
.red b {
  color: #0060ad;
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
}
.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.card-body.bg-white.mt-0.shadow {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/*.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent !important;
}*/
header .shrink .shrink_logo {
    display: block !important;
}
header .navbar .shrink_logo {
    display: none;
}
header .shrink .logo {
  display: none !important;
}
header .navbar .logo {
  display: block;
}
.human-logo {
  position: absolute;
    width: 50%;
    object-fit: scale-down;
    top: -14px;
    left: -15px;
}
.our_courses {
    padding: 70px 0px 0px;
}
.our_courses .viewall_course.row {
    background-color: aliceblue;
    padding: 30px;
    border-radius: 8px;
}
.our_courses .course-block {
    box-shadow: 0px 2px 8px #00000025;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.our_courses .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005fae;
}
.our_courses ul.nav {
  background-color: #fff;
  margin-bottom: 15px;
}
.our_courses ul.nav .nav-item a {
    padding: 15px 20px;
}
.our_courses .course-block h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 40px;
}
.page-id-7 .newsletter{
  display: none;
}

.tablet_btn{
  display: none;
  text-align: center;
}
.group input{
  border: none ;
  display: block;
  outline: none !important;
  border-bottom: 1px solid #000;
  font-size: 16px;
width: 100%;
/*padding-top: 15px;*/
margin-top:3rem;
color: #000;
}

.group input:focus{
  outline: none !important;
  border: none;
  border-bottom: 3px solid #008a68;
  font-size: 14px;
}
.Why_Choose_Coaching_Junction .texture-heading{
  border-bottom: none;
}


/**** chat box css ******/
.whatsapp-chat {
    position: fixed;
bottom: calc(20% - 20px);
    right: 20px;
}


.chat-btn {
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px #000;
    transition: all 0.3s;

}
.chat-btn:hover{
transform: scale(1.1);
}

.chat-btn img {
    width: 32px;
    height: 32px;
}

/* Popup styling */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 360px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}

.chat-header {
/*    background-color: #25D366;*/
    background: linear-gradient(90deg, rgba(0, 144, 96, 1) 0%, rgba(0, 95, 174, 1) 100%, rgba(255, 255, 255, 1) 100%);
    color: white;
    padding: 8px;
    text-align: center;
    position: relative;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
    font-size: 38px;
}
.chat-body form {

    padding: 0 10px;
}

.chat-body label {
    display: block;
    margin-bottom: 2px;
    cursor: pointer;
}

.chat-body button {
    margin-top: 10px;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.greeting {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
}

/* Waving hand animation */
@keyframes wave-animation {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    30% { transform: rotate(14deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
    60% { transform: rotate(0deg); }  /* resetting for better loop */
    100% { transform: rotate(0deg); }
}

.wave {
    display: inline-block;
    animation: wave-animation 1.5s infinite;
    transform-origin: 70% 70%;
    font-size: 24px;
}
#chat-form label{
width: 100%;
float: left;
}
.box{
    padding: 3px 0;
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 5px;
}
.box-center{
    padding: 10px;
    text-align: center;
}
.no_scroll {
    overflow: hidden;
}
.main-course-dec-boxes .course-img-box-cust img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px !important;
}
.main-course-dec-boxes .course-img-box-cust h3, .main-course-dec-boxes .course-img-box-cust p{
    padding: 0px 15px;
}
.main-course-dec-boxes .element-btn-desgin a, .cust-btn-design-color a{
    background-image: linear-gradient(to right, #009060, #005FAE, #005FAE, #009060);
    box-shadow: none;
    color: #fff;
    /*height: 36px;
    width: 150px;*/
    font-size: 14px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
}
.main-course-dec-boxes .element-btn-desgin a:hover, .cust-btn-design-color a:hover{
    background-position: 100% 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.row-btn-design-color {
    background-image: linear-gradient(to right, #009060, #005FAE, #005FAE, #009060) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center !important;
    border: none !important;
    background-size: 300% 100% !important;
    border-radius: 50px !important;
    moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    outline: none !important;
}
.row-btn-design-color:hover{
  background-position: 100% 0 !important;
    moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}


@media (min-width: 1200px) and (max-width: 1350px){
  .main-menu .sub-menu{
    width: 1050px;
    right: -222px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .main-menu .sub-menu{
    width: 900px;
    right: -222px;
  }
}
@media (max-width: 991px) {
  .container{
    max-width: 100% !important;
  }
}
@media (max-width: 768px){
  .tab_view_topbar, .main-menu {
    display: none !important;
  }
  .dropdown-menu .list-inline li{
  display: block;
}
.navbar-collapse.show {
    overflow: auto;
    height: 100vh;
}
.navbar .navbar-collapse .navbar-nav{
  align-items: start !important;
}
.navbar .navbar-collapse .dropdown .dropdown-menu.show .row{
  height: 60vh;
  overflow: auto;
  padding: 0px 20px;
}
.navbar .navbar-collapse .dropdown .dropdown-menu.show .row ul li a{
  font-size: 13px;
}
}
.popular-courses .slick-carousel .img-fluid {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}
.our_courses .tab-content .img-fluid {
    max-width: 100%;
    height: 159px;
    object-fit: cover;
}
.list-inline h3 {
    font-size: 14px;
}
a.ourCourses_heading {
background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
color: white !important;
}
.ourCourses_heading2{
  color: #005FAE!important;
  font-weight: 600;
}
.our_courses .course-block p{
  font-size: 13px;
  min-height: 40px !important;
}
.ourCourses_heading3{
  font-size: 11px !important;
    color: #007DD4!important;
}
a.ourCourses_heading {
    background: linear-gradient(90deg, rgba(0,144,96,1) 0%, rgba(0,95,174,1) 100%, rgba(255,255,255,1) 100%);
    color: white !important;
    padding: 5px;
    border-radius: 5px;
}
.wpcf7-response-output{
  color: white;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border-color: white !important;
}