.txt_light_purple {
  color: #CD68F6 !important;
}

.txt_green {
  color: #12C64B !important;
}

.txt_yellow {
  color: #F5BE43 !important;
}

.txt_red {
  color: #FF0000 !important;
}

.txt_black {
  color: #000 !important;
}

.txt_black_lg {
  color: #111 !important;
}

.lightyellow_bg {
  background: #F9FBED;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1434px;
  }
}

.ls_0 {
  letter-spacing: 0px !important;
}

.lh_normal {
  line-height: normal !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_800 {
  font-weight: 800 !important;
}

.br_20 {
  border-radius: 20px !important;
}

.separator {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}

.p_txt_xxl {
  font-size: calc(22px + (28 - 22) * ((100vw - 280px) / (1920 - 280)));
  color: #fff;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}

.p_txt_xl {
  font-size: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280)));
  line-height: normal;
}

.p_txt_lg {
  color: #605E5E;
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: calc(24px + (30 - 24) * ((100vw - 280px) / (1920 - 280)));
  letter-spacing: 0.36px;
}

.p_txt_sm {
  color: #605E5E;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
}

.hd_xl {
  font-size: calc(28px + (48 - 28) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 800;
  line-height: normal;
  color: #111;
}

.hd_lg {
  font-size: calc(24px + (36 - 24) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  color: #111;
  letter-spacing: 0.72px;
}

.section_pt {
  padding-top: calc(40px + (120 - 40) * ((100vw - 280px) / (1920 - 280)));
}

.section_pb {
  padding-bottom: calc(40px + (120 - 40) * ((100vw - 280px) / (1920 - 280)));
}

.last_section_pb {
  padding-bottom: calc(80px + (200 - 80) * ((100vw - 280px) / (1920 - 280)));
}

.separator_custom {
  border-radius: 30px;
  opacity: 0.1;
  background: #111;
  height: 1px;
}

.vector_shape_left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30%;
}

.vector_shape_right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30%;
}

html,
body {
  font-family: "Lato";
}

.main_navbar {
  background-image: url("../images/navbar_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_navbar .navbar-brand img {
  max-height: 70px;
}

.main_navbar .navbar-nav .nav-item .nav-link {
  padding: 0px;
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #fff;
  margin-right: 72px;
  transition: ease 0.5s;
}

.main_navbar .navbar-nav .nav-item .nav-link.active {
  color: #CD68F6;
}

.main_navbar .navbar-nav .nav-item .nav-link:hover {
  color: #CD68F6;
}

.main_navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}

.main_navbar.main_page_navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  background-image: none;
}

.main_navbar.main_page_navbar .navbar-brand img {
  max-height: none;
}

.main_navbar .navbar-nav .nav-item .nav-link {
  position: relative;
}

.main_navbar .navbar-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background: #CD68F6;
  transition: ease 0.5s;
}

.main_navbar .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (max-width:991px){
  .main_navbar.main_page_navbar .navbar-brand img {
      max-height: 70px;
  }
  
  .main_navbar .navbar-toggler {
      padding: 0px;
      border: none;
      box-shadow:none;
  }
  
  .main_navbar .navbar-toggler span {
      filter: brightness(0) invert(1);
  }
  
  .main_navbar .navbar-collapse .navbar-nav, .main_navbar .navbar-collapse .navbar_right {
      padding: 5px 10px 5px;
  }
  
  .main_navbar .navbar-collapse .navbar-nav .nav-item {
      padding: 12px 0px;
      border-bottom: 1px solid #ffffff2e;
  }
  .main_navbar .navbar-nav .nav-item .nav-link:before{
      display: none;
  }
  .main_navbar.main_page_navbar{
      background-image: url("../images/navbar_bg.jpg");
  }
}

.subscribe_section {
  margin-top: -240px;
  margin-bottom: 45px;
}

