/* --------- Main Banner --------- */
#main-banner {
  background-color: #ffe4e4;
  padding-top: 12em;
}
.banner-images img {
  border-radius: 10px;
  width: 100%;
}
.banner-head {
  padding: 0;
  text-align: center;
}
.tagline {
  background-color: var(--color-primary);
  color: white;
  padding: 7px 20px;
  border-radius: 21px;
  font-weight: 600;
  font-size: 12px;
}
.banner-inner h2 {
  font-size: 33px;
}
.banner-text p {
  color: #828282;
}
.banner_btn1 {
  margin-right: 10px;
}
.banner-images {
  width: 30%;
}
.banner-content-block {
  width: 40%;
}
.banner-contact-box {
  background-color: #f4d8d8;
  padding: 20px;
  margin-top: 40px;
  border-radius: 30px;
}
.banner-contact-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.banner-git-block {
  display: inline-block;
  border-radius: 20px;
  background-color: #fff1f1;
  padding: 10px 20px;
}
.banner-git-block i {
  color: var(--color-primary);
}
a.banner-contact-text {
  color: #222222;
  font-weight: bold;
}
.banner-git-block {
  display: inline-block;
  border-radius: 20px;
  background-color: #fff1f1;
  padding: 10px 20px;
  margin-right: 4px;
}
.banner-git-block:last-child {
  margin-right: 0;
}
.banner_social a {
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  background-color: #e3bfbf;
  padding: 7px;
  border-radius: 50%;
  text-align: center;
}
.banner_social {
  margin-top: 20px;
}
.banner_social a i {
    color: white;
}
.banner_social a:hover {
  background-color: var(--color-primary);
}
.banner_social a:hover i{
  color: white;
}
/* --------- Video --------- */
.video-content-block {
  background-color: var(--color-primary);
  padding: 40px;
}
.video-h6 {
  background-color: white;
  display: inline-block;
  padding: 10px 21px !important;
  border-radius: 36px;
}
#video-section h3 {
  color: white;
}
#video-section .para-text {
  color: white;
  font-weight: 400;
}
.video-wrapper {
  border-radius: 20px;
}
a.video-contact-text {
  color: white;
}
.video-git-block {
  margin-bottom: 12px;
}
.video-contat-title {
  color: white;
  font-size: 18px;
  margin-bottom: 14px;
}
.video-git-block i {
  color: white;
  margin-right: 6px;
}
.video-wrapper {
  overflow: hidden;
}
.video_icon i {
  color: white;
  padding: 30px 32px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
a.video_icon {
  margin: 0 auto;
  text-align: center;
}
/* --------- Coaching Benefits --------- */
.coaching_benefits-block {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 25px rgba(0,0,0,0.06));
  background-color: #ffffff;
  border: 1px solid #ececec;
  padding: 30px;
  position: relative;
}
.coaching_benefits-block h5, .coaching_benefits-block h5 a {
  font-size: 18px;
  margin-top: 14px;
}
.coaching_benefits-text {
  margin-bottom: 15px;
}
.coaching_benefits-block:after {
  content: '';
  display: block;
  background-color: var(--color-primary);
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#video-section {
    padding: 0;
}
/* --------- About Us --------- */
.icon-box {
  border-radius: 20px;
  filter: drop-shadow(0px 10px 15px rgba(98,81,148,0.25));
  background-color: #ffffff;
  /* display: inline-block; */
  padding: 16px 25px;
  text-align: center;
  /* max-width: 209px; */
}
.icon-box-1 {
  position: absolute;
  top: 18em;
  right: 7em;
}
.icon-box-2 {
  position: absolute;
  bottom: 7em;
  left: -2em;
}
#about-us {
  padding-bottom: 0;
}
.box-title span {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.para-text {
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post_img{
  position: relative;
  overflow: hidden;
}
.news-box{
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post_img  img {
  transform: translateZ(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news-box:hover .post_img  img {
  -webkit-transform: scale(1.3) rotate(-15deg);
  transform: scale(1.3) rotate(-15deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/* --------- Goals --------- */
.half-heading.section_main_head {
  max-width: 45%;
  margin: 0 auto;
}
#our-goals {
  background-color: #201c31;
  border-radius: 60px;
  max-width: 95%;
  margin: 0 auto;
}
#our-goals h3 {
  color: white;
}
.goals-block {
  background-color: #2c263f;
  border-radius: 30px;
}
.goals-image img {
  border-radius: 50%;
}
.goals-type {
  display: block;
  background-color: #423d55;
  display: inline-block;
  padding: 4px 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  border-radius: 24px;
  position: relative;
  top: -10px;
}
.goals-block h5 {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.goals-text {
  color: #9c94b7;
  font-weight: 400;
}
.goals-block {
  padding: 20px;
}
.goals-block {
  padding: 20px;
}
.goals-image {
  margin-top: -40px;
  position: relative;
}
#our-goals .owl-stage-outer, #our-goals .owl-stage {
    padding-top: 20px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #ffe4e4 !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 6px !important;
  height: auto !important;
  width: auto !important;
  display: inline-block;
}
.owl-carousel button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border: none;
  padding: 6px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 13px 17px;
  color: white;
  border: none;
  background-color: var(--color-primary);
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Testimonials ------------- */
#testimonials .owl-carousel .owl-dots {
  display: block;
}
.testimonial_outer {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 25px rgba(0,0,0,0.06));
  background-color: #ffffff;
  border: 1px solid #ececec;
  padding: 20px;
}
#testimonials i.fas.fa-quote-right {
  color: var(--color-primary);
  font-size: 37px;
  position: absolute;
  right: 1em;
  bottom: -19px;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #757575;
}
.testimonial-data.quote_box {
  margin-top: 8px;
}
.testimonial-data.quote_box {
  text-align: center;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
  position: relative;
}
.testimonial-title a {
  font-size: 14px;
  position: relative;
  font-family: var(--primary-font);
  color: #222222;
  font-weight: 700;
}
.t-desig {
  font-size: 12px;
  color: #757575;
  font-weight: 400;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.owl-carousel .owl-item .quote_box .media img, .quote_box .media img{
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin-right: 10px;
  margin: 0 !important;
  margin-right: 10px !important;
}
.media-body.testimonial-body {
  align-items: center;
  padding-top: 5px;
}
#testimonials .owl-carousel .owl-nav span, #testimonials .owl-nav span {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
#testimonials .owl-item.center .testimonial_outer {
  width: 450px;
  margin: 0 auto;
  position: relative;
  left: -3em;
  z-index: 9999999;
  background-color: var(--color-primary);
  transform: translateY(-10px);
}
#testimonials .owl-item.center {
  transform: unset;
  overflow: visible;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 12px;
  padding-bottom: 27px;
}
.testimonials-image-box {
  display: flex;
  justify-content: center;
}
#testimonials .owl-item.center .testimonial-title a, #testimonials .owl-item.center .t-desig,  #testimonials .owl-item.center .testimonials-info p{
  color: white;
}
#testimonials .owl-item.center i.fas.fa-quote-right {
  color: #ffc3bf;
}
#testimonials .owl-item.center .testimonial-block {
  max-width: 80%;
  margin: 0 auto;
}
#testimonials .section_main_head, #helping-areas .section_main_head {
  max-width: 30%;
  margin: 0 auto;
}
/*------------------- Helping Areas ----------------------*/
#helping-areas {
  background-color: #ffe4e4;
}
.helping_areas {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.helping_areas_img_inner2 {
  margin-right: 10px;
}
.helping_areas h5, .helping_areas h5 a {
  font-size: 18px;
}
.middle_img_inner img {
  border-radius: 10px;
  z-index: 999;
  position: relative;
}
.helping-image2 {
  left: 15em;
  margin-top: -21em;
}
.middle_img_inner {
  margin-top: 3em;
}
.helping-box {
  background-color: #fbcecc;
  width: 383px;
  height: 437px;
  text-align: center;
  position: absolute;
  top: 13%;
  /* transform: translateY(-50%); */
  /* display: none; */
  left: 13%;
  border-radius: 10px;
}
.helping_areas:last-child {
  margin-bottom: 0 !important;
}
/* ----------- Latest News ------------- */
#latest-news {
  background-color: #211c32;
}
.news-box {
  background-color: white;
  padding: 0;
  border-radius: 10px;
}
#latest-news h3 {
  color: white;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  padding: 7px 10px;
  display: flex;
  align-items: center;
}
.post-right-volumn .post_img img {
  /* width: 100px !important; */
  height: 100px;
}
.post-right-volumn .news-box .metabox {
  margin-top: 0;
  border-top: none;
  padding-top: 9px;
}
.news_content h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 12px;
  border-bottom: none;
  margin-top: 18px;
  margin-bottom: 0;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.read-more-btn {
  visibility: hidden;
}
.news-box:hover .read-more-btn{
  visibility: visible;
}
.post-right-volumn .news_content h5 a {
  font-size: 15px;
}

