
.empowering_heros_div img {width: 100%;}
.empowering_heros_div img {width: 100%;}
.empowering_heros_div_overlay {background-color: #00828C;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: overlay;}
.empowering_heros_div:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.408) 0%, rgba(0, 0, 0, 0.224) 0.01%, rgba(0, 0, 0, 0.424) 100%);
}
.empowering_heros_banner_content {position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.home_banner_content h5.heros_mark_story {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    background-image: url('../images/heros/mark-your-story.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}
.empowering_heros_bottom_content {width: 75%;text-align: center;margin: 0 auto;}
.empowering_heros_bottom_content h5 {font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    
    margin: 0;
    font-weight: 700;color: #00828C;
}
.empowering_heros_bottom_content p {font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    text-align: center;
}
.home_banner_content.empower_heros_content {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}

/********* start 3d carousel slider ***********/

.swiper-button-next.swiper-button-white
{
	background-image: url("../images/heros/right-arrow.svg") !important;
    right: 0% !important;
    transform: translateX(0);
	top: 25% !important;
	
}

.swiper-button-prev.swiper-button-white
{
	background-image: url("../images/heros/left-arrow.svg") !important;
    left: 0% !important;
    transform: translateX(0);
	top: 25% !important;
	width:20px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
	top:auto !important;
    bottom: 20% !important;
    width: 50px !important;
    height: 60px !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    cursor: pointer;
    background-size: 50px 50px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-white:focus {outline: none;}
.swiper-button-next.swiper-button-white:focus {outline: none;}


.swiper-container {
	 width: 100%;
	 /* padding-top: 100px !important; */
	 /* padding-bottom: 100px !important; */
	 margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
 .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: auto;
	 /* background-color: #fff; */
	 /* overflow: hidden; */
	 border-radius: 8px;
	 filter: brightness(0.8);
padding: 20px;}
 .picture {
	 width: 100%;
	 height: 350px;
	 overflow: hidden;
}
 .picture img {
	 display: block;
	 width: 100%;
	 /* height: 100%; */
	 object-fit: cover;
	 border-radius:0px;
}
 .detail {
	/* font-weight: 600; */
    /* text-align: center; */
    /* position: absolute; */
    /*bottom: 0;*/
    /* z-index: 99; */
}
 .detail h3 {
	 margin: 0;
	 font-size: 20px;
}
 .detail span {
	 display: block;
	 font-size: 16px;
	 color: #f44336;
}
.swiper-slide.swiper-slide-active .detail {
    display: block;
    background: #000;
    text-align: center;position: absolute;
    bottom: -15%;padding: 10px 0 0px 0px;
    /* min-height: 210px; */width: 500px;text-align: center;margin: auto;display: block;justify-content: center;left: -45%;}
.swiper-slide.swiper-slide-active .detail h4 {
    font-size: 18px;
display: block;text-align: center;}

.swiper-slide.swiper-slide-active .detail p {
    display: block;
text-align: center;}

.swiper-slide.swiper-slide-active .detail span {
    display: block;
}
.swiper-slide a {
    text-decoration: none;
}
.swiper-slide.swiper-slide-active {
	filter: brightness(1);
	/* padding-top:50px; */
	margin: 0 5px;
	padding: 0;}
	.swiper-slide.swiper-slide-active .picture {
    /* padding: 10px 10px 0 10px; */
    background: #000;
}
span.number-slide {
    display: none;
}
.detail span.display-none {
    display: none;
}

.swiper-slide.swiper-slide-active span.number-slide {
    display: block;
    font-size: 67px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    top: -18px;
    margin: auto;
    z-index: -1;
    left: 40%;
    text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
	display:none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
display:none;	
}

/********** testimonials **********/


.testimonials {
     position: relative;
}
.inner-testimonials .owl-dots {
     display: none;
}
.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
     border: none;
}
.main-reviewimage {
     /* border-radius: 50%; */
     height: 320px;
     width: 100%;
     background: #000;
     border-radius: 10px;
}
.main-reviewimage img {
     opacity: 0.3;
}
#slide-testimonal .active.center .main-reviewimage img {
     opacity: 1;
}
.test_img {
     position: relative;
     opacity: 1;
     -webkit-transition: .4s ease all;
     transition: .4s ease all;
     margin: 0 -48px;
     margin-top:0px;
     border-radius: 10px;
}
.inner-testimonials {
     width: 100%;
     max-width: 100%;
     margin: 0 auto;
}
#slide-testimonal .center .test_img:before {
     content: none;
     transition: 0.7s ease-in-out;
}
.test_img img {
     /* border-radius: 100%; */
     overflow: hidden;
     margin: 0 auto;
     height: 100%;
     object-fit: cover;
     width: 100%;
     border-radius: 10px;
}
.custome_slide.owl-carousel .owl-item.active.center {
     /* transform: scale(1.3); */
     margin-top: 0 !important;
     position: relative;
     z-index: 999;
     /* -webkit-transform: scale(1); */
     /* transform: scale(1); */
     padding-top: 0;
}
.custome_slide.owl-carousel .owl-item {
     transform: scale(0.7);
     padding: 10px 0px;
     transition: all 0.5s;
}
 .testimonial_detail {
     text-align: left;
     padding: 10px;
}
 .testimonial_detail {
     /* transform: scale(0.7) !important; */
     /* width: 100%; */
     /* position: relative; */
     /* left: 0; */
}
.testimonial_detail h4 {
    display: none;font-size: 30px;
    margin: 0px 0 2px 0;
    letter-spacing: 0px;
    color: #00828C;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
 .testimonial_detail p {
	 display:none;
     letter-spacing: 0px;
     color: #D9D9D9;
	 font-weight:300;
     font-size: 14px;
     font-family: 'poppins', sans-serif;
     line-height: 24px;
}
.custome_slide.owl-carousel .active .testimonial_detail {
     display: none;
}
.custome_slide.owl-carousel .active.center .testimonial_detail {
     display: block !important;
}

@media only screen and (max-width:767px){
  .main-reviewimage {
    height: 400px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
  .testimonial_detail {
    left: inherit;
    width: 100%;
  }
.empowering_heros_banner_content {position: relative !important;}
.swiper-container {margin-top: 5% !important;}
.hero_tab_right {margin-top: 30px;}


}

.custome_slide.owl-carousel .owl-item.active.center .test_img {
    background-color: #000;
    padding: 5px;
}
.testimonials .owl-nav {
    display: block !important;
}
.testimonial_detail span {
	display:none;
    letter-spacing: 0px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 20px;
	text-decoration: none;
}

.testimonial_detail span img {
    width: auto;
    display: inline-block !important;
    text-align: left;
    margin-right: 10px;   
}
.testimonial_left_arrow {transform: rotate(180deg);}
.testimonials .owl-nav button.owl-prev {
    position: absolute;
    bottom: 25%;
    left: 34%;
}
.testimonials .owl-nav button.owl-next {
    position: absolute;
    right: 34%;
    bottom: 25%;
}
.custome_slide.owl-carousel .owl-item.active.center .test_img {
    margin-top: -45px;
}
.testimonials .owl-nav button img {
    width: 60px;
}
.product_section_overlay {
    position: absolute;
    top: 10%;
    left: 0;
    /* bottom: 0; */
    /*height: 100%;*/
}
.wrapper {
    width: 100%;
    margin: 0;
}
.wrapper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    inset: 0;
    margin: 0;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

 
/********* end 3d carousel slider ***********/

.meet_heros_overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index: -9;
}
.meet_hero_text h4 {font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 42px;   
    color: #00828C;
    margin: 0;
    font-weight: 700;
	padding: 50px 0 0 0;
}
.meet_hero_text p {font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}

/******************/

#meet_hero_tabing .nav-tabs .nav-link.active {
    color: #fff;
    background-color:#00828C;
    border-color: transparent;
    border-bottom: 0px solid !important;   
}
#meet_hero_tabing .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #00828C;
}
#meet_hero_tabing .nav-tabs {border-bottom: 1px solid #00828C;}
.hero_inner_tabing {float: left;width: 100%;margin-top: 10%;}
.hero_tab1_carousel .owl-dots {position: absolute;bottom: 0;width: 100%;text-align: center;display: block;}
.hero_tab1_carousel .owl-carousel .owl-stage-outer {padding:25px 0px 50px 0px;}
.hero_tab1_carousel .owl-dots button.owl-dot {
    background: #505050;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    margin: 0 5px;
}
.hero_tab1_carousel .owl-dots button.owl-dot.active {
    background: #00828C;
}
.hero_tab_left h4 {font-family: 'Poppins', sans-serif;
    font-size: 24px;
    
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #00828C;}

.hero_tab_left h5 {font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #fff;}

.hero_tab_left h6 {font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    color: #fff;}
.hero_tab_left p {font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;margin: 25px 0 0 0;}
.hero_tab_left p a {
    font-size: 18px;
    line-height: 26px;
    color: #00828c;
    text-decoration: underline;
}	
/**************/

.hero_tab_img_div {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    position: relative;
}
.hero_tab_img_div:before {
    content: '';
    background-color: #000;
    height: 2px;
    width: 48px;
    position: absolute;
    right: -9px;
    bottom: 14px;
    z-index: 9;
    transform: rotate(-45deg);
}
.hero_tab_ovrlay_div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_tab_ovrlay_div:before {
    content: '';
    background-color: #00828C;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: overlay;
}
.hero_tab_img_div img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.hero_tab_img_div:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid black;
    border-left: 35px solid transparent;
    position: absolute;
    right: -2px;
    bottom: -2px;
}
.story_spacing {
    padding-top: 70px;
}
/**************/
.hero_tab2_carousel .owl-dots {position: absolute;bottom: 0;width: 100%;text-align: center;display: block;}
.hero_tab2_carousel .owl-carousel .owl-stage-outer {padding:25px 0px 50px 0px;}
.hero_tab2_carousel .owl-dots button.owl-dot {
    background: #505050;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    margin: 0 5px;
}
.hero_tab2_carousel .owl-dots button.owl-dot.active {background: #00828C;}	
textarea.heros_story_textarea.appoinment_form_input {
    height: 200px;
}

.form-group.heros_check_form {
  display: block;
  margin-bottom: 15px;
}

.form-group.heros_check_form input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.heros_check_form label {
  position: relative;
  cursor: pointer;
}

.form-group.heros_check_form label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00828C;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group.heros_check_form input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00828C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hero_file_upload {
    float: left;
    width: 100%;
    margin: 15px 0 25px 0;
}
button.hero_file_btn {background: #00828C;font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;padding: 14px 24px;position: relative;border: none;
}
.hero_file_upload input {width: 100%;position: absolute;top: 15px;left: 0;height: 55px;opacity: 0;}
button.hero_file_btn i {margin-left: 10px;}

.accordion.empower_hero_accordian .card-header.collapsed:after {
    content: " \f107";
}
.accordion.empower_hero_accordian .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #00828C;
    cursor: pointer;
	font-size: 20px;
    font-weight: 700;
}
.hero_tab_overlay_icon img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.blog_cat_img_div {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 2px solid #00828c;*/
    position: relative;
}
.blog_cat_img_div:before {
    content: '';
    /*background-color: #00828c;*/
    height: 2px;
    width: 48px;
    position: absolute;
    right: -9px;
    bottom: 14px;
    z-index: 9;
    transform: rotate(-45deg);
}
.blog_cat_ovrlay_div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_cat_ovrlay_div:before {
    opacity: 0;
}
.blog_cat_ovrlay_div:before {
    content: '';
    background-color: #00828C;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: overlay;
}
.blog_cat_img_div:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid black;
    border-left: 35px solid transparent;
    position: absolute;
    right: -2px;
    bottom: -2px;
}


.blog_cat_img_div_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 2px solid #00828c;*/
    position: relative;
}
.blog_cat_img_div_1:before {
    content: '';
    /*background-color: #00828c;*/
    height: 2px;
    width: 48px;
    position: absolute;
    right: -9px;
    bottom: 14px;
    z-index: 9;
    transform: rotate(-45deg);
}
.blog_cat_ovrlay_div_1 {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_cat_ovrlay_div_1:before {
    opacity: 0;
}
.blog_cat_ovrlay_div_1:before {
    content: '';
    background-color: #00828C;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: overlay;
}
.blog_cat_img_div_1:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid black;
    border-left: 35px solid transparent;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

	@media only screen and (max-width:1600px)
{
	.swiper-button-next.swiper-button-white
	{
		top: 26% !important;
	}
	.swiper-button-prev.swiper-button-white
	{
		top: 26% !important;
	}
}
@media only screen and (max-width:1280px)
{
	.swiper-button-next.swiper-button-white
	{
		top:22% !important;
	}
	.swiper-button-prev.swiper-button-white
	{
		top:22% !important;
	}
}
@media only screen and (max-width:1024px)
{
	.swiper-slide.swiper-slide-active .detail
	{
		left:-58% !important;
	}
}
@media only screen and (max-width:991px)
{
	.swiper-slide.swiper-slide-active .detail
	{
		left:-28% !important;
		bottom:-25% !important;
	}
	.swiper-container
	{
		margin-top:20%;
	}
}
@media only screen and (max-width:600px)
{
	.swiper-container
	{
		padding-top:100px !important;
		margin-top:55%;
	}
	.swiper-slide.swiper-slide-active .detail
	{
		width:auto !important;
		position:unset !important;
	}
	.swiper-button-next.swiper-button-white
	{
		top:40% !important;
	}
	.swiper-button-prev.swiper-button-white
	{
		top:40% !important;
	}
	.empowering_heros_bottom_content
	{
		width:100%;
	}
	
}
@media only screen and (max-width:475px)
{
	.swiper-container
	{
		padding-top:100px !important;
		margin-top:120%;
	}
}









