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

.nav-color {
  background-color: #ff4e00;
  background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}
/*
.imgbg {
  background-image: url(../image/grass.png);
  background-position: left;
}*/

.white {
  color: #ffffff;
}
.red {
  color: red;
}
.p-10 {
  padding: 10px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.c-bg-img {
  background-image: url(../../assets/image/image008.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;
}
.bg-image-roll {
  background-image: url(../../assets/image/image008.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;
}
.change .circle-arrow {
  display: none;
}
.change:hover .circle {
  display: none;
}
.change:hover .circle-arrow {
  display: inline;
  color: #0f7601;
}
a:hover {
  text-decoration: none;
}
.w-100p {
  width: 100%;
}
.w-500 {
  width: 500px;
}
.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;
}
.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: linear-gradient(to bottom, #eba000 0%, #ff8a8a 100%);
  /*  background-image: linear-gradient(315deg, #a55c1b 0%, #000000 74%); */
}
.h4-c {
  color: #7e5701;
}
.m-r-0 {
  margin-right: 0px !important;
}

/* .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: relative;
  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;
}


