
/*
	Theme Name: AGROM.
	Created : May 13 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. FILTER GALLERY
    24. MASONRY GRID
    25. LOADER
		
*/ 

/*###############################
  ---------- 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{
    text-rendering: optimizeSpeed;
    background-color: #FFF;
	font-size: 15px;
font-family: 'Poppins', sans-serif;
color: #8c8c8c;
line-height: 1.7;
overflow-x: hidden;
font-weight: 400;
}
li {
    list-style: none;
}
html {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
}

/*####################################
  ---------- 2. TYPOGRAPHY. ----------
  ###################################*/
h1, h2, h3, h4, h5, h6{
    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;
    text-transform: uppercase;
}

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;
   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;
  opacity: 1;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255, 255, 255);
}
.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: 1rem 0rem 0.1rem;
    background-color: #F7FAFA;
    margin: 0rem;
}

.inner-color-2{
    padding: 1rem 0rem;
    background-color: #EEC344;
    margin: 0rem;
    height: 270px;
    position: relative;
}

section{
    overflow-x: hidden;
    position: relative;
}

/*####################################
  ---------- 5. NAV SECTION ----------
  ####################################*/
.main-nav{
    position: relative;
    z-index: 4;
    margin-top: 20px;
}

.main-nav .container-fluid{
    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: 15px;
  font-weight: 500;
  letter-spacing:1.5px;
  color: #fff;
}

.nav-link:hover {
  color: #FFF;
}

.nav-link:focus {
  text-decoration: none;
    color: #FFF;
}

.nav-item{
    margin: 0px;
}

.logo-brand{
  width: 150px;
  transition: 0.5s;
  position: relative;
  margin-top: -20px;
}

.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: #FAFCFC;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #eff5f5;
  border-radius: 4px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Poppins', sans-serif;
  color: #595959;
  font-weight: 1.5px;
  font-size: 15px;
  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: #eff5f5;
}

.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;
}

/*#########################################
  ---------- 6. CAROUSEL SECTION ----------
  #########################################*/
.main-slider{
    height: 900px;
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.carousel-item {
  height: 900px;
  min-height: 350px;
  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: 40px;
  height: 4px;
  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;
}


.carousel-indicators .active {
  opacity: 1;
    background-color: #EEC344;
}

/*#######################################
  ---------- 7. FOOTER SECTION ----------
  #######################################*/

footer{
    height: auto;
    width: 100%;
    background: #fff;
}

footer .container{
    margin: 2rem auto 3rem;;
}

footer h2{
    font-weight: 600;
	font-size: 0.85rem;
color: #262626;
}

.footer-col p{
    margin-bottom: 0px;
}

.footer-col p.copyright{
    font-size: 13px;
    margin-top: 15px;
}

.footer-logo{
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img{
    width: 100%;
}

.location, .newsletter-box{
    margin-top: 20px;
}

.location p{
    line-height: 1.5;
    margin-bottom: 15px;
}

.newsletter-box {
	margin: 15px 0px 15px 0px;
}

.newsletter-box p{
    margin-bottom: 20px;
}

.newsletter-box form {
  	display: flex;
  	align-items: center;
}

.newsletter-box .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-box .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;  
}

p.cursive{
	font-style: italic;
    font-size: 13px;
}

.footer-center-col, .footer-col-right{
    margin-top: 40px;
}

/*########################################
  ---------- 8. CONTACT SECTION ----------
  ########################################*/
.home-contact{
    position: relative;
    padding: 0px;
    margin-bottom: 0rem;
	margin-top:0;
}
textarea.form-control {
    height: 120px;
}
.contact-info{
    padding: 4.5rem;
    background-color: #46866C;
    height: 600px;
}

.home-contact .col-lg-6{
    padding: 0px;
}

.contact-info h2{
    margin-bottom: 1.5rem;
    color: #FFF;
}

.contact-info h4{
    font-size: 0.80rem;
    color: #FFF;
}

.contact-info p{
    margin-bottom: 0px;
    color: #EEC344;
}

.block-address, .block-phone, .block-email{
    margin: 1rem 0rem;
}

.address-icon, .phone-icon, .email-icon{
    float: left;
    margin-right: 15px;
    width: 40px;
}

.address-icon img{
    width: 100%;
}

.phone-icon img{
    width: 100%;
}

.email-icon img{
    width: 100%;
}

.inner-info h4{
    margin-bottom: 0px;
    font-weight: 500;
}

.inner-info p{
    font-size: 14px;
    color: #FFF;
}

.social-networks{
    margin-top: 2rem;
}

.networks-list{
    display: inline-block;
    margin-right: 10px;
}

.networks-list .fab{
    font-size: 18px;
    color: #FFF;
    transition: 0.3s;
}

.networks-list .fab:hover{
    color: #EEC344;
}

.form-box{
    background: #FFF;
    max-width: 450px;
    height: auto;
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;  
}

.customize {
    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: #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: 3px 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;
}

.contact-btn p{
    margin-bottom: 0rem;
}

.with-errors{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.alert-success {
  color: #FFF;
  background-color: #E63946;
  border-color: #E63946;
  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;
}

.map-iframe{
    width: 100%;
    height: 600px;
    border: none;
}

/*########################################
  ---------- 9. TEMPLATE PAGES  ----------
  #########################################*/
.sections{
    background-image: url("../img/images/pages-bg.jpg");
    height: 450px; 
    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;
}

.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"); 
}

.blogs-background{
   background-image: url("../img/images/blogs-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.jpg"); 
}

.sections .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 30px;
	width: 44%;
    color: #FFF;
}
.pages-title a{
	color: #FFF;
}
.pages-title span{
    font-weight: 700;
    font-size: 2.5rem;
}