.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.testimonials-mar:hover .marquee-text-testimonials {
  left: 0!important;
  font-weight: normal;
}
/*---------------Newsletter ---------------*/
.newsletter-container {
  border-radius: 20px;
  background-color: #f9e5e4;
  padding: 30px 40px;
  max-width: 80%;
  margin: 0 auto;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
.newsletter_shortcode {
  width: 73%;
  margin: 0 auto;
  margin-top: 25px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: transparent;
  border: none;
  color: #222222;
  padding: 9px 24px;
  font-family: var(--primary-font);
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: white;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #222222;
}
.newsletter_shortcode input[type="submit"] {
  padding: 14px 33px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: var(--color-primary);
  border-radius: 30px;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.news-box:hover img, .about-head .about-image:hover img, {
    transform: scale(1.2) translate(4%, 4%);
}
.news-box img, .about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  padding-top: 0;
}
/*---------------------- Gallery ------------------------*/
#work-gallery {
  background-color: #ffe4e4;
}
.gallery_image_box i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: rgb(235 117 108 / 60%);
  color: white;
  font-size: 25px;
  display: none;
  transition: all 0.3s ease 0s;
}
.gallery_image_box:hover i {
  display: flex;
  transition: all 0.3s ease 0s;
}
/* Main CSS */
.grid-wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 206px;
  grid-auto-flow: dense;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
    width: 100%;
}

