:root {
  --montserrat-fonts: "Montserrat", system-ui;
  --hind-fonts: "Hind", system-ui;
}

html {
  scroll-behavior: smooth;
}



/* ------------------------------ Header - START ------------------------------ */
.nav-padding {
  padding-top: 12px;
  padding-bottom: 15px;
}

.header-logo {
  max-height: 57px;
  object-fit: cover;
}

.nav-bg {
  background-color: #f6f5ef;
}

.nav-email {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.nav-link {
  font-family: var(--hind-fonts);
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

.nav-contactus {
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 15.5px;
  padding-left: 15.5px;
}

.header-offset {
  padding-top: calc(5rem + -1rem);
}

.navbar-brand {
  margin-right: 0px;
}

.custom-toggler {
  border: none;
  background: transparent;
  padding: 0;
  width: 35px;
  position: relative;
  z-index: 1052;
}

.custom-toggler .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}

.custom-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}

.custom-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler:focus {
  box-shadow: none;
}


.nav-link:hover {
  color: #da893b;
}

.navbar-nav .active a {
  color: #da893b;
  font-weight: 400;
}

a.active-contact .nav-contactus {
  color: #da893b;
  font-weight: 400;
}

a.active-contact {
  color: #da893b;
  font-weight: 400;
}

.mobile-nav .nav-link {
  font-family: var(--hind-fonts);
  font-size: 22px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

.fullscreen-mobile-nav .mobile-nav {
  height: 100vh;
}

@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15.5px;
    padding-left: 15.5px;
  }
}
/* ------------------------------ Header - END  ------------------------------ */



/*  ------------------------------ Footer - START ------------------------------ */
footer {
  background-color: #fff;
  padding-top: 90px;
  margin-top: -20px;
}

.footer-main-txt {
  font-family: var(--montserrat-fonts);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: normal;
  color: #010042;
  padding-top: 50px;
  max-width: 370px;
}

.footer-sub-txt {
  font-family: var(--montserrat-fonts);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 18px;
}

footer #product-li {
  padding-left: 0px;
}

footer #product-li li {
  list-style: none;
  padding-bottom: 15px;
}

footer #product-li li a {
  font-family: var(--hind-fonts);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

footer #product-li li a:hover {
  text-decoration: underline;
}

footer #product-li li a:hover::after {
  content: "";
  background-image: url("../images/footer-right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 15.6px;
  margin-left: 24px;
}

footer #menue-li {
  padding-left: 0px;
}

footer #menue-li li {
  list-style: none;
  padding-bottom: 15px;
}

footer #menue-li li a {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}

.footer-social-media-txt {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-bottom: 18px;
}

footer #social-media-li {
  padding-left: 0px;
}

footer #social-media-li li {
  list-style: none;
}

footer #social-media-li li a {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000;
}

.footer-sub-head {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #6b6b6b;
}

.footer-txt {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #000;
}

.footer-bottom-txt {
  font-family: var(--hind-fonts);
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/*  ------------------------------ Footer - END ------------------------------ */



/* ------------------------------ Page body - START ------------------------------ */
body {
  background-color: #f6f5ef;
  background-position: center;
  position: relative;
}

body::before,
body::after,
body .vertical-line {
  content: "";
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: #dcd7cf;
  z-index: -1;
}

body::before {
  left: 11%;
}

.vertical-line {
  left: 89%;
}

body::after {
  left: 50%;
}
/* ------------------------------ Page body - END ------------------------------ */



.top-banner-header-txt {
  font-family: var(--montserrat-fonts);
  font-size: 70px;
  font-weight: 300;
  line-height: 1.07;
  color: #fff;
}

.sub-txt {
  font-family: var(--hind-fonts);
  font-size: 21px;
  font-weight: normal;
  letter-spacing: normal;
  color: #837a6d;
}

.header-txt {
  font-family: var(--montserrat-fonts);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: normal;
}

p {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #383c3c;
}

.p-txt-white {
  color: white;
}

.all-img {
  border-radius: 20px;
  object-fit: cover;
}

.pt-100 {
  padding-top: 100px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 90px;
}

.pt-175 {
  padding-bottom: 175px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-90 {
  margin-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pr-82 {
  padding-right: 82px;
}



/* ------------------------------ Home Page - START ------------------------------ */
.home-banner-txt {
  font-family: var(--montserrat-fonts);
  font-size: 70px;
  font-weight: 300;
  line-height: 1.07;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
}

.home-banner-image-wrapper {
  width: 100%;
}

.home-banner-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 58%),
    rgb(0 0 0 / 12%),
    rgb(0 0 0)
  );
}

.home-sec4 {
  background-color: #f6f5ef;
  border-radius: 20px 20px 0 0;
  margin-top: -14rem;
  position: relative;
}

