﻿body {
    font-family: IRANSans;
}

header {
    background-color: rgba(3, 111, 121, 0.70);
}

    header .LeftLogo {
        background-image: url('../Image/flag.png');
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: bottom;
        height: 75px;
    }

    header .RightLogo {
        background-image: url('../Image/Logo1.png');
        background-repeat: no-repeat;
        background-position-x: right;
        height: 75px;
    }

.FirstMenu {
    background-color: #faa719;
    display: inline-block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 7px;
    float: left;
}

    .FirstMenu a {
        color: black;
        text-decoration: none;
    }

        .FirstMenu a:hover {
            color: white;
        }

    .FirstMenu span {
        color: #026503;
    }

.h4, h4 {
    font-size: 1rem !important;
    margin: 3px;
}

#Services {
    background-image: url('../Image/City.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

    #Services .BackGround {
        background-color: rgba(255, 255, 255, 0.75);
    }

    #Services a:hover img {
        transform: rotate(225deg);
    }

    #Services img {
        margin: auto;
        display: block;
        border-radius: 50%;
        width: 160px;
        height: 160px;
        border: 10px solid #36a7b9;
        margin: 0 auto;
        float: none;
        transition: all 0.5s ease 0s;
        border-radius: 50%;
        border-right-color: #156872;
    }

    #Services .Title {
        display: block;
        margin-top: 20px;
        text-align: center;
        border: 2px solid #257f93;
        border-radius: 20px;
        padding: 3px;
        color: #257f93;
        margin-bottom: 10px;
    }

.PostContainer {
    min-height: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 12px 0px #ccc;
    padding: 15px;
    border-radius: 5px;
}

.PostTitle {
    background-color: #f9d18c;
    box-shadow: none !important;
    color: #247d86;
    /* font-size: 15px; */
    margin-bottom: 10px;
    padding: 5px !important;
    border: 1px solid #f9ba4f;
}

.footer-links a, .myfooter h3 {
    color: #faa719;
    vertical-align: middle;
}

    .footer-links a:hover {
        color: #ca8818;
    }

.myfooter {
    background-color: #2f302f;
    padding: 30px;
}

#News {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #News a {
        color: #2eacb7;
        font-weight: 500;
        display: block;
    }

        #News a:hover {
            color: #03717b;
        }

    #News h1 {
        color: #036f79;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        border-bottom: solid 1px #dee2e6;
        padding-bottom: 10px;
    }

    #News .Body {
        background-color: #f1f7f1;
        border-radius: 10px;
        border: 1px solid #e5e5e5;
        min-height: 350px;
    }

    #News img {
        border-radius: 10px;
        width: 100%;
        min-height: 190px;
        max-height: 190px;
    }

    #News .Date {
        background-color: #d6dcd6;
        padding: 5px;
        color: gray;
        border-radius: 5px;
        display: inline-block;
        position: absolute;
        bottom: 5px;
    }

footer {
    background-color: #2f302f;
    padding: 30px;
}

    footer h3 {
        color: #faa719;
        vertical-align: middle;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.67);
        font-size: 24px;
    }

    footer .Description {
        color: #faefec;
        text-align: justify;
        line-height: 20px;
    }

    footer a {
        color: #faa719;
    }

        footer a:hover {
            color: #ca8818;
        }

    footer ul {
        list-style: none;
    }

        footer ul li {
            color: #faa719;
        }

            footer ul li i {
                font-weight: 700;
                padding-left: 5px;
            }

.CopyRight {
    background-color: #faa819;
    padding: 5px 0;
}

#social-icons {
    position: fixed;
    top: 75%;
    left: 0;
    z-index: 9999;
    transform: translateY(-50%);
}

    #social-icons ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        list-style: none;
    }

    #social-icons li a {
        background: rgba(255, 255, 255, 0.8);
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 3px;
    }

        #social-icons li a:hover {
            width: 70px;
            padding: 3px 3px 3px 23px;
            transition: all ease-in-out 0.2s;
            background: rgba(255, 255, 255, 1.0);
        }

    #social-icons li:first-child a {
        border-top-right-radius: 7px;
    }

    #social-icons li:last-child a {
        border-bottom-right-radius: 7px;
    }

    #social-icons li a img {
        width: 100%;
    }

#go-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9991;
    opacity: 0.6;
    transition: all ease-in-out 0.3s;
    display: none;
}

    #go-to-top:hover {
        opacity: 1;
    }

    #go-to-top a {
        background: #faa719;
        padding: 7px;
        color: white;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

#LastEvent {
    background-color: rgba(9,157,170,0.6);
    padding: 10px;
}

    #LastEvent span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

.CustomeNav {
    z-index: 2;
    background-color: rgba(9, 157, 170, 0.85);
    padding-top: 3px;
}

.navbar {
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

.navbar-nav > li > a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 4px solid rgb(46 172 183);
}

    .navbar-nav > li > a:hover {
        color: #fdd717;
        border-bottom: 4px solid #fdd717;
    }

.dropdown-toggle::after {
    color: #fdd61d;
    vertical-align: 0;
}

.dropdown, .dropleft, .dropright, .dropup {
    padding: 0 5px 0 5px;
}

.navbar-scroll {
    background-color: rgba(3, 111, 121, 0.70);
    transition: background-color 0.5s;
}

#MultiNews {
    padding: 20px 0;
    background-color: #f1f1f1;
}

    #MultiNews h1 {
        color: #036f79;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        border-bottom: solid 1px #dee2e6;
        padding-bottom: 10px;
    }

    #MultiNews img {
        max-height: 200px;
    }

    #MultiNews .card-body a {
        color: #036f79;
        font-weight: 500;
        display: block;
    }

        #MultiNews .card-body a:hover {
            color: #36a7b9;
        }
