﻿body 
{
    font-size:14px;
}
 
#HeaderTopDiv 
{
    background-color:#585858;
    color:#fff;
    font-size:11px;
}

#HeaderTopDiv .nav-link 
{
    color:#fff;
    padding:.2rem 1rem;
}

#HeaderBottomDiv 
{
    background-color:#eee;
    padding:0px;
}

#logo img 
{
    max-height:150px;
}

#HeaderMenu 
{
    font-size:12px;
}

#HeaderMenu li 
{
    border-right: 1px solid #ccc;
    line-height: 20px;
    margin-top: 4px;
}
#HeaderMenu li:last-child 
{
    border-right:none;
} 
#HeaderMenu li a 
{
    padding:.1rem 1rem;
    color:#167700;
}

#BannerDiv 
{
    background:#fff url(../images/Flag.jpg?v=1.0) no-repeat top right;
}

.Slogan
{
    text-align:center;
    margin-bottom:0;
    color:#156f64;
    font-weight:bold;
    font-size:40px;
    padding-top:40px;
}
#Links1Div div 
{
    padding-right:5px;
    padding-left:5px;
}

#Links1Div div a 
{
    margin:2px;
    font-size:12px;
    background-color:#fff;
}

#Links1Div img 
{
    width:30px;
    height:30px;
    margin-right:5px;
    overflow:hidden;   
}

#MenuDiv 
{
    background-color:#167700;
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.btco-hover-menu a ,  .navbar > li > a {
    text-transform: capitalize;
    padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
    color: #000;
    background: transparent;
    outline: 0;
}

/*submenu style start from here*/

.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 1px solid #eee !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#MenuDiv ul ul .dropdown-toggle
{
    padding-right:20px;
}
#MenuDiv ul ul .dropdown-toggle::after 
{
    position: absolute;
    right: 5px;
    margin-left: 20px;
    top: 48%;
    transform: rotate(90deg);
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{background: #f5f5f5; color:#000;}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover
{
    background: #167700; color:#fff;
}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{background: #167700;}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{background:#fff;}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{background:#fff}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{background:#fff}

/*Drop-down menu work on hover*/
.btco-hover-menu{background: none;margin: 0;padding: 0;min-height:20px}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li{position:relative;}
    .btco-hover-menu .collapse ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
    .btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none;z-index:1}

}

#MainMenu .list-group-item 
{
    -webkit-border-radius:0!important;
    -moz-border-radius:5!important;
    border-radius:5!important;
    color:#000;
}
#MainMenu .list-group-item .fa { float:right; }

#MainMenu .VSubMenu .list-group-item
{
    font-size:14px;
    text-indent:15px;
    background-color:#f8f8f8;
    border:none!important;
}

#MainMenu .list-group-item:hover 
{
    background-color:#479937!important;
    color:#fff!important;
}




.NewsTickerDiv 
{
    background-color:#444;
}
.NewsTickerTitle {
    position: relative;
    height: 40px;
    line-height: 35px;
    padding-left:5px;
    background-color: #479937;
    color:#fff;
}
.NewsTickerTitle:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #479937;
    border-right: 8px solid transparent;
}
.ticker-content 
{
    padding-bottom:0!important;
    margin-bottom:0!important;
    line-height:35px!important;
}
.ticker-content a 
{
    color:#fff;
    line-height:35px!important;
    text-decoration:none;
}

#NewsTabsContents .card
{
    cursor:pointer;
    -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
}

#NewsTabsContents .card:hover 
{
    background-color:#f0ffed;
}

#NewsTabsContents .card-body
{
    padding: .50rem;
}

@media (min-width: 768px){
    #NewsTabsContents .card-body .col-md-4
    {
        padding-right:5px;
    }
    #NewsTabsContents .card-body .col-md-8
    {
        padding-left:5px;
    }
}

#NewsTabsContents .card-title a
{
    font-size:15px;
    text-align:justify;
    display:block;
    line-height:22px;
    max-height:66px;
    min-height:66px;
    overflow: hidden;
    color:#4a4a4b;
    text-decoration:none;
}

#NewsTabsContents .card-date
{
    background-color:#167700;
    color:#fff;
    float:right;
    padding:3px;
    border-radius:3px;
    font-size:12px;
}


#MainSlider img
{
    width:100%;
    height:100%;
}

.slide .card 
{
    direction:ltr;
}

.slide .card .card-title
{
    text-align:justify;
    font-size:15px;
    padding:5px;
    line-height:22px;
}

.slide .card .card-text 
{
    text-align:justify;
    font-size:15px;
    padding:5px;
    line-height:22px;
}


#ProductsSlider img 
{
    height:150px;
    width:150px;
    border-radius:100%;
    border:3px solid #167700;
}

#ProductsSlider .carousel-item 
{
    text-align:center;
}


footer .footer-box ul.popular-categories li a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

footer {
    background-color: #000
}

footer .footer-area-top {
    padding: 60px 0 10px;
    border-bottom: 1px solid #4d4d4d
}

footer .footer-box {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block
}

footer .footer-box ul.most-view-post li {
    margin-bottom: 15px
}

footer .footer-box ul.most-view-post li:last-child {
    margin-bottom: 0
}

footer .footer-box ul.most-view-post li .media img {
    margin-top: 5px
}

footer .footer-box ul.most-view-post li .media>.pull-left {
    padding-right: 15px
}

footer .footer-box ul.most-view-post li .post-date-light ul li {
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 0
}

footer .footer-box ul.most-view-post li a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

footer .footer-box ul.most-view-post li a:hover img {
    opacity: .8
}

footer .footer-box ul.popular-categories
{
    list-style:none;
}

footer .footer-box ul.popular-categories li {
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    color:#fff;
}

footer .footer-box ul.popular-categories li:last-child {
    margin-bottom: 0
}

footer .footer-box ul.popular-categories li a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: all .5s ease-out
}