/*---------------Contact Us ---------------*/
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.contact_us_shortcode textarea {
  height: 152px;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea{
  border-radius: 10px;
  background-color: #f9f9f9;
  border: none;
  color: #d4d4d4;
  padding: 10px 20px;
  font-family: var(--primary-font);
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: #c0c0c0;
}
.contact_us_shortcode input[type="submit"] {
  padding: 13px 26px;
  background-color: #211c32;
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_us_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.news-box:hover img, .about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.news-box img, .about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.post_img, .team_img{
  position: relative;
  overflow: hidden;
}
.contact_us_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
.contact_us_form {
  background-color: var(--color-primary);
  padding: 30px;
  border-radius: 30px;
  filter: drop-shadow(0 0 30px rgba(28,30,88,0.1));
}
.contact_us_form  h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.contact_us-git-block {
  background-color: #211c32;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}
.contact_us-git-block i {
  color: var(--color-primary);
  margin-right: 3px;
}
.contact_us-git-block a {
  color: white;
}
.call-vertical-box.contact_us-git-block {
  position: absolute;
  left: -77px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 20px 20px 0px 0px;
}
.email-vertical-box.contact_us-git-block {
  position: absolute;
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 0px 0px 20px 20px;
}
.contact-row {
  max-width: 88%;
  margin: 0 auto;
}
#contact-section {
  padding-bottom: 0;
}
.contact_us_form {
  margin-bottom: 3em;
}
.post-right-volumn .news-text {
  display: none;
}