/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
ul.list {
    list-style: none !important;
    list-style-type: none !important;
}
ul.rtl {
    direction: rtl;
    float:rtl;
}
.header-middle{
    background: #003553!important;
    text-align: center !important;
}
.header-top.bg-theme-colored{
    background-color: #003553 !important;
    border-bottom: 1px solid #bbb !important;
    box-shadow: -5px 5px #fff;
}
.header-top {
    padding: 0 !important;
}
nav#menuzord, .header-nav-wrapper.navbar-scrolltofixed.bg-light {
    background: #51a351!important;
}
.menuzord-menu > li > a {
    color: #000 !important;
}
.menuzord-menu, .menuzord-menu > li {
    display: inline-block;
     float: right !important; 
}
.p-15 {
     padding: 5px!important; 
}
img.image.fit-image.framed-image {
padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.f_3100.maintext {
    text-align: justify;
}
.upcoming-events.media.maxwidth400.bg-light.mb-10.shadow {
    box-shadow: #999 3px 3px 9px;
}
section > .engineering-container {
    background: rgba(255,255,255,0.45);
    margin-bottom: 15px;
    box-shadow: 2px 5px 5px #cdcdcd;
}
.art-firstpage{
    background: url(../images/mashhad.jpg) no-repeat;
    background-size: 100% 100%;
}
.framed-light {
    background: rgba(235,235,235,0.25);
    border: 1px solid #dcdcdc;
    border-radius: 0.5em;
    padding: 0.05em 0.5em 1.25em 0.5em;
    margin: 0.5em 0;
    box-shadow: 1px 1px 11px #efefef;
}
.framed {
    background: rgba(45,45,45,0.35);
    border: 1px solid #dcdcdc;
    border-radius: 0.5em;
    padding: 0.05em 0.5em 1.25em 0.5em;
    margin: 0.5em 0;
    box-shadow: 3px 3px 3px #888;
}
.menuzord .dropdown{
    z-index: 1001 !important;   
}
.inlineblocked{
    display: inline-block;
}
div#details {
    font-size:0.85em !important;
    background: #dfdfdf;
}
img.docId.slider{width:100%;}
.title-dots span{
    background: #26A65B;
}
.sidebar.sidebar-right{
    background: #ededed !important;
    box-shadow: 2px 5px 5px #cdcdcd;
}

.menuzord-menu > li > a {
    padding: 8px !important;
}
img.profileImage{
    width: 100%;
    object-fit: cover;
    object-position: top;
}