@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,400,600,700,800');
@import url('normalize.css');

/*
	Theme Name: agrazo.
	Created : July 18 2019
	Version: 1.0

*/


/* ========================================================================== */


/* ========================================================================== */


/* [Table of contents] */


/* ========================================================================== */


/* ========================================================================== */


/*	

   1. RESET
	2. TYPOGRAPHY
	3. BUTTOMS
	4. SPACE AND ALIGMENT
    5. NAV SECTION
    6. CAROUSEL SECTION
    7. FOOTER SECTION
    8. CONTACT SECTION
    9. TEMPLATE PAGES
    10. ABOUT PAGE
    11. TEAM SECTION
    12. ERROR PAGE
    13. SERVICES PAGE
    14. FAQ PAGE
    15. CONTACT PAGE
    16. BLOG CLASSIC
    17. BLOG SINGLE
    18. PRODUCTS PAGE
    19. PRODUCTS DETAILS
    20. COUNTER SECTION
    21. SCROLLING TOP
    22. IMAGE GALLERY
    23. LOADER
    24. TIMELINE
    25. COUNTER
    26. YOUTUBE POPUP
    27. MODAL POPUP
    28. PULSE BUTTON
    29. TESTIMONIALS
    30. GALLERY
		
*/


/*###############################
  ---------- 1. RESET. ----------
  ###############################*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    background-color: #FFF;
}

html {
    font-size: 24px;
    font-weight: 100;
    line-height: 1.5;
}


/*####################################
  ---------- 2. TYPOGRAPHY. ----------
  ###################################*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #323B3C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
    font-size: 1.602rem;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 1.424rem;
    font-weight: 600;
    color: #262626;
}

h3,
.h3 {
    font-size: 0.90rem;
    color: #262626;
}

h4,
.h4 {
    font-size: 0.85rem;
    color: #262626;
    margin-bottom: 5px;
}

h5,
.h5 {
    font-size: 0.70rem;
    color: #46866C;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 0.889rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #262626;
}

p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    /* line-height: 2; */
    line-height: 1.5;
    margin-bottom: 0px;
}

a {
    color: #262626;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #EEC344;
    text-decoration: none;
}


/*#################################
  ---------- 3. BUTTONS. ----------
  #################################*/

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-custom {
    color: #EEC344;
    transition: 0.9s;
    padding: 0.3rem 1.125rem;
    font-size: 0.60rem;
    background: transparent;
    border: solid 2px #EEC344;
}

.btn-custom:hover {
    color: #FFF;
    background: #EEC344;
}

.btn-custom:focus,
.btn-custom.focus {
    box-shadow: none;
}

.btn-custom.disabled,
.btn-custom:disabled {
    color: #fff;
    background-color: #e9b416;
    border-color: #e9b416;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: none;
    border-color: none;
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
    box-shadow: none;
}

a.btn-hover-corner {
    display: inline-block;
    text-decoration: none;
    color: #EEC344;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding: 0.5rem 2.5rem;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

a.btn-hover-corner:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #EEC344;
    border-left: 2px solid #EEC344;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease;
}

a.btn-hover-corner:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-top: 2px solid #EEC344;
    border-right: 2px solid #EEC344;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease;
}

a.btn-hover-corner:hover:before,
a.btn-hover-corner:hover:after {
    width: 1rem;
    height: 1rem;
}

