/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Animation
3. Preloader
4. Spacing
5. General
6. Slider
7. Video Modal
8. Header
9. Footer
10. Sidebar
11. About
12. Newsletter
13. Hero
14. Iconbox
15. Posts
16. CTA
17. Testimonial
18. Team
19. Card
20. Features
21. Pricing
22. Contact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 ** Google Fonts Integration
----------------------------------------------------------------*/

/*--------------------------------------------------------------
6. Slider
----------------------------------------------------------------*/

.td_slider {
  position: relative;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.td_remove_overflow .slick-list {
  overflow: visible;
}
.td_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.td_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.td_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.td_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.td_slider_gap_100 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}
.td_slider_gap_100 .slick-list {
  margin-left: -50px;
  margin-right: -50px;
}

.td_ptb_12 .slick-slide {
  padding-top: 12px;
  padding-bottom: 12px;
}
.td_ptb_12 .slick-list {
  margin-top: -12px;
  margin-bottom: -12px;
}

.td_slider_gap_90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}
.td_slider_gap_90 .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}

.td_slider_arrows.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_slider_arrows.td_style_1 .td_left_arrow,
.td_slider_arrows.td_style_1 .td_right_arrow {
  height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: var(--ed-primary-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
@media (max-width: 991px) {
  .td_slider_arrows.td_style_1 .td_left_arrow,
  .td_slider_arrows.td_style_1 .td_right_arrow {
    width: 50px;
    height: 50px;
  }
}
.td_slider_arrows.td_style_1 .td_left_arrow:hover,
.td_slider_arrows.td_style_1 .td_right_arrow:hover {
  background-color: var(--ed-title-color);
}
.td_slider_arrows.td_style_1.td_type_1 .td_left_arrow,
.td_slider_arrows.td_style_1.td_type_1 .td_right_arrow {
  height: 40px;
  width: 40px;
}
.td_slider_arrows.td_style_1.td_type_2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10%;
}
@media (max-width: 991px) {
  .td_slider_arrows.td_style_1.td_type_2 {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.td_slider_arrows.td_style_1.td_type_2 .td_left_arrow,
.td_slider_arrows.td_style_1.td_type_2 .td_right_arrow {
  height: 40px;
  width: 40px;
}

@media (max-width: 991px) {
  .td_slider_arrows.td_style_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
}
.td_slider_arrows.td_style_2 .td_left_arrow,
.td_slider_arrows.td_style_2 .td_right_arrow {
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  top: 50%;
}
@media (max-width: 991px) {
  .td_slider_arrows.td_style_2 .td_left_arrow,
  .td_slider_arrows.td_style_2 .td_right_arrow {
    position: initial;
    height: 40px;
    width: 40px;
    background-color: #fff !important;
  }
}
.td_slider_arrows.td_style_2 .td_left_arrow {
  left: -45px;
  background-color: #fef0d5;
}
.td_slider_arrows.td_style_2 .td_right_arrow {
  right: -45px;
  background-color: #d5fff7;
}

.td_pagination.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_pagination.td_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .td_pagination.td_style_1 ul {
    margin-top: 40px;
  }
}
.td_pagination.td_style_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.td_pagination.td_style_1 li button {
  height: 12px;
  width: 12px;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: #ebeced;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_pagination.td_style_1 li.slick-active button {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  background-color: var(--ed-primary-color);
}

/*--------------------------------------------------------------
7. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .td_video_open,
.cs-sample-img .td_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .td_video_open:hover,
.cs-sample-img .td_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.td_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.td_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.td_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.td_video_popup.active .td_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.td_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.td_video_popup.active .td_video_popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.td_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.td_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.td_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.td_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.td_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.td_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.td_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.td_video_popup-close:hover:before,
.td_video_popup-close:hover:after {
  background: #000;
}

.td_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.td_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/

/*--------------------------------------------------------------
9. Footer
----------------------------------------------------------------*/
.td_footer.td_style_1 {
  color: #fff;
  background-color: #150005;
}
.td_footer.td_style_1 .td_newsletter.td_style_1 .td_newsletter_input {
  padding-right: 135px;
}
.td_footer.td_style_1.td_color_1 {
  background-color: var(--ed-title-color);
}
.td_footer.td_style_1.td_color_2 {
  background-color: #fff;
  color: var(--ed-title-color);
}
.td_footer.td_style_1.td_color_2 .td_footer_widget_title {
  color: var(--ed-title-color);
}
.td_footer.td_style_1.td_color_2 .td_footer_bottom_in {
  border-color: var(--ed-border-color);
}
.td_footer.td_style_1.td_color_3 {
  background-color: var(--ed-primary-color);
}
.td_footer.td_style_1.td_color_4 {
  background-color: var(--ed-primary-color);
}
.td_footer.td_style_1.td_color_4 a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.td_footer.td_style_1.td_color_4 .td_footer_bottom {
  background-color: #fff;
  color: var(--ed-title-color);
}
.td_footer.td_style_1.td_type_1 .td_footer_bottom_in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_footer.td_style_1.td_type_2 {
  position: relative;
}
.td_footer.td_style_1.td_type_2 .container {
  position: relative;
  z-index: 3;
}
.td_footer.td_style_1.td_type_2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 {
  border-radius: 10px 0 0 10px;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in::before {
  display: none;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1:hover .td_white_color {
  color: rgba(255, 255, 255, 0.75);
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_newsletter_input {
  border-radius: 10px 0 0 10px;
}
.td_footer.td_style_1.td_type_2 .td_footer_social_btns a:hover {
  background-color: #fff;
  color: var(--ed-primary-color);
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_1 {
  left: 4%;
  top: 67px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_2 {
  left: 3%;
  bottom: 90px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_3 {
  right: 3%;
  top: 67px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_4 {
  right: 5%;
  bottom: 90px;
}
.td_footer.td_style_1.td_type_3 {
  padding-top: 108px;
  position: relative;
}
@media (max-width: 991px) {
  .td_footer.td_style_1.td_type_3 {
    padding-top: 80px;
  }
}
.td_footer_bottom_in {
  border: none;
  width: calc(100vw - (100vw - 1300px) / 2);
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: calc(100vw - (100vw - 1115px) / 2);
  }
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: calc(100vw - (100vw - 935px) / 2);
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    padding: 25px 0 15px 0;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_social_btns {
  margin-left: 0;
}
.td_footer.td_style_1.td_type_3 .td_btn.td_style_1 {
  right: 1px;
  top: 1px;
}
.td_footer.td_style_1.td_type_3 .td_btn.td_style_1 .td_btn_in {
  padding: 12px 24px;
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3) {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3) {
    padding-left: 0;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3)::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  border-left: 1px dashed #fff;
  opacity: 0.4;
  left: 0;
  top: 70px;
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3)::before {
    display: none;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(4) {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
}
.td_footer_address_widget_wrap_v3 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;

}
@media (max-width: 1650px) {
  .td_footer_address_widget_wrap_v3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1400px) {
  .td_footer_address_widget_wrap_v3 {
    width: 340px;
    height: 340px;
    top: 130px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_footer_address_widget_wrap_v3 {
    width: initial;
    height: initial;
    border: none;
    position: initial;
    margin-top: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .td_footer_address_widget_wrap_v3::before, .td_footer_address_widget_wrap_v3::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .td_footer_address_widget_wrap_v3 {
    margin-top: 0;
  }
}
.td_footer_address_widget_wrap_v3::before, .td_footer_address_widget_wrap_v3::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.td_footer_address_widget_wrap_v3::after {
  height: 100px;
  width: 100px;
}
.td_footer.td_style_1.td_type_3 .td_footer_address_widget {
  position: relative;
  z-index: 2;
}

.td_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 80px;
  padding: 100px 0 70px;
}
@media (max-width: 1400px) {
  .td_footer_row {
    gap: 50px 60px;
  }
}
@media (max-width: 1199px) {
  .td_footer_row {
    gap: 50px 30px;
  }
}
@media (max-width: 991px) {
  .td_footer_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 50px;
    padding: 60px 0;
  }
  .td_footer_row .td_footer_col {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: calc(50% - 25px);
  }
  .td_footer_row .td_mb_30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .td_footer_row {
    gap: 40px 0px;
  }
  .td_footer_row .td_footer_col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .td_footer_row .td_footer_col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .td_footer_row .td_footer_col:first-child {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
  }
  .td_footer_row .td_footer_col:nth-child(4) {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
  }
}
.td_footer_widget_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px 0px;
}
.td_footer_widget_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.td_footer_text_widget p {
  margin-bottom: 0;
}
.td_footer_text_widget img + p,
.td_footer_text_widget svg + p {
  margin-top: 20px;
  opacity: 0.75;
}
.td_footer_text_widget svg {
  color: var(--ed-primary-color);
}

.td_copyright a {
  color: var(--ed-primary-color);
}

.td_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 33px 0;
  gap: 5px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .td_footer_bottom_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.td_footer_bottom_in .td_footer_widget_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 0px;
}
.td_footer_bottom_in .td_footer_widget_menu li {
  margin-bottom: 0;
}
.td_footer_widget_menu li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}

.td_footer_widget_menu a,
.td_footer_link_hover a span,
.td_copyright a,
.td_page_heading .breadcrumb a {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.td_footer_widget_menu a:hover,
.td_copyright a:hover,
.td_page_heading .breadcrumb a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}

.td_footer_link_hover a span{
	-webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out !important;
	transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out !important;
  }
  .td_footer_link_hover a span:hover {
	background-size: 100% 1px !important;
	background-position: 0 calc(100% - 0px) !important;
  }

.td_footer_address_widget li {
  padding-left: 34px;
  position: relative;
}
.td_footer_address_widget li:not(:last-child) {
  margin-bottom: 20px;
}
.td_footer_address_widget li i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 24px;
}

.td_footer_text_widget + .td_footer_address_widget {
  margin-top: 25px;
}

.td_footer_text_widget + .td_footer_social_btns {
  margin-top: 30px;
}

.td_footer_social_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: -8px;
}
.td_footer_social_btns a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.td_footer_social_btns a:hover {
  background-color: var(--ed-primary-color);
  color: #fff;
}

.td_newsletter.td_style_1 + .td_footer_social_btns {
  margin-top: 30px;
}

/*--------------------------------------------------------------
10. Sidebar
----------------------------------------------------------------*/

.td_sidebar_widget_title {
  border-bottom: 1px solid var(--ed-border-color);
  padding-bottom: 10px;
}

.td_sidebar_widget:not(:last-child) {
  margin-bottom: 50px;
}

.td_sidebar_search {
  position: relative;
}
.td_sidebar_search .td_sidebar_search_input {
	height: 54px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 10px;
	padding: 5px 64px 5px 20px;
	width: 100%;
	outline: none;
	border: none !important;
}
.td_sidebar_search .td_sidebar_search_btn {
  position: absolute;
  border-radius: 10px;
  height: 54px;
  width: 54px;
  background-color: var(--ed-primary-color);
  color: #fff;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.td_sidebar_search .td_sidebar_search_btn:hover {
  background-color: var(--ed-title-color);
}

.td_recent_post_list li:not(:last-child) {
  margin-bottom: 20px;
}

.td_recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.td_recent_post h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_recent_post .td_recent_post_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.td_recent_post .td_recent_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.td_recent_post .td_recent_post_thumb:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.td_recent_post .td_recent_post_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.td_recent_post .td_recent_post_date i {
  color: var(--ed-primary-color);
}

.td_sidebar_widget_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.td_sidebar_widget_list li:not(:last-child) {
  margin-bottom: 15px;
}
.td_sidebar_widget_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 14px;
  border-radius: 5px;
  background-color: var(--ed-offwhite-color);
}
.tagcloud a:hover {
  background-color: var(--ed-primary-color);
  color: #fff;
}

/*--------------------------------------------------------------
11. About
----------------------------------------------------------------*/
.td_about.td_style_1 .td_section_heading.td_style_1 .td_section_subtitle {
  margin-top: 30px;
}
.td_about.td_style_1 .td_about_thumb_wrap {
	position: relative;
	padding-bottom: 36.7%;
}
@media (max-width: 1199px) {
  .td_about.td_style_1 .td_about_thumb_wrap {
    margin-right: 0;
  }
}
.td_about.td_style_1 .td_about_thumb_1 {
  padding-right: 124px;
  position: relative;
  z-index: 1;
}
.td_about.td_style_1 .td_about_thumb_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-left: 46%;
  z-index: 2;
  height: 100%;
  padding-top: 49.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.td_about.td_style_1 .td_about_thumb_2 img {
  border-style: solid;
  border-color: #fff;
  border-width: 10px 0 0 10px;
}
.td_about.td_style_1 .td_about_year {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 14px;
  right: 25px;
  -webkit-text-stroke: 1px var(--ed-title-color);
  color: transparent;
  z-index: 3;
}
.td_about.td_style_1 .td_circle_text {
  height: 200px;
  width: 200px;
  border: 3px solid var(--ed-title-color);
  border-radius: 50%;
  background-color: var(--ed-primary-color);
  position: absolute;
  padding: 17px;
  bottom: 0;
  left: 35px;
  z-index: 3;
}
@media (max-width: 575px) {
  .td_about.td_style_1 .td_circle_text {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: 5px;
    bottom: -20px;
  }
}
.td_about.td_style_1 .td_circle_text svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.td_about.td_style_1 .td_circle_text img {
  -webkit-animation: rotate-anim 40s linear infinite;
          animation: rotate-anim 40s linear infinite;
}
.td_about.td_style_1 .td_circle_shape {
  position: absolute;
  height: 200px;
  width: 200px;
  border: 1px solid var(--ed-title-color);
  border-radius: 50%;
  left: 0;
  bottom: 70px;
}
@media (max-width: 575px) {
  .td_about.td_style_1 .td_circle_shape {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -30px;
    bottom: 40px;
  }
}

/*--------------------------------------------------------------
12. Newsletter
----------------------------------------------------------------*/
.td_newsletter.td_style_1 .td_newsletter_form {
  position: relative;
}
.td_newsletter.td_style_1 .td_newsletter_input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid var(--ed-border-color);
  padding: 10px 170px 10px 20px;
  outline: none;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_newsletter_input {
    padding: 10px 20px;
  }
}
.td_newsletter.td_style_1 .td_newsletter_input:focus {
  border-color: var(--ed-primary-color);
}
.td_newsletter.td_style_1 .td_btn.td_style_1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_btn.td_style_1 {
    position: initial;
    margin-top: 10px;
    width: 100%;
  }
}
.td_newsletter.td_style_1.td_type_1 {
  min-height: 440px;
  background-color: #d6fef6;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .td_newsletter.td_style_1.td_type_1 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 {
    min-height: 340px;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_1 .container {
  position: relative;
  z-index: 2;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  max-height: 100%;
  bottom: 0;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 img,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 img {
  max-height: 100%;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
  right: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  left: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_2 {
  overflow: hidden;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_form {
  max-width: 757px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
	height: 60px;
	border-radius: 0;
	font-weight: 500;
	font-size: 16px;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
    padding: 5px 20px;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 {
    width: 100%;
    position: initial;
    margin-top: 10px;
  }
}
.td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 .td_btn_in {
	height: 60px;
	padding: 13px 35px;
	background-color: var(--ed-secondary-color);
	border-radius: 0;
	min-width: 151px;
}
.td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1:hover .td_btn_in::before {
	opacity: 1 !important;
	background-color: rgba(255, 255, 255, 0.2);
}

.td_newsletter.td_style_1.td_type_2 .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .td_newsletter.td_style_1.td_type_2 br {
    display: none;
  }
}
.td_newsletter_shape_1 {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.td_newsletter_shape_2 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
.td_newsletter_shape_2 {
    display: none;
  }
}
.td_newsletter_shape_3 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
}
.td_newsletter_shape_4 {
  left: 12%;
  top: 36%;
}
@media (max-width: 991px) {
.td_newsletter_shape_4 {
    display: none;
  }
}

/*--------------------------------------------------------------
13. Hero
----------------------------------------------------------------*/

.td_hero_btn_group .td_btn.td_style_1 {
  min-width: 270px;
}
.td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .td_hero_btn_group .td_btn.td_style_1 {
    width: 100%;
    min-width: 100%;
  }
  .td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
    padding: 15px 30px;
  }
}

