body {
    margin: 0;
    padding: 0;
    border: 0;
}
.breadcrumb {
    direction: rtl;
}
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}
div#headerRow {
    padding: 15px;
}
div.headerRow-contact-us {
    color: #818181
}
ul {
    list-style: square
}
div#main-section ul, div#main-section ol {
    padding: 10px 20px 10px 10px;
}
.flex-row {
    display: flex;
    justify-content: space-around;
}

nav.navbar ul.navbar-nav > li.active > a {
    background-image: none;
    background-color: #337ab7;
    color: white;
    transition: .4s;

}

nav.navbar ul.navbar-nav li > a:hover {
    background-image: none !important;
    background-color: #1C4D7B !important;
    color: white !important;
    transition: .4s;
}

span.divider > img {
    transform: rotate(180deg);
}

div.panel {
    background: white;
    color: black;
    border: 1px solid rgba(0, 0, 0, .1) !important;

}

div.panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;;
}

#headerNavbar {
    min-height: 60px;
}

div#main-section {

    min-height: 600px;
    margin-bottom: 20px;
    color: #444;
    padding: 0 20px;

}
div.itemView{
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px;
}
p{padding: 10px}
div.itemContainer,.formContainer {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 20px;
    border-radius: 4px;
}

.box-item {
    padding: 10px;
    text-align: center;
}

div.box-item div.item-wraper {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

div.box-item div.box-item-image {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background-color: grey;
}

div.box-item div.box-item-image:hover img {
    transition: .5s;
/* opacity: .5;*/
    transform: scale(1.2);
    cursor: pointer;
    z-index: 10;

}

div.box-item div.box-item-content h3 {
    font-size: 1.3em;
    letter-spacing: -.5px;
    line-height: 1.6;
    color: #444;
    text-align: center;

}
.white-box{
    padding: 10px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}
.nav>li>a{
    position: relative;
    display: block;
    padding: 15px;
}
footer {
    padding: 10px;
    display: block;
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
    line-height: 40px;
    background-color: white;
    position: relative;

}

footer div.row.footer-copyRight {
    text-align: center;
}

footer h6 {
    color: #a8a8a8;
}

footer div.copy-right{
    border-top: 1px solid #d5d5d5;
}

div#goTOTop {
    position: absolute;
    top: 0;
    right: 10px;
}
a#goUp > span {
    font-size: 40px;
    padding: 15px;
    color: green;
}