:root {
  --color-primary: #033c66;
  --color-secondary: #4a0e04;
  --color-body: #5d666f;
  --color-heading-1: #1c2539;
  --color-title: #141416;
  --color-heading-dark: #141416;
  --transition: 0.3s;
  --bg-dark-1: #1e1e20;
  --color-white: #fff;
  --color-border: #ddd8f9;
  --border-width: 1px;
  --radius: 10px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Red Hat Display", serif;
  --font-secondary: "DM Sans", serif;
  --font-3: "fontawesome";
  --font-size-b1: 16px;
  --font-size-b2: 15px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
}
.conditon-sec p {
    margin-bottom: 13px;
}

button#menu-btn {
  display: none;
}
.sn-header-logo img {
  width: 130px;
}
.working-time p a i {
  margin-right: 4px;
}
.sn-manu-product {
  margin-right: 12px !important;
}
.sn-about-sec {
  display: flex;
  gap: 30px;
}
.shipments-box-flied {
  background: #033c66;
  padding: 25px;
}

.shipments-box-flied h6 {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 10px;
}
.thumbnail.sn-testi-img img{
    border-radius: 5px !important;
}
.shipments-box-flied img {
  width: 90px;
}
.shipments-box-flied p {
  color: #fff;
}
.sn-certi-img:hover img {
  transform: scale(0.9);
}
.icon.sn-ser-img img {
    width: 40px !important;
}
.sn-certi-img img {
  transition: 0.4s ease;
}
.sn-certi-img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px;
}
.sn-certi-secti.rts-section-gap h2 {
  margin-top: 0;
}
.sn-cerficate-row {
  margin-top: 50px;
}
.padding-footer-left {
  padding-left: 20px;
}
.footer-two-single-wized.left h5 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.header--sticky.sticky.header-one {
  background: #fff;
}
.header-five .button-area-wrapper .header-one-btn.quote-btn:before {
  background: #fff;
}

