:root {
  --blue: #192533;
  --font-weight: normal;
  --white: #ffffff;
  --green: #419586;
  --testimonial: #eed5c3;
}

/* paragraph text */
.text-para {
  color: var(--blue);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
  font-family: "Space Grotesk", sans-serif;
}

/* title */
.section-main-title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.section-main-title h1 {
  color: var(--blue);
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 5px;
}
.section-main-title:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #c46060;
  border-radius: 20px;
  z-index: 999;
}

/* position */
.posi-relative {
  position: relative;
  float: left;
  width: 100%;
}
.posi-relative-work {
  position: relative;
  float: left;
  width: 82%;
}
.min-height {
  min-height: 162px;
  display: flex;
  align-items: center;
}
/* footer */
.footer {
  padding: 50px 0px 30px 0px;
  background: #ede7d9;
}
.footer img {
  width: 250px;
}
.newsletter {
  margin-bottom: 10px;
}
.newsletter h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  text-transform: capitalize;
  line-height: 40px;
  color: var(--blue);
}
.newsletter p {
  font-size: 13px;
  font-weight: var(--font-weight);
  line-height: 23px;
}

.text-box {
  padding-top: 15px;
}
.text-box .input-group {
  border-bottom: 1px solid #c46060 !important;
}
.text-box .form-control {
  background: transparent;
  padding: 13px 0px;
  font-size: 15px;
  font-weight: normal;
  color: var(--blue);
  height: 44px;
}
.text-box .form-control:focus {
  background: transparent;
  box-shadow: none;
  outline: none;
}
.text-box .max {
  background: transparent;
  animation: horizontal-shaking 2s infinite;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.text-box .input-group-text {
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
  border: none;
}
.tea-icon {
  left: -20px;
  top: 30px;
}
.tea-icon svg {
  width: 80px;
}
.tea-koffee {
  bottom: 0px;
  right: 165px;
}
.tea-koffee svg {
  width: 98px;
}

/* copyright */
.copyright {
  border-top: 1px solid #192533;
  padding: 25px 0px 30px 0px;
  float: left;
  width: 100%;
  background: #ede7d9;
}
.copyright p {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  color: #192533;
}
.social {
  width: 100%;
  float: right;
}
.social ul {
  margin: 0px;
  padding: 0px;
  float: left;
}
.social ul li {
  display: inline-block;
  margin: 0 18px 0 0px;
}
.social ul li img {
  width: 22px;
}
.social ul li:last-child {
  margin-right: 0px;
}
.social ul li .fb:hover {
  color: #c46060;
  transition: 0.4s linear;
}
.social ul li .fb {
  color: #192533;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.social-border {
  border-radius: 5px;
  border: 1px solid #192533;
  background: #ede7d9;
  box-shadow: -8px 8px 0px 0px #2c2c2d;
  /* padding: 9px 23px; */
  min-width: 157px;
  padding: 10px;
  float: right;
  justify-content: center;
  display: flex;
  align-items: center;
}
/* Interested in Working */
.interest-work {
  background: #192533;
  padding: 30px 0px 30px 0px;
  width: 100%;
  min-height: 480px;
}
.interest-work .work-interst {
  width: 100%;
}
.interest-work .work-interst .working-text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 80px;
  font-weight: normal;
  text-align: center;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 30px;
}
.interest-work .work-interst .contact-line {
  margin-bottom: 20px;
  text-align: center;
}
.green-btn {
  border-radius: 5px;
  background: var(--green);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--green);
}
.green-btn:hover {
  background: #c46060;
  transition: 0.6s linear;
  color: var(--white);
  border: 1px solid #c46060;
}
.line {
  position: absolute;
  left: -154px;
  bottom: 40px;
}
.line img {
  height: 120px;
}
.chay-icon {
  text-align: center;
  margin-bottom: 30px;
}
.chay-icon img {
  width: 120px;
}

/* Testimonial */
.testimonial {
  background: var(--testimonial);
  padding: 30px 0px 50px 0px;
}
.testimonial .testimonial-title {
  width: 100%;
  text-align: left;
}
.testimonial .testimonial-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  text-transform: capitalize;
  color: var(--blue);
}
.testimonial .testimonial-title h2:before {
  content: "/";
  font-family: FontAwesome;
  display: inline-block;
  color: #c46060;
  font-size: 34px;
  margin-right: 5px;
  font-weight: bolder;
}
/* .testimonial .owl-theme .owl-nav [class*='owl-']{background: transparent;font-size: 20px;color: #C46060;font-weight: 500;margin: 5px 54px;border-radius: 50px;}
.testimonial .owl-theme .owl-nav [class*='owl-']:hover{background: #C46060;}
.owl-carousel .owl-nav .owl-prev::after{content: '';position: absolute;width: 100px;height: 2px;left: 0;bottom: 24px;right: 0;margin: 0 auto;background: #C46060;border-radius: 20px;}
 */