#home-sec4-products img {
  width: 100%;
  height: 268px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
}

#home-sec4-products .title {
  font-family: var(--montserrat-fonts);
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  padding-bottom: 15px;
}

#home-sec4-products .title:hover {
  color: #da893b;
}

#home-sec4-products p {
  max-width: 296px;
  padding-bottom: 25px;
}

#home-sec4-products .tag {
  padding-bottom: 36px;
}

#home-sec4-products .kilo-tag {
  background-color: #fff;
  padding: 5px 21px;
  border-radius: 18px;
  display: inline-block;
}

#home-sec4-products .card {
  background-color: #da893b;
  border-radius: 0;
  border: none;
}

#home-sec4-products .card .title {
  font-family: var(--montserrat-fonts);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: normal;
  color: #f5f2e8;
  max-width: 165px;
  padding-top: 68px;
  padding-bottom: 180px;
}

#home-sec4-products .card-with-border {
  border-top: solid 0.5px #c9bea7;
  border-bottom: solid 0.5px #c9bea7;
  border-right: solid 0.5px #c9bea7;
  padding-top: 10.5px;
  border-left: solid 0.5px #c9bea7;
}

#home-sec4-products .card-with-border:hover {
  border-bottom: solid 6px #da893b;
}

#home-sec4-products .card-with-border:hover .title {
  color: #da893b;
}

.home-sec6 .txt {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: normal;
}

.home-sec6 .num {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #da893b;
}

#home-categories {
  display: flex;
  justify-content: center;
}

#home-categories li a {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: 300;
  color: #383c3c;
  padding-bottom: 15px;
  border-bottom: 6px solid #da893b00 !important;
}

#home-categories li a:hover,
#home-categories li a:active,
#home-categories li a:focus {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: 400;
  color: black;
  border-bottom: 6px solid #da893b !important;
}

#home-categories li a.active {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: 400;
  color: black;
  border-bottom: 6px solid #da893b !important;
}
/* ------------------------------ Home Page - END ------------------------------ */



/* ------------------------------ About Us Page - START ------------------------------ */
.othepages-banner-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(66, 52, 33, 0.00009999999747378752),
    rgba(29, 23, 15, 1)
  );
}

.about-sec07 {
  padding-left: 9%;
}

.about-sec7p p {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #fff;
}

.about-sec08-bg {
  background-color: #f8f0e0;
  margin-top: -25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 1;
}

.about-sec-08-title {
  font-family: var(--montserrat-fonts);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.39;
  color: #da893b;
}

.about-sec-08-sub-header {
  font-family: var(--montserrat-fonts);
  font-size: 24px;
  font-weight: 300;
  color: #383c3c;
}

.about-sec-08-num a {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  padding-bottom: 140px;
}

.about-sec-08-num {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-bottom: 20px;
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.about-sec-08-num a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.about-sec09-bg {
  background-color: #da893b;
  margin-top: -25px;
}

.about-sec10-bg {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  margin-top: -3%;
}

.about-sec11-bg1 {
  background-color: #da893b;
  position: relative;
  z-index: 0;
  margin-top: -3%;
  max-height: 90rem;
}

#about-sec10-team img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}


#about-sec10-team img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#about-sec10-team .title {
  font-family: var(--montserrat-fonts);
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  padding-bottom: 15px;
}

#about-sec10-team .title:hover {
  color: #000000;
}

#about-sec10-team p {
  max-width: 296px;
  margin-bottom: 25px;
}

#about-sec10-team .card-with-border {
  border-top: solid 0.5px #c9bea7;
  border-bottom: solid 0.5px #c9bea7;
  border-right: solid 0.5px #c9bea7;
  padding-top: 10.5px;
  cursor: pointer;
}

/* ------------------------------ About Us Page - END ------------------------------ */



/* ------------------------------ Life At Serendib Page - START ------------------------------ */
.life-sec05 {
  background-color: #f8f0e0;
  border-radius: 30px;
  position: relative;
}

.life-sec05 form .form-control {
  max-width: 815px;
  padding: 17px 35px 15px 35px;
  background-color: transparent;
  border-radius: 30px;
  border: solid 1px #c9bea7;
  font-family: var(--hind-fonts);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #383c3c;
}

.life-sec05 form .form-control:focus {
  border: solid 1px #c9bea7;
  box-shadow: none;
}

#careers .accordion {
  --bs-accordion-bg: #f8f0e0;
  border-top: 0.5px solid #c9bea7;
  border-bottom: 0.5px solid #c9bea7;
  --bs-accordion-btn-padding-y: 0rem;
  --bs-accordion-btn-padding-x: 0rem;
}

.accordion-item {
  background-color: transparent;
  border: 0.5px solid #c9bea7;
}

#careers .accordion-button {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
}

#careers .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