.subscribe_section .subscribe_wrapper {
  padding: calc(16px + (57 - 16) * ((100vw - 280px) / (1920 - 280))) calc(16px + (49 - 16) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 20px;
  background: #F9FBED;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.subscribe_section .subscribe_wrapper .subscribe_img {
  margin-right: 68px;
  max-width: 210px;
}

.subscribe_section .subscribe_wrapper .subscribe_img:last-child {
  margin-right: 0;
}

.footer_wrapper {
  background-image: url("../images/footer_bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 160px;
}

.footer_wrapper .footer_menu_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  list-style: none;
}

.footer_wrapper .footer_menu_list ul li {
  border-right: 1px solid #ffffff2b;
  line-height: 1;
}

.footer_wrapper .footer_menu_list ul li a {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  text-decoration: none;
  color: #fff;
  margin: 0px calc(20px + (40 - 20) * ((100vw - 280px) / (1920 - 280)));
  transition: ease .5s;
}

.footer_wrapper .footer_menu_list ul li a:hover {
  color: #CD68F6;
}

.footer_wrapper .footer_menu_list ul li:first-child a {
  margin-left: 0px;
}

.footer_wrapper .footer_menu_list ul li:last-child {
  border-right: 0 !important;
}

.footer_wrapper .footer_menu_list ul li:last-child a {
  margin-right: 0px;
}

.copyright_wrapper {
  padding: calc(20px + (29 - 20) * ((100vw - 280px) / (1920 - 280))) 0px;
}

.follow_wrapper_link a {
  transition: ease 0.65s;
  display: inline-flex;
  border-radius: 50px;
  overflow: hidden;
}

.follow_wrapper_link a:hover {
  transform: rotate(360deg);
}

@media screen and (max-width: 1199px) {
  .subscribe_section {
    margin-top: -220px;
  }

  .subscribe_section .subscribe_wrapper .subscribe_img {
    margin-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .footer_wrapper .footer_menu_list ul li a {
    font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
    margin: 0px calc(10px + (30 - 10) * ((100vw - 280px) / (1920 - 280)));
  }

  .subscribe_section {
    margin-top: -200px;
  }
}

@media screen and (max-width: 575px) {
  .subscribe_section .subscribe_wrapper {
    flex-wrap: wrap;
  }

  .subscribe_section .subscribe_wrapper .subscribe_img {
    max-width: calc(50% - 9%);
    margin: 6px 4% 6px 4% !important;
  }
}

.banner_section {
  background-image: url("../images/banner-bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.banner_section .banner_left_wrapper {
  padding: 33% 0px;
}

.banner_section .banner_left_wrapper h1 {
  color: #fff;
  font-family: "Lato";
  font-size: calc(36px + (72 - 36) * ((100vw - 280px) / (1920 - 280)));
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  /* 158.333% */
}

.banner_section .banner_left_wrapper h1 span .voice_img {
  max-height: 60px;
}

.banner_section .banner_right_wrapper img {
  mix-blend-mode: lighten;
}

@media screen and (max-width: 1199px) {
  .banner_section .banner_left_wrapper {
    padding: 40% 0px;
  }
}

@media screen and (max-width: 991px) {
  .banner_section .banner_left_wrapper h1 {
    font-size: calc(25px + (72 - 25) * ((100vw - 280px) / (1920 - 280)));
  }
}

@media screen and (max-width: 767px) {
  .banner_section .banner_left_wrapper {
    padding-top: 0.5rem;
    padding-bottom: 7rem;
  }

  .banner_section .banner_right_wrapper {
    max-width: 360px;
    margin: auto;
    padding-top: 6.5rem;
  }
}

@media screen and (max-width: 575px) {
  .banner_section .banner_right_wrapper {
    max-width: 275px;
  }
}

.episodes_card {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 15px;
}

.episodes_card .episodes_img {
  height: 202px;
}

.episodes_card .episodes_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 15px;
}

.episodes_card .episodes_info .episodes_intro_list .episodes_list {
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 16px;
  position: relative;
}

.episodes_card .episodes_info .episodes_intro_list .episodes_list:nth-child(1):before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.1;
  background: #605E5E;
}

.episodes_card.lg .episodes_img {
  height: 322px;
}

.episodes_card.lg .episodes_info .episodes_intro_list .episodes_list:nth-child(1):before,
.episodes_card.lg .episodes_info .episodes_intro_list .episodes_list:nth-child(2):before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.1;
  background: #605E5E;
}

@media screen and (max-width: 1199px) {
  .episodes_card.lg .episodes_img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .episodes_card .episodes_img {
    height: 300px;
  }

  .episodes_card.lg .episodes_img {
    height: 300px;
  }

  .episodes_card .episodes_info p {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  }

  .episodes_card .episodes_info .episodes_intro_list .episodes_list:nth-child(1):before,
  .episodes_card .episodes_info .episodes_intro_list .episodes_list:nth-child(2):before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0.1;
    background: #605E5E;
  }
}

@media screen and (max-width: 575px) {
  .episodes_card .episodes_img {
    height: 215px;
  }

  .episodes_card.lg .episodes_img {
    height: 215px;
  }
}

.btn_black {
  background: #111;
  padding: 11.5px 20px 11.5px 42px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  transition: all 0.75s;
  position: relative;
}

.btn_black img {
  margin-right: 10px;
  transition: all 0.75s;
  position: absolute;
  left: 8px;
  z-index: 1;
}

.btn_black span {
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #fff;
  transition: ease 0.75s;
}

.btn_black:hover span {
  transform: translateX(-24px);
}

.btn_black:hover img {
  left: calc(100% - 32px);
}

