/* global */
html {
    font-size: 14px;
}

body {
    font-family: "DM Sans", sans-serif;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #ffc43b;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Cormorant", serif;
}

.cursor-pointer {
    cursor: pointer;
}

/* background */
.bg-phone {
    background-color: #ffc31d;
}

.bg-whatsapp {
    background-color: #2ecf2e;
}

.bg-mail {
    background-color: #2aa9e0;
}

.bg-facebook {
    background-color: #3b579d;
}

.bg-youtube {
    background-color: #dc483c;
}

.bg-1 {
    background: #211718;
}

.bg-2 {
    background: #0c4002;
}

.bg-3 {
    background: #2b7258;
}

.bg-4 {
    background: #ebc71d;
}

.bg-5 {
    background: #e8ecf2;
}

.transform-center {
    transform: translateY(50%);
}

.left-auto {
    left: auto;
}

.right-auto {
    right: auto;
}

/* button */
.btn-fbl {
    right: unset;
    left: 10px;
    bottom: 10px;
}

.btn-fbr {
    left: unset;
    right: 10px;
    bottom: 10px;
}

/* image overlay */
.img-overlay {
    display: inline-block;
    position: relative;
}

.img-overlay::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.img-hoverlay::before,
.img-hoverlay > .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.img-hoverlay:hover::before,
.img-hoverlay:hover > .icon {
    opacity: 1;
}

.img-overlay::before {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.img-overlay > .icon {
    color: #fff;
    font-size: 52px;
    left: calc(50% - 26px);
    position: absolute;
    top: calc(50% - 26px);
}

.img-overlay > .icon-sm {
    font-size: 26px;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
}

/* page desc */
.pg-desc-2 {
    height: 3em;
    overflow: hidden;
}

/* slide wrap */
.home-slide {
    position: relative;
    z-index: 0;
}

.home-slide .item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    content: "";
}

/* menu */
.sm a {
    color: #0c4002;
}

.sm i {
    margin-right: 8px;
}

.menu {
    margin: 0;
}

.slide-wrap .caption-page {
    z-index: 5;
}

.btn-primary {
    color: #ffffff;
    background-color: #0c4002;
    border-color: #0c4002;
}

.btn-primary:hover {
    background-color: #0c4002;
    border-color: #0c4002;
}

/* article */
.art-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}

.article-inner p {
    font-size: 14px;
}

.article-inner .read-more {
    margin-left: 0;
}

/* welcome wrap */
.main-section {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.wel-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.main-section .read-btn {
    color: #fff;
    background-color: #0c4002;
    border-color: #0c4002;
    padding: 10px 25px;
    font-weight: bold;
}

.wel-images {
    overflow: hidden;
}

.wel-images img {
    transition: 2000ms;
}

.wel-images img:hover {
    transform: scale(1.2);
    opacity: 0.6;
}

.sec-main-title {
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto;
    display: table;
    padding: 10px 0px;
    position: relative;
    line-height: 1.3em;
}

.sec-main-title::after {
    content: "";
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 6px;
    background: #ffc43b;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ser-main-title {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #222;
    font-weight: 700;
}

.ser-main-title:after {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    margin: 10px 0;
    background: #ffc43b;
}

.read-more a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #0c4002;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}

.hover-clr {
    margin-top: 50px;
}

.ser-desc-list li,
.ser-desc-list li a {
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.ser-desc-list li a:hover {
    line-height: 28px;
    font-weight: 600;
    color: #ffc43b;
    text-decoration: none;
}

/* info strip */
.info-strip {
    position: relative;
}

.info-strip .bg-yellow {
    background: #ffc43b;
    padding-top: 20px;
    padding-bottom: 0;
    z-index: 1;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
}

.info-strip .card {
    margin-bottom: 20px;
    padding: 10px 35px 30px 75px;
    text-align: left;
    border: none;
    border-right: 1px dotted #000;
    height: 145px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
    font-weight: bold;
    background: transparent;
}

.info-strip .heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

/* footer top*/
.footer {
    background-color: #0c4002;
    color: #fff;
}

.footer-top {
    padding: 25px 0 30px;
}

.footer-bottom {
    border-top: solid 1px #fff;
    min-height: 18px;
    padding-top: 10px;
    font-size: 12px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer li a:hover {
    color: #ffc43b;
}

/* contact page */
.contact-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #0c4002;
    font-weight: 900;
    margin-bottom: 40px;
    margin-top: 0;
}

.address .address-info li p {
    color: #0c4002;
    font-weight: bold;
    font-size: 25px;
}

.address-info address {
    line-height: 2;
    font-weight: bold;
}

.form-details input[type="text"],
.form-details select {
    border-radius: 0;
    width: 100%;
    height: 45px;
    border: solid 1px #0c4002;
}

.form-details textarea {
    border-radius: 0;
    border: solid 1px #0c4002;
}

.form-wraper .btn {
    padding: 14px 45px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}

/* item slide up */
.item-slideup,
.item-slideup > * {
    position: relative;
}

.item-slideup::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all ease 0.5s;
}

.item-slideup:hover::before {
    top: 0;
}

/* step progress */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}
