.carousel-item {
  background-color: white;
}
.slide-image-inner:after {
  content: '';
  background-color: #A8CBB2;
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.slide-image-inner {
  width: 100%;
  text-align: center;
}
.slide-tagline {
  color: #474747;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.inner_carousel.container.position-relative {
  position: relative;
  bottom: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slidesmalltext {
  color: #474747;
  font-weight: 400;
  font-size: 15px;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 57px;
}
span.colored_word {
  color: var(--color-primary);
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
/*.slide-circle {
  background-color: #eed9f8;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  position: absolute;
  bottom: -25%;
  left: 25%;
}*/
.inner_carousel.container.position-relative {
  position: unset !important;
}
#slider {
  overflow: hidden;
}
.slide-circle {
    background-color: #eed9f8;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    bottom: -29%;
    right: -5%;
}
#slider .carousel-indicators {
  display: inline-block;
  right: 0;
  left: 0;
  margin: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .carousel-indicators .active{
  width: 50px !important;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: inline-block;
  width: 4px !important;
  height: 4px;
  border: none;
  padding: 3px;
  background-color: var(--color-secondry);
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 1;
}
#slider .carousel-indicators li.active {
  width: 3px !important;
  height: 3px !important;
  border: none;
  background-color: var(--color-primary);
}
.slide_left_image img {
  z-index: 9;
  position: relative;
}
.slide-content-box {
  margin-top: 7em;
}
.slide-content-box img {
    margin-right: 10px;
    margin-top: 8px;
}
.slide-clip-path {
  background-color: #A8CBB2;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  /* z-index: 99; */
  width: 100%;
  clip-path: polygon(27% 0, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
}
.slide_left_image {
  padding: 9em 0;
}
/*------------------ All Categories --------------------*/
.cat_block  a {
  color: #141414;
  border: 1px solid var(--color-secondry);
  padding: 12px;
  border-radius: 10px;
}
.cat_block  img {
  border-radius: 0px 35px 0px 35px;
  background-color: white;
}
#featured-products a.theme_button3{
  padding: 11px 5em;
}
#promotional_banner {
  padding-top: 0;
}
/*------------------ Promotional Banner --------------------*/
.promo-row {
  background-color: #A8CBB2;
  margin: 0;
  position: relative;
}
.promo-content {
  background-color: white;
  margin: 3em  0;
  padding: 8em 5em;
  border-radius: 0px 300px 0px 0px;
}
#promotional_banner .section_main_head h3 {
  color: white;
}
.promo_text .section_main_head h6 {
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}
#promotional_banner .section_main_head h3 {
  color: var(--color-primary);
  font-weight: 700;
}
.promo-text, .promo-text p {
  color: #474747;
}
.promo_text {
  text-align: center;
}
.about_outer:after {
  content: '';
  background-color: #120d1c;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.rowshape1 {
  width: 92px;
  height: 141px;
  background-color: rgba(21, 65, 211, 0.08);
  border-radius: 66px 66px 0px 0px;
  border: 1px solid #1541D366;
  margin-right: 2em;
}
.rowshape2 {
  width: 92px;
  height: 141px;
  background-color: rgba(21, 65, 211, 0.08);
  border: 1px solid #1541D366;
}
.rowshape {
  display: flex;
  position: relative;
  bottom: 10em;
  margin-bottom: -10em;
  left: 5em;
}
#promotional_banner .section_main_head, #offer_banner .section_main_head {
  margin-bottom: 1em;
  position: relative;
  padding-top: 2em;
  z-index: 9;
}
.circleshape1 {
  width: 200px;
  height: 200px;
  background-color: rgba(168, 203, 178, 0.14);
  border-radius: 50%;
  border: 1px solid rgba(168, 203, 178, 0.6);
}
.circleshape2 {
  width: 120px;
  height: 120px;
  background-color: rgba(168, 203, 178, 0.14);
  border-radius: 50%;
  border: 1px solid rgba(168, 203, 178, 0.6);
  position: relative;
  left: -3em;
}
.circleshape {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1em;
  top: 0;
}
.long-rec {
  width: 298px;
  height: 61px;
  background-color: rgba(21, 65, 211, 0.06);
  border: 1px solid rgba(21, 65, 211, 0.2);
  position: absolute;
  top: 25px;
  border-radius: 70px 0px 0px 70px;
  right: 0;
}
.border-circle {
  width: 200px;
  height: 200px;
  border: 40px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  right: 3em;
  bottom: 60px;
}
img.promo-image {
  z-index: 9;
  position: relative;
}
.promo-image-inner {
  margin-left: -10em;
  margin-top: 30px;
}

