body {
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

.nav-color {
  /*  background-color: #381e07 !important; */
  background-color: #0f2522 !important;
}
/*
.imgbg {
  background-image: url(../image/grass.png);
  background-position: left;
}*/
/* .active{
  border-top: 1px solid wheat;
} */
.white {
  color: #ffffff;
}
.red {
  color: red;
}
.p-10 {
  padding: 10px;
}
.c-bg-img {
  background-image: url(../image/agriculture.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
  position: relative;
}
.img-roll {
  height: 330px;
  margin-top: 30px;
}
.form-wrap {
  background: #efefef;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.bg-image-roll {
  background-image: url(../image/agriculture.jpg);
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
/* .texture {
  background-image: url(../image/bg-texture.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
} */
.circle {
  /* width: 25px; */
  border: 1px solid #ded4d4;
  padding: 10px;
  border-radius: 50%;
  margin: 10px;
  box-shadow: 2px 3px #ccf1cc;
}
.circle-arrow {
  border: 1px solid #ded4d4;
  padding: 10px;
  border-radius: 10% 56% 59% 11%;
  margin: 10px;
  box-shadow: 2px 3px #ccf1cc;
}
.card {
  border: none !important;
  box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02),
    0 3px 6px rgba(117, 108, 254, 0.12);
}
.ma {
  margin: auto;
}
.change .circle-arrow {
  display: none;
}
.change:hover .circle {
  display: none;
}
.change:hover .circle-arrow {
  display: inline;
  color: #0f7601;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 100px;
}
.white{
  color: #ffffff;
}
.ls-1{
  letter-spacing: 1px;
}
a:hover {
  text-decoration: none;
}
.w-100p {
  width: 100%;
}
.h-400 {
  height: 400px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-30 {
  margin-top: 30px;
}
.yellow {
  color: #f8d313;
}
.imgCont {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.circleImg {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.m-t-60 {
  margin-top: 60px;
}
.fix {
  top: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.footer {
  padding: 25px;
  margin-top: 50px;
  width: 100%;
  background-color: #a55c1b;
  background-image: linear-gradient(315deg, #0f2522 0%, #000000 74%);
  /*  background-image: linear-gradient(315deg, #a55c1b 0%, #000000 74%); */
}
.m-r-0 {
  margin-right: 0px !important;
}
.green {
  color: #018b95;
}
/* .fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
} */
.fa {
  padding: 10px;
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 2px; */
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