.testi-box {
  border: 1.924px solid var(--blue);
  background: var(--testimonial);
  border-radius: 4px;
  padding: 25px 30px 0px 30px;
  box-shadow: -8px 8px 0px 0px #192533;
  max-height: 400px;
  margin-bottom: 50px;
}
.testi-box .test-iocn {
  width: 50px;
  height: 50px;
  border: 1.924px solid var(--blue);
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 20px;
}
.testi-box .testi-box-header {
  align-items: center;
  margin-bottom: 20px;
}
.testi-box .testi-box-header .name {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 28px;
}
.testi-box .inner-box {
  background: #ede7d9;
  border: 1.924px solid var(--blue);
  border-radius: 5px;
  padding: 20px;
  min-height: 330px;
  align-items: center;
  display: flex;
}
.testi-box .inner-box .test-info {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
  font-family: "Space Grotesk", sans-serif;
}
/* .testi-box .inner-box .test-info:before {content: "\f10d";font-family: FontAwesome;display: inline-block;top: 50px;color: #C46060;position: absolute;font-size: 35px;left: 25px;}
.testi-box .inner-box .test-info:after {content: "\f10e";font-family: FontAwesome;display: inline-block;bottom: 50px;color: #C46060;position: absolute;font-size: 35px;right: 25px;} */
.shadowback {
  left: -7px;
  width: 100%;
  background: var(--blue);
  height: 100%;
  bottom: -9px;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 4px;
  z-index: -1;
}
.test-iocn img {
  width: 40px !important;
  height: 40px !important;
}
.testi-box .inner-box .quot {
  font-size: 30px;
  font-weight: 500;
  color: #c46060;
}
.dice {
  position: absolute;
  left: -20px;
  bottom: 40px;
}
.dice img {
  width: 70px;
}
.heat-tea {
  right: 0px;
  top: 20px;
  position: absolute;
}
.heat-tea img {
  width: 90px;
}

.testimonial .owl-carousel.owl-drag .owl-item .item {
  margin-left: 10px;
}

/* Who-We-are */
.we-are {
  background: #ede7d9;
  padding: 30px 0px 30px 0px;
}
.we-are-tea {
  position: absolute;
  left: -14px;
  top: 240px;
}
.we-are-tea img {
  width: 60px;
}
.koffkodes-dotted-text {
  width: 100%;
  text-align: center;
}

