:root {
  --rajdhani: "rajdhani", serif;
  --ritterNavy: #0f223b;
  --ritterBlue: #006db6;
  --ritterRed: #e30613;
  --ritterGray: #9d9d9c;
  --ritterBeige: #e0dbdb;
  --ritterBrown: #a3753b;
  --ritterPurple: #831f82;
  --ritterLila: #dfcde5;
  --ritterTurkuaz: #def0f6;
  --ritterGridHeight: 1075px;
  --ritterGridItemHeight: 150px;
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f9fb;
}

.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #e30613;
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #e30613;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

body {
  font-family: var(--rajdhani);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "rajdhani", serif;
  font-style: normal;
  font-weight: 600;
  color: #072366;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "rajdhani", serif;
  font-style: normal;
  color: #10285d;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.webp);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.webp);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.webp);
}

.f-left {
  float: left;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2e2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

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

@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

.btn {
  border: none;
  padding: 10px 25px 10px 10px;
  text-transform: capitalize;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  background-size: 200%;
  transition: 0.6s;
  background-position: right;
  background-color: var(--ritterNavy);
  font-size: 20px;
  font-weight: 500;
}

.btn svg {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  left: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover svg {
  transform: scale(1.2);
}

.btn:hover {
  background-color: #006db6;
  background-position: left;
}

.btn2 {
  padding: 15px 65px 20px 31px;
  text-transform: capitalize;
  border-radius: 0px;
  cursor: pointer;
  color: #e30613;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #e30613;
  background: none;
}

.btn2 i {
  color: #e30613;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  left: 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn2:hover i {
  left: 30px;
}

.btn2:hover {
  color: #e30613;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.about-btn {
  padding: 18px 43px;
}

.header-btn {
  padding: 18px 43px;
}

.hero-btn {
  padding: 17px 65px 17px 31px;
}

.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #072366 !important;
}

.white-btn::before {
  background: #e30613;
  color: #fff !important;
}

.black-btn {
  padding: 14px 35px;
  background: #000;
  display: inline-block;
}

.black-btn::before {
  background: #331391;
}

.borders-btn {
  padding: 14px 35px;
  background: none;
  border: 1px solid #ff2656;
  border-radius: 0 10px;
  display: inline-block;
  color: #ff2656;
}

.borders-btn::before {
  background: #331391;
}

.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}

.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

.submit-btn2 {
  background: #e30613;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

.border-btn {
  border: 1px solid #ff5600;
  color: #464d65;
  background: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 19px 47px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  .border-btn {
    display: none;
  }
}

.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #e30613;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

.section-over1 {
  position: relative;
  z-index: 1;
}

.section-over1::before {
  position: absolute;
  content: "";
  background-color: rgba(6, 7, 6, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.breadcrumb > .active {
  color: #888;
}

#scrollUp,
#back-top {
  background: #e30613;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 20px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  z-index: 99;
}

@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}

#scrollUp a i,
#back-top a i {
  color: white;
  display: block;
  line-height: 50px;
}

#back-top:hover{
  background: #d10513;
}

#scrollUp:hover {
  color: #fff;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

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

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 150px;
  height: 150px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-top-color: #e30613;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  max-width: 100px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}

.slick-initialized .slick-slide {
  outline: 0;
}

.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-bottom {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}

.pb-top {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  .pb-top {
    padding-top: 70px;
  }
}

.w-padding2 {
  padding: 60px 30px;
}

@media (max-width: 575px) {
  .w-padding2 {
    padding: 70px 20px;
  }
}

.w-padding3 {
  padding: 34px 0;
}

.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-padding30 {
  padding-top: 195px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.section-padding40 {
  padding-top: 130px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding40 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}

.section-tittle p {
  color: #7a8290;
}

.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #e30613;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}

@media (max-width: 575px) {
  .section-tittle span {
    font-size: 14px;
    text-align: left;
  }
}

.section-tittle h2 {
  font-size: 40px;
  display: block;
  color: #072366;
  font-weight: 800;
  text-transform: normal;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  .section-tittle h2 {
    text-align: left;
    font-size: 23px;
  }
}

.section-tittle2 h2 {
  font-size: 30px;
}

@media (max-width: 575px) {
  .section-tittle2 h2 {
    font-size: 23px;
  }
}

.element {
  background-color: #e30613;
  color: white;
  margin-right: 5px;
  margin-left: 5px;

  padding: 5px 17px;
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}

@keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.all-btn {
  color: #e30613;
  text-decoration: underline;
  font-size: 16px;
}

.all-btn:hover {
  color: #e30613;
  text-decoration: underline;
  letter-spacing: 1px;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f9fb;
}

.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #e30613;
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #e30613;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media (max-width: 575px) {
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media (max-width: 575px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

.header-area .header-top {
  background: #0f223b;
  padding: 0px 0px;
}

.site-navbar-wrap .site-navbar-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 100;
  text-transform: normal;
}

.site-navbar-wrap .site-navbar-top .header-info-right ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
  text-transform: normal;
}

.header-area .header-top .header-info-left ul li:last-child {
  margin-right: 0px;
}

.header-area .header-top .header-info-left ul li i {
  margin-right: 8px;
}

.main-header {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu {
    margin-right: 30px;
  }
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header .main-menu ul li {
    margin: 0 13px;
  }
}

.main-header .main-menu ul li a {
  color: #0d2d3e;
  font-weight: 600;
  padding: 33px 2px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header .main-menu ul li a {
    padding: 39px 0px;
  }
}

.main-header .main-menu ul li:hover > a {
  color: #e30613;
}

.main-header .main-menu ul li:last-child a {
  padding-right: 0;
}

.main-header .main-menu ul li.active {
  position: relative;
}

.main-header .main-menu ul li.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f04e3c;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #0f223b;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 15px;
  color: #fdfdfd;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  background: none;
  padding-left: 13px !important;
}

.main-header .search span {
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  padding: 31px 19px;
  float: right;
}

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.header-area .header-top .header-info-right .header-social a:hover i {
  color: #ff2143;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.header-area .header-sticky.sticky-bar {
  background: #fff;
}

.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
  padding: 33px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.mobile_menu .slicknav_menu .slicknav_btn {
  top: -32px;
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #e30613 !important;
}

.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 9px !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #e30613;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

.search-model-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

.search-model-box .search-model-form {
  padding: 0 15px;
}

.search-model-box .search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-model-box .search-model-form input {
    width: 251px;
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .search-model-box .search-model-form input {
    width: 251px;
    font-size: 26px;
  }
}

.search-model-box .search-close-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-height {
  height: 765px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    height: 765px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .slider-height {
    height: 500px;
  }
}

