.enc_skip_link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}

body {
  font-family: "Lora", serif;
  color: var(--color-2);
}

.row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

:root {
  --color-1: #000000;
  --color-2: #FFFBF0;
  --color-3: #F1B441;
  --color-4: #154037;
  --color-5: #FFF8D9;
  --color-6: #03173B;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../images/toggle_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  mask-size: contain;
  z-index: 10;
}

.navbar-toggler {
  border: none;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Lora", serif;
  font-weight: 400;
  background-color: var(--color-2);
  z-index: 10;
}

.com_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;

}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sticky-top {
  animation: smoothScroll 0.3s;
  -webkit-animation: smoothScroll 0.3s;
}

.navbar a {
  color: var(--color-1);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 23px;
  margin-right: 23px;
}

.navbar a:hover {
  color: var(--color-4);
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.axvero-logo img {
  height: 50px;
  width: auto;
  object-fit: cover;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


.comm_tit {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.4rem;
  color: var(--color-4);
  letter-spacing: -3px;
}

p {
  margin: 0;
}

.custom_container_50 {
  width: 50%;
  margin: auto;
}

.custom_container_70 {
  width: 70%;
  margin: auto;
}

.custom_container_75 {
  width: 75%;
  margin: auto;
}


.custom_container_80 {
  width: 80%;
  margin: auto;
}

.pd_top_30 {
  padding-top: 30px;
}

.pd_bot_30 {
  padding-bottom: 30px;
}

.pd_top_bot_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd_top_bot_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd_top_50 {
  padding-top: 50px;
}

.pd_bot_50 {
  padding-bottom: 50px;
}

.pd_top_bot_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd_top_bot_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd_top_120 {
  padding-top: 120px;
}

.pd_bot_120 {
  padding-bottom: 120px;
}

.pd_top_bot_120_80 {
  padding-top: 120px;
  padding-bottom: 80px;
}

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

.comm_line_64 {
  line-height: 4rem !important;
}

.main_banner_section {
  background-image: url('../images/main_banner_bg.jpg');
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 85vh;
}

@supports (-webkit-touch-callout: none) {
  .intro_section, .main_banner_section, .sustainability_section, .about_sec_banner_section, .products_section {
    background-attachment: scroll !important;
  }
}

.main_banner_section h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  color: var(--color-2);
}

.main_banner_section p {
  color: var(--color-2);
  font-weight: 500;
  font-size: 1.25rem;
}

.ot_btn {
  transition: all 0.3s ease;
}

.ot_btn:hover {
  color: var(--color-4);
  background-color: var(--color-3);
}

.wh_btn {
  font-family: "Lora", serif;
  font-weight: 500;
  border: 3px solid var(--color-2);
  background-color: var(--color-2);
  color: var(--color-4);
  padding-top: 8px;
  line-height: 4rem;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wh_btn:hover {
  color: var(--color-2);
  background-color: transparent;
}

.ye_btn {
  font-family: "Lora", serif;
  font-weight: 500;
  border: 3px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-4);
  padding-top: 8px;
  line-height: 4rem;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ye_btn:hover {
  color: var(--color-4);
  background-color: transparent;
}

.comm_btn {
  font-family: "Lora", serif;
  font-weight: 500;
  border: 3px solid var(--color-3);
  color: var(--color-4);
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 4rem;
  letter-spacing: -1px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

/* ///////////////SECOUND SECTION///////////////////// */
.af_be_line {
  position: relative;
  color: var(--color-4);
  text-align: left;
  display: inline-block;
  padding: 36px 0;
  letter-spacing: -1px;
}

.af_be_line::before,
.af_be_line::after {
  content: "";
  display: block;
  width: 108px;
  height: 12px;
  background: var(--color-4);
  margin: 0 auto;
}

.af_be_line::before {
  position: absolute;
  top: 0;
  left: 0;
}

.af_be_line::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ab_line::before {
  position: absolute;
  top: 0;
  left: 15%;
  background-color: var(--color-2);
}

.ab_line::after {
  position: absolute;
  bottom: 0;
  left: 15%;
  background-color: var(--color-2);
}

.li_agi::before {
  position: absolute;
  top: 0;
  left: 15%;
}

.li_agi::after {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.deli_abo {
  color: var(--color-4);
  padding: 32px 0;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -1px;
  line-height: 30px;
}

.pa_title {
  padding-bottom: 20px;
  font-weight: 500;
  color: var(--color-4);
  font-size: 2rem;
  letter-spacing: -1px;
  line-height: 2.2rem;
}

.delivering {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

.off_img {
  position: relative;
  padding-top: 120%;
}

.off_img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.off_crd .card {
  border: none;
  z-index: 5;

}

.off_crd .card-body {
  padding-left: 0;
  padding-bottom: 0;
}

.core_offering_section .card-text {
  color: var(--color-4);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -1px;
  line-height: 30px;
}

.img_alig::before,
.img_alig::after {
  content: "";
  display: block;
  width: 236px;
  height: 12px;
  background: var(--color-2);
  margin: 0 auto;
}

.img_alig::before {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
}

.img_alig::after {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

/* ////////////////////BACKGROUND IMAGE///////////////////// */

.intro_section {
  background-image: url(../images/background_img.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.int_cus {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}

.int_sb_div {
  display: flex;
  height: 100%;
  max-width: 80%;
  align-items: end;
  justify-self: center;
}

.contact_intro_section .img_alig::before,
.intro_section .img_alig::before {
  position: absolute;
  top: -60%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
}

.contact_intro_section .img_alig::after,
.intro_section .img_alig::after {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

.intro_section h2 {
  padding-bottom: 30px;
  color: var(--color-2);
}

.intro_section .comm_tit {
  padding-bottom: 0;
}

.intro_section .af_be_line {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pd_left {
  padding-left: 2rem;
}

.business_choose {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
}

.business_choose .card-text {
  color: var(--color-4);
  font-weight: 400;
  font-size: 1.1rem;
}

.why_leading_businesses_section .deli_abo {
  padding-top: 0;
}

.cho_img {
  height: 95px;
  width: auto;
}

.cho_img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.sustainability_section {
  background-image: url(../images/background_img_2.jpg);
  height: 90vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  align-items: center;
}

.sustainability_section h2 {
  font-size: 4rem;
  color: var(--color-2);
}

.sus_ag::before,
.sus_ag::after {
  content: "";
  display: block;
  width: 180px;
  height: 8px;
  background: var(--color-2);
  margin: 0 auto;
}

.contact_us_section .row input {
  width: 100%;
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: var(--color-4);
  border: 1px solid var(--color-4);
}

.contact_us_section .row textarea {
  margin-top: 15px;
}

.con_img {
  margin-top: 25px;
  display: flex;
  justify-content: end;
  padding-right: 12px;
}

.con_img p {
  display: grid;
}

.con_img input {
  width: max-content;
}

.contact_us_section textarea {
  width: 100%;
  height: 160px;
  padding-top: 5px;
  padding-left: 10px;
  color: var(--color-4);
  border: 1px solid var(--color-4);
}

.gr_btn {
  font-family: "Lora", serif;
  font-weight: 500;
  border: 3px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gr_btn:hover {
  color: var(--color-4);
  background-color: transparent;
}

.wpcf7 input::placeholder {
  color: var(--color-4);
  font-weight: 400;
}

.wpcf7 textarea::placeholder {
  color: var(--color-4);
  font-weight: 400;
}

.contact_us_section .pd_top_bot_60 {
  padding-bottom: 0;
}

.da_lines {
  padding-top: 150px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-4) !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-3) !important;
}

/* ///////////////ABOUT SECTION//////////////////// */

.about_banner_section {
  background-color: var(--color-6);
  height: 85vh;
}

.about_banner_section h1 {
  color: var(--color-2);
  font-size: 4rem;
  line-height: 4.4rem;
}

.about_banner_section img {
  object-fit: cover;
  height: 100%;
}

.about_banner_section .custom_container_80 {
  height: 100%;
}

.about_banner_section .row {
  height: 100%;
}

.about_banner_section .main_banner {
  height: 100%;
  display: flex;
  align-items: center;
}

.about_sec_banner_section {
  background-image: url(../images/main_banner_bg.jpg);
  height: 70vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.par_line {
  display: flex;
  justify-content: center;
}

.par_line .af_be_line {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.partnerin_global_section .img_alig::before,
.partnerin_global_section .img_alig::after {
  background-color: var(--color-4);
}

.partnerin_global_section .col-md-12 {
  padding-left: 0;
}

/* ////////////////////////OUR MISSION SECTION/////////////////////// */

.our_mission_section {
  color: var(--color-4);
}

.mission_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  color: var(--color-4);
}

.mission_list p {
  font-size: 1.25rem;
  color: var(--color-4);
  letter-spacing: -1px;
}

.p_te {
  font-size: 1.25rem;
  color: var(--color-4);
  letter-spacing: -1px;
}

.our_mission_section a {
  background-color: var(--color-3);
  transition: all 0.3s ease;
}

.our_mission_section a:hover {
  background-color: transparent;
  color: var(--color-4);
}

.principles_section {
  background-color: var(--color-4);
}

.principles_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  color: var(--color-4);
}

.principles_list p {
  font-size: 1.1rem;
  letter-spacing: -1px;
  color: var(--color-2);
}

.principles_section h2 {
  color: var(--color-2);
}

.pr_p {
  padding-top: 20px;
}

.principles_section .af_be_line::before,
.principles_section .af_be_line::after {
  background-color: var(--color-2);
}

.ab_leading_business .comm_btn {
  background-color: var(--color-3);
}

.ab_leading_business .comm_btn:hover {
  background-color: transparent;
}

.ho_about_section .deli_abo {
  color: var(--color-4);
  padding: 0;
}

/* ///////////////////////////PRODUCTS & SERVICES PAGE/////////////////////// */

.products_section {
  position: relative;
  background-image: url(../images/product_section.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.ser_overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #02163C61;
}

.products_section p {
  font-size: 1.25rem;
}

.products_section h1 {
  color: var(--color-2);
  font-size: 4rem;
  line-height: 4.4rem;
}

.product_list {
  color: var(--color-4);
  list-style: none;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  display: grid;

}

.product_list .af_be_line {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_list li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.af_be_line.before_line::before {
  display: none !important;
}

.content_img {
  padding-left: 0;
  padding-right: 0;
}

.content_img img {
  height: 100%;
  object-fit: cover;
}

.project_img {
  position: relative;
  padding-top: 125%;
}

.project_img img {
  position: absolute;
  top: 0;
  height: 100%;
}

.product_and_services_section .af_be_line::before,
.product_and_services_section .af_be_line::after {
  content: "";
  display: block;
  width: 90px;
  height: 6px;
  background: var(--color-1);
  margin: 0 auto;
}

/* /////////////////////CONTACT US SECTION/////////////////////// */

.contactUs_section img {
  height: 100%;
  object-fit: cover;
}


.contactUs_section h1 {
  font-size: 4rem;
  line-height: 4.4rem;
}

.contact_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  justify-items: center;
}

.contact_list a {
  text-decoration: none;
  color: var(--color-4);
  font-weight: 400;
  transition: all 0.3s ease;
}

.contact_list a:hover {
  color: var(--color-3);
}

/* ////////////////////BACKGROUND IMAGE///////////////////// */

.contact_intro_section {
  background-image: url(../images/contact_bac_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.contact_intro_section .af_be_line {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact_intro_section h2 {
  color: var(--color-2);
}

/* ///////////////////FOOTER/////////////////////// */
footer {
  background-color: var(--color-4);
  color: var(--color-2);
  font-family: "Lora", serif;
  font-weight: 400;
  transition: all 0.3s ease;
}

footer .sus_ag::before,
footer .sus_ag::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: var(--color-5);
  margin: 0 auto;
}

.footer-main .comm_tit {
  line-height: 2.313rem;
}

.footer img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer-links {
  padding-left: 0;
}

.footer-links a {
  text-decoration: none;
  color: var(--color-2);
  font-size: 1.25rem;
  letter-spacing: -1px;
}

footer a:hover {
  color: var(--color-5);
}

.axvero_foot_logo {
  width: 350px;
  height: auto;
}

.social_links {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.axvero_foot_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer-links li {
  list-style: none;
  line-height: 2.8rem;
}

.contact_links {
  display: flex;
}

.contact_links a {
  display: flex;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: var(--color-2);
}

.foot_links_pd {
  padding-left: 0;
}

.footer-social {
  display: flex;
}

.footer-social a {
  margin-left: 20px;
  text-decoration: none;
  color: var(--color-2);
}

footer h2 {
  color: var(--color-5) !important;
  font-size: 2rem !important;
}

.encyte {
  text-decoration: none;
  color: var(--color-2);
}



@media only screen and (max-width: 991.98px) {

  .business_choose {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .mission_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    color: var(--color-4);
  }

  .principles_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    color: var(--color-4);
  }

  .contact_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: left;
  }

  .product_list {
    margin-bottom: 0;
  }

  .product_and_services_section .col-12 {
    padding-left: 0;
  }


  .delivering {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
  }

  .com_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .product_and_services_section .com_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .project_img {
    position: relative;
    padding-top: 65%;
  }

  .project_img img {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .axvero-logo img {
    height: 30px;
  }

  .main_banner_section p {
    font-size: 1rem;
  }

  .deli_abo {
    font-size: 1rem;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .core_offering_section .card-text {
    font-size: 1rem;
  }

  .main_banner_section h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .products_section h1 {
    font-size: 2rem;
  }

  .comm_tit {
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.375rem;
    color: var(--color-4);
  }

  .delivering {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .intro_section {
    background-position: left;
  }

  .con_img {
    padding-right: 0;
  }

  .cho_img {
    height: 75px;
    width: auto;
  }

  .business_choose {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    text-align: center;
  }

  .custom_container_80 {
    width: 92%;
    margin: auto;
  }

  .custom_container_50 {
    width: 92%;
    margin: auto;
  }

  .form-group {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_links {
    margin-top: 1.5rem;
  }

  .pa_title {
    font-size: 1.5rem;
  }

  .mission_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    color: var(--color-4);
  }

  h1 {
    font-size: 2rem !important;
    line-height: 2.375rem !important;
  }

  .principles_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    color: var(--color-4);
  }

  .pd_top_bot_120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contactUs_section .deli_abo {
    padding-bottom: 0;
  }


  .footer-links-block {
    padding-left: 0;
  }

  .axvero_foot_logo {
    width: 200px;
    height: auto;
  }

  .product_and_services_section .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .project_img {
    position: relative;
    padding-top: 60%;
  }

  .custom_container_75 {
    width: 92%;
    margin: auto;
  }

  .sustainability_section h2 {
    font-size: 2rem;
    color: var(--color-2);
  }

  .foot_links_pd {
    padding-left: 0;
  }

  .contact_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-items: left;
  }

  .footer-contact {
    padding-left: 0;
  }

  .int_sb_div {
    max-width: 92%;
  }

  .intro_section .img_alig::before {
    top: -35%;
  }

  .af_be_line::before,
  .af_be_line::after {
    height: 10px;
  }

  .img_alig::before,
  .img_alig::after {
    height: 10px;
  }

  .footer-links a {
    font-size: 1rem;
  }

  .social_links {
    font-size: 1rem;
  }

  .mission_list p {
    font-size: 1rem;
    color: var(--color-4);
  }

  .principles_list p {
    font-size: 1rem;
  }

  .business_choose .card-text {
    font-size: 1rem;
  }

  .products_section p {
    font-size: 1rem;
  }

  .product_list {
    font-size: 1rem;
  }

  .contact_intro_section .img_alig::before {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
  }

  .comm_line_64 {
    line-height: 2.375rem !important;
  }
  .int_sb_div{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1540px) {
  .main_banner_section h1 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Lora", serif;
    font-weight: 400;
    color: var(--color-2);
  }

  .comm_tit {
    font-family: "Lora", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    color: var(--color-4);

  }

  .pa_title {
    font-size: 1.7rem;
  }

  .deli_abo {
    font-size: 1.1rem;
  }

  .core_offering_section .card-text {
    font-size: 1.1rem;
  }

  .sustainability_section h2 {
    font-size: 3rem;
  }

  .about_banner_section h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .products_section h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .products_section {
    background-size: inherit;
  }

  .contactUs_section h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .contact_intro_section .img_alig::before {
    position: absolute;
    top: -25%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
  }

  .comm_line_64 {
    line-height: 3rem !important;
  }
  
}