.td_avatars_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.td_avatars_wrap h3,
.td_avatars_wrap p {
  line-height: 24px;
}
.td_avatars_wrap.td_type_1 {
  position: absolute;
  right: -22%;
  top: 24%;
  padding: 15px 15px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: #ebeced var(--ed-primary-color) var(--ed-primary-color) #ebeced;
  border-radius: 10px;
}
.td_avatars_wrap.td_type_1 h3,
.td_avatars_wrap.td_type_1 p {
  line-height: 18px;
}
.td_avatars_wrap.td_type_1 .td_avatars {
  padding-left: 15px;
}
.td_avatars_wrap.td_type_1 .td_avatars > * {
  border-width: 2px;
  height: 30px;
  width: 30px;
  margin-left: -15px;
}
.td_avatars_wrap.td_type_1 .td_avatars > * i {
  font-size: 12px;
}
.td_avatars_wrap.td_type_2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  border-radius: 13px;
  min-width: 326px;
  bottom: 0;
  z-index: 1;
  right: 75%;
  -webkit-box-shadow: 2px 2px 50px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px rgba(0, 0, 27, 0.1);
}
@media (max-width: 1670px) {
  .td_avatars_wrap.td_type_2 {
    right: initial;
    left: -30px;
  }
}
@media (max-width: 575px) {
  .td_avatars_wrap.td_type_2 {
    display: none;
  }
}
.td_avatars_wrap.td_type_2 .td_avatars {
  padding-left: 20px;
}
.td_avatars_wrap.td_type_2 .td_avatars > * {
  height: 50px;
  width: 50px;
  border: none;
  margin-left: -20px;
}
.td_avatars_wrap.td_type_2 .td_avatar_end {
  background-color: var(--ed-primary-color);
  color: #fff;
}

.td_avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.td_avatars > * {
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: -30px;
}
.td_avatars > * img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.td_avatars > *:last-child {
  border: none;
  position: relative;
}
.td_avatars > * i {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 27, 0.85);
  color: #fff;
  border-radius: inherit;
}

.td_btns_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}

