


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
	--font-default: 'Plus Jakarta Sans';
	--font-heading: 'Plus Jakarta Sans';
	--font-optional: 'Plus Jakarta Sans';
}

body,
html {
	font-family: var(--font-default) !important;
  color: #292525 !important;
}


.swiper-slide .content p ,.footer-bottom p{
    color: #fff !important;
}
.urane-loader-item{
  background-color: #046938 !important;
}
.bg-dark{
    background-color: #046938 !important;
}

.logo-title{ padding-top:15px; color:#58422b ;
    
}

.color-style-five a:hover {
  color:#046938 !important;
}

.item-flex li i{
    color: #faaf43 !important;
}

.navigation-circle.navigation-left-center .swiper-button-prev{

  background-color: #046938 !important;
}

.navigation-circle.navigation-left-center .swiper-button-next{
  background-color: #faaf43 !important;
}

.color-style-five .btn.btn-theme{
  background-color: #046938 !important;
}

.color-style-five .btn.btn-theme:hover{
  background-color: #faaf43 !important;
}
.btn.btn-light{
  background-color: #faaf43 !important;
  color: #FFF !important;
}
.btn.btn-light:hover{
  background-color: #046938 !important;
}

ul.list-style-two li{
  margin-top:10px !important;
  padding: 10px 20px !important;
}
h5 .text-date{ font-size:18px !important; font-style: italic !important;
}

.text-justify{
    text-align: justify !important;
}
ul.list-style-sevel{
    margin-bottom: 30px !important;
}
ul.list-style-sevel li{
   width: 100% !important;
}

.history-fun-facts .fun-fact .counter{
    font-size: 30px !important;
}

.color-style-five .history-fun-facts .icon{
    background: #faaf43 !important;
}
.history-fun-facts .icon{
    border: #046938;
}

.color-style-five .sub-title{
    color: #046938 !important;
}

.footer-bottom{
    background-color: #046938 !important;
}
.color-style-five .contact-one-list .top i{
    background: #046938 !important;
}

.color-style-five ul.list-style-sevel li::after{
    background-color: #046938 !important;
}

footer .contact ul li i{
    background-color: #faaf43 !important;
}

.short-quote{
    background-color: #046938 !important;
}
.color-style-five .sub-title1{
    color: #5b452e !important; 
    text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	align-items: center;
	font-size: 20px;
}

.title{ color:#046938 !important; }

.default-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
img.animate{
    box-shadow: 5px 10px 15px black;
}

.history-style-one-area .title{ color:#fff !important; }
 .color-style-five .history-style-one-area  .sub-title1{
    color: #fff !important;
}

.footer-one a:hover{
    color: #faaf43 !important;
} 

select {
  appearance: none;
  background-color: #f4f4f4;
  border: 1px solid #ccc !important;
  color: #333;
  cursor: pointer;
  width: 250px; /* Adjust width as needed */
}

.color-style-five .history-fun-facts::after {
	border-top: 1px solid #fff;
  top: 175px;
}

.fun-fact:hover .icon{
    background-color: #000 !important;
}
.fun-fact h5 ,.fun-fact .operator{
    color: #faaf43!important;
}
.fun-fact:hover h5,.fun-fact:hover .operator{
    color: #fff!important;
}

.color-style-five .blog-area.home-blog .blog-title a{
   background-image: linear-gradient(to right,#faaf43 0,#faaf43 100%) !important;
}


