@font-face {
    font-family: 'Arial Rounded';
    src: url('../webfonts/Arial-Rounded/ARLRDBD.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Arial Rounded', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* Header section :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 30px;
}
/* Header section :end */

/* Home banner section :start */
.homebanner-section {
    color: #ffffff;
    width: 100%;
    height: 770px;
    background-color: #000000;
    /* background-image: url('../images/home-banner-img2.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: top center; */
    /* padding: 120px 0px 120px; */
    /* display: flex; */
    /* align-items: center; */
    position: relative;
}
.homebanner-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-image: url('../images/home-banner-shape.png');
    background-repeat: repeat-x;
    /* background-size: contain; */
    background-position: top center;
    z-index: 1;
}
.homebanner-section::after {
    content: '';
    position: absolute;
    bottom: -255px;
    right: 0;
    width: 858px;
    height: 605px;
    background-image: url('../images/tree.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    animation: imgshake 5s  infinite;
    transform: translate3d(0, 0, 0);
    z-index: 3;
}
@keyframes imgshake {
    0%, 100% {
        transform: translate3d(0px, 0px, 0px);
    }
    
    20%, 95% {
      transform: translate3d(0px, -1px, 0px);
    }
    
    40%, 80% {
      transform: translate3d(0px, 2px, 0px);
    }
  
    50%, 65% {
      transform: translate3d(px, -3px, 0px);
    }
  
    60% {
      transform: translate3d(0px, 4px, 0px);
    }
}
.homebanner-section .hbsec-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.4;
}
.homebanner-section .hbcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 120px 0px 120px;
    display: flex;
    align-items: center;
}
.homebanner-section .hbcaption::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(93,142,0);
    background: linear-gradient(180deg, rgba(93,142,0,0.9) 10%, rgba(93,142,0,0) 22%);
}
.homebanner-section .hbsec-caption h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}
.homebanner-section .hbsec-caption h1 {
    font-size: 73px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}
.homebanner-section .hbsec-caption p {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
/* Home banner section :end */

/* about section :start */
.about-section {
    padding: 130px 0px 70px 0px;
}
.about-section .abtsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.about-section .abtsec-left h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #5d8e00;
    margin-bottom: 20px;
}
.about-section .abtsec-left p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 0;
}
.about-section .abtsec-right {
    width: 100%;
    height: 100%;
}
.about-section .abtsec-right img {
    width: calc(100% + 100px);
    height: auto;
    float: right;
}
/* about section :end */

/* footer section :start */
footer {
    position: relative;
    background-color: #5c8c00;
    padding-top: 110px;
}
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 105px;
    background-image: url('../images/footer-shape.png');
    background-repeat: repeat-x;
    /* background-size: contain; */
    background-position: bottom center;
}
.footer-top {
    color: #ffffff;
    background-color: #5c8c00;
    padding: 50px 0px;
}
.footer-top .ftop-row > div {
    border-right: 1px dashed #ffffff;
}
.footer-top .ftop-row > div:last-child {
    border-right: 0px;
}
.ftop-block.address {
    display: flex;
    justify-content: center;
}
.ftop-block address {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 20px;
}
.ftop-block.contact {
    padding: 0px 0px 0px 50px;
}
.ftop-block .ftcontact-links {
    margin-top: 20px;
}
.ftop-block .ftcontact-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
}
.ftop-block .ftcontact-links ul li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftop-block .ftcontact-links ul li.fcl-email {
    font-size: 20px;
}
.ftop-block .ftcontact-links ul li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
}
.ftop-block .ftcontact-links ul li > div:last-child a {
    color: inherit;
}
.ftop-block .ftcontact-links ul li > div:last-child a:hover {
    color: #000000;
}


.footer-bottom {
    background-color: #497c00;
    padding: 20px 0px;
}
.footer-bottom .fbottom-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px 15px;
}
.footer-bottom .fbottom-inner p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
}
.footer-bottom .fbottom-inner p a {
    color: inherit;
}
.footer-bottom .fbottom-inner p a:hover {
    text-decoration: underline;
}
/* footer section :end */