/* globals */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Titillium+Web:wght@400");


body {
  font-family: proxima-nova,sans-serif;
  background: #fff;
  color: #000;
  min-height: 100vh;
  font-size:16px;

}
/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(90deg, #000C11 11%, #002D3E 61%)
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 5px;
	padding-left:10px;
}
.top-bar .text p {
    color: #fff;  
    margin: 0 0 0 5px;
	font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
    font-family:Verdana;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

/**********************************/
/********** Header ***********/
/**********************************/
.header {
  background: #fff;
  position: relative;
  max-width: 100vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  z-index: 1;
}
.header-image{
	margin-left:5%;
}
.header a {
   
    color: #3d3d3d;
    font-weight:550;
    font-size: 13px;
}

.header ul {
  list-style: none;
 

}
.logo {
  font-size: 2rem;
  
}
.menu-items {
  display: flex;
  align-items: center;
  margin-right:6%;
}
.menu-items li {
  padding: 0.2rem 1rem;
  transition: background 0.3s ease-in-out;

}
.menu-items li:hover {
  background-color: #40ba37;
  border-radius:30px;
}

/* dropdown */
.dropdown {
  position: relative;
}
.dropdown-menu,
.menu-right {
  position: absolute;
  background: #122331;
  width: 100%;
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.menu-right {
  top: 0;
  left: 110%;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dropdown:hover .dropdown-menu {
  top: 34px;
  opacity: 1;
  visibility: visible;
}
.dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

/* mega menu  */
.mega-menu {
  position: absolute;
  right: 0!important;
   left: 0!important;
  width: 100%;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.mega-menu .content {
  background: rgba(29,28,28,.85)!important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  margin-top:65px;
  padding-left:7%;
}
.blog .content {
  grid-template-columns: repeat(3, 1fr);
}
.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.9rem;
}
.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.content .col h2 {
  color: green;
  font-size: 15px;
  line-height: 3rem;
  font-weight: 600;
  margin-left:40px;
}
.content .col p {
  line-height: 1.2rem;
  font-family:Verdana;
}

.content .col .read-more {
  display: inline-block;
  padding-top: 1rem;
  color: #427dad;
  transition: color 0.3s ease;
}
.col .mega-links li,
.col .mega-links li a {
  
  color:white;

}
.menu-items li:hover .mega-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.content .col .read-more:hover {
  color: #ff652f;
}

/* section */
.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section h1 {
  font-family: "Times New Roman", serif;
  font-weight: 700;
  line-height: 6vw;
  color: #427dad;
  text-transform: uppercase;
}

/* NEW STUFFS */

/* nav menu button */
.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
.menu-btn__lines::before,
.menu-btn__lines::after {
  content: "";
  position: absolute;
}
.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: green;
  transition: all 0.5s ease-in-out;
}
.menu-btn__lines::before {
  transform: translateY(-0.5rem);
}
.menu-btn__lines::after {
  transform: translateY(0.5rem);

}
/* animation */
.menu-btn.open .menu-btn__lines {
  transform: translateX(2rem);
  background: green;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-1.5rem, 1.5rem);
  background: #ffffff;
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
  background: #ffffff;
}

/* MEDIA QUERY */
@media screen and (max-width: 970px) {
  .menu-btn {
    display: flex;
  }

  .header .menu-items {
    position: absolute;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 100%;
    right: 0;
    display: block;
    padding: 1rem;
    line-height: 3rem;
    overflow-y: auto;
    transform: translateY(-100vh);
    transition: transform 0.3s ease-out;
	
  }
  .menu-items.open {
    transform: translateY(0);
	background-color:#fff;
  }

  .menu-items li {
    margin: 15px 10px;
  }
  .menu-items li a {
    padding: 0 1rem;
    display: block;
    font-size: 1.2rem;
  }
  .menu-items li:hover {
   
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: absolute;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    padding-left: 1rem;
    width: 100%;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .expand-btn.open + .expandable {
    max-height: 100%;
    transform: scaleY(1);
  }

  .expandable li {
    margin: 0;
  }
  .expandable li a {
    font-size: 12px;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }
  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #1a3246;
  }
  .mega-menu .content .col:nth-child(1) {
    border-top: 0px;
  }
  .content .col .mega-links {
    border-left: 0px;
    padding-left: 1rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}

/* Style the search box inside the navigation bar */
.mega-menu input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 14px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .mega-menu a, .mega-menu input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .mega-menu input[type=text] {
    border: 1px solid #ccc;
  }
}

/**********************************/
/**********Slider Images ***********/
/**********************************/
  
#carousel .carousel-item.boat{
  background-image:url("../images/slider7.jpeg");
   -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
} 
#carousel .carousel-item.sea{
   background-image:url("../images/slider6.jpeg");
  -webkit-filter: brightness(0.5);
  filter: brightness(0.6);
}
#carousel .carousel-item.river{
   background-image:url("../images/tractor.jpg");
    -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#carousel .carousel-item.farmer{
   background-image:url("../images/agril-farmer.jpeg");
   height:auto;
  filter: brightness(0.6);
}