/*------------------ Latest Products --------------------*/
#latest-products {
  border: 1px solid var(--color-secondry);
  border-radius: 68px;
}
/*------------------ Offer Banner --------------------*/
#offer_banner .promo-image-inner {
  margin: 0;
}
#offer_banner .promo-content {
  padding: 5em 5em;
  border-radius: 250px 0px 0px 0px;
  padding-left: 9em;
}
.discount-text span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 180px;
  display: block;
  line-height: 211px;
  font-family: var(--secondry-font);
  font-weight: 700;
}
.discount-text {
  position: absolute;
}
.discount-text span:last-child {
  padding-left: 1em;
}
#offer_banner .section_main_head h3 {
  color: var(--color-primary);
}
.border-box1 {
  width: 800px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  display: block;
  position: absolute;
  border-radius: 60px;
  top: 50%;
  transform: translateY(-50%);
  left: 5em;
}
.border-box2 {
  width: 800px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  display: block;
  position: absolute;
  border-radius: 60px;
  top: 54%;
  transform: translateY(-50%);
  left: 3em;
}
/* ----------- Testimonials ------------- */
.testimonial-star i {
  color: var(--color-secondry);
  font-size: 11px;
  margin-left: 10px;
}
.quote_box {
  background-color: white;
}
.testimonials-text {
  font-size: 13px;
  line-height: 20px;
}
.testimonials-readmore {
  margin-top: 4px;
}
.testimonial-star .without_filled i{
  color: #5d647c;
}
.testi_heart {
  position: absolute;
  bottom: -24px;
  right: 43px;
}
.testimonials-info p {
  color: #6b6b6b;
  font-style: italic;
}
h5.testimonial-title {
    padding: 0;
}
.testimonial-data-inner {
  text-align: right;
}
.updated-on {
  color: #474747;
  font-size: 13px;
}
.testimonial-title a {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  font-family: var(--primary-font);
  font-family: var(--secondry-font);
}
.t-desig {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}
/*------------------ Categories --------------------*/
.overflow-hidden.category-container {
  padding: 3em;
  background-color: white;
  filter: drop-shadow(0 4px 4px  rgba(0, 0, 0, 25%));
  position: relative;
  margin-bottom: -16em;
  /* margin-bottom: 16em; */
}
#about-us {
  margin-top: 16em;
  margin-bottom: 9em;
}
#main-category {
    background-color: black;
    padding-top: 0;
}
.hcf-masonry-card {
    display: block;
    position: relative;
    overflow: hidden;
}
.hcf-masonry-card .card-img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 150ms linear;
    transition: 0.3s all ease-in-out;
}
.hcf-masonry-card .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hcf-masonry-card .card-overlay .card-title {
  display: inline-block;
  transform: translateY(10px);
  /* opacity: 0; */
  background-color: var(--color-primary);
  color: white;
  padding: 10px 12px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}