#careers .accordion-button:focus {
  box-shadow: none;
}

#careers .accordion-button::after {
  content: none;
}

#careers .accordion-button {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.79;
  color: #000;
}

#careers .accordion-body-head {
  font-family: var(--hind-fonts);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #383c3c;
  margin-bottom: 23px;
}

#careers .accordion-button:not(.collapsed) .accordion-head-btn {
  visibility: hidden;
}

#careers .accordion-collapse {
  transition: margin-top -0.2s ease;
}

#careers .accordion-collapse.show {
  margin-top: -95px;
}

.life-sec6-bg2 {
  background-color: #da893b;
  position: relative;
  z-index: 0;
  margin-top: -3%;
  max-height: 90rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
/* ------------------------------ Life At Serendib Page - END ------------------------------ */



/* ------------------------------ Cake Katha Blog Page - START ------------------------------ */
#blgo-cakekatha-sec03 .card-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

#blgo-cakekatha-sec03 .title {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
  padding-bottom: 10px;
}

#blgo-cakekatha-sec03 .card-with-border {
  border-right: solid 0.5px #c9bea7;
}

#blgo-cakekatha-sec03 .wheat-flour-nutrition-roducts-body {
  margin-top: -3%;
  padding-top: 40px;
  padding-bottom: 35px;
  min-height: 265px;
  border-radius: 10px;
}

#blgo-cakekatha-sec03
  .card-with-border:hover
  .wheat-flour-nutrition-roducts-body {
  background-color: #da893b;
}

#blgo-cakekatha-sec03 .card-with-border:hover p {
  color: white;
}

#blgo-cakekatha-sec03 .card-with-border:hover .title {
  color: white;
}

#blgo-cakekatha-sec03 .cakekatha-btn1 {
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  text-decoration: none;
  display: inline-block;
}

#blgo-cakekatha-sec03 .cakekatha-btn2 {
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  text-decoration: none;
  display: none;
}

#blgo-cakekatha-sec03 .card-with-border:hover .cakekatha-btn1 {
  display: none;
}

#blgo-cakekatha-sec03 .card-with-border:hover .cakekatha-btn2 {
  display: inline-block;
}

.blgo-cakekatha-sec04 {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.blog-cakekatha-sec5-bg2 {
  background-color: #da893b;
  margin-top: -42px;
}

.blog-inner-font .inner-dec h6 {
  font-family: var(--montserrat-fonts);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
}

.blog-inner-font .inner-dec h5 {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
}

.blog-inner-font .inner-dec p img {
  margin: 0 auto;
  display: block;
}

.cake-katha-inspiration {
  background-color: #f6f5ef;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
/* ------------------------------ Cake Katha Blog Page - END ------------------------------ */



/* ------------------------------ Cake Katha Recipe Inner Page - START ------------------------------ */
.recipe-inner-main-para p {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: white;
}

#recipe-inner-sec02 h5 {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
}

#recipe-inner-sec02 h6 {
  font-family: var(--montserrat-fonts);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
}

#recipe-inner-sec02 ul {
  padding-left: 12px;
  list-style: none;
}

#recipe-inner-sec02 ul li::marker {
  background-color: #da893b;
}

#recipe-inner-sec02 ul li {
  position: relative;
  padding-left: 25px;
  font-family: var(--hind-fonts);
  font-size: 16px;
  line-height: 1.63;
  color: #383c3c;
}

#recipe-inner-sec02 ol li {
  position: relative;
  padding-left: 13px;
  font-family: var(--hind-fonts);
  font-size: 16px;
  line-height: 1.63;
  color: #383c3c;
}

#recipe-inner-sec02 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #da893b;
  border-radius: 50%;
}

#recipe-inner-sec02 .recipe-ins-num {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #da893b;
}

#recipe-inner-sec02 .recipe-instruction {
  font-family: var(--hind-fonts);
  font-size: 16px;
  line-height: 1.63;
  color: #383c3c;
  margin-bottom: 8px;
  max-width: 570px;
}

#recipe-inner-sec02 ol li::marker {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #da893b;
}

#recipe-inner-sec02 ol {
  padding-left: 32px;
  list-style: decimal-leading-zero;
}

#recipe-inner-sec02 pre {
  text-align: center;
}
/* ------------------------------ Cake Katha Recipe Inner Page - END ------------------------------ */



/* ------------------------------ Product Range Page - START ------------------------------ */
.product-range-sec02 {
  background-color: #f6f5ef;
  position: relative;
  z-index: 0;
  margin-top: -4%;
}

.product-range-sec02 form .form-control {
  max-width: 815px;
  padding: 17px 35px 15px 35px;
  background-color: transparent;
  border-radius: 30px;
  border: solid 1px #c9bea7;
  font-family: var(--hind-fonts);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #383c3c;
}

