
/*Homepag*/
.display-5 {
    font-size: 30px !important;
}

.owlgovitem {
    border: 0px solid red;
    margin: 8px 0px 8px 0px;
    width: 80%;
}

    .owlgovitem img {
        height: 70px;
        width: 120px;
    }


.news_panel img {
  height:150px; 
    border: 0px solid red;
}


.product-item img {
    height: 250px;
    border: 0px solid red;
}

.product-item h6 {
    min-height: 70px;
    background-color: #fff;
    border: 0px solid red;
}
.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(122, 183, 48, .8);
    transition: .5s;
    opacity: 0;
}
.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}
    .team-carousel .owl-nav .owl-prev, .team-carousel .owl-nav .owl-next {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        /*background: var(--primary);*/
        background: #7AB730;
        font-size: 22px;
        transition: .5s;
    }
.owl-carousel .owl-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/**/

/*for Page Loader*/
.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 30%;
    left: 0;
    /*background: #2a2a2a55;*/
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    /*transform: translateY(-50%);*/
    z-index: 99999;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 10000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 30%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }
/*End Page Loader*/

.first > label {
    padding-bottom: 5px;
}

.first > button {
    margin-top: 28px;
    text-align: right;
}

.myforms > div {
    padding-bottom: 7px;
}

.error {
    color: red;
    font-size: 15px;
    margin-top: 5px
}

.innarpage_iconlinks {
    width: 33%;
    float: left;
    height: 250px;
    text-align: center;
}

.box a {
    padding: 10% 30px 0 30px !important;
}

.box {
    height: 130px !important;
}





.mediacategorybox {
    margin: 20px 0px;
    border: 1px solid #ddd;
    padding: 12px;
}


    .mediacategorybox img {
        border: 0px solid red;
        width: 100%;
        height: 250px;
        padding: 10px;
        border: 1px solid #ddd;
    }



    .mediacategorybox span {
        border: 0px solid red;
        color: #000;
    }



.fancybox {
    border: 0px solid red !important;
    float: left;
    width: 100%;
    margin: 0px 0px;
    color: #000;
}


.fancybox_panel {
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    float: left;
    min-height: 350px !important;
}

    .fancybox_panel img {
        height: 180px;
        width: 100%;
        padding: 5px;
        border: 1px solid #ddd;
    }


#recentpost .h5 {
    border: 0px solid red !important;
    padding: 5px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

#recentpost img {
    min-height: 150px !important;
    border-radius: 0px !important;
}

#popularpost .h5 {
    border: 0px solid red !important;
    padding: 5px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

#popularpost img {
    min-height: 150px !important;
    border-radius: 0px !important;
}


.sharelinksss ul {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    list-style: none;
    text-align: center;
}


    .sharelinksss ul li {
        margin: 20px 10px;
        padding: 0px 0px 0px 0x;
        float: left;
        border: 0px solid red;
        cursor: pointer;
    }


/**/

.banner-head {
    font-size: 22px !important;
}

.banner-body {
    font-size: 18px !important;
}

.map-ia-table{
    font-size:11px;
}
/**/