.pages-title h1{
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 5px;
}

.pages-title p{
    color: #FFF;
}

hr.divider{
    margin: 2rem 0rem;
}

.section-title{
    width: 50%;
    margin-bottom: 1.7rem;
    border-left: solid 4px #EEC344;

}

.section-title h2{
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}

.section-title p{
    line-height: 1.8;
    margin-left: 20px;
}

.section-title span{
    font-weight: 700;
}

/*###################################
  ---------- 10. ABOUT PAGE----------
  ###################################*/
figure.about-pic img{
    width: 100%;
}

.about-service-icon{
    width: 60px;
    float: left;
    margin: 0px 15px 20px 0px !important;
}

.about-service-icon img{
    width: 100%;
}

.inner-service-bar h3{
    margin-bottom: 5px;
}

.inner-service-bar .caption p{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.front-thumb{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.from-thumb-pic img{
    width: 100%;
}

.thumb-caption{
    padding: 30px 15px;
}

.thumb-caption h4{
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.thumb-caption p{
    text-align: center;
    margin-bottom: 15px;
}

.btn-box p{
    margin-bottom: 0px;
}

.btn-more-box{
    margin-top: 1rem;
}

.mission-thumb img{
    width: 100%;
}

.vision-thumb img{
    width: 100%;
}

.about-col .caption{
    padding-top: 20px;
}

.signature{
    width: 180px;
    margin-top: 1rem !important;
}

.signature img{
    width: 100%;
}

.partners-logo img{
    width: 100%;
}

/*#####################################
  ---------- 11. TEAM SECTION ----------
  #####################################*/
.slider .slide{
    margin: 0px 10px;
    cursor: pointer;
}

.member-headshot img{
    width: 100%;
}

.team-caption{
    text-align: center;
    padding: 30px 0px 0px;
}

.team-caption h3{
    margin-bottom: 5px;
    transition: 0.3s;
}

.team-caption p{
    color: #46866C;
    margin-bottom: 0px;
}

.team-caption:hover h4{
    color: #E63946;
}

.team-caption p{
    margin-bottom: 0px;
}

.image-hover figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	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);
}

.member-social{
    height: 30px;
    margin-top: -40px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.social-items{
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s;
    text-align: center;
}

.icon-fa{
    display:inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    background: #EEC344;
    transition: 0.3s;
}

.icon-fa:hover{
    color: #FFF;
    background: #46866C;
}

.slick-dots li {
  display: none;

}

/*####################################
  ---------- 12. ERROR PAGE ----------
  ####################################*/
.error-page-bg{
   background-image: url("../img/images/404-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 ----------
  #######################################*/
.box-services{
    border: solid 3px #EEC344;
    padding: 30px;
    margin: 0rem 0rem 0.80rem;
}

.service-icon{
    width: 60px;
}

.service-icon img{
    width: 100%;
}

.box-services h3{
    margin: 15px 0px 10px;
}

.box-services p{
    line-height: 1.7;
}

.wide-section-bg{ 
    background-image: url("../img/images/img4.jpg");
    height: 500px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wide-section-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #EEC344, #000);
    opacity: .4;
}

.wide-section-box{
    width: 80%;
    padding: 10px;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 240px;
}

.wide-section-info{
    height: 500px;
    padding: 3rem;
}

.section-hide{
    display: none;
}

.wide-section-box h2{
    font-weight: 400;
    text-transform: uppercase;
}

.wide-section-box span{
    font-weight: 700;
}

.wide-section-box p{
    margin-bottom: 10px;
}

.inner-wide-section{
    margin: 1.5rem 0rem;
    height: 70px;
}

.inner-wide-section .circle-icon{
    background-color: #EEC344;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: 15px;
}

.icon-center{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.icon-center img{
    width: 100%;
}

.inner-wide-section .caption{
    padding-top: 10px;
}

.inner-wide-section .caption h4{
    margin-bottom: 5px;
}

.inner-wide-section .caption p{
    line-height: 1.5;
    margin-bottom: 0px;
}

/*##################################
  ---------- 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;
}

/*######################################
  ---------- 15. CONTACT PAGE ----------
  ######################################*/
.contact-box .section-title{
    width: 100%;
}

.map-wide{
    margin: 0px;
}

.map-iframe-2{
    width: 100%;
    height: 500px;
    border: none;
}

.span-contact{
    clear: both;
    margin-bottom: 1rem;
}

.span-contact p{
    padding-top: 1px;
}

.contact-icon{
    float: left;
    margin-right: 10px;
}

.contact-icon .fas{
    font-size: 1.3rem;
    color: #46866C;
}

.with-errors{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: red;
}

.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;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

/*#######################################
  ---------- 16. BLOG CLASSIC -----------
  #######################################*/

.post-list{
    background-color: #FFF;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    height: auto;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    padding-bottom: 5px;
}

figure.post-preview{
    position: relative;
}

.post-preview img{
    width: 100%;
}

.post-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #EEC344;
}

figure.post-preview:hover .post-overlay {
  opacity: 0.4;
}

.post-caption{
    padding: 30px 25px;
}

.post-caption h3{
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.post-caption p{
    line-height: 1.7;
}

.post-caption a {
	color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.post-caption a:hover {
	color: #EEC344;
    text-decoration: none;
}

hr.posts{
    margin: 20px auto !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-post{
    clear: both;
    height: 60px;
}

.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;
}

aside h2{
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

aside h2:after {
	background: #EEC344;
	content: '';
	display: block;
	height: 3px;
	margin: 15px 0px;
	width: 60px;
}

aside .widget li{
    position: relative;
    display: block;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #516163;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.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;
}

aside .widget:hover .fa{
    color: #FFF;
}

aside .widget a {
	color: #516163;
    text-decoration: none;
    transition: 0.6s;
}

aside .widget 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;
}

/*#######################################
  ---------- 17. BLOG SINGLE ------------
  #######################################*/
.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;
}

blockquote{
    display:inline-block;
	width:100%;
    background: #fff;
    padding: 30px 20px 30px 45px;
    margin-bottom: 1.5rem;
	margin-top: 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-media img{
    width: 100%;
}

.product-info p{
    margin-bottom: 1rem;
}

.product-info h2{
    text-transform: uppercase;
}

/*##########################################
  ---------- 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 .section-title{
    width: 100%;
}

.product-caption{
    margin-top: 1.5rem;
}

.product-caption p{
    margin-bottom: 1rem;
}

.product-caption span{
    font-weight: 700;
    border: none;
}

.product-caption h2{
    margin-bottom: 0.7rem;
}

.box-values{
    padding: 30px;
    margin: 0.80rem 0rem;
    background-color: #FFF;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.box-values .service-icon{
    width: 60px;
}

.box-values .service-icon img{
    width: 100%;
}

.box-values h3{
    margin: 15px 0px 10px;
}

.box-values p{
    line-height: 1.7;
}

/*#########################################
  ---------- 20. COUNTER SECTION ----------
  #########################################*/
.wheat-bg{
    width: 280px;
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: 0.2;
}

.wheat-bg img{
    width: 100%;
}

.inner-counter{
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.last-box-counter{
    border: none;
}

.counter-statistics .counter{
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #46866C;
    text-align: center;
}

.counter-statistics h5{
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: #516163;
    font-weight: 400;
}

/*#######################################
  ---------- 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 ----------
  ########################################*/
.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;
}


/* -------------------------------- 

xtab-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.svg") 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%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  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: 50px 1% 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;
  }  
}



/*#################################
  ---------- 25. LOADER -----------
  #################################*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

* {
  margin: 0;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.square {
  background: #46866C;
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  -webkit-animation: enter 6s infinite;
  animation: enter 6s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2ss;
  animation-delay: 1.2ss;
  background: #EEC344;
}

.square:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.clear {
  clear: both;
}

.last {
  margin-right: 0;
}

/* 15. blog */
.widget-title {
    margin-bottom: 30px;
}
.blog-deatails-box02 .bsingle__content {
    padding: 50px 0 0;
	border:none;
	box-shadow: none !important;
}
.bsingle__content .text-box{
	display:inline-block;
	width:100%;
}
.blog-deatails-box02 .tag-sticky-2 .bsingle__content{
	padding: 50px;
}
.widget_media_image img{
width: 100%;
height: auto;
}
#wp-comment-cookies-consent {
    float: left;
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}
.blog-thumb img {
	width: 100%;
}
.blog-content {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}
.b-meta ul li {
	display: inline-block;
	margin-right: 5px;
  text-transform: uppercase;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.b-meta ul li.corpo a{color: #EEC344;}
.b-meta ul li a:hover {color: #EEC344;}
.blog-content h4 {
	font-size: 19px;
	margin-bottom: -10px;
	line-height: 1.3;
}
.blog-content h4:hover a{color: #EEC344;}
.blog-btn {
	background: #f4f4fe;
	color: #252525;
}
.blog-btn:hover{color: #fff;background: #EEC344;}
.blog-content p {
	margin-bottom: 25px;
}

.single-post:hover .blog-btn{color: #fff;background: #EEC344;}
.single-post.active {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post.active .blog-btn{color: #fff;background: #EEC344;}


.bsingle__post .video-p {
  	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #EEC344;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}
.bsingle__content {
	background-color: #FFF;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
height: auto;
border-radius: 5px;
margin-bottom: 1.5rem;
padding: 30px 25px;
}
.bsingle__content .meta-info ul {
	margin-bottom: 7px;
	padding-left: 0;
}
.blog-deatails-box02 .bsingle__content .meta-info ul {
	margin-bottom: 0;
	padding-left: 0;
}
.bsingle__content .meta-info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 0px;
}
.bsingle__content .meta-info ul li a {
	color: #516163;
	text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
	margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
	color: #EEC344;
}
.bsingle__content .meta-info ul li i {
	margin-right: 5px;
}
.bsingle__content h3 {
	color: #333;
font-size: 0.95rem;
font-weight: 600;
line-height: 1.5;
}
.bsingle__content a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
.bsingle__content a:hover {
    color: #EEC344;
    text-decoration: none;
}
.bsingle__content h2:hover a {
	color: #EEC344;
}

.bsingle__content .blog__btn .btn {
	background: #EEC344;
	color: #fff; 
	border: 2px solid #EEC344;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;	
}
.bsingle__content .blog__btn .btn::before {
  content: none;
}
.bsingle__content .blog__btn .btn:hover {
	 background: transparent;
	color: #252525;
}
.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
	margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
	margin-bottom: 0;
}


.sidebar-widget .widget table{
	width:100%;
	padding:10px;
	background:#f5f5f5;
}
.sidebar-widget .widget th
{
	background:rgba(0,0,0,.125);
	padding:10px 5px;
	text-align:center;
	color: #252525;
}
.sidebar-widget .widget td
{
	padding:5px;
	text-align:center;
}
.sidebar-widget .widget {
	overflow: hidden;
	margin-bottom:40px;
}
.sidebar-widget .widget li {
    padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	line-height: 30px;
}

.sidebar-widget .widgettitle,.sidebar-widget .widget-title{
	text-align:left;

}
.sidebar-widget .widget .gallery-icon a:hover
{
	padding-left:0;
}
.tags {
    border-bottom: 1px solid #eaeaea;
	/*float:left;*/
	width:100%;
	display: inline-block;
}
.search-form {
  	position: relative;
}
.search-form input {
	background: #e9ecef;
	border: none;
	width: 100%;
	padding: 18px 30px;
}
.search-form input::placeholder {
	font-size: 12px;
	color: #8f8bb8;
}
.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #EEC344;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
	width: 88px;
}
.sidebar-widget .widget .widget_archive,.widget_categories,.sidebar-widget .widget_archive{
	text-align:right;
}
.sidebar-widget .widget .widget_archive,.sidebar-widget .widget_categories a,.sidebar-widget .widget_archive a{
	float:left;
	height: 30px;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-insta-post li a {
    position: relative;
	display: block;
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #EEC344;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-social a {
	height: 40px;
	width: 40px !important;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid rgba(0,0,0,.125);
	color: #8f8bb8;
	margin: 0 3px;
	text-align: center !important;
}
.widget-social a:hover {
	background: #EEC344;
	color: #ffffff !important;
	border-color: #EEC344;
	padding: 0 !important;
}
.rpwwt-widget a{
	padding-left: 0 !important;
}
.rpwwt-widget li {

    line-height: 23px !important;

}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cat__list li:hover a {
	color: #EEC344;
}
.cat__list li a {
    font-size: 14px;
	color: #7886a0;
}
.cat__list li a span {
	float: right;
	display: block;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: 500;
}
.widget__post-content h6:hover a {
	color: #EEC344;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li:hover a {
	background: #EEC344;
	border-color: #EEC344;
	color: #ffffff;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #8f8bb8;
	padding: 9px 20px;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative;
}
.widget__banner-thumb img {
	width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	text-align: center;
}
.widget__banner-overly > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px;
}
.widget__banner-overly h3 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 129px;
	font-weight: 500;
}
.widget__banner-overly h3 span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color: #EEC344;
}
.widget__banner-overly .btn:hover {
	background: transparent;
	color: #fff;
}
.meta__info ul {
  	margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
	margin-right: 30px;
}
.meta__info ul li a {
	color: #7886a0;
	text-transform: capitalize;
}
.meta__info ul li a i {
	margin-right: 5px;
}
.meta__info ul li a:hover {
	color: #EEC344;
}
.meta__info ul li i {
	margin-right: 5px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
	font-weight: 500;
}
.details__content p {
  	margin-bottom: 18px;
}

cite {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
}
.post-categories li {
    display: none !important;
}
.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
  	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
	margin-right: 30px;
}
.post__tag h5 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post__tag ul li a {
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 7px 14px;
	font-weight: 500;
	display: inline-block;
	border-radius: 3px;
	color: #516163;
	margin-bottom: 10px;
}
.post__tag ul li a:hover {
	border-color: #EEC344;
	background: #EEC344;
	color: #ffffff;
}
.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
	color: #b5becc;
}
.post__share ul li a:hover {
	color: #EEC344;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;
	font-weight: 500;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.posts_navigation .prev-link h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: capitalize;
	height: 30px;
overflow: hidden;
}
.navigation.posts-navigation {
    display: none;
}
.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}
.posts_navigation .prev-link h4:hover a {
	color: #EEC344;
}
.posts_navigation .next-link span {
    font-size: 12px;
	margin-bottom: 15px;
	font-weight: 500;
	display: block;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
	height: 30px;
overflow: hidden;
}
.posts_navigation .next-link h4:hover a {
	color: #EEC344;
}
.related__post .post-title {
  	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.related-post-wrap .post-thumb img {
  	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 44px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
	color: #EEC344;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
	font-size: 14px;
}
.avatar__wrap {
	background: #f3f1ff;
	padding: 50px 80px;
	float:left;
	width:100%;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
	margin-bottom: 0;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 500;
}
.avatar__info-social {
  	margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color: #EEC344;
}
.comment-form-comment label{
	display:none;

}
.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single__comment.children {
 	margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
	margin-left: 20px;
}
.comment-text {
  	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: 500;
}
.comment-text .avatar-name h6 i
{
	display:none;
}
.comment-author-admin .avatar-name h6 i
{
	font-size: 12px;
	display:inline-block;
color: #cacfef;
margin-left: 20px;
}

.comment-text .avatar-name span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #EEC344;
}
.comment-text .avatar-name .comment-reply {
	float: right;
	display: inline-block;
	border: 2px solid #f4f4ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -23px;
}
.comment-text .avatar-name .comment-reply a{
	color: #7886a0;
}
.comment-text .avatar-name .comment-reply:hover a{
	color: #fff;
}
.comment-list {
    padding: 0;
	border-bottom: 1px solid #eaeaea;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 45px;
}
.comments-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment-author-admin{
    margin-left: 130px;
}
.comment-text .avatar-name .comment-reply:hover {
	border-color: #EEC344;
	background: #EEC344;
	color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
	margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
	margin-bottom: 0;
}
.screen-reader-text {
    display: none;
}
.comment-form {
	padding: 50px;
	margin-top:50px;
	margin-bottom:50px;
	background: #f5f5f5;
}
.comment-form .comment-field {
	position: relative;
	margin-bottom:15px;
}
.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment-form i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #EEC344;
	font-size: 14px;
}
.comment-form textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form textarea::placeholder {
	font-size: 14px;
	color: #000;
}
.comment-form textarea:focus {
	outline: 1px solid #EEC344;
}
.comment-form input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form input::placeholder {
	font-size: 14px;
	color: #000;
}
.comment-form input:focus {
	outline: 1px solid #EEC344;
}
.comment-form .submit {
	background: #EEC344;
	border: 2px solid #EEC344;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 0.375rem 0.75rem;
	margin-top:20px;
	font-weight: 500;
	width: auto;
}
.comment-form .submit::before{content: none;}
.comment-form .submit:hover {
	background: transparent;
	color: #252525;	
}
.bsingle__post-thumb img{
	width:100%;
	height:auto;
}
.blog-active button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}
/* 16. pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
}
.pagination .page-item a.page-link {
	border-radius: 50%;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #f8f8f8;
	color: #9fa7c5;
	font-size: 14px;
	border: none;
	font-weight: 500;
}
.pagination .page-item:hover a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination .page-item.active a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
	background: #EEC344;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #46866C;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #EEC344;
}
/* 21. Menu Theme dropdown default css */
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #EEC344;
}
.navbar-brand.logo-black img {
    width: 90%;
}
.main-menu .has-sub > ul {
display:none;
position: absolute;
background-color: #ffff;
min-width: 200px;
z-index: 1;
transition: all 0.3s ease-in-out;
margin-top: 15px;
border-radius: 4px;
}
.main-menu .has-sub li a{
	color:#595959;
	font-size: 15px;
	padding: 10px;
}
.main-menu .has-sub li:last-child {

    border: none;

}
.main-menu .has-sub li {
margin-left: 0 !important;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;

}

.main-menu .has-sub a:hover{
	color:#EEC344;
}
.main-menu .has-sub:hover > ul { display:block; margin-top: 0px;}
.main-menu .has-sub > ul > .has-sub > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 200px;
z-index: 1;
padding: 0;
margin-left: -205px;
margin-top: 0;
top: 0px;
border-radius: 4px;
}
.main-menu .has-sub > ul > .has-sub:hover > ul{display: block;}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 200px;
z-index: 1;
padding: 0;
margin-left: 205px;
margin-top: 0;
top: -3px;
border-radius: 4px;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {display: block;}

.main-menu a {
  transition-duration: 0.4s;
  display: inline-block;
  padding: 0.5rem .5rem;
  margin: 0px 5px 0px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing:1.5px;
  color: #fff;
}

.main-menu a:hover {
  color: #FFF;
}

.main-menu a:focus {
  text-decoration: none;
    color: #FFF;
}

/* 22. Theme sidebar widge css */
.sidebar-widget a{
	color:#7886a0;
}
.tag-cloud-link {
    font-size: 14px !important;
	border: 2px solid rgba(0,0,0,.125);
	padding: 10px 19px !important;
	display: inline-block;
	margin: 10px 4px;
	text-transform: capitalize;
	float: none !important;
	width: auto !important;
}
.tag-cloud-link:hover {
     border: 2px solid #EEC344;
	 color:#6a6a6a;
}
.widget_text img{
	width:100%;
	height:auto;
}
.sidebar-widget select{
	width:100%;
	padding:10px;
	border: 2px solid rgba(0,0,0,.125);
}
.recentcomments a{
 color:#EEC344;
}
.sidebar-widget a.rsswidget{
 color:#EEC344;
}
#wp-calendar caption {
    color: #EEC344;
    font-weight: 500;
    font-size: 14px;
}
.quote-post{
	background: url(../images/quote_bg.png);
}
.widget_media_image a:hover {
    padding-left: 0 !important;
}
.sidebar-widget .widget li .children {

    border-top: 1px solid rgba(0,0,0,.125);
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;

}
.sidebar-widget .widget li.page_item_has_children,
 {
    padding-bottom: 0;
}
.sidebar-widget .widget .children{
	padding-left:15px;
}

.sidebar-widget .widget .children ul.children{
	padding-left:30px;
}
.sidebar-widget .page_item_has_children li {

    padding-top: 10px;
    display: block;

}
.sidebar-widget .widget .children li {
    padding-top: 10px;
}
.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}
.sidebar-widget .widget li:last-child,.sidebar-widget .widget .children li:last-child,.sidebar-widget .widget .children .children li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.sticky .bsingle__content,.tag-sticky-2{

background: #e9ecef;

}
.sticky .bsingle__content ul li {

    margin-bottom: 15px;
    list-style: disc;
    margin-left: 10px;

}