.product-range-sec02 form .form-control:focus {
  border: solid 1px #c9bea7;
  box-shadow: none;
}

.product-range-sec3 {
  position: relative;
}

.product-range-sec4-bg1 {
  background-color: #da893b;
  height: 43rem;
  margin-top: -23%;
}

.product-range-sec02 form input[type="search"]::-webkit-search-decoration,
.product-range-sec02 form input[type="search"]::-webkit-search-cancel-button,
.product-range-sec02 form input[type="search"]::-webkit-search-results-button,
.product-range-sec02
  form
  input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.product-footer-sec4-bg1 {
  background-color: #da893b;
  height: 50rem;
  margin-top: -23%;
}
/* ------------------------------ Product Range Page - END ------------------------------ */



/* ------------------------------ Wheat Flour and Nutrition Page - START ------------------------------ */
.wheat-flour-sec04-bg {
  background-color: white;
  padding-bottom: 112px;
}

#wheat-flour-nutrition-roducts img {
  width: 100%;
  max-height: 290px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

#wheat-flour-nutrition-roducts .title {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.79;
  color: #000;
  padding-bottom: 10px;
}

#wheat-flour-nutrition-roducts .intag {
  color: #9e3124;
}

#wheat-flour-nutrition-roducts .card-with-border {
  border-right: solid 0.5px #c9bea7;
}

#wheat-flour-nutrition-roducts .wheat-flour-nutrition-roducts-body {
  margin-top: -3%;
  padding-top: 40px;
  padding-bottom: 35px;
  min-height: 455px;
  border-radius: 10px;
}

#wheat-flour-nutrition-roducts
  .card-with-border:hover
  .wheat-flour-nutrition-roducts-body {
  background-color: #da893b;
}

#wheat-flour-nutrition-roducts .card-with-border:hover p {
  color: white;
}

#wheat-flour-nutrition-roducts .card-with-border:hover .title {
  color: white;
}

.wheat-flour-sec05 {
  margin-top: -40px;
}

.wheat-flour-sec06-bg {
  position: relative;
  z-index: 1;
}

.wheat-flour-sec02-bg2 {
  background-color: #da893b;
  position: relative;
  z-index: 0;
  margin-top: -17%;
}
/* ------------------------------ Wheat Flour and Nutrition Page - END ------------------------------ */



/* ------------------------------ CSR Page - START ------------------------------ */
.csr-bg {
  background-color: #f8f0e0;
  padding-top: 95px;
  padding-bottom: 95px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.csr-sec6-bg2 {
  background-color: #da893b;
  position: relative;
  z-index: 0;
  margin-top: -13%;
  max-height: 90rem;
}

.csr-only-top-banner-header-txt {
    font-size: 60px;
}

#blgo-cakekatha-sec03 .card-with-border:hover .category-label {
    color: white;
}
/* ------------------------------ CSR Page - END ------------------------------ */



/* ------------------------------ Newsroom Page - START ------------------------------ */
.latest-news-date-txt {
  font-family: var(--hind-fonts);
  font-size: 28px;
  font-weight: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #383c3c;
}

.latest-news-readmore-btn {
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  text-decoration: none;
  display: inline-block;
}

.newsroom-sec03 {
  background-color: #f6f5ef;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.newsroom-sec03-date {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: black;
}

.newsroom-sec03-title {
  font-family: var(--montserrat-fonts);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  color: #383c3c;
}

#blgo-cakekatha-sec03 .card-with-border:hover .newsroom-sec03-date {
  color: white;
}

#blgo-cakekatha-sec03 .card-with-border:hover .newsroom-sec03-title {
  color: white;
  text-decoration: underline;
}

#blgo-cakekatha-sec03 .newsroom-sec03-card-body {
  margin-top: -3%;
  padding-top: 40px;
  padding-bottom: 35px;
  height: 285px;
  border-radius: 10px;
  z-index: 1;
}

#blgo-cakekatha-sec03 .card-with-border:hover .newsroom-sec03-card-body {
  background-color: #da893b;
}

.newsroom-sec3-bg1 {
  background-color: #da893b;
  height: 35rem;
  margin-top: -7%;
}

#newsinner-dec img {
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
}

.news-inner-top-date {
  font-family: var(--montserrat-fonts);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  color: #383c3c;
  padding-top: 60px;
}

.inner-dec p iframe {
  width: -webkit-fill-available;
  height: 600px;
}
/* ------------------------------ Newsroom Page - END ------------------------------ */



/* ------------------------------ Contact Us Page - START ------------------------------*/
#contact-detail .address {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383c3c;
}

#contact-detail .tel-txt {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383c3c;
}

#contact-detail .tel a {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383c3c !important;
  text-decoration: none;
}

