@font-face {
    font-family: 'calibri';
    src: url('./fonts/7theb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Progress bar */
#bar {
  background: rgb(254, 209, 54);
  height: 4px;
  max-width: 100%;
  width: 0;
}

/* Slider */

#main-slider .slider-inner .title {
  font-family: "Calibri";
  font-size: 5em;
  text-shadow: 3px 6px 10px rgb(16, 16, 16);
  margin-top: 200px;
}

#main-slider .slider-inner p {
	color:#212F3C;
  /* color: rgb(255, 255, 255); */
  font-family: "calibri";
  font-size: 1.2em;
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
  text-transform: none;
}
.banner1 {
	color:#FFFFFF !important;
  background: #00000057;
  padding: 10px;
}
.banner2 {
	color:#006064 !important;
  background: #ffffff61;
  padding: 10px;
}
.btn-find-out-more {
  color : rgb(254, 209, 54);
  background: white;
  text-shadow: 2px 2px #00000063;
}
/*Put the icons inside a circle*/
.circle {
  width: 40px; /* Adjust size */
  padding: 7px;
  height: 40px; /* Should match width */
  border-radius: 50%; /* Makes the image circular */  
  object-fit: cover; /* Ensures the image fills the circle */
  border: 1px solid #000; /* Add a border with desired color and thickness */

  filter: opacity(0.8); /* Adjust brightness to make it gray */

}


.bilog1 {
	background-image: url("../images/garlic.jpg");
	height:50px;
}
#main-slider .slider-inner .sub-title {
 /*  color: rgb(255, 255, 255); */

  font-family: "Arial";
  font-size: 2.8em;
  font-weight: bold;
  text-shadow: 3px 3px 5px rgb(16, 16, 16);
  text-transform: none;
}

#main-slider .carousel-content.services-slide {
  position: absolute;
  top: 450px;
  width: 100%;
}

#main-slider .carousel-content.services-slide .sub-title {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  margin-top: 0;
  padding: 20px;
}

#main-slider .onlineshop-slide .services-slide .sub-title {
  text-align: left;
  padding-left: 40px;
  line-height: 50px;
}

#main-slider .onlineshop-slide .carousel-content.services-slide {
  right: 0;
  text-align: left;
  top: 100px;
  width: 39%;
}

#main-slider .website-slide .services-slide .sub-title {
  text-align: right;
  padding: 40px;
  padding-right: 40px;
}

#main-slider .website-slide .carousel-content.services-slide {
  left: 10px;
  text-align: right !important;
  top: 150px;
  width: 55%;
}

#main-slider .website-slide .slider-inner .btn {
  font-size: 20px;
  padding: 13px 25px;
  border-radius: 0;
}

#main-slider .inventory-slide .carousel-content.services-slide .sub-title {
  padding: 40px;
  text-align: right;
  padding-right: 200px;
}

#main-slider .slider-inner .services-slide .sub-title .btn.btn-primary {
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
}

#main-slider .inventory-slide .slider-inner .services-slide .sub-title .btn.btn-primary {
  margin-top: 0;
}



/* Header */
.navbar-header {
  width: 25%;
}

.navbar.navbar-default .navbar-brand {
  padding: 5px;
}

.navbar-brand > img {
  transition: all 0.1s ease 0s;
  /* width: 180px; */
}

.top-nav-collapse .navbar-brand > img {
  transition: all 0.1s ease 0s;
  width: 160px;
}

.scroll.active {
  border-bottom: 3px solid rgb(254, 209, 54);
}

#main-menu.top-nav-collapse {
  box-shadow: 1px 0 5px rgb(51, 51, 51);
}

#main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: 0 solid rgb(255, 108, 0);
  color: rgb(254, 209, 54);
}

#main-slider .slider-inner .btn.btn-primary:hover {
  background: rgb(254, 209, 54) none repeat scroll 0 0;
}

#main-slider .slider-inner .btn.btn-primary {
  padding: 15px 35px;
}

#main-slider .slider-inner .btn {
  border: 2px solid rgb(254, 209, 54);
  border-radius: 10px;
}

/* Services */
#services {
  padding: 150px 0;
}

.section-header .section-title::before {
  background: rgb(254, 209, 54);
}

.section-header .section-title::after {
  background: rgb(254, 209, 54);
}

/* Portfolio */
#portfolio {
  padding: 100px 0;
}

#portfolio .projects-col {
  padding: 0 10px;
}

#portfolio .projects-col > span > img {
  box-shadow: 3px 6px 10px rgb(102, 102, 102);
}

#portfolio .projects-col .project-box {
  background-color: rgb(227, 227, 227);
  box-shadow: 2px 5px 7px rgba(149, 149, 149, 0.8);
  padding: 60px 15px 15px;
  position: relative;
  top: -55px;
}

#portfolio .projects-col .text-muted {
  font-size: 0.9em;
  line-height: 20px;
}

#portfolio .projects-col .project-box {
  height: 360px;
}

#portfolio .projects-col .view-more-btn {
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(255, 255, 255);
  bottom: 15px;
  color: rgb(255, 255, 255);
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translateX(-50%);
}

