/* Add here all your CSS customizations */

body {
    background-color: #FFF;
    color: #777;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

p {
    color: #333;
    line-height: 26px;
    margin: 0 0 20px;
	font-family: "Poppins";
	font-size: 16px;
}

@media (max-width: 991px) {
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    font-size: 16px! important;
}}

.header-top-custom .header-nav-top .nav > li > span, .header-top-custom .header-nav-top .nav > li a {
    color: #333 !important;
}

@media (min-width: 991px) {
.nav {
    float: right;
}}

.social-icons li.social-icons-facebook a {
    background: #b4d502;
}

.team .owl-carousel.nav-bottom .owl-nav .owl-next {
    color: #b4d502;
}

}
html .btn-primary {
    color: #ffffff;
    background-color: #b4d502;
    border-color: #b4d502 #b4d502 #748901 #748901! important;
}

th {
    font-size: 16px;
}

td, th {
    font-size: 16px;
}

html .btn-borders.btn-quaternary {
    background: #b4d502;
    border-color: #b4d502;
    color: #ffffff;
    text-shadow: none;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    width: 60px;
    height: 60px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #b4d502;
}

.team .owl-carousel.nav-bottom .owl-nav .owl-prev {
    color: #748901;
}

@media (min-width: 1200px){
.container {
    width: 1400px ! important;
}}