footer .footer-box ul.popular-categories li a span,
footer .footer-box ul.popular-categories li:before {
    position: absolute;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

footer .footer-box ul.popular-categories li a span {
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    transition: all .5s ease-out
}

footer .footer-box ul.popular-categories li:hover a {
    color: #479937;
    text-decoration:none;
}

footer .footer-box ul.popular-categories li:hover a span {
    font-size: 20px
}

footer .footer-box ul.popular-categories li:hover:before {
    right: 0;
    left: 0;
    width: 100%
}

footer .footer-box ul.popular-categories li:before {
    content: "";
    background-color: #479937;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .5s ease-out
}

footer .footer-box ul.post-gallery li {
    display: inline-table;
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
}

footer .footer-box ul.post-gallery figure {
    margin: 0;
    padding: 0;
    background: 0 0;
    overflow: hidden;
    position: relative
}

footer .footer-box ul.post-gallery figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

footer .footer-box ul.post-gallery figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

footer .footer-area-bottom {
    padding: 60px 0 50px
}

footer .footer-area-bottom .footer-logo {
    margin-bottom: 30px;
    display: block
}

footer .footer-area-bottom .footer-logo img {
    margin: 0 auto
}

footer .footer-area-bottom p {
    color: #b9b9b9
}

ul.footer-social {
    margin-bottom: 30px
}

ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px
}

ul.footer-social li:last-child {
    margin-right: 0
}

ul.footer-social li a {
    width: 31px;
    height: 30px;
    line-height: 30px;
    margin-top:5px;
    border-radius:100%;
    background-color: #404040;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration:none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.footer-social li a:hover {
    background-color: #479937
}

h2.title-bold-light {
    font-weight: 700;
    color: #fff;
    font-size:25px;
}

h2.title-bold-light a {
    color: #fff;
    transition: all .5s ease-out
}

h2.title-bold-light a:hover,
h2.title-bold-light span {
    color: #479937
}

.AdanLink, .AdanLink a 
{
    padding-top:20px;
    font-size:12px;
    color:#aaa;
}


.GalleryItem { margin-bottom:25px!important; max-height:180px; overflow:hidden; }

[summary='MyGallery'], .MyGallery { visibility:hidden; }

.ServicesDeskTabs .nav-item 
{
    text-align:center;
}

.ServicesDeskTabs .nav-item .fa
{
    font-size: 40px;
    background-color: #72bc12;
    padding: 15px;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #70b31a;
    margin-bottom:10px;
}

.ServicesDeskTabs .nav-item h4 
{
    font-size:16px;
}

.nav-tabs.ServicesDeskTabs .nav-item.show .nav-link, .nav-tabs.ServicesDeskTabs .nav-link.active 
{
    background-color:#f5f8ff;
}

.ServicesDeskTabContents 
{
    background-color:#f5f8ff;
    border:1px solid #ddd;
    border-top:none;
}

.ServicesDeskTabContents .list-group-item
{
    background-color:#f5f8ff;
}

.ServicesDeskTabContents .list-group-item a
{
    color:#70b31a;
    font-weight:bold;
    text-decoration:none;
}

.ServicesDeskTabContents .card-header 
{
    background-color:#72bc12;
    padding:0;
}

.ServicesDeskTabContents .card-header *
{
    color:#fff;
}

.ServicesDeskTabContents .card-header .btn 
{
    display:block;
    width: 100%;
    text-align: left;
    padding:20px;
    text-decoration:none;
}

.ServicesDeskTabContents .list-group-item a:hover
{
    color:#568816;
}

.ServicesDeskTabContents .table-striped tbody tr:nth-of-type(odd) {
    background-color:#f5f8ff;
}

.ServicesDeskTabContents td 
{
    padding:.2rem;
    line-height:50px;
}

.ServicesDeskTabContents td * 
{
    color:#70b31a;
    font-weight:bold;
    text-decoration:none;
}

.ServicesDeskTabContents td a 
{
    display:block;
    width:100%;
}

.ServicesDeskTabContents td img 
{
    
}

.width-100 
{
    width:100%;
}

.border-radius-3
{
    border-radius:3px;
}