.text {
  position: relative;
  line-height: 2em;
  overflow: hidden;
}
.fadingEffect {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #ede7d9;
  -moz-animation: showHide 10s ease-in alternate infinite; /* Firefox */
  -webkit-animation: showHide 10s ease-in alternate infinite; /* Safari and Chrome */
  -ms-animation: showHide 10s ease-in alternate infinite; /* IE10 */
  -o-animation: showHide 10s ease-in alternate infinite; /* Opera */
  animation: showHide 10s ease-in alternate infinite;
}
@-webkit-keyframes showHide {
  /* Chrome, Safari */
  0% {
    width: 100%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes showHide {
  /* FF */
  0% {
    width: 100%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes showHide {
  /* IE10 */
  0% {
    width: 100%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes showHide {
  /* Opera */
  0% {
    width: 100%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes showHide {
  0% {
    width: 100%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* services section */
.services {
  margin-top: 50px;
}

.services .service-box {
  border: 2px solid #192533;
  background: #ede7d9;
  border-radius: 20px;
  margin-bottom: 20px;
}
.service-header {
  padding: 10px 20px;
  border-bottom: 2px solid var(--blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-header .title-service {
  text-align: left;
}
.dotted {
  float: right;
}
.dotted ul {
  margin: 0px;
  padding: 0px;
}
.dotted ul li {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #c46060;
  display: inline-block;
}
.dotted ul li:last-child {
  margin-right: 0px;
}
.services .service-box .service-img {
  overflow: hidden;
  max-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #192533;
  padding: 30px;
}
.service-footer {
  padding: 10px 20px;
  border-top: 2px solid var(--blue);
}
.service-footer .service-more {
  border: 1px solid var(--blue);
  padding: 7px;
  box-shadow: -5px 5px 0px 0px var(--blue);
  width: 54px;
  height: 54px;
  border-radius: 5px;
  float: right;
}

.zoom {
  animation: scale 4s linear infinite;
}
.services .service-box .service-img img {
  width: 220px;
  height: 280px;
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* .services .owl-theme .owl-nav.disabled + .owl-dots:before {content: "</";font-family: FontAwesome;display: inline-block;color: #C46060;font-size: 35px;font-weight: 900;}
.services .owl-theme .owl-nav.disabled + .owl-dots::after {content: "/>";font-family: FontAwesome;display: inline-block;color: #C46060;font-size: 35px;font-weight: 900;}
.services .owl-theme .owl-nav.disabled + .owl-dots{width: 100%;position: relative;margin-top: 30px!important;display: flex!important;justify-content: center;align-items: center;}
.services .owl-theme .owl-dots .owl-dot span{width: 50px!important;height: 3px!important;background: #ffffff!important;}
.services .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #419586!important;} */
.services-tea {
  position: absolute;
  right: -14px;
  top: 180px;
}
.services-tea img {
  width: 65px;
}

/* process section*/
.carousel-indicators {
  margin-right: 0px;
  margin-left: 9%;
  margin-bottom: 5rem;
  justify-content: left;
}
.process {
  position: relative;
}
.carousel-item {
  padding: 30px 0px 30px 0px;
  background: url(../images/process-bg.svg) no-repeat center top;
  background-size: cover;
  min-height: 550px;
  z-index: 1;
}
.process .process-details {
  z-index: 999;
  width: 100%;
}
.process .process-details .digit {
  color: #419586;
  text-align: left;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 5px;
}
.process .process-details .process-title {
  color: #c46060;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
  font-family: "Space Grotesk", sans-serif;
  line-height: 37px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.process .process-details p {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  color: #ede7d9;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 5px;
}
/*text Animation */
.anim-typewriter {
  animation: typewriter-text 1s steps(44) 1.2s 1 normal both;
}
@keyframes typewriter-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.anim-typewriter-2 {
  animation: typewriter-text 2s steps(44) 2s 1 normal both;
}
@keyframes typewriter-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.anim-typewriter-3 {
  animation: typewriter-text 3s steps(44) 3.7s 1 normal both;
}
@keyframes typewriter-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.anim-typewriter-4 {
  animation: typewriter-text 4s steps(44) 6s 1 normal both;
}
@keyframes typewriter-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.anim-typewriter-5 {
  animation: typewriter-text 5s steps(44) 8s 1 normal both;
}
@keyframes typewriter-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.line-1 {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.process .process-img {
  text-align: center;
  /* padding-top: 85px; */
}
.process .process-img .img {
  width: 250px;
}
.process-dice {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 999;
  transform: rotate(170deg);
}
.process-dice img {
  width: 90px;
}
.process-dice-botton {
  position: absolute;
  left: 0px;
  transform: rotate(345deg);
  bottom: 20px;
}
.process-dice-botton img {
  width: 90px;
}
.indicators {
  align-items: center;
}

.carousel-inner {
  overflow: initial;
}
.carousel-indicators .active {
  background-color: #419586;
}
.carousel-indicators [data-bs-target] {
  opacity: 1;
  z-index: -1;
}
.btn-left {
  background: transparent;
  color: #c46060;
  font-size: 30px;
  font-weight: 400;
  border: none;
}

/* language section*/
.language {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
}
.language .language-box {
  width: 100%;
  border-radius: 2px;
  border: 0.972px solid var(--blue);
  background: #ede7d9;
  box-shadow: -7.77271px 7.77271px 0px 0px #192533;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.language .language-box-shadow {
  box-shadow: -7.77271px -7.77271px 0px 0px #192533 !important;
  margin-top: 50px;
}
.language .language-box img {
  width: 100px !important;
  height: 100px;
}
.tech-icon {
  position: absolute;
  left: -10px;
  top: 15px;
}
.tech-icon-bottom {
  position: absolute;
  right: -15px;
  bottom: 0px;
}
.language .language-box:hover {
  transform: scale(1.1);
  transition: 0.6s linear;
  cursor: pointer;
}

/* journey section */
.journey {
  background: url(../images/journy-bg.svg) no-repeat center center #ede7d9;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.journey-content {
  text-align: center;
  justify-content: center;
  z-index: 999999;
}
.journey::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;

  left: 0;
  background: #ede7d9;
  opacity: 0.6;
}
/* .journey-content span {
  color: #c46060;
} */
.journey .journey-box {
  margin-bottom: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 30px;
}
.journey:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 970px;

  /* max-width: 734px; */
  height: 100vh;
  border-radius: 100%;
  /* width: 100%; */
  /* height: 100%; */
  top: 0;
  /* border-radius: 100px; */
  /* left: 0; */
  background-color: #ede7d9;
  opacity: 0.7;
}
.journey .journey-box span.border_btm:after {
  display: block;
  content: "";
  width: 50px;
  height: 113px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}
.journey .journey-box span.border_btm:before {
  display: block;
  content: "";
  width: 50px;
  height: 113px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
}
.journey .journey-box:before {
  display: block;
  content: "";
  width: 50px;
  height: 113px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
}
.journey .journey-box:after {
  display: block;
  content: "";
  width: 50px;
  height: 113px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: relative;
  padding: 12px 0;
  top: 0;
  left: 0;
  background: #ffffff;
  right: 0;
}

.header .logo img {
  /* max-height: 40px; */
  min-width: 200px;
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .nav-bottom {
    display: none;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 0px 15px 0px 15px;

    border-right: 2px solid #c46360;
    /* padding: 10px 0 10px 28px; */
  }
  .navbar > ul > li:last-child {
    padding: 0px;
    border-right: none;
  }
  .navbar > ul > li:nth-child(5) {
    border-right: none;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;

    font-size: 14px;
    font-weight: 500;
    color: var(--blue);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  /* .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--blue);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  } */

  .navbar .active {
    color: #419586;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  #navbar {
    max-width: 300px;
    width: 100%;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 10px 10px 20px;
    margin: 0;
    background: #ede7d9;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar li {
    position: relative;
  }
  /* .navbar a::after{content: "";
content: "";
    border-bottom: 2px solid #fe5825;
    position: absolute;
    width: 50px;
    padding-top: 28px;
    left: 0;
   } */
  .nav-bottom {
    border-bottom: 2px solid #c46060;
    width: 20px;
  }
  .navbar a,
  .navbar a:focus {
    /* display: flex; */
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;

    font-size: 15px;
    font-weight: 500;
    color: var(--blue);
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--blue);
  }

  .mobile-nav-show {
    position: relative;
    color: #6f4f50;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #6f4f50;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    /* top: 20px; */
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}
.contact-btn {
  border-radius: 5px;
  border: 1px solid #419586;
  background: #419586;
  color: #ffffff !important;
  padding: 10px 25px !important;
  text-align: center;
  text-transform: uppercase;
}
.contact-btn:hover {
  border: 1px solid #c46060;
  background: #c46060;
  color: var(--white) !important;
  transition: 0.6s linear;
}

/* contact us page */
.breadcrumb-section {
  width: 100%;
  float: left;
  aspect-ratio: 13/3;
  position: relative;
  background: url(../images/contact_us_breadecume.svg) no-repeat center center /
    cover;
  text-align: left;
  display: flex;
  align-items: center;
}
.breadcrumb-section .breadcumb-details {
  background: rgba(196, 96, 96, 0.9);
  padding: 20px;
  text-align: left;
}
.breadcrumb-section .breadcumb-details p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 2px;
  font-family: "Space Grotesk", sans-serif;
}
.breadcrumb-section .breadcumb-details h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
.contact_us {
  padding: 30px 0px 30px 0px;
}
.contact-box {
  background: var(--blue);
  padding: 20px;
}
/* .modal-box {
  background: #ede7d9;
  padding: 25px;
} */
.modal-box {
  background: #eed5c3;
  padding: 25px;
  color: #000;
}

.contact-details {
  background: #ede7d9;
  padding: 30px;
}
/* .modal-details {
  padding: 20px;
  background: #ede7d9 !important;
} */
.modal-details {
  padding: 20px;
  background: #eed5c3 !important;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-details .details-title {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
  line-height: 33px;
  display: flex;
  align-items: center;
}
.modal-details .modal-title {
  /* color: #ede7d9 !important; */
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  text-transform: lowercase !important;
  color: var(--blue);
  margin-bottom: 20px;
  line-height: 33px;
  display: flex;
  align-items: center;
}
.modal-details .modal-title::before {
  content: "";
  font-family: FontAwesome;
  display: inline-flex;
  margin-right: 12px;
  width: 30px;
  height: 23px;
  border-radius: 100%;
  box-shadow: 2px 2px 1px #000;
  background: #c46060;
}
.contact-details .details-title::before {
  content: "";
  font-family: FontAwesome;
  display: inline-flex;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  background: #c46060;
}
.contact-details .form-section {
  background: #eed5c3;
  margin-bottom: 20px;
  padding: 25px;
}
.form-control {
  background: transparent;
  /* padding: 13px 0px; */
  padding: 11px 0px;

  font-size: 15px;
  font-weight: normal;
  color: var(--blue);
  border: none;
  border-radius: 0px;
  height: 44px;
  border-bottom: 1px solid #c46060 !important;
}
.form-control:focus {
  background: transparent;
  outline: none;
}
.contact-details textarea {
  background: transparent;
  text-align: left;
  border-bottom: 1px solid #c46060 !important;
  border: none;
  color: #c46060;
  height: 100px;
}
.contact-details textarea:focus {
  background: transparent;
  outline: none;
}
.form-submit {
  width: 100%;
  float: right;
  text-align: right;
}
.font-weight {
  font-weight: 600;
}
.contact-bin {
  position: absolute;
  right: -20px;
  bottom: 170px;
}
.happy-contact {
  text-align: left;
  margin-bottom: 30px;
  /* padding-left: 20px; */
}
.happy-contact:before {
  content: "/";
  font-family: FontAwesome;
  display: inline-block;
  color: #c46060;
  font-size: 30px;
  margin-right: 7px;
  font-weight: bolder;
}
.email-details {
  margin-bottom: 20px;
}
.email-details label {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 5px;
}
.email-details .email-link {
  text-decoration: none;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.email-details .email-link:hover {
  color: #c46060;
  text-decoration: underline;
}
.connect-title {
  margin-bottom: 35px;
  min-height: 185px;
  padding: 20px;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
}
.connect-title h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  color: var(--blue);
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
.connect-title .title-bg {
  background: #ede7d9;
  top: -10px;
  bottom: -10px;
  width: 86%;
  left: 7%;
  right: 7%;
  position: absolute;
}

/* higher-plane */
.higher-plane {
  background: #ffffff;
  padding: 50px 0px 10px 0px;
}
.plane-details {
  width: 100%;
}
.plane-title {
  font-family: "Marcellus", serif;
  font-size: 90px;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
  line-height: 100px;
  color: #1e2226;
}
.plane-tea {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.plane-details {
  width: 100%;
  margin-bottom: 60px;
}
.plane-details p {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  color: #1e2226;
}

/* services page */
.service {
  width: 100%;
  padding: 40px 0px 40px 0px;
}
.service-title {
  text-align: center;
  margin-bottom: 50px;
}
.service-title:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #c46060;
  border-radius: 20px;
}
.service-title h1 {
  font-size: 55px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 65px;
  color: var(--blue);
  margin-bottom: 10px;
}
.service-title h1 span {
  color: #c46060;
}
.service-title h3 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  color: var(--blue);
  margin-bottom: 10px;
}
.service-title h3 span {
  color: #c46060;
}
.service .service-no {
  color: #419586;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 10px;
}
.service .service-det {
  width: 100%;
  margin-bottom: 15px;
}
.service .service-name {
  letter-spacing: 2px;
  color: #c46060;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "Space Grotesk", sans-serif;
}
.service-img-sec {
  width: 100%;
  background: var(--blue);
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.select-dept {
  border: 1px solid #c46060;
  padding: 5px;
}
.select2-container--default .select2-selection--single {
  background: transparent !important;
  border: none !important;
}
.select-bg {
  background: #ede7d9;
  top: -10px;
  bottom: -10px;
  left: 5%;
  right: 5%;
  position: absolute;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: #c46060;
  width: 35px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ffffff transparent transparent transparent !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--blue) !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.creative-bg {
  background: #ede7d9;
  border: 1px solid #c46060;
  padding: 5px;
  margin-bottom: 15px;
}
.service-heat-tea {
  position: absolute;
  left: 30px;
  top: 150px;
}
.service-heat-tea img {
  width: 70px;
}
.service-block {
  position: absolute;
  right: -20px;
  top: 275px;
}
.service-block img {
  width: 65px;
}
.service-web {
  position: absolute;
  left: -20px;
  top: 757px;
}
.service-web img {
  width: 65px;
}

.service-bin {
  position: absolute;
  right: -20px;
  bottom: 220px;
}
.service-bin img {
  width: 65px;
}
/* career section */
.career-form {
  background: #eed5c3;
  padding: 25px 0px 15px 0px;
}
.carrer-box-section {
  padding: 50px 0px 30px 0px;
}
.carrer-box-section .box-carrer {
  border-radius: 5px;
  border: 2px solid var(--blue);
  background: #ede7d9;
  box-shadow: -7px 7px 0px 0px #192533;
  margin-bottom: 30px;
}
.carrer-box-section .box-carrer .carrer-header {
  padding: 10px 20px;
  border-bottom: 2px solid var(--blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carrer-title {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  line-height: 28px;
  font-family: "Space Grotesk", sans-serif;
}
.carrer-body {
  padding: 25px 20px;
}
.carrer-body ul {
  margin: 0px;
  padding: 0px;
}
.carrer-body ul li {
  list-style: circle;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 26px;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
}
.apply-btn {
  background: #419586;
  color: #ffffff;
  border: 1px solid #419586;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.apply-btn:hover {
  border: 1px solid #c46060;
  background: #c46060;
  color: var(--white) !important;
  transition: 0.6s linear;
}
.signle-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.more-apply {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #c46060;
}
.more-apply:hover {
  color: #419586;
  transition: 0.6s linear;
}
.address {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
}
.address::before {
  content: "\f041";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  color: #c76969;
  font-weight: 700;
  font-size: 19px;
}
.right-dot {
  float: right;
}
.right-dot ul {
  margin: 0px;
  padding: 0px;
}
.right-dot ul li {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #c46060;
  display: inline-block;
}
.carrer-tea {
  position: absolute;
  top: 130px;
  left: 20px;
}
.carrer-tea img {
  width: 70px;
}
.carrer-been {
  position: absolute;
  bottom: 100px;
  right: 20px;
}
.carrer-been img {
  width: 70px;
}

.interest-work .work-interst .apply-txt {
  color: #ede7d9;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}
.form-control-round {
  border-radius: 5px;
  color: #ede7d9;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  background: transparent;
  border: 0.863px solid #ede7d9;
  padding: 8px 12px;
  width: 100%;
}
.lbl {
  color: #ede7d9;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin-bottom: 10px;
}
.form-control-round:focus {
  outline: none;
}
.btn-ct:hover {
  color: #ffffff !important;
}
.career-line {
  position: absolute;
  top: 90px;
  left: -88px;
}
.career-line img {
  height: 99px;
}
.career-line-right {
  position: absolute;
  top: 90px;
  right: -88px;
}
.career-line-right img {
  height: 99px;
}

/* project planner */
.planner {
  padding: 30px 0px 0px 0px;
}
.planner .planner-title {
  width: 100%;
}
.planner .planner-title:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #c46060;
  border-radius: 20px;
}
.planner-tea {
  position: absolute;
  right: 10px;
  top: 30px;
}
.planner-tea img {
  width: 90px;
}
.planner-tea-left {
  position: absolute;
  left: 10px;
  top: 30px;
}
.planner-tea-left img {
  width: 90px;
}
.planner-form {
  background: var(--blue);
  padding: 40px 0px 40px 0px;
}
.planner-form .planner-inner {
  background: #ede7d9;
}

.planner-inner .nav-pills .nav-link,
.planner-inner .nav-tabs .nav-link {
  border-radius: 0px;
  text-transform: capitalize;
  background: #eed5c3;
  border: 1px solid #eed5c3 !important;
  padding: 15px 20px;
  margin-bottom: 12px;
  text-align: center;
  color: var(--blue);
  font-weight: 600;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
}
.planner-inner .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #419586;
  border: 1px solid #419586 !important ;
}
.planner-inner .nav-tabs {
  border-bottom: none;
}
.planner-inner .tab-pane {
  position: relative;
  padding: 0px 0px 10px 0px;
}
.planner-inner .nav-pills .nav-link:hover {
  border: 1px solid #c46060;
  background: #c46060;
  color: var(--white);
}

/* top animation */
#card_1 {
  --index: 1;

  top: 0;
}
.card {
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

.card__content {
  transform-origin: 50% 100%;
  will-change: transform;
}

#cards {
  width: 100%;
}

.card {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0px;
}

.card__content {
  width: 100%;
  position: relative;
  float: left;
}

.higher-plane-img {
  overflow: hidden;
  margin-bottom: 30px;
}
.negative-line {
  position: absolute;
  top: -177px;
  z-index: 999999;
  left: -101px;
}
/* .negative-line img{width: 300px;} */
/* .scrl-dwn img:first-child {
  display: none!important;
} */

@keyframes updown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0.7em;
  }
  100% {
    bottom: 0;
  }
}
.scrl-dwn {
  position: absolute;

  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%);
  /* position: absolute;
  left: 45%; */
  /* bottom: 40px; */
  background: none;
  border: none;
  z-index: 9999999;
  bottom: 10%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* animation: updown 2s ease infinite; */
  animation: MoveUpDown 1.5s linear infinite;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}
.tab-here {
  bottom: 20px !important;
}
.animated-txt {
  font-size: 50px !important;
  line-height: 60px !important;
}
/* scroll-button */
.scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #192533;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 999999;
}
.scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -14px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
.scroll:hover {
  background-color: #c46060;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  border-bottom-color: #c46060;
}

/* About us */
.about-title {
  text-align: center;
  margin-bottom: 30px;
}
.about-title h1 {
  font-size: 55px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 65px;
  color: #192533;
}
.about-title h1 span {
  color: #c46060;
}
.vision {
  background: #eed5c3;
  padding: 50px 0px 50px 0px;
}
.vision-start {
  width: 100%;
}
.vision-title {
  font-size: 30px;
  font-weight: 800;
  color: #419586;
  line-height: 40px;
  margin-bottom: 20px;
}
.vision .quot {
  font-size: 30px;
  font-weight: 500;
  color: #c46060;
}
.vision .vision-txt {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  color: #192533;
}

/* out client */
.client {
  width: 100%;
}
.client-box {
  background: #ede7d9;
  border: 1px solid #192533;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-left: none;
  min-height: 112px;
}
.client-box img {
  max-width: 200px;
  max-height: 50px;
}
/* player */
.player {
  width: 100%;
  background: #192533;
  padding: 40px 0px 40px 0px;
}
.player .player-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  color: #ede7d9;
  line-height: 52px;
  margin-bottom: 30px;
}
.player .tea-player {
  position: absolute;
  right: -73px;
  top: -20px;
}
.player .tea-player img {
  width: 120px;
}
.player .player-line {
  position: absolute;
  top: 30%;
  right: 0px;
}
/* .player .player-line img {
  max-height: 110px;
} */

/* counter */
.preccent {
  font-size: 40px;
  font-weight: normal;
  color: #192533;
  bottom: 0;
  position: absolute;
  right: -28px;
}
.counter-koffee {
  padding: 40px 0px 60px 0px;
}
.counter-koffee .counter-title {
  margin-bottom: 20px;
  text-align: center;
}
.counter-koffee .counter-title h1 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #192533;
  line-height: 50px;
  padding-bottom: 10px;
}
.counter-koffee .counter-title h1:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #c46060;
  border-radius: 20px;
}

.counter-txt {
  max-width: 70%;
  margin: 0 auto;
}
.counter-koffee .counter-box {
  border-radius: 5px;
  border: 2px solid #192533;
  background: #ede7d9;
  box-shadow: -7px 7px 0px 0px #192533;
  margin-bottom: 20px;
  min-height: 300px;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
.counter-koffee .counter-box h5 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #192533;
  line-height: 28px;
}

.counter-circle {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.counter-circle .display-4 {
  font-size: 100px;
  font-weight: 500;
  justify-content: center;
  color: #192533;
  font-family: "Zilla Slab Highlight", serif;
  line-height: 110px;
}

.select2-dropdown {
  background: #e4dbc6 !important;
  border: 2px solid #e4dbc6 !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #c46060 !important;
  color: #eed5c3 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ede7d9 !important;
  color: #192533 !important;
}
.select2-results__option {
  color: #192533 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent !important;
  color: #192533 !important;
  border: 1px solid #c46060 !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
  box-shadow: none;
}

/* #navbar {z-index: 999;position: relative;top: 0;}
#sticky {position: fixed; top: 0;left: 0;width: 100%;display: block;transition: top 0.7s;;} */
.sticky-mar-top {
  margin-bottom: 70px;
}
#navbar {
  overflow: hidden;
  background: transparent;
  z-index: 999;
  top: 0;
}
#sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: top 0.7s;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
input[type="file"]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  margin-left: 3px;
  background-color: #a29bfe;
  transition: 1s;
}
.modal-header {
  background-color: var(--blue);
  gap: 14px !important;
  border-bottom: 1px solid lightgray;
}
.modals-header {
  background-color: #eed5c3;
  gap: 14px !important;
  /* border-bottom: 1px solid lightgray; */
  display: flex !important;
  align-items: center;
  padding: 10px !important;
  justify-content: end;
}
/* .clo-btn {
  background: #c46060;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #c46060;
  font-size: 30px;
  color: #fff;
  justify-content: center;
} */
.clo-btn {
  background: #eed5c3;
  /* border-radius: 50px; */
  border: none;
  /* width: 30px; */
  /* height: 30px; */
  /* line-height: 30px; */
  display: flex;
  align-items: center;
  /* border: 1px solid #c46060; */
  /* font-size: 30px; */
  color: #fff;
  justify-content: center;
}
.modal-title {
  width: 93%;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #ede7d9;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.modals-title {
  text-transform: capitalize !important;
  padding-left: 30px;
  width: 93%;
  font-size: 18px;
  /* font-weight: 600; */
  /* text-align: left; */
  text-transform: uppercase;
  /* color: var(--blue); */
  color: #000;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.title-header {
  font-weight: 800;
  color: #000;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-line {
  height: 1px;
  width: 300px;
  background: #fff;
  margin: 17px 0px;
}
.modal-title span {
  color: #c46060;
  margin-right: 5px;
}

.more-box {
  background: #419586;
  border: 1px solid #419586;
  border-radius: 3px;
  padding: 5px;
}
.service-footer .service-more:hover .more-box {
  background: #c46060;
  transition: 0.5s linear;
  border: 1px solid #c46060;
}

.not-sure {
  border: none !important;
  background: transparent;
}
.not-sure:focus {
  box-shadow: none !important;
  outline: none !important;
}
.hover-1 {
  border: none;
  background: transparent;
  padding: 9px 9px;
  border-radius: 5px;
}
.hover-1:hover {
  background: #c46060;
  color: #ede7d9;
  transition: 0.5s linear;
  border-radius: 5px;
}
.hover-1.active {
  background: #419586;
  color: #ede7d9;
  transition: 0.5s linear;
  border-radius: 5px;
}
/* 2 oct 2023 */
.react-datepicker {
  background-color: #419586 !important;
  font-family: "Space Grotesk", sans-serif;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #ede7d9 !important;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #c46060;
  border-radius: 0px !important;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: #c46060 !important;
  border-radius: 0px !important;
}
.react-datepicker-wrapper {
  width: 100% !important;
}
.react-datepicker__header {
  background: var(--blue);
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  color: #ede7d9;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before {
  border-top-color: var(--blue);
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before {
  border-top-color: var(--blue);
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::after {
  border-top-color: var(--blue);
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::after {
  border-bottom-color: var(--blue);
}

/* 3 oct 2023 */
.form-horizontal .text-area {
  background: transparent;
  text-align: left;
  border-bottom: 0px !important;
  border: none;
  height: 100px;
}
.type-writer-text {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  color: #ede7d9;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 5px;
}
.testimonial .owl-theme .owl-nav .owl-next {
  background: #c46060;
  color: #eb3237 !important;
  height: 35px;
  line-height: 35px;
  border: 1px solid #c46060;
  font-size: 16px;
  width: 35px;
}
.testimonial .owl-theme .owl-nav .owl-prev {
  background: #ffffff;
  color: #eb3237 !important;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d5d5d5;
  font-size: 16px;
  width: 35px;
}
.testimonial .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--blue);
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.7s linear;
  border: 1px solid var(--blue);
}
.testimonial .owl-theme .owl-nav {
  margin-top: 50px;
}
.testimonial .owl-theme .owl-nav .owl-prev,
.testimonial .owl-theme .owl-nav .owl-next {
  padding: 0px;
  color: var(--testimonial) !important;
  font-size: 14px;
  margin: auto 0;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: none;
  margin-left: 20px;
}
.services .see-more {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.services .see-more .anchor {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #192533;
  text-transform: capitalize;
  font-family: "Space Grotesk", sans-serif;
}
.services .see-more .anchor span {
  color: #c46060;
  font-family: fontawesome;
  font-size: 22px;
  font-weight: 900;
}
.top-left-padding {
  padding: 20px 40px 20px 40px;
}
.top-left-padding-work {
  padding: 20px 70px 20px 70px;
}
.just {
  text-align: justify;
}
.contact-title-height {
  min-height: 117px !important;
}
.calender-icon {
  position: absolute;
  top: 34%;
  right: 20px;
}

/* dedicated page start */
/* 9-oct-2023 */
.bridge-expert {
  width: 100%;
  padding: 50px 0px 50px 0px;
}
.bridge-box {
  width: 100%;
  border-radius: 5px;
  background: #419586;
  margin-bottom: 20px;
  min-height: 310px;
}
.bridge-digit {
  font-size: 140px;
  line-height: 110px;
  color: #efe9dc;
  text-align: right;
  float: right;
  font-weight: 900;
  margin-bottom: 20px;
  right: -9px;
  top: -4px;
  position: relative;
}
.bridge-box .bridge-details {
  padding: 20px;
}
.bridge-box .bridge-details h5 {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 600;
}
.text-bridge {
  color: #efe9dc;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  font-family: "Space Grotesk", sans-serif;
}
.main-title-1 {
  width: 100%;
  margin-bottom: 50px;
}
.main-title-1 h1 {
  font-size: 62px;
  font-weight: 900;
  text-align: center;
  color: #192533;
  line-height: 72px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.main-title-1 h1 span {
  color: #c46060;
}
.main-title-1 h1:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #c46060;
  border-radius: 20px;
}

.language-tab {
  width: 100%;
  padding: 30px 0px 30px 0px;
}
.language-tab .lan-tab-box {
  border-radius: 2px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid #192533;
  background: #ede7d9;
  box-shadow: -8px 8px 0px 0px #2c2c2d;
}
.language-tab .lan-tab-box img {
  max-width: 173px;
  max-height: 97px;
}

.dedicated-tea {
  position: absolute;
  left: 50px;
}
.dedicated-tea img {
  width: 90px;
}
.dedicated-bottom-tea {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.dedicated-bottom-tea img {
  width: 70px;
}
.icrem-tea {
  position: absolute;
  left: 0px;
  bottom: 0;
}
.icrem-tea img {
  width: 45px;
}
.bridge-bin {
  position: absolute;
  top: 150px;
  right: 5px;
}
.language-tab .lan-tab-box:hover {
  transform: scale(1.1);
  transition: 0.6s linear;
  cursor: pointer;
}
.dedicated-team {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 500px;
}
.dedicated-left-section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px 30px 0px;
}
.dedicated-left-section .our-dev {
  font-size: 50px;
  line-height: 60px;
  color: #efe9dc;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dedicated-left-section .our-dev span {
  color: #c46060;
}
.dedicated-right-section-one {
  float: left;
  width: 100%;
  position: relative;
  min-width: 250px;
}
.dedicated-right-section {
  float: left;
  width: 100%;
  position: relative;
}
.dedicated-border {
  border: 1px solid #efe9dc;
  padding: 10px;
  min-height: 120px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.dedicated-right-section ul {
  margin: 0px;
  padding: 0px;
}
.dedicated-right-section ul li {
  margin-bottom: 20px;
}
.dedicated-right-section ul li:last-child {
  margin-bottom: 0px;
}

.hire-dedicated {
  background: #f0dbcc;
  padding: 60px 0px 60px 0px;
}
.hire-dedicated .hire-left {
  width: 31%;
  padding: 0px 0px 0px 7%;
}
.hire-dedicated .hire-left h1 {
  color: #222;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  line-height: 50px;
  margin-bottom: 20px;
}
.hire-dedicated .hire-left p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #222;
  line-height: 26px;
  font-family: "Space Grotesk", sans-serif;
}
.hire-dedicated .hire-left p span {
  color: #c46060;
}
.dedicate-icon {
  position: absolute;
  bottom: 0px;
  right: -61px;
}
.dedicate-icon img {
  width: 100px;
}
.hire-right {
  width: 69%;
  padding: 0px 0px 0px 10%;
}
.hire-footer {
  min-height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-right .owl-stage {
  right: 25px;
}
/* 13 oct 23 */

.service-box-1 {
  border: 2px solid #192533;
  background: #ede7d9;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.service-box-1 .service-img {
  overflow: hidden;
  max-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #192533;
  padding: 30px;
}
.service-box-1 .service-footer {
  padding: 10px 20px;
  border-top: 2px solid var(--blue);
}

.zoom-hire {
  animation: scale 5s linear infinite;
}
.service-box-1 .service-img img {
  width: 180px !important;
  height: 260px;
}
@keyframes scale {
  40% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.video-container {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  display: inline;
  display: flex;
  align-items: center;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-background-1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input[type="file"]::file-selector-button {
  border: 1px solid #419586;
  padding: 0.2em 0.4em;
  color: #fff;
  font-size: 12px;
  border-radius: 0.2em;
  background-color: #419586;
  transition: 1s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #c46060;
  border: 1px solid #c46060;
  color: #2c2c2d !important;
}
select:focus > option:checked {
  background: #c46060;
  color: #ede7d9 !important;
}

select option {
  color: #000;
  background: #ede7d9;
}
.step-btn {
  border: 2px solid #192533;
  padding: 8px 21px;
  text-align: center;
  background: #419586;
  border-radius: 20px;
  color: #f0dbcc;
  position: absolute;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -61%);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

/* 7 Novermber */
.dedicated-team {
  background: url(../images/3x.png) no-repeat center left / cover;
  /* background-color: #000; */
  width: 100%;
  position: relative;
  float: left;
  align-items: center;
  display: flex;
}
.over {
  overflow: hidden;
}
.mrq-top {
  float: left;
  width: 100%;
  max-height: 500px;
}
.mrq-top ul {
  margin: 0px;
  padding: 0px;
}
.mrq-top ul li {
  animation: marqueeTop 7s linear infinite;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 80px;
  min-height: 120px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mrq-top ul li img {
  width: 40px;
}
@keyframes marqueeTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes marqueeBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mrq-bottom {
  float: left;
  width: 100%;
  max-height: 500px;
}
.mrq-bottom ul {
  margin: 0px;
  padding: 0px;
}
.mrq-bottom ul li {
  animation: marqueeBottom 7s linear infinite;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 80px;
  min-height: 120px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mrq-bottom ul li img {
  width: 40px;
}

.tab-slider {
  width: 100%;
  position: relative;
  float: left;
  padding: 20px 0px 20px 0px;
  background: #eed5c3;
}
.tab-slider .tab-btn {
  margin-bottom: 0px;
  background: #ede7d9;
  border: 1px solid #ede7d9;
  padding: 10px 12px;
  width: 100%;
  font-size: 15px;
  color: #192533;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.tab-slider .tab-btn.active {
  background: #419586;
  border: 1px solid #419586;
  color: #ede7d9;
}
.work-bin {
  position: absolute;
  right: 0;
  top: 40px;
}
.work-bin img {
  width: 60px;
  height: 60px;
}
.work-dice {
  position: absolute;
  left: 0;
  top: 40%;
}
.work-dice img {
  width: 60px;
  height: 60px;
}
.carousel11 {
  display: flex;
  justify-content: center !important;
  gap: 20px;
  align-items: center;
  padding: 0px 30px;
  overflow-x: scroll;
  gap: 30px;
}
.carousel11::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.project-carousel {
  flex-shrink: 0;
}
.small-font option {
  font-size: 12px !important;
  /* color: red !important; */
  max-height: 200px !important;
}
.small-font {
  padding-left: 10px !important;
  max-height: 200px !important;
}
.small-font::-webkit-scrollbar {
  width: 5px !important;
}
.small-font::-webkit-scrollbar-thumb {
  background-color: #c46060;
  border-radius: 6px;
}
.small-font::-webkit-scrollbar-track {
  background-color: #eed5c3;
}
.email-details ul {
  margin: 0px;
  padding: 0px;
}
.email-details ul li {
  display: flex;
  margin-bottom: 17px;
  align-items: center;
}
.email-details ul li a {
  font-family: "Space Grotesk", sans-serif;
}
.email-details ul li a:hover {
  color: #419586;
}
.email-details ul li i {
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
}
.icon-contact {
  position: absolute;
  right: -10px;
  bottom: -20px;
  text-align: right;
}
.icon-contact img {
  width: 250px;
  /* transform: rotate(20); */
}
.career-experience {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}
.career-experience h1 {
  font-size: 64px;
  line-height: 98px;
  color: #192533;
  font-weight: 900;
  font-family: "Poppins";
}
.career-apply {
  color: #c46360;
}
.career-experience p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Space Grotesk";
  color: #192533;
  font-weight: 400;
  max-width: 840px;
}
.careerlines-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-lines {
  background-color: #c46060;
  width: 162px;
  height: 3px;
  margin-top: 30px;
}
.home-tech-text {
  font-family: "Space Grotesk";
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.country-code-width {
  /* width: fit-content !important; */
  padding: 8px 0px !important;
  width: 100%;
  font-size: 11px !important;
}
.loader-email {
  width: 22px !important;
  height: 22px !important;
}

.number-email {
  margin-top: -16px !important;
}
.dual-map {
  position: fixed;
  bottom: 12%;
  right: 20px;
  background-color: #192533;
  color: white;
  width: fit-content;
  z-index: 9999;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.dual-map:hover {
  background-color: #c46060;
}
.error-message {
  color: #c46060;
  font-size: 11px;
  font-style: italic;
}
.success-message {
  color: #419586 !important;
  font-size: 11px !important;
  font-style: italic;
}
.error-message-relative {
  position: relative;
}
.error-message-absolute {
  position: absolute;
  bottom: -18px;
  left: 0px;
}
.error-message-absolute-dedicate {
  position: absolute;
  bottom: -18px;
  left: 10px;
}
.whatdoyouneed {
  margin-top: 5px;
}
.modal-content {
  overflow: hidden;
}
.modal-shadow {
  /* box-shadow: 3px 3px 1px #000 !important; */
  box-shadow: 11px 21px 18px -15px rgba(0, 0, 0, 0.75);
}

.smoothing-nav {
  transition-duration: 400ms;
}
.modal-popups {
  position: relative;
}
.close-button-modal {
  position: absolute;
  top: 0px;
  right: 0px;
}