#attachment_907 {
    width: 100% !important;
}
.wp-image-907 {
    width: 100% !important;
	height: auto;
}
.sidebar-widget .widget a{
width:85%;
text-align:left;
}
.sidebar-widget .widget a:hover {
    color: #EEC344;
	padding-left:10px;
}
.sidebar-widget .widget .widget_archive li:hover,.widget_categories li:hover,.sidebar-widget .widget_archive li:hover{
	  color: #EEC344;
}
.post-password-form input[type="password"]{
    background: #e9ecef;
    border: none;
    width: 300px;
    padding: 10px 30px;
}
.post-password-form input[type="submit"] {
   border: none;
background: #EEC344;
padding: 10px 30px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
    background: #EEC344;
}
.wp-block-cover__video-background {
    width: 100%;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}
video {
    width: 100%;
}
.sidebar-widget .widget_text a:hover{
	padding-left:0;
}
.dsnone
{
	display:none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image figure.alignright {
    margin-left: 1.5em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image img {
    max-width: 100%;
}

.wp-block-galler {
    overflow: hidden;
	display:inline-block;
    position: relative;
	width:100%;
}
.blocks-gallery-item {
    margin: 0;
    position: relative;
}
.blocks-gallery-item img, .blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}
.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255,255,255,.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
	opacity: 0;
}
.blocks-gallery-item:hover  figcaption {
	opacity: 1;
}
.wp-block-gallery.columns-3 li
{
	width: 33.333%;
padding: 10px;
height: 200px;
}
.wp-block-gallery.columns-2 li
{
	width: 50%;
padding: 10px;
}
.wp-block-gallery {
    width: 100%;
    float: left;
	margin-bottom:30px;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}