.btn-tags {
    color: #516163;
    transition: 0.6s;
    padding: 0.2rem 0.7875rem;
    font-size: 14px;
    background: #f0f5f5;
    border-radius: 0px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.btn-tags:hover {
    color: #FFF;
    background-color: #0A178F;
}

.btn-tags:focus,
.btn-tags.focus {
    box-shadow: none;
}

.btn-tags.disabled,
.btn-tags:disabled {
    color: #fff;
    background-color: #e9b416;
    border-color: #e9b416;
}


/*############################################
  ---------- 4. SPACE AND ALIGMENT. ----------
  ############################################*/

.container,
.container-fluid {
    margin: 3rem auto;
}

.inner-color {
    padding: 0.3rem 0rem 0.8rem;
    background-color: #F7FAFA;
    margin: 0rem;
}

section {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}


/*####################################
  ---------- 5. NAV SECTION ----------
  ####################################*/

.main-nav {
    position: relative;
    z-index: 4;
    margin-top: 20px;
}

.main-nav .container {
    height: 60px;
    background: transparent;
    margin: 0px auto;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.affix .container-fluid {
    margin-top: 0px;
}

.affix.navbar .nav-item>a,
.affix.navbar .navbar-brand {
    color: #fff;
}

.navbar-expand-lg {
    padding: 7px 0px;
}

.nav-link {
    transition-duration: 0.4s;
    display: block;
    padding: 0.5rem 3rem;
    margin: 0px 5px 0px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.nav-link:hover {
    color: #FFF;
}

.nav-link:focus {
    text-decoration: none;
    color: #FFF;
}

.nav-item {
    margin: 0px;
}

.logo-brand {
    /* width: 180px; */
    width: 230px;
    transition: 0.5s;
    position: relative;
}

.logo-brand img {
    width: 100%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #333;
    border-radius: 4px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    transition: 0.4s;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    transition: 0.3s;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #EEC344;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu .divider-top {
    display: none;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eff5f5;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #595959;
}

.dropdown-toggle::after {
    display: none;
}

.caret-drop {
    position: relative;
    color: #FFF;
    margin-left: 5px;
    transition: 0.3s;
}

.nav-link:hover .caret-drop {
    text-decoration: none;
    color: #EEC344;
}

.nav-link:focus .caret-drop {
    text-decoration: none;
    color: #EEC344;
}

.caret-drop:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
    background-image: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-toggler:active {
    text-decoration: none;
    color: #ddd;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0px;
    height: 90px;
}


/*#########################################
  ---------- 6. CAROUSEL SECTION ----------
  #########################################*/

.main-slider {
    height: 650px;
    margin-top: -80px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.carousel-item {
    height: 650px;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.3;
}

.carousel-caption {
    position: absolute;
    top: 38%;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
    font-weight: 400;
}

.carousel-caption span {
    font-weight: 700;
    text-transform: uppercase;
}

.display-4 {
    color: #FFF;
    font-size: 2.5rem;
    line-height: 1.2;
}

.lead {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("../img/master/left-arrow.svg");
}

.carousel-control-next-icon {
    background-image: url("../img/master/right-arrow.svg");
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #EEC344;
}


/*#######################################
  ---------- 7. FOOTER SECTION ----------
  #######################################*/

footer {
    background-color: #333;
    padding: 15px 0px 50px 0px;
}

footer .container {
    margin: 2rem auto 3rem;
    ;
}

.footer-logo {
    width: 150px;
}

.footer-logo img {
    width: 100%;
}

.footer-info {
    margin-top: 20px;
}

.footer-info p {
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 10px;
}

.footer-col {
    padding-top: 40px;
}

footer h4 {
    color: #EEC344;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer-nav {
    padding-right: 50px;
}

.footer-nav-left {
    float: left;
}

.footer-nav-right {
    float: right;
}

.footer-nav ul li {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    list-style-type: none;
}

.footer-nav ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-right: 10px;
    color: #FFF;
}

.footer-nav ul li a {
    color: #FFF;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter .input {
    width: 70%;
    height: 38px;
    background: #F7FAFA;
    border: none;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.newsletter .button {
    width: 30%;
    height: 38px;
    background-color: #EEC344;
    border: none;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.newsletter p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #FFF;
}

p.cursive {
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
    color: #b3b3b3;
}

footer hr.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 30px auto;
}

.copytight {
    float: left;
}

.copytight p {
    color: #FFF;
    font-size: 14px;
}

.social-footer {
    float: right;
    margin-top: 0px;
}

.social-items {
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s;
}

.icon-fa {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    background: transparent;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
    transition: 0.3s;
}

.icon-fa:hover {
    background-color: #EEC344;
    color: #FFF;
}


/*########################################
  ---------- 8. CONTACT SECTION ----------
  ########################################*/

.contact-box {
    padding: 0px 40px;
}

.contact-icon {
    width: 60px;
    margin: auto auto 10px;
}

.contact-icon img {
    width: 100%;
}

.contact-box {
    text-align: center;
}

.map-wide {
    margin: 0px;
    z-index: 1;
    position: relative;
}

.map-iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin: 0px;
}

.contact-form {
    max-width: 700px;
    background-color: #FFF;
    margin: -300px auto auto;
    z-index: 2;
    position: relative;
    padding: 50px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.customize-contact {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: none;
    border-bottom: solid #DDD 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px 0px;
    transition: 0.6s;
    border-radius: 0px;
}

.customize-contact::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize-contact:focus {
    color: #495057;
    background-color: #FFF;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-bottom: solid #eec445 2px;
}

.with-errors {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.alert-success {
    color: #FFF;
    background-color: #EEC344;
    border-color: #EEC344;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.close {
    float: right;
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

.submit-btn p {
    text-align: center;
    margin-top: 10px;
}


/*########################################
  ---------- 9. TEMPLATE PAGES  ----------
  #########################################*/

.sections {
    background-image: url("../img/images/about-bg.jpg");
    height: 550px;
    /* height: 550px; */
    margin-top: -80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.2;
}

.about-background {
    background-image: url("../img/images/AGB-About-us-min.jpg");
}

.dss-background {
    background-image: url("../img/images/AGB-decision-min.jpg");
}

.agri-connect-background {
    background-image: url("../img/images/AGB-connect-min.jpg");
}

.cluster-background {
    background-image: url("../img/images/AGB-clustor-management-min.jpg");
}

.actionable-intelligence-background {
    background-image: url("../img/images/AGB-actionable-intelligence-min.jpg");
}

.trace-background {
    background-image: url("../img/images/AGB-Traceability-min.jpg");
}

.services-background {
    background-image: url("../img/images/services-bg.jpg");
}

.gallery-background {
    background-image: url("../img/images/gallery-bg.jpg");
}

.faq-background {
    background-image: url("../img/images/faq-bg.jpg");
}

.products-background {
    background-image: url("../img/images/product-bg.jpg");
}

.products-details-background {
    background-image: url("../img/images/product-details-bg.jpg");
}

.blog-grid-background {
    background-image: url("../img/images/blog-grid-bg.jpg");
}

.blog-single-background {
    background-image: url("../img/images/blog-single-bg.html");
}

.sections .container {
    margin: 0px auto;
}

.pages-title {
    position: absolute;
    bottom: 40px;
    color: #FFF;
}

.pages-title span {
    font-weight: 700;
    font-size: 2.5rem;
}

.pages-title h1 {
    font-size: 1rem;
    color: #FFF;
    font-weight: 300;
    margin-bottom: 5px;
}

.breadcrumb {
    background: transparent;
    padding: 0px;
    position: relative;
}

.breadcrumb li {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
}

.breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 2;
    margin: 0 0.80rem;
}

.breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.breadcrumb li.current {
    margin-top: 2px;
}

hr.divider {
    margin: 2rem 0rem;
}

.section-title {
    width: 50%;
    margin: auto auto 1.7rem;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 5px;
    font-weight: 400;
}

.section-title p {
    line-height: 1.8;
}

.section-title span {
    font-weight: 700;
}

.customer-logos .slide {
    padding: 0px 15px 10px;
}


/*###################################
  ---------- 10. ABOUT PAGE----------
  ###################################*/

.about-us h2 {
    text-transform: uppercase;
    font-weight: 300;
}

.about-us span {
    font-weight: 700;
}

.about-us p {
    margin-bottom: 1rem;
}

.about-pic img {
    width: 100%;
}

.partners-logo img {
    width: 100%;
}


/*#####################################
  ---------- 11. TEAM SECTION ----------
  #####################################*/

.team-grid {
    padding: 0px;
    cursor: pointer;
}

.team-avatar {
    position: relative;
}

.team-avatar img {
    width: 100%;
}

.team-caption {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    transition: .5s ease;
}

.team-caption h3 {
    text-align: center;
    color: #FFF;
    margin-bottom: 0px;
}

.team-caption p {
    color: #FFF;
}

.team-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    transition: .5s ease;
    background-color: #000;
    z-index: 1;
}

.team-grid:hover .team-overlay {
    opacity: 0.5;
    background-color: #46866C;
}

.team-grid:hover .team-caption {
    bottom: 25px;
}


/*####################################
  ---------- 12. ERROR PAGE ----------
  ####################################*/

.error-page-bg {
    background-image: url("../img/images/error-page-bg.jpg");
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-page-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.4;
}

.error-page .container {
    margin: 0px auto;
}

.error-page .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.error-page .middle .error-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 6rem;
    color: #FFF;
}

.error-page .middle h4 {
    color: #EEC344;
    margin-top: -20px;
    font-weight: 400;
}

.error-page .middle p {
    color: #FFF;
}


/*#######################################
  ---------- 13. SERVICES PAGE ----------
  #######################################*/

.services-box {
    text-align: center;
}

.services-icon {
    width: 60px;
    margin: auto auto 20px;
}

.services-icon img {
    width: 100%;
}

.desktop-view {
    margin-top: 2rem;
}

.why-us-pic img {
    width: 100%;
}

.why-us span {
    font-weight: 400;
}

.why-us h2 {
    font-weight: 700;
}

.why-us p {
    margin-bottom: 1rem;
}


/*##################################
  ---------- 14. FAQ PAGE ----------
  ##################################*/

.accordion {
    border-top: 1px solid #d9e5e8;
}

.accordion-side {
    padding-right: 40px;
}

.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style-type: none;
}

.accordion li p {
    display: none;
    padding: 10px 20px;
    color: #516163;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.accordion a {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    user-select: none;
}

.accordion li a.active {
    color: #EEC344;
}

.accordion a.hover {
    color: #EEC344;
}

.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #EEC344;
    border-bottom: 1px solid #EEC344;
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #EEC344;
    border-bottom: 1px solid #EEC344;
}