#contact-detail .bottom-txt {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: normal;
  color: #000;
  max-width: 265px;
}

#contact-detail .webmail a {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383c3c !important;
  text-decoration: underline;
}

.contact-sec3-bg {
  background-color: #f8f0e0;
  padding-top: 135px;
  padding-bottom: 115px;
}

#contact-us label {
  font-family: var(--montserrat-fonts);
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

#contact-us .form-control {
  height: 60px;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #f8f0e0;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  color: #383c3c;
}

.form-control:focus {
  box-shadow: none;
}
/* ------------------------------ Contact Us Page - END ------------------------------*/



/* ------------------------------ Inner Page - START ------------------------------ */
.inner-title {
  font-family: var(--montserrat-fonts);
  font-size: 45px;
  font-weight: 300;
  line-height: 1.1;
  color: #383c3c;
  padding-bottom: 70px;
  padding-top: 40px;
}

.inner-dec {
  font-family: var(--hind-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383c3c;
  padding-bottom: 50px;
}

.inner-img {
  border-radius: 20px !important;
  max-height: 525px;
  object-fit: cover;
  margin-bottom: 100px;
}

.inner-sec2-bg1 {
  background-color: #da893b;
  height: 27rem;
}
/* ------------------------------ Inner Page - END ------------------------------ */



/* ------------------------------ Common Section - All pages - START ------------------------------ */
.home-sec8-bg1 {
  background-color: #f8f0e0;
  padding-bottom: 21px;
  height: 486px;
  position: relative;
  z-index: 1;
  margin-top: -34%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.home-sec8-bg2 {
  background-color: #da893b;
  position: relative;
  z-index: 0;
  margin-top: -3%;
  max-height: 90rem;
}

.home-sec8-bg3 {
  background-color: #f8f0e0;
}

.home-sec8-bg4 {
  margin-top: -10.7%;
  position: relative;
  z-index: 1;
}

.home-sec8-textarea {
  position: relative;
  z-index: 2;
}

.home-sec9 .txt {
  font-family: var(--montserrat-fonts);
  font-size: 70px;
  font-weight: 300;
  line-height: 1.23;
  letter-spacing: normal;
  color: #fcf6eb;
}

.home-sec9-bg1 {
  background-color: #da893b;
  height: 23rem;
}

.home-sec9-bg2 {
  position: relative;
  z-index: 1;
  margin-top: -355px;
}

.home-sec9-bg3 {
  background-color: #f8f0e0;
  padding-bottom: 22px;
  height: 480px;
  margin-top: -31.5%;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.home-sec9-header-txt {
  padding-bottom: 60px;
}
/* ------------------------------ Common Section - All pages - END ------------------------------ */



/* ------------------------------ Buttons - START ------------------------------ */
.button-white {
  background-color: white !important;
  border: white solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  min-width: 215px;
  height: 60px;
  display: inline-block;
  padding: 20px 18px 20px 19px;
}

.button-white:hover {
  background-color: white !important;
}

.button-orange-transparent {
  background-color: transparent;
  border: #da893b solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #da893b;
  min-width: 215px;
  height: 60px;
  display: inline-block;
  padding: 20px 18px 20px 19px;
}

.button-orange-transparent:hover {
  background-color: transparent;
  border: #da893b solid 1px;
  color: #da893b;
}

.button-circle-transparent {
  background-color: transparent;
  border: white solid 1px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.button-circle-transparent:hover {
  background-color: transparent;
  border: white solid 1px;
}

.button-circle-transparent img {
  width: auto !important;
  object-fit: cover;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.button-white-transparent {
  background-color: transparent;
  border: #ffffff solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  min-width: 215px;
  height: 60px;
  display: inline-block;
  padding: 20px 18px 20px 19px;
}

.button-white-transparent:hover {
  background-color: transparent;
  border: #ffffff solid 1px;
  color: #ffffff;
}

.button-white-new {
  background-color: transparent;
  border: #ffffff solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  min-width: 159px;
  height: 50px;
  display: inline-block;
  padding: 13px 0px 10px 14px;
}

.button-white-new:hover {
  background-color: transparent;
  border: #ffffff solid 1px;
  color: #ffffff;
}

.icon-rotate {
  transition: transform 0.5s ease;
}

.rotate-down {
  transform: rotate(270deg);
}

.button-white-sec03 {
  background-color: transparent;
  border: #000 solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  min-width: 159px;
  height: 50px;
  display: inline-block;
  padding: 13px 0px 10px 14px;
}

.button-white-sec03:hover {
  background-color: transparent;
  border: #000 solid 1px;
  color: #000;
}

.button-orange-full {
  background-color: #da893b;
  border: #da893b solid 1px;
  font-family: var(--montserrat-fonts);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: white;
  min-width: 195px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
}

.button-orange-full:hover {
  background-color: #da893b;
  border: #da893b solid 1px;
  color: white;
}
/* ------------------------------ Buttons - END ------------------------------ */



.banner-container {
  position: relative;
  max-height: 565px;
  overflow: hidden;
}

.banner-container img {
  object-fit: cover;
  width: 100%;
  max-height: 565px;
}

.banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(66, 52, 33, 0) 100%, #1d170f);
  z-index: 1;
}

#scrollable-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#scrollable-content::-webkit-scrollbar {
  display: none;
}

#scrollable-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.inner-scrollable {
  max-height: 350px;
}

.inner-scrollable::-webkit-scrollbar {
  width: 6px;
}

.inner-scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.inner-scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}

.inner-scrollable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.inner-scrollable {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1);
}