.bsingle__content .alignright {
    float: right;
	  margin-left: 1.5em;
}
.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
	  margin-left: 1.5em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
figure.aligncenter {

    width: 100% !important;
    text-align: center;
	float:left;
}
.aligncenter {
	margin:auto;
	display: inherit;
}
.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#comments {
    float: left;
    width: 100%;
}
.bsingle__content ul,.pages-content ul{
	padding-left:10px;
}
.comment-text ul{
	padding-left:20px;
}
.bsingle__content ul li,.comment-text ul li,.pages-content ul li {
    list-style: disc;
}
 .bsingle__content table th ,.bsingle__content table td,.comment-text table th ,.comment-text table td,.pages-content table th,.pages-content table td{
   border: 1px solid rgba(0,0,0,.125);
padding: 10px;
}
 .bsingle__content table,.comment-text  table,.pages-content table  {
    margin-bottom: 20px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}
 .bsingle__content ol {
    padding: 0 0 0 1.5em;
}
.bsingle__content ol li,.comment-text ol li,.pages-content ol li{
    list-style: decimal;
}
.bsingle__content figure {
    margin: 0 0 1rem;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}
.wp-block-cover-text {
    color: #fff;
    padding: 30px;
}
.tag-template img {
    width: auto !important;
}
.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-body a {

    margin-top: 30px;
    margin-bottom: 100px;

}
.tag-markup-2 li > ul, li > ol, .pages-content li > ul, li > ol {
    padding-left: 1.5em;
}
.tag-markup-2 ul li,.tag-markup-2 ol li,.comment-text ul li,.comment-text ol li,.pages-content ul li,.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}
.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}
.bsingle__content ul ul li, .pages-content ul ul li,.comment-text ul ul li {
  list-style: circle;
}