.slider-height2 {
  height: 400px;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height2 {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .slider-height2 {
    height: 260px;
  }
}

.slider-area {
  margin-top: -1px;
  background-image: url(../img/hero/hero9.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.slider-area .hero__caption {
  overflow: hidden;
}

.slider-area .hero__caption span {
  font-family: rajdhani;
  font-weight: 800;
  display: block;
}

.slider-area .hero__caption h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero__caption h1 {
    font-size: 70px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .slider-area .hero__caption h1 {
    font-size: 29px;
    line-height: 1.5;
  }
}

.slider-area .hero__caption p {
  font-size: 27px;
  color: #fff;
  font-family: rajdhani;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero__caption p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero__caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .slider-area .hero__caption p {
    padding-right: 0px;
    font-size: 15px;
  }
}

.slider-area .video-icon {
  position: absolute;
  right: 160px;
  top: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .video-icon {
    right: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .video-icon {
    right: 63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .video-icon {
    right: 82px;
  }
}

@media (max-width: 575px) {
  .slider-area .video-icon {
    right: 27px;
    bottom: 27px !important;
    top: unset;
  }
}

.slider-area .video-icon a {
  background: #fff;
  color: #ff1313;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

.slider-area .video-icon a::after {
  position: absolute;
  border: 51px solid rgba(255, 255, 255, 0.2);
  content: "";
  border-radius: 50%;
  left: -20px;
  top: -21px;
  right: 0;
  z-index: 0;
  background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.slider-area .video-icon a i {
  font-size: 20px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  right: -2px;
  top: 2px;
}

.slider-area .video-icon a.btn-icon {
  position: relative;
}

.slider-area .video-icon a.btn-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }

  100% {
    opacity: 0;
  }
}

.slider-area .video-icon a.btn-icon:hover {
  background: #ff1313;
  color: #fff;
}

.hero-overly {
  position: relative;
  z-index: 1;
}

.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.slider-area2 .hero-cap h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1;
}

.slider-area2 .section-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider-area2 .hero-cap h2 {
    font-size: 27px;
  }
}

.about-low-area {
  position: relative;
}

.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 58px;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .about-caption p {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

.about-low-area .experience span {
  color: #e30613;
  font-size: 60px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .experience span {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .experience span {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .about-low-area .experience span {
    font-size: 45px;
  }
}

.about-low-area .about-right-cap {
  position: relative;
}

@media (max-width: 575px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

.about-low-area .about-right-cap .about-right-img img {
  width: 100%;
  margin-bottom: 15px;
}

.about-low-area .about-right-cap .img-cap {
  position: absolute;
  bottom: -7px;
  left: -33px;
  width: 179px;
  height: 180px;
  padding: 31px 10px;
  background: #e30613;
  text-align: center;
}

@media (max-width: 575px) {
  .about-low-area .about-right-cap .img-cap {
    left: 0;
    width: 128px;
    height: 145px;
    padding: 8px 10px;
  }
}

.about-low-area .about-right-cap .img-cap::before {
}

.about-low-area .about-right-cap .img-cap span {
  color: #fff;
  font-size: 50px;
}

.about-low-area .about-right-cap .img-cap p {
  color: #fff;
  font-size: 15px;
}

.about-low-area .about-right-cap p {
  font-size: 22px;
  color: #0f223b;
  font-weight: 300;
  padding-right: 13px;
  line-height: 1.5;
}

.about-low-area .about-right-cap .about-right-cap2 {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .about-caption {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .bg-height.pb-160 {
    padding-bottom: 100px;
  }
}

.gallery-area .single-gallery {
  position: relative;
}

.gallery-area .single-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.4);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.gallery-area .single-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

.gallery-area .single-gallery:hover {
  visibility: visible;
}

.gallery-area .single-gallery .gallery-img {
  position: initial;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575px) {
  .gallery-area .single-gallery .gallery-img {
    height: 420px;
  }
}

.gallery-area .single-gallery .thumb-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: 0.4s;
  z-index: 2;
}

.gallery-area .single-gallery .thumb-content-box .thumb-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
  color: var(--ritterNavy);
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

.gallery-area .single-gallery .thumb-content-box .thumb-content p {
  font-size: 16px;
  color: #ffff;
  padding: 0 82px;
  line-height: 1.6;
  visibility: hidden;
}

.gallery-area .single-gallery .thumb-content-box::hover p {
  transition: all 0.3s;
  visibility: visible;
}

.gallery-area .single-gallery .thumb-content-box::hover h3 {
  transform: translateY(-50%);
  transition: all 0.3s linear;
}

@media (max-width: 575px) {
  .gallery-area .single-gallery .thumb-content-box .thumb-content p {
    padding: 0 18px;
  }
}

.gallery-area .single-gallery .thumb-content-box .thumb-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.gallery-area .single-gallery .thumb-content-box .thumb-content a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.wantToWork-area .wantToWork-caption h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.wantToWork-area .wantToWork-caption p {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .sm-left {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm-left {
    float: left;
    margin-top: 30px;
  }
}

.btn.w-btn {
  padding: 18px 65px 18px 33px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .double-btn.f-right {
    float: left;
  }
}

@media (max-width: 575px) {
  .double-btn.f-right {
    float: left;
  }
}

.contact-form .form-wrapper {
  padding: 65px;
  box-shadow: 0 23px 46px rgba(20, 12, 64, 0.1);
}

@media (max-width: 575px) {
  .contact-form .form-wrapper {
    padding: 25px;
  }
}

.contact-form input {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  padding-right: 30px;
  color: var(--ritterNavy);
  font-weight: 500;
  border-radius: 0px;
}

.contact-form input .list {
  width: 100%;
  border-radius: 0;
}

.contact-form .nice-select {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: var(--ritterNavy);
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  padding: 5px 25px;
}

.contact-form .nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 15px;
  width: 7px;
}

.contact-form .nice-select.open .list {
  width: 100%;
  border-radius: 0;
}

.contact-form .nice-select .option {
  color: var(--ritterNavy);
}

.contact-form textarea {
  color: var(--ritterNavy);
  border: 1px solid #eaeaea;
  font-weight: 500;
  text-transform: capitalize;
  height: 116px;
  width: 100%;
  padding: 10px 25px;
  border-radius: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form textarea {
    padding: 30px 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form textarea {
    padding: 30px 42px;
  }
}

@media (max-width: 575px) {
  .contact-form textarea {
    padding: 30px 42px;
  }
}

.contact-form textarea::placeholder {
  color: var(--ritterNavy);
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
}

.contact-form .contact {
  border: 1px solid #eaedff;
  padding: 40px 10px;
}

.contact-form .contact i {
  background: #8fb569;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

.contact-form .contact h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact-form .contact p {
  margin: 0;
  padding: 0 50px;
}

.contact-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: #898faf;
  font-size: 16px;
  font-weight: 300;
  transition: 0.4s;
}

.contact-form input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact-form .single-gallery {
  position: relative;
}

.contact-form .single-gallery::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.4);
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact-form .single-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact-form .single-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

.contact-form .single-gallery .gallery-img {
  position: relative;
  height: 655px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

.contact-form .single-gallery .thumb-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: 0.4s;
  z-index: 2;
}

.contact-form .single-gallery .thumb-content-box .thumb-content {
  position: absolute;
  bottom: 43px;
  left: 50px;
}

.contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 24px;
  text-transform: normal;
  text-decoration: unset;
  display: block;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

.contact-form .single-gallery .thumb-content-box .thumb-content p {
  font-size: 16px;
  color: #ffff;
  padding-right: 49px;
  line-height: 1.6;
}

.contact-form .single-gallery .thumb-content-box .thumb-content a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

.contact-form .single-gallery .thumb-content-box .thumb-content a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.contact-form .single-mam-img img {
  width: 100%;
}

.man-slider-active button.slick-arrow {
  position: absolute;
  right: 50px;
  bottom: -1px;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  height: 50px;
  width: 50px;
  line-height: 60px;
  cursor: pointer;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media (max-width: 575px) {
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

.man-slider-active button.slick-arrow i {
  font-size: 20px;
  color: #e30613;
}

.man-slider-active button.slick-next {
  right: 0px;
  background: #e30613;
}

.man-slider-active button.slick-next i {
  color: #fff;
}

.single-projects .singel-details span {
  color: #fa8f77;
  font-size: 30px;
  margin-bottom: 27px;
  display: block;
}

.single-projects .singel-details h3 {
  font-size: 20px;
  display: block;
  color: #072366;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-projects .singel-details h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-projects .singel-details h3 {
    font-size: 14px;
  }
}

.single-projects-img .singel-details-img img {
  width: 100%;
}

.experience.experience2 {
  padding-left: 30px;
}

.experience.experience2 span {
  font-size: 50px;
}

@media (max-width: 575px) {
  .experience.experience2 span {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

.categories-area .single-cat {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

@media (max-width: 575px) {
  .categories-area .single-cat {
    padding: 30px 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat {
    padding: 30px 18px;
  }
}

.categories-area .single-cat .cat-icon img {
  margin-bottom: 30px;
  display: block;
}

.categories-area .single-cat .cat-cap h5 > a {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 23px;
  }
}

.categories-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

.categories-area .single-cat .cat-cap a {
  color: #1c165c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.categories-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

.service-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .service-area {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

.service-area .single-main .single-wrapper {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.service-area .single-main .single-wrapper .single-services {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
  padding: 34px 31px 20px 29px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  justify-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area .single-main .single-wrapper .single-services {
    padding: 16px 40px;
  }
}

.service-area .single-main .single-wrapper .single-services span {
  font-size: 19px;
  margin-bottom: 20px;
  display: block;
  font-weight: 300;
}

.service-area .single-main .single-wrapper .single-services h4 {
  font-size: 24px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service-area .single-main .single-wrapper .services-btn a {
  cursor: pointer;
  padding: 36px 0;
  background: #e30613;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  color: white;
}

.service-area .single-main .single-wrapper .single-services img {
  padding: 25px;
  width: auto;
  max-width: 300px;
  height: 150px;
  justify-items: center;
}

.service-area .single-main .single-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.service-area .single-main .single-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}

.service-area .single-main .transparrent-btn {
  cursor: pointer;
  padding: 36px 0;
  background: var(--ritterNavy);
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  bottom: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.service-area .single-main .transparrent-btn.active {
  opacity: 0;
  visibility: hidden;
}

.service-area .single-main:hover .single-wrapper.hide {
  opacity: 1 !important;
  visibility: visible !important;
}

.service-area .single-main:hover .transparrent-btn {
  opacity: 0;
  visibility: hidden;
}

.service-area .single-main:hover .single-wrapper .active.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.service-area .single-main:hover .transparrent-btn.active {
  opacity: 0;
  visibility: hidden;
}

.testimonial-area .testimonial-caption {
  padding: 97px 60px 20px 60px;
  background: #f5f9fb;
  height: 470px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption {
    height: 373px;
    padding: 74px 60px 20px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption {
    height: 426px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .testimonial-caption {
    height: 426px;
    padding: 66px 60px 20px 60px;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-caption {
    height: 343px;
    padding: 82px 18px 20px 18px;
  }
}

.testimonial-area .testimonial-caption p {
  font-size: 28px;
  color: #072366;
  color: #0f223b;
  line-height: 45px;
  line-height: 1.5;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption p {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-caption p {
    font-size: 16px;
  }
}

.testimonial-area .rattiong-caption span {
  color: #06080a;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: rajdhani;
}

.testimonial-area .rattiong-caption span span {
  color: #767676;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 15px;
}

.h1-testimonial-active button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 10px;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
  font-size: 20px;
  color: #ff5a5a;
  bottom: -72px;
  z-index: 1;
  transform: rotate(-45deg) !important;
}

.h1-testimonial-active button.slick-next {
  left: 55px !important;
  transform: rotate(45deg) !important;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.home-blog-area .home-blog-single {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  -webkit-transform: scale 1;
  -moz-transform: scale 1;
  -ms-transform: scale 1;
  transform: scale 1;
  transition: all 0.3s ease-out 0s;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #fff;
  padding: 22px 29px 11px 9px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 37px 23px 37px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
  }
}

@media (max-width: 575px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
  }
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
  color: #707b8e;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
  color: #191d34;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  text-transform: capitalize;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
  color: #e30613;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 23px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 14px;
  font-family: rajdhani;
  color: #3a3a3a;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
  color: #014b85;
}

.home-blog-single:hover .blog-img-cap .blog-img img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

.blog_area a {
  color: "Muli", sans-serif !important;
  text-decoration: none;
  transition: 0.4s;
}

.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #e30613 0%, #e30613 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: 0.4s;
}

.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

.single-blog .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }

  .single-blog .tag:after {
    display: none;
  }
}

.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}

.single-blog .single-blog-content {
  padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

.single-blog:hover .thumb:after {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  .single-blog h4 a {
    font-size: 18px;
  }
}

.full_image.single-blog {
  position: relative;
}

.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

.full_image.single-blog h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
  padding-bottom: 5px;
}

.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.full_image.single-blog .date {
  color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.causes_item {
  background: #fff;
}

.causes_item .causes_img {
  position: relative;
}

.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.categories_post img {
  max-width: 100%;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
  color: #080808;
}

.blog_details a:hover {
  color: #09cc7f;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #e30613;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #e30613;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #e30613;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
  margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

.single-post-area .blog-author img {
  width: 160px;
  height: 190px;
  border-radius: 10%;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

.single-post-area .blog-author a {
  display: inline-block;
}

.single-post-area .blog-author a:hover {
  color: #09cc7f;
}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

.single-post-area .blog-author h4 {
  font-size: 16px;
}

.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 30px;
}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 101 !important;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #0f223b;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}

.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #0f223b;
}

.breadcam_bg {
  background-image: url(../img/banner/bradcam.webp);
}

.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.webp);
}

.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.webp);
}

.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area {
    padding: 150px 0;
  }
}

.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: rajdhani;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area h3 {
    font-size: 40px;
  }
}

.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1f1f1f;
  margin-bottom: 46px;
}

.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;

  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: rajdhani;
  font-weight: normal;
  width: 100% !important;

  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  color: #919191;
  font-size: 15px;
}

.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

#test-form button.mfp-close {
  display: none !important;
}

@media (max-width: 767px) {
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4a3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4a3600;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.overlay2::before {
  background-image: -moz-linear-gradient(
    170deg,
    rgba(34, 34, 34, 0) 0%,
    black 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgba(34, 34, 34, 0) 0%,
    black 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgba(34, 34, 34, 0) 0%,
    black 100%
  );
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #0f223b;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #0f223b;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #0f223b;
  border: 1px solid #0f223b;
  background: #fff;
}

.genric-btn.primary-border {
  color: #0f223b;
  border: 1px solid #0f223b;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #0f223b;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #0f223b;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #0f223b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #0f223b;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #0f223b;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #0f223b;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #0f223b;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0f223b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #0f223b;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.webp) no-repeat center
    center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.webp) no-repeat center
    center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.webp) no-repeat center
    center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.webp) no-repeat center
    center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.webp) no-repeat center
    center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.webp) no-repeat center
    center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #0f223b;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #0f223b;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #0f223b;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #0f223b;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}

.rajdhani-light {
  font-family: "rajdhani", serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "rajdhani", serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "rajdhani", serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "rajdhani", serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "rajdhani", serif;
  font-weight: 700;
  font-style: normal;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

.wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.title {
  width: 100%;
  transition: transform 0.5s;
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.site-blocks-cover {
  font-family: "rajdhani", serif;
  font-style: normal;
  font-weight: 600;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover,
.site-blocks-cover .row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page,
.site-blocks-cover.inner-page .row {
  min-height: 600px;
  height: calc(80vh);
}

.site-blocks-cover .sub-text {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
}

.site-blocks-cover h1 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
}

.site-blocks-cover h1 strong {
  font-weight: 900;
}

@media (min-width: 768px) {
  .site-blocks-cover h1 {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

.site-block-1 {
  padding-top: 50px;
  z-index: 99;
}

@media (min-width: 992px) {
  .site-block-1 {
    padding-top: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 1.6rem;
}

.site-navbar-top,
.site-navbar {
  height: 40px;
  align-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-navbar {
  height: 70px;
  align-content: center;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-navbar .site-logo {
  font-weight: 200;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active > a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  font-size: 15px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\ea36";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children a {
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-block-feature {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}

.site-block-feature .icon {
  font-size: 50px;
}

.site-block-feature h3 {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.site-block-feature p {
  color: #fff;
  font-size: 1.8rem;
}

.site-block-feature p:last-child {
  margin-bottom: 0;
}

.site-block-feature-2 .icon {
  font-size: 50px;
  position: relative;
  line-height: 1;
}

.site-block-feature-2 h3 {
  font-size: 1.5rem;
}

.facts {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/gallery/factory1.webp) center center no-repeat;
  background-size: cover;
}

.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s;
  z-index: -1;
}

.service-item:hover .service-img img {
  transform: scale(1);
}

.service-item .service-text {
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
  transition: 0.3;
}

.service-item:hover .service-text h4 {
  color: #ffffff;
}

.service-item:hover .service-text p {
  color: var(--light);
}

.service-item .service-text .btn-square {
  width: 100px;
  height: 100px;
  background: transparent;
  transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
  background: var(--light);
}

.service-item .service-text .btn {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: var(--light);
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}

.service-item:hover .service-text .btn {
  width: 112px;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
  position: relative;
  margin: -50px 0 25px 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: #ffffff;
  background: var(--primary);
}

.poster {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 50vh;
  background: #111;
}

@media (min-width: 1024px) {
  .poster {
    flex-direction: row;
  }

  .posterItem:not(:last-child) {
    border-right: 1px solid #ccc;
    border-bottom: none;
  }

  .posterItem:hover {
    flex-basis: 30%;
  }
}

.posterItem {
  position: relative;
  flex: calc(100vw / 6) 1 1;
  background-size: cover;
  overflow: hidden;
  filter: saturate(90%);
  transition: 1s;
}

.posterItem:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.posterItem:not(:last-child) {
  border-bottom: 1px solid #ccc;
  animation: borderPulse 5s infinite;
}

.posterItem:hover {
  flex-basis: 40%;
  filter: saturate(120%);
}

.posterItem:hover quote {
  opacity: 1;
  transform: translateX(0);
}

.posterItem:nth-child(1) {
  background-image: url(/assets/img/gallery/factory1.webp);
  background-position: 72% 35%;
}

.posterItem:nth-child(2) {
  background-image: url(/assets/img/gallery/factory2.webp);
  background-position: 60% 8%;
}

.posterItem:nth-child(3) {
  background-image: url(/assets/img/gallery/frank_ritter.webp);
  background-position: 52% 8%;
}

.quote {
  position: absolute;
  color: #fff;
  bottom: 35%;
  left: 5rem;
  width: calc(100% - 10rem);
  opacity: 0;
  transition: 1s;
  transform: translateX(50%);
}

@media (min-width: 512px) {
  .quote {
    left: 15%;
    bottom: 35%;
    width: 20vw;
  }
}

@media (min-width: 1024px) {
  .quote {
    left: 15%;
    bottom: 35%;
    width: 30vw;
  }
}

.quote p {
  position: relative;
  display: inline-block;
  margin-bottom: 1.7rem;
  font-size: 1.4rem;
  text-wrap: balance;
  font-style: italic;
}

.quote p &:before,
&:after {
  position: absolute;
  font-size: 5.5rem;
  opacity: 0.6;
}

.quote p &:before {
  content: "“";
  top: 4rem;
  left: -2rem;
  transform: translate(-100%, -100%);
}

.quote p &:after {
  content: "”";
  bottom: 2rem;
  right: -2rem;
  transform: translate(100%, 100%);
}

.quote span {
  position: absolute;
  bottom: -2rem;
  right: 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  transform: translate(4rem, 100%);
}
.quote span &:before {
  content: "—";
  margin-right: 0.7rem;
}

@keyframes borderPulse {
  0%,
  100% {
    border-color: rgba(204, 204, 204, 1);
  }

  25%,
  75% {
    border-color: rgba(204, 204, 255, 0.9);
  }

  50% {
    border-color: rgba(204, 204, 255, 0.5);
  }
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

@keyframes highlight {
  to {
    background-position: 0;
  }
}

mark {
  animation: highlight linear forwards;
  animation-timeline: view(40% 20%);
  background: linear-gradient(
    to right,
    oklch(0.86 0.19 84.89 / 1) 50%,
    oklch(0.86 0.19 84.89 / 0) 50%
  );
  background-position: 100%;
  background-size: 200% 100%;
  border-radius: 0.125rem;
  padding-inline: 0.125rem;
}

.card-view {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .card-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    padding-left: 15%;
  }
}

.card-v14 {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-light);
  box-shadow: var(--inner-glow),
    var(--shadow-ring, 0 0 0 1px hsla(0deg, 0%, 0%, 0.05)), var(--shadow-sm);
  border-radius: var(--radius-md);
  padding: var(--space-sm);
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.card-v14:hover {
  background-color: var(--color-bg-lighter);
  box-shadow: var(--inner-glow),
    var(--shadow-ring, 0 0 0 1px hsla(0deg, 0%, 0%, 0.05)), var(--shadow-md);
}

.card-v14__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: hsla(
    var(--color-accent-h),
    var(--color-accent-s),
    var(--color-accent-l),
    0.2
  );
  margin-bottom: var(--space-sm);
}

.card-v14__icon {
  --size: 24px;
  color: var(--color-accent);
}

@media (min-width: 640px) {
  .sm\:w-\[408px\] {
    width: 408px;
  }
}

.duration-200 {
  transition-duration: 0.2s;
}

.transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.p-4 {
  padding: 1rem;
}

.border-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.border {
  border-width: 1px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.gap-5 {
  gap: 1.25rem;
}

.flex-col {
  flex-direction: column;
}

.table-image {
  height: 300px;
}

.untree_co-section {
  padding: 70px 0px;
}

.feature-img-bg {
  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
  border-radius: 20px;
}

.h-100 {
  height: 100% !important;
}

.feature-1 {
  min-height: calc(50% - 15px);
  top: 0px;
  margin-bottom: 30px !important;
  padding: 30px;
  background: rgba(26, 55, 77, 0.05);
  border-radius: 20px;
}

.feature-1 h3 {
  font-size: 30px;
  font-weight: 700;
}

.img-play-video {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  background: rgb(32, 69, 96);
  border-radius: 50%;
  animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 22px solid rgb(255, 255, 255);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgb(26, 55, 77);
  border-radius: 50%;
  transition: 200ms;
}

footer {
  position: relative;
  background: var(--ritterNavy);
  width: 100%;
  bottom: 0;
  left: 0;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: white;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1):hover {
  svg {
    fill: #4267b2;
  }

  background: #fff;
}

.top .media-icons a:nth-child(2):hover {
  svg {
    fill: #e1306c;
  }

  background: #fff;
}

.top .media-icons a:nth-child(3):hover {
  svg {
    fill: #0077b5;
  }

  background: #fff;
}

.top .media-icons a:nth-child(4):hover {
  svg {
    fill: #ff0000;
  }

  background: #fff;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.content .link-boxes .box li a:hover {
  opacity: 1;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #afafb6;
  background: var(--ritterNavy);
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #afafb6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #140b5c;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: var(--ritterNavy);
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}

.ritter-block {
  padding-top: 70px;
}

.ritter-block.cerrahi {
  padding: 20px 0px 100px 0px;
}

.ritter-block h1 {
  font-size: 40px;
  font-weight: 700;
}

.ritter-block h2 {
  font-size: 30px;
  font-weight: 600;
}

.ritter-block h3 {
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;
}

#ritter-features h1 {
  font-size: 40px;
  font-weight: 700;
}

#ritter-features h2 {
  font-size: 30px;
  font-weight: 600;
}

#ritter-services h1{
  font-size: 40px;
  font-weight: 700;
}

.globalContent {
  flex-grow: 1;
}

.common-SuperTitle {
  font-weight: 300;
  font-size: 45px;
  line-height: 60px;
  color: #32325d;
  letter-spacing: -0.01em;
}

@media (min-width: 670px) {
  .common-SuperTitle {
    font-size: 50px;
    line-height: 70px;
  }
}

.common-PageTitle {
  font-weight: 400;
  font-size: 34px;
  line-height: 43px;
  color: #32325d;
}

@media (min-width: 670px) {
  .common-PageTitle {
    font-size: 40px;
    line-height: 50px;
  }
}

.common-PageSubtitle {
  font-weight: 300;
  font-size: 34px;
  line-height: 43px;
  color: #6772e5;
}

@media (min-width: 670px) {
  .common-PageSubtitle {
    font-size: 40px;
    line-height: 50px;
  }
}

.common-IntroText {
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #525f7f;
}

@media (min-width: 670px) {
  .common-IntroText {
    font-size: 24px;
    line-height: 36px;
  }
}

.common-BodyTitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #32325d;
}

.common-BodyText {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #6b7c93;
}

.common-UppercaseTitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 670px) {
  .common-UppercaseTitle {
    font-size: 22px;
    line-height: 33px;
  }
}

.common-Uppercase {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.common-AlignRight {
  text-align: right;
}

.common-NoWrap {
  white-space: nowrap;
}

.common-ProductLockup,
.common-ProductLockupBack {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}

@media (min-width: 670px) {
  .common-ProductLockup,
  .common-ProductLockupBack {
    font-size: 28px;
    line-height: 38px;
  }
}

.common-ProductLockup .icon,
.common-ProductLockupBack .icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  margin-right: 20px;
}

@media (min-width: 670px) {
  .common-ProductLockup .icon,
  .common-ProductLockupBack .icon {
    width: 72px;
    height: 72px;
  }
}

.common-ProductLockupBack {
  display: inline-flex;
  font-size: 20px;
  transition: color 0.1s;
}

.common-ProductLockupBack:before {
  font: normal 48px/24px StripeIcons;
  content: "➝";
  transform: scaleX(-1);
  width: 36px;
  text-align: right;
  position: relative;
  top: -6px;
  transition: color 0.1s;
}

.common-ProductLockupBack .icon {
  width: 48px;
  height: 48px;
}

.common-ProductLockupBack .hover-fillDark,
.common-ProductLockupBack .hover-fillLight {
  transition: fill 0.1s;
}

.common-ProductLockupBack .hover-strokeDark,
.common-ProductLockupBack .hover-strokeLight {
  transition: stroke 0.1s;
}

.common-ProductLockupBack:hover .hover-fillLight {
  fill: #8898aa;
}

.common-ProductLockupBack:hover .hover-fillDark {
  fill: #32325d;
}

.common-ProductLockupBack:hover .hover-strokeLight {
  stroke: #8898aa;
}

.common-ProductLockupBack:hover .hover-strokeDark {
  stroke: #32325d;
}

.common-Link {
  color: #6772e5;
  font-weight: 500;
  transition: color 0.1s ease;
  cursor: pointer;
}

.common-Link:hover {
  color: #32325d;
}

.common-Link:active {
  color: #000;
}

.common-Link--arrow:after {
  font: normal 16px StripeIcons;
  content: "→";
  padding-left: 5px;
}

.common-Uppercase.common-Link--arrow:after {
  content: "➜";
}

.common-InvertedText .common-BodyTitle,
.common-InvertedText .common-PageSubtitle,
.common-InvertedText .common-PageTitle,
.common-InvertedText .common-SuperTitle,
.common-InvertedText .common-Uppercase,
.common-InvertedText .common-UppercaseTitle {
  color: #fff;
}

.common-InvertedText .common-IntroText {
  color: #c4f0ff;
}

.common-InvertedText .common-BodyText {
  color: #9cdbff;
}

.common-InvertedText .common-Link,
.common-Link--white {
  color: #fff;
}

.common-InvertedText .common-Link:hover,
.common-Link--white:hover {
  color: #c4f0ff;
}

.common-InvertedText .common-Link:active,
.common-Link--white:active {
  color: #87bbfd;
}

.common-Button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #6772e5;
  text-decoration: none;
  transition: all 0.15s ease;
}

.common-Button:hover {
  color: #7795f8;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.common-Button:active {
  color: #555abf;
  background-color: #f6f9fc;
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.common-Button--default {
  color: #fff;
  background: #6772e5;
}

.common-Button--default:hover {
  color: #fff;
  background-color: #7795f8;
}

.common-Button--default:active {
  color: #e6ebf1;
  background-color: #555abf;
}

.common-Button--dark {
  color: #fff;
  background: #32325d;
}

.common-Button--dark:hover {
  color: #fff;
  background-color: #43458b;
}

.common-Button--dark:active {
  color: #e6ebf1;
  background-color: #32325d;
}

.common-ButtonIcon {
  display: inline;
  margin: 0 5px 0 0;
  position: relative;
}

.common-ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.common-ButtonGroup .common-Button {
  flex-shrink: 0;
  margin: 10px;
}

.StripeBackground {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: skewY(-12deg);
  pointer-events: none;
}

.StripeBackground .stripe {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.StripeBackground.accelerated .stripe {
  will-change: transform;
}

.StripeBackground .stripe.pattern {
  overflow: hidden;
}

.StripeBackground .stripe.pattern:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1000px;
  top: -1000px;
  transform: skew(0, 12deg);
}

.common-Card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

@media (min-width: 880px) {
  .common-Card {
    padding: 50px;
  }
}

.common-BetaBadge {
  display: inline;
  position: relative;
  height: 18px;
  margin-left: 11px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 2px 6px 2px 7px;
  text-transform: uppercase;
  color: #8898aa;
  background-color: rgba(136, 152, 170, 0.15);
}

.lg-cols,
.lg-grid,
.lg-rows,
.md-cols,
.md-grid,
.md-rows,
.sm-cols,
.sm-grid,
.sm-rows,
.xs-cols,
.xs-grid,
.xs-rows {
  display: flex;
  margin: -20px;
}

.feature-block {
  flex: 1;
  padding: 20px;
  position: relative;
}

.xs-cols {
  flex-direction: row;
}

.xs-cols .feature-block {
  flex-basis: 100%;
}

.xs-rows {
  flex-direction: column;
}

.xs-rows .feature-block {
  flex-basis: auto;
}

.xs-grid {
  flex-direction: row;
  flex-wrap: wrap;
}

.xs-grid .feature-block {
  flex-basis: 50%;
}

@media (min-width: 670px) {
  .sm-cols {
    flex-direction: row;
  }

  .sm-cols .feature-block {
    flex-basis: 100%;
  }

  .sm-rows {
    flex-direction: column;
  }

  .sm-rows .feature-block {
    flex-basis: auto;
  }

  .sm-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sm-grid .feature-block {
    flex-basis: 50%;
  }
}

@media (min-width: 880px) {
  .md-cols {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .md-cols .feature-block {
    flex-basis: 100%;
  }

  .md-rows {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .md-rows .feature-block {
    flex-basis: auto;
  }

  .md-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .md-grid .feature-block {
    flex-basis: 50%;
  }
}

@media (min-width: 1040px) {
  .lg-cols {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .lg-cols .feature-block {
    flex-basis: 100%;
  }

  .lg-rows {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .lg-rows .feature-block {
    flex-basis: auto;
  }

  .lg-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lg-grid .feature-block {
    flex-basis: 50%;
  }
}

.xs-icon-top .icon {
  margin: 10px 0 20px -3px;
}

.xs-icon-left {
  padding-left: 50px;
}

.xs-icon-left .icon {
  position: absolute;
  left: -24px;
  top: 7px;
}

@media (min-width: 670px) {
  .sm-icon-top {
    padding-left: 0;
  }

  .sm-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }

  .sm-icon-left {
    padding-left: 50px;
  }

  .sm-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}

@media (min-width: 880px) {
  .md-icon-top {
    padding-left: 0;
  }

  .md-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }

  .md-icon-left {
    padding-left: 50px;
  }

  .md-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}

@media (min-width: 1040px) {
  .lg-icon-top {
    padding-left: 0;
  }

  .lg-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }

  .lg-icon-left {
    padding-left: 50px;
  }

  .lg-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}

.feature-block h3,
.feature-block p {
  margin-bottom: 10px;
}

.feature-block h3:last-child,
.feature-block p:last-child {
  margin-bottom: 0;
}

.feature-block .icon {
  width: 48px;
  height: 48px;
}

.common-FlagIcon:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: url(/img/v3/common/flagIcons.svg);
  background-position: -258px -35px;
  vertical-align: -2px;
  margin-right: 12px;
}

.common-FlagIcon--at:before {
  background-position: -10px -10px;
}

.common-FlagIcon--au:before {
  background-position: -41px -10px;
}

.common-FlagIcon--be:before {
  background-position: -72px -10px;
}

.common-FlagIcon--br:before {
  background-position: -103px -10px;
}

.common-FlagIcon--ca:before {
  background-position: -134px -10px;
}

.common-FlagIcon--ch:before {
  background-position: -165px -10px;
}

.common-FlagIcon--de:before {
  background-position: -196px -10px;
}

.common-FlagIcon--dk:before {
  background-position: -227px -10px;
}

.common-FlagIcon--es:before {
  background-position: -258px -10px;
}

.common-FlagIcon--fi:before {
  background-position: -289px -10px;
}

.common-FlagIcon--fr:before {
  background-position: -320px -10px;
}

.common-FlagIcon--gb:before {
  background-position: -351px -10px;
}

.common-FlagIcon--hk:before {
  background-position: -382px -10px;
}

.common-FlagIcon--ie:before {
  background-position: -413px -10px;
}

.common-FlagIcon--it:before {
  background-position: -444px -10px;
}

.common-FlagIcon--jp:before {
  background-position: -475px -10px;
}

.common-FlagIcon--lu:before {
  background-position: -506px -10px;
}

.common-FlagIcon--mx:before {
  background-position: -10px -35px;
}

.common-FlagIcon--nl:before {
  background-position: -41px -35px;
}

.common-FlagIcon--no:before {
  background-position: -72px -35px;
}

.common-FlagIcon--nz:before {
  background-position: -103px -35px;
}

.common-FlagIcon--pt:before {
  background-position: -134px -35px;
}

.common-FlagIcon--se:before {
  background-position: -165px -35px;
}

.common-FlagIcon--sg:before {
  background-position: -196px -35px;
}

.common-FlagIcon--us:before {
  background-position: -227px -35px;
}

.common-FlagIcon--xx:before {
  background-position: -258px -35px;
}

.globalNav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.3s ease;
}

.globalNav ul {
  padding: 0;
  margin: 0;
}

.globalNav li {
  list-style: none;
}

.globalNav a {
  color: white;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s;
  padding: 5px;
}

.globalNav a:hover {
  color: #32325d;
}

.globalNav > .container-lg {
  padding: 0;
}

.globalNav .navRoot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.globalNav .navSection.logo {
  flex: 0 0 auto;
  width: 200px;
  object-fit: contain;
}

.globalNav .navSection.primary {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  min-width: 600px;
  justify-content: space-between;
}

.globalNav .navSection.secondary {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  justify-content: flex-end;
}

.globalNav.scrolled {
  background-color: var(--ritterNavy);
  height: 70px;
}

.globalNav.scrolled .site-navbar-wrap {
  height: 70px;
  background-color: var(--ritterNavy);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.globalNav.scrolled .site-navbar-top {
  display: none;
}

.globalNav.scrolled .site-navbar {
  background-color: var(--ritterNavy);
}

.site-navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 110px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.site-navbar {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

.site-navbar-top {
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: flex;
    gap: 5px;
  }
}

.globalNav .navSection.secondary {
  position: absolute;
  top: 0;
  right: 0;
}

.globalNav .navSection.mobile {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .globalNav .navSection.mobile {
    display: none;
  }
}

.globalNav.compact .navRoot {
  display: flex;
  justify-content: end;
}

.globalNav.compact .navSection.secondary {
  position: static;
}

.globalNav .rootLink {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 12px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .globalNav .rootLink {
    padding: 0 calc(10px + (100vw - 670px) * 0.040541);
  }
}

@media (min-width: 1040px) {
  .globalNav .rootLink {
    padding: 0 25px;
  }
}

.globalNav .navSection.logo .rootLink {
  padding-left: 20px !important;
}

.globalNav .navSection.secondary .rootLink:last-child {
  padding-right: 0px !important;
  vertical-align: middle;
}

.globalNav .navSection.primary .rootLink {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.globalNav .navSection.primary .rootLink:hover {
  color: white;
}

.globalNav .colorize {
  color: #fff;
  transition: color 0.1s ease;
}

.globalNav .colorize.active,
.globalNav .colorize:hover {
  color: white;
}

.globalNav .hasDropdown {
  cursor: default;
}

.globalNav .item-home h1 {
  line-height: 50px;
  font-size: 20px;
  margin: 0;
  color: white;
}

.globalNav .item-home svg {
  vertical-align: -5px;
}

.globalNav .item-home svg path {
  fill: currentColor;
}

.globalNav .item-dashboard:after {
  font: normal 16px StripeIcons;
  content: "";
  padding-left: 1px;
}

.globalNav .dropdownRoot {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100px;
  pointer-events: none;
  transform: rotateX(-15deg);
  transform-origin: 50% -50px;
  opacity: 0;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  display: none;
}

@media (min-width: 790px) {
  .globalNav .dropdownRoot {
    display: block;
  }
}

.globalNav.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  top: 105px;
}

.globalNav.scrolled.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  top: 65px;
}

.globalNav .dropdownBackground {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 520px;
  height: 400px;
  transform: translateX(0);
  transform-origin: 0 0;
}

.globalNav .alternateBackground,
.globalNav .dropdownBackground {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.25s;
}

.globalNav .alternateBackground {
  right: 0;
  height: 1000px;
  background: #f6f9fc;
}

.globalNav .dropdownArrow {
  top: -6px;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
  background: #fff;
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  will-change: transform;
  transition-property: transform;
}

.globalNav .dropdownArrow,
.globalNav .dropdownContainer {
  position: absolute;
  left: 0;
  transition-duration: 0.25s;
}

.globalNav .dropdownContainer {
  overflow: hidden;
  top: 0;
  transform: translateX(0);
  will-change: transform, width, height;
  transition-property: transform, width, height;
}

.globalNav .dropdownSection {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  background: red;
}

.globalNav .dropdownSection.active {
  opacity: 1;
  transform: translateX(0);
}

.globalNav .dropdownSection.left {
  transform: translateX(-150px);
}

.globalNav .dropdownSection.right {
  transform: translateX(150px);
}

.globalNav.dropdownActive .dropdownSection.active {
  pointer-events: auto;
}

.globalNav.noDropdownTransition .alternateBackground,
.globalNav.noDropdownTransition .dropdownArrow,
.globalNav.noDropdownTransition .dropdownBackground,
.globalNav.noDropdownTransition .dropdownContainer,
.globalNav.noDropdownTransition .dropdownSection {
  transition: none;
}

.globalNav .dropdownContent {
  position: absolute;
  top: 0;
  left: 0;
}

.globalNav .linkGroup {
  padding: 10px 30px;
}

.globalNav .linkContainer {
  display: block;
  padding: 9px 0;
}

.globalNav .linkTitle {
  margin: 0;
  color: var(--ritterBlue);
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.globalNav .linkSub {
  font-size: 15px;
  line-height: 22px;
  color: #6b7c93;
  margin: 5px 0 0;
  display: block;
}

.globalNav .linkSub,
.globalNav .linkTitle {
  transition: color 0.1s;
}

.globalNav .linkContainer:hover .linkTitle,
.globalNav .linkTitle:hover {
  color: var(--ritterNavy);
}

.globalNav .linkContainer:hover .linkSub {
  color: #424770;
}

.globalNav .hover-fillDark,
.globalNav .hover-fillLight {
  transition: fill 0.1s;
}

.globalNav .hover-strokeDark,
.globalNav .hover-strokeLight {
  transition: stroke 0.1s;
}

.globalNav .linkContainer:hover .hover-fillLight {
  fill: #8898aa;
}

.globalNav .linkContainer:hover .hover-fillDark {
  fill: #32325d;
}

.globalNav .linkContainer:hover .hover-strokeLight {
  stroke: #8898aa;
}

.globalNav .linkContainer:hover .hover-strokeDark {
  stroke: #32325d;
}

.globalNav .linkIcon {
  white-space: nowrap;
}

.globalNav .linkIcon svg {
  margin: 0px 5px 0px 0px;
}

.globalNav .linkIcon:hover svg {
  fill: var(--ritterNavy);
}

.globalNav .withIcon {
  padding-left: 28px;
}

.globalNav .withIcon .linkTitle {
  margin-left: -28px;
}

.globalNav .new-badge {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  background: #6772e5;
  transition: background 0.15s;
  border-radius: 10px;
  padding: 0 5px;
  height: auto;
  top: auto;
  box-shadow: none;
}

.globalNav .linkContainer:hover .new-badge {
  background: #32325d;
}

.globalNav .productsGroup {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  max-width: calc(100vw - 85px);
}

.globalNav .productsGroup > li {
  flex: 1;
}

.globalNav .productsGroup .linkContainer,
.globalNav .productsGroup > li {
  -webkit-box-flex: 1;
  display: flex;
}

.globalNav .productsGroup .linkContainer {
  padding: 18px 10px;
  flex: initial;
  align-items: center;
}

.globalNav .productsGroup svg {
  width: 48px;
  height: 48px;
}

.globalNav .productLinkContent {
  flex: 1;
  margin-left: 20px;
  flex-direction: column;
  min-height: 71px;
}

.globalNav .prodsubGroup,
.globalNav .productLinkContent {
  display: flex;
  justify-content: center;
  background-size: cover;
}

.globalNav .prodsubGroup .linkContainer {
  display: inline-flex;
  flex-direction: row;
  padding: 13px 30px;
}

.globalNav .prodsubGroup .linkSub {
  margin: 0 0 0 10px;
}

.globalNav .item-subscriptions .linkTitle {
  color: #24b47e;
}

.globalNav .item-connect .linkTitle {
  color: #3297d3;
}

.globalNav .item-relay .linkTitle {
  color: var(--ritterRed);
}

.globalNav .item-atlas .linkTitle {
  color: #e39f48;
}

.globalNav .item-radar .linkTitle {
  color: #b76ac4;
}

.globalNav .item-radar .new-badge {
  background: #b76ac4;
}

.globalNav .documentationGroup .linkSub {
  max-width: 250px;
}

.globalNav .documentationArticles {
  font-size: 15px;
  line-height: 26px;
  margin: 0px 0px 0px 35px;
  display: flex;
  white-space: nowrap;
}

.globalNav .documentationArticles > ul {
  margin-right: 40px;
}

.globalNav .documentationArticles > ul:last-child {
  margin-right: 0;
}

.globalNav .documentationArticles h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 3px;
  color: #8898aa;
}

.globalNav .documentationArticles a {
  color: #000;
}

.globalNav .blogPosts {
  margin: 5px 10px 5px 28px;
}

.globalNav .blogPosts a {
  color: #000;
  display: block;
  white-space: nowrap;
  padding: 5px 0;
}

.globalNav .blogPosts a:after {
  content: "➢";
  margin-left: 6px;
  vertical-align: -3px;
}

.globalNav .blogPosts .title {
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}

.globalNav .blogPosts .title.new {
  font-weight: 500;
}

.globalNav .blogPosts .new-badge {
  vertical-align: -1px;
}

.globalNav .blogPosts a:hover .new-badge {
  background: #32325d;
}

.globalNav .navSection.mobile .rootLink {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
}

.globalNav .navSection.mobile .rootLink h2 {
  color: white;
}

.globalNav .navSection.mobile .rootLink h2,
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: currentColor;
}

.globalNav .navSection.mobile .rootLink h2 {
  font-size: 0;
  left: 13px;
  top: 23px;
}

.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  content: "";
  left: 0;
}

