@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Boogaloo&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
}

p {
  font-size: 17px;
}

h1 {
  font-size: 40px !important;
}

h2,
h3 {
  font-size: 30px !important;
  color: #F65E08 !important;
  font-weight: 700 !important;
}

a {
  text-decoration: none !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 80%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6784313725) !important;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  color: #000 !important;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.mobile-navbar {
  display: none;
}

#nabar_col {
  width: 90%;
  margin: 0 auto;
}

.navbar_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.navbar_up .contact_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
.navbar_up .contact_nav .col_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  color: #000 !important;
}
.navbar_up .contact_nav .col_flex a,
.navbar_up .contact_nav .col_flex span {
  color: #000;
  font-size: 14px;
}
.navbar_up .contact_nav img {
  height: 29px;
}
.navbar_up .footer_icon {
  color: #fff;
}
.navbar_up .footer_icon i {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}

.nav_bar {
  background-color: #F6F6F6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  margin-bottom: -20px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.nav_bar ul {
  margin-bottom: 0 !important;
}
.nav_bar ul li {
  display: inline-block;
  list-style: none;
  padding-right: 25px;
}
.nav_bar ul li a {
  color: #000;
  position: relative;
  font-size: 17px;
}
.nav_bar ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #F65E08;
  bottom: -5px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.nav_bar ul li a:hover::before {
  width: 100%;
}
.nav_bar .Navbtn .contact_btn {
  background-color: #F65E08;
  padding: 12px 25px;
  color: #fff;
}

.swiper-image1 {
  background: url("../images/new-banner.jpeg") center no-repeat;
  width: 100%;
  height: 85vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3882352941);
}

.swiper-image2 {
  background: url("../images/banner2.jpg") center no-repeat;
  width: 100%;
  height: 85vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3882352941);
}

.swiper-image3 {
  background: url("../images/banner3.jpg") center no-repeat;
  width: 100%;
  height: 85vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3882352941);
}

.swiper-image4 {
  background: url("../images/banner4.jpg") center no-repeat;
  width: 100%;
  height: 85vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3882352941);
}

.text-container {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 85vh;
}

.banner_title h1 {
  color: #F65E08 !important;
  font-weight: bold !important;
}
.banner_title h1 span {
  color: #fff !important;
}
.banner_title .banner_subtitle {
  color: #fff !important;
  font-size: 18px;
}

.banner_contact .submit-btn {
  background-color: #F65E08;
  border: none;
  width: 20%;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
}

.about_size {
  font-size: 38px !important;
}

.text_paragraph {
  text-align: justify;
}

.our_mission {
  padding-left: 0 !important;
}
.our_mission li {
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.our_mission li span {
  background-color: #F6F6F6;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: relative;
  padding: 25px;
  z-index: 99;
}
.our_mission li span img {
  height: 50px;
}
.our_mission li p {
  padding-left: 25px !important;
  margin-bottom: 0 !important;
  background-color: #F6F6F6;
  padding: 13px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%);
  padding-inline: 0.3em calc(var(--s) + 0.3em);
  margin-left: -10px;
  font-size: 17px !important;
  font-weight: bold;
  --s: 15px;
  width: 100%;
}
.our_mission li p:hover {
  background-color: #48C2E4 !important;
  color: #fff;
}

.sec_bg1 {
  background-color: #E5F2FB;
  border-radius: 22px;
}
.sec_bg1 .icon_sec {
  background: #fff;
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.sec_bg1 .icon_sec:hover {
  background-color: #F65E08;
  color: #fff;
}
.sec_bg1 .icon_sec img {
  height: 52px;
  border-radius: 5px;
}
.sec_bg1 .icon_sec p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 0 !important;
}

.sec_bg2 {
  background-color: #F65E08;
}
.sec_bg2 .newsletter-form .form-group {
  position: relative;
}
.sec_bg2 .newsletter-form input {
  border-radius: 30px;
  padding: 10px;
  position: relative;
}
.sec_bg2 .form-group .submit-btn {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -45px;
}

.sec_bg3 {
  background-color: #E5F2FB;
  padding-bottom: 150px;
}

.col-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  padding: 35px 0 10px 15px;
  margin-top: -70px;
  position: relative;
  border-radius: 10px;
  width: 88%;
  height: auto;
}
.col-box h5 {
  font-size: 18px !important;
  font-weight: bold;
}
.col-box ul {
  padding-left: 22px !important;
}
.col-box ul li {
  margin-bottom: 8px;
  font-size: 16px;
}
.col-box .col_icon {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: -20px;
}

.sec_bg4 {
  background-color: #F6E9E1;
}
.sec_bg4 .col_wrapper {
  width: 80% !important;
  margin: 0 auto;
}
.sec_bg4 .wrppaer_box {
  margin-top: 0;
}

#wrapper_col {
  width: 100% !important;
  height: 180px;
  padding: 35px 0 10px 10px;
}