footer #wp-calendar caption
{
  color:#fff;
}
ol {
    padding-left: 15px;
}
iframe {
    width: 100%;
    height: auto;
}

.comment-list li {

    margin-bottom: 30px;

}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #EEC344;
    color: #fff !important;
    width: auto;
	border-radius: 5px;
	text-align:center;
}
.wp-block-button.aligncenter .wp-block-button__link {

    width: 50%;
    display: block;
    margin: auto;

}
.wp-block-button.is-style-outline .wp-block-button__link {

    background: none;
    border: 2px solid #EEC344;
    color: #EEC344 !important;

}

.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius: 0;
}
.has-2-columns,.has-3-columns,.has-5-columns,.has-6-columns
{
	float:left;
	width:100%;
}
.has-2-columns .wp-block-column {
float:left;
width:50%;
padding-right: 20px;
}
.has-3-columns .wp-block-column {
float:left;
width:33.333%;
padding-right: 20px;
}
.has-5-columns .wp-block-column {
float:left;
width:20%;
padding-right: 20px;
}
.has-4-columns .wp-block-column {
float:left;
width:25%;
padding-right: 20px;
}
.has-6-columns .wp-block-column {
float:left;
width:16.66666666666667%;
padding-right: 20px;
}
.wp-block-media-text.alignwide figure {

    float: left;
    width: 50%;
    margin-right: 20px;

}
 .wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
	color: #252525;
}
.wp-block-media-text__content {

    float: left;
    width: 47%;
    padding-top: 0;

}
.wp-block-columns.alignwide.has-3-columns blockquote{
	margin-top:0;
	padding-left: 20px;
}
.columns-3.is-cropped li {
    list-style: none;
    float: left;
    width: 33.333%;
}
.wp-block-gallery.alignleft.columns-2.is-cropped li {

    float: left;
    list-style: none;

}
.wp-block-gallery.alignwide.columns-4.is-cropped li {

    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;

}
.wp-block-gallery.columns-6.is-cropped li {

    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;

}
.wp-block-gallery.columns-7.is-cropped li {

    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
	min-height: 150px;

}
.wp-block-gallery.columns-8.is-cropped li {

    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;

}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.footer-widget .widgettitle,.footer-widget .cat-item,.footer-widget .widget ul li{
	text-align:left;
}
.footer-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    line-height: 30px;
}
.footer-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.footer-widget .widgettitle {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.footer-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(0,0,0,.125);
}
.blog-deatails-box.single .single {
    display: none;
}
.redux-footer h2
{
	margin-top: 0px;
}
.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: rgba(0,0,0,.125);
    padding: 10px 5px;
    text-align: center;
    color: #252525;
}