.globalNav .navSection.mobile .rootLink h2:before {
  top: -9px;
}

.globalNav .navSection.mobile .rootLink h2:after {
  top: 9px;
}

.globalNav .navSection.mobile .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.globalNav .navSection.mobile .popupContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: var(--ritterNavy);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding-top: 110px;
  overflow-y: auto;
}

.globalNav .navSection.mobile.globalPopupActive .popup {
  display: block;
}

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
  transform: translateX(0);
}

.globalNav.scrolled .navSection.mobile .popupContainer {
  padding-top: 110px;
}

.globalNav .popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  background: transparent;
}

.globalNav .popupContainer {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.25s;
  box-shadow: none;
  pointer-events: none;
}

.globalNav.scrolled .popupContainer {
  top: 70px;
}

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
  opacity: 1;
  pointer-events: auto;
}

.globalNav .popup a {
  display: block;
}

.globalNav .popupCloseButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}

.globalNav .popupCloseButton:after,
.globalNav .popupCloseButton:before {
  content: "";
  position: absolute;
  background: white;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  transform: rotate(45deg);
  transition: background 0.1s;
}

.globalNav .popupCloseButton:after {
  transform: rotate(-45deg);
}

.globalNav .popupCloseButton:hover:after,
.globalNav .popupCloseButton:hover:before {
  background: #32325d;
}