.sec_bg5 {
  background-color: #E5F2FB;
}
.sec_bg5 .card {
  text-align: start;
  height: calc(100% - 10px);
}
.sec_bg5 .card .card-body .card-text {
  font-size: 16px;
}

#footer_sec {
  background-color: #F6F6F6;
}
#footer_sec .footer_logo p {
  width: 80%;
}
#footer_sec .newsletter-form .form-group {
  position: relative;
}
#footer_sec .newsletter-form .submit-btn {
  position: absolute;
  right: 0;
  top: -38px !important;
  border: none;
  background-color: #F65E08;
  color: #fff;
  width: 20%;
  padding: 5px 0;
  z-index: 999 !important;
  font-size: 18px;
}
#footer_sec .footer_info p {
  font-size: 14px;
}
#footer_sec .footer_info ul {
  padding-left: 15px !important;
}
#footer_sec .footer_info ul li {
  margin-bottom: 10px;
  list-style: none;
}
#footer_sec .footer_info ul li::marker {
  content: "\ea6d";
  font-family: "remixicon";
  font-size: 18px;
}
#footer_sec .footer_info ul li a {
  font-size: 14px;
  color: #000;
}

.copy-right {
  background-color: #2564A3;
}
.copy-right .flex_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.copy-right .flex_copy a,
.copy-right .flex_copy p {
  color: #fff;
  font-size: 14px;
}

.banner {
  background: url("../images/aboutus-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
}

.inner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}
.inner_title h1 {
  color: #fff !important;
}

.about_sec {
  background: url("../images/abou_sec.png") center no-repeat;
  width: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2274509804);
}
.about_sec .about_vission {
  background-color: rgba(37, 36, 36, 0.6352941176);
  padding: 25px;
  border-radius: 5px;
  color: #fff;
}
.about_sec .about_vission h2 {
  position: relative;
}
.about_sec .about_vission h2::before {
  position: absolute;
  content: "";
  background-color: #F65E08;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: -5px;
}

.why_banner {
  background: url("../images/why-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
}

.why_chooseimg {
  background: url("../images/mobile-img2.png") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.why_chooseimg2 {
  background: url("../images/why-img3.jpeg") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.whychoose_bg2 {
  background-color: #E5F2FB !important;
}

.whychoose_bg {
  background-color: #E5F2FB !important;
}

#why_us2 {
  margin-left: 4%;
  margin-right: 10%;
}

.why_chooseicon {
  margin-right: 10%;
}
.why_chooseicon ul li {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}
.why_chooseicon ul li p {
  margin-bottom: 0 !important;
}
.why_chooseicon ul li .icon_img img {
  height: 58px;
}
.why_chooseicon ul li .why_title {
  color: #F65E08;
  font-weight: bold;
}

.Beverage_banner {
  background: url("../images/bavarage-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
}

.beverage_side {
  background: url("../images/beverage-side.jpg") center no-repeat;
  width: 40% !important;
  background-size: cover;
  margin-left: auto;
}

.beverage__card {
  margin-left: 15%;
}

.sec_col1 {
  background-color: #F6F6F6;
}

.media_banner {
  background: url("../images/media-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
  background-size: cover;
}

.coffee_img img {
  border-bottom-right-radius: 80px !important;
}

.coffee_img2 img {
  border-bottom-left-radius: 80px !important;
}

.coffee-list ul {
  padding-left: 15px !important;
}
.coffee-list ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.coffee-list ul li::marker {
  content: "\ea6c";
  font-family: "remixicon";
}

.overaly-img {
  position: relative;
  overflow: hidden;
}
.overaly-img img {
  width: 100%;
  height: 100%;
}
.overaly-img .overlay_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.overaly-img h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Boogaloo", sans-serif;
  font-size: 25px;
  color: #2d6810;
  font-weight: 400;
  -webkit-text-decoration: underline #2d6810;
          text-decoration: underline #2d6810;
  text-underline-offset: 8px;
}

.overaly-img:hover .overlay_title {
  height: 100% !important;
  opacity: 1;
}

.color_text h1 {
  font-size: 45px !important;
  color: #2d6810;
  font-family: "Boogaloo", sans-serif;
}

.card .card-body ul li {
  margin-bottom: 10px;
}

.career_banner {
  background: url("../images/career-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2862745098);
}

#carrerForm {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
}
#carrerForm .form-title {
  text-align: start;
  padding-bottom: 15px;
}
#carrerForm .form-group {
  background-color: #fff;
}
#carrerForm input,
#carrerForm textarea {
  background-color: #fff;
  border: 1px solid #000;
}
#carrerForm #groups_input input {
  border: 1px solid transparent;
}
#carrerForm .submit-btn {
  background-color: #f65e08;
  border: none;
  color: #fff;
  padding: 10px 50px;
  border-radius: 30px;
}

.contact_banner {
  background: url("../images/contact-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
  background-size: cover;
}

.career_bg {
  background: url("../images/career-img.jpg") bottom no-repeat;
  width: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2862745098);
}

