body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background-color: #ffffff;
}
.fix-search {
    position: fixed !important;
    top: 30px;
}




.controlscroll::-webkit-scrollbar {
    width: 6px;
}

.controlscroll::-webkit-scrollbar-track {
  background-color: #f5f5f5;

}

.controlscroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
     background-color: #c7c7c7;
}

.controlscroll {
    max-height: 1000px;
    overflow-y: auto;
    text-align: left !important; 
}
.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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

/*header section*/
.sub_page .brand_box {
  position: relative;
  background-image: url(../images/slider-img.jpg);
  padding: 45px 0;
}

.sub_page .nav_section {
  margin-top: 0;
  background-color: #fff9f9;
}

.brand_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

.brand_box .navbar-brand span {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}


.header .countdown {
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
}

.header .countdown #clock .counter-number {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
  padding-top: 2rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.25rem;
  text-align: center;
}

.header .countdown #clock .counter-number .timer-text {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}


.header .countdown1 {
  margin-bottom: 0.5rem;
  color: rgb(245, 10, 10);
  text-align: center;
}

.header .countdown1 #clock1 .counter-number {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
  padding-top: 2rem;
  border: 0.125rem solid rgb(252, 7, 7);
  border-radius: 50%;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.25rem;
  text-align: center;
}

.header .countdown1 #clock1 .counter-number .timer-text {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.custom_nav-container .nav_search-btn {
  margin: auto;
}

/*end header section*/
/* slider section */
.slider_section div#carouselExampleControls {
  overflow: hidden;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 90px;
  height: 90px;
  background-color: #f8d405;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 12px;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  opacity: 0.9;
}

.slider_section .carousel-control-prev {
  border-radius: 0 100% 100% 0;
  background-image: url(../images/prev.png);
  left: -50px;
  background-position: 58px center;
}

.slider_section .carousel-control-next {
  border-radius: 100% 0 0 100%;
  background-image: url(../images/next.png);
  right: -45px;
  background-position: 20px center;
}

/* end slider section */
.nav_section {
  margin-top: -32px;
}

.nav_section .custom_nav2 .custom_nav-container {
    padding: 10px 0;
    background-color: #063180;
    border-radius: 0px;
}
.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 18px 22px;
    color: rgb(35, 12, 240);
    text-align: center;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
}
.nav_section .custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_section .custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.shop_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.shop_section .box .detail-box h2 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}

.shop_section .box .detail-box p {
  margin-bottom: 0;
}

.shop_section .box .img-box img {
  max-width: 100%;
}

.shop_section .box .btn-box {
  margin-top: 25px;
}

.shop_section .box .btn-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.shop_section .box .btn-box a:hover {
  background-color: transparent;
  color: #313131;
}

.about_section .img-box {
  padding: 35px 0;
  background-color: #ececec;
}

.about_section .img-box img {
  width: 100%;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

.about_section .detail-box {
    text-align: center;
    padding: 35px 110px;
}

.about_section .detail-box .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box .heading_container hr {
  width: 1px;
  height: 145px;
  margin: 0;
  border: none;
  background-color: #b7b7b7;
  margin-bottom: 10px;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
  margin-top: 10px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #313131;
}

.fruit_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.fruit_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.fruit_section .heading_container h2 {
  margin: 0;
}

.fruit_section .fruit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*.fruit_section .fruit_container .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}
*/
.fruit_section .fruit_container .box img {
  width: 100%;
}

.fruit_section .fruit_container .box .link_box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f8d405;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fruit_section .fruit_container .box .link_box h5 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.fruit_section .fruit_container .box .link_box a {
  display: inline-block;
  padding: 7px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
}

.fruit_section .fruit_container .box .link_box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.fruit_section .fruit_container .box:hover .link_box {
  top: 0;
  opacity: 0.9;
}

.client_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-left: 10px;
  background-color: #b7b7b7;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 85%;
  margin: auto;
}