/*#######################################
  ---------- 16. BLOG CLASSIC -----------
  #######################################*/

.blog-thumbnail {
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    cursor: pointer;
}

.blog-preview img {
    width: 100%;
}

.ct-post-preview {
    position: relative;
}

.post-date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #EEC445;
    text-align: center;
    padding: 20px;
}

.post-date p {
    margin-bottom: 0px;
    line-height: 0.8;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.post-date span {
    font-weight: 400;
    font-size: 15px;
}

.blog-caption {
    padding: 30px 30px 40px;
}

.blog-caption h3 {
    line-height: 1.6;
    font-weight: 600;
    transition: 0.3s;
}

.blog-caption h5 {
    text-transform: uppercase;
}

.blog-thumbnail:hover .blog-caption h3 {
    color: #EEC445;
}

.image-hover figure {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

.image-hover figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-effects figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

aside h3 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

aside h3:after {
    background: #EEC344;
    content: '';
    display: block;
    height: 3px;
    margin: 15px 0px;
    width: 60px;
}

.aside-list-group,
.aside-related-posts {
    margin-bottom: 2rem;
    clear: both;
}

.aside-list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.50rem 0rem;
    margin-bottom: -1px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #516163;
}

.aside-list-group .list-group-item .badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    font-family: 'Poppins', sans-serif;
    background: #46866C;
    color: #FFF;
    font-weight: 400;
}