.bsingle__content h1,.bsingle__content h2,.bsingle__content h3,.bsingle__content h4,.bsingle__content h5,.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}
.pages-content h1,.pages-content h2,.pages-content h3,.pages-content h4,.pages-content h5,.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}
.comment-list h1,.comment-list h2,.comment-list h3,.comment-list h4,.comment-list h5,.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}
.inner-linke-page a {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	background: #46866C;
	border-radius: 50%;
	color: #fff;
	 font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.inner-linke-page a:hover {
	color: #ffffff;
	background: #EEC344;
}

.inner-linke-page > span {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
    background: #EEC344;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
pre {
	padding: 30px;
    background: #e9ecef;
}
pre cite {
    color: #000;
}
.inner-linke-page {
    margin-bottom: 50px;
}
.attachment-agroma-featured-large {
    width: 100%;
    height: auto;
}
.quote-post {
    min-height: 200px;
}
.gallery-columns-4{
	float:left;
	width:100%;
}
.gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
	position:relative;
	overflow:hidden;
}
.gallery-columns-4 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-4 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-3{
	float:left;
	width:100%;
}
.gallery-columns-3 img{
	width:100%;
	height:auto;
}
.gallery-columns-3 .gallery-item {
    float: left;
    width: 33.333%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-3 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-3 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-2{
	float:left;
	width:100%;
}
.gallery-columns-2 img{
	width:100%;
	height:auto;
}
.gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-2 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-2 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-5{
	float:left;
	width:100%;
}
.gallery-columns-5 img{
	width:100%;
	height:auto;
}
.gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-5 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-5 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-6{
	float:left;
	width:100%;
}
.gallery-columns-6 img{
	width:100%;
	height:auto;
}
.gallery-columns-6 .gallery-item {
    float: left;
    width: 16.666%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-6 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-6 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-7{
	float:left;
	width:100%;
}
.gallery-columns-7 img{
	width:100%;
	height:auto;
}
.gallery-columns-7 .gallery-item {
    float: left;
    width: 14.282%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-7 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-7 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-8{
	float:left;
	width:100%;
}
.gallery-columns-8 img{
	width:100%;
	height:auto;
}
.gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-8 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-8 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.gallery-columns-9{
	float:left;
	width:100%;
}
.gallery-columns-9 img{
	width:100%;
	height:auto;
}
.gallery-columns-9 .gallery-item {
    float: left;
    width: 11.111%;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
.gallery-columns-9 .gallery-item figcaption{
	position:absolute;
	bottom:-100;
	
}
.gallery-columns-9 .gallery-item:hover figcaption{
	bottom:0;
	background:#fff;
}
.rpwwt-post-title {
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    height: 50px;
    overflow: hidden;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.carousel-indicators {
    bottom: 30px;
}
/* Here's the new CSS to add... */

.admin-bar .menu-area {
    margin-top: 36px;
}
.admin-bar .second-header {
    margin-bottom: -70px;
}
.admin-bar .sticky-menu {
  top: 32px;
  margin-top:0;
}

.form-box span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    width: 234px;
}
.form-box .wpcf7-response-output {
    margin: 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
	padding:15px;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
	padding:15px;
}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
    margin: 0 15px;
	padding-bottom: 15px;
    cursor: pointer;
    outline: none;
    color: #000a2d;
    font-weight: 500;
    position: relative;
}
.button-group button:hover {
    color: #46866C;
}
.button-group button.active{
	background: transparent;
	color: #46866C;
	box-shadow: inset 0 -2px 0 #46866C;
}