.client_section .client_container .img-box {
  width: 175px;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box p img {
  width: 25px;
  margin: 3px 10px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #313131;
  opacity: 1;
  top: 28%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 15%;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 15%;
}

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.contact_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.contact_section .heading_container h2 {
  margin: 0;
}

.contact_section input::-webkit-input-placeholder {
  color: #000;
}

.contact_section input:-ms-input-placeholder {
  color: #000;
}

.contact_section input::-ms-input-placeholder {
  color: #000;
}

.contact_section input::placeholder {
  color: #000;
}

.contact_section input {
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding-left: 15px;
}

.contact_section input::-webkit-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input:-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input.message_input {
  height: 100px;
}

.contact_form-container {
  padding: 15px 15px 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #fd9e2e;
  color: #fff;
  padding: 10px 55px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 35px;
}

.map_container {
  height: 350px;
}

.map_container .map-responsive {
  height: 100%;
}

/* contact section */
/* info section */
.info_section {
  background-color: #2e2e2e;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_logo h2 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #f89e12;
  border: 1px solid #f89e12;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #f89e12;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #ffffff;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #222222;
}

.footer_section a {
  color: #222222;
}

#registrationForm .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #050505;
    background-color: #fff;
    border: 1px solid #e3e3e3 !important;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#registrationForm label {
    margin-bottom: 0rem;
}
textarea.form-control {
    height: auto !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #163e89;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000b56 !important;
}
.form-check-inline .form-check-input {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-right: 10px !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark{
    padding: 10px;
    background:  #f8d405!important;
    border-radius: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 22px 22px;
    text-align: center;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-size: 24px;
}

@media screen and (max-width: 1400px){
  .navbar-dark .navbar-nav .nav-link {
      font-size: 20px;
  }
}

@media screen and (max-width: 1250px){
  a.navbar-brand img {
    width: 300px !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
  }
  .datacv .detail-box {
    text-align: center;
    padding: 35px 25px 0px 110px;
  }
}

@media screen and (max-width: 991px){
  .column {
    float: left;
    width: 100% !important;
  }
  .colum iframe{
    height: 500px !important;
  }

}


@media screen and (max-width: 767px){
  #wrap.img-box {
    width: 100% !important;
  }
  .controlscroll {
    max-height: inherit !important;
    overflow-y: inherit !important;
  }
  .basic-2{
    padding-bottom: 0px !important;
  }
  .about_section .detail-box {
    text-align: center;
    padding: 35px 40px;
  }
  iframe {
      height: 300px;
  }
  .about_section .img-box img {
    width: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .btn-solid-lg {
    padding: 1.3rem 5rem !important;
  }
  .brand_box {
    width: inherit !important;
  }
  .header {
      padding-top: 2rem !important;
      padding-bottom: 4rem !important;
  }
  .btn-solid-lg {
    padding: 1.3rem 5rem;
  }
  .footer {
    padding-top: 1.75rem !important;
    padding-bottom: 3rem !important;
  }
  .element-apoyo.background .text-container {
    padding: 4rem 1rem !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 22px !important;
  }
}

@media screen and (max-width: 490px){
  a.navbar-brand img {
    width: 200px !important;
  }  
  .btn-solid-lg {
      font-size: 17px !important;
      padding: 0.8rem 1rem !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .container-fluid.text-center.py-5.my-5 {
    padding: 10px !important;
  }
  .about_section .detail-box {
    text-align: center;
    padding: 15px 10px;
  }
  .about_section .detail-box .heading_container hr {
    display: none;
  }
  .about_section .img-box img {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .media-body h4 {
    font-size: 17px !important;
    line-height: 20px;
  }
  .basic-2 h2 {
    margin-bottom: 1.75rem !important;
  }
  section.about_section.py-5.my-5 {
    margin: 0 !important;
  }
  .header h1 {
    font-size: 30px;
    line-height: 28px;
  }
  .header {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .header .counter-number {
    width: 4.5rem !important;
    height: 4.5rem !important;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem;
    padding-top: 1rem !important;
    font-size: 1.5rem !important;
    line-height: 1rem !important;
  }
  .header .p-large {
      margin-bottom: 0.5rem !important;
      font-size: 16px;
      line-height: 20px;
  }
  .form-1 {
      padding-top: 3rem !important;
      padding-bottom: 3.25rem !important;
  }

}