.badge .fa {
    color: #EEC344;
    transition: 0.6s;
}

.list-group-item:hover .fa {
    color: #FFF;
}

.aside-list-group .list-group-item a {
    color: #516163;
    text-decoration: none;
    transition: 0.6s;
}

.aside-list-group .list-group-item a:hover {
    color: #EEC344;
    text-decoration: none;
}

.media-list {
    margin-top: 1.3rem;
    clear: both;
    height: 80px;
}

.media-thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}

.media-thumb img {
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.media-post h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
}

.tags-btn {
    display: inline-block;
    margin-right: 5px;
}

.media-post a {
    color: #516163;
    text-decoration: none;
    transition: 0.6s;
}

.media-post a:hover {
    color: #EEC344;
    text-decoration: none;
}

.blogs-pagination {
    margin-top: 2.5rem;
}

.site-pagination {
    margin-top: 1rem;
}

.site-pagination .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0rem;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.site-pagination .page-link:hover {
    z-index: 2;
    color: #46866C;
    text-decoration: none;
    background-color: #F0F5F5;
    border-color: #F0F5F5;
}

.site-pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link .fas {
    font-size: 18px;
}

.site-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #46866C;
    border-color: #46866C;
    border-radius: 0.25rem;
}

p.load-more {
    text-align: center;
}