.btn_black.xl {
  padding: 14px 32px 14px 62px;
}

.btn_black.xl img {
  width: 34px;
}

.btn_black.xl span {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
}

.btn_black.xl:hover span {
  transform: translateX(-34px);
}

.btn_black.xl:hover img {
  left: calc(100% - 44px);
}

.btn_white {
  background: #fff;
  padding: 11.5px 20px 11.5px 42px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  transition: all 0.75s;
  position: relative;
}

.btn_white img {
  margin-right: 10px;
  transition: all 0.75s;
  position: absolute;
  left: 8px;
  z-index: 1;
}

.btn_white span {
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #111;
  transition: ease 0.75s;
}

.btn_white:hover {
  background: #111;
}

.btn_white:hover span {
  transform: translateX(-24px);
  color: #fff;
}

.btn_white:hover img {
  left: calc(100% - 32px);
}

.btn_white.xl {
  padding: 14px 32px 14px 62px;
}

.btn_white.xl img {
  width: 34px;
}

.btn_white.xl span {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
}

.btn_white.xl:hover span {
  transform: translateX(-34px);
}

.btn_white.xl:hover img {
  left: calc(100% - 44px);
}

.back_btn {
  text-decoration: none;
  color: #111;
  letter-spacing: 0.14px;
  transition: ease 0.5s;
}

.back_btn img {
  transform: rotate(180deg);
}

.back_btn:hover {
  color: #CD68F6;
}

.share_btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  border: 1px solid #111;
  transition: all 0.5s;
}

.share_btn:hover {
  background: #fff;
}

.share_btn:hover img {
  filter: brightness(0%);
}

@media screen and (max-width: 991px) {
  .share_btn {
    width: 45px;
    height: 45px;
  }
}

.custom_control {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  padding: 13px 20px;
  border-radius: 50px;
  background: #F7F7F7;
  box-shadow: none;
  outline: none;
  color: #000;
}

.custom_control:focus {
  box-shadow: 0 0 0 0.25rem #ffffff40;
}

.custom_control::placeholder {
  color: #605E5E;
}

.custom_control_2 {
  margin-bottom: 35px;
}

.custom_control_2 .form-label {
  color: #605E5E;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 10px;
}

.custom_control_2 .form-label .required {
  color: #FF0000;
}

.custom_control_2 .form-control {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  padding: 16px 20px;
  border-radius: 50px;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  box-shadow: none;
  outline: none;
  color: #000;
}

.custom_control_2 .form-control::placeholder {
  color: #C6C6C6;
}

.custom_control_2 .form-control:focus {
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .custom_control_2 {
    margin-bottom: 25px;
  }
}

.custom_breadcrumb {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background: #fff;
  backdrop-filter: blur(5px);
  padding: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280))) 0px;
}

.custom_breadcrumb ol li,
.custom_breadcrumb ol li a {
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #605E5E !important;
}

.custom_breadcrumb ol li a {
  color: #111 !important;
  text-decoration: none;
  transition: ease .5s;
}

.custom_breadcrumb ol li a:hover {
  color: #CD68F6 !important;
}

.custom_breadcrumb ol .breadcrumb-item+.breadcrumb-item {
  padding-left: 16px;
}

.custom_breadcrumb ol .breadcrumb-item+.breadcrumb-item::before {
  content: url("../images/breadcrumb_arrow.svg");
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .custom_breadcrumb ol .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
  }

  .custom_breadcrumb ol .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
  }
}

.platform_section {
  height: 0px;
  position: relative;
  z-index: 1;
}

.platform_section .platform_wrapper {
  padding: calc(16px + (44 - 16) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 20px;
  border: 2px solid #62BEA4;
  background: #333;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.16);
  margin-top: -78px;
}

.counter_section {
  background-image: url("../images/viewcount_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .whoweare_section .whoweare_left_wrapper {
    max-width: 240px;
    margin: auto;
  }
}

.search_wrapper {
  border-radius: 500px;
  border: 1px solid #EDEDED;
  background: #F7F7F7;
  padding: 5px;
  position: relative;
}

.search_wrapper .form-control {
  border: none;
  border-radius: 500px;
  background: transparent;
  color: #000;
  font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  box-shadow: none;
  padding: 0px 20px 0px 20px;
}

.search_wrapper .input-group-text {
  border-radius: 50px !important;
  max-width: 140px;
  width: 100%;
}

.search_wrapper:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background: linear-gradient(90deg, #BF1E2E 0%, #0B9444 100%);
  z-index: -1;
}

.no_data_wrapper {
  width: 90%;
  max-width: 320px;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .search_wrapper .form-control {
    padding: 0px 10px 0px 10px;
  }
}

.our_section .ourcard_wrapper {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}

.our_section .ourcard_wrapper .our_head .out_icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-right: 27px;
}