.globalNav .mobileSignIn {
  position: relative;
  bottom: 0;
  width: 100%;
  background: transparent;
  color: white;
  font-size: 20px;
  padding: 15px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.globalNav .mobileSignIn:after {
  font: normal 16px StripeIcons;
  content: "➜";
  margin-left: 6px;
}

.globalNav .mobileProducts {
  padding: 20px;
  height: auto;
}

.globalNav .mobileProducts h2 {
  color: rgba(255, 255, 255, 0.7);
}

.globalNav .mobileProductsList {
  display: flex;
  flex-wrap: wrap;
}

.globalNav .mobileProductsList > ul {
  flex-grow: 1;
}

.globalNav .mobileProductsList > ul:last-child {
  flex-grow: 1;
}

.globalNav .mobileProductsList a {
  color: white;
  font-size: 24px;
  padding: 5px 30px;
  line-height: 1.5;
}

.globalNav .mobileProductsList a:hover {
  color: #32325d;
}

.globalNav .mobileProductsList a svg {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 15px 0 -3px;
  vertical-align: -5px;
}

.globalNav .mobileProductsList .item-subscriptions {
  color: #24b47e;
}

.globalNav .mobileProductsList .item-connect {
  color: #3297d3;
}

.globalNav .mobileProductsList .item-relay {
  color: #e25950;
}

.globalNav .mobileProductsList .item-atlas {
  color: #e39f48;
}

.globalNav .mobileProductsList .item-radar {
  color: #b76ac4;
}

.globalNav .mobileSecondaryNav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.globalNav .mobileSecondaryNav > ul {
  flex-grow: 1;
}

.globalNav .mobileSecondaryNav > ul:last-child {
  flex-grow: 1;
}

.globalNav .mobileSecondaryNav a {
  color: white;
  font-size: 24px;
  padding: 5px 30px;
  line-height: 1.5;
}

.logo-image {
  height: 50px;
  width: auto;
}

@media (max-width: 992px) {
  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: none;
  }

  .globalNav .navSection.mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    padding: 0px 20px;
  }

  .globalNav .popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
  }

  .site-navbar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}

.videoWrapperOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hero-content {
  position: absolute;
  z-index: 3;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 200px 0 80px 0;
  color: white;
  left: 0;
}

.hero-text {
  max-width: 100%;
  text-align: center;
}

.hero-text h1 {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
}

.hero-text .sub-text {
  font-size: 2rem;
  opacity: 0.9;
  display: block;
  margin-bottom: 15px;
}

.glass-cards {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-card img {
  height: 150px;
  width: auto;
  object-fit: contain;
}

.glass-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.glass-card h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 3rem;
}

.glass-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  line-height: 1.5;
}

.site-navbar-wrap {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 110px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 992px) {
  .hero-content {
    padding: 130px 0 60px 0;
  }

  .container {
    padding: 0 15px;
  }

  .hero-text {
    padding-left: 0;
    text-align: center;
  }

  .glass-cards {
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }

  .glass-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
  }

  .glass-card img {
    height: 100px;
    max-width: 100%;
  }

  .hero-text h1 {
    font-size: 4rem;
  }

  .custom-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
  }

  .videoWrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 576px) {
  .glass-card img {
    height: 80px;
  }
}

hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}

.shine {
  height: 20px;
  width: 60%;
  background-image: radial-gradient(
    farthest-side at 50% -50%,
    hsla(0, 0%, 0%, 0.5),
    hsla(0, 0%, 0%, 0)
  );
  position: relative;
}

.shine::before {
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.75) 50%,
    hsla(0, 0%, 0%, 0)
  );
}

.vertical-lines {
  height: 10px;
  color: #006db6;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-size: 3px 100%;
  width: 60%;
}



.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  padding: 3% 10%;
  height: 100vh;
  background: url(../img/gallery/KKS-MSC_0011-duplex.webp);
  background-color: var(--ritterNavy);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;

  &:before {
    background: var(--ritterNavy);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.item {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 10px;
}

.item:hover {
  transform: translateY(-5px);
  transition-duration: 0.5s;
  text-decoration: none;
}

.item h2 {
  display: block;
  margin: 0;
  position: inherit;
  font-weight: 900;
  font-size: 70px;
  color: white;
  line-height: 1;
  left: 10px;
  top: 10px;
}

.item img {
  position: absolute;
  height: 80%;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

.item-0 {
  background-color: var(--ritterNavy);
  grid-column: 1 / span 2;
  grid-row: 1 / span 3;
}

.item-1 {
  grid-column: 3;
  grid-row: 1 / span 2;

  img {
    right: 10px;
  }
}

.item-2 {
  grid-column: 3;
  grid-row: 3;

  h2 {
    top: 0px;
  }

  img {
    bottom: 0px;
  }
}

.item-3 {
  grid-column: 1 / span 3;
  grid-row: 4;
}

.item-4 {
  grid-column: 1;
  grid-row: 5 / span 2;
}

.item-5 {
  grid-column: 2 / span 2;
  grid-row: 5;
}

.item-6 {
  grid-column: 2;
  grid-row: 6;
}

.item-7 {
  grid-column: 3;
  grid-row: 6;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 20px;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .item-0 {
    grid-column: 1;
    grid-row: 1 / span 4;

    img {
      bottom: 0px;
      right: 0px;
    }
  }

  .item-1 {
    grid-column: 1;
    grid-row: 5 / span 2;
  }

  .item-2 {
    grid-column: 2;
    grid-row: 5 / span 2;
  }

  .item-3 {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;

    img {
      height: 100%;
    }

    h2 {
      left: 10px;
      bottom: 10px;
    }
  }

  .item-4 {
    grid-column: 4;
    grid-row: 1 / span 3;

    h2 {
      right: 10px;
      text-align: bottom;
      vertical-align: bottom;
    }

    img {
      height: 120%;
      right: -50px;
      top: -20px;
    }
  }

  .item-5 {
    grid-column: 2;
    grid-row: 1 / span 2;

    h2 {
      bottom: 10px;
      left: 10px;
    }

    img {
      height: 90%;
      top: -40px;
      right: 0px;
    }
  }

  .item-6 {
    grid-column: 3;
    grid-row: 1;

    h2 {
      font-size: 60px;
    }
  }

  .item-7 {
    grid-column: 4;
    grid-row: 4;

    h2 {
      left: 20px;
      bottom: 10px;
      font-size: 45px;
    }

    img {
      top: 0px;
      right: 20px;
      height: 110%;
    }
  }

  .item-8 {
    grid-column: 3 / span 2;
    grid-row: 5 / span 2;

    h2 {
      top: 10px;
      right: 10px;
      text-align: right;
    }

    img {
      height: 100%;
      top: 0px;
    }
  }

  .item-9 {
    grid-column: 3;
    grid-row: 2;

    h2 {
      font-size: 45px;
    }
  }
}

.banner img {
  position: absolute;
  top: -250px;
  height: 250px;
}

.brand-area {
  padding: 50px 0px;
  background: var(--light-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-area {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .brand-area {
    padding: 60px 0;
  }
}

.brand-area .clients-logos {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.brand-area .clients-logos .single-image {
  display: inline-block;
  margin: 13px 10px;
  background-color: var(--white);
  line-height: 100px;
  padding: 8px 25px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 1px solid #eee;
}

.brand-area .clients-logos .single-image:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.brand-area .clients-logos img {
  max-width: 200px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.fdb-icon {
  width: 100px;
  height: 100px;
}

.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  position: relative;
}

.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  margin: 0;
  color: var(--bodyTextColor);
}

@media only screen and (min-width: 0rem) {
  #ritter-features {
    padding: 50px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #ritter-features .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  #ritter-features .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    /* 40px - 52px */
    margin-bottom: clamp(2.5rem, 5vw, 3.25rem);
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    position: relative;
    z-index: 1;
  }

  #ritter-features .cs-flex {
    /* prevents flexbox from squishing it */
    flex: none;
  }

  #ritter-features .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.438rem, 5vw, 3.813rem);
  }

  #ritter-features .cs-text {
    margin-bottom: 1.25rem;
  }

  #ritter-features .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    /* 32px - 48px */
    padding: 0 clamp(2rem, 4vw, 3rem);
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
    transition: background-color 0.3s;
  }

  #ritter-features .cs-button-solid:hover {
    background-color: #000;
    color: #fff;
  }

  #ritter-features .cs-picture {
    width: 100%;
    height: clamp(17.5rem, 58.6vw, 31.875rem);
    margin-bottom: clamp(1rem, 2vw, 1.25rem);
    display: block;
    position: relative;
  }

  #ritter-features .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
    position: absolute;
  }

  #ritter-features .cs-card-group {
    width: 100%;
    margin: 0;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
    padding-bottom: 50px;
  }

  #ritter-features .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    /* 24px - 32px */
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: span 12;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s;
  }

  #ritter-features .cs-item:hover {
    border-color: var(--primary);
  }

  #ritter-features .cs-item:hover .cs-h3 {
    color: var(--primary);
  }

  #ritter-features .cs-item:hover .cs-icon {
    transform: rotateY(360deg);
  }

  #ritter-features .cs-icon-picture {
    margin-bottom: 1.25rem;
    perspective: 700px;
    transform-style: preserve-3d;
  }

  #ritter-features .cs-icon {
    width: 5rem;
    height: auto;
    display: block;
    transition: transform 0.5s;
  }

  #ritter-features .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    transition: color 0.3s;
  }

  #ritter-features .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColor);
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #ritter-features .cs-text {
    font-size: 1.25rem;
  }

  #ritter-features .cs-item {
    text-align: left;
    margin: 0;
    align-items: flex-start;
    grid-column: span 6;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #ritter-features .cs-content {
    display: flex;
    flex-direction: column;
  }

  #ritter-features .cs-title {
    max-width: 46.875rem;
  }

  #ritter-features .cs-item {
    grid-column: span 3;
  }
}

/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #ritter-features .cs-title {
    margin: 0;
    padding-bottom: 50px;
  }

  #ritter-features .cs-container {
    flex-direction: column;
  }

  #ritter-features .cs-content {
    text-align: left;
    gap: 5rem;
    flex-direction: row;
  }

  #ritter-features .cs-flex {
    width: 50%;
  }
}