#carousel .carousel-item.history2{
  background-image:url("../images/history1.jpeg");
  height:auto;
  font-family:cambria maths;
  filter: brightness(0.6);
}
#carousel .carousel-item.food{
  background-image:url("../images/food-industries.jpeg");
  height:auto;
  font-family:cambria maths;
  filter: brightness(0.6);
}
#carousel .carousel-item.profile{
  background-image:url("../images/company1.jpeg");
  height:auto;
  font-family:cambria maths;
  filter: brightness(0.6);
}
#carousel .carousel-item.acquisition{
  background-image:url("../images/acquisition.jpeg");
  height:auto;
  font-family:cambria maths;
    filter: brightness(0.6);
}
#carousel .carousel-item.values{
  background-image:url("../images/values.jpeg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.capital{
  background-image:url("../images/agril-capital.jpeg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.leasing{
  background-image:url("../images/sunny-meadow-landscape.jpg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.logistics{
  background-image:url("../images/sunny-meadow-landscape.jpg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.management-service{
  background-image:url("../images/sunny-meadow-landscape.jpg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.managers{
  background-image:url("../images/green.jpg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.about-us{
 background-image:url("../images/who-we-are.jpeg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}
#carousel .carousel-item.agrilfarms{
 background-image:url("../images/agril-farms.jpeg");
  height:auto;
   font-family:cambria maths;
   filter: brightness(0.6);
}

#carousel .carousel-item{
  height:80vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgb(0,128,0.6);
  padding:50px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
    font-size:34px;
	color:greenyellow;
	font-weight:600;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size:20px;
  font-family:Verdana;
}


#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}


.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:40px;
  color:greenyellow;
  border:none;
  border-left:3px solid #1c8314;
  border-radius:10px;
  padding:0 30px;
  font-size:16px;
  line-height:38px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#40ba37;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#1c8314;
  border-color:#40ba37
}

  
/*******************************/
/********** Service after header CSS **********/
/*******************************/
.team-area{
	margin-top:2%;
}
.section-title {
  margin: 3% 0;
}

.single-team{
 
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom:20px;

}

.team-img{
  position: relative;
  z-index: 5;
  overflow: hidden;
  height:290px;
}
.team-img img{
  width: 100%;
  transition: .7s;
  height:290px;
}
.single-team:hover .team-img img {
  transform: scale(1.1);
}
.team-content {
  height: 45px;
  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  transition: all .4s;
  background: #004f20;
  z-index:5;
}
.single-team:hover .team-content{
  height: 300px;
}
.team-info {
  padding: 7px 20px 5px 20px;
  transition: all 1.5s;
}
.single-team:hover .team-content{
  background: #000;
}
.single-team .team-content .team-info h3 {
  text-transform: uppercase;
  color: greenyellow;
  font-size: 15px;
  margin: 5px;
}
.single-team:hover .team-info h3{
  color: #fff;
}
.team-info p {
  margin-top: 15px;
  color: #fff;
  font-family:Verdana;
}
.single-team-text p{
  margin-top: 5px;
  font-family:Verdana;
}
.team-text {
  color: #fff;
  padding: 0 10px 5px;
}

.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:#004f20;
  z-index: 10;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
 
/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
   
}

.about .about-img::after {
    position: absolute;

    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}
.about .about-img-1 {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 100px 30px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img {
    position: relative;
    width: 80%;
	
}
.about h2{
	color:green;
	font-weight:600;
	font-size: 20px;
}
.about .about-text p {
    font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
	color:#000;
	font-family:Verdana;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 50px;
        height: auto;
    }
}     
/*******************************/
/********** Service feature **********/
/*******************************/

.w3hubs{
	margin:0;
	
}
.w3hubs h1{
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.w3hubs .fa{
	font-size: 44px;
	text-align: center;
	display: block;
	margin: 30px;
	color: pink;
}
.w3hubs .col-lg-4{
	line-height: 1.6;
    padding: 10px;
	margin:5px; 
	max-width: 32.333333%;
	border-right: 3px solid #d7e3f5;
     }	

.w3hubs .col-lg-4:hover{
	
	
	background: #fff;
}
.w3hubs h2{
	    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
    color: green;
	margin-bottom:40px;
	

}
.w3hubs p{
	font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
	text-align: center;
	padding-bottom: 30px;
	color:#000;
	font-family:Verdana;

}
.w3hubs p:hover{
	
	color: #000;

}

@media(max-width: 1119px){
	.w3hubs .col-lg-4{
		max-width: 31.333333%;
	}
}

@media(max-width: 900px){
	.w3hubs .row{
		margin: 30px auto;
		margin-left: 70px; 
	}
	.w3hubs .col-lg-4{
		max-width: 80%;
		
	}
}
@media(max-width: 600px){
	.w3hubs .row{
		margin-left: 20px;
	}
}
@media(max-width: 500px){
	.w3hubs .row{
		margin-left: 20px;
	}
	.w3hubs .col-lg-4{
		max-width: 100%;
		
	}
}
@media(max-width: 500px){
	.container-fluid{
		padding: 0;
	}
}

/*******************************/
/********** Farmland Management Services **********/
/*******************************/

.container-text-center {
	max-width:100%;	
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
	padding-right: 5%;
	padding-top:2%;
    word-wrap: break-word;
    background: linear-gradient(141deg,#056b5b 35%,#9dd85c 103%);
    background-clip: border-box;
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
	height:100%;
	
}
.card p{
	font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
	color:#fff;
	margin-top:-25px;
	font-family:Verdana;
}
.card h4{
	font-size:20px;
	color:greenyellow;
	font-family:times new roman;
}

.card h1{
	font-family:"proxima-nova",sans-serif;
	font-size:25px;
	color:greenyellow;	
	
}
.pro-button {
    padding: 12px 42px;
    background-color:green;
    border-color: #fff;
    border-radius:25px;
}

.pro-button:focus {
    outline: none !important;
    background-color: green;
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255) !important
}

.pro-button:active {
    outline: none !important;
    background-color: #ffa000 !important;
    border-color: #ffa000 !important
}

.pro-button:hover {
    padding: 12px 42px;
    background-color: #f1a018;
    border-color: #f1a018
}

/*******************************/
/********** Footer**********/
/*******************************/


.footer-distributed{
    background-image:linear-gradient(90deg, #000C11 11%, #002D3E 61%);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 50px;
	font-size: 16px;
    letter-spacing: .5px;
    word-spacing: .5px;
   
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 26px ;
	margin: 0;
}

.footer-distributed h3 span{
	color:  green;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;

	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 65%;
	
	
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	font-size: 16px;
    letter-spacing: .5px;
    word-spacing: .5px;
    font-family:Verdana;
   
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	font-family:Verdana;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;
	font-family:Verdana;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 20px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-distributed .copyright{
	margin-left: 10%;
	color:white;
	font-size: 17px;
	font-family:Verdana;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
	margin-top:-10px;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
  
}

.blog.blog-page .blog-item {
 
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
	
}

.blog .blog-img img {
    width: 100%;
	
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 0px);
    top: -60px;
    #left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
	color:green;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
	color:#000;
	font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
    font-family:Verdana;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: red;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: green;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  #margin-bottom:-150px;
  margin-left:50px;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

.container{
 
}
.container .content{
  display: flex;
   width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top:5%;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: green;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 15px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: green;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box select,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="submit"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: green;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}

@media (max-width: 950px) {
  .container{
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

#form-messages .success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	 border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	      border-radius: 4px;
}

.submit {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}




/* Page */
.page-main {float: left;width: 100%;background-color: #fff;margin-bottom: 30px;margin-top: 30px;}

.a{color:#40ba37;}


/* Sidebar */
.widget h4,h2.page-title, h2.category-title {position: relative;margin-top: 0;padding-bottom: 20px;margin-bottom: 20px;font-size: 17px;font-weight: 700;color: #404040;width: 100%;}
.widget h4 {font-size: 15px;margin-left: 15px;}
.widget h4:after,h2.page-title:after, h2.category-title:after {content: '';position: absolute;width: 200px;background-color: #40ba37;height: 2px;left: 0;bottom: 0;}
.widget {margin-bottom: 30px;}
.entry p{
	
	font-size: 15px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 1.6;
    font-family:Verdana;
}
.sidebar ul {padding-left: 15px;padding-right: 15px;margin: 0;}
.sidebar ul li {list-style: none;}
.sidebar ul li a {padding: 3px 15px;display: block;margin-left: -15px;margin-right: -15px;color: #404040;}
.sidebar li.current a {background-color:#40ba37;margin-left: -15px;margin-right: -15px;color: #FFFFFF;}
.sidebar ul li a:hover {background-color: #40ba37;color: #FFFFFF;text-decoration: none;transition-property: all;transition-duration: 0.2s;transition-timing-function: linear;}



/*values paragraph*/
.paragraph-values{
background-color:skyblue;
padding-left:20px;
padding-top:20px;
margin-bottom:20px;
border-radius:10px;

}


ul li a {
  color: #000;
}

ul li:hover {
  color:  #000;
 
}


a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }



/*--------------------*/
/* Newsletter */
/*--------------------*/

#subscribe.h4{
   color:#fff;
}
.subscribe-btn
{
	position:relative;
	padding: 15px 20px;
	font-size:15px;
	display:inline-block;
	text-decoration:none;
	color:white;
	cursor:pointer;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	transition:0.5s;
	 margin-left:5%;
	margin-top:5%;
	/*-----------background-color:rgba(162, 209, 87);   ---------*/

	background-color:green;
	border-radius:25px;
	
}
.btn:hover
{
	letter-spacing:4px;
}
#popup
{
	position:fixed;
	top:-100%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
	background: #fff;
	width:450px;
	padding:80px 50px 50px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.08);
	transition:0.5s;
	visibility:hidden;
}
#popup.active
{
	visibility: visible;
	top:50%;
}
#popup .content
{
	position:relative;
	width:100%;
	display: flex;
	justify-content:ceonter;
	align-items:center;
	flex-direction:column;
}

#popup .content img
{
	max-width:80px;
}
#popup .content h2
{
	font-size:24px;
	font-weight:500;
	color:#333;
	margin: 20px 0 10px;
}

#popup .content p
{
	text-align:center;
	font-size:15px;
	color:#333;
	font-family:Verdana;
}

#popup .content .inputBox
{
	position:relative;
	width:100%;
	margin-top:20px;
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius:10px;
}
#popup .content .inputBox input
{
	width:100%;
	border: 1px solid rgba(0,0,0,0.2);
	padding:15px;
	outline:none;
	font-size:18px;
	border-radius:25px;
}
#popup .content .inputBox input[type="submit"]
{
	max-width:150px;
	background-color:green;
	color:white;
	border:0;
	margin-right:15%;
}
.close{
	position:absolute;
	top:30px;
	right:30px;
    cursor:pointer;
}


/*social media icons*/

/*Toast Notification*/
    .toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px; /* Center the toast */
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    transition: visibility 0s, opacity 0.5s linear;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}

.toast-success {
    background-color: #4CAF50; /* Green */
}

.toast-error {
    background-color: #f44336; /* Red */
}
.blog-content {
    max-height: 600px; /* Set a maximum height */
    overflow-y: auto;  /* Enable vertical scrolling if content exceeds the height */
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.blog-text {
    margin-bottom: 20px;
}

.blog-title {
    font-size: 24px;
    color: #40ba37;
    margin-bottom: 10px;
}

.blog-content hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}


