/***************************
    CUSTOM SCROLL BAR
****************************/
*,
html {
  scroll-behavior: smooth;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --white: #fff;
  --black: #232323;
  --lite: rgba(255, 255, 255, 0.6);
  --gray: rgba(1, 1, 1, 0.6);
  --dark: #3c3d3c;
  --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
  --primary_dark: #970104;
  --primary_lite: #c24a4e;
  --secondary: #000a17;
  --title_font: "Outfit", sans-serif;
}

.clearfix {
  clear: both;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: #f9a11b;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

::-ms-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

/***************************
            DEFAULT
****************************/
body {
  margin: 0;
  overflow-x: hidden !important;

  font-family: "Anek Malayalam", serif;
  font-style: normal;
}

.wrapper-stally {
  width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

a,
button {
  transition: 0.5s;
}

em {
  font-style: normal;
  color: var(--primary_lite);
}

a,
button,
input,
textarea,
select {
  outline: none !important;
}

fieldset {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.title,
.sub_title {
  font-family: var(--title_font);
  font-weight: 400;
  margin: 0;
}

.flex,
.fixed_flex {
  display: flex;
}

.flex_content {
  width: 100%;
  position: relative;
}

.padding_1x {
  padding: 1rem;
}

.padding_2x {
  padding: 2rem;
}

.padding_3x {
  padding: 3rem;
}

.padding_4x {
  padding: 4rem;
}

.big {
  font-size: 3.5em;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.3em;
}

.btn {
  padding: 1rem;
  border-radius: 5px;
  color: var(--white);
  position: relative;
  border: 0;
  text-align: center;
}

.btn_3 {
  display: block;
  background-color: 0;
  color: #f9a11b;
  position: relative;
  z-index: 9;
  font-weight: 500;
}

.btn_3:before {
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  transform: translate(0%, -50%);
}

.btn_3:hover:before {
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 920px) {
  .flex {
    flex-wrap: wrap;
  }

  .padding_1x,
  .padding_2x,
  .padding_3x,
  .padding_4x {
    padding: 1rem;
  }

  .big {
    font-size: 1.8em;
  }

  .medium {
    font-size: 1.3em;
  }

  .small {
    font-size: 1.1em;
  }

  .btn {
    padding: 0.5rem 1rem;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  background: #faa21e;
}

ul {
  padding: 0;
  margin: 0;
}

.slider .title {
  font-weight: 400;
  line-height: 50px;
  font-size: 50px;
  color: #fff;
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: flex;
  align-items: center;
  justify-content: left;
}

.slider li:nth-child(1) {
  background: linear-gradient(
    to right,
    rgba(1, 1, 1, 1) 10%,
    rgba(1, 1, 1, 0.8) 51%,
    rgba(1, 1, 1, 0.2) 100%
  );
  background-image: url(../images/banner/banner-2.jpg);
  background-size: cover;
  background-position: top right;
}

/*
.slider li:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:300px;
    height:300px;
    background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
    background-size:100% 100%;
    transform:rotate(360deg);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
    z-index:1;
    background-position:center left;
}
*/

.slider li:nth-child(2) {
  background: linear-gradient(
    to right,
    rgba(1, 1, 1, 1) 10%,
    rgba(1, 1, 1, 0.8) 51%,
    rgba(1, 1, 1, 0.2) 100%
  );
  background-image: url(../images/banner/banner-3.jpg);
  background-size: cover;
  background-position: bottom center;
}

.slider li:nth-child(3) {
  background: linear-gradient(
    to right,
    rgba(1, 1, 1, 1) 10%,
    rgba(1, 1, 1, 0.8) 51%,
    rgba(1, 1, 1, 0.2) 100%
  );
  background-image: url(../images/banner/banner-1.jpg);
  background-size: cover;
  background-position: bottom center;
}
.slider li:nth-child(4) {
  background: linear-gradient(
    to right,
    rgba(1, 1, 1, 1) 10%,
    rgba(1, 1, 1, 0.8) 51%,
    rgba(1, 1, 1, 0.2) 100%
  );
  background-image: url(../images/banner/banner-4.jpg);
  background-size: cover;
  background-position: bottom center;
}
.slider article {
  width: 60%;
  margin-top: 4rem;
  color: #fff;
  z-index: 11;
  position: absolute;
  bottom: 40px;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight: 300;
}

.slider h3,
.slider h3 + p,
.slider p + .btn,
li:after {
  opacity: 0;
  transition: opacity 0.7s 0s, transform 0.5s 0.2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3 + p,
li.current p + .btn,
li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before {
  transition: 0.5s;
  top: -250px !important;
}

li.current:before {
  transition-delay: 1s;
  transform: rotate(0deg);
  top: 20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 15px;
  height: 5px;
  min-width: 15px;
  min-height: 5px;
  background-color: #fff;
  margin: 0 0.2rem;
  transition: transform 0.3s;
  border-radius: 5px;
}

.slider em {
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background: #f9a11b !important;
}

@media screen and (max-width: 920px) {
  header {
    height: 70vh;
    position: relative;
  }

  .cs-down {
    display: none;
  }

  .slider {
    height: 70vh;
  }

  .slider article {
    width: 100%;
    margin-top: 2rem;
  }

  .slider li:nth-child(2) {
    background-position: top center;
  }

  .slider li:nth-child(3) {
    background-position: top center;
  }

  li.current:before {
    top: -30px;
    right: -10px;
  }
}

.banner-sec {
  position: relative;
}

.slider-left {
  float: left;
  width: 80px;
  height: 100vh;
}

.slider-right {
  float: right;
  width: calc(100% - 80px);
}

.booknow {
  width: 100%;
  height: 110px;
  background: #000000;
  border-radius: 0px 0px 0px 10px;
}

.txt-hori {
  color: #000;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 16px;
  /*	width: 76px;*/
  line-height: 3;
}

.contact-horizonadel {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.social-hori {
  margin-bottom: 20px;
}

.soci {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  line-height: 43px;
  background: #fff6e9;
  color: #f9a11b;
  border: solid 1px #f9a11b;
}

.soci:hover {
  background: #ec8f01;
  color: #fff;
}

.soci i {
  font-size: 18px;
}

.req-sec {
  float: left;
  width: calc(100% - 200px);
  padding: 30px;
}

.br-download-sec {
  float: right;
  width: 200px;
  background: #faa21e;
  height: 110px;
  position: relative;
}

.downlaod-ico {
  width: 100px;
  margin: 5px auto;
}

.txt-dow {
  width: 100%;
  text-align: center;
  position: absolute;
}

.txt-dow h6 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 28px;
}

.txt-dow h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-top: -6px;
}

.br-download-sec:hover {
  background: #ec8f01;
}

.reqsec-left {
  float: left;
  width: 140px;
}

.reqsec-right {
  float: right;
  width: calc(100% - 140px);
}

.reqsec-left h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-top: -6px;
}

.booker-left {
  float: left;
  width: calc(100% - 140px);
}

.booker-right {
  float: right;
  width: 140px;
  height: 46px;
  line-height: 46px;
  background: #faa21e;
  color: #fff;
  text-align: center;
  border-radius: 0px 6px 6px 0px;
}
.booker-right:hover {
  background: #ec8f01;
}
.booker-input {
  float: left;
  width: 33.33%;
}

.booker-input input {
  width: 100%;
  border: none;
  background: #fff6e9;
  color: #000;
  padding: 12px 10px;
  border-left: solid 1px #000000;
  font-size: 16px;
  font-family: "Anek Malayalam", serif;
}

.bdr-rds input {
  border-radius: 6px 0px 0px 6px;
}

.abt-sec {
  padding: 100px 0px;
  position: relative;
}

.abt-sec-left {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 30px;
}

.abt-sec-right {
  float: right;
  width: 60%;
}

.abt-sec-left h1 {
  font-size: 46px;
  margin-top: -5px;
  color: #000;
  line-height: 48px;
  font-weight: 300;
}

.abt-sec-left h1 span {
  color: #f9a11b;
}

.abt-sec-right p {
  margin-top: 0px;
  font-size: 20px;
  color: #4a4a4a;
}

.abt-sec-left b {
  font-weight: 600;
}

.abt-sec-right ul {
  padding-left: 20px;
  padding-top: 10px;
}

.abt-sec-right a {
  color: #f9a11b;
  font-weight: 500;
}

.abt-sec-right a:hover {
  text-decoration: underline !important;
}

/*footer*/
.footer-sec {
  background: rgb(41, 35, 0);
  background: linear-gradient(
    180deg,
    rgba(41, 35, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 60px 0px;
}

.footer-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  text-align: right;
  border-right: solid 1px #373737;
}

.footer-left h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: #f9a11b;
  padding: 20px 0px;
}

.footer-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}

.footer-logo {
  width: 210px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.adddres {
  margin-top: 5px;
}

.address-left {
  float: left;
  width: 16px;
  margin-right: 10px;
}

.address-right {
  float: left;
  color: #fff;
}

.martop14 {
  margin-top: 6px;
}

/*faq*/
.faq-sec {
  padding: 100px 0px;
}

.faq-left {
  float: left;
  width: 340px;
  text-align: right;
  padding-right: 30px;
}

.faq-right {
  float: right;
  width: calc(100% - 340px);
}

.faq-left h1 {
  font-size: 46px;
  margin-top: -5px;
  color: #22376c;
  line-height: 48px;
  font-weight: 300;
}

.faq-left h1 b {
  font-weight: 600;
  color: #ec6b02;
}

.accordion {
  background-color: #e6eaf5;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.1fr 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 10px;
}

.accordion .top {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.accordion .top .text {
  font-size: 16px;
  font-weight: 600;
  white-space: wrap;
  padding-top: 4px;
}

.accordion .top img {
  width: 2rem;
  align-self: flex-start;
  margin-bottom: 0.15rem;
  margin-left: 1.5rem;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion .top input {
  position: absolute;
  inset: 0;
  cursor: pointer;
  appearance: none;
}

.accordion .bottom {
  padding-inline: 1.5rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.6;
}

.accordion .bottom .text {
  margin-left: 0;
  margin: 0;
  padding-bottom: 10px;
}

.accordion:has(input:checked) {
  grid-template-rows: 0.1fr 1fr;
}

.accordion:has(input:checked) .top img {
  transform: rotateZ(45deg);
}

:is(vimeo-embed, youtube-embed) {
  aspect-ratio: 16 / 9;
  border-radius: var(--video-embed-bdrs, 0.25em);
  display: grid;
  inline-size: 100%;
  position: relative;
}

:is(vimeo-embed, youtube-embed) button {
  background-color: var(--button-bgc, #f00);
  block-size: var(--button-h, 100px);
  border: 0;
  border-radius: var(--button-bdrs, 74%);
  display: grid;
  inline-size: var(--button-w, 100px);
  opacity: var(--button-op, 0.8);
  position: absolute;
  place-self: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

:is(vimeo-embed, youtube-embed) button::before {
  aspect-ratio: 1;
  background: #fff;
  block-size: 1.5em;
  clip-path: polygon(20% 0%, 20% 100%, 100% 50%);
  content: "";
  place-self: center;
}

:is(vimeo-embed, youtube-embed) :is(iframe, img) {
  block-size: 100%;
  border: 0;
  border-radius: inherit;
  inline-size: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

:is(vimeo-embed, youtube-embed) iframe:not([src=""]) + button {
  display: none;
}

:is(vimeo-embed button) {
  --button-bgc: #242424;
}

:is(vimeo-embed, youtube-embed):hover button {
  --button-op: 1;
}

.dsfs {
  margin-top: 60px;
}

.blue-shade {
  background: #fff6e9;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 300px;
  z-index: -9;
}

#abt {
  position: relative;
  background: rgb(41, 35, 0);
  background: linear-gradient(
    267deg,
    rgba(41, 35, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.abt-left {
  width: calc(100% - 0rem) !important;
  float: right;
}

.abt-right {
  width: 40%;
  float: left;
  overflow: hidden;
}

.home-abt-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-abt-img-why {
  width: 100%;
  height: 426px;
  overflow: hidden;
}

img.about-home-right-img {
  width: 100%;
  height: auto;
}

.abt-upper {
  position: absolute;
  width: 100%;
}

.abt-hgs {
  width: 60%;
  padding: 40px 0px;
  padding-left: 10px;
  float: right;
  padding-top: 100px;
}

.abt-hgs h3 {
  font-size: 36px;
  line-height: 62px;
  font-weight: 500;
  color: #fff;
}

.abt-hgs h4 {
  font-size: 22px;
  line-height: 62px;
  font-weight: 400;
  color: #a7afcc;
  margin-top: -20px;
  margin-bottom: -20px;
}

.dvdr-meet-30 {
  background: #fff;
  width: 30%;
  height: 4px;
  margin: 20px 0px 30px 0px;
}

.abt-hgs p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
}

.conty-box {
  float: left;
  width: 25%;
  padding: 10px 0px;
}

.conty {
  padding: 25px 0px;
}

.conty-box .counteru {
  color: #f9a11d;
  font-size: 50px;
  font-weight: 400;
  float: left;
  line-height: 30px;
}

.conty-box h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 10px;
}

.aditional-cont {
  color: #f9a11d;
  font-size: 50px;
  font-weight: 400;
  float: left;
  line-height: 30px;
}

#whychoos {
  background: #fff6e9;
  padding: 100px 0px;
  text-align: center;
}

/*whychoses*/

.banner_section {
  width: 100%;
}

.banner_section .owl-item img {
  max-width: 100px;
  width: 100%;
}

.banner_section .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.banner_section .wrap .item {
  width: 180px;
  height: 180px;
  background: #f9a11b;
  border-radius: 50%;
  transform: scale(0.6);
  transition: all 1s ease-in-out;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.banner_section .wrap .center .item {
  transform: scale(1);
}

.banner_section .wrap .why h4 {
  margin-top: -40px;
  transform: scale(0);
}

.banner_section .wrap .center .why h4 {
  margin-top: 0px;
  transform: scale(1);
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

#whychoos h3 {
  font-size: 36px;
  line-height: 62px;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #000;
}

#blog {
  padding: 100px 0px;
  position: relative;
  text-align: center;
}

.blog-shade {
  background: #fb9f24;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 306px;
  z-index: -9;
}

.banner_section .wrap-mob {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.banner_section .wrap-mob .item {
  width: 180px;
  height: 180px;
  background: #fff;
  border: solid 4px #123990;
  border-radius: 50%;
  transform: scale(0.6);
  transition: all 1s ease-in-out;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.banner_section .wrap-mob .center .item {
  transform: scale(1);
}

.banner_section .wrap-mob .why h4 {
  margin-top: -40px;
  transform: scale(0);
}

.banner_section .wrap-mob .center .why h4 {
  margin-top: 0px;
  transform: scale(1);
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #ec6b02;
}

.desk-hide {
  display: none;
}

#blog h3 {
  font-size: 36px;
  line-height: 62px;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #000;
}

.blog-sec {
}

.blog-cntr {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.blog-box {
  background: #fff6e9;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.blog-txt {
  padding: 15px;
  text-align: left;
}

.blog-txt h5 {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-txt .btn_3:before {
  background-color: rgba(255, 234, 203, 0.8);
  z-index: -9;
}
.blog-txt p {
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog .wid-read {
  text-align: center;
  margin-top: 30px;
}

#blog .wid-read .btn_3 {
  display: inline;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

#product-slid {
  padding: 100px 0px;
  text-align: center;
}

#product-slid h3 {
  font-size: 36px;
  line-height: 62px;
  font-weight: 500;
  margin-bottom: -10px;
  color: #22376c;
}

#product-slid h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;

  color: #ec6b02;
}

#product-slid .wid-read {
  text-align: center;
}

#product-slid .wid-read .btn_3 {
  display: inline;
  color: #ec6b02;
  font-size: 18px;
}

#product-slid .btn_3:before {
  background-color: rgba(236, 107, 2, 0.2);
}

.blog-img {
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  transition: transform 0.3s ease;
}

.blog-img img:hover {
  transform: scale(1.1);
}

/*inner page start here*/
.inner-banner {
  overflow: hidden;
  border-radius: 0px 0px 0px 10px;
  position: relative;
}

.inner-banner-img img {
  width: 100%;
}

.inner-banner-txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.inner-banner-txt h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

/*blog details*/

#blog-details {
  padding: 100px 0px;
  position: relative;
  padding-bottom: 30px;
}

.blog-details-left {
  float: left;
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.blog-details-right {
  float: right;
  width: 60%;
  padding-left: 30px;
}

.blog-details-right .btn_3:before {
  background-color: rgba(236, 107, 2, 0.2);
}

.blog-details-right h1 {
  font-size: 32px;

  color: #000;
}

/*products*/
#product-area {
  padding: 0px 0px;
}

.tab-area {
  background: #e6eaf5;
  padding: 30px 0px;
}

* {
  margin: 0;
  padding: 0;
}

ul.tabs {
  display: flex;
  list-style-type: none;
}

ul.tabs li {
  cursor: pointer;
  padding: 10px 30px;
  color: #123990;
  margin-right: 10px;
}

ul.tabs li.active {
  background-color: #ec6b02;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}

ul.tabs li:hover {
  color: #ec6b02;
}

.tab_content {
}

.tab_content.hidden {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.tab-contant-area {
  padding: 10px 0px;
  padding-bottom: 100px;
}

.tab-contant-area .card {
  background: #e6eaf5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.tab-contant-area .card .card-text {
  text-align: center;
}

.card-box {
  width: 33.3%;
  padding: 10px;
  float: left;
}

ul.tabs li.active:hover {
  color: #fff !important;
}

#product-details {
}

.detials-left {
  width: 50%;
  float: left;
}

.detials-right {
  width: 50%;
  float: right;
  padding-left: 30px;
}

#product-details {
  background: #e6eaf5;
  padding: 60px 0px;
}

.detials-right h1 {
  font-size: 32px;
  font-weight: 600;
  color: #22376c;
}

.bulk ul {
  list-style: none;
  margin: 15px 0px;
}

.bulk ul li {
  font-size: 16px;
  padding: 0px;
}

.bulk ul li b {
  font-size: 17px;
  color: #000;
}

.dotbulk {
  margin-left: 2px;
  margin-bottom: 25px;
}

.dotbulk ul {
  list-style: inside;
  font-size: 16px;
}

.dotbulk ul li {
  font-size: 16px;
  padding: 0px;
}

.whtas {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dev {
  max-width: 64rem;
  margin: 0 auto;
}

.wab-button {
  background-color: #2bb640;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25em;
  cursor: pointer;
}

.abt-dsfs {
  margin-top: 20px;
}

#mission {
  background: rgb(41, 35, 0);
  background: linear-gradient(
    180deg,
    rgba(41, 35, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 80px 0px;
}

.mission-contant {
  text-align: center;
}

.mission-contant h3 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  color: #fff;
}

.mission-contant p {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}

#empowering-lives .mission-box {
  margin-bottom: 100px;
}

.mission-box {
  width: 33.3%;
  margin-top: 20px;
  float: left;
  padding: 0px 50px;
}

.mission-box-fifty {
  width: 50%;
  float: left;
  padding: 0px 50px;
}

.mission-box-content {
  text-align: center;
}

.mision-img {
  margin: 0 auto;
}

.mission-box-content h2 {
  font-size: 24px;
  line-height: 62px;
  font-weight: 500;
  color: #fff;
}

.mission-box-content p {
  font-size: 16px;
  color: #e6eaf5;
  line-height: 22px;
  font-weight: 400;
}

.mision-img {
  width: 160px;
  margin: 0 auto;
}

.mision-img img {
  width: 100%;
  transition: transform 0.3s ease;
}

.mision-img img:hover {
  transform: scale(1.1);
}

.m-fify {
  margin-top: 80px;
  padding: 0px 190px;
}

#gallery {
  padding: 100px 0px;
}

.wid20 {
  width: 40%;
  float: left;
  background: #ccc;
}

.marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  /* Infinite animation */
  animation-play-state: running;
  /* Default running state */
}

.marquee:hover .marquee-content {
  animation-play-state: paused;
  /* Pause the animation on hover */
}

.marquee-content-op {
  display: flex;
  animation: marquee 20s linear infinite;
  /* Infinite animation */
  animation-play-state: running;
  /* Default running state */
  animation-direction: reverse;
}

.marquee:hover .marquee-content-op {
  animation-play-state: paused;
  /* Pause the animation on hover */
  animation-direction: reverse;
}

.marquee-item {
  flex-shrink: 0;
  width: 300px;
  /* Set your desired width */
  /*  height: 150px;*/
  background-color: #e6eaf5;
  /*  display: flex;*/
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  font-size: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}

.marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.contactfull {
  float: left;
  width: 54%;
}

.contactfull h1 {
  font-size: 36px;
  color: #000;
}

.contactfull p {
  font-size: 20px;
}
#cont-mapper {
  margin-top: 20px;
  position: relative;
}

.cntct-map {
  height: 600px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cont-txt {
  float: right;
  width: 40%;
  z-index: 9999;
}

.orgtext {
  padding: 30px;
  border-radius: 10px;
  background: #f9a11b;
  margin-top: 50px;
}

.orgtext .adddres {
  width: auto;
  float: left;
  text-align: center;
  padding-right: 60px;
}

.orgtext .address-right {
  font-size: 26px;
  font-weight: 500;
}
.contactfull a {
  color: #f9a11b;
}

.orgtext .address-left {
  width: 30px;
}

.mar-top10 {
  margin-top: 10px;
}

.place-card-large {
  display: none !important;
}

.gm-style {
  display: none !important;
}