.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown {
  position: relative;
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown:hover::after {
  color: var(--color-primary);
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown
  .third-lvl {
  margin-left: -4px;
}
.header-one .nav-area {
  margin-right: 80px;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.header--sticky.sticky .header-top-area-wrapper {
  display: none;
}
.header-five.header--sticky.sticky {
  backdrop-filter: none;
  box-shadow: none;
}
.header-transparent.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999;
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: #20282d;
}
header.header--sticky.sticky .nav-area ul li.main-nav {
  padding: 30px 0;
  cursor: pointer;
}

.header-transparent.header--sticky .nav-area ul li.main-nav:hover > a {
  transition: 0.3s;
  color: #fff !important;
}
.page-wrapper-business-coach .header-transparent.header--sticky.sticky {
  width: calc(100% - 99px);
  transform: translateX(-50%);
  left: 50%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-business-coach .header-transparent.header--sticky.sticky {
    width: 100%;
  }
}
.index-one {
  overflow-x: visible;
}
@media only screen and (max-width: 1199px) {
  .index-one {
    overflow-x: hidden;
  }
}
.header-top-area-wrapper {
  background: #033c66;
  /* background-image: linear-gradient(to right, #033c66, #4a0e04);; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-area-wrapper {
    display: none;
  }
}
.header-top-area-wrapper .header-top-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-area-wrapper .header-top-one-wrapper .left {
  display: flex;
  align-items: center;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail {
  position: relative;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail.sn-main::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a {
  padding: 11px 0;
  display: block;
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
  transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a i {
  margin-right: 4px;
  top: 2px;
  position: relative;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a:hover::after {
  width: 100%;
}
.header-top-area-wrapper .header-top-one-wrapper .left .working-time p {
  color: #fff;
  font-size: 14px;
}
.header-top-area-wrapper .header-top-one-wrapper .right {
  display: flex;
  justify-content: flex-end;
}
.header-top-area-wrapper .header-top-one-wrapper .right .top-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li {
  margin: 0;
  margin-right: 20px;
}
.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li a {
  font-size: 14px;
  transition: var(--transition);
  position: relative;
  padding: 11px 0;
  display: block;
  color: #fff;
}
.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .right .social-wrapper-one {
  margin-left: 30px;
  position: relative;
}

.top-transparent-header .header-top-area-wrapper {
  background: transparent;
  border-bottom: 1px solid #ededed;
}
.top-transparent-header .header-top-area-wrapper * {
  color: #1c2539 !important;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .right
  p {
  margin: 0;
  color: #5d666f;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .right
  p
  a {
  font-weight: 600;
  color: var(--color-primary) !important;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .right
  p
  a
  i {
  color: var(--color-primary) !important;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .left
  a {
  font-weight: 600;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .left
  a:hover {
  color: var(--color-primary) !important;
}
.sn-btn-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky .sn-btn-header {
  padding: 12px 0px;
}

/* header end */

/* banner start */
.banner-style-one {
  background-image: url(../images/banner/10.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .banner-style-one {
    height: auto;
    background-position: 18%, 45%;
  }
  .banner-style-one::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4509803922);
    z-index: -1;
  }
}
@media only screen and (max-width: 479px) {
  .banner-style-one {
    height: auto;
    background-position: 18%, 45%;
  }
}
.bg_image {
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-one .banner-one-inner {
  width: 57%;
  margin-left: auto;
  padding: 110px 0 110px 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .banner-style-one .banner-one-inner {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-one .banner-one-inner {
    padding: 106px 5px 126px 5px;
  }
}

.banner-style-one .banner-one-inner .title {
  font-weight: 700;
  margin-bottom: 23px;
  font-size: 55px;
  color: var(--color-primary);
  line-height: 1.3;
}
@media only screen and (max-width: 575px) {
  .banner-style-one .banner-one-inner .title {
    font-size: 36px;
  }
}
.banner-style-one .banner-one-inner .title span {
  font-style: italic;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
}
@media only screen and (max-width: 575px) {
  .banner-style-one .banner-one-inner .title span {
    font-size: 36px;
  }
}
.banner-style-one .banner-one-inner p.disc.banner-para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1c2539;
}
@media only screen and (max-width: 575px) {
  .header-main-one-wrapper .button-area .rts-btn.btn-primary {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .header-seven .action-area .rts-btn.btn-primary {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-five .button-area-wrapper .rts-btn.btn-primary {
    display: none;
  }
}
.header-transparent-main-wrapper .rts-btn.btn-primary {
  border-radius: 100px;
}
@media only screen and (max-width: 575px) {
  .header-transparent-main-wrapper .rts-btn.btn-primary {
    display: none;
  }
}

.rts-btn.btn-primary {
  background: var(--color-primary);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255) !important;
  padding: 10px 24px;
  border-radius: 5px;
}
.rts-btn.btn-primary::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.rts-btn.btn-primary:hover {
  background: #000;
  color: var(--color-primary);
}
.rts-btn.btn-primary:hover::before {
  top: -40%;
}
.rts-btn.btn-primary.btn-white {
  background: #000;
  color: #20282d;
}
.rts-btn.btn-primary.btn-white::before {
  background: #000;
}
.rts-btn.btn-primary.btn-white:hover {
  background: #000;
  color: #f2f2f2;
}
.rts-btn.btn-primary.btn-white:hover::before {
  top: -40%;
}
.primary-blue .rts-btn.btn-primary {
  background: var(--color-blue);
}
.primary-sky .rts-btn.btn-primary {
  background: var(--color-primary);
  border-radius: 33px;
}
@media only screen and (max-width: 1199px) {
  .working-process-one.bg-main.rts-section-gap {
    overflow: hidden;
  }
}

.rts-section-gap {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}
.rts-section-gapBottom {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.rts-section-gapTop {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}
.rts-about-area-two {
  position: relative;
}
.left-thumbnail-about-area-two {
  position: relative;
}
.left-thumbnail-about-area-two {
  display: flex;
  justify-content: center;
  max-width: 440px;
  margin: auto;
  position: relative;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.about-inner-content-two {
  padding-left: 20px;
}

.title-style-two {
  position: relative;
  z-index: 1;
}

.title-style-two .pre {
  font-size: 16px;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
}
.title-style-two .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-style-two .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-style-two .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title-style-two .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title-style-two .title {
    font-size: 26px;
  }
}
.title-style-two.center {
  text-align: center;
}
.title-style-two.center .pre {
  text-align: center;
  justify-content: center;
}
.title-style-two.center .bg-content {
  left: 50%;
  transform: translateX(-50%);
}

.about-inner-content-two .about-between-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 0px;
}
@media only screen and (max-width: 991px) {
  .about-inner-content-two .about-between-wrapper {
    flex-wrap: wrap;
  }
}
.about-inner-content-two .about-between-wrapper p.disc {
  max-width: 333px;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-inner-content-two .about-between-wrapper p.disc {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-inner-content-two .about-between-wrapper p.disc {
    max-width: 100%;
  }
}
.call-and-sign-area.two {
  margin-top: 15px;
}

.call-and-sign-area.two {
  gap: 84px;
}
@media only screen and (max-width: 1199px) {
  .call-and-sign-area.two {
    gap: 5px;
    margin-top: 15px;
  }
}
.call-and-sign-area.two .icon {
  border-radius: 15px !important;
}
.call-and-sign-area.two .call-area {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .call-and-sign-area.two .call-area::after {
    display: none;
  }
}

/* services section */

.sn-section-bg-color {
  background-color: #f9f8ff !important;
}

.title-style-three.center {
  text-align: center;
}
.title-style-three.center .bg-title {
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}
.title-style-three {
  position: relative;
}
.title-style-three .pre {
  font-size: 18px;
  color: #5d666f;
  font-weight: 500;
}
.title-style-three .title {
  font-size: 48px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .title-style-three .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title-style-three .title {
    font-size: 28px;
  }
}

.single-service-style-three {
  position: relative;
  z-index: 1;
}
.single-service-style-three .inner {
  clip-path: polygon(
    0.167% 0.175%,
    99.833% 0.175%,
    99.833% 86.41%,
    93.226% 92.322%,
    93.225% 92.322%,
    84.772% 99.825%,
    0.167% 99.825%,
    0.167% 0.175%
  );
  background: #fff;
  padding: 30px;
  text-align: center;
}

.single-service-style-three .inner .icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  margin: auto;
  margin-bottom: 25px;
  clip-path: polygon(
    0.167% 0.175%,
    99.833% 0.175%,
    99.833% 86.41%,
    93.226% 92.322%,
    93.225% 92.322%,
    84.772% 99.825%,
    0.167% 99.825%,
    0.167% 0.175%
  );
}
.single-service-style-three .inner .title {
  font-size: 22px;
  font-weight: 700;
  color: #1c2539;
  margin-bottom: 17px;
}
.single-service-style-three .inner p.disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-service-style-three .inner a.read-more {
  color: #5d666f;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  transition: 0.3s;
}
.single-service-style-three .inner a.read-more i {
  font-size: 0px;
  transition: 0.3s;
}
.single-service-style-three:hover a.read-more i {
  font-size: 16px;
}
.single-service-style-three::after {
  position: absolute;
  content: "";
  clip-path: polygon(
    0.167% 0.175%,
    99.833% 0.175%,
    99.833% 86.41%,
    93.226% 92.322%,
    93.225% 92.322%,
    84.772% 99.825%,
    0.167% 99.825%,
    0.167% 0.175%
  );
  height: 101%;
  width: 101%;
  z-index: -1;
  left: -0.5%;
  top: -0.5%;
  bottom: 0;
  right: 0;
  background: #e4e7ee;
}

.single-why-choose-four {
  position: relative;
}
.single-why-choose-four .thumbnail {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}
.single-why-choose-four .thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 24.52%,
    rgba(6, 9, 12, 0.85) 87.86%
  );
  border-radius: 10px;
}
.single-why-choose-four .inner-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  min-width: max-content;
  z-index: 5;
}
@media only screen and (max-width: 1199px) {
  .single-why-choose-four .inner-content {
    min-width: 100%;
  }
}
.single-why-choose-four .inner-content .icon {
  margin-bottom: 20px;
}
.single-why-choose-four .inner-content .title {
  margin-bottom: 10px;
}
.single-why-choose-four .inner-content * {
  color: #fff;
}
.single-why-choose-four .inner-content p.disc {
  max-width: 41%;
  font-weight: 500;
  font-size: 16px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .single-why-choose-four .inner-content p.disc {
    max-width: 100%;
  }
}
.bg_testimonials-6 {
  background-color: #033c66;
}
.bg_testimonials-6 .title-style-five * {
  color: #fff !important;
}
.title-style-five.center {
  text-align: center;
}
.mySwiper-testimoanils-6 {
  padding-bottom: 70px;
}
.mySwiper-testimoanils-6 .swiper-pagination-bullet {
  background: #fff;
}
.mySwiper-testimoanils-6 .swiper-pagination-bullet-active {
  background-image: url(../images/testimonials/icons/01.svg);
  background-color: transparent;
}
.testimonials-seo-17 .mySwiper-testimoanils-6 {
  padding-bottom: 40px;
}

.single-testimonials-6 {
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 15px;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-6 {
    padding: 25px;
  }
}
.single-testimonials-6 .top .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-testimonials-6 .top p.disc {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececf2;
  max-width: 95%;
  color: #6f737b;
  font-size: 18px;
}
.single-testimonials-6 .botton-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .single-testimonials-6 .botton-content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-testimonials-6 .botton-content .avatar-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-testimonials-6 .botton-content .avatar-area .thumbnail {
  max-width: 46px;
  height: auto;
}
.single-testimonials-6 .botton-content .avatar-area .inner .title {
  margin-bottom: 2px;
  font-size: 20px;
}
.single-testimonials-6 .botton-content .avatar-area .inner p {
  font-size: 14px;
  color: #6f737b;
  margin: 0;
}
.single-testimonials-6 .botton-content .avatar-area .inner p span {
  font-weight: 600;
  color: #20282d;
}

.signle-fun-facts-one {
  text-align: center;
  background: #f2f2f2;
  padding: 30px;
}

.signle-fun-facts-one .title {
  font-size: 48px;
  margin-bottom: 5px;
}
.signle-fun-facts-one span.bototm {
  font-size: 18px;
  color: var(--color-heading-1);
}
.signle-fun-facts-one .icon {
  height: 92px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  background: var(--color-heading-1);
}

.title-area-client-client {
  position: relative;
}
.title-area-client-client p.client-title {
  max-width: max-content;
  margin: auto;
  font-weight: 700;
  color: #1c2539;
  text-transform: uppercase;
}
.title-area-client-client.six::after {
  background: var(--color-primary);
}
.title-area-client-client.six::before {
  background: var(--color-primary);
}
.title-area-client-client::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  width: 41%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  margin-top: -14px;
}
@media only screen and (max-width: 1199px) {
  .title-area-client-client::after {
    width: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-client-client::after {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-client-client::after {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .title-area-client-client::after {
    display: none;
  }
}
.title-area-client-client::before {
  content: "";
  position: absolute;
  left: 59%;
  width: 100%;
  height: 2px;
  width: 41%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .title-area-client-client::before {
    left: 62%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-client-client::before {
    left: 65%;
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-client-client::before {
    left: 69%;
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .title-area-client-client::before {
    display: none;
  }
}

.client-three-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .client-three-wrapper {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .client-three-wrapper {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .client-three-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .client-three-wrapper {
    justify-content: center;
  }
}
.client-three-wrapper .single {
  width: 190px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
  border-radius: 15px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .client-three-wrapper .single {
    width: 190px;
    height: 64px;
  }
}
.client-three-wrapper .single:hover {
  transform: scale(1.05) translateY(-5px);
}
.client-three-wrapper img {
  max-width: 200px;
}
@media only screen and (max-width: 575px) {
  .client-three-wrapper img {
    max-width: 200px;
  }
}
footer.sn_section_bt.sn_section_pt.sn_section_st {
  padding: 80px 0px 60px 0px;
}

footer.sn_section_st {
  background: var(--color-primary);
}
ul.st_liks_list_flied li,
ul.sn_socials_icon li {
  list-style-type: none;
}
ul.st_liks_list_flied,
ul.sn_socials_icon {
  padding: 0px;
}

ul.st_liks_list_flied li {
  margin: 0;
}
.office_address a {
  color: #fff;
}
.sn-page-titles-btn {
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
}
.sn-page-titles-btn a:hover {
  color: #fff;
}
.sn-breadcrumb-area {
  text-align: center;
  padding: 60px 0px;
  background-color: var(--color-primary);
}
.sn-page-titles h1 {
  color: #fff;
  font-size: 50px;
}
.ft_links h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}
ul.st_liks_list_flied {
  display: inline-flex;
  flex-direction: column;
  gap: 13px;
}

ul.st_liks_list_flied li a {
  color: #fff;
  transition: 0.3s;
}
.ft_links h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 186px;
  background: #fff;
  border-radius: 50%;
}
.ft_links h4::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 134px;
  width: 52px;
  height: 1px;
  background: #fff;
}
.after_brfore_flied.ft_links h4::before {
  left: 215px;
}
.after_brfore_flied.ft_links h4::after {
  left: 165px;
}
ul.st_liks_list_flied li i {
  margin-right: 6px;
  font-size: 14px;
}
.office_address {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.office_address div a i {
  font-size: 15px;
  margin-right: 5px;
}
.sn_ft_hd h3 {
  color: #fff;
  font-size: 25px;
}
ul.sn_socials_icon {
  display: flex;
  gap: 15px;
}
ul.sn_socials_icon li a i {
  color: #000;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
}
.sn_ft_hd p {
  color: #fff;
  font-weight: 300;
}
ul.st_liks_list_flied li:hover a {
  padding-left: 5px;
  color: var(--secondary);
}
ul.sn_socials_icon li a:hover i {
  color: var(--secondary);
}
.office_address div:hover a {
  color: var(--secondary);
}

.sn_ft_copyright {
  text-align: center;
  background: #012269;
}

.sn_ft_copyright p {
  color: #fff;
  margin: 0;
}
 /* Background blur and prevent interaction */



/*Footer Secton End */

.rts-copy-right-1 .copyright-h-2-wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e57d;
}
@media only screen and (max-width: 767px) {
  .rts-copy-right-1 .copyright-h-2-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.rts-copy-right-1 .copyright-h-2-wrapper p.disc {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .rts-copy-right-1 .copyright-h-2-wrapper p.disc {
    text-align: center;
  }
}
.rts-copy-right-1 .copyright-h-2-wrapper .right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .rts-copy-right-1 .copyright-h-2-wrapper .right {
    margin: auto;
    order: -1;
  }
}
.rts-copy-right-1 .copyright-h-2-wrapper .right ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.rts-copy-right-1 .copyright-h-2-wrapper .right ul li {
  margin: 0;
  padding: 0;
}
.rts-copy-right-1 .copyright-h-2-wrapper .right ul li a {
  transition: 0.3s;
  color: #fff;
  font-weight: 500;
}
.rts-copy-right-1 {
  background: var(--color-primary);
}
.sn-produ-desc h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.sn-produ-desc {
  padding: 20px 20px 20px 20px;
}

.sn-products-list {
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.sn-produ-desc p {
  margin-bottom: 0px;
}
.sn-produ-img img {
  width: 100%;
  object-fit: cover;
}
.sn-produ-desc a {
  font-weight: 400;
  /* padding-top: 5px; */
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  background: #033c66;
  padding: 3px 20px;
  border-radius: 100px;
  margin-top: 10px;
}
.products-slider .swiper-button-pro-next {
  left: 0px;
}
.products-slider .swiper-button-pro-next {
  right: -1065px;
}
.products-slider .swiper-button-pro-next i,
.products-slider .swiper-button-pro-prev i {
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}
.products-slider .swiper-button-pro-next,
.products-slider .swiper-button-pro-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #033c66;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.products-slider .swiper-button-pro-next {
  position: absolute;
  top: 0;
  z-index: 9;
  bottom: 0px;
  margin: auto;
}
.products-slider .swiper-button-pro-prev {
  position: absolute;
  top: 0;
  z-index: 9;
  bottom: 0px;
  margin: auto;
}
.products-slider {
  margin-top: 40px;
}
 .goog-logo-link, 
  .goog-te-gadget span, 
  .goog-te-banner-frame, 
  .goog-te-gadget-simple img {
    display: none !important;
  }

  .goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
  }

  iframe.goog-te-banner-frame.skiptranslate {
    display: none !important;
  }

  div#google_translate_element{
    height: 40px;
    width: 145px;
  }
 
  .goog-te-combo {
  color: white !important;
  background-color: #033c66 !important; 
  border: none;
  padding: 8px;
  font-weight: bold;
}

.banner-one-inner.text-start {
    position: relative;
}

.sn-banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 57%;
    padding-right: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sn-banner-content h1 {
  font-size: 55px;
  }
  p.disc.banner-para {
    margin-bottom: 22px;
}
.gallery.galary-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
    justify-items: center;
    align-items: center;  
}
.gallery.galary-three img{
     height: 300px;
}
.center.text-heading-shpment h2{
    margin: 0px;
}
.gallry-two {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px 15px;
    }
    .gallery img {
      width: 100%;
      height: 250px;
      cursor: pointer;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      transition: 0.2s;
      
    }
    .gallery img:hover {
      border-color: #033c66;
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.95);
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }
    .row.sn-row-produs {
    gap: 30px 0px;
}
    .lightbox img {
      max-width: 100vw;
      max-height: 100vh;
      transition: transform 0.3s ease;
      cursor: zoom-in;
    }
    .lightbox img.zoomed {
      transform: scale(2);
      cursor: zoom-out;
    }
    .lightbox .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.6);
      border: none;
      font-size: 17px;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      line-height: 0px;
    }
    .lightbox .prev {
      left: 20px;
    }
    .lightbox .next {
      right: 20px;
    }
    .sn-produ-desc h6 {
    margin: 0;
    padding-bottom: 5px;
}
.sn-rice-produ {
    margin-bottom: 45px;
}

