@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: right !important;
    }
}
.menuContainer {
    height: 50px;
    background-color: #ba0d1c;
}
@media (max-width: 768px) {

    .sectionMain{
        height:100vh!important;
    }
    .widgetCell{
        height:auto!important;
    }
    .hideformobile {
        display:none;
    }
    .topLogo{
        width:80%!important;
    }
    .menuContainer {
        background-color: transparent!important;
    }
    .moreMenuDiv {
        display: block !important;
    }

    .headMenuUL {
        padding: 0;
        margin: 0;
        height: 100%;
        display: block !important;
        color: white !important;
    }
.headMenuLI {display:block!important;height: 100%;vertical-align: middle;line-height: 50px!important;float: none!important;height: auto!important;background-color: #383838;margin-bottom: 4px;}
.headSubMenuUL {
    padding: 0;
    margin: 0;
    background-color:black;
    display:block!important;
    position: relative!important;
}
.headSubMenuUL1 {
    padding: 0;
    margin: 0;
    background-color: black;
    min-width: 200px;
    display:block!important;
    position: relative!important;
    right: auto!important;
    border: none!important;
}
.headMenuHolder {display:none!important;position: fixed!important;right: 0!important;height: 100vh!important;background-color: #000000;width: 100%;z-index: 999999999;overflow: scroll;top: 0;}
.headSubMenuLI {display: block;line-height: 50px;border-bottom: solid 1px #3c3c3c;color: black;border: none!important;background-color: #484848;/* margin-bottom: 4px; */}

}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right!important;
}


body {
    margin:0;
    margin-top: 100px !important;
    padding: 0!important;
    color:black;
    font-family: irsans,gothic !important;
}
a{
    color: #b90d1b!important; /* Inherits color property from its parent */
        text-decoration:none!important;
transition:all 1s;
}
a:hover{
    color: #ff0015 !important; /* Inherits color property from its parent */
        text-decoration:none!important;

}

.textBox{
    border:solid 1px rgba(142, 170, 77, 0.29);
    padding:5px;
    min-height:40px;
    width:100%;
    margin-bottom: 30px;
}
.height200{
    height:200px;
}
.button{

border:solid 1px rgba(142, 170, 77, 0.29);

padding:5px;

min-height:40px;

width:100%;

margin-bottom: 30px;

background-color: #b90d1b;

color: white!important;

transition:1s all;

padding-left: 20px;

padding-right: 20px;
}
.button:hover{

    min-height:40px;
    width:100%;
    margin-bottom: 30px;
    background-color:#ffffff;
    color:#b90d1b!important;
    box-shadow:0 0 5px #b90d1b;

}
.disabled {
        -webkit-filter: blur(2px); /* Safari */
        filter: blur(2px);
        opacity:0.6;
        pointer-events: none;
}
input:invalid {
    border-color: rgba(255, 0, 0, 0.35);
}
.whatsappicon{
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #0dba4a;
    left: 10px;
    bottom: 10px;
    border-radius: 50px;
    color: white;
    text-align: center;
    line-height: 57px;
    font-size: 30px;
    text-align:Center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 5px black;
    transition: 1s all;
}
.instaicon{

      background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
 line-height: 57px;
    bottom: 70px;

}
.topNavigator {width: 50px;height: 50px;position: fixed;background-color: #ba0d1c;right: 10px;bottom: 10px;border-radius: 50px;color: white;text-align: center;line-height: 40px;font-size: 30px;z-index: 9999;cursor: pointer;box-shadow: 0 0 5px black;transition: 1s all;opacity:0;}
.topNavigator:before{
     content: "\f077";
    font-family: FontAwesome;
}
.topNavigator:hover{
animation-name:scroll1;animation-duration:0.5s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;

}
.msgboxgreen {position: fixed;width: 30%;background-color: #84b91c;color: black;left: 35%;top: 5%;text-align: center;font-size: 20px;font-family: irsans,gothic;padding: 20px;border: solid 4px rgba(255, 255, 255, 0.64);box-shadow: 0px 0px 10px #84b91c;direction:rtl;z-index: 1000001;}
.msgboxred {position: fixed;width: 30%;background-color: #e00000;color: white;left: 35%;top: 5%;text-align: center;font-size: 20px;font-family: irsans,gothic;padding: 20px;border: solid 4px rgba(255, 255, 255, 0.64);box-shadow: 0px 0px 10px #e00000;direction:rtl;z-index: 1000001;}
input,textarea,button:focus {
    outline: none;
}
.tinyline{
    height:1px;
    background-color:rgba(142, 170, 77, 0.29);
    margin-top:35px;
    margin-bottom:35px;
}
div#qTip {
    border: 1px solid #f3f3f3;
    padding: 5px;
    display: none;
    background: rgb(193, 220, 172);
    color: #333333;
    font: 11px gothic, irsans, tahoma;
    position: absolute;
    z-index: 101000;
    max-width: 220px;
    margin-left: 20px;
    margin-top: 10px;
    border-radius:5px;
}
@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"),url(../fonts/Yekan.woff) format("woff"),url(../fonts/Yekan.ttf) format("truetype"),url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gothic';
    src: url(../fonts/gothic.eot);
    src: local('gothic'),url(../fonts/gothic.woff) format('woff'),url(../fonts/gothic.ttf) format('truetype');
}

@font-face {
    font-family: 'irsans';
    src: local('irsans'),url(../fonts/irsans.woff) format('woff'),url(../fonts/irsans.ttf) format('truetype');
}
.contentArea p {
    text-align: justify;
}

.contentArea img {
    max-width: 100%;
    height:auto;
}
.sectionMainTiles {
    height:20vh;
}
.sec3h1 {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.sec3h2 {height: 400px;background-repeat: no-repeat;background-size: cover;background-position: left bottom;background-image: url(/Images/siteimages/img4.jpg);}
.sec3h2 > div{

margin-top:30px;margin-bottom:30px;

}

.sec3h2 > div > h2{

color:#b90d1b;

}
.sec3h2 > div > strong{

line-height:35px

}
.titleWithBackline {
    position:relative;
    text-align: center;
}
.titleWithBackline:before {
    overflow: hidden;
    border-top: 1px solid #b90d1b;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.titleWithBackline > * {
    position: relative;
    text-align: center;
    font-family: irsans;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding: 5px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid 1px #b90d1b;
}
.contactHomePic {
    background-position:center;
    background-size:cover;
    height: 800px;
}
.contactHomeForm {
        background-position:center;
        background-size:cover;
        height:800px;
        color: white;
        padding-top: 30px;
        padding-bottom: 100px;
}
.contactHomeForm > form input, .contactHomeForm > form > textarea {
    background-color:rgba(255, 255, 255, 0.34);
    border:none;
    display: block;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    font-size:1.2em;
    resize:none;
}
.contactHomeForm > form div{

position: relative;
}
.contactHomeForm > form div img{

position: absolute;
top:0;left:0;
height:50px;
}
.contactHomeForm > form    input::placeholder, .contactHomeForm > form > textarea::placeholder {
color:rgba(255, 255, 255, 0.47);
}
.contactHomeForm > form >  button{
    border:none;
    margin-top:20px;
    width:100%;
    background-color:rgb(255, 253, 253);;
    height:50px;
    color: #8e1e1d;
    font-size:1.5em;
}
.ourCustomersMain {
    background-color:gray;
    background-image: url(/images/siteimages/img18.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    padding-top: 50px;
}
.ourCustomers > img{
    height:100%;
}
.ourCustomers {
    height: 200px;
}
.sectionMainInfosH1 {width: 100%;margin: auto;/* background-color: rgba(255, 255, 255, 0.63); *//* color: #b90d1b; */padding-top: 5px;padding-bottom: 5px;margin-top: 10px;font-size: 0.5em!important;}
.headLogo {

position: absolute;

left: 0;

top: 0;

height: 100%;

/* background-color: white; */

/* margin: 5px; */

/* opacity: 0; */

/* width: 100%; */

/* margin-left: -46%; */
}
.headContainer a {
    padding-left: 15px;
    color: #ffffff!important;
    display: block;
    font-size: 16px;
    /* height: 100%; */
    padding-right: 15px;
    /* padding-top: 50%; */
    /* position: relative; */
    /* left: 0; */
    /* top: 50%; */
    vertical-align: middle;
}
.headContainer a:hover {
    background-color: #ffffff;
    color: #77787c!important;
    text-decoration:none;
    /* padding-bottom: 30px; */
    /* margin-top: 100px; */
}
.headFloat {
        font-size: 150px!important;
        top: 0!important;
}
.headFloat + .topLogo{
opacity:1;
}
.smallTitle {
    font-size:18px;
    margin-top: 20px;
}
.commentArea {background: whitesmoke;}
.commentTop {border-bottom: solid 1px #f1f1f1;height: 30px;padding: 5px;}
.commentDate {font-size: 10px;color: lightgray;text-align: left;}
.commentTools {
    /* text-align:left; */
    color: #c7c7c7;
    border-top: solid 1px #f1f1f1;
    height: 30px;
    padding: 5px!important;
}
.scoreSpan{
    
font-family: irsans;
}
.commentTools{

}
.commentTools > button{background-color:rgba(0, 0, 0, 0);border:none;padding:0;margin:0;width:25px;height:25px;display: inline-block;}
.commentText {
        padding: 5px!important;
}
.commentReply {color: #797979;font-size: 12px;}
.commentReply:after{
    content:"\f00d";
    font-family:FontAwesome;
    color:red;
    font-size:20px;
    padding-top: 7px;
    position:absolute
}
.captchaHolder > input:focus + img {
    opacity: 1; 
}
.captchaHolder > img {
    position: absolute;
    top: 1px;
    left: 16px;
    height: 38px;
    opacity: 0.2; 
    transition:1s all;
}
.commentUserImage {
background-size: cover;
position: absolute;

width: 40px;

height: 40px;

background-color: #cecece;

border-radius: 5px;

right: 5px;

top: 5px;

text-align: center;

line-height: 35px;

font-size: 20px;

color: #757575;

box-shadow: 0 0 3px #cacaca;

text-shadow: 0 0 3px #797979;
}
.commentBox {

background: white;

box-shadow: 0 0 3px #cacaca;

border-radius: 5px;

margin: 5px;

/* padding: 5px; */
}
.mediumTitle {
    font-size:25px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center!important;
}
.largeTitle {
    font-size:35px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.homeGalleryContainer {

}
.homeGalleryItem {height: 350px;background-size:cover;background-position: center;padding: 0!important;}
.homeGalleryItemInfo {
    transition:0.5s all;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.65) 100%);
    font-size: 25px;
    color: white;
    text-align: right;
    overflow: hidden;
    cursor: pointer;
}
.homeGalleryItemInfo > div {
    position:absolute;
    top:300px;
    transition:0.5s all;
    float:left!important;
}
.moreMenuDiv {
    position:fixed;
    right:10px;
    top:10px;
    display: none;
    z-index:99999999999999;
    font-size:50px;
    background-color: #b90d1b;
    color:white;
    width:60px;
    height:56px;
    border-radius:10px;
    box-shadow:0 0 8px white;
    transition: all 1s;
}
.headMenuUL {padding: 0;margin: 0;height: 100%;}
.headMenuLI {display: block;height: 100%;float: right;position: relative;vertical-align: middle;line-height: 50px;}
.headSubMenuUL {
    display:none;
    padding: 0;
    margin: 0;
    background-color:black;
    position: fixed;
    
}
.headSubMenuUL1 {
    display:none;
    padding: 0;
    margin: 0;
    background-color: black;
    position: absolute;
    right: 100%;
    min-width: 300px;
    margin-top: -50px;
}
.headMenuHolder {/* display: inline-block; *//* position: absolute; *//* right: 25px; *//* height: 100%; */}
.forceDisplay {
    display: block!important;
}
.footerCell{
    /* border-left:solid 1px #2b2b2b; */
    min-height: 300px!important;
}
.footerCell a{
    color: black!important; /* Inherits color property from its parent */
        text-decoration:none!important;

}

.headSubMenuLI {display: block;line-height: 50px;border-bottom: solid 1px #3c3c3c;}
.headMenuLI:hover > .headSubMenuUL{
    display:block;
}
.headSubMenuLI:hover > .headSubMenuUL1{
    display: block;
}

.footerContainer {
    background-color: #fffdfd;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2b2b2b;
}
.signContainer {
    background-color: #293135;
    text-align: center;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #ffffff;
    font-size: 12px;
}

    .signContainer a {
        color: #f44336;
        transition: all 0.3s;
    }

        .signContainer a:hover {
            color: #ffffff!important;
        }

    .signContainer img {
        height: 16px;
        display: block;
        margin: auto;
    }
.homeGalleryItemOpen {
    
opacity:0;
    
position: relative!important;
}
.homeGalleryItemInfo:hover > div {
    position:absolute;
    top:200px;
    opacity:1;
}
.homeGalleryItemInfo:hover {
    background: rgba(130, 161, 58, 0.75);
    font-size: 25px;
    color: white!important;
}


.homeGalleryItemOpen{
opacity: 0;
    position: relative!important;
}
.admin_true {
    border: solid 1px #b90d1b;
    box-shadow: 0 0 3px #b90d1b;
}

.commentContainer{
    border-radius: 5px;
    padding: 0!important;
    padding-right: 50px!important;
    position:relative;
}
.commentSingleContainer {transition: all 5s;border-radius:5px;}
.rtl {
    direction: rtl;
}
.ltr {
    direction:ltr;
}
.footerQuickAccess {padding: 0;}
.footerQuickAccess > li {display: block;}
.footerQuickAccess > li > a {width:100%;height:100%;display:block;padding-top: 5px;padding-bottom: 5px;transition:0.5s all;}
    .footerQuickAccess > li :hover {padding-top: 5px;padding-bottom: 5px;color: #b90d1b!important;}
.footerLogoCell {
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    line-height: 35px;
    text-align: justify;
}
.widgetCell *{
    color: black!important; /* Inherits color property from its parent */
    text-decoration:none!important;
    text-align: center;
}

.widgetCell{/* margin-bottom: 20px; */overflow: hidden;height: 250px;transition:1s all;margin: 1px;padding: 5px;background-color: rgba(255, 255, 255, 0.57);text-align: center;}
.widgetCellOut{
padding:0!important;
}

.adminEditInline {
    transition: all 1s;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    font-size: 18px;
    left: 5px;
    opacity: 0.5;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align:center;
    color:#0066ff !important;
    padding: 1px;
    line-height: 25px;
    background-color: rgba(191, 216, 254, 0.7);
    margin-top:5px;
}
.adminEditInline:before {content:"\f040";font-family:FontAwesome;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;}
.adminEditInline:hover {
    opacity: 1;
border-radius:50px;
background-color:#b5d2ff;
text-shadow:none;
}

.adminEditInline *:hover {
background-color:transparent!important;
display:block;
width:100%;
height:100%;

}
.adminEditInline * {
    font-size:25px;
    display: block;
    color: #02ff00 !important;
    text-shadow: black 1px 1px 0px;
    padding:1px!important;
    width: 100%;
    height: 100%;
}
.widgetImg{background-position: center;background-size: contain;background-repeat:no-repeat;height: 100px;/* position: absolute!important; */bottom: 5px;}
.topLogo {/* height: 100%; */width: 30%;/* position: absolute; */top: -5px;/* border-radius: 1050px; *//* background-color: #ba0d1c; *//* border: solid 2px #ba0d1c; */padding: 2px;right: -5px;transition: .5s all;z-index: 5;}
.widgetContainer {background-color: #1a1a1a;padding-top: 90px;padding-bottom: 70px;color: black;background-image: url(/images/siteimages/job2.jpg);background-repeat: no-repeat;background-size: cover;}
.headContainer {position: fixed;width: 100%;text-align: center;font-family: irsans;font-size: 50px;/* padding: 5px; */height: 100px;z-index: 10000;transition: 1s all;top: 0;/* background: #b90d1b; */}
.sectionMain {width: 100%;height: 50vh;background-image: url(../images/siteimages/bg1.jpg);background-position: center;background-size: cover;text-align: center;/* background-attachment: fixed; */}
.sectionMainMini {width: 100%;height: 50vh;background-position: center;background-size: cover;text-align: center;/* background-attachment: fixed; */}
.sectionMainMiniLogo {height: 100%;}

.nopadding {
    padding-bottom:0!important;
    padding-left:0!important;
    padding-right:0!important;
    padding-top:0!important;
}
.section1 {

    width: 100%;
    height: 600px;
    background-image: url(../images/siteimages/section1bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 16px;
    text-align: justify;
    margin-top: 5px;
    padding-top: 5%;
}
.section1 > div{
    height: 300px;
}
.section2 {
    width: 100%;
    height: 600px;
    background-image: url(../images/siteimages/section2bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 16px;
    text-align: justify;
    margin-top: 5px;
}
.section2 > div{
    height: 300px;
}
.upHolder::after {position:fixed;width:100%;height:100%;background-color:black}
.btnGreen{
    
background-color: rgba(186, 13, 28, 0.81);
    
border: solid 2px rgba(255, 255, 255, 0);
    
padding: 10px;
    
font-family: irsans;
    
color: #ffffff!important;
    
font-size: 20px;
    
display: inline-block;
    
transition: 0.5s all;
    
cursor: pointer;
    
padding-left: 50px;
    
padding-right: 50px;
    
border-radius: 5px;
}
.btnGreen:hover{
    color:white!important;
background-color: rgba(45, 47, 44, 0);
    
border: solid 2px white;
}
.sectionMainInfos {padding-top: 10px;padding-bottom: 10px;width: 100%;/* margin: auto; *//* border-radius: 150px 0; *//* position: absolute; *//* bottom: 50vh; */color: #ffffff;height: 100%;/* background: rgba(255,255,255,1); */background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 44%, rgba(255,255,255,0.63) 100%);background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(44%, rgba(255,255,255,0.89)), color-stop(100%, rgba(255,255,255,0.63)));/* background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 44%, rgba(255,255,255,0.63) 100%); */background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 44%, rgba(255,255,255,0.63) 100%);background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 44%, rgba(255,255,255,0.63) 100%);background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.63) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}

.scroll-downs{position:absolute;right:0;bottom:25px;left:0;margin:auto;width:34px;height:55px;transition:all 1s ease;z-index: 9;}.mousey{width:3px;padding:10px 15px;height:35px;border: 2px solid #fff;border-radius:25px;opacity:.75;background-color: rgba(186, 13, 28, 0.75);box-sizing:initial;-webkit-box-sizing:initial;display: none;}.scroller{width:3px;height:10px;border-radius:25%;background-color: #fff;animation-name:scroll;animation-duration:2.2s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;}@keyframes scroll{0%{opacity:0}10%{transform:translateY(0);opacity:1}100%{transform:translateY(15px);opacity:0}}@keyframes scroll1{0%{transform:translateY(0)}50%{transform:translateY(8px)}100%{transform:translateY(0)}}.pointer{width:20px;height:27px;position:absolute;bottom:-15px;animation-name:scroll1;animation-duration: .5s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;left: 15px;}.pointer::before{content("/f103 sss");font-family:FontAwesome;position:fixed;width:10px;height:10px;content: "\f103";font-size: 30px;color: white;top: -5px;left: 0;}
.categoriesContainer {
}
.categoriesContainer > ul {
    max-height:1000px!important;

}
.showCategory {
}
.showCategory > ul {
    max-height:1000px!important;
}
.categoriesContainer ul {overflow:hidden;max-height:0px;padding-right: 20px;transition:1s all;}
.categoriesContainer ul li {display: block;/* padding-top: 5px; */background-color: rgb(255, 255, 255);/* border-top: solid 2px white; *//* padding-bottom: 5px; */}
.categoryshowhidepointer {cursor: pointer;color: #000000;}
.categorybg {

background-color: rgba(210, 210, 210, 0.09);

padding: 5px;

margin-top: 5px;

transition:0.5s all;

border: solid 1px #cccccc;
}
.latestNewsItem {margin-bottom: 10px;color: black;position: relative;border: solid 1px #cccccc;/* border-radius: 10px; */padding: 5px;/* box-shadow: inset 0 0 5px #c1c1c1; */margin-top: 10px;background-color: white;min-height: 200px;padding-bottom: 15px;}
.latestNewsItemTitle {font-size: 1.15em;margin-top: 5px;}
.latestNewsItemText {font-size: 0.9em;margin-top: 10px;margin-bottom: 1;}
.latestNewsItemImageDiv {background-position: center;background-size: 100%;background-repeat: no-repeat;width: 100%;height: 80px;border: solid 1px #cccccc;/* border-radius: 10px; */box-shadow: inset 0 0 50px #000000;transition: .4s all;filter: grayscale(100%);}
.latestNewsItemContentDiv {}
.latestNewsItem:hover > .latestNewsItemImageDiv{
    background-size:120%;
    filter:grayscale(0%)
}
.latestNewsItemImageDiv > img {width: 60px;position: absolute;top: -5px;border-radius: 50px;background-color: white;padding: 2px;right: -5px;transition: .5s all;z-index:5;box-shadow: 1px 1px 5px black;}
.latestNewsItemImageDiv > img:hover {width: 30%;height:auto;border-radius: 0;z-index:6;}
.latestNewsItemInfo {
    color: #2f2f2f;
    font-size: 0.8em;
    font-family: irsans;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.latestNewsItemList {margin-bottom: 10px;color: black;/* padding-left: 0!important; */border: solid 1px #cccccc;/* border-radius: 10px; */padding: 5px!important;/* box-shadow: inset 0 0 5px #c1c1c1; */margin-top: 10px;background-color: white;height: 300px;}
.latestNewsItemTitleList {font-size: 1.5em;margin-top: 5px;color: #b90d1b;}
.latestNewsItemTextList {font-size: 0.9em;margin-top: 5px;color: black;}
.latestNewsItemImageDivList {background-position: center;background-size: 150%;background-repeat: no-repeat;width: 100%;height: 100%;border: solid 1px #cccccc;box-shadow: inset 0 0 350px #000000;transition: .4s all;position: relative;}
.latestNewsItemContentDivList {
    color: white;
    z-index: 1;
    position: absolute;
    /* bottom: 17px; */
    /* right: 0; */
    background-color: rgba(255, 255, 255, 0.78);
    padding: 10px;
    width: 100%;
    top: 25%;
    height: 50%;
}
.latestNewsItemList:hover > .latestNewsItemImageDivList{    background-size:120%;filter:grayscale(0%)}
.latestNewsItemImageDivList > img {width: 15%;position: absolute;top: -5px;border-radius: 150px;background-color: white;padding: 2px;right: 42.5%;transition: .5s all;z-index:5;box-shadow: 1px 1px 5px black;}
.latestNewsItemImageDivList > img:hover {width: 30%;border-radius: 0;z-index:6;right: 35%;top: -50px;}
.latestNewsItemInfoList {
    color: #2b2b2b;
    font-size: 0.8em;
    font-family: irsans;
    position: absolute;
    bottom: 0;
    left: 5px;
}
.latestNewsItemList > a:hover {
    color:inherit;
}

.floatleft {
    float:left!important;
}
.homeNewsCell {
    background-size: cover;
    background-position: center left;
    position: relative;
    height: 500px;
}
.homeNewsCell.mini{
    height:210px
}
.homeNewsCell.mini .homeNewsinfoContainer{
    width: calc(100% - 60px);
}
.homeNewsinfoContainer {
    direction: rtl;
    font-family: irsans;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.48);
    color: white;
    margin: 30px;
}
.homeNewsTitle {
        font-size: 1.5em;
}
.homeNewsText {
        font-size: 1em;
        margin-bottom: 10px;
        text-align: justify;
}
.homeNewsCellOut {
    padding: 10px!important;
}
.homeNews {
    padding: 10px!important;
    text-align: center;
}
.homenewsTransBG {width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.27);}

.galleryShowItem {
    background-position:center;
    background-size:cover;
    height: 300px;
    position:relative;
    overflow:hidden;
}
.galleryShowItem:hover > .galleryShowInfo {
    opacity:1;
    position:absolute;
    top:0;
}
.galleryShowInfo {
    transition:0.3s all;
    background-color:rgba(0, 0, 0, 0.75);
    position:absolute;
    top:300px;
    left:0;
    opacity:0;
    height:300px;
    width:100%;
    z-index:1;
}
.galleryShowInfoEye {position:absolute;top:0;left:0;font-size: 5em;color: white;text-align: center;line-height: 300px;height: 300px;width: 100%;}
.galleryShowInfoText {
    position:absolute;
    bottom:0;
    right:0;
    color: white;
    padding: 10px;
}
.galleryShowBig {
    display:none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.91);
    z-index: 9999999999;
    overflow:hidden;
    transition: 1s all;
}
.galleryShowBigImage {background-position: center;background-repeat: no-repeat;background-size: contain;height: 100%;}