/*#######################################
  ---------- 17. BLOG SINGLE ------------
  #######################################*/

.post-preview img {
    width: 100%;
}

.single-post-caption {
    padding: 30px 0px;
}

.post-single a {
    color: #333;
    text-decoration: none;
    transition: 0.6s;
}

.post-single a:hover {
    color: #EEC344;
    text-decoration: none;
}

.single-post-caption h2 {
    line-height: 1.3;
    margin-bottom: 1rem;
}

.single-post-caption p {
    line-height: 2;
    margin-bottom: 1rem;
}

.single-post-details {
    height: 40px;
    margin-bottom: 1rem;
}

.single-post-details .author-avatar {
    width: 40px;
    height: 40px;
}

.single-post-details .author-avatar img {
    width: 100%
}

.single-post-details .about-author {
    padding: 2px;
}

.single-post-details .author-name {
    font-size: 15px;
    margin-bottom: 0px;
}

.single-post-social {
    float: right;
}

.single-post-social .social-share {
    margin-right: 13px;
}

.single-post-social .button {
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #EEC344;
}

.single-post-social .back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.post-views,
.social-share {
    display: inline-block;
    margin-right: 5px;
}

.post-comments {
    display: inline-block;
}

.single-post-social .fas {
    color: #EEC344;
    font-size: 15px;
}

.single-post-social .far {
    color: #EEC344;
    font-size: 15px;
}

.post-author {
    float: left;
    width: 80%;
    height: 60px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.author-avatar img {
    width: 100%;
    border-radius: 50%;
}

.about-author {
    padding: 8px;
}

.about-author h4 {
    font-size: 0.80rem;
    margin-bottom: 0px;
    font-weight: 500;
}

.about-author p {
    font-size: 13px;
}

blockquote {
    display: block;
    background: #fff;
    padding: 30px 20px 30px 45px;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 15px;
    line-height: 2;
    color: #516163;
    border-left: 10px solid #EEC344;
    border-right: 2px solid #EEC344;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #EEC344;
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 1.5;
}

blockquote::after {
    content: "";
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #EEC344;
}

blockquote a:hover {
    color: #666;
}

blockquote em {
    font-style: italic;
}

.related-posts h2:after {
    background: #ED213A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    content: '';
    display: block;
    height: 3px;
    margin: 15px 0px 30px;
    width: 80px;
}

.comments h3 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.user-avatar {
    width: 90px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.user-avatar img {
    width: 100%;
    border-radius: 50%;
}

.comment-details h4 {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2px;
}

p.comment-date {
    font-size: 14px;
    color: #9dadaf;
    margin-bottom: 2px;
}

p.comment {
    line-height: 1.7;
    margin-bottom: 10px;
}

.comment-interaction .fas {
    color: #46866C;
    transition: 0.6s;
}

.vote-up,
.vote-down,
.replay-box {
    display: inline-block;
    margin-right: 8px;
}

.replay-box .fas {
    font-size: 19px;
}

hr.comments {
    margin: 20px auto 30px;
}

.comment-interaction .replay-box:hover .fas {
    color: #EEC344;
}

.comment-interaction .vote-up:hover .fas {
    color: #EEC344;
}

.comment-interaction .vote-down:hover .fas {
    color: #EEC344;
}

.comment-form {
    clear: both;
    margin-top: 1.5rem;
}

.comment-form h3 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.customize {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f5f5;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.customize::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize:focus {
    color: #495057;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.btn-comments {
    margin-top: 1rem;
}

.btn-comments a {
    color: #EEC344;
    text-decoration: none;
    transition: 0.6s;
}

.btn-comments a:hover {
    color: #FFF;
    text-decoration: none;
}


/*#######################################
  ---------- 18. PRODUCTS PAGE ----------
  #######################################*/

.product-preview {
    padding: 0px;
}

.product-preview img {
    width: 100%;
}

.product-icon {
    width: 60px;
    margin: auto auto 15px;
}

.product-icon img {
    width: 100%;
}

.product-caption {
    background: #F7FAFA;
    padding: 6% 2%;
    text-align: center;
}

.product-caption h3 {
    font-weight: 600;
}


/*##########################################
  ---------- 19. PRODUCTS DETAILS ----------
  ##########################################*/

aside.left .list-group-item {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.inner-service-block {
    margin-bottom: 30px;
}

aside.left .list-group-item .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: none
}

aside.left .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    margin-bottom: 10px;
    background-color: #F7FAFA;
    border: none;
    border-left: solid 3px #EEC344;
    border-radius: 0px;
    transition: 0.5s;
}

aside.left .list-group-item:hover {
    background-color: #EEC344;
}

aside.left .list-group-item:hover a:link {
    color: #FFF;
}

aside.left .list-group-item a:link {
    text-decoration: none;
    color: #333;
}

aside.left .list-group-item a:visited {
    text-decoration: none;
    color: #333;
}

aside.left .list-group-item a:hover {
    text-decoration: none;
    color: #FFF;
}

aside.left .list-group-item a:active {
    text-decoration: none;
    color: #EEC344;
}

aside.left .list-group-item:hover a {
    color: #FFF;
}

aside.left .list-group-item .fas {
    color: #EEC344;
}

aside.left .list-group-item:hover .fas {
    color: #FFF;
}

.product-details p {
    margin-bottom: 1rem;
}

.product-info {
    margin-top: 1.5rem;
}

.product-info p {
    margin-bottom: 1rem;
}

.product-info span {
    font-weight: 700;
    border: none;
}

.product-info h2 {
    margin-bottom: 0.7rem;
}

.product-media img {
    width: 100%;
}


/*#######################################
  ---------- 21. SCROLLING TOP ----------
  #######################################*/

@media only screen and (min-width: 1024px) {
    main p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(238, 195, 68, 1) url(../img/master/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    z-index: 4;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #FB5607;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/*########################################
  ---------- 22. MAGNIFIC POPUP ----------
  ########################################*/

.magnific-img {
    width: 100%;
    height: 100%;
}

.magnific-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    z-index: 0;
    position: relative;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.magnific-img .image-popup-vertical-fit img a:link {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
}

.mfp-figure button.mfp-close {
    cursor: pointer;
}

.popup-gallery a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-figure figure {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}


/*#################################
  ---------- 23. LOADER -----------
  #################################*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background-color: #F2F2F2;
}

#loader {
    animation: animate 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

@keyframes animate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(220deg)
    }
}

#loader:after {
    animation: animate2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}

@keyframes animate2 {
    0% {
        box-shadow: inset #46866C 0 0 0 17px;
        transform: rotate(-140deg);
    }
    50% {
        box-shadow: inset #BB9011 0 0 0 2px;
    }
    100% {
        box-shadow: inset #46866C 0 0 0 17px;
        transform: rotate(140deg);
    }
}


/*###################################
  ---------- 24. TIMELINE -----------
  ###################################*/

.farm-bg {
    background-image: url("../img/images/farm-bg.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cd-h-timeline {
    background: transparent;
}

.js .cd-h-timeline__container {
    width: 100%;
}

.js .cd-h-timeline__event-content {
    width: 100%;
}

.cd-h-timeline__events {
    margin-top: -60px;
}

.js .cd-h-timeline__event-title {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.js .cd-h-timeline__date {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.js .cd-h-timeline__event-date {
    font-family: 'Poppins', sans-serif;
}


/*#################################
  ---------- 25. COUNTER -----------
  #################################*/

.counter-icon {
    width: 70px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.counter-icon img {
    width: 100%;
}

.counter-statistics .counter {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.counter-statistics h5 {
    margin-top: -10px;
}

.counter-statistics p {
    color: #8c8c8c;
    line-height: 1;
    margin-top: -5px;
}


/*########################################
  ---------- 26. YOUTUBE POPUP -----------
  ########################################*/

.popup-youtube .video-image {
    position: relative;
    display: inline-block;
}

.popup-youtube .video-image img {
    width: 100%
}

.popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(../img/master/play-button.html) center center no-repeat;
}

.popup-youtube .video-image img a:link {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:visited {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:hover {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:active {
    text-decoration: none;
    color: #FFF;
}


/*#####################################
  ---------- 27. MODAL POPUP -----------
  #####################################*/

.modal-box {
    text-align: center;
}

.modal-box p {
    margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content {
    background: #FFF;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 10px 20px 10px 20px;
}

.close {
    color: #000;
}

@media (min-width: 992px) {
    .modal-md {
        width: 600px;
    }
}


/*#######################################
  ---------- 28. PULSE BUTTON -----------
  #######################################*/

.pulse-button {
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(30, 148, 48, 0.7);
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../img/master/play-arrow.png) center center no-repeat;
    /* background-color: #46866C; */
    background-color: #EEC344;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.organic-pulsing-video .popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: none;
}


/*#######################################
  ---------- 29. TESTIMONIALS -----------
  #######################################*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-carousel {
    padding-top: 2rem;
}

.testimonial {
    margin: auto;
    color: #010446;
    text-align: center;
    position: relative;
    padding: 0px 40px;
    cursor: pointer;
}

.testimonial .testimonial-content {
    line-height: 30px;
    width: 70%;
    margin: auto auto 10px;
}

.testimonial .testimonial-content p {
    color: #FFF;
}

.testimonial .client-avatar {
    width: 80px;
    height: 80px;
    margin: auto;
}

.testimonial .client-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-author {
    margin: 20px 0px 10px;
}

.testimonial .testimonial-author h3 {
    margin-bottom: 0px;
    color: #FFF;
}

.testimonial .testimonial-author p {
    color: #f2f2f2;
}

.owl-theme .owl-controls .owl-page span {
    height: 15px !important;
    width: 15px !important;
    background-color: #FFF !important;
    opacity: 0.8;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #46866C !important;
}

.testimonial-section {
    background-image: url("../img/images/testimonial-section.jpg");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials-container {
    height: auto;
    background: #46866C;
    position: absolute;
    right: 0;
    width: 60%;
    float: right;
    bottom: -60px;
    padding: 2.5rem 2rem;
}

.testimonials-container .panel-title {
    margin-bottom: 20px;
    border-left: solid 4px #EEC344;
}

.testimonials-container .panel-title h2 {
    color: #FFF;
    margin-left: 20px;
}

.testimonials-container .panel-title h5 {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 2px;
}

.testimonial-section .owl-carousel {
    margin-top: -1.5rem;
    width: 80%;
}

.testimonial-section .testimonial {
    margin: auto;
    position: relative;
    padding: 0px 40px;
    cursor: pointer;
}

.testimonial-section .customer-testimonial {
    margin: auto;
}

.testimonial-section .customer-testimonial p {
    font-size: 16px;
    font-style: italic;
    color: #FFF;
    text-align: left;
}

.testimonial-section .customer-testimonial {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: italic;
    font-family: 'Sanchez', serif;
}

.testimonial-section .customer-testimonial:before {
    content: '\201C';
    position: absolute;
    top: 1.5rem;
    left: -0.30em;
    color: #58a787;
    font-size: 6rem;
    z-index: -1;
}

.testimonial-section .customer-info {
    margin-top: 20px;
}

.testimonial-section .customer-info .caption {
    padding: 15px 0px;
}

.testimonial-section .customer-info .caption h4 {
    text-align: left;
    color: #FFF;
}

.testimonial-section .customer-info .caption h5 {
    font-size: 13px;
    text-align: left;
    color: #FFF;
}

.testimonial-section .customer-avatar {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.testimonial-section .customer-avatar img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-section .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    margin-top: -2.5rem;
    margin-right: 2rem;
}

.testimonial-section .owl-theme .owl-controls .owl-page span {
    height: 12px !important;
    width: 12px !important;
    background-color: #FFFF !important;
    opacity: 0.8;
    border-radius: 50%;
}

.testimonial-section .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #F5DD96 !important;
}


/*##################################
  ---------- 30. GALLERY -----------
  ##################################*/

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

.cd-header h1 {
    color: #ffffff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px;
    }
    .cd-header h1 {
        line-height: 180px;
    }
}

.cd-main-content {
    position: relative;
}

.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    top: 0;
    left: 0;
    width: 100%;
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
}


/* ----- TAB FILTER ----- */

.cd-tab-filter-wrapper {
    z-index: 1;
}

.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
}

.cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.html") no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: inset 0 -2px 0 #41307c;
}

.cd-tab-filter li {
    display: none;
}

.cd-tab-filter li:first-child {
    /* this way the placehodler is alway visible */
    display: block;
}

.cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding-left: 14px;
}

.cd-tab-filter a.selected {
    background: #41307c;
    color: #ffffff;
}

.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
    display: block;
}

.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .4;
}

@media only screen and (min-width: 350px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }
    .cd-tab-filter::after {
        /* hide the arrow */
        display: none;
    }
    .cd-tab-filter ul {
        background: transparent;
        position: static;
        box-shadow: none;
        text-align: center;
    }
    .cd-tab-filter li {
        display: inline-block;
    }
    .cd-tab-filter li.placeholder {
        display: none !important;
    }
    .cd-tab-filter a {
        display: inline-block;
        padding: 0 0.5em;
        width: auto;
        color: #8c8c8c;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .no-touch .cd-tab-filter a:hover {
        color: #41307c;
    }
    .cd-tab-filter a.selected {
        background: transparent;
        color: #46866C;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #46866C;
    }
    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}


/* ----- GALLERY ----- */

.cd-gallery {
    width: 100%;
}

.cd-gallery::-webkit-scrollbar {
    display: none;
}

.cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
}

.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.cd-gallery img {
    display: block;
    width: 100%;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 40px 3%;
    }
    .cd-gallery ul {
        text-align: justify;
    }
    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-gallery li {
        width: 48%;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-gallery {
        padding: 30px 0px 0px;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-gallery li {
        width: 49%;
    }
    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}

@media (max-width:576px) {
    .cd-tab-filter a {
        padding: 0 0.4em;
        font-size: 14px;
    }
}