#portfolio .projects-col .fa-stack.fa-4x {
  background: #042552;
  border: 3px solid;
  border-radius: 50%;
  box-shadow: 3px 6px 10px rgb(102, 102, 102);
  color: #fff;
  z-index: 9;
}


/* Banner */
#animated-number {
  padding: 50px 0 60px;
}

.text-primary {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0);
}

.company-history {
  margin-top: 60px;
  text-align: center;
}

.history-btn {
  border: 2px solid #3C3C3C;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  background: rgb(254, 209, 54);
  color: #3C3C3C;
  font-weight: bold;
}

#animated-number h3 {
  margin-top: 5px;
  margin-bottom: 3px;
}

.icon-banner {
  text-align: center;
}

/*Clients*/

section.client {
  padding: 0;
  background-color: #fff;
}

.bx-controls {
  position: relative;
}

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.slide > img {
  cursor: pointer;
  height: 170px;
  padding: 0 20px;
}

.slide > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.slide > img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.client .section-header {
  margin-bottom: 20px;
}

/* Get In Touch */

#get-in-touch {
  background-image: url("https://demo.mageewp.com/meris/wp-content/themes/meris/images/background-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  color: rgb(69, 69, 69);
  padding: 150px 0;
  background-color: #E4E4E4;
}

#get-in-touch .btn.btn-primary {
  border: 2px solid rgb(60, 60, 60);
  border-radius: 4px;
  color: rgb(60, 60, 60);
  font-family: "Roboto-medium";
  font-size: 18px;
  padding: 8px 40px;
  width: 100%;
}

.btn.btn-primary {
  background: rgb(254, 209, 54) none repeat scroll 0 0;
  border-color: rgb(254, 209, 54);
  border-radius: 25px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .history-btn:hover, .history-btn:focus {
  background: #EDC41C;
}

.address > i, .address > span {
  display: inline-block;
}

.address > .fa, .address > p > .fa {
  border: 1px solid;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.address.address-location {
  border-bottom: 1px solid #D4AE28;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}

.address-social .fa {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
}

.address.address-location span {
  font-size: 0.9em;
}
/* Footer */

#footer {
  background: #1E1E1E;
  color: rgb(255, 255, 255);
  padding-bottom: 30px;
  padding-top: 45px;
}

#footer a {
  color: rgb(254, 209, 54);
}

.terms-of-use {
  text-align: right;
}

.footer-logo {
  width: 10%;
}
@media (min-width: 990px) and (max-width: 1200px) {
    #portfolio .projects-col .project-box {
      height: 410px;
    }
}
/* Landscape Tablet */
@media (min-width: 768px) and (max-width: 990px) {
    #portfolio .projects-col .project-box {
      height: 250px;
    }
}

/* Desktop & Laptop */
@media (min-width: 1024px) and (max-width: 10000px) {

}

/* Landscape Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* Portrait Tablet */
@media (min-width: 480px) and (max-width: 768px) {

.section-header {
  margin-bottom: 20px;
}

/* Navbar */
.navbar-header {
  width: auto;
}

.navbar.navbar-default .navbar-brand {
  padding: 17px;
}

/* Banner */
#animated-number {
  text-align: center;
}

.section-header {
  margin-bottom: 0px;
}

#animated-number .icon-banner {
  margin-top: 30px;
}

/* Portfolio */
#portfolio .projects-col .project-box {
  height: auto;
  padding: 65px 20px;
}

/* Contact */
#main-contact-form {
  margin-bottom: 20px;
}

/* Footer */
#footer {
  text-align: center;
}

.terms-of-use {
  text-align: center;
}

.footer-logo {
  width: 35px;
  padding: 5px 0;
}
}

/* Phone */
@media (min-width: 1px) and (max-width: 480px) {

.section-header {
  margin-bottom: 20px;
}

.section-header .section-title {
  font-size: 30px;
}

/*Navbar*/
.navbar-header {
  width: auto;
}

.navbar-brand {
  float: none;
}

.navbar-brand > img {
  padding-left: 20px;
  transition: all 0.1s ease 0s;
  width: 180px;
}

.top-nav-collapse .navbar-brand > img {
  transition: all 0.1s ease 0s;
  width: 160px;
}

/* Slider */
#main-slider .slider-inner .sub-title {
  font-size: 2.0em;
  margin-top: 130px;
}

#main-slider .slider-inner .title {
  font-size: 2.7em;
  margin-top: 180px;
}

#main-slider .slider-inner p {
  font-size: 1.0em;
}

#main-slider .slider-inner .btn.btn-primary {
  padding: 15px 25px;
  font-size: 16px;
}

#main-slider .inventory-slide .carousel-content.services-slide .sub-title {
  padding-right: 40px;
  text-align: center;
}

#main-slider .website-slide .carousel-content.services-slide,
#main-slider .onlineshop-slide .carousel-content.services-slide {
  width: 100%;
  text-align: center;
}

/* Banner */
#animated-number {
  text-align: center;
}

#animated-number .icon-banner {
  margin-top: 30px;
}

/* Portfolio */
#portfolio .projects-col .project-box {
  height: auto;
  padding: 65px 20px;
}

/* Contact */
#main-contact-form {
  margin-bottom: 20px;
}

/* Footer */
#footer {
  text-align: center;
}

.terms-of-use {
  text-align: center;
}
}