/*----------------------------------------------------------- RESPONSIVE STYLES START -----------------------------------------------------------*/

/* Target iphone 12 Pro */
@media screen and (width: 390px) and (height: 844px) {
    .home-sec8-bg4 {
        margin-top: -41% !important;
    }
}

/* Target iphone SE */
@media screen and (width: 375px) and (height: 667px) {
    .home-sec8-bg4 {
        margin-top: -43.7% !important;
    }
}

/* Target iphone 6/7/8 Plus */
@media screen and (width: 414px) and (height: 736px) {
    .home-sec8-bg4 {
        margin-top: -38.7% !important;
    }
}

/* Target iphone x */
@media screen and (width: 375px) and (height: 812px) {
    .home-sec8-bg4 {
        margin-top: -43.7% !important;
    }
}

/* Target Samsung Galaxy A13 */
@media screen and (width: 384px) and (height: 857px) {
    .home-sec8-bg4 {
        margin-top: -41.7% !important;
    }
}

/* Target phone XR */
@media screen and (width: 414px) and (height: 896px) {
    .home-sec8-bg4 {
        margin-top: -38.7% !important;
    }
}

@media screen and (max-width: 576px) {
  .home-banner-txt {
    font-size: 35px;
    padding-top: 65px;
  }

  .home-banner-swiper .swiper-slide img {
    height: 450px !important;
  }

  .header-txt {
    font-size: 24px;
  }

  .sub-txt {
    font-size: 18px;
  }

  .home-sec2-mobile-pb {
    padding-bottom: 55px !important;
  }

  .mobile-txt-align {
    text-align: center;
  }

  .pt-100 {
    padding-top: 60px;
  }

  #home-categories {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }

  #home-categories::-webkit-scrollbar {
    display: none;
  }

  #home-categories ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }

  #home-categories .nav-item {
    flex: 0 0 auto;
  }

  .mobile-img-height {
    height: 400px !important;
    border-radius: 20px;
  }

  .home-sec6 .txt {
    font-size: 20px;
  }

  .home-sec6 .num {
    font-size: 20px;
  }

  .home-sec4 {
    margin-top: -2rem;
  }

  .home-sec9-bg2 {
    margin-top: -480px;
  }

  .product-range-sec4-bg1 {
    height: 555px;
  }

  .footer-main-txt {
    font-size: 30px;
    padding-top: 35px;
  }

  .footer-sub-txt {
    font-size: 23px;
  }

  footer #product-li li {
    padding-bottom: 3px;
  }

  footer #product-li li a {
    font-size: 20px;
  }

  body::before,
  body::after,
  body .vertical-line {
    background-color: #ebe7e1;
  }

  .home-sec8-bg1 {
    height: 174px;
  }

  .home-sec8-bg2 {
    background-color: #da893b;
    position: relative;
    z-index: 0;
    margin-top: -12%;
    max-height: 90rem;
  }

  .home-sec9 .txt {
    font-size: 35px;
  }

  .home-sec8-bg4 {
    margin-top: -36.7%;
  }

  .home-sec9-bg1 {
    background-color: #da893b;
    height: 19rem;
  }

  .home-sec9-bg3 {
    margin-top: -220px;
    height: 252px;
  }

  .sec1-mobile-banner-img {
    height: 600px;
  }

  .mobile-header-offset {
    padding-top: calc(6rem + -1rem);
  }

  .sec1-mobile-banner-padding {
    padding-top: 0px !important;
  }

  .top-banner-header-txt-csr {
    font-size: 43px;
  }

  .swiper-button-next.home-swiper2-world-next {
    right: 3% !important;
  }

  .about-sec1-mobile-banner-img {
    height: 475px !important;
  }

  .top-banner-header-txt {
    font-size: 45px;
  }

  .mobile-header-p-text {
    font-size: 14px;
  }

  .pb-100 {
    padding-bottom: 75px;
  }

  .about-mission-pt {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }

  .about-sec07 {
    padding-left: 12px;
  }

  .about-pt-55 {
    padding-top: 55px !important;
  }

  .about-sec-08-title {
    font-size: 24px;
  }

  .about-sec-08-sub-header {
    font-size: 16px;
  }

  .timeline-section .content p {
    font-size: 14px !important;
  }

  .about-sec-08-num::after {
    width: 3px;
  }

  .about-sec-08-num a {
    font-size: 16px;
  }

  .about-sec-08-num {
    padding-right: 0px;
  }

  .pb-65 {
    padding-bottom: 35px;
  }

  .swiper-button-next.aboutsec9-swiper-world-next {
    right: 1% !important;
    top: 20% !important;
  }

  .aboutsec9-swiper-world .aboutsec9-txt p {
    max-width: 0px;
  }

  .about-sec10-bg {
    margin-top: -10%;
  }

  .pb-90 {
    margin-bottom: 45px;
  }

  .product-range-sec4-bg1-mobile {
    height: 50rem;
    margin-top: -50%;
  }

  #wheat-flour-nutrition-roducts
    .card-with-border
    .wheat-flour-nutrition-roducts-body {
    background-color: #da893b;
  }

  #wheat-flour-nutrition-roducts .card-with-border .title {
    color: white;
  }

  #wheat-flour-nutrition-roducts .card-with-border p {
    color: white;
  }
  
  #wheat-flour-nutrition-roducts .card-with-border  {
    color: white;
  } 

  #wheat-flour-nutrition-roducts .title {
    font-size: 24px;
  }

  .employee-success-story-swiper .swiper-pagination-fraction {
    margin-top: 8.5rem !important;
  }

  .wheat-flour-sec06-img-mt {
    margin-top: 5rem !important;
  }

  .employee-success-story-swiper .swiper-button-prev,
  .employee-success-story-swiper .swiper-button-next {
    margin-top: 2.5rem !important;
  }

  .employee-success-story-swiper .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 9px) !important;
  }

  .employee-success-story-swiper .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 73px) !important;
  }

  .wheat-flour-sec02-bg2 {
    margin-top: -68%;
  }

  .swiper-button-next.wheatflour-swiper2-world-next {
    right: 2% !important;
    top: 20% !important;
  }

  .wheat-flour-sec07-pbin {
    padding-bottom: 230px !important;
  }

  .bakeing-tips-swiper .swiper-pagination-fraction {
    margin-bottom: 25px;
  }

  .bakeing-tips-swiper .tips {
    padding-bottom: 22px;
  }

  .swiper-button-next.life-swiper2-world-next {
    right: 3%;
  }

  .latest-news-date-txt {
    font-size: 20px !important;
  }

  .swiper-button-next.latestnews-swiper-world-next {
    top: 65% !important;
  }

  .newsroom-sec3-bg1 {
    height: 38rem !important;
  }

  .csr-sec04-mobile-img {
    height: 595px !important;
  }

  .csr-sec6-bg2 {
    margin-top: -63%;
  }

  .swiper-button-next.life-swiper2-world-next {
    right: 2% !important;
  }

  .employee-success-story-swiper .swiper-pagination-fraction {
    margin-top: 2.5rem !important;
  }
  
  .mobile-bottom-slider {
      padding-bottom: 25rem !important;
  }

  #careers .accordion-button {
    font-size: 21px !important;
  }

  #careers .accordion-button {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .life-sec6-bg2 {
    margin-top: -14%;
  }

  .inner-title {
    font-size: 30px;
  }

  .news-inner-top-date {
    font-size: 23px;
    padding-top: 65px;
  }

  .inner-sec2-bg1 {
    height: 34rem;
  }

  .onlyfor-mobile-text {
    font-size: 18px !important;
  }

  .onlyfor-mobile-text-ourstory {
    font-size: 16px !important;
  }

  .newsroom-sec03-title {
    font-size: 22px;
  }
  
  .about-only-mobile-img-height {
    height: 255px !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
  .home-banner-swiper .swiper-slide img {
    height: 500px !important;
  }

  .home-banner-txt {
    font-size: 60px;
  }

  .header-txt {
    font-size: 30px;
  }

  .ipad-img-height {
    height: 590px;
  }

  .home-sec4 {
    margin-top: -7rem;
  }

  .sec7-ipad-img-height {
    height: 480px !important;
  }

  .home-sec9 .txt {
    font-size: 60px;
  }

  .sec9-ipad-img-height {
    height: 460px !important;
  }

  .home-sec8-bg4 {
    margin-top: -21.7%;
  }

  .product-range-sec4-bg1 {
    height: 35rem;
  }

  .home-sec9-bg3 {
    height: 270px;
  }

  .home-sec2-mobile-pb {
    padding-bottom: 35px !important;
  }

  .home-sec8-bg1 {
    height: 287px;
  }

  .about-sec1-mobile-banner-img {
    height: 600px !important;
  }

  .about-sec6-img-height {
    height: 700px !important;
  }

  .product-footer-sec4-bg1 {
    height: 40rem;
  }

  .wheat-flour-sec02-bg2 {
    margin-top: -33% !important;
  }

  .pb-115 {
    padding-bottom: 80px !important;
  }

  #blgo-cakekatha-sec03 .title {
    font-size: 20px;
  }

  .csr-sec04-mobile-img {
    height: 580px !important;
  }

  .pb-90 {
    margin-bottom: 48px !important;
  }

  .csr-sec6-bg2 {
    margin-top: -30% !important;
  }

  .contact-sec3-bg {
    padding-top: 28px !important;
  }

  .newsroom-sec03-title {
    font-size: 20px !important;
  }

  .news-inner-top-date {
    padding-top: 60px;
  }
}