.contact_bg {
  background-color: #32638E;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.631372549);
}
.contact_bg #bg_img {
  background: url("../images/coffee-pgnimg.png") bottom no-repeat;
  background-position: right;
  background-size: 250px 250px;
}
.contact_bg .contact_col {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.contact_bg .contact_info h2 {
  color: #fff !important;
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
  text-underline-offset: 10px;
}
.contact_bg .contact_info li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contact_bg .contact_info li a {
  color: #fff !important;
}
.contact_bg .contact_info li span {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_bg .contact_info li span i {
  font-size: 18px;
  color: #fff;
}
.contact_bg .inquery-form .form-title {
  text-align: center;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif !important;
  text-align: start;
}
.contact_bg .inquery-form .form-group input {
  border: none;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .inquery-form textarea {
  border: none;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .inquery-form .captcha-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_bg .inquery-form .dynamic-code {
  padding: 6px 0;
  background: #fff;
  color: #000;
  border: 1px solid #393376;
  border-radius: 8px;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  text-align: center;
  border-radius: 0;
}
.contact_bg .inquery-form .captcha-reload {
  padding-left: 5px;
}
.contact_bg .inquery-form .captcha-input {
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .captcha-reload {
  padding-left: 10px !important;
}
.contact_bg .Btn_1 {
  background-color: #F65E08;
  border: none;
  padding: 8px 30px;
  color: #fff;
  box-shadow: 2px 2px 8px 0px #000;
}
.contact_bg .Btn_1:hover {
  background-color: #48C2E4;
}

.quality_list ul li {
  margin-bottom: 15px;
}
.quality_list ul li span {
  color: #F65E08;
  font-weight: bold;
}

.technology_banner {
  background: url("../images/Technology-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4117647059);
  background-size: cover;
}

.rules_items ul li {
  margin-bottom: 15px;
  padding-left: 8px;
}
.rules_items ul li::marker {
  content: "\f2e5";
  font-family: "remixicon";
  font-size: 18px;
}

.rules_subitems li {
  margin-bottom: 8px !important;
  padding-left: 5px !important;
}
.rules_subitems li::marker {
  content: "\f05a" !important;
  font-family: "remixicon";
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.card_col {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  padding: 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.card_col:hover {
  transform: rotate(5deg);
}
.card_col img {
  height: 45px;
}
.card_col .img_title {
  padding-top: 10px;
}
.card_col .img_title h5 {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}

.card_add {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  height: calc(100% - 10px);
}
.card_add .card_img {
  width: 80px;
  height: 80px;
  background-color: #E5F2FB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.card_add .card__title {
  -webkit-text-decoration: underline #F65E08;
          text-decoration: underline #F65E08;
  text-underline-offset: 5px;
  padding-top: 15px;
  text-align: center;
}
.card_add ul li {
  margin-left: 10%;
  font-size: 14px;
  padding-top: 10px;
}

.img_subtitle {
  position: relative;
}
.img_subtitle::before {
  position: absolute;
  content: "";
  background-color: #F65E08;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 4px;
  bottom: 10px;
}

.card_designs {
  background-color: #fff;
  box-shadow: rgba(184, 181, 181, 0.527) 0px 2px 8px 0px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
  height: calc(100% - 10px);
  width: 80%;
  border-radius: 10px;
  border-bottom: 6px solid #2564A3;
}
.card_designs .card_body h5 {
  margin-bottom: 0 !important;
  font-weight: bold;
}
.card_designs .card_body .card_title ul li {
  margin-bottom: 8px;
}

.bubble-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 80% !important;
  margin: 0 auto;
}

.icons-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.icons-flex .icon .icon-img {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(98, 177, 233, 0.6235294118);
  border-radius: 80%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-flex .icon p {
  padding-top: 10px;
  font-weight: bold;
}

.sec_necol {
  background-color: #E5F2FB;
  padding-bottom: 50px;
}

.circle_box {
  padding-left: 0 !important;
}
.circle_box span {
  background-color: #32638E;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: relative;
  padding: 25px;
  z-index: 99;
}
.circle_box li {
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.circle_box p {
  margin-bottom: 0 !important;
  background-color: #fff;
  padding-left: 20px !important;
  padding: 13px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%);
  padding-inline: 0.3em calc(var(--s) + 0.3em);
  margin-left: -10px;
  font-weight: bold;
  --s: 15px;
  width: 100% !important;
  font-size: 14px;
}
.circle_box p:hover {
  background-color: #48C2E4 !important;
  color: #fff;
}

.secbg_col {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 25px 0;
  border-radius: 30px;
  margin-top: -80px;
}

.row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-flex .mobile_img {
  width: 150px;
  height: auto;
}
.row-flex .mobile_img span {
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 14px auto;
  background-color: #32638E;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.row-flex .mobile_img img {
  width: 100%;
  height: 100%;
}

.policy_list {
  padding-top: 10px;
}
.policy_list ol li {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */