* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span,
button,
a {
  font-family: "Manrope" !important;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

/* heading */
.f-16 {
  color: #2d2d2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.f-20 {
  color: #2d2d2e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.333px;
}

.f-23 {
  color: #2d2d2e;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.333px;
}

/* theme_buttom */
.themeBtn-blue {
  min-height: 35px;
  color: #fff;
  padding: 4px 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background: #2350ff;
  border: 2px solid #2350ff;
  line-height: normal;
  border-radius: 50px;
}

.themeBtn-blue:hover {
  background: #2d2d2e;
  border: 2px solid #2d2d2e;
}

.cross_btn {
  background: none;
  border: none;
}

/* header start css */
.site-header .navbar-brand img {
  max-width: 50px;
}

.site-header .search {
  margin-left: auto;
}

.site-header .navbar-nav .nav-link {
  color: #000;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.333px;
}

.site-header .navbar-nav .nav-link:hover {
  color: #2350ff;
}

.site-header .offcanvas-body {
  padding-left: 45px;
}

.site-header .offcanvas-header .btn-close {
  padding: 3px;
  opacity: 1;
}

/* header end css */

/* shop_modal */
.shop_modal {
  margin-top: 86px;
}

.shop_body {
  padding: 0 24px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: white;
  top: 117px;
  margin-top: 0;
  padding-top: 16px;
}

@media screen and (min-width: 1024px) {
  .shop_body {
    top: 142px;
  }
}

.shop_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e1;
  /* margin-top: 86px; */
  padding: 15px 0;
  background: white;
}

.shop_item {
  border-radius: 12.5px;
  border: 1px solid #d7d7dc;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 16px;
}

.shop_item h6 {
  margin-bottom: 8px;
}

.content img {
  max-width: 100px;
}

/* banner-wrap start */
.main-title {
  color: #2d2d2e;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
}

section.banner-wrap {
  padding: 42px 0;
}

.about-video-wrapper {
  width: 60%;
  height: 250px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-left: auto;
  margin-bottom: 25px;
}
.about-video-wrapper2 {
  width: 60%;
  height: 250px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-left: auto;
  margin-bottom: 25px;
}

.about-video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-video-wrapper2 video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vedio_footer {
  position: absolute;
  width: 91%;
  bottom: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
}



.alignment-left {
  color: white;
  font-weight: bold;
  max-width: 177px;
}

.alignment-right {
  color: white;
  font-weight: bold;
  max-width: 177px;
  padding-left: 50px;
}

.vedio_main_inner a:hover {
  color: #2350ff;
  position: relative;
  z-index: 9;
}

.vedio_wrap h5 span {
  display: block;
  width: 100%;
  text-align: right;
}

.f-23 h5 span {
  display: block;
  width: 100%;
  text-align: right;
}

.production_section {
  width: 100%;


}

.production_section h6 {
  text-align: right;
  font-size: 14px;
  margin: 0;
}

.production_section p {
  text-align: right;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.vedio_wrap {
  position: relative;
}

.vedio_wrap::after {
  content: "";
  width: 30px;
  height: 50px;
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
  border-radius: 50px;
  background: black;
  margin: 0 auto;
}

.vedio_wrap::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -55px;
  left: 53%;
  height: 3px;
  right: 0;
  border-radius: 50px;
  background: black;
  margin: 0 auto;
}

.vedio_wrap.before_none::before {
  display: none;
}

.vedio_wrap.after_none::after {
  display: none;
}

.vedio_main {
  margin: 125px 0 52px;
}


.triangle-up {
  position: relative;
}

.triangle-up::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -55px;
  left: 53%;
  height: 3px;
  right: 0;
  border-radius: 50px;
  background: black;
  margin: 0 auto;
}

.triangle-up.before_none::before {
  display: none;
}

.triangle-up::after {

  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid;
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
}



.triangle-up.after_none::after {
  display: none;
}

/* .triangle-up {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #000;
} */

.link_btn {
  color: #2350ff;
  /* h4.semibold */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.333px;
}

.link_btn,
.link_btn:hover,
.link_btn:focus {
  color: #2350ff !important;
}

.shareBtn {
  width: 100px;
  height: 50px;
  border-radius: 12.5px;
  background: #eee;
  color: #000;
  border: 2px solid #eee;
  font-size: 19.05px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.333px;
}

.shareBtn span {
  padding-left: 5px;
}

.shareBtn:hover {
  background: #2350ff;
  color: white;
  border: 2px solid #2350ff;
}

.shareBtn:hover svg path {
  fill: white;
}

.share_btn {
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 39px;
}

/* footer_top */
.footer_location {
  display: none;
}

.footer_top {
  margin-top: -2px;
  background: #2F4FF4;
  padding: 0px 0px 54px;
}

.brand_logo {
  margin-top: 32px;
}

.footer_top .vedio_wrap::after {
  display: none;
}

.fw-normal {
  font-weight: 400 !important;
}

.text_detail {
  margin-top: 32px;
}

.logo_brand_Wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 282px;
  margin: 28px auto;
}

.shop_modal {
  background: white;
}

.vedio_page .shop_body {
  z-index: 10;
  top: 55px;
}

/* tik_tok_vedio */
.tik_tok_vedio {
  height: calc(100vh - 46.6px);
  border-radius: 0;
}

.tik_tok_vedio_without_header {
  height: 100vh;
  border-radius: 0;
}

.tik_tok_vedio .about-video-wrapper {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.tik_tok_vedio .about-video-wrapper2 {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.social_icon_btn ul li {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.social_icon_btn ul li span {
  font-weight: 900;
  font-size: 20px;
}

.social_icon_btn ul li p {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  cursor: pointer;
}

.social_icon_btn ul {
  position: absolute;
  top: 46px;
  right: 0px;
}

.bg-social {
  padding: 15px 8px;
  border-radius: 8px;
}

.social_icon_btn {
  position: relative;
  z-index: 9;
}

.coores_light_logo {
  position: absolute;
  top: 46px;
  z-index: 9;
}

.vedio_page_footer {
  position: absolute;
}

/* footer */
.footer {
  background: #1d1d1f;
  padding: 40px 0;
}

.link_footer a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180.523%;
  /* 25.273px */
}

.link_footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link_footer ul li {
  text-align: center;
  color: white;
  font-size: 14px;
}

.link_footer ul span {
  margin-right: 10px;
  margin-left: 10px;
}

.footer p a {
  color: white;
}

.modal_costom .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100vh;
}

.modal {
  padding-right: 0 !important;
}

.modal_costom .modal-content {
  border: none;
  border-radius: 0;
  min-height: 100%;
}

.btn-close {
  width: 30px;
  opacity: 1;
  font-size: 21px;
  margin-left: auto;
  display: flex;
}

.search_Wrap {
  margin-top: 31px;
  padding: 0 26px;
}

.icon_fild .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.icon_fild {
  position: relative;
}

.search_Wrap .form-control {
  border: none;
  padding-left: 40px;
  color: #000;
  font-size: 27.648px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.333px;
}

.search_result {
  margin-top: 58px;
}

.search_list p {
  font-size: 19.05px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
  letter-spacing: -0.333px;
}

.search_list li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
}

.search_list li a:hover {
  color: #2350ff;
}

.search_list li a img {
  margin-right: 9px;
}

.search_list li {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}

.modal_inner_wrap .main-title {
  color: #2d2d2e;
  margin-top: 20px;
  text-align: center;
  font-size: 39.813px;
  font-style: normal;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
}

.scroll_modal .modal-content {
  border-radius: 25px;
}

.scroll_modal .modal-body {
  padding: 1rem 24px;
}

.list_item img {
  margin-right: 32px;
}

.list_item p {
  font-weight: normal;
}

.list_item span {
  font-family: 'Times New Roman', Times, serif !important;
}

.list_item {
  display: flex;
  align-items: self-start;
  margin-bottom: 32px;
}

/* comments_user */
.comments_user {
  display: flex;
  align-items: center;
}

.comments_user img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
}

.comments_user h1 {
  color: #2d2d2e;
  font-size: 19.05px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  letter-spacing: -0.333px;
}

.comments_user h1 span {
  color: #b4bbc6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  letter-spacing: -0.333px;
}

.comments_user {
  margin-bottom: 10px;
}

.comments_wrap p {
  color: #272727;
  font-size: 19.05px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.333px;
  margin-bottom: 15px;
}

.comment_footer span img {
  margin-right: 7px;
}

.comment_footer span:hover {
  color: #2350ff;
}

.comment_footer span {
  color: var(--headline-black, #2d2d2e);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.333px;
}

.comments_wrap {
  margin-bottom: 16px;
}

.comment_footer span {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.comment_footer {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment_section {
  width: 100%;
  border-radius: 7px;
  border: 1.5px solid rgba(180, 187, 198, 0.5);
  background: #fff;
  padding: 6px;
}

.comment_section .form-control {
  border: none;
}

.footer_comment_inner {
  border-radius: 5px;
  background: #f8f8f8;
}

.footer_comment_inner span {
  padding-right: 20px;
}

.sendbtn {
  width: 66px;
  height: 32px;
  border-radius: 4px;
  background: #bdbdbd;
  border: 2px solid #bdbdbd;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}

.sendbtn:hover {
  background: #2350ff;
  border: 2px solid #2350ff;
}

.footer_comment_inner {
  border-radius: 5px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px;
}

.modal-footer {
  width: 100%;
  padding: 0px;
  border-top: 0;
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.comment_section .form-control::placeholder {
  color: #9e9ea8;
}

.comment_section .form-control:-ms-input-placeholder {
  color: #9e9ea8;
}

/* mpactReduction-modal */
.bg_gray {
  background: #a5a5a5;
}

.circal_box {
  width: 50px;
  height: 50px;
  color: var(--headline-black, #2d2d2e);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
}

.Impact_list h1 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.333px;
}

.item_box {
  width: 55px;
  text-align: center;
}

.bg_blue {
  background: #2350ff;
  color: white;
}

.txt-color {
  color: #2350ff !important;
}

.list-left {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.list-right {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.Impact_list {
  display: flex;
  justify-content: space-around;
}

img.Arrow-blue {
  position: relative;
  top: 29px;
}

.bg_litgreen {
  background: #2cbeae;
  color: white;
}

.txt-litgreen {
  color: #2cbeae !important;
}

/* time_line_wrap */
.time_line_wrap {
  width: 212px;
  margin-left: auto;
}

.txt_dark {
  color: #272727;
}

.year-text {
  font-size: 12px;
  font-weight: normal;
  color: #272727;
}

.year-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #272727;
}

.item_rigt_time .year-heading {
  position: relative;
}

.item_rigt_time .year-heading::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #d8d8d8;
  border-radius: 50px;
  left: -55px;
}

.time_line_wrap {
  width: 212px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-right: 36px;
  margin-top: 21px;
}

.time_line_right {
  position: relative;
}

.time_line_right::after {
  content: "";
  position: absolute;
  top: 25px;
  height: 79%;
  width: 3px;
  background-color: #d8d8d8;
  left: -44px;
}

.item_left_time {
  margin-bottom: 72px;
}

.item_rigt_time {
  margin-bottom: 50px;
}

.icon_num {
  position: relative;
}

.number {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
  position: absolute;
  z-index: 999;
  background: #ec5569;
  right: 9px;
  top: 2px;
}

.offcanvas-body li.nav-item {
  display: inherit;
}

.offcanvas-body .number {
  right: -8px;
  top: 2px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.footer .f-20 {
  font-size: 16px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .error {
  font-size: 14px;
}

#hover-btn #icon {
  display: none;
}

#hover-btn #icon i {
  cursor: pointer;
}

#hover-btn:hover #icon {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

.icon-white {
  color: white;
}

.truncate-desc {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-desc-one {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inverted-arrow {
  filter: invert(100%);
}

.mt-100 {
  margin-top: 100px;
}

.modal {
  background-image: linear-gradient(rgb(35, 79, 71) 0%,
      rgb(36, 121, 106) 100.2%);
}

.modal-title {
  font-weight: 900;
}

.modal-content {
  border-radius: 13px;
}

.modal-body {
  color: #3b3b3b;
}

.img-thumbnail {
  border-radius: 33px;
  width: 61px;
  height: 61px;
}

.fab:before {
  position: relative;
  top: 13px;
}

.smd {
  font-size: small;
  text-align: center;
}

.smd i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

.modal-footer {
  display: block;
}

.ur {
  border: none;
  background-color: #e6e2e2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.cpy {
  border: none;
  background-color: #e6e2e2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

button.focus,
button:focus {
  outline: 0;
  box-shadow: none !important;
}

.ur.focus,
.ur:focus {
  outline: 0;
  box-shadow: none !important;
}

.message {
  font-size: 11px;
  color: #ee5535;
}

.share-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}

.loader-overlay {
  width: calc(100% - 220px);
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width-overlay {
  width: 100vw;
}

.play-video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
}

.mobileAppbar {
  display: none !important;
}

.mobileCollapse {
  display: none !important;
}

.crud-button {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  border-radius: 0.25em;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.crud-primary {
  line-height: 40px;
  transition: ease-in-out 0.2s;
  padding: 0 16px;
}

.crud-touch {
  transition: ease-in-out 0.2s;
  line-height: 40px;
  padding: 0px;
  text-align: center;
}

.crud-edit:before,
.crud-delete:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1rem;
  padding-right: 12px;
  background: none;
}

.crud-touch.crud-edit:before,
.crud-touch.crud-delete:before {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}

.crud-edit:before {
  content: "\f040";
}

.crud-delete:before {
  content: "\f1f8";
}

.video-section {
  cursor: move;
  position: relative;
}

.arrows-icons {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-inline: 10px;

}

.video-section>.arrows-icons {
  position: absolute;
  right: 0;
}