.hcf-masonry-card .card-overlay .card-category {
    transform: translateY(10px);
    opacity: 1;
}
.hcf-masonry-card:hover .card-img {
    transform: scale(1.05);
    transition: transform 150ms linear;
}
.hcf-masonry-card:hover .card-overlay {
    opacity: 1;
    transition: opacity 150ms linear;
    --bs-bg-opacity: .5;
}
.hcf-masonry-card:hover .card-overlay .card-title {
    opacity: 1;
    transform: translateY(0);
    transition: transform 150ms linear 0.1s, opacity 150ms linear 0.1s;
}
.hcf-masonry-card:hover .card-overlay .card-category {
    opacity: 1;
    transform: translateY(0);
    transition: transform 150ms linear 0.2s, opacity 150ms linear 0.2s;
}
.card_head {
  visibility: hidden;
}
.hcf-masonry-card:hover .card_head{
  visibility: visible;
}
/* --------- New Arrivals--------- */
.product_img_box {
  background-color: white;
  /* padding: 30px; */
  border-radius: 35px 0px 35px 0px;
  box-shadow: rgba(220, 222, 223, 0.7) 0px 4px 4px;
}
.product_img_box img.attachment-shop_catalog{
  border-radius: 35px 0px 35px 0px;
}
.start_review_count  {
  margin-bottom: 22px;
}
.review_count {
  position: relative;
  left: 4px;
  top: -1px;
}
span.onsale {
  border: 1px solid var(--color-secondry);
  color: var(--color-secondry);
  padding: 1px 9px;
  display: inline-block;
  border-radius: 10px;
}
.delas_product h5 {
    margin-bottom: 0;
}
.off_percentage {
  position: absolute;
  display: inline-block;
  color: white;
  background-color: #7e00ff;
  font-size: 12px;
  padding: 0px 7px;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  font-weight: 800;
}
.product_block h5 a {
  font-size: 14px;
  color: #141414;
  font-weight: 400;
}
.product_block h5 {
  padding: 0;
}
.product_block #timer .timer_days{
  background-color: var(--color-yellow);
  padding: 12px 7px;
  width: 40px;
  height: 40px;
}
.product_block .countdowntimer .numbers{
  display: inline-block;
  font: 700 14px var(--font-archivo);
  color: black;
  text-align: center;
  padding: 10px 2px;
}
.product_block .countdowntimer .numbers span{
  font:600 11px var(--font-archivo);
  color: black;
  display: block;
}
.product_block .countdowntimer .numbers .nofont{
  display: inline;
}
.price {
  font-size: 15px;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.price ins {
  font-size: 20px;
  color: var(--color-primary);
  text-decoration: none;
  /* float: left; */
  margin-right: 10px;
  font-weight: 600;
}
.price del {
    font-size: 20px;
    color: #a4a4a4;
    font-weight: 600;
    font-family: var(--primary-font);
}
.flash_product .add_to_cart_button {
  color: white;
  background-color: var(--color-primary);
  display: block;
  padding: 6px 11px;
  text-align: center;
  border-radius: 10px;
  font-family: var(--secondry-font);
}
.price {
  display: inline-block;
  margin: 13px 0px;
}
.flash_product {
  position: relative;
}
.flash_sale-col {
  border-bottom: 2px solid #C2C2C2;
  padding-bottom: 3px;
}
#product_block a.added_to_cart.wc-forward {
  border-radius: 0;
  display: inline;
  position: absolute;
  margin-top: 7px;
  top: 38%;
  width: auto;
}
.custom_product_meta .add_to_cart_button:before {
  content: "\f218";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
}
.custom_product_meta a {
  background-color: white;
  border-radius: 0;
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 5px;
  border: 1px solid;
  padding: 6px;
  border: 1px solid var(--color-secondry);
  color: white;
  background-color: var(--color-secondry);
  border-radius: 50%;
}
.custom_product_meta .add_to_cart_button:hover:before, .custom_product_meta a:hover, .custom_product_meta a.compare.button:hover:before, .custom_product_meta a.button.yith-wcqv-button:hover:before {
  /*color: white;
  background-image: linear-gradient(-90deg, #f15ba3 0%, #f1755b 100%);*/
}
p.stock-progressbar-status {
  margin-bottom: 0 !important;
}
.custom_product_meta .add_to_cart_button, .custom_product_meta a.compare.button, .custom_product_meta a.button.yith-wcqv-button {
  font-size: 0;
  padding: 0px !important;
  /* width: 0; */
  /* height: 0; */
  /* margin: 0 !important; */
}
.custom_product_meta a:hover {
  /*transform: translateY(-10px);
  transition: 0.5s all ease-in-out;*/
  /*background-image: linear-gradient(-90deg, #f15ba3 0%, #f1755b 100%);
  color: white;*/
}
.custom_product_meta a {
  transition: 0.5s all ease-in-out;
  padding: 3px;
  color: var(--color-secondry);
  border: 1px solid var(--color-secondry);
  border-radius: 50%;
}
.yith-wcwl-add-to-wishlist, .woocommerce.product.compare-button, .custom_product_meta a.button.yith-wcqv-button {
  margin-top: 0px;
  display: block;
}
.yith-wcwl-add-button>a i {
  margin-right: 0;
  font-size: 14px;
}
.custom_product_meta a.compare.button:before {
  content: "\f074";
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  padding: 14px 10px!important;
}
span.feedback {
  width: 100%;
  display: block;
  color: var(--color-primary);
}
span.feedback+a {
  display: none;
}
.product_block .yith-wcwl-add-button span {
    display: none;
}
.custom_product_meta {
  /* visibility: hidden; */
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 7px;
  margin: 0 auto;
  left: unset;
  right: 20px;
  /* transform: translateY(-50%); */
}
.trending_products-col, .flash_sale-col {
  position: relative;
}
.flash_product:hover{
  transition: 0.3s all ease-in-out;
}
.custom_product_meta a.added_to_cart.wc-forward {
  /* border-radius: 0; */
  display: block;
  width: auto;
  /* margin-top: 20px; */
  /* display: inline-block; */
  /* margin-left: 10px; */
  padding: 4px 4px !important;
}