@media only screen and (min-width: 0rem) {
  .ritter-banner {
    padding: clamp(12rem, 10vw, 20rem) 2rem 8rem;
    position: relative;
    z-index: 1;
  }

  .ritter-banner.sec{
    padding: clamp(5rem, 10vw, 1rem) 1rem 1rem;
    position: relative;
    z-index: 1;
  }

  .ritter-banner .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .ritter-banner .cs-int-title {
    /* 39px - 61px */
    font-size: clamp(3rem, 6.4vw, 4rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
    color: white;
  }

  .ritter-banner .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .ritter-banner .cs-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      90deg,
      var(--ritterNavy) 10%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.75;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .ritter-banner .cs-background img {
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .ritter-banner .cs-background:before {
    opacity: 1;
    background: linear-gradient(
      90deg,
      var(--ritterNavy) 10%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.logo-image {
  width: 180px;
  height: auto;
}

@media only screen and (min-width: 0rem) {
  #ritter-services {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  #ritter-services .cs-container {
    width: 100%;
    /* changes to 1280px at small desktop */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 40px - 64px */
    gap: clamp(2.5rem, 3.9vw, 4rem);
  }

  #ritter-services .cs-image-group {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
  }

  #ritter-services .cs-picture {
    width: 100%;
    min-height: 20.5rem;
    display: block;
    position: relative;
  }

  #ritter-services .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #ritter-services .cs-floater {
    width: clamp(20.125rem, 40vw, 28.1875rem);
    height: clamp(20.1875rem, 40vw, 28.25rem);
    position: absolute;
    bottom: 0rem;
    z-index: 1;
    mix-blend-mode: soft-light;
  }

  #ritter-services .cs-content {
    text-align: left;
    width: 100%;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: none;
  }

  #ritter-services .cs-title {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 1.5rem) 0;
  }

  #ritter-services .cs-text {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 1.5rem) 0;
  }

  #ritter-services .cs-faq-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }

  #ritter-services .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    padding: 0;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
  }

  #ritter-services .cs-faq-item.active .cs-indicator:before {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  #ritter-services .cs-faq-item.active .cs-indicator:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  #ritter-services .cs-faq-item.active .cs-item-p {
    height: auto;
    padding-top: 1rem;
    opacity: 1;
    transform: scaleY(1);
  }

  #ritter-services .cs-faq-item:hover {
    cursor: pointer;
  }

  #ritter-services .cs-button {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 1rem 1rem 0 1rem;
    border: none;
    background: transparent;
    color: var(--headerColor);
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 16px - 24px */
    gap: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }

  #ritter-services .cs-button:hover {
    cursor: pointer;
  }

  #ritter-services .cs-indicator {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    z-index: 1;
  }

  #ritter-services .cs-indicator:before {
    /* left line */
    content: "";
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s;
  }

  #ritter-services .cs-indicator:after {
    /* right line */
    content: "";
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.5s;
  }

  #ritter-services .cs-button-text {
    font-size: 2rem;
    color: var(--ritterNavy);
    width: 90%;
    padding: 0;
    display: block;
  }

  #ritter-services .cs-item-p {
    color: var(--ritterNavy);
    font-size: 1.5rem;
    line-height: 1.5em;
    width: 100%;
    max-width: none;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 1rem 1rem 1rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    opacity: 0;
    /* clips the text so it doesn't show up */
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s, padding-bottom 0.3s, padding-top 0.3s;
  }

  #ritter-services .cs-icon {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  #ritter-services .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    width: clamp(11.625rem, 23vw, 13.625rem);
    /* 28px - 40px */
    margin: clamp(1.75rem, 3.9vw, 2.5rem) 0 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #ritter-services .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    /* add a border radius below this to round corners */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  #ritter-services .cs-button-solid:hover:before {
    width: 100%;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #ritter-services .cs-picture {
    height: 100%;
    min-width: 36.5rem;
    width: 48vw;
    right: 0;
    top: 0;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #ritter-services .cs-container {
    max-width: 120rem;
    padding: 50px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  #ritter-services .cs-content {
    width: 55%;
  }

  #ritter-services .cs-image-group {
    width: 100%;
    max-width: 33.875rem;
  }

  #ritter-services .cs-picture {
    width: 100%;
    min-width: 100%;
  }

  #ritter-services .cs-floater {
    width: 28.1875rem;
    right: clamp(50%, 18vw, 75%);
    bottom: -6.25rem;
  }
}

.timeline-wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}

.timeline-wrapper h2 {
  font-weight: 700;
}

.timeline__nav {
  position: absolute;
  z-index: 1;
  top: 0;
  transition: top 0.3s ease-out;
}

.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}

.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.timeline__nav ul li.active {
  font-weight: bold;
  color: #f94125;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}

.timeline__nav ul li:hover {
  color: #000;
}

.timeline__nav h2 {
  font-weight: 700;
}

/*--------BOOK--------*/

.book {
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}

.book__wrapper {
  transform: rotate(-10deg);
  position: relative;
  transform-style: preserve-3d;
  width: 300px;
  height: 200px;
  transition: transform 1s ease;
}

.book__wrapper:hover {
  transform: rotateY(-30deg);
}

.book__cover {
  position: absolute;
  background: #0d47a1aa;
  width: 300px;
  height: 200px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 10px #666;
}

.book__wrapper::before {
  content: " ";
  background: #fff;
  height: calc(200px - 2 * 3px);
  width: 50px;
  top: 3px;
  position: absolute;
  transform: translateX(calc(300px - 50px / 2 - 3px)) rotateY(90deg)
    translateX(calc(50px / 2));
}

.book__wrapper::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 200px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #01060f;
  transform: translateZ(-50px);
  box-shadow: -10px 0 50px 10px #666;
}