@media screen and (max-width: 992px) {}

@media screen and (min-width: 1300px) {
  .home-sec8-bg4 {
    margin-top: -11.7%;
  }

  .home-sec9-bg3 {
    height: 461px;
  }

  .home-sec9-header-txt {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 1400px) {
  .home-sec8-bg1 {
    margin-top: -31.5%;
  }

  .home-sec9-header-txt {
    padding-bottom: 71px;
  }

  .home-sec9-bg3 {
    height: 480px;
  }
}

@media screen and (min-width: 1500px) {
  .home-sec8-bg1 {
    margin-top: -29%;
  }

  .home-sec9-bg3 {
    height: 530px;
  }
}

@media screen and (min-width: 1600px) {
  .home-sec8-bg1 {
    margin-top: -27%;
  }
}

@media screen and (min-width: 1700px) {
  .home-sec8-bg1 {
    margin-top: -25%;
  }

  .home-sec9-bg3 {
    height: 577px;
  }
}

@media screen and (min-width: 1800px) {
  .home-sec8-bg1 {
    margin-top: -24.5%;
  }

  .home-sec9-bg3 {
    height: 620px;
  }
}

@media screen and (min-width: 1900px) {
  .home-sec8-bg1 {
    margin-top: -23%;
  }

  .home-sec9-bg3 {
    margin-top: -23%;
    height: 481px;
  }

  .home-sec9-header-txt {
    padding-bottom: 127px;
  }

  .home-sec9-bg2 {
    margin-top: -420px;
  }

  .home-sec9-bg1 {
    height: 28rem;
  }

  .inner-sec2-bg1 {
    height: 31rem;
  }

  .product-range-sec4-bg1 {
    height: 55rem;
  }

  .home-sec8-bg4 {
    margin-top: -8.7%;
  }

  .wheat-flour-sec02-bg2 {
    margin-top: -10%;
  }

  .product-footer-sec4-bg1 {
    height: 61rem;
    margin-top: -20%;
  }

  .newsroom-sec3-bg1 {
    height: 45rem;
  }
}

@media (max-width: 1000px) {
  .navbar-toggler {
    display: block !important;
  }

  .navbar-collapse {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .nav-contact-wrapper {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}

/* Target iPad Mini */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .news-inner-top-date {
    padding-top: 90px; 
  }

  .home-sec8-bg4 {
    margin-top: -21.7%;
  }

  .home-sec9-bg3 {
    height: 275px;
  }

  .newsroom-sec03-title {
    font-size: 20px;
  }

  .top-banner-header-txt {
    font-size: 55px;
  }
}

/* Target iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .top-banner-header-txt {
    font-size: 55px;
  }

  .news-inner-top-date {
    padding-top: 90px;
  }

  .home-sec8-bg4 {
    margin-top: -16.5%;
  }

  .home-sec9-bg3 {
    height: 355px;
  }

  .newsroom-sec03-title {
    font-size: 20px;
  }
}

/* Target iPad Air */
@media screen and (width: 820px) and (height: 1180px) {
    .home-sec8-bg4 {
        margin-top: -20.7%;
    }

    .home-sec9-bg3 {
        height: 285px;
    }
}

@media only screen and (min-width: 319px) and (max-width: 321px) {
  .home-sec8-bg4 {
    margin-top: -51.7%;
  }
}

@media only screen and (width: 375px) and (height: 667px) {
  .employee-success-story-swiper .swiper-button-prev,
  .employee-success-story-swiper .swiper-button-next {
    margin-top: 1.5rem !important;
  }
}

@media screen and (width: 1366px) and (height: 768px) {
    .home-sec8-bg4 {
        margin-top: -12.5%;
    }
    
    .home-sec9-bg3 {
        height: 455px;
    }
}


/*----------------------------------------------------------- RESPONSIVE STYLES END -----------------------------------------------------------*/



[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translate(0, 0);
}




 