.our_section .ourcard_wrapper .our_head .out_icon.green {
  background: #12C64B;
}

.our_section .ourcard_wrapper .our_head .out_icon.purple {
  background: #CD68F6;
}

.our_section .ourcard_wrapper .our_head .out_icon.yellow {
  background: #F5BE43;
}

.our_image_section {
  margin-top: -53px;
}

.our_image_section .our_img {
  max-height: 542px;
}

.our_image_section .our_img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 991px) {
  .our_section .ourcard_wrapper {
    padding: 12px;
  }

  .our_section .ourcard_wrapper .our_head .out_icon {
    min-width: 46px;
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }

  .our_section .ourcard_wrapper .our_head h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
  }

  .our_image_section {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .our_image_section {
    margin-top: 0px;
  }
}

.contactus_left_wrapper,
.contactus_right_wrapper {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 46px 53px 40px;
}

@media screen and (max-width: 575px) {

  .contactus_left_wrapper,
  .contactus_right_wrapper {
    padding: 25px;
  }
}

.ep_section .ep_left_wrapper {
  max-height: 432px;
  border-radius: 40px;
}

.ep_section .ep_left_wrapper img {
  width: 100%;
  height: 100%;
  max-height: 432px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

.ep_section .ep_left_wrapper.podcast_img {
  background: #000;
}

.ep_section .ep_left_wrapper.podcast_img img {
  object-fit: contain;
}

.politics_wrapper img {
  max-width: 31px;
}

.politics_wrapper .politics_inner .politics_view label {
  position: relative;
  margin-right: 10px;
}

.politics_wrapper .politics_inner .politics_view label+label {
  padding-left: 12px;
}

.politics_wrapper .politics_inner .politics_view label+label:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #605E5E;
  top: 6px;
  left: 0;
}

/*# sourceMappingURL=style.css.map */

/* css custom tab design start */
.custom_tabs {
  border: none;
}

.custom_tabs .nav-item {
  margin-right: 40px;
}

.custom_tabs .nav-item .nav-link {
  padding: 0px;
  border: none;
  font-size: 18px;
  color: #605E5E;
  position: relative;
}

.custom_tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 3px;
  transition: all 0.5s;
  background: #000;
  border-radius: 10px;
}

.custom_tabs .nav-item .nav-link.active:before {
  width: 100%;
  background: linear-gradient(to right, rgb(175 57 61), rgb(25 139 66));
}

.custom_tabs .nav-item .nav-link.active {
  color: #000;
}

/* css custom tab design end */

/* Social button hover css start */
.menu {
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.menu .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  transition: all 0.75s;
  font-size: 18px;
}

.menu .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 53px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
}

.menu .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 106px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
}

.menu .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 159px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
}

.menu .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 212px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
}

.menu .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 265px;
  transform: rotate(0deg);
  transition-delay: 0.40s;
}

.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.menu .submenu li a {
  color: #212121;
}

.menu .submenu li a:hover i.fa {
  color: #fff;
}

.menu .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}

.menu .submenu li a:hover.twitter i.fa {
  background-color: #1DA1F2;
}

.menu .submenu li a:hover.linkedin i.fa {
  background-color: #0077B5;
}

.menu .submenu li a:hover.pinterest i.fa {
  background-color: #E60023;
}

.menu .submenu li a:hover.whatsapp i.fa {
  background-color: #075E54;
}

/* Social button hover css end */

/** @mip Css::Start **/
.formError .formErrorContent {
  background: unset !important;
  color: #ee0101 !important;
  font-size: unset;
}

.scroll-top-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  transition: 0.5s ease-in;
  border-radius: 100%;
  background-image: linear-gradient(to right, rgb(175 57 61), rgb(25 139 66));
  animation: animate-pulse 3s linear infinite;
}

.scroll-top-btn:hover {
  background-image: linear-gradient(to left, rgb(175 57 61), rgb(25 139 66));
  /* transform: rotate(180deg); */
}

.scroll-top-btn.show {
  display: flex;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(169 44 48 / 78%), 0 0 0 0 rgb(163 48 49);
  }

  40% {
    box-shadow: 0 0 0 25px rgba(255, 109, 74, 0.0), 0 0 0 0 rgb(68 110 61);
  }

  80% {
    box-shadow: 0 0 0 25px rgba(255, 109, 74, 0.0), 0 0 0 15px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 15px rgba(255, 109, 74, 0);
  }

}

@media (max-width: 767px) {
  .scroll-top-btn {
    width: 45px;
    height: 45px;
  }

  .scroll-top-btn svg {
    width: 18px;
    height: 18px;
  }
}