/* Mobil İçin (max-width: 600px) */
@media (max-width: 578px) {
  .book {
    width: 150px;
    height: 100px;
  }

  .book__wrapper {
    width: 150px;
    height: 100px;
  }

  .book__cover {
    width: 150px;
    height: 100px;
  }

  .book__wrapper::before {
    height: calc(100px - 2 * 3px);
    width: 50px;
    transform: translateX(calc(150px - 50px / 2 - 3px)) rotateY(90deg)
      translateX(calc(50px / 2));
  }

  .book__wrapper::after {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 578px) {
  .book {
    width: 150px;
    height: 100px;
  }

  .book__wrapper {
    width: 150px;
    height: 100px;
  }

  .book__cover {
    width: 150px;
    height: 100px;
  }

  .book__wrapper::before {
    height: calc(100px - 2 * 3px);
    width: 50px;
    transform: translateX(calc(150px - 50px / 2 - 3px)) rotateY(90deg)
      translateX(calc(50px / 2));
  }

  .book__wrapper::after {
    width: 150px;
    height: 100px;
  }
}

/*** Service ***/
.service .nav .nav-link {
  background: var(--light);
  transition: 0.5s;
}

.service .nav .nav-link.active {
  background: var(--primary);
}

.service .nav .nav-link.active h4 {
  color: #ffffff !important;
}

/* Genel Stil (Varsayılan) */
.gridWrapper {
  position: relative;
  width: 100%;
  height: var(--ritterGridHeight);
  overflow: hidden;
  margin: 25px 0px;
}

.ritter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 15px;

  padding: 50px 10%;
  height: var(--ritterGridHeight);
  background: url(../img/gallery/KKS-MSC_0011-duplex.webp);
  background-color: var(--ritterNavy);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;

  &:before {
    background: var(--ritterNavy);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.ritter-grid-item {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 10px;
  min-width: 100px;
}

.ritter-grid-item:hover {
  transition-duration: 0.5s;
  transform: scale(1.02);
  text-decoration: none;
}

.ritter-grid-item h2 {
  font-weight: 900;
  font-size: 40px;
  color: white;
  line-height: 1;
  z-index: 2;
}

.ritter-grid-item img {
  position: fixed;
  height: 100%;
  z-index: 3;
}

/* Mobil */
@media (max-width: 481px) {
  .gridWrapper {
    width: 100%;
    height: 305vh;
    padding: 20px 0px;
  }

  .ritter-grid {
    grid-template-columns: 1fr;
    /* Tek sütun düzeni */
    grid-template-rows: repeat(10, 1fr);
    /* Satır sayısını artırarak daha fazla alan */
    height: 300vh;
  }

  .ritter-grid-item {
    padding: 10px;
  }

  .ritter-grid-item h2 {
    font-size: 50px;
    line-height: 0.8;
  }

  .ritter-grid-item-0 {
    grid-column: 1;
    grid-row: 1;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-1 {
    grid-column: 1;
    grid-row: 2;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-2 {
    grid-column: 1;
    grid-row: 3;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-3 {
    grid-column: 1;
    grid-row: 4;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-4 {
    grid-column: 1;
    grid-row: 5;

    img {
      max-height: 350px;
      min-height: 250px;
      top: -40px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
    }
  }

  .ritter-grid-item-5 {
    grid-column: 1;
    grid-row: 6;

    img {
      max-height: 150px;
      min-height: 50px;
      top: 0px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
      text-wrap: balance;
    }
  }

  .ritter-grid-item-6 {
    grid-column: 1;
    grid-row: 7;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-7 {
    grid-column: 1;
    grid-row: 8;

    img {
      max-height: 250px;
      min-height: 150px;
      top: -20px;
      right: 20px;
    }

    h2 {
      position: absolute;
      font-size: 42px;
      bottom: 10px;
    }
  }

  .ritter-grid-item-8 {
    grid-column: 1;
    grid-row: 9;

    img {
      max-height: 225px;
      min-height: 150px;
      top: 50px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      font-size: 42px;
    }
  }

  .ritter-grid-item-9 {
    grid-column: 1;
    grid-row: 10;

    img {
      max-height: 150px;
      min-height: 100px;
      top: 0px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      font-size: 30px;
      bottom: 10px;
    }
  }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
  .gridWrapper {
    width: 100%;
    height: 200vh;
  }

  .ritter-grid {
    grid-template-columns: repeat(2, 1fr);
    /* İki sütun düzeni */
    grid-template-rows: repeat(6, 1fr);
    /* Satır sayısını ayarlama */
    height: 200vh;
  }

  .ritter-grid-item {
    padding: 15px;
    /* Tablet için uygun boşluk */
    font-size: 130%;
    /* Font boyutunu tablet için ayarlama */
  }

  .ritter-grid-item h2 {
    font-size: 60px;
    line-height: 0.9;
  }

  .ritter-grid-item-0 {
    grid-column: 1;
    grid-row: 1 / span 2;

    img {
      max-height: 300px;
      min-height: 200px;
      top: -10px;
      right: 10px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 40px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-1 {
    grid-column: 2;
    grid-row: 1;

    img {
      max-height: 200px;
      min-height: 100px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-2 {
    grid-column: 2;
    grid-row: 2;

    img {
      max-height: 200px;
      min-height: 100px;
      top: -20px;
      right: -20px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-3 {
    grid-column: 1;
    grid-row: 3;

    img {
      max-height: 200px;
      min-height: 100px;
      top: -20px;
      right: -20px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-4 {
    grid-column: 2;
    grid-row: 3;

    img {
      max-height: 400px;
      min-height: 300px;
      bottom: -20px;
      right: -30px;
    }

    h2 {
      position: absolute;
      font-size: 30px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-5 {
    grid-column: 1 / span 2;
    grid-row: 4;

    img {
      max-height: 200px;
      min-height: 100px;
      top: 0px;
      right: -10px;
    }

    h2 {
      position: absolute;
      font-size: 40px;
      bottom: 10px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-6 {
    grid-column: 1;
    grid-row: 5;

    img {
      max-height: 200px;
      min-height: 100px;
      top: -20px;
      right: -20px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-7 {
    grid-column: 2;
    grid-row: 5;

    img {
      max-height: 200px;
      min-height: 100px;
      top: 10px;
      left: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-align: right;
      font-size: 40px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-8 {
    grid-column: 1;
    grid-row: 6;

    img {
      max-height: 180px;
      min-height: 100px;
      bottom: -20px;
      right: -80px;
    }

    h2 {
      position: absolute;
      top: 10px;
      font-size: 40px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-9 {
    grid-column: 2;
    grid-row: 6;

    img {
      max-height: 100px;
      min-height: 100px;
      top: 30px;
      left: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-align: right;
      font-size: 30px;
      text-wrap: wrap;
    }
  }
}

/* Laptop */
@media (min-width: 768px) and (max-width: 1024px) {
  .gridWrapper {
    width: 100%;
    height: 200vh;
  }

  .ritter-grid {
    grid-template-columns: repeat(2, 1fr);
    /* İki sütun düzeni */
    grid-template-rows: repeat(6, 1fr);
    /* Satır sayısını ayarlama */
    height: 200vh;
  }

  .ritter-grid-item {
    padding: 15px;
    /* Tablet için uygun boşluk */
    font-size: 130%;
    /* Font boyutunu tablet için ayarlama */
  }

  .ritter-grid-item h2 {
    font-size: 60px;
    line-height: 0.9;
  }

  .ritter-grid-item-0 {
    grid-column: 1;
    grid-row: 1 / span 2;

    img {
      max-height: 400px;
      min-height: 300px;
      top: -30px;
      right: 10px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-1 {
    grid-column: 2;
    grid-row: 1;

    img {
      max-height: 300px;
      min-height: 200px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-2 {
    grid-column: 2;
    grid-row: 2;

    img {
      max-height: 300px;
      min-height: 200px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-3 {
    grid-column: 1;
    grid-row: 3;

    img {
      max-height: 300px;
      min-height: 200px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-4 {
    grid-column: 2;
    grid-row: 3;

    img {
      max-height: 400px;
      min-height: 300px;
      bottom: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-5 {
    grid-column: 1 / span 2;
    grid-row: 4;

    img {
      max-height: 200px;
      min-height: 200px;
      top: 0px;
      right: 0px;
    }

    h2 {
      position: absolute;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-6 {
    grid-column: 1;
    grid-row: 5;

    img {
      max-height: 300px;
      min-height: 200px;
      top: -20px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-7 {
    grid-column: 2;
    grid-row: 5;

    img {
      max-height: 225px;
      min-height: 100px;
      top: 10px;
      left: 20px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-align: right;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-8 {
    grid-column: 1;
    grid-row: 6;

    img {
      max-height: 225px;
      min-height: 200px;
      bottom: -20px;
      right: -80px;
    }

    h2 {
      position: absolute;
      top: 10px;
      font-size: 50px;
      text-wrap: wrap;
    }
  }

  .ritter-grid-item-9 {
    grid-column: 2;
    grid-row: 6;

    img {
      max-height: 150px;
      min-height: 100px;
      top: 0px;
      left: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-align: right;
      font-size: 40px;
      text-wrap: wrap;
    }
  }
}

/* Laptop */
@media (min-width: 1024px) and (max-width: 1200px) {
  .gridWrapper {
    height: 775px;
  }

  .ritter-grid {
    height: 775px;
    padding: 50px 5%;
  }

  .ritter-grid-item-0 {
    grid-column: 1;
    grid-row: 1 / span 4;
    height: 445px;

    img {
      height: 400px;
      top: -40px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
    }
  }

  .ritter-grid-item-1 {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 215px;

    img {
      height: 200px;
      top: -40px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
    }
  }

  .ritter-grid-item-2 {
    grid-column: 3;
    grid-row: 1;
    height: 100px;

    img {
      height: 150px;
      right: 0px;
      top: -30px;
    }

    h2 {
      font-size: 30px;
    }
  }

  .ritter-grid-item-3 {
    grid-column: 3;
    grid-row: 2;
    height: 100px;

    img {
      height: 150px;
      right: -10px;
      top: -30px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
    }
  }

  .ritter-grid-item-4 {
    grid-column: 4;
    grid-row: 1 / span 3;
    height: 330px;

    img {
      height: 400px;
      right: -70px;
      top: -50px;
    }

    h2 {
      position: absolute;
      font-size: 60px;
    }
  }

  .ritter-grid-item-5 {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;
    height: 215px;

    img {
      height: 175px;
      right: 10%;
      top: 0px;
      transform: translateX(15%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 40px;
    }
  }

  .ritter-grid-item-6 {
    grid-column: 4;
    grid-row: 4;
    height: 100px;

    img {
      height: 125px;
      right: 0px;
      top: -20px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 30px;
    }
  }

  .ritter-grid-item-7 {
    grid-column: 1;
    grid-row: 5 / span 2;
    height: 215px;

    img {
      height: 200px;
      top: -20px;
      right: 70%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 40px;
    }
  }

  .ritter-grid-item-8 {
    grid-column: 2;
    grid-row: 5 / span 2;
    height: 215px;

    img {
      height: 175px;
      bottom: 10px;
      right: 40%;
      transform: translateX(50%);
    }
  }

  .ritter-grid-item-9 {
    grid-column: 3 / span 2;
    grid-row: 5 / span 2;
    height: 215px;

    img {
      height: 175px;
      top: 0px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 40px;
      text-align: right;
    }
  }
}

/* Laptop */
@media (min-width: 1201px) {
  .ritter-grid-item-0 {
    grid-column: 1;
    grid-row: 1 / span 4;
    height: 645px;

    img {
      height: 90%;
      top: -40px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 60px;
    }
  }

  .ritter-grid-item-1 {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 315px;

    img {
      height: 100%;
      top: -40px;
      right: 0px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
    }
  }

  .ritter-grid-item-2 {
    grid-column: 3;
    grid-row: 1;
    height: 150px;

    img {
      height: 120%;
      right: 0px;
      top: -30px;
    }
  }

  .ritter-grid-item-3 {
    grid-column: 3;
    grid-row: 2;
    height: 150px;

    img {
      height: 200px;
      right: -10px;
      top: -30px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
    }
  }

  .ritter-grid-item-4 {
    grid-column: 4;
    grid-row: 1 / span 3;
    height: 480px;

    img {
      height: 130%;
      right: -80px;
      bottom: -50px;
    }

    h2 {
      position: absolute;
      font-size: 60px;
    }
  }

  .ritter-grid-item-5 {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;
    height: 315px;

    img {
      height: 250px;
      right: 10%;
      top: 0px;
      transform: translateX(15%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 50px;
    }
  }

  .ritter-grid-item-6 {
    grid-column: 4;
    grid-row: 4;
    height: 150px;

    img {
      height: 175px;
      right: 0px;
      top: -30px;
    }

    h2 {
      position: absolute;
      bottom: 10px;
      font-size: 40px;
    }
  }

  .ritter-grid-item-7 {
    grid-column: 1;
    grid-row: 5 / span 2;
    height: 315px;

    img {
      height: 250px;
      top: -10px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 50px;
    }
  }

  .ritter-grid-item-8 {
    grid-column: 2;
    grid-row: 5 / span 2;
    height: 315px;

    img {
      height: 225px;
      bottom: 10px;
      right: 40%;
      transform: translateX(50%);
    }
  }

  .ritter-grid-item-9 {
    grid-column: 3 / span 2;
    grid-row: 5 / span 2;
    height: 315px;

    img {
      height: 225px;
      top: 20px;
      right: 50%;
      transform: translateX(50%);
    }

    h2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 40px;
      text-align: right;
    }
  }
}

.narrow-line {
  background-color: #5e2d7c;
  color: white;
}

.standard-line {
  background-color: #5a9fe0;
  color: white;
}

.yellow-cell {
  background-color: #faed37;
}

.blue-cell {
  background-color: #3f6eb3;
  color: white;
}

.green-cell {
  background-color: #009747;
  color: white;
}

.brown-cell {
  background-color: #8b4330;
  color: white;
}

.gray-cell {
  background-color: #9e9e9d;
  color: var(--ritterNavy);
}

.soft-gray-cell {
  background-color: #d9d9d8;
  color: var(--ritterNavy);
}

.orange-cell {
  background-color: #e7a212;
  color: var(--ritterNavy);
}

.white-cell {
  background-color: white;
  color: var(--ritterNavy);
}

.red-cell {
  background-color: var(--ritterRed);
  color: white;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 64px;
  height: 64px;
  text-decoration: none;
  border-radius: 100%;
  background: #fff;
  text-align: center;
}

.social-button::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
  color: #fff;
}

.social-button:focus::after,
.social-button:hover::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: calc(-50% - 1px);
}

.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.social-button i {
  font-size: 25.6px;
}

.social-button svg {
  height: 40%;
  width: 40%;
}

.social-button--mail {
  color: #0072c6;
}

.social-button--mail::after {
  background: #0072c6;
}

.social-button--facebook {
  color: #3b5999;
}

.social-button--facebook::after {
  background: #3b5999;
}

.social-button--linkedin {
  color: #0077b5;
}

.social-button--linkedin::after {
  background: #0077b5;
}

.social-button--github {
  color: #6e5494;
}

.social-button--github::after {
  background: #6e5494;
}

.social-button--codepen {
  color: #212121;
}

.social-button--codepen::after {
  background: #212121;
}

.social-button--steam {
  color: #7da10e;
}

.social-button--steam::after {
  background: #7da10e;
}

.social-button--snapchat {
  color: #eec900;
}

.social-button--snapchat::after {
  background: #eec900;
}

.social-button--twitter {
  color: #55acee;
}

.social-button--twitter::after {
  background: #55acee;
}

.social-button--instagram {
  color: #e4405f;
}

.social-button--instagram::after {
  background: #e4405f;
}

.social-button--npmjs {
  color: #c12127;
}

.social-button--npmjs::after {
  background: #c12127;
}

#timeline {
  display: flex;
  flex-wrap: wrap;
}

#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 50vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;

  a {
    text-decoration: none;
  }

  &:before,
  &:after {
    transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  &:after {
    background: transparentize(#031625, 0.15);
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  &:before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      var(--ritterNavy) 95%
    );
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  &:hover {
    width: 30% !important;

    &:after {
      opacity: 0;
    }

    &:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s;
    }

    .tl-year {
      display: none;
    }

    .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s;
    }

    .tl-bg {
      filter: grayscale(0);
      transform: scale(1.1);
      transition: opacity 1s ease, transform 1s ease 0.25s;
    }
  }
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;

  h1 {
    font-weight: 700;
    color: white;
    font-size: 4rem;
    text-align: center;
  }

  p {
    color: white;
  }
}

.tl-year {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: var(--ritterNavy);
  padding: 10px 20px;
  border-radius: 5px;
  width: auto;
  display: inline-block;
}

.tl-year h1 {
  color: white;
  font-size: 4rem;
  text-align: center;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 95%;
  bottom: 0%;
  background-size: contain;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .tl-item {
    width: 50%;
    height: 400px;
    min-height: 400px;
  }

  #timeline:hover .tl-item {
    width: 50%;
  }

  .tl-item:hover {
    width: 50% !important;
  }

  .tl-content h1 {
    font-size: 3rem;
  }

  .tl-year {
    bottom: 40px;
    padding: 8px 16px;
  }

  .tl-year h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .tl-item {
    width: 100%;
    height: 300px;
    min-height: 300px;
  }

  #timeline:hover .tl-item {
    width: 100%;
  }

  .tl-item:hover {
    width: 100% !important;
  }

  .tl-content {
    top: 45%;
  }

  .tl-content h1 {
    font-size: 2.5rem;
  }

  .tl-year {
    bottom: 30px;
    padding: 6px 12px;
  }

  .tl-year h1 {
    font-size: 2.5rem;
  }

  .tl-content p {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .tl-content h1 {
    font-size: 2rem;
  }

  .tl-year {
    bottom: 20px;
    padding: 5px 10px;
  }

  .tl-year h1 {
    font-size: 2rem;
  }

  .tl-content {
    margin: 0 1em;
  }
}

.img-frez {
  width: 100%;
}

.lightbox-gallery {
  overflow-x: hidden;
}

.lightbox-gallery p {
  color: var(--ritterNavy);
}

.lightbox-gallery h2 {
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 24px;
  color: var(--ritterNavy);
}

@media (max-width: 767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.lightbox-gallery .intro {
  font-size: 16px;
  margin: 0 auto 40px;
  color: var(--ritterNavy);
}

.lightbox-gallery .intro p {
  color: var(--ritterNavy);
  margin-bottom: 0;
}

.lightbox-gallery .photos {
  padding: 20px;
}

.lightbox-gallery .item {
  padding-bottom: 30px;
}

/* SweetAlert2 Özelleştirmeleri */
.swal2-popup {
  background: white !important;
  border-radius: 15px !important;
  padding: 2em !important;
}

.swal2-title {
  color: var(--ritterNavy) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.swal2-html-container {
  color: var(--ritterNavy) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.swal2-confirm {
  background: var(--ritterNavy) !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.swal2-confirm:hover {
  background: var(--ritterBlue) !important;
  transform: translateY(-2px) !important;
}

/* İkon renkleri */
.swal2-icon.swal2-warning {
  border-color: #ffd700 !important;
  color: #ffd700 !important;
}

.swal2-icon.swal2-error {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}

.swal2-icon.swal2-success {
  border-color: #28a745 !important;
  color: #28a745 !important;
}

/* Animasyon */
.swal2-show {
  animation: swal2-show 0.3s ease-out !important;
}

.swal2-hide {
  animation: swal2-hide 0.2s ease-in !important;
}

/* Mobil için düzenlemeler */
@media (max-width: 768px) {
  .swal2-popup {
    padding: 1.5em !important;
    width: 90% !important;
    margin: 0 auto !important;
  }

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

  .swal2-html-container {
    font-size: 14px !important;
  }

  .swal2-confirm {
    padding: 10px 24px !important;
    font-size: 14px !important;
  }
}

.hero-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media (min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  border-radius: 24px;
  list-style: none;
  position: relative;
}

.card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: contain;
  background-position: center;
  /* border-radius: var(--spacing-l); */
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
  background-repeat: no-repeat;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f9fa;
  padding: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#accept-cookies {
  background: var(--ritterNavy);
  color: white;
}

#reject-cookies {
  background: #dc3545;
  color: white;
}

#cookie-settings {
  background: #6c757d;
  color: white;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  margin: 150px auto;
  padding: 50px;
  border-radius: 8px;
}

.cookie-options {
  margin: 20px 0;
}

.cookie-option {
  margin: 10px 0;
}

.vaka-container {
  position: relative;
  background: var(--backgroundColor);
  color: var(--foregroundColor);
  box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  transition: 0.2s ease;
}

.vaka__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vaka__stats__title {
  color: var(--grayColor);
  text-transform: uppercase;
  font-size: 16px;
}

.vaka-container a:hover {
  top: 0;
  box-shadow: none;
  background: var(--primaryShade4);
}

.vaka-container a:active,
.vaka-container a:focus {
  top: 0;
  box-shadow: none;
  background: var(--primaryShade5);
}

.vaka-default {
  min-width: 400px;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid: 340px auto auto/repeat(3, minmax(80px, 1fr));
  grid-gap: 10px;
}

.vaka-default .vaka__image {
  grid-column: span 3;
}

.vaka-default .vaka__image img {
  border-bottom: 7px solid var(--secondaryColor);
}

.vaka-default .vaka__info {
  grid-column: span 3;
  margin: 20px 25px 0;
}

.vaka-default .vaka__stats {
  margin: 5px 25px;
}

.vaka-default .vaka__cta {
  grid-column: span 3;
}

.vaka-smallimg {
  width: 300px;
  border-radius: 10px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  text-align: center;
}

.vaka-smallimg .vaka__image {
  margin-top: -40px;
}

.vaka-smallimg .vaka__image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid var(--backgroundColor);
  box-shadow: 0 0 0 7px var(--secondaryColor);
}

.vaka-smallimg .vaka__info {
  margin: 10px 30px 15px;
}

.vaka-smallimg .vaka__stats {
  margin: 0 30px 10px;
}

.vaka-smallimg .vaka__stats:nth-of-type(n + 4) {
  display: none;
}

.vaka-smallimg .vaka__cta a {
  border-radius: 0 0 10px 10px;
}

.vaka-long {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 100px;
  padding: 20px 20px 15px;
  min-width: 570px;
}

.vaka-long .vaka__image {
  grid-column: 5/6;
  margin-bottom: 10px;
}

.vaka-long .vaka__image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.vaka-long .vaka__info {
  grid-column: 1/5;
  grid-row: 1;
  padding: 5px 20px 20px 0;
}

.vaka-long .vaka__stats {
  min-width: 100px;
  padding-top: 20px;
  border-top: 0.5px solid var(--grayColor);
}

.vaka-long .vaka__cta {
  grid-column: span 2;
  border-top: 0.5px solid var(--ritterNavy);
  padding-top: 15px;
}

.vaka-table {
  display: grid;
  max-width: 780px;
  grid-template-columns: 100px 1fr auto;
  grid-auto-flow: dense;
  overflow: hidden;
}

.vaka-table .vaka__image {
  grid-column: 1;
}

.vaka-table .vaka__stats {
  display: none;
}

.vaka-table .vaka__info {
  grid-column: 2/5;
  padding: 20px 15px 20px 20px;
}

.vaka-table .vaka__cta {
  grid-column: 5/6;
  align-self: center;
  padding-right: 25px;
}

.vaka-wide {
  display: grid;
  grid-template-columns: auto repeat(3, 1fr);
  grid-auto-flow: dense;
  min-width: 500px;
  max-width: 590px;
}

.vaka-wide .vaka__image {
  padding: 30px 20px 20px;
  grid-row: 1/3;
}

.vaka-wide .vaka__image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid var(--backgroundColor);
  box-shadow: 0 0 0 4px var(--secondaryColor);
}

.vaka-wide .vaka__stats {
  margin-bottom: 12px;
}

.vaka-wide .vaka__info {
  grid-column: span 3;
  padding: 25px 25px 15px 0;
}

.vaka-wide .vaka__cta {
  grid-column: span 4;
}

.vaka-wide .vaka__cta a {
  border-radius: 0 0 10px 10px;
}

.vaka-imgonly {
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  display: grid;
  grid: 390px 0px/100%;
}

.vaka-imgonly:hover {
  grid: 334px 56px/100%;
}

.vaka-imgonly .vaka__image,
.vaka-imgonly .vaka__info {
  grid-row: 1/2;
  grid-column: 1/2;
}

.vaka-imgonly .vaka__image {
  position: relative;
}

.vaka-imgonly .vaka__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

.vaka-imgonly .vaka__stats {
  display: none;
}

.vaka-imgonly .vaka__info {
  z-index: 5;
  grid-row: 1/2;
  align-self: end;
  margin: 10px 20px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.vaka-imgonly .vaka__info p {
  display: none;
}

.vaka-imgonly .vaka__cta a {
  border-radius: 0;
}

.vaka-bigimg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 0px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.vaka-bigimg .vaka__image {
  grid-column: span 3;
}

.vaka-bigimg .vaka__info {
  grid-column: span 2;
  align-self: center;
  padding: 20px 10px 20px 20px;
}

.vaka-bigimg .vaka__info h3 {
  margin-bottom: 0;
}

.vaka-bigimg .vaka__info__extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease;
}

.vaka-bigimg .vaka__stats {
  display: none;
}

.vaka-bigimg .vaka__cta {
  color: white;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}

.vaka-bigimg .vaka__cta:hover a {
  background-color: var(--ritterBlue);
  align-self: center;
}

.vaka-bigimg .vaka__cta a {
  color: white;
  align-self: center;
  padding: 10px;
}

.vaka-bigimg:hover .vaka__info__extra {
  display: block;
  max-height: 200px;
  margin: 10px 0 0;
  opacity: 1;
}

.vaka-bigimg .vaka__info2 {
  grid-column: span 3;
  align-self: center;
  padding: 20px 10px 20px 25px;
}

.vaka-bigimg .vaka__info2 h3 {
  margin-bottom: 0;
}

.vaka-bigimg .vaka__info2__extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease;
}

.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.whatsapp-float img {
  width: 100%;
  padding: 10px;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
  }
}

/*---TABLE---*/

.table-container,
.table-container-fluid,
.table-container-lg,
.table-container-wide,
.table-container-xl {
  margin: 0 auto;
  padding: 25px;
  width: 100%;
}

.table-container,
.table-container-lg {
  max-width: 1040px;
}

.table-container-wide,
.table-container-xl {
  max-width: 1160px;
}

.table-container-xl.last{
  padding-bottom: 100px;

}

.table-container.last {
  padding-bottom: 100px;
}

.table-container.banner{
  padding: 25px;
}

.table-container.banner h1{
  font-size: 30; 
  font-weight: 700;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 25px 0px;
}

.table-wrapper.last {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .table-wrapper{
    display: none;
  }
}

.scroll_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.scroll_table th,
.scroll_table td {
  white-space: nowrap;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500px;
  border-top: 1px solid #dee2e6;
}

.scroll_table img {
  height: 150px;
  display: block;
  margin: 0 auto;
}

.scroll_table tr th:first-child,
.scroll_table tr td:first-child {
  min-width: 80px;
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}

.scroll_table h2 {
  font-weight: bold;
  font-size: 26px;
  color: #006db6;
}

.scroll_table .narrow-table h2 {
  color: purple;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  display: inline;
  background-color: #d8cce3;
  padding: 2px 10px;
  line-height: normal;
}

.scroll_table.sort td:nth-child(2) img { transform: translateY(0%) scale(0.8); }
.scroll_table.sort td:nth-child(3) img { transform: translateY(-2.5%) scale(0.85); }
.scroll_table.sort td:nth-child(4) img { transform: translateY(-5%) scale(0.9); }
.scroll_table.sort td:nth-child(5) img { transform: translateY(-7.5%) scale(0.95); }
.scroll_table.sort td:nth-child(6) img { transform: translateY(-10%) scale(1); }
.scroll_table.sort td:nth-child(7) img { transform: translateY(-12.5%) scale(1.05); }
.scroll_table.sort td:nth-child(8) img { transform: translateY(-15%) scale(1.1); }
.scroll_table.sort td:nth-child(9) img { transform: translateY(-17.5%) scale(1.15); }


.components-table.sort td img {
  position: relative;
  bottom: 0; /* Alt hizalama */
  transition: transform 0.3s ease-in-out;
}

.components-table.sort td:nth-child(2) img { transform: translateY(0%) scale(0.8); }
.components-table.sort td:nth-child(3) img { transform: translateY(-2.5%) scale(0.85); }
.components-table.sort td:nth-child(4) img { transform: translateY(-5%) scale(0.9); }
.components-table.sort td:nth-child(5) img { transform: translateY(-7.5%) scale(0.95); }
.components-table.sort td:nth-child(6) img { transform: translateY(-10%) scale(1); }
.components-table.sort td:nth-child(7) img { transform: translateY(-12.5%) scale(1.05); }
.components-table.sort td:nth-child(8) img { transform: translateY(-15%) scale(1.1); }
.components-table.sort td:nth-child(9) img { transform: translateY(-17.5%) scale(1.15); }

.narrow-table h2 {
  color: purple;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  display: inline;
  background-color: #d8cce3;
  padding: 2px 10px;
  line-height: normal;
}

.spiral-table h2 {
  font-weight: bold;
  font-size: 55px;
  color: #006db6;
}

.spiral-table .narrow h2 {
  font-weight: bold;
  font-size: 55px;
  color: purple;
}

.spiral-table img {
  height: 350px;
}

.spiral-table th {
  text-align: center;
}

.spiral-table td {
  font-size: 18px;
  font-weight: 500px;
}

.components-table h2 {
  font-weight: bold;
  font-size: 26px;
  color: #006db6;
}

.components-table td {
  font-size: 18px;
  font-weight: 500px;
}

.components-table img {
  height: 150px;
}

.components-table th {
  text-align: center;
}

.components-table-cap img {
  height: 70px;
}

.components-table-cap h2 {
  font-weight: bold;
  font-size: 26px;
  color: #006db6;
}

.components-table.overdenture img {
  width: auto;
}

.components-table.overdenture tr {
  vertical-align: bottom;
}

.menu-box-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 50px 0px;
}

.menu-box {
  flex: 1;
  min-width: 200px; /* Minimum genişlik */
  position: relative;
  height: 400px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  padding: 40px 20px; /* Üst ve alttan padding */
  background: #fff; /* Opsiyonel: menu-box arkaplan rengi */
}

.menu-box img {
  width: 100%;
  height: calc(100% - 80px); /* Padding'i hesaba kat */
  object-fit: contain;
  transition: transform 0.3s ease;
}

.menu-box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, transparent 0%, transparent 100%);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.menu-box-text {
  color: var(--ritterNavy); /* Başlangıçta lacivert */
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.menu-box-text h1 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

/* Hover efektleri */
.menu-box:hover .menu-box-overlay { 
  background: linear-gradient(to top, var(--ritterNavy) 0%, rgba(0,0,0,0) 100%);
}
.menu-box:hover .menu-box-text h1{ 
  transform: translateY(0);
  color: white; /* Hover'da beyaz */
}
.menu-box:hover img { transform: scale(1.1); }
.menu-box:hover { transform: translateY(0px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.menu-box:active { transform: translateY(0); }

/* Tablet için responsive tasarım */
@media (max-width: 992px) {
  .menu-box-container {
      padding: 15px;
      gap: 15px;
  }
  
  .menu-box {
      flex: 0 1 calc(50% - 15px); /* 2'li grid */
      height: 300px;
      padding: 30px 15px;
  }

  .menu-box img {
      height: calc(100% - 30px);
      padding: 15px;
  }

  .menu-box-overlay {
      padding: 30px 15px;
  }

  .menu-box-text h1 {
      font-size: 32px;
  }
}

/* Küçük tablet için responsive tasarım */
@media (max-width: 768px) {
  .menu-box {
      height: 250px;
      padding: 25px 10px;
  }
  
  .menu-box img {
      height: calc(100% - 20px);
      padding: 10px;
  }
  
  .menu-box-overlay {
      padding: 25px 10px;
  }

  .menu-box-text h1 {
      font-size: 24px;
  }
}

/* Mobil için responsive tasarım */
@media (max-width: 576px) {
  .menu-box-container {
      padding: 10px;
      gap: 10px;
  }

  .menu-box {
      flex: 0 1 100%; /* Tek kolon */
      height: 200px;
      padding: 20px 10px;
  }

  .menu-box img {
      height: calc(100% - 10px);
      padding: 10px;
  }

  .menu-box-overlay {
      padding: 20px 10px;
  }

  .menu-box-text h1 {
      font-size: 20px;
  }

  .menu-box:hover {
      transform: none; /* Mobilde hover efektini kaldır */
      box-shadow: none;
  }
}

.img-container {
  width: 100%;
  height: 450px;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmi kırpar ve konteynere tam oturtur */
  object-position: center; /* Odak noktasını belirler */
}


.sbla-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.sbla-item {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(116,143,193, 0.5);
  height: auto;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  background: rgba(26, 55, 77, 0.05);
}

.sbla-item h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.sbla-item p {
  margin: 0;
  line-height: 1.6;
}

.sbla-1 {
  grid-area: 1/1/2/2;
}

.sbla-2 {
  grid-area: 1/2/2/3;
}

.sbla-3 {
  grid-area: 1/3/2/4;
}

.sbla-4 {
  grid-area: 2 / 1 / 3 / 4;
  height: 300px;
  padding: 0;
}

.sbla-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center 35%;
}

.sbla-5 {
  grid-area: 3/1/4/2;
}

.sbla-6 {
  grid-area: 3/2/4/3;
}

.sbla-7 {
  grid-area: 3/3/4/4;
}

.sbla-8 {
  grid-area: 4 / 1 / 5 / 4;
  height: 300px;
  padding: 0;
}

.sbla-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center 35%;
}

@media only screen and (max-width: 768px) {
  .sbla-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .sbla-item {
    grid-area: auto !important;
    min-height: 150px;
  }
  
  .sbla-4 {
    height: 300px;
  }
  
  .sbla-item h3 {
    font-size: 20px;
  }
}