.sn-rice-produ h2 {
    margin-bottom: 13px;
    margin-top: 0px !important;
}
    .thumbnail-container {
    display: flex;
    width: 100%;
    margin-top: 1px;
}
.icon.sn-about-icon img {
    width: 70px;
}
.thumbnail-container img {
    width: 66px;
}
.thumbnail-container img:hover {
  cursor: pointer;
}
.sn-line-hight {
    line-height: 48px;
}
.product-gallery {
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.about-image img{
    border-radius: 15px;
}
.why-choose-img img {
    border-radius: 15px;
}
    .lightbox .close {
      position: absolute;
      top: 20px;
      right: 50px;
      background: rgba(255, 255, 255, 0.6);
      border: none;
      font-size: 24px;
      padding: 5px 10px;
      border-radius: 4px;
      cursor: pointer;
      width: 40px;
    }
  .sn-our-brans-row {
    justify-content: center;
}
.sn-about-box{
    background: #fff;
}

.sn-our-brans-row-two {
    justify-content: center;
    margin-top: 30px;
}
.our-brand-sec .single {
    border: 1px solid #e5e5e5;
}
    /*responsive Mobile*/
     @media only screen and (min-width: 768px) and (max-width: 1199px){
         button#menu-btn {
     display: block;}
     #search, #menu-btn{
         width: 80px;
     }
     }
      @media only screen and (min-width: 768px) and (max-width: 1024px){
       p.disc.banner-para,.rts-btn.btn-primary{
           display: none;
       }
       .sn-banner-content h1{
    font-size: 45px;
    margin-bottom: 0px;
}
.sn-banner-content{
    padding-right: 0px;
    width: 65%;
}

     }
    @media only screen and (min-width: 320px) and (max-width: 767px){
        button#menu-btn{
            display: block !important;
        }
        a.header-one-btn.quote-btn.sn-header-get-btn,button#openModalBtn {
    display: none;
}
p.disc.banner-para ,.sn-banner-content a{
    display: none !important;
}
.sn-about-sec{
    flex-direction: column;
    gap: 0px;
}
.products-slider .swiper-button-pro-next{
    right: -290px;
}
.ft_links h4{
    margin-bottom: 2px;
}
footer.sn_section_bt.sn_section_pt.sn_section_st .row{
    gap: 25px 0px;
}
.ft_links.after_brfore_flied.extra-space h4 {
    margin-bottom: 18px;
}
.sn-page-titles h1 {
    font-size: 40px;
}
.single-feature-service-wrapper-8{
    gap: 18px;
}
.sn-breadcrumb-area{
    padding: 45px 0px;
}
.gallery.galary-three {
    grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
.sn-cerficate-row{
    margin-top: 0px;
}

.sn-shipment-key .row {
    gap: 20px 0px;
} 
.mt--90 {
    margin-top: 60px;
}
.gallry-two {
   grid-template-columns: repeat(1, 1fr);
    gap: 30px 0px;
}
.thumbnail-container img {
    width: 83px;
}
.sn-pro-img img {
    width: 100%;
}
.lightbox .nav-button{
    background-color: #033c66;
}
.sn-our-brans-row,.sn-our-brans-row-two{
    flex-wrap: wrap;
    gap: 20px;
}
.sn-banner-content{
    width: 75%;
    padding-right: 0px;
}
.sn-banner-content h1{
    font-size: 30px;
    margin-bottom: 0px;
}
    }
    
    
    
    /*model box*/
    
    
    body.modal-open {
    overflow: hidden;
  }
  .custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-modal.hidden {
    display: none;
  }
  .modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .modal-box {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 700px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal-header h5 {
    font-size: 30px;
}
  .close-btn {
    font-size: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .modal-body input,
  .modal-body textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .modal-footer {
    display: flex;
    justify-content: start;
    gap: 10px;
  }
  .btn.primary {
    background: #1c2539;
    color: white;
    border: none;
    padding: 10px 16px;
  }
  .btn.secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 16px;
  }