.colored_word{
  color: var(--color-primary);
}
.product-title-box {
  text-align: left;
}
.custom_product_meta .yith-wcqv-button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  /* margin-top: -10px !important; */
  /* width: auto !important; */
  /* height: auto !important; */
  position: relative;
  /* top: -21px; */
  /* right: 14px; */
  padding: 3px 10px !important;
}
.custom_product_meta a.button.yith-wcqv-button {
  font-size: 0 !important;
    /* margin-top: 24px !important; */
}
/* ================== Badge Overlay CSS ========================*/
.product-sale {
  position: absolute;
  left: 20px;
  top: 7px;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

/* --------- OUr Collections --------- */
.pro-collections-inner h5 {
  font-size: 14px;
  color: white;
}
.pro-collections_inner {
  border: 1px solid rgba(21, 65, 211, 0.4);
}
.pro-collections-inner a.theme_button {
}
.pro-collections {
    background-color: white;
    margin: 0;
    box-shadow: rgba(220, 222, 223, 0.7) 0px 4px 4px;
}
.pro-collections-inner h5 {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
}
/* --------- Records Box --------- */
.box-count {
  font-size: 40px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 5px;
  color: #222222;
  font-weight: 600;
  position: relative;
}
.record_detail h6, .record_detail h6 a {
  color: white;
  font-weight: 400;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.image_box_wrapper {
  margin-top: -6em;
  z-index: 999;
  position: relative;
}
.record_detail {
  padding: 20px 0;
}
.record-bubble {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -21px;
  z-index: -1;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
      opacity: 0
  }
}
/*------ Service ------------*/
.custom_block h6 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.services_p {
  margin-bottom: 16px;
  color: black;
  font-weight: 700;
  font-size: 16px;
}
.custom_block h5, .custom_block h5 a {
  color: black;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}
.custom_block {
  text-align: center;
  padding: 30px;
  transition: 0.70s;
  background-color: #FFF8F8;
}
.custom_block_inner {
  display: inline-block;
}
.custom_block_inner  i {
  font-size: 35px;
  color: var(--color-primary);
}
.custom_block:hover {
  background-color: var(--color-primary);
}
.custom_block:hover .custom_block_inner  i, .custom_block:hover h5, .custom_block:hover h5 a, .custom_block:hover .services_p {
  color: white;
}
/* --------- About Us --------- */
.about-image-1 {
  padding-left: 5%;
}
.years-text {
  background-color: var(--color-primary);
  display: inline-block;
  color: white;
  max-width: 220px;
  text-align: center;
  position: absolute;
  bottom: -9%;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 33px;
  line-height: 41px;
  padding: 35px 40px;
  font-weight: 800;
}
.about-image-1 {
  position: relative;
  display: inline-block;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-head h4 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 600;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-img-bottom {
  margin-top: -8em;
  margin-left: -5px;
}
.team_img, .post_img{
  position: relative;
  overflow: hidden;
}
.team-box, .news-box{
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post_img  img {
  transform: translateZ(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news-box:hover .post_img  img {
  -webkit-transform: scale(1.3) rotate(-15deg);
  transform: scale(1.3) rotate(-15deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
img.about-image2 {
  position: absolute;
  top: 9em;
  left: 20em;
  z-index: 9999;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: var(--color-secondry) !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 4px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-primary) !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 16px;
  padding: 6px 16px;
  color: black;
  border: none;
  background-color: #A8CBB2;
  transition: .3s ease;
  border-radius: 7px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-secondry);
  transition: .3s ease;
}
#our-partner .owl-nav, #latest-news .owl-nav{
  text-align: center;
}
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.owl-nav {
    text-align: center;
    margin-top: 10px;
}
.cat_block  a i {
  color: var(--color-secondry);
  margin-left: 8px;
}
.custom-category-nav.owl-nav, .custom-featured-nav.owl-nav, .custom-latest-nav.owl-nav {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
.section_main_head{
  position: relative;
}
/*--------------------Our Partner ---------------------*/
/* ----------- Latest News ------------- */
#latest-news {
  padding-top: 0;
  padding-bottom: 0;
}
.news_cat ul.post-categories a {
  background-color: transparent;
  padding: 0;
  color: black;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 16px;
  color: black;
  font-weight: 700;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.news_content {
  padding: 20px 0;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.news_date_comment span {
  padding-right: 0;
  color: black;
}
#insta-feed {
  padding: 0;
}
/*---------------Newsletter ---------------*/
#newsletter_section .section_main_head.white_head h3 {
}
.newsletter-container {
  background-color: #2B2B2B;
  padding: 40px;
  text-align: center;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
.newsletter_shortcode {
  width: 60%;
  margin: 0 auto;
  margin-top: 25px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: transparent;
  border: none;
  color: white;
  padding: 9px 20px;
  font-family: var(--primary-font);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: white;
}
.newsletter_shortcode input[type="submit"] {
  padding: 14px 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-secondry);
  background-color: white;
  border-radius: 0px 10px 10px 0px;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.news-box:hover img, .about-head .about-image:hover img, {
    transform: scale(1.2) translate(4%, 4%);
}
.news-box img, .about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  padding-top: 0;
}
.insta-image {
  width: 40px;
  height: 40px;
  margin-top: -7px;
}
#promotional_banner {
    overflow: hidden;
}