.td_hero.td_style_1 {
  height: calc(100vh - 65px);
  min-height: 700px;
  max-height: 1100px;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .td_hero.td_style_1 {
    height: initial;
    min-height: initial;
    padding: 160px 0 150px;
  }
}
.td_hero.td_style_1::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #00001b;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  left: 13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.td_hero.td_style_1 .container {
  position: relative;
  z-index: 2;
}
.td_hero.td_style_1 .td_hero_text {
  max-width: 673px;
}
@media (max-width: 991px) {
  .td_hero.td_style_1 .td_hero_text {
    max-width: 500px;
  }
}
.td_hero.td_style_1 .td_hero_title span {
	display: inline-block;
	background-color: var(--ed-primary-color);
	padding: 0 15px;
	border-radius: 10px;
}
.td_hero.td_style_1 .td_lines {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.td_hero.td_style_1 .td_lines span {
  width: 1px;
  background-color: rgba(235, 236, 237, 0.1);
}

.td_hero.td_style_2 {
  max-height: 1000px;
  min-height: 700px;
  height: 100vh;
  position: relative;
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .td_hero.td_style_2 {
    height: initial;
    max-height: initial;
    padding: 160px 0 80px;
  }
}
.td_hero.td_style_2::before {
  content: "";
  opacity: 0.03;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.11%, #280bb7), color-stop(60.51%, #120551));
  background: linear-gradient(180deg, #280bb7 46.11%, #120551 60.51%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.td_hero.td_style_2 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_2 .td_hero_title {
  line-height: 1.31em;
}
.td_hero.td_style_2 .td_hero_title span {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0px 30px;
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_title span {
    padding: 0px 10px;
  }
}
@media (max-width: 350px) {
  .td_hero.td_style_2 .td_hero_title span {
    padding: 0px;
    color: var(--ed-primary-color);
  }
}
.td_hero.td_style_2 .td_hero_title svg {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_2 .td_hero_title svg {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_title svg {
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 350px) {
  .td_hero.td_style_2 .td_hero_title svg {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_text {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.td_hero.td_style_2 .td_hero_subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.td_hero.td_style_2 .td_btns_group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_hero.td_style_2 .td_hero_img_box_left {
  padding-top: 30%;
  width: 23.7%;
  position: absolute;
  left: 4%;
}
@media (max-width: 1500px) {
  .td_hero.td_style_2 .td_hero_img_box_left {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_img_box_left {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_img_box_right {
  padding-top: 30%;
  width: 23.7%;
  position: absolute;
  right: 4%;
}
@media (max-width: 1500px) {
  .td_hero.td_style_2 .td_hero_img_box_right {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_img_box_right {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_img_1 {
  left: 0;
  top: 0;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_img_2 {
  bottom: 0;
  width: 35%;
  left: 70px;
}
.td_hero.td_style_2 .td_hero_img_3 {
  right: 0;
  bottom: 19%;
  width: 35%;
}
.td_hero.td_style_2 .td_hero_img_4 {
  right: 0;
  top: 0;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_img_5 {
  bottom: 0;
  width: 35%;
  right: 70px;
}
.td_hero.td_style_2 .td_hero_img_6 {
  left: 0;
  bottom: 19%;
  width: 35%;
}
.td_hero.td_style_2 .td_hero_shape_1 {
  left: 8%;
  top: 25%;
  z-index: -1;
  opacity: 0.3;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_shape_2 {
  right: 22%;
  bottom: -5%;
}
.td_hero.td_style_2 .td_hero_shape_3 {
  right: 8%;
  top: 25%;
  z-index: -1;
  opacity: 0.3;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_shape_4 {
  left: 22%;
  bottom: -5%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.td_hero.td_style_2 .td_hero_shape_4::before, .td_hero.td_style_2 .td_hero_shape_4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid;
  left: 0;
}
.td_hero.td_style_2 .td_hero_shape_4::before {
  top: 0px;
  border-color: var(--ed-primary-color);
  background-color: #fff;
  z-index: 1;
}
.td_hero.td_style_2 .td_hero_shape_4::after {
  top: 8px;
  border-color: rgba(0, 0, 0, 0.25);
}
.td_hero.td_style_2 .td_hero_shape_5 {
  bottom: 50px;
  left: 49%;
}
.td_hero.td_style_2 .td_hero_shape_6 {
  left: 22%;
  top: 18%;
}
.td_hero.td_style_2 .td_hero_shape_6 img {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.td_hero.td_style_3 {
  height: 920px;
  position: relative;
  background-color: rgba(250, 250, 250, 0.5);
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 {
    height: initial;
    padding-top: 160px;
    padding-bottom: 80px;
    min-height: 650px;
  }
}
.td_hero.td_style_3::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  background: linear-gradient(285deg, rgba(50, 198, 109, 0.3) 86.47%, rgba(19, 19, 233, 0.3) 103.49%);
  -webkit-filter: blur(250px);
          filter: blur(250px);
  width: 587px;
  height: 587px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}
.td_hero.td_style_3 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_3 .td_hero_text {
  max-width: 700px;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_text {
    max-width: 520px;
  }
}
.td_hero.td_style_3 .td_hero_img_box {
  position: absolute;
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 41.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 85%;
}
@media (max-width: 1400px) {
  .td_hero.td_style_3 .td_hero_img_box {
    width: 45%;
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .td_hero.td_style_3 .td_hero_img_box {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_img_box {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_img_box .td_hero_img_1 {
  position: relative;
  z-index: 2;
}
.td_hero.td_style_3 .td_hero_shape_1 {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	left: 24%;
	bottom: 0px;
	background: var(--ed-primary-color);
}
@media (max-width: 1500px) {
  .td_hero.td_style_3 .td_hero_shape_1 {
    width: 520px;
    height: 520px;
    left: 15%;
    bottom: -120px;
  }
	.td_hero.td_style_3 {
	height: 820px;
}
}
.td_hero.td_style_3 .td_hero_shape_2 {
  position: absolute;
  bottom: 43%;
  left: 74%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_3 {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid var(--ed-primary-color);
  border-radius: 50%;
  top: 28%;
  left: 10%;
  opacity: 0.21;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_4 {
  position: absolute;
  left: 0;
  top: 15%;
}
.td_hero.td_style_3 .td_hero_shape_4 img {
  -webkit-animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_5 {
  position: absolute;
  left: 48%;
  top: 34%;
}
.td_hero.td_style_3 .td_hero_shape_5 img {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_5 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_6 {
  position: absolute;
  left: 33%;
  top: 29.5%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_6 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_7 {
  position: absolute;
  height: 40px;
  width: 40px;
  border: 1px solid var(--ed-primary-color);
  border-radius: 50%;
  top: 39%;
  left: 88%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_7 {
    display: none;
  }
}

.td_hero.td_style_4 {
  height: 100vh;
  max-height: 1100px;
  min-height: 700px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, rgba(255, 240, 212, 0.8)), color-stop(95.86%, rgba(214, 255, 247, 0.8)));
  background: linear-gradient(90deg, rgba(255, 240, 212, 0.8) 0.07%, rgba(214, 255, 247, 0.8) 95.86%);
}
@media (max-width: 991px) {
  .td_hero.td_style_4 {
    height: initial;
    max-height: initial;
    padding: 150px 0 80px;
  }
}
.td_hero.td_style_4 .td_btns_group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_hero.td_style_4 .td_hero_text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .td_hero.td_style_4 .td_hero_text {
    max-width: 630px;
  }
}
.td_hero.td_style_4 .td_heading_color {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.td_hero.td_style_4 .td_hero_img_box_left {
  position: absolute;
  left: 7%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.5%;
  padding-top: 33%;
}
@media (max-width: 991px) {
  .td_hero.td_style_4 .td_hero_img_box_left {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_img_1 {
  top: 0;
  left: 0;
  width: 81%;
}
.td_hero.td_style_4 .td_hero_img_2 {
  bottom: 0;
  right: 0;
  width: 66.6%;
}
.td_hero.td_style_4 .td_hero_img_box_right {
  position: absolute;
  right: 8%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.5%;
  padding-top: 35%;
}
@media (max-width: 991px) {
  .td_hero.td_style_4 .td_hero_img_box_right {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_img_3 {
  top: 0;
  right: 0;
  width: 67%;
}
.td_hero.td_style_4 .td_hero_img_4 {
  bottom: 0;
  left: 0;
  width: 97.5%;
}
.td_hero.td_style_4 .td_hero_shape_1 {
  left: 10%;
  top: 54%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_1 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_2 {
  right: -5%;
  top: 32%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_3 {
  left: -5%;
  top: 34%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_4 {
  right: -22%;
  top: 45%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_5 {
  top: 43px;
  left: -55px;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_5 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_6 {
  left: 2.5%;
  bottom: 7%;
  opacity: 0.56;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_6 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_7 {
  opacity: 0.46;
  left: 28%;
  top: 53%;
  -webkit-animation: particalAnimation 20s alternate infinite linear;
          animation: particalAnimation 20s alternate infinite linear;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_7 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_8 {
  top: 16%;
  left: 26%;
  opacity: 0.3;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_8 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_9 {
  top: 20%;
  left: 66%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_9 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_10 {
  right: 3%;
  bottom: 5%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_10 {
    display: none;
  }
}

.td_hero.td_style_5 {
  background: linear-gradient(102deg, rgba(222, 155, 75, 0.06) 6.6%, rgba(255, 155, 36, 0.06) 6.6%);
  height: 890px;
  position: relative;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 {
    padding: 150px 0 80px;
    height: initial;
    min-height: 700px;
  }
  .td_hero.td_style_5 .td_mb_30 {
    margin-bottom: 20px;
  }
  .td_hero.td_style_5 .td_mb_40 {
    margin-bottom: 30px;
  }
}
.td_hero.td_style_5 .td_hero_subtitle_up {
  border-radius: 50px;
  border: 1px solid #ebeced;
  background-color: #fffdfa;
  padding: 5px 25px;
  display: inline-block;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 .td_hero_subtitle_up {
    padding: 5px 15px;
  }
}
.td_hero.td_style_5 .td_hero_text {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
  height: 60px;
  border-radius: 10px;
  padding-right: 190px;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
    height: 57px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
    padding: 5px 20px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_btn.td_style_1 {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
}
.td_hero.td_style_5 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in {
  padding: 16px 25px;
}
.td_hero.td_style_5 .td_hero_img_wrap {
  position: absolute;
  height: 600px;
  width: 600px;
  text-align: center;
  padding: 50px;
  left: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .td_hero.td_style_5 .td_hero_img_wrap {
    height: 450px;
    width: 450px;
    left: 58%;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_img_wrap {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_funfact {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: #ebeced var(--ed-primary-color) var(--ed-primary-color) #ebeced;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 49%;
  right: -14%;
  padding: 3px 15px;
  gap: 10px;
}
.td_hero.td_style_5 .td_hero_funfact img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_hero.td_style_5 .td_hero_funfact .td_fs_40 {
  margin-bottom: -5px;
}
.td_hero.td_style_5 .td_avatars_wrap {
  z-index: 1;
  left: -3%;
  right: initial;
  top: 78%;
}
.td_hero.td_style_5 .td_hero_img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.td_hero.td_style_5 .td_hero_img img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.td_hero.td_style_5 .td_hero_img_1,
.td_hero.td_style_5 .td_hero_img_2,
.td_hero.td_style_5 .td_hero_img_3 {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  z-index: 2;
}
.td_hero.td_style_5 .td_hero_img_1 img,
.td_hero.td_style_5 .td_hero_img_2 img,
.td_hero.td_style_5 .td_hero_img_3 img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.td_hero.td_style_5 .td_hero_img_1 {
  left: -80px;
  top: 37%;
}
.td_hero.td_style_5 .td_hero_img_2 {
  right: 16%;
  bottom: -45px;
}
.td_hero.td_style_5 .td_hero_img_3 {
  right: 19%;
  top: -9%;
}
.td_hero.td_style_5 .td_hero_shape_1 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.td_hero.td_style_5 .td_hero_shape_1 svg {
  -webkit-animation: rotate-anim 60s linear infinite;
          animation: rotate-anim 60s linear infinite;
}
@media (max-width: 1400px) {
  .td_hero.td_style_5 .td_hero_shape_1 svg {
    width: 460px;
    height: 460px;
  }
}
.td_hero.td_style_5 .td_hero_shape_2 {
  height: 20px;
  width: 20px;
  border: 1px solid var(--ed-primary-color);
  opacity: 0.5;
  left: 8%;
  top: 18%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_3 {
  height: 40px;
  width: 40px;
  background-color: #ff9b24;
  left: 3%;
  top: 47%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_shape_3 {
    left: 80%;
    top: 25%;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_4 {
  height: 40px;
  width: 40px;
  background-color: var(--ed-primary-color);
  left: 10%;
  top: 81%;
  border-radius: 50%;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_shape_4 {
    left: 70%;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_5 {
  left: 90%;
  top: 77%;
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_5 {
    display: none;
  }
}

.td_hero.td_style_6 {
  padding-bottom: 130px;
  background-color: #fafafa;
  position: relative;
}
@media (max-width: 991px) {
  .td_hero.td_style_6 {
    padding: 140px 0 80px;
  }
}
@media (min-width: 992px) {
  .td_hero.td_style_6 .td_hero_text {
    padding-top: 95px;
  }
}
.td_hero.td_style_6 .td_hero_subtitle {
  max-width: 610px;
}
.td_hero.td_style_6 .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.td_hero.td_style_6 .container .row {
  height: 100%;
}
.td_hero.td_style_6 .td_hero_img {
  position: relative;
  padding-bottom: 105px;
}
.td_hero.td_style_6 .td_hero_img > img {
  border-radius: 340px 340px 0 0;
}
.td_hero.td_style_6 .td_hero_video_block {
  max-width: 308px;
  width: 100%;
  height: 221px;
  border: 12px solid var(--ed-primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.td_hero.td_style_6 .td_hero_video_block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_hero.td_style_6 .td_hero_video_block .td_video_open {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.td_hero.td_style_6 .td_hero_video_block .td_player_btn:before {
  visibility: visible;
  background-color: #fff;
}
.td_hero.td_style_6 .td_avatars_wrap {
  position: absolute;
  right: -22%;
  top: 24%;
}
@media (max-width: 1600px) {
  .td_hero.td_style_6 .td_avatars_wrap {
    right: -5%;
  }
}
@media (max-width: 767px) {
  .td_hero.td_style_6 .td_avatars_wrap {
    display: none;
  }
}
.td_hero.td_style_6 .td_hero_shape_1 {
  left: 30px;
  top: 0;
}
.td_hero.td_style_6 .td_hero_shape_2 {
  left: 37.5%;
  top: -10px;
}
@media (max-width: 991px) {
  .td_hero.td_style_6 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_6 .td_hero_shape_3 {
  left: 25%;
  top: 86%;
}
.td_hero.td_style_6 .td_hero_shape_4 {
  left: 35%;
  top: 74%;
}
.td_hero.td_style_6 .td_hero_shape_5 {
  left: 40%;
  top: 89%;
}
.td_hero.td_style_6 .td_hero_shape_6 {
  left: 48%;
  top: 80%;
}
.td_hero.td_style_6 .td_hero_shape_6 img {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_6 .td_hero_shape_7 {
  left: 79%;
  top: 78%;
}
.td_hero.td_style_6 .td_hero_shape_8 {
  left: 92%;
  top: 75%;
  -webkit-animation: rotate-anim 10s linear infinite;
          animation: rotate-anim 10s linear infinite;
}

.td_hero.td_style_7 {
  height: 920px;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .td_hero.td_style_7 {
    height: initial;
    padding: 614px 0 80px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_7 {
    padding: 514px 0 80px;
  }
}
.td_hero.td_style_7 .td_hero_text {
  max-width: 680px;
}
.td_hero.td_style_7 .td_hero_subtitle {
  max-width: 650px;
}
.td_hero.td_style_7 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_7 .td_hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 72%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_7 .td_hero_bg {
    width: 100%;
  }
}
.td_hero.td_style_7 .td_hero_img {
  position: absolute;
  right: 0;
  width: 45%;
  height: calc(100% - 230px);
  top: 130px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .td_hero.td_style_7 .td_hero_img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_7 .td_hero_img {
    width: 100%;
    top: 80px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_7 .td_hero_img {
    height: 400px;
  }
}
.td_hero.td_style_7 .td_hero_shape_1 {
  width: 372px;
  height: 372px;
  border: 2px solid #fff;
  opacity: 0.14;
  left: -101px;
  top: -110px;
  border-radius: 50%;
}
.td_hero.td_style_7 .td_hero_shape_2 {
  height: 30px;
  width: 30px;
  background-color: #ebeced;
  opacity: 0.1;
  border-radius: 50%;
  left: 9%;
  top: 36%;
}
.td_hero.td_style_7 .td_hero_shape_3 {
  left: 4%;
  bottom: 8%;
}
.td_hero.td_style_7 .td_hero_shape_3 img {
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_7 .td_hero_shape_4,
.td_hero.td_style_7 .td_hero_shape_5,
.td_hero.td_style_7 .td_hero_shape_6 {
  width: 258px;
  height: 258px;
  border: 1px solid #fff;
  opacity: 0.14;
  border-radius: 50%;
}
.td_hero.td_style_7 .td_hero_shape_4 {
  left: 44%;
  top: 52%;
}
.td_hero.td_style_7 .td_hero_shape_5 {
  left: 48.3%;
  top: 57%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_7 .td_hero_shape_6 {
  left: 45%;
  top: 62%;
}
.td_hero.td_style_7 .td_hero_shape_7 {
  left: 48%;
  top: 2%;
  -webkit-animation: rotate-anim 15s linear infinite;
          animation: rotate-anim 15s linear infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_7 > .position-absolute {
    display: none;
  }
}

.td_hero.td_style_8 {
  height: 1024px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .td_hero.td_style_8 {
    height: initial;
    padding: 160px 0 160px;
  }
}
.td_hero.td_style_8:after {
  content: "";
  position: absolute;
  height: 800px;
  width: 136vw;
  background-color: #fff;
  top: 100%;
  border-radius: 50%;
  margin-top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .td_hero.td_style_8:after {
    width: 185vw;
    margin-top: -80px;
  }
}
.td_hero.td_style_8 .td_hero_text {
  max-width: 665px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .td_hero.td_style_8 .td_hero_text {
    max-width: 650px;
  }
}
.td_hero.td_style_8 .td_hero_img {
  position: absolute;
  left: 66%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 10px solid #fff;
  top: 50%;
  -webkit-transform: rotate(-21.22deg) translateY(-58%);
          transform: rotate(-21.22deg) translateY(-58%);
  z-index: 2;
}
@media (max-width: 1400px) {
  .td_hero.td_style_8 .td_hero_img {
    left: 72%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_8 .td_hero_img {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: 35px;
    left: initial;
    top: initial;
  }
  .td_hero.td_style_8 .td_hero_img img {
    width: 100%;
  }
}
.td_hero.td_style_8 .td_hero_shape_1 {
  left: -95px;
  top: 50px;
}
.td_hero.td_style_8 .td_hero_shape_2 {
  left: -85px;
  top: 45%;
}
.td_hero.td_style_8 .td_hero_shape_3 {
  left: 2%;
  top: 74%;
}
.td_hero.td_style_8 .td_hero_shape_4 {
  left: 44%;
  top: 13%;
}
.td_hero.td_style_8 .td_hero_shape_5 {
  left: 75%;
  top: 12%;
}
.td_hero.td_style_8 .td_hero_shape_6 {
  left: 83%;
  top: 55%;
}
.td_hero.td_style_8 .td_hero_shape_7 {
  right: 0;
  top: 25%;
}
.td_hero.td_style_8 .td_hero_shape_8 {
  left: 88%;
  top: 77%;
}
.td_hero.td_style_8 .td_hero_shape_9 {
  top: 71px;
  left: 0;
}
@media (max-width: 575px) {
  .td_hero.td_style_8 .td_hero_shape_1,
  .td_hero.td_style_8 .td_hero_shape_2,
  .td_hero.td_style_8 .td_hero_shape_3,
  .td_hero.td_style_8 .td_hero_shape_4,
  .td_hero.td_style_8 .td_hero_shape_5,
  .td_hero.td_style_8 .td_hero_shape_6,
  .td_hero.td_style_8 .td_hero_shape_7,
  .td_hero.td_style_8 .td_hero_shape_8 {
    display: none;
  }
}

/*--------------------------------------------------------------
14. Iconbox
----------------------------------------------------------------*/
.td_iconbox_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.td_iconbox.td_style_1 {
  max-width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_iconbox.td_style_1 svg path {
  fill: var(--ed-primary-color);
}

.td_iconbox.td_style_2 {
  position: relative;
}
.td_iconbox.td_style_2 .td_iconbox_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.td_iconbox.td_style_2 .td_iconbox_in {
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.07);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.07);
  padding: 30px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_iconbox.td_style_2 .td_iconbox_subtitle span {
	background-color: var(--ed-primary-color);
	color: #fff;
	margin-right: 2px;
	font-size: 18px;
	line-height: 1.55em;
	display: inline-block;
	padding: 0 4px;
	min-width: 28px;
	border-radius: 100%;
}
.td_iconbox.td_style_2:hover .td_iconbox_in {
  background-color: var(--ed-primary-color);
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.2);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.2);
}
.td_iconbox.td_style_2:hover .td_iconbox_icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.td_iconbox.td_style_2:hover .td_iconbox_title {
  color: #fff;
  opacity: 1;
}
.td_iconbox.td_style_2:hover .td_iconbox_subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.td_iconbox.td_style_2:hover .td_iconbox_subtitle span {
  background-color: #fff;
  color: var(--ed-primary-color);
}

.td_iconbox.td_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 27, 0.05);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 27, 0.05);
}
.td_iconbox.td_style_3:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.td_iconbox.td_style_3 .td_iconbox_icon img {
  height: 40px;
  width: 40px;
}

.td_iconbox.td_style_4 {
  padding: 20px;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_iconbox.td_style_4:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.td_iconbox.td_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 500px;
}
.td_iconbox.td_style_5 .td_iconbox_icon {
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  -webkit-clip-path: inset(0 round 50px 50px 50px 50px);
          clip-path: inset(0 round 50px 50px 50px 50px);
}
.td_iconbox.td_style_5 .td_iconbox_icon:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px dashed var(--ed-primary-color);
  border-radius: 100px;
}
.td_iconbox.td_style_5 .td_iconbox_icon_in {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(237, 237, 237, 0.7);
  padding: 14px;
}

.td_iconbox.td_style_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: rgba(235, 236, 237, 0.3);
  margin-right: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px 12px 12px;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_6 {
    gap: 10px;
  }
}
.td_iconbox.td_style_6 .td_iconbox_btn {
  position: absolute;
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  border: 1px solid var(--ed-border-color);
  right: -20px;
  top: 50%;
  margin-top: -20px;
  background-color: #fff;
  color: var(--ed-title-color);
}
.td_iconbox.td_style_6 .td_iconbox_btn:hover {
  background-color: var(--ed-title-color);
  border-color: var(--ed-title-color);
  color: #fff;
}
.td_iconbox.td_style_6 .td_iconbox_icon {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_6 .td_iconbox_icon {
    height: 60px;
    width: 60px;
  }
}
.td_iconbox.td_style_6 .td_iconbox_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.td_iconbox.td_style_7 {
  padding: 30px 35px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 3, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 3, 0.1);
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_7 {
    padding: 30px 18px;
  }
}
.td_iconbox.td_style_7 .td_iconbox_icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.td_iconbox.td_style_7 .td_iconbox_btn {
  height: 40px;
  width: 40px;
  border: 1px solid var(--ed-title-color);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--ed-title-color);
}
.td_iconbox.td_style_7 .td_iconbox_btn:hover {
  background-color: var(--ed-title-color);
  color: #fff;
}

.td_iconbox.td_style_8 {
  border: 1px solid var(--ed-border-color);
  height: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_8 {
    padding: 50px 25px;
  }
}
@media (max-width: 1199px) {
  .td_iconbox.td_style_8 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .td_iconbox.td_style_8 {
    padding: 30px 25px;
    height: 250px;
  }
  .td_iconbox.td_style_8 .td_mb_30 {
    margin-bottom: 15px;
  }
}
.td_iconbox.td_style_8 .td_icon_shape {
  position: absolute;
  top: -60px;
  right: -60px;
  -webkit-transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
  transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
}
.td_iconbox.td_style_8 .td_iconbox_in {
  position: relative;
  z-index: 2;
}
.td_iconbox.td_style_8 .td_btn.td_style_3 {
  position: relative;
}
.td_iconbox.td_style_8 .td_btn.td_style_3::before {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: var(--ed-primary-color);
  opacity: 0.1;
  left: -5px;
  top: 1px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_iconbox.td_style_8 .td_btn.td_style_3:hover::before {
  height: 40px;
  width: 40px;
  top: -2px;
  left: -10px;
}
.td_iconbox.td_style_8:hover .td_icon_shape {
  top: -68px;
  right: -68px;
}

.td_iconbox.td_style_9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.td_iconbox.td_style_9 .td_iconbox_icon {
  height: 80px;
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  padding: 10px;
}
.td_iconbox.td_style_9 .td_iconbox_icon::before {
  content: "";
  height: 3px;
  width: 16px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*--------------------------------------------------------------
15. Posts
----------------------------------------------------------------*/
.td_icon_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.td_icon_btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid rgba(0, 0, 27, 0.2);
  background-color: transparent;
  padding: 2px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.td_icon_btn:hover,
button.td_icon_btn:hover {
  border-color: rgba(0, 0, 27, 0.6);
  color: var(--ed-title-color);
}

.td_post.td_style_1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_post.td_style_1 .td_post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_post.td_style_1 .td_post_thumb {
  overflow: hidden;
  position: relative;
}
.td_post.td_style_1 .td_post_thumb img {
  width: 100%;
}
.td_post.td_style_1 .td_post_thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--ed-primary-color);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_post.td_style_1 .td_post_thumb i {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 30px;
  top: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: var(--ed-primary-color);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.td_post.td_style_1 .td_post_thumb img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.td_post.td_style_1 .td_post_thumb:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.td_post.td_style_1 .td_post_thumb:hover::before {
  opacity: 0.3;
}
.td_post.td_style_1 .td_post_thumb:hover i {
  opacity: 1;
  top: 15px;
  right: 15px;
}
.td_post.td_style_1 .td_post_thumb:hover i:hover {
  background-color: var(--ed-primary-color);
  color: #fff;
}
.td_post.td_style_1 .td_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 56px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1 .td_post_meta {
    gap: 0 25px;
  }
}
.td_post.td_style_1 .td_post_meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.td_post.td_style_1 .td_post_meta span img,.td_post.td_style_1 .td_post_meta span svg,
.td_post.td_style_1 .td_post_meta span i {
  height: 16px;
  width: 16px;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_post.td_style_1 .td_post_info {
  border: 1px solid #ebeced;
  border-top-width: 0;
  padding: 20px 30px 40px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1 .td_post_info {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 991px) {
  .td_post.td_style_1 .td_post_info {
    padding: 20px 20px 30px;
  }
}
.td_post.td_style_1 .td_post_thumb {
  border-radius: 10px 10px 0 0;
}
.td_post.td_style_1 .td_post_thumb img {
  border-radius: inherit;
}
.td_post.td_style_1 .td_post_label {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 1px solid #fff;
  z-index: 2;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 18px;
  border-radius: 30px;
}
.td_post.td_style_1:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .td_post.td_style_1 .td_mb_20 {
    margin-bottom: 10px;
  }
  .td_post.td_style_1 .td_mb_16 {
    margin-bottom: 8px;
  }
  .td_post.td_style_1 .td_mb_24 {
    margin-bottom: 20px;
  }
}
.td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
    gap: 15px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.td_post.td_style_1.td_type_1 .td_post_info, .td_post.td_style_1.td_type_2 .td_post_info, .td_post.td_style_1.td_type_6 .td_post_info {
  border: none;
  padding: 0;
}
.td_post.td_style_1.td_type_1 .td_post_thumb, .td_post.td_style_1.td_type_2 .td_post_thumb, .td_post.td_style_1.td_type_6 .td_post_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 270px;
  height: 225px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .td_post.td_style_1.td_type_1 .td_post_thumb, .td_post.td_style_1.td_type_2 .td_post_thumb, .td_post.td_style_1.td_type_6 .td_post_thumb {
    width: 100%;
    height: 250px;
  }
}
.td_post.td_style_1.td_type_1 .td_post_thumb img, .td_post.td_style_1.td_type_2 .td_post_thumb img, .td_post.td_style_1.td_type_6 .td_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_post.td_style_1.td_type_1 .td_post_meta, .td_post.td_style_1.td_type_2 .td_post_meta, .td_post.td_style_1.td_type_6 .td_post_meta {
  margin-bottom: 6px;
  gap: 0px 40px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1.td_type_1 .td_post_meta, .td_post.td_style_1.td_type_2 .td_post_meta, .td_post.td_style_1.td_type_6 .td_post_meta {
    gap: 0px 15px;
    font-size: 15px;
  }
}
.td_post.td_style_1.td_type_1 .td_post_title, .td_post.td_style_1.td_type_2 .td_post_title, .td_post.td_style_1.td_type_6 .td_post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.td_post.td_style_1.td_type_1 .td_post_subtitle, .td_post.td_style_1.td_type_2 .td_post_subtitle, .td_post.td_style_1.td_type_6 .td_post_subtitle {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.td_post.td_style_1.td_type_2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td_post.td_style_1.td_type_2 .td_post_thumb {
  height: initial;
}
.td_post.td_style_1.td_type_2 .td_post_thumb::before {
  display: none;
}
.td_post.td_style_1.td_type_2 .td_post_thumb img {
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  max-height: 100%;
}
.td_post.td_style_1.td_type_2 .td_post_thumb:hover img {
  -webkit-transform: initial;
          transform: initial;
}
.td_post.td_style_1.td_type_2 .td_post_label {
  border-color: var(--ed-primary-color);
  background-color: var(--ed-primary-color);
  color: #fff;
  right: 25px;
  top: 25px;
  padding: 5px 15px;
}
.td_post.td_style_1.td_type_3 {
  padding: 10px;
  border: 1px solid #ebeced;
  border-radius: 10px;
}
.td_post.td_style_1.td_type_3 .td_post_info {
  border: none;
  padding: 20px 20px 40px;
}
.td_post.td_style_1.td_type_3 .td_post_thumb {
  border-radius: 10px;
}
.td_post.td_style_1.td_type_4 .td_post_label {
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  right: initial;
  top: -19px;
}
.td_post.td_style_1.td_type_4 .td_post_info {
  position: relative;
  padding: 50px 30px 40px;
}
@media (max-width: 575px) {
  .td_post.td_style_1.td_type_4 .td_post_info {
    padding: 40px 20px 30px;
  }
}
.td_post.td_style_1.td_type_4 .td_btn.td_style_3 {
  letter-spacing: 0.3px;
}
.td_post.td_style_1.td_type_4 .td_btn.td_style_3:hover {
  letter-spacing: 0.6px;
}
.td_post.td_style_1.td_type_5 .td_post_thumb,
.td_post.td_style_1.td_type_5 .td_post_info {
  border-radius: 0;
}
.td_post.td_style_1.td_type_6 .td_post_label {
  border-radius: 10px;
  background-color: var(--ed-primary-color);
  border-color: var(--ed-primary-color);
}

.td_blog_details_head_meta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.td_blog_details_head_meta_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.td_blog_details_head_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  border: 1px solid var(--ed-border-color);
  border-top: none;
  gap: 10px 20px;
}

.td_blog_details_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.td_blog_details_avatar img {
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
}

.td_blog_details {
  font-size: 18px;
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .td_blog_details {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.td_blog_details h2 {
  font-size: 36px;
  line-height: 1.44em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .td_blog_details h2 {
    font-size: 30px;
  }
}
.td_blog_details h3 {
  font-size: 30px;
  line-height: 1.33em;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .td_blog_details h3 {
    font-size: 25px;
  }
}
.td_blog_details p {
  margin-bottom: 50px;
}
.td_blog_details blockquote {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  border-left: 5px solid var(--ed-primary-color);
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 50px 180px 50px 50px;
  color: var(--ed-title-color);
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .td_blog_details blockquote {
    padding: 40px 90px 40px 20px;
  }
}
.td_blog_details blockquote svg {
  color: var(--ed-primary-color);
  right: 70px;
  top: 24px;
  position: absolute;
}
@media (max-width: 1199px) {
  .td_blog_details blockquote svg {
    right: 20px;
    top: 20px;
  }
}
.td_blog_details .td_blog_details_inside_box {
  padding-left: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .td_blog_details .td_blog_details_inside_box {
    padding-left: 0;
  }
}
.td_blog_details .td_blog_details_inside_box h3 {
  margin-bottom: 12px;
}
.td_blog_details .td_blog_details_inside_box p {
  margin-bottom: 20px;
}
.td_blog_details .td_list.td_style_2 li {
  padding-left: 32px;
}
.td_blog_details .td_list.td_style_2 li svg {
  top: 3px;
}
.td_blog_details .td_list.td_style_2 li:not(:last-child) {
  margin-bottom: 14px;
}
.td_blog_details .td_video_block.td_style_1 {
  min-height: 322px;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 40px;
}
.td_blog_details .td_video_block.td_style_1 .td_player_btn_wrap_2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.td_blog_details > *:last-child {
  margin-bottom: 0;
}

.td_post_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 20px;
  border: 1px solid var(--ed-border-color);
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .td_post_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.td_post_share .td_footer_social_btns {
  margin: 0 -5px;
}
.td_post_share .td_footer_social_btns a {
  height: 36px;
  width: 35px;
}

.td_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td_categories a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff5f7;
  color: var(--ed-primary-color);
  padding: 6px 20px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .td_categories a {
    padding: 5px 10px;
  }
}
.td_categories a:hover {
  background-color: var(--ed-primary-color);
  color: #fff;
}

.td_author_card {
  position: relative;
}
.td_author_card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--ed-primary-color);
  opacity: 0.1;
  border-radius: 10px;
}
.td_author_card .td_author_card_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  gap: 25px;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .td_author_card .td_author_card_in {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .td_author_card .td_author_card_in {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .td_author_card .td_author_card_in .td_mb_10 {
    margin-bottom: 5px;
  }
}
.td_author_card .td_author_card_in img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

/* End Comments Section */
/*--------------------------------------------------------------
16. CTA
----------------------------------------------------------------*/
.td_cta.td_style_1 {
  padding: 70px 0;
  position: relative;
}
@media (min-width: 992px) {
  .td_cta.td_style_1 {
    min-height: 714px;
  }
}
.td_cta.td_style_1 .td_cta_text {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.td_cta.td_style_1 .td_cta_thumb {
  position: absolute;
  left: 52.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_thumb {
    display: none;
  }
}
.td_cta.td_style_1 .td_cta_thumb_shape {
  width: 350px;
  height: 350px;
  background-color: #fff;
  opacity: 0.08;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  bottom: 8%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_cta.td_style_1 .td_cta_shape_1 {
  position: absolute;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  background-color: #ebeced;
  opacity: 0.11;
  top: 50%;
  margin-top: -250px;
  left: 10%;
}
.td_cta.td_style_1 .td_cta_shape_2 {
  position: absolute;
  bottom: 50px;
  left: 46%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_1 .td_cta_shape_3 {
  position: absolute;
  right: 5%;
  top: 45%;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_shape_3 {
    display: none;
  }
}

.td_cta.td_style_2 {
  position: relative;
}
.td_cta.td_style_2 .td_cta_in {
  max-width: 800px;
  position: relative;
  z-index: 2;
}
.td_cta.td_style_2 .td_section_subtitle {
  max-width: 575px;
}
.td_cta.td_style_2 .td_cta_img {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  left: 50%;
}
.td_cta.td_style_2 .td_cta_shape_1 {
  left: 4%;
  top: 12%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_1 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_2 {
  left: 7%;
  top: 45%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_3 {
  left: 4%;
  top: 80%;
  opacity: 0.5;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_3 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_4 {
  left: 58%;
  top: 14%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_4 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_5 {
  left: 48%;
  top: 65%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_5 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_5 img {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_cta.td_style_2 .td_cta_shape_6 {
  left: 81%;
  top: 48%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_6 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_7 {
  left: 93%;
  top: 15%;
  -webkit-animation: up-down-anim 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: up-down-anim 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_7 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_8 {
  left: 95%;
  top: 65%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_8 {
    display: none;
  }
}

.td_cta.td_style_3 .td_cta_img {
  padding-right: 60px;
}

.td_cta.td_style_4 {
  background-color: #f4f4f7;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 br {
    display: none;
  }
  .td_cta.td_style_4 .td_mb_30 {
    margin-bottom: 20px;
  }
  .td_cta.td_style_4 .td_mb_40 {
    margin-bottom: 30px;
  }
}
.td_cta.td_style_4 .container {
  position: relative;
  z-index: 3;
}
.td_cta.td_style_4 .td_cta_shape_1 {
  left: 0;
  bottom: 30px;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_1 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_2 {
  left: 20%;
  top: 50%;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_3 {
  right: 12%;
  top: 20%;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_3 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_4 {
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_4 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_5 {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #ebeced;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_5 {
    display: none;
  }
}

/*--------------------------------------------------------------
17. Testimonial
----------------------------------------------------------------*/
.td_testimonial_img_wrap {
  padding-right: 19.5%;
  position: relative;
}
@media (max-width: 1199px) {
  .td_testimonial_img_wrap {
    padding-right: 0;
  }
}
.td_testimonial_img_wrap .td_testimonial_img {
  position: relative;
  z-index: 1;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_1 {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  left: -75px;
  bottom: 35px;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 8px solid #fff;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_2 {
  position: absolute;
  right: 8%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 575px) {
  .td_testimonial_img_wrap .td_testimonial_img_shape_2 {
    right: 0;
  }
  .td_testimonial_img_wrap .td_testimonial_img_shape_2 svg {
    width: 100px;
  }
}

.td_testimonial.td_style_1 {
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1 {
    padding: 30px 20px;
  }
}
.td_testimonial.td_style_1 .td_quote_icon {
  position: absolute;
  right: 30px;
  top: 57px;
}
.td_testimonial.td_style_1 .td_testimonial_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebeced;
  position: relative;
  z-index: 2;
}
.td_testimonial.td_style_1 .td_testimonial_meta img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_testimonial.td_style_1 .td_testimonial_meta_right {
  padding-left: 14px;
  position: relative;
}
.td_testimonial.td_style_1 .td_testimonial_meta_right::before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-color: var(--ed-primary-color);
}
.td_testimonial.td_style_1 .td_testimonial_text {
  letter-spacing: 0.4px;
}
.td_testimonial.td_style_1.td_type_1 {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
.td_testimonial.td_style_1.td_type_2 {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 30px;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1.td_type_2 {
    padding: 30px 20px;
  }
}
.td_testimonial.td_style_1.td_type_2 .td_testimonial_meta {
  padding: 0;
  margin: 0;
  border: none;
}
.td_testimonial.td_style_1.td_type_2 .td_quote_icon {
  top: initial;
  bottom: 30px;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1.td_type_2 .td_quote_icon {
    right: 10px;
  }
}
.td_testimonial.td_style_1.td_type_3 {
  padding: 0;
}
.td_testimonial.td_style_1.td_type_3 .td_testimonial_meta {
  border: none;
  padding: 0;
}
.td_testimonial.td_style_1.td_type_3 .td_quote_icon {
  top: initial;
  bottom: 6px;
}
.td_testimonial.td_style_1.td_type_3 .td_testimonial_text {
  font-style: initial;
}
@media (max-width: 991px) {
  .td_testimonial.td_style_1.td_type_3 .td_mb_35 {
    margin-bottom: 25px;
  }
}

.td_testimonial_with_shape_wrap {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.td_testimonial_with_shape {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape {
    background-size: cover;
    background-position: center;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_1 {
  left: 5.5%;
  top: 39%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_1 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_2 {
  left: 36.5%;
  top: 40%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_2 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_2 img {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_testimonial_with_shape .td_testimonial_shape_3 {
  right: 5%;
  top: 9%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_3 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_4 {
  right: 5%;
  top: 28%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_4 {
    display: none;
  }
}

/*--------------------------------------------------------------
18. Team
----------------------------------------------------------------*/
.td_team.td_style_1 {
  padding-bottom: 20px;
}
.td_team.td_style_1 .td_team_info {
  border-radius: 50px;
  padding: 11px 15px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 27, 0.6);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 27, 0.6);
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .td_team.td_style_1 .td_team_info {
    left: 15px;
    right: 15px;
  }
}
.td_team.td_style_1:hover .td_team_info {
  -webkit-animation: bounce 2s;
          animation: bounce 2s;
}
.td_team.td_style_1.td_type_1 .td_team_info {
  border-radius: 10px;
}

.td_team.td_style_2 {
  border: 4px solid var(--ed-title-color);
  border-top: 0;
  border-bottom: 0;
  padding: 20px;
}
.td_team.td_style_2 .td_team_shape_1,
.td_team.td_style_2 .td_team_shape_2 {
  height: 1px;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  background-color: var(--ed-title-color);
}
.td_team.td_style_2 .td_team_shape_1::before, .td_team.td_style_2 .td_team_shape_1::after,
.td_team.td_style_2 .td_team_shape_2::before,
.td_team.td_style_2 .td_team_shape_2::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--ed-title-color);
  top: -3px;
}
.td_team.td_style_2 .td_team_shape_1::before,
.td_team.td_style_2 .td_team_shape_2::before {
  right: -3px;
}
.td_team.td_style_2 .td_team_shape_1::after,
.td_team.td_style_2 .td_team_shape_2::after {
  left: -3px;
}
.td_team.td_style_2 .td_team_shape_1 {
  top: 0;
}
.td_team.td_style_2 .td_team_shape_2 {
  bottom: 0;
}
.td_team.td_style_2 .td_team_in {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.td_team.td_style_2 .td_team_info_in {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.td_team.td_style_2 .td_team_info {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_team.td_style_2 .td_team_info > svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  color: var(--ed-primary-color);
  fill-opacity: 0.4;
  width: 100%;
}
.td_team.td_style_2 .td_team_info > svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_team.td_style_2 .td_team_member_meta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.td_team.td_style_2 .td_team_member_meta_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.td_team.td_style_2:hover .td_team_info {
  bottom: 0;
}
.td_team.td_style_2:hover .td_team_info > svg path {
  fill-opacity: 1;
  stroke: var(--ed-primary-color);
}

.td_team.td_style_3 .td_team_thumb {
	width: 286px;
	height: 266px;
	position: relative;
	z-index: 1;
	-webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='286'%20height='267'%20viewBox='0%200%20286%20267'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M120.16%20264.814C-37.1721%20245.326%205.18985%20108.572%205.18985%20108.572C42.1294%20-29.4525%20171.757%203.42263%20171.757%203.42263C171.757%203.42263%20254.447%2016.471%20279.526%2090.6096C304.519%20164.833%20258.345%20281.929%20120.16%20264.814Z'%20fill='%23E3E3E3'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml,%3csvg%20width='286'%20height='267'%20viewBox='0%200%20286%20267'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M120.16%20264.814C-37.1721%20245.326%205.18985%20108.572%205.18985%20108.572C42.1294%20-29.4525%20171.757%203.42263%20171.757%203.42263C171.757%203.42263%20254.447%2016.471%20279.526%2090.6096C304.519%20164.833%20258.345%20281.929%20120.16%20264.814Z'%20fill='%23E3E3E3'/%3e%3c/svg%3e");
}
.td_team.td_style_3 .td_team_thumb_wrap {
  position: relative;
  display: inline-block;
  padding: 8px;
}
@media (max-width: 1400px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: -20px;
    margin-bottom: -10px;
  }
}
@media (max-width: 1199px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin: -42px;
    margin-bottom: -30px;
  }
}
@media (max-width: 575px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0px;
    margin-bottom: 10px;
  }
}
.td_team.td_style_3 .td_team_thumb_shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.td_team_3_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td_team_3_footer b {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-size: 100% 1px;
  background-position: 0 90%;
}

.td_team.td_style_4 .td_team_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.td_team.td_style_4 .td_team_social_list {
  min-height: 32px;
  border-left: 1px solid var(--ed-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-left: 20px;
}
.td_team.td_style_4 .td_team_social_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
}
.td_team.td_style_4 .td_team_social_list a:hover {
  color: var(--ed-title-color);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.td_team.td_style_4 .td_team_thumb img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.td_team.td_style_4 .td_team_thumb:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.td_team.td_style_5 .td_team_thumb {
  position: relative;
}
.td_team.td_style_5 .td_team_social_list {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.td_team.td_style_5 .td_team_social_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.td_team.td_style_5.td_type_1 .td_team_social_list {
  background-color: var(--ed-primary-color);
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 13px 14px;
}
.td_team.td_style_5.td_type_1 .td_team_social_list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
19. Card
----------------------------------------------------------------*/
.td_card.td_style_1 {
  border: 1px solid #ebeced;
  padding: 30px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1 {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1 {
    padding: 15px 15px 25px 15px;
  }
}
.td_card.td_style_1 .td_card_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.td_card.td_style_1 .td_card_thumb {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.3) inset;
          box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.3) inset;
}
.td_card.td_style_1 .td_card_thumb::before, .td_card.td_style_1 .td_card_thumb::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_card.td_style_1 .td_card_thumb::before {
  z-index: 1;
  opacity: 0;
  background-color: var(--ed-primary-color);
}
.td_card.td_style_1 .td_card_thumb::after {
  z-index: 2;
  -webkit-box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
          box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
}
.td_card.td_style_1 .td_card_thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-120deg);
          transform: translate(-50%, -50%) scale(0) rotate(-120deg);
  color: #fff;
  font-size: 50px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.td_card.td_style_1 .td_card_thumb:hover::before {
  opacity: 0.3;
}
.td_card.td_style_1 .td_card_thumb:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
          transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.td_card.td_style_1 .td_card_thumb:hover i:hover {
  opacity: 0.8;
}
.td_card.td_style_1 .td_card_thumb .td_card_location {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.td_card.td_style_1 .td_card_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 0;
  }
}
.td_card.td_style_1 .td_card_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .td_card.td_style_1 .td_card_meta li svg {
    width: 20px;
  }
}
.td_card.td_style_1 .td_card_meta li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.td_card.td_style_1 .td_card_meta li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--ed-primary-color);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.td_card.td_style_1 .td_card_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_card.td_style_1 .td_card_title a {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.5s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  transition: background-size 0.5s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_card.td_style_1 .td_card_title a:hover {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .td_card.td_style_1.td_type_1 .td_mb_20, .td_card.td_style_1.td_type_2 .td_mb_20 {
    margin-bottom: 10px;
  }
}
.td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 240px;
  height: 235px;
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 215px;
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 207px;
    width: 190px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 200px;
    width: 220px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 235px;
    width: 100%;
  }
}
.td_card.td_style_1.td_type_1 .td_card_thumb img, .td_card.td_style_1.td_type_2 .td_card_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_card.td_style_1.td_type_1 .td_card_thumb i, .td_card.td_style_1.td_type_2 .td_card_thumb i {
  font-size: 36px;
}
.td_card.td_style_1.td_type_1 .td_card_meta li, .td_card.td_style_1.td_type_2 .td_card_meta li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_card.td_style_1.td_type_1 .td_card_meta li:not(:last-child), .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_1 .td_card_meta li:not(:last-child), .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
.td_card.td_style_1.td_type_1 .td_card_meta li svg, .td_card.td_style_1.td_type_2 .td_card_meta li svg {
  height: 18px;
  width: 18px;
}
.td_card.td_style_1.td_type_1 .td_card_info, .td_card.td_style_1.td_type_2 .td_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #ebeced;
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1 .td_card_info, .td_card.td_style_1.td_type_2 .td_card_info {
    border: none;
  }
}
.td_card.td_style_1.td_type_1 .td_card_title a, .td_card.td_style_1.td_type_2 .td_card_title a {
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.td_card.td_style_1.td_type_1 .td_card_title a:hover, .td_card.td_style_1.td_type_2 .td_card_title a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}
.td_card.td_style_1.td_type_2 {
  padding: 30px 40px;
  border-radius: 50px;
  padding-right: 90px;
  gap: 40px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 {
    padding: 25px;
    padding-right: 25px;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.td_card.td_style_1.td_type_2 .td_card_thumb {
  width: 346px;
  height: 291px;
  border-radius: 50px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 280px;
  }
}
.td_card.td_style_1.td_type_2 .td_card_info {
  border: none;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
  }
}
.td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_mb_30 {
    margin-bottom: 16px;
  }
  .td_card.td_style_1.td_type_2 .td_mb_25 {
    margin-bottom: 15px;
  }
  .td_card.td_style_1.td_type_2 .td_mb_40 {
    margin-bottom: 20px;
  }
}
.td_card.td_style_1.td_type_3 {
  border: none;
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_3 {
    margin-right: 0px;
  }
}
.td_card.td_style_1.td_type_3 .td_card_title {
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: initial;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 li::after {
  display: none;
}
.td_card.td_style_1.td_type_3 .td_map {
  height: 365px;
}

.td_card.td_style_2 .td_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 20px 0px 20px;
  border-radius: 0 0 10px 10px;
  background-color: var(--ed-primary-color);
  gap: 0 10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_2 .td_card_info {
    padding: 13px 15px 0px 15px;
  }
}
.td_card.td_style_2 .td_card_thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.td_card.td_style_2 .td_card_thumb img {
  border-radius: inherit;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.td_card.td_style_2 .td_card_thumb:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.td_card.td_style_2 .td_card_title a:hover {
  color: #fff;
  opacity: 0.75;
}
.td_card.td_style_2 .td_card_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 24px;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.td_card.td_style_2 .td_card_btn svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_card.td_style_2 .td_card_btn svg:nth-child(2) {
  position: absolute;
  left: -23px;
  bottom: -24px;
}
.td_card.td_style_2 .td_card_btn:hover svg:first-child {
  -webkit-transform: translate(23px, -24px);
          transform: translate(23px, -24px);
}
.td_card.td_style_2 .td_card_btn:hover svg:nth-child(2) {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.td_card.td_style_3 {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3 .td_card_label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 6px;
}
.td_card.td_style_3 .td_card_title,
.td_card.td_style_3 .td_card_subtitle {
  display: -webkit-box;
}
.td_card.td_style_3 .td_card_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.td_card.td_style_3 .td_card_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.td_card.td_style_3 .td_card_meta li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .td_card.td_style_3 .td_card_meta li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
.td_card.td_style_3 .td_card_meta li:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: var(--ed-primary-color);
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_meta {
    font-size: 16px;
  }
  .td_card.td_style_3 .td_card_meta img {
    width: 20px;
  }
}
.td_card.td_style_3 .td_card_category {
  padding: 4px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3 .td_card_category span {
  position: relative;
  z-index: 2;
}
.td_card.td_style_3 .td_card_category::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--ed-primary-color);
  opacity: 0.12;
}
.td_card.td_style_3 .td_card_info {
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .td_card.td_style_3 .td_card_info {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_info {
    padding: 18px 20px 22px 20px;
  }
}
.td_card.td_style_3 .td_card_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.td_card.td_style_3 .td_card_btn {
  padding-top: 25px;
  margin-bottom: -75px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_card.td_style_3 .td_card_info_in {
  overflow: hidden;
}
.td_card.td_style_3 .td_card_thumb {
  overflow: hidden;
  display: block;
  position: relative;
}
.td_card.td_style_3 .td_card_thumb img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.td_card.td_style_3 .td_card_thumb:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.td_card.td_style_3 .td_card_lable {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 15px;
}
.td_card.td_style_3:hover .td_card_info {
  margin-top: -75px;
}
.td_card.td_style_3:hover .td_card_btn {
  margin-bottom: 0px;
}
.td_card.td_style_3.td_type_1 {
  padding: 20px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-clip-path: inset(0 round 50px 50px 50px 50px);
          clip-path: inset(0 round 50px 50px 50px 50px);
  position: relative;
}
.td_card.td_style_3.td_type_1::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 5px dashed #6440fb;
  border-radius: 54px;
}
.td_card.td_style_3.td_type_1 > * {
  position: relative;
  z-index: 2;
}
.td_card.td_style_3.td_type_1 .td_card_thumb {
  border-radius: 50px;
  overflow: hidden;
  height: 265px;
}
.td_card.td_style_3.td_type_1 .td_card_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_card.td_style_3.td_type_1 .td_card_category {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #fff0d4), color-stop(95.86%, #d6fff7));
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3.td_type_1 .td_card_category::before {
  border-radius: 50px;
}
.td_card.td_style_3.td_type_1 .td_card_meta {
  margin: 0;
}
.td_card.td_style_3.td_type_1 .td_card_info {
  padding: 30px 10px 10px 10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_3.td_type_1 .td_card_info {
    padding: 25px 0px 10px 0px;
  }
}
.td_card.td_style_3.td_type_1 .td_btn.td_style_1 .td_btn_in {
  padding: 10px 25px;
}
.td_card.td_style_3.td_type_1:hover .td_card_thumb {
  height: 196px;
  margin-bottom: 69px;
}
.td_card.td_style_3.td_type_2 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.td_card.td_style_3.td_type_2 .td_card_info {
  border: 2px solid var(--ed-border-color);
  border-top: 0;
}
.td_card.td_style_3.td_type_2 .td_card_meta {
  margin-bottom: 15px;
}
.td_card.td_style_3.td_type_2:hover .td_card_info {
  margin-top: 0;
}
.td_card.td_style_3.td_type_3 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.td_card.td_style_3.td_type_3 .td_card_thumb img {
  width: 100%;
}
.td_card.td_style_3.td_type_3 .td_card_info_in {
  overflow: initial;
}
.td_card.td_style_3.td_type_3 .td_card_info {
  padding-top: 24px;
}
.td_card.td_style_3.td_type_3 .td_card_meta {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0 20px;
  padding: 12px 30px;
  margin-bottom: 0;
}
.td_card.td_style_3.td_type_3 .td_card_meta li:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
}
.td_card.td_style_3.td_type_3 .td_card_meta li::before {
  display: none;
}
.td_card.td_style_3.td_type_3 .td_card_enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1 .td_btn_in {
  padding: 8px 16px;
}
.td_card.td_style_3.td_type_3 .td_rating {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 0 -10px;
}
.td_card.td_style_3.td_type_3 .td_card_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2 {
  -webkit-box-shadow: 4px 4px 0px 0px var(--ed-title-color);
          box-shadow: 4px 4px 0px 0px var(--ed-title-color);
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2:hover {
  -webkit-box-shadow: 4px -4px 0px 0px var(--ed-title-color);
          box-shadow: 4px -4px 0px 0px var(--ed-title-color);
}
.td_card.td_style_3.td_type_3:hover .td_card_info {
  margin-top: 0;
}

.td_card.td_style_4 {
  background-color: var(--ed-primary-color);
  border-radius: 50px;
  gap: 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
          box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .td_card.td_style_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 20px;
  }
}
.td_card.td_style_4 h3 span {
	display: inline-block;
	background-color: #fff;
	color: var(--ed-primary-color);
	padding: 0 10px;
	border-radius: 10px;
}
.td_card.td_style_4 .td_card_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}
.td_card.td_style_4 .td_card_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3.td_with_shadow:after {
  background-color: rgba(40, 11, 183, 0.8);
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3:hover .td_btn_in {
  border-color: #fff;
  color: var(--ed-primary-color);
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3:hover .td_btn_in::before {
  background-color: #fff;
}
.td_card.td_style_4 .td_card_1 {
  position: absolute;
  right: -30px;
  top: -60px;
}
.td_card.td_style_4 .td_card_2 {
  position: absolute;
  right: -30px;
  bottom: -60px;
}

.td_card.td_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .td_card.td_style_5 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .td_card.td_style_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.td_card.td_style_5 .td_card_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_card.td_style_5 .td_card_label {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 30px;
  z-index: 2;
}
.td_card.td_style_5 .td_card_label img {
  width: 14px;
  height: 14px;
}
.td_card.td_style_5 .td_card_thumb {
  border-radius: 10px;
  padding: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  height: 242px;
  position: relative;
  -webkit-clip-path: inset(0 round 10px 10px 10px 10px);
          clip-path: inset(0 round 10px 10px 10px 10px);
}
@media (max-width: 1400px) {
  .td_card.td_style_5 .td_card_thumb {
    padding: 6px;
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_5 .td_card_thumb {
    width: 300px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .td_card.td_style_5 .td_card_thumb {
    width: 100%;
    height: 260px;
  }
}
.td_card.td_style_5 .td_card_thumb:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 4px dashed var(--ed-border-color);
  border-radius: 13px;
}
.td_card.td_style_5 .td_card_thumb .td_card_thumb_in {
  height: 100%;
  width: 100%;
}
.td_card.td_style_5 .td_card_thumb .td_card_thumb_in > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.td_card.td_style_5 .td_card_thumb:hover .td_card_thumb_in > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.td_card.td_style_5 .td_card_thumb_in {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.td_card.td_style_5 .td_card_thumb_in > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .td_card.td_style_5 .td_card_content {
    width: 100%;
  }
}
.td_card.td_style_5 .td_card_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}
.td_card.td_style_5 .td_card_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.td_card.td_style_5 .td_card_meta li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
}
.td_card.td_style_5 .td_card_meta li:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: var(--ed-primary-color);
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.td_card.td_style_5 .td_card_meta li img {
  width: 20px;
  height: 20px;
}
.td_card_btns_wrap_between{
  justify-content: space-between;
}
.td_card.td_style_5 .td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 8px 16px;
}
.td_card.td_style_5 .td_card_btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.td_card.td_style_5 .td_card_price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  min-width: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 30px;
}
.td_card.td_style_5 .td_card_price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.td_card.td_style_5 .td_card_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td_card.td_style_5 .td_rating {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: -12px;
  margin-right: -5px;
}
.td_card.td_style_5.td_type_1 .td_card_thumb {
  padding: 16px;
  border-radius: 50px;
  background-color: #ebeced;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  border: none;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.td_card.td_style_5.td_type_1 .td_card_thumb:before {
  display: none;
}
.td_card.td_style_5.td_type_1 .td_card_thumb_in {
  border-radius: 50px;
  overflow: hidden;
}
.td_card.td_style_5.td_type_1:hover .td_card_thumb {
  background-color: var(--ed-primary-color);
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.td_card.td_style_5.td_type_2 .td_card_label {
  position: initial;
}
.td_card.td_style_5.td_type_2 .td_card_label:hover {
  color: #fff;
  opacity: 0.9;
}
.td_card.td_style_5.td_type_2 .td_card_flag {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.td_card.td_style_5.td_type_3 {
  position: relative;
}
.td_card.td_style_5.td_type_3::before {
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  left: -10px;
  top: -10px;
  border-radius: 10px;
  border: 1px solid var(--ed-primary-color);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td_card.td_style_5.td_type_3 .td_card_thumb {
  padding: 0;
  border-radius: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.td_card.td_style_5.td_type_3 .td_card_thumb:before {
  display: none;
}
.td_card.td_style_5.td_type_3 .td_card_label {
  gap: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.td_card.td_style_5.td_type_3 .td_card_price {
  border: 1px solid var(--ed-primary-color);
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_card.td_style_5.td_type_3 .td_btn.td_style_1.td_type_3 .td_btn_in {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_card.td_style_5.td_type_3:hover::before {
  opacity: 1;
}
.td_card.td_style_5.td_type_3:hover .td_card_price {
  background-color: var(--ed-primary-color);
  color: #fff;
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3 .td_btn_in {
  color: #fff;
  border-color: var(--ed-primary-color);
  background-color: var(--ed-primary-color);
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3 .td_btn_in:before {
  background-color: var(--ed-title-color);
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3:hover .td_btn_in:before {
  opacity: 0.25;
}

.td_card.td_style_6 {
  padding: 30px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
@media (max-width: 1400px) {
  .td_card.td_style_6 {
    padding: 25px;
  }
}
.td_card.td_style_6 .td_card_list {
  border-top: 1px solid var(--ed-title-color);
}
.td_card.td_style_6 .td_card_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--ed-title-color);
  padding: 10px 0;
}

.td_card.td_style_7 {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  margin: -250px 0 0 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .td_card.td_style_7 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_7 {
    padding: 30px 24px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_7 {
    margin-top: 0;
  }
}
.td_card.td_style_7 .td_card_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebeced;
  background-color: rgba(235, 236, 237, 0.25);
  border-radius: 10px;
  padding: 11px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .td_card.td_style_7 .td_card_list li {
    padding: 11px 15px;
  }
}
.td_card.td_style_7 .td_card_list li:hover {
  background-color: rgba(235, 236, 237, 0.8);
}
.td_card.td_style_7 .td_card_list li:not(:last-child) {
  margin-bottom: 15px;
}
.td_card.td_style_7 .td_card_list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.td_card.td_style_7 .td_card_list span svg {
  color: var(--ed-primary-color);
}
.td_card.td_style_7 .td_card_video_block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 .td_player_btn {
  color: var(--ed-primary-color);
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 .td_player_btn::after {
  background-color: #fff;
}

/*--------------------------------------------------------------
20. Features
----------------------------------------------------------------*/
.td_features.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .td_features.td_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.td_features.td_style_1 .td_features_content,
.td_features.td_style_1 .td_features_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_content,
  .td_features.td_style_1 .td_features_thumb {
    width: 100%;
  }
}
.td_features.td_style_1 .td_features_thumb {
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .td_features_thumb img {
    width: calc(100% + 110px);
    max-width: initial;
  }
}
.td_features.td_style_1 .td_feature_list {
  max-width: 465px;
}
.td_features_content {
  top: 200px;
  position: relative;
}
@media (max-width: 1024px) {
  .td_features_content{
    top:0;
  }
}
.td_features.td_style_1  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td_features.td_style_1  li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .td_features.td_style_1  li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 350px) {
  .td_features.td_style_1  li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.td_features.td_style_1  li:hover .td_feature_icon::before {
  opacity: 0.15;
}
.td_features.td_style_1  .td_feature_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100px;
  width: 100px;
  padding: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .td_features.td_style_1  .td_feature_icon {
    height: 80px;
    width: 80px;
  }
}
.td_features.td_style_1  .td_feature_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: var(--ed-primary-color);
  opacity: 0.05;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_features.td_style_1  .td_feature_icon svg,
.td_features.td_style_1  .td_feature_icon img {
  position: relative;
  z-index: 1;
}
.td_features.td_style_1  .td_feature_icon svg path {
  fill: var(--ed-primary-color);
}
.td_features.td_style_1 .td_features_shape_1 {
  left: 49%;
  top: 5%;
  opacity: 0.15;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_shape_1 {
    display: none;
  }
}
.td_features.td_style_1 .td_features_shape_2 {
  left: 10%;
  bottom: 0;
  opacity: 0.15;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_shape_2 {
    display: none;
  }
}

.td_features.td_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .td_features.td_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.td_features.td_style_2 .td_feature_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.td_features.td_style_2 .td_feature_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
}
.td_features.td_style_2 .td_feature_icon img {
  width: 100%;
}
.td_features.td_style_2 .td_features_content_wrap {
  padding: 80px 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 57%;
}
@media (max-width: 991px) {
  .td_features.td_style_2 .td_features_content_wrap {
    width: 100%;
    padding: 40px 0 0;
  }
}
.td_features.td_style_2 .td_features_content {
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .td_features.td_style_2 .td_features_content {
    padding: 40px 25px;
  }
}
.td_features.td_style_2 .td_feature_list {
  max-width: 400px;
}
.td_features.td_style_2 .td_feature_list li:not(:last-child) {
  margin-bottom: 40px;
}
.td_features.td_style_2 .td_features_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 57%;
  margin-right: -14%;
}
@media (max-width: 991px) {
  .td_features.td_style_2 .td_features_thumb {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
}
.td_features.td_style_2 .td_player_btn_wrap,.td_video_thumb {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.td_features.td_style_2 .td_player_btn_wrap::after,.td_video_thumb .td_player_btn_wrap::after{
  content: "";
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 1px dashed #fff;
  left: -5px;
  top: -5px;
  -webkit-animation: rotate-anim 25s linear infinite;
          animation: rotate-anim 25s linear infinite;
}
.td_features.td_style_2 .td_player_btn_wrap:hover,.td_video_thumb .td_player_btn_wrap:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.td_features.td_style_2 .td_player_btn,.td_video_thumb .td_player_btn {
  height: 80px;
  width: 80px;
}
.td_features.td_style_2 .td_player_btn::before,.td_video_thumb .td_player_btn::before {
  display: none;
}
.td_features.td_style_2 .td_player_btn span,.td_video_thumb .td_player_btn span{
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.td_features_2_wrap {
  position: relative;
}
.td_features_2_wrap .container {
  position: relative;
  z-index: 2;
}
.td_features_2_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  background-color: var(--ed-primary-color);
}

/*--------------------------------------------------------------
21. Pricing
----------------------------------------------------------------*/
.td_pricing_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.td_pricing_control li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.td_pricing_control li a {
  color: rgba(0, 0, 27, 0.55);
}
.td_pricing_control li:hover a {
  color: var(--ed-title-color);
}
.td_pricing_control li:last-child a::before {
  left: initial;
  right: 100%;
}
.td_pricing_control li.active a {
  color: var(--ed-title-color);
}
.td_pricing_control li.active .td_switch::before {
  left: 5px;
}
.td_pricing_control .td_switch {
  display: inline-block;
  height: 30px;
  width: 60px;
  background: var(--ed-title-color);
  border-radius: 15px;
  margin: 0 20px;
  position: relative;
}
.td_pricing_control .td_switch::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--ed-white-color);
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td_pricing_control a {
  position: relative;
}
.td_pricing_control a::before {
  content: "";
  height: 24px;
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  z-index: 1;
}

.td_pricing.td_style_1 {
  border: 1px solid rgba(0, 0, 27, 0.5);
  padding: 0 40px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .td_pricing.td_style_1 {
    padding: 0 20px 40px;
  }
}
.td_pricing.td_style_1 .td_pricing_package_name {
  display: inline-block;
  padding: 10px 32px;
  margin-left: -41px;
  margin-top: -1px;
  border-radius: 10px 0 10px;
}
@media (max-width: 1199px) {
  .td_pricing.td_style_1 .td_pricing_package_name {
    padding: 10px 20px;
    margin-left: -21px;
  }
}
.td_pricing.td_style_1 .td_pricing_icon {
  height: 80px;
  width: 80px;
  border: 1px solid var(--ed-title-color);
  border-radius: 50%;
  padding: 15px;
  margin-left: auto;
  margin-top: -14px;
  margin-bottom: 30px;
}
.td_pricing.td_style_1 .td_pricing_feature {
  margin-bottom: 40px;
}
.td_pricing.td_style_1 .td_pricing_feature li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.td_pricing.td_style_1 .td_pricing_feature li:not(:last-child) {
  margin-bottom: 16px;
}
.td_pricing.td_style_1 .td_pricing_feature li i {
  position: relative;
  top: 4px;
}
.td_pricing.td_style_1 .td_pricing_in {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.td_pricing.td_style_1:hover {
  background-color: var(--ed-title-color);
}
.td_pricing.td_style_1:hover .td_heading_color,
.td_pricing.td_style_1:hover h2,
.td_pricing.td_style_1:hover h3 {
  color: #fff;
}
.td_pricing.td_style_1:hover .td_pricing_icon {
  border-color: #fff;
}
.td_pricing.td_style_1:hover .td_pricing_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.td_pricing.td_style_1:hover .td_accent_bg {
  background-color: #fff;
  color: var(--ed-primary-color);
}
.td_pricing.td_style_1.td_type_1 {
  padding: 40px;
  background-color: rgba(235, 236, 237, 0.2);
}
@media (max-width: 575px) {
  .td_pricing.td_style_1.td_type_1 {
    padding: 30px 25px;
  }
}
.td_pricing.td_style_1.td_type_1 .td_pricing_package_name {
  margin: 0 0 10px 0;
  padding: 0;
}
.td_pricing.td_style_1.td_type_1 .td_pricing_in {
  max-width: 100%;
}
.td_pricing.td_style_1.td_type_1 .td_pricing_feature {
  margin-bottom: 30px;
}
.td_pricing.td_style_1.td_type_1:hover {
  background-color: var(--ed-primary-color);
  border-color: var(--ed-primary-color);
}

/*--------------------------------------------------------------
22. Contact
----------------------------------------------------------------*/
.td_contact_box.td_style_2 {
  padding: 50px;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .td_contact_box.td_style_2 {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .td_contact_box.td_style_2 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .td_contact_box.td_style_2 {
    padding: 40px 25px;
  }
}

.td_contact.td_style_1 {
  position: relative;
}
.td_contact.td_style_1 .td_contact_in {
  position: relative;
  padding: 0 80px;
  -webkit-box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 25px;
  }
}
@media (max-width: 350px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 15px;
  }
}
.td_contact.td_style_1 .td_contact_in > .row {
  position: relative;
  z-index: 2;
}
.td_contact.td_style_1 .td_contact_shape_1 {
  left: -35px;
  top: -5px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_1 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_2 {
  right: -15px;
  top: -20px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_2 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_3 {
  right: -40px;
  bottom: -10px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_3 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_4 {
  left: -5px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_4 {
    display: none;
  }
}

.td_form_field_3 {
  position: relative;
}
.td_form_field_3 input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  background-color: transparent;
  outline: none;
  height: 30px;
}
.td_form_field_3 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input:focus, .td_form_field_3 input:valid {
  border-color: #fff;
}
.td_form_field_3 label.focused {
  top: -22px;
}
.td_form_field_3 label {
  width: 100%;
  margin: 0;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_video_block.td_style_2 + .td_contact.td_style_1 {
  margin-top: -270px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .td_video_block.td_style_2 + .td_contact.td_style_1 {
    margin-top: 80px;
  }
}

.td_bg_img_number_box .td_bg_img_number_box_number {
  font-size: 350px;
  line-height: 0.75em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px #fff;
}
@media (max-width: 767px) {
  .td_bg_img_number_box .td_bg_img_number_box_number {
    font-size: 250px;
  }
}/*# sourceMappingURL=style.css.map */

/* fixing */
.mb-0 .elementor-icon-box-title {
	margin: 0;
}

/* Fixing */
.td_card.td_style_5 .td_card_price * {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
  }
  .td_card.td_style_5 .td_card_price ins,.td_card.td_style_5 .td_card_price span {
	border: none;
	text-decoration: none;
  }

  .td_progress_wraps .td_progress_wrap:last-child {
    margin: 0;
  }

  .td_video_thumb .td_player_btn_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }

  .td_funfact.td_style_2 .td_funfact_number {
    min-width: max-content;
  }
  
  .td_newsletter-middle .td_newsletter.td_style_1 {
    max-width: 440px;
    margin: 0 auto;
  }

  .td_newsletter-middle .td_btn.td_style_1 {
    height: 100%;
  }

  .quick-contact br {
    display: none;
  }
  .quick-contact input{
    border-radius: 0;
    padding-left: 0;
  }
  .wpcf7-not-valid-tip{
    color: #ccc !important;
  }
  .td_testimonial_thumbs {
    display: flex;
    align-items: center;
    gap:15px;
  }
  .td_testimonial_meta.td_testimonial_meta_quote {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:20px;
  }
  .td_pricing_title.td_fs_32.td_mb_20 {
    font-size: 25px;
    font-weight: 500;
  }