.main-header .info-outer .info-box .info {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #00470e;
    text-transform: uppercase;
    text-align: right;
}
.main-footer .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: capitalize;
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.call-to-action .content-box h2 span {
    color: #df0214;
}

.main-header .header-top {
    position: relative;
    background-color: #00511a;
}
p, .text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #231f1f;
    margin: 0;
}
.service-block > .inner-box {
    position: relative;
    background-color: white;
    padding: 40px 12px;
    text-align: center !important;
    border: 1px solid #0e521f;
    min-height: 359px;
    border-radius: 12px;
}

.service-block > .inner-box:hover{
    position: relative;
    background-color: white;
    padding: 40px 12px;
    text-align: center !important;
    border: 1px solid #0e521f;
    min-height: 359px;
    border-radius: 12px;
    background-color: #0048120a;
    cursor: pointer;
}


.service-block > .inner-box > .icon-box {
    width: 80px;
    height: 80px;
    border: 2px dashed #195a29; /* dashed border */
    border-radius: 50%; /* circle shape */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto; /* center and margin bottom */
    transition: all 0.3s ease;
}



.icon-box .material-icons {
    font-size: 36px;
    color: #195a29;
    transition: transform 0.3s ease;
}

.inner-box:hover .icon-box {
    border-color: #ff0000;
    transform: scale(1.1); /* hover grow */
}

.inner-box:hover .material-icons {
    transform: scale(1.2);
    color: #ff0000;
}







.about-section .video-column .text {
    font-size: 16px;
    line-height: 25px;
    color: #060606;
    margin-bottom: 30px;
}
.feature-block .text {
    font-size: 15px;
    line-height: 25px;
    color: #0e0d0d;
    font-weight: 400;
}
.feature-block .icon-box .icon {
    display: block;
    font-size: 54px;
    line-height: 1em;
    color: #004812;
    font-weight: 400;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #1b1717;
    font-weight: 400;
    padding-left: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.feature-block h4 a:hover {
    color: #165826;
}
.welcome-section .text-column .text {
    font-size: 16px;
    line-height: 25px;
    color: #0b0a0a;
    font-weight: 400;
}
.welcome-section .title-column h2 span

 {
    color: #df0214!important;
}
.main-slider .tp-dottedoverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 47%);
}

.main-header .header-top .info-list {
    position: relative;
    float: right;
    padding: 0px !important;
}

.main-header .header-upper .logo {
    position: relative;
    padding: 0px 0;
}

.logoHyper{
    font-family: 'Roboto', sans-serif!important;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color:#df0214!important;
    
    display: flex;
    justify-content: left;
    align-items: center;
}
.logo-slogun{
    display: block;
    font-size: 12px;
    text-align: right;
    color: #004812;
}
.social-icon-one {
    position: relative;
    background-color: #f4f4f4;
    padding: 3px 12px;
    color: white !important;
    border-radius: 24px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.main-footer .about-widget .footer-logo img {
    display: block;
    height: 56px;
    max-width: 100%;
    border-radius: 5px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #df0214;
    background-color: #df0214;
    border-radius: 24px;
}


.main-footer .footer-bottom {padding:0px!important;}
@media only screen and (max-width: 1024px) {
    .logoHyper {font-size:13px;}
    .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.main-header .header-upper .logo img {
    display: inline-block;
    max-width: 100%;
    height: 72px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 4px 13px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #df0214;
    background-color: #df0214;
    border-radius: 24px;
}


}
@media only screen and (max-width: 600px) {
        .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    display: block!important;
    }
    .mobile-menu .nav-logo img {
        max-width: 80px!important;
    }
    .main-header .header-upper .logo img {
    display: inline-block;
    max-width: 100%;
    height: 80px!important;
}
    .logoHyper {font-size:12px}
}