/* ************************************************
 @project                   : KIAAI
 @company                   : Larsa LLC
 @year                      : 2017
 @developer                 : Hiba Almanakly
 @email                     : eng.hibaalmanakly@gmail.com
 @createdDate               : November, 2017
 @updatedBy                 : Hiba Almanakly
 @updatedDate               : November, 2017
 ************************************************ */
 
body{
    
    background:url(https://kiaai.ae/sites/all/themes/kiaai/images/backg.png) !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
    background-size:cover !important;
    
} 
#floating_icons{
    
    position:fixed;bottom:5px;left:50%;transform:translateX(-50%);width:80%;z-index: 10000;display:none;
}

.js-tilt{
    
    cursor:pointer;
    
}
 
 .row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
  
 
}

.overlay_bg{
  
  width:100%;height:100%;position:fixed;background:rgba(0,0,0,0.5);z-index:10000;top:0;left:0;display:none; 
    
}
.sdg_content{
   
   position:fixed;
   width:100%;
   height:100%;
   background:#fff;
   z-index:1000000000;
   top:0;
   left:0;
   display:none;
}

.sdg_wrapper{
    

   float:left;

  
    
}
.closesdg{
    
    position:absolute;
    right:20px;
    top:20px;
    width:30px;
    height:30px;
   background:url(https://kiaai.ae/sites/all/themes/kiaai/images/close-btn.png);
   background-size:contain;
   background-repeat:no-repeat;
    z-index:10;
    cursor:pointer;
}
.sdg_header_ar h2,.sdg_header_ar h3{
    
  text-align:center;  
    
}
.sdg_header_ar h2{
    
    color:red;
    font-weight:bold;
}

.row-centered .col-sm-3{
    
    padding:0;
    
} 
 
 
#elibrary a img{
    
    width:130px !important;
    
}

.newspagecontent h2, h3{
    
  
    
}

.search-icon{
    
    margin-top:-25px;
    
}

.btnn {
  display: block;
  font-weight: 700;
  position: relative;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: #333;
  border-radius: 50px;
  border: 1px solid #988e8e;
padding-top: 6px;
  transition: all 0.2s;
  z-index: 1;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


.btnn:active {
  transform: translateY(0px);
  padding: calc(13px * 0.95) calc(25px * 0.95);
  box-shadow: inset 0px 2px 1px #02679e;
}

.btnn_live {
  padding-right: 22px;
}

span.live-icon {
  display: inline-block;
  position: relative;
  top: calc(50% - 5px);
  background-color: red;
  width: 10px;
  height: 10px;

  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
span.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
          animation: live 2s ease-in-out infinite;
  z-index: -1;
}

@-webkit-keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

@media only screen and (max-width: 500px) {

#elibrary a img{
    
    width:140px !important;
    
}



  .btnn {
    width: 250px;
  }

  span.live-icon {
    position: absolute;
    right: 20px;
  }
}



.insideslidedesc{
    
    color:#000 !important;
    margin-top:-20px !important;
    font-size:25px !important;
}

.insideslidercontainer{

height:700px !important;

}

#block-locale-language .contextual-links-wrapper{
    display: none;
}
#block-locale-language .language-switcher-locale-url li.active{
    display: none !important;
}
#block-locale-language .language-switcher-locale-url li{
    margin: 0;
    display: block;
}
#block-locale-language .language-switcher-locale-url li a{
    height: auto;
    font-family: csbold;
    letter-spacing: 1px;
    font-weight: bold;
    background: #000000;
    color: white;
    padding: 1px 8px;
    line-height: normal;
    font-size: 110%;
}
/*
.lang{
    height: auto;
    font-family: csbold;
    letter-spacing: 1px;
    font-weight: bold;
    background: #000000;
    color: white;
    padding: 1px 8px;
    line-height: normal;
    font-size: 110%;
}*/

.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    text-align: center;
    direction: ltr;
    background: -o-radial-gradient(#ffffff, #ededed, #dddddd);
    background: -ms-radial-gradient(#ffffff, #ededed, #dddddd);
    background: -webkit-radial-gradient(#ffffff, #ededed, #dddddd);
    background: -moz-radial-gradient(#ffffff, #ededed, #dddddd);
    background: radial-gradient(#ffffff, #ededed, #dddddd);
}
.loadinglogo{
    width: 15vw;
    display: inline-block;
    margin-top: 34vh;
}
.timercontainer{
    margin: 0 40vw;
    width: 19vw;
    position: absolute;
    left: 0;
    bottom: 20%;
}
.timer{

    background: #adadad;
    width: 0;
    height: 3px;
}
.timertext{
    text-transform: uppercase;
    font-family: clight2;
    margin-top: 4%;
    color: #7f7f7f;
    letter-spacing: 3px;
}
.timersocial{
    bottom: 6vh;
    position: absolute;
    margin: 0 38vw;
    width: 23vw;
    left: 0;
}
.header{
    margin: 1% 10% 0 10%;
    position: absolute;
    z-index: 300;
    width: 80%;
}
.logo{
    width: 13%;
    float: left;
}
.homepage .logo {
    background: transparent;
}
.logo .image{
}
.menucontainer{
    opacity: 0;
    width: 0;
    overflow: hidden;
    float: left;
}
.menu{
    background: rgba(255, 255, 255, 0.9);
    padding: 2.8vh 0;
    width: 74vw;
    float: left;
    text-align: left;
    font-family: csbold;
    color: #1e1e1e;
    font-size: 0;
}
.menu ul{
    margin: 0;
    padding: 0;
}
.menuli{
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 1.7%;
    border-right: 1px solid black;
    line-height: 1.5;
    position: relative;
}
.menuli>div{
    cursor:default;
}
.menulinoborder{
    border:none !important;
}
.menuli:last-child{
    vertical-align: bottom;
}
.menuli:last-child:before{
    display: none;
}
.menuli:before{
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0px;
    background: #000000;
    transition: 0.4s;
    width: 0%;
    left: 100%;
}
.menuli:hover.menuli:before{
    transition: 0.4s;
    left: 0.6vw;
    width: 50%;
}


.ulsubmenu{
    position: absolute;
    padding-top: 20%;
    top: 100%;
    z-index: 150;
    width: 12vw;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.lisubmenu{
    margin: 4% 5%;
    display: block;
    line-height: 1.2;
    padding: 2% 0%;
    position: relative;
    overflow: hidden;
}
.lisubmenu:before{
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0px;
    background: #000000;
    transition: 0.4s;
    width: 100%;
    left: 100%;
}
.lisubmenu:hover.lisubmenu:before{
    transition: 0.4s;
    left: 0;
    width: 25%;
}

ul.linumber{
    list-style-type: decimal;
}
.pagecontent{
    position: relative;
}
.poster{
    overflow: hidden;
}
.headerimageoverlay{
    height: 125vh;
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    z-index: -1;
    background-position: 100% 100%;
}
.headerimage{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-position: 100% 100%;
}
.header1{
    height:21vw;
    background-position: 100% 100%;
    opacity: 0;
}
.pageimageoverlayleft{
    height: 48vw;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 29vw;
    z-index: -1;
    background-position: 100%;
}
.pageimageoverlayright{
    height: 47vw;
    position: absolute;
    top: 56%;
    right: 0;
    width: 38vw;
    z-index: -1;
    background-position: 100%;
}
.borderimage{
    border-radius: 6px 6px 0 0 ;
    overflow: hidden;
}
.bordercontent{
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.borderr{
    border-radius: 6px;
    overflow: hidden;
}
.about{
    position: absolute;
    width: 50%;
    padding: 18% 0 4% 25%;
    color: #515557;
    opacity: 0 !important;
}
.abouttitle1{
    font-family: cblack;
    text-transform: uppercase;
    color: #25282b;
}
.abouttitle2{
    text-transform: uppercase;
    padding-bottom: 2%;
}
.aboutdesc{
    line-height: 1.3;
    text-align: justify;
}
.sidebartitle{
    position: relative;
    font-family: cbold;
    text-transform: uppercase;
    color: #282828;
    display: inline-block;
    cursor: pointer;
}
.margin1{
    margin: 1vw 0;
}
.margin2{
    margin: 1vw 0;
}
.margin3{
    margin: 1vw 0;
}
.sidebarcontent    {
    overflow: hidden;
}
.sidebartitle:before{
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 4.5vw;
    height: 5px;
    background: #DEAD5E;
    -webkit-animation: toleft 0.4s ease-in-out forwards;
    -moz-animation: toleft 0.4s ease-in-out forwards;
    animation: toleft 0.4s ease-in-out forwards;
    display:none;
}
.sidebarcontent:hover .sidebartitle:before{
    -webkit-animation: toright 0.4s ease-in-out forwards;
    -moz-animation: toright 0.4s ease-in-out forwards;
    animation: toright 0.4s ease-in-out forwards;
}
@-webkit-keyframes toright {
    0%{
        width: 4.5vw;
        left:0%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 50%;
        left:50%;
    }
}

@-moz-keyframes toright {
    0%{
        width: 4.5vw;
        left:0%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 50%;
        left:50%;
    }
}
@keyframes toright {
    0%{
        width: 4.5vw;
        left:0%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 50%;
        left:50%;
    }
}
@-webkit-keyframes toleft {
    0%{
        width: 50%;
        left:50%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 4.5vw;
        left:0%;
    }
}
@-moz-keyframes toleft {
    0%{
        width: 50%;
        left:50%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 4.5vw;
        left:0%;
    }
}
@keyframes toleft {
    0%{
        width: 50%;
        left:50%;
    }
    50%{
        width: 100%;
        left:0%;
    }
    100%{
        width: 4.5vw;
        left:0%;
    }
}
.homepagecontent{
    margin-top: 100vh;
}
.leftsection{
    float: left;
    position: relative;
    width: 14%;
    display: inline-block;
    vertical-align: top;
    margin: 5vw 6% 0 0%;
    padding-left: 10%;
}
/*.centersection{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
}*/
.centersection {
    position: relative;
    display: block;
    vertical-align: top;
    width: 74%;
    margin: auto;
}
.rightsection{
    position: relative;
    width: 17%;
    display: inline-block;
    vertical-align: top;
    padding: 5vw 6% 0 6%;
}
/******************************* left section  ********************************/
.leftimage{
    border: 1px solid #e8e8e8;
    margin-bottom: 15%;
}
.leftimage1{

}
.leftimage2 {
    margin-bottom: 18%;
    font-size: 0px;
}
.leftimage3{
    padding: 8% 5%;
    font-family: creg;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}
.rightimage {
    font-size: 0;
    background: #dddddd;
    margin-right: 5%;
    margin-bottom: 6%;
}
.rightimage2{
    font-size: 0;
    margin-right: 5%;
}
.rightimage2:hover{
    opacity: 0.93;
}
.leftimage3title{
    color: #1e1e1e;
}
.leftimage3title1{
    padding-top: 5%;
}
.leftimage3title2{
    line-height: 1;
}
.hoverimage{
    transition: 0.3s;
}
/***************************** center section  ********************************/
.centeroptioncontainer{
    background: white;
    padding: 0.3vw 0.1vw;
    text-align: center;
    margin-bottom: 0;
}
.centeroption{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    background: #F1F1F1;
    padding: 1.5% 0.2vw;
    font-family: cbold;
    color: #515557;
    cursor: pointer;
    float: left;
}
.centeroption:nth-child(1){
    margin-right: 0;
    background: #DEAD5E;
    color: white;
    float: right;
}
.centercontainer{
    background: #F8F8F8;
    /*    border: 1px solid #dadada;*/
    /*    padding: 0% 0.5%;*/
}
.slidercontent{
    position: relative;
    margin: 0%;
    padding: 8% 10%;
    background: #e6e6e6;
}
.arrow{
    width: 1.4vw;
    position: absolute;
    top: 35%;
    cursor: pointer;
    transition: 0.2s;
}
.arrowleft{
    left: 4%;
}
.arrowright{
    right: 4%;
}
.arrowleft:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.arrowright:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.centerimage{
    height: 15.7vw;
    position: relative;
}
.awardslide{
    z-index: 0;
    display: none;
    opacity: 0;
}
.centerimagetitle{
    background: rgba(114, 30, 30, 0.35);
    color: white;
    font-family: cbold;
    text-indent: 3.2%;
    text-transform: uppercase;
    /* padding-top: 1%; */
    /* padding-bottom: 1%; */
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 2;
    font-size: 291%;
}
.centertitleicon{
    width: 11%;
    display: inline-block;
    padding-right: 3%;
}
.centertitle{
    display: inline-block;
    width: 85%;
    line-height: 1.3;
    color: #3c3c3c;
    padding: 0;
    letter-spacing: 0;
}
.centerdesc{
    text-align: justify;
    font-family: clight;
    color: #3c3c3c;
    padding: 0;
}
.winnerslidercontentbig{
    position: relative;
    height: 100%;
}
.winnerslidercontent{
    position: relative;
    margin: 3% 10%;
    width: 80%;
}
.winnerslider{
    z-index: 0;
    display: none;
    opacity: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
.winnericon{
    height: 10vw;
    display: inline-block;
}
.titlewinnder{
    width: 100%;
    text-align: center;
    color: #3c3c3c;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 0% 0;
}
.winnercenteroption{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    background: #F1F1F1;
    padding: 1.5% 0.2vw;
    font-family: cbold;
    color: #515557;
    cursor: pointer;
}
.winnercenteroption:nth-child(2){
    margin-right: 0.25%;
    background: #DEAD5E;
    color: white;
}

.pagecontent5 .winnercenteroption:nth-child(2){
    background: #F1F1F1;
    color: #515557;
}
.pagecontent5 .winnercenteroption:first-child{
    background: #DEAD5E;
    color: white;
}


/****************************** right section  ********************************/
.rightbutton {
    background: #ac7a3c;
    color: white;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 3%;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #e7e7df;
    box-sizing: border-box;
    padding: 4% 0;
    border-radius: 10px;
}
.rightbutton:hover{
    transition: 0.3s;
    letter-spacing: 1px;
}
.rightbutton:before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left:0;
    top: 0;
    z-index: -1;
    transition: 0.3s;
}
.rightbutton:hover.rightbutton:before{
    background: #dead5e;
    width: 100%;
    transition: 0.3s;
    color: white;
}

#calendar{
    margin-bottom: 0;
    line-height: 1.1;
    width: 66%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}
.day{
    text-align: center;
    display: inline-block;
    width: 23%;
    font-size: 195%;
    color: #282828;
    font-weight: bold;
}
.day .text{
    font-size: 65%;
    color: #81857b;
}


/**************************** center section 2 ********************************/
.centersectioncontentcss{
    margin: 4% 0;
    clear: both;
    float: left;
}
.centerimagetitle2{
    background: rgba(0, 0, 0, 0.35);
}
.centerimage2{
    height: 28vw;
    background-position: 50% 0;
    box-shadow: 0px 90px 24px 4px #CFCFCF;
    z-index: -1;
    position: relative;
}
.center2{
    background: #F9F9F9;
    box-shadow: 0px 11px 24px 4px #CFCFCF;
    border-radius: 0 0 6px 6px;
}
.centertitle2{
    padding: 4% 5%;
    width: auto;
}
.centerdesc2{
    padding: 0% 5% 5%;
}
.newsright, .newsleft{
    top: 2.5vw;
}
.newsslider{
    z-index: 0;
    display: none;
    opacity: 0;
    position: relative;
    width: 84%;
    margin: 2vw 8%;
}
.centertitle3{
    width: auto;
}
.centerdesc3 {
    padding: 0;
}
.centerimage3{
    height: 23vw;
    position: relative;
}
.center3{
    position: relative;
    border: 1px solid #dadada;
    background: #F9F9F9;
}
.more{
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
/******************************** footer **************************************/
.footer{
    font-family: clight;
    color: rgba(255, 255, 255, 0.8);
    margin-top: -10%;
    z-index: -1;
}
.footerimage{
    height: 50vw;
    background-position: 100% 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.footercontent{
    padding: 23vw 12% 0;
    line-height: 1.2;
    letter-spacing: 1px;
}
.footercol1{
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin-right: 13%;
    line-height: normal;
    letter-spacing: normal;
}
.footercol2{
    display: inline-block;
    vertical-align: top;
    width: 13%;
    margin: 5vw 8% 0 0;
}
.footercol3{
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-top: 5vw;
}
.footerlogo{
    width: 12.5vw;
}
.footerlinks{
    padding: 10% 0 6%;
}
.footerlinks a{
    cursor:default;
}
.copyright{
    padding-top: 27%;
    text-transform: uppercase;
}
.footerlinktitle{
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.3vw;
}
.footerlink{

}
.footercol3-1{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 17% 5% 0;
}
.footercol3-2{
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.footercol3-3{
    width: 100%;
    margin-bottom: 7%;
}

.footersearch{
    float: left;
    width: 100%;
    overflow: hidden;
}
.footersearch input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.footersearch input::-moz-placeholder {
    color: #b7b7b7;
}
.footersearch input:-ms-input-placeholder {
    color: #b7b7b7;
}
.footersearch input:-moz-placeholder {
    color: #b7b7b7;
}

.footer input[type="email"]{
    color: #6d6d6d;
    width: 100%;
    transition: 0.4s;
    text-indent: 10%;
    background: #ECECEC;
}
.footersearch:hover input[type="email"]{
    transition: 0.4s;
    text-indent: 5%;
    background: #f3f3f3;
}
.footer input[type="submit"]{
    color: #000;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
    background: #DEAD5E;
}
.footersearch:hover input[type="submit"]{
    transition: 0.4s;
    background:  #b7b7b7;
    color: #fff;
}
.footersearch1{
    float: left;
    width: 70%;
    position: relative;
}
.footersearch2{
    float: left;
    width: 30%;
    position: relative;
}
.footersearch1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: #b7b7b7;
    transition: 0.4s;
    left: -100%;
}
.footersearch:hover .footersearch1:before{
    transition: 0.4s;
    left: 0;
}
.footersearch1:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #b7b7b7;
    transition: 0.4s;
    left: 100%;
}
.footersearch:hover .footersearch1:after{
    transition: 0.4s;
    left: 0;
}


.footersearch2:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: -100%;
    background: #fff;
    transition: 0.4s;
    right: 0%;
}
.footersearch:hover .footersearch2:after{
    transition: 0.4s;
    top: 0;
}

.social{
    display: none;
    width: 100%;
    float: right;
    text-align: right;
}
.socialimage{
    box-sizing: initial ;
    position: relative;
    cursor: pointer;
    width: 1.5vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4vw;
    border-radius: 50%;
    padding: 0.5vw;
    font-size: 0;
    transition: 0.3s;
}
.image2{
    display: none;
    opacity: 0;
}
.s1:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #3b5998;
}
.s2:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #dc4a38;
}
.s3:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #007bb6;
}
.s4:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #50abf1;
}
.s5:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #cc181e;
}

.s6:hover{
    transition: 0.3s;
    box-shadow: 0px 0px 20px #007fb2;
}
.s7:hover{
        transition: 0.3s;
    box-shadow: 0px 0px 20px #e00a94;
}
    

.social2{
    position: fixed;
    width: 2.2vw;
    z-index: 400;
    top: 50%;
    color: transparent;
}
.ar .social2{
    right: 0;
}
.socialimage2{
    width: 100%;
    font-size: 0;
    transition: 0.3s;
    margin-top: -1px;
}
.socialimage2:hover{
    transition: 0.3s;
    filter: sepia(100%);
}



/**************** center section Slider 1 (main slider)  **********************/
.mainslidercontainer{
    position: relative;
}
.nonactiveslide{
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.winnercontent{
    position: relative;
}

/******************************* inside page 1 ********************************/
.maincontent{
    padding-top: 15vw;
}
.leftimagebar{
    width: 36%;
    margin-right: 3%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.clipart{
    -moz-clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
    -webkit-clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
    clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
}
.clipartnews{
    -moz-clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
    -webkit-clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
    clip-path: polygon(0 0, 100% 16%, 100% 98%, 0 82%);
}
.inside11{
    opacity:0;
    -o-transform:rotateY(90deg);
    -ms-transform:rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.rotate1{
    animation: inside11 0.8s  ease-in forwards;
}

@-webkit-keyframes inside11 {
    0%{
        opacity:0;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        opacity:1;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-moz-keyframes inside11 {
    0%{
        opacity:0;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        opacity:1;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes inside11{
    0%{
        opacity:0;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        opacity:1;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
.inside12{
    position: absolute;
    top: 70%;
    width: 90%;
    margin-left: 11%;
    margin-top:20%;
    -o-transform:rotateY(90deg);
    -ms-transform:rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.rotate2{
    animation: inside12 0.8s ease-in 0.3s forwards;
}
@-webkit-keyframes inside12 {
    0%{
        margin-top:20%;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        margin-top:0%;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-moz-keyframes inside12 {
    0%{
        margin-top:20%;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        margin-top:0%;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes inside12{
    0%{
        margin-top:20%;
        -o-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100%{
        margin-top:0%;
        -o-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.rightcontent{
    width: 50%;
    position: relative;
    display: inline-block;
    margin-top: 4%;
}
.sectiontitle{
    color: #25282b;
    width: 80%;
    font-family: cblack;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.newspagecontent .sectiontitle {
    width:100%;
    margin: 3% 0 1%;
}
.sessionsubtitlecontent{
    text-transform: uppercase;
    text-align: center;
    margin: 0 22vw;
}
.sessionsubtitle{
    display: inline-block;
    margin: 0vw 2vw 2vw;
}
.sectioncontent{
    text-align: justify;
    color:#515557;
}
/******************************* inside page 2 ********************************/
.maincontent2 {
    padding-top: 14vw;
    margin-bottom: -18%;
}
.leftimagebar2{
    width: 44%;
    margin-right: 2%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.inside21{
    width: 91%;
    margin-left: 5%;
    margin-top:10%;
    opacity:0;
}
.rotate3{
    animation: inside21 0.8s ease-in 0.3s forwards;
}
@-webkit-keyframes inside21 {
    0%{
        margin-left: 5%;
        margin-top:10%;
        opacity:0;
    }
    100%{
        margin-left: 9%;
        margin-top:0%;
        opacity:1;
    }
}

@-moz-keyframes inside21 {
    0%{
        margin-left: 5%;
        margin-top:10%;
        opacity:0;
    }
    100%{
        margin-left: 9%;
        margin-top:0%;
        opacity:1;
    }
}
@keyframes inside21{
    0%{
        margin-left: 5%;
        margin-top:10%;
        opacity:0;
    }
    100%{
        margin-left: 9%;
        margin-top:0%;
        opacity:1;
    }
}
.rightcontent2{
    width: 44%;
    position: relative;
    display: inline-block;
    margin-top: 6%;
    z-index: -1;
}
/*
.rightcontent2 .sectioncontent {
    font-family: cbold;
    line-height: 1.3;
}*/


/******************************* inside page 3 ********************************/
.memberblock{
    position: relative;
    padding-bottom: 4%;
    color: #515557;
}
.membertitle1{
    font-family: cblack;
    text-transform: uppercase;
    color: #25282b;
    line-height: 1;
}
.memberdesc{
    font-family: cbold;
    margin-top: 2%;
    text-align: justify;
    line-height: 1.2;
}
.membertitle2{
    font-family: cbold;
    color: #25282b;
    line-height: 1;
    margin-top: 5%;
}
.maincontent3 {
    padding: 20vw 10% 6%;
}
.memberimage{
    position: relative;
    display: inline-block;
    width: 12vw;
    font-size: 0px;
    vertical-align: top;
    text-align: center;
    margin: 0 3.5vw 5vw 3.5vw;
}
.memberimg{
    border: 12px solid #ffffff;
    background-color: #ffffff;
    width: 85%;
    margin: auto;
    position: relative;
}
.memberauther{
    line-height: 1.3;
    font-family: csbold;
    margin-top: 8%;
    transition: 0.4s;
    color: #515557;
    width: 150%;
    margin-left: -25%;
}
.memberauthertitle{
    color: rgb(25,123,48);
    font-size: 110%;
    font-family: cbold;
}
.memveroverlay{
    position: absolute;
    z-index: 150;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    border: 0px solid rgba(88, 161, 34, 0);
}
.mainimage{
    width: 40%;
    margin: 5% 30% 2%;
}
.readmore{
    color: #fff;
    text-transform: uppercase;
    font-family: cblack;
    transition: 0.4s;
    opacity: 0;
    margin-left: 25%;
}
.memberimage:hover .memberauther{
    transition: 0.4s;
    color: black;
}
.memberimage:hover .memveroverlay{
    transition: 0.4s;
    background-color: rgba(88, 161, 34, 0.77);
}
.memberimage:hover .readmore{
    transition: 0.4s;
    opacity: 1;
    margin-left: 0%;
}
.memberblock2{
    position: relative;
    padding: 3% 0% 0% 25%;
    color: #515557;
}


/******************************* inside page 4 ********************************/
.leftimagebar4 {
    width: 16%;
    margin: 0 2% 0 17%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -8%;
}
.inside42{
    position: absolute;
    width: 44%;
    margin: 83% 28% 0;
    z-index: 25;
}
.rightcontent4 {
    width: 48%;
    position: relative;
    display: inline-block;
    margin-top: 6%;
}
.sectiontitlesub4{
    font-family: cbold;
    color: #25282b;
    line-height: 1.3;
    margin-top: 3%;
}
.sectiontitle4 {
    width: 100%;
}
.sectioncontent4{
    line-height: 1.3;
    margin: 3% 0 2%;
}
.bcontainer{
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    border-width: 0 0.5px 0 0.5px;
    border-color: transparent;
    border-style: solid;
    margin: 0px 31%;
    padding: 0.3vw 1.4vw;
    margin-top: 1%;
}
.bcontainer:hover{
    transition:0.3s;
    border-color: #cecece;
}
.bicon{
    width: 2.0vw;
    display: inline-block;
    vertical-align: middle;
}
.btext{
    color: #00a84b;
    font-family: cbold;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0.6vw;
}
.btext.font16{
    text-shadow: 0px 0px 14px rgba(100, 216, 100, 0.75);
}
.bcontainer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background: #cecece;
    transition: 0.4s;
    left: -100%;
}
.bcontainer:hover.bcontainer:before{
    transition: 0.4s;
    left: 0;
}
.bcontainer:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #cecece;
    transition: 0.4s;
    left: 100%;
}
.bcontainer:hover.bcontainer:after{
    transition: 0.4s;
    left: 0;
}
.xxkiaai h4,
.sectioncontent h4{
    font-family: cbold;
    font-size: 110%;
}

.h4title{
    font-family: cbold;
    font-size: 110%;
}

/******************************* inside page 5 ********************************/
.pagecontent5 {
    margin-bottom: -20%;
}
.maincontent5 {
    display: inline-block;
    position: relative;
    width: 80%;
    padding: 18vw 10% 20%;
}
.inside5bg{
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.sectiontitle5 {
    margin-bottom: 8%;
    text-align: left;
}
.insideslidercontainer{
    text-align: center;
    font-family: cbold;
    position: relative;
    /*   overflow: hidden;*/
}
.arrowinside {
    width: 1.3vw;
    position: absolute;
    top: 19vw;
    cursor: pointer;
    z-index: 150;
    transition: 0.3s;
    opacity: 0.3;
    margin: 0 1vw;
}
.arrowleftinside{
    left: 0;
}
.arrowrightinside{
    right: 0;
}
.arrowinside:hover{
    transition: 0.3s;
    opacity: 0.5;
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.insideslide{
    display: none;
    z-index: 0;
    opacity: 0;
}
.insideslideimage{
    margin: auto;
    height: 18vw;
margin-top:40px;
}
.insideslidetitle {
    margin-left: 20%;
    opacity: 0;
    margin: 2% 0 !important;
font-size:40px !important;
}

.insideslidetitle p:last-child{

color:#559c21 !important;
font-size:28px !important;

}
.insideslidetitle p:last-child span{

color:#559c21 !important;
font-size:28px !important;

}
.insideslidedesc{
    color: #559c21;
   margin-left:0 !important;
    /*margin: 0 18% 2%;*/
    line-height: 1.2;
  
    opacity: 0;
}

.websiteblock{
    position: relative;
    width: 80%;
    color: #515557;
    padding-bottom: 4%;
}
.magazineimage{
    opacity: 0;
    display: inline-block;
    margin-bottom: 5vw;
    font-size: 0px;
    vertical-align: top;
    text-align: center;
    width: 12.5vw;
    margin-right: 3.2vw;
}
.magazineimage:nth-child(6){
    margin-right: 0;
}
.magazineimg {
    margin: auto;
    position: relative;
    width: 94%;
}
.magazineauther{
    font-family: csbold;
    margin-top: 8%;
    transition: 0.4s;
    color: #515557;
}
.magazineimage:hover .magazineauther{
    transition: 0.4s;
    color: black;
    text-shadow: 0px 0px 1px grey;
}
.magazineimage:hover .memveroverlay{
    transition: 0.4s;
    background-color: rgba(88, 161, 34, 0.77);
}
.magazineimage:hover .readmore{
    transition: 0.4s;
    opacity: 1;
    margin-left: 0%;
}


.publishedimage{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 24vw;
    margin-right: 3vw;
    margin-bottom: 2vw;
}
.publishedimage:nth-child(3n+4){
    margin-right: 0;
}
.winnermainslider .publishedimage:nth-child(2n+3){
    margin-right: 0;
}
.publishedimg {

    background-color: #ffffff;
    width: 100%;
    position: relative;
}
.publishedimg.bg{
    height: 16vw;
}
.publishedauther{
    font-family: csbold;
    margin-top: 4%;
    transition: 0.4s;
    color: #515557;
}
.publishedimage:hover .publishedauther{
    transition: 0.4s;
    color: black;
    text-shadow: 0px 0px 1px grey;
}
.publishedimage:hover .memveroverlay{
    transition: 0.4s;
    background-color: rgba(88, 161, 34, 0.77);
}
.publishedimage:hover .readmore{
    transition: 0.4s;
    opacity: 1;
    margin-left: 0%;
}


.decisioncontainerslider{
    width: 100%;
    position: relative;
    opacity: 0;
    display: none;
}
.decisioncontainerslider[sid="2"]{
    opacity: 1;
    display: block;
}
.decisioncontainer{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17.5vw;
    margin: 0 1.0vw 3vw;
}
.greenoverlay:hover .publishedauther{
    transition: 0.4s;
    color: black;
    text-shadow: 0px 0px 1px grey;
}
.greenoverlay:hover .memveroverlay{
    transition: 0.4s;
    background-color: rgba(88, 161, 34, 0.77);
}
.greenoverlay:hover .readmore{
    transition: 0.4s;
    opacity: 1;
    margin-left: 0%;
}


.filtertitlealbum1{
    display: inline-block;
    font-family: cbold;
    text-transform: uppercase;
    color: #5f5f5f;
    width: 16vw;
}
.filtertitlealbum2{
    display: inline-block;
    width: 8vw;
}
.filtertitle1video{
    display: inline-block;
    font-family: cbold;
    text-transform: uppercase;
    color: #5f5f5f;
    width: 17vw;
}
.filtertitle1{
    display: inline-block;
    font-family: cbold;
    text-transform: uppercase;
    color: #5f5f5f;
    width: 14vw;
    margin: 0 0.8vw;
}
.filtertitle2{
    display: inline-block;
    width: 21vw;
}
.filtertitle2 select,
.filtertitlealbum2 select{
    color: #6d6d6d;
    transition: 0.2s;
    text-indent: 1vw;
    background: rgb(255, 255, 255);
    line-height: 2;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    height: 2.3vw;
    font-family: creg;
    font-size: inherit;
    resize: none;
    padding: 0;
}
.newspage.maincontent3{
    padding: 20vw 10% 0%;
}
.newspageimage{
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    padding: 0 1%;
    margin-bottom: 2vw;

}
.newspageimg{
    font-size: 0;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    position: relative;
    height: 14vw;
    width: 14vw;
    display: inline-block;
    border-radius: 6px;    background-size:contain !important;
}
.newspagetext{
    width: 56%;
    display: inline-block;
    margin: 1% 2%;
    vertical-align: top;
}
.newspagedate{
    font-family: cbold;
    color: #515557;
}
.newspagedesc{
    font-family: clight;
    margin-top: 4%;
    color: #515557;
}
.newspageauther{
    font-family: csbold;
    transition: 0.4s;
    color: #515557;
}
.newspageimage:hover .newspageauther{
    transition: 0.4s;
    color: black;
    text-shadow: 0px 0px 1px grey;
}
.newspageoverlay{
    position: absolute;
    z-index: 150;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    background: rgba(88, 161, 34, 0.8);
    transition: 0.4s;
    opacity: 0;
}
.newspagereadmore{
    text-transform: uppercase;
    font-family: cblack;
    color:white;
    transition: 0.4s;
    opacity: 0;
}
.newspageimage:hover .newspageoverlay{
    transition: 0.4s;
    opacity: 1;
}
.newspageimage:hover .newspagereadmore{
    transition: 0.4s;
    opacity: 1;
}
/********************************** form entry ********************************/
.maincontent8{
    display: inline-block;
    position: relative;
    width: 70%;
    padding: 18vw 15% 2%;
}
.formcontainer {
    background: #f7f7f7;
    padding: 1vw 2vw;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    text-align: left;
}
.formcontainer .ar{
    text-align: right;
    font-family: gelight, creg;
    direction: rtl;
}
.formlogo{
    width: 24vw;
    margin: auto;
}
.formcontainer .table1{
    margin: 0 10%;
    width: 80%;
}
.formcontainer td{

}
.formcontainer .table1 tr td:nth-child(1){
    width: 33%;
}
.formcontainer .table1 tr td:nth-child(2){
    width: 67%;
}
.alignment{
    padding: 0% 4% 1%;
}
.alignment2{
    text-align: center;
}
.alignment3{
    vertical-align: top;
}
.alignment4{
    margin-top: 2%;
}
.alignment5{
    padding: 18vw 10% 8%;
}
.formbigtitle{
    font-family: cbold;
    text-transform: uppercase;
    color: #25282b;
    line-height: 1;
}
.formtitle2{
    text-align: center !important;
    font-size: 120%;
    font-weight: bold;
    padding-top: 1vw;
}

.formcontainer input,
.formcontainer select{
    color: #6d6d6d;
    font-size: inherit;
    font-family: creg;
    transition: 0.2s;
    text-indent: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    line-height: 2;
    padding: 0 2%;
    margin: 0.2vw 0;
    width: 96%;
    height: 2vw;
}
.formcontainer select{
    height: 2.15vw;
    width: 100%;
}
#date_of_birth{
    text-transform: uppercase;
}
.formcontainer input[type="button"]{
    border: none;
    width: auto;
    float: none;
    padding: 0 2vw;
    margin: 0;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 85%;
    transition:0.3s;
    background: #dead5e;
    color: #000;
}
.submit{
    position: relative;
    width: auto;
    float: none;
    display: inline-block;
    overflow: hidden;
}
.submit:hover input[type="button"]{

    background: #b7b7b7;
    color: #fff;
}
.submit:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: -100%;
    background: #fff;
    transition: 0.4s;
    right: 0%;
}
.submit:hover.submit:after{
    transition: 0.4s;
    top: 0;
}
.required{
    color:red;
}

.faqmaintitle{
    font-family: cbold;
    font-size: 130%;
    text-transform: uppercase;
    margin: 3vw 0 1vw;
}
.faqmaintitle[first="1"]{
    margin: 0vw 0 1vw;
}
.faqtitle{
    color: #ffffff;
    cursor: pointer;
    margin-top: 0.8vw;
    padding: 0.5vw 1.5vw;
    background: rgba(95, 95, 95, 0.81);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #4e4e4e;
}
.faqdetails{
    padding: 0.5vw 1.5vw;
    margin-top: 0;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #4e4e4e;
    display: none;
}
.newspagecontent{
    margin: 6% 10% 2%;
    width: 80%;
    position: relative;
}
.newsimage{
    margin: 0 10%;
    width: 80%;
}
.newstitle{
    width: 100%;
    margin: 3vw 0 0vw;
}
.resultjoin{
    width: 100%;
}
.newsimage2 {
    margin: 0 25%;
    width: 50%;
}


.contactcontainer{
    position: relative;
}
.contactinfomap{
}
.contactinfo{
    display: inline-block;
    width: 46%;
    margin: 1% 3% 0;
}
.contactinfo .phone{
    display: inline-block;
    direction: ltr;
    text-align: right;

}
.contactmap{
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 0% 3vw 0;
}
.contactinfomap iframe{
    height: 18vw;
}


.contactform{
}
.contactcontainer input,
.contactcontainer select,
.contactcontainer textarea{
    color: #6d6d6d;
    transition: 0.2s;
    text-indent: 1vw;
    background: #f3f3f3;
    line-height: 2;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 47%;
    margin: 0.5vw 1vw 0.5vw 0;
    height: 2.3vw;
    font-family: creg;
    font-size: inherit;
    resize: none;
    padding: 0;
}
.contactcontainer textarea{
    width: 95.5%;
    height: 6vw;
}
.contactcontainer input[type="button"]{
    border: none;
    width: auto;
    float: none;
    padding: 0 2vw;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 85%;
    transition:0.3s;
    background: #dead5e;
    color: #000;
}
.submitalignment {
    text-align: center;
    margin: 0 ;
    width: 96%;
}


.result{
    height: 2vw;
}


.videoyear{
    width: 48%;
    display: inline-block;
    position: relative;
}
.videoyear iframe{
    height: 11vw;
    width: 17vw;
    margin-bottom: 2vw;
}
video {
    height: 11vw;
    width: 17vw;
    margin-bottom: 2vw;
    border: solid 1px #ddd;
}
#myCarousel video
{
    width:100%;
    height:100%;
    margin:0;
    border:none;
}
.videotitle{
    display: inline-block;
    vertical-align: top;
    font-family: cbold;
    width: 52%;
    margin: 1% 1% 0;
}

.carousel {
    height: 30vw;
    margin-bottom: 2vw;
    margin: 0 8vw 3vw;
}
.album.carousel {
    height: 30vw;
    margin-bottom: 2vw;
    /*margin: 0 15vw 3vw;*/
    /* By Ashraf */
    margin: 0 0vw 3vw;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.carousel-inner>.item{
    height: 100%;
}
.carousel-indicators li{
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 3px;
    cursor: pointer;
    border: none;
    background: #e0e0e0;
}
.carousel-indicators .active {
    width: 30px;
    height: 3px;
    margin: 3px;
    background-color: #444444;
}
.carousel-indicators .active {
    background-color: #444444;
}
.carousel-indicators {
    bottom: 0;
    left: 40%;
    width: 80%;
}

.albumimage{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

    /* By Ashraf */
    background-size:auto 100%;
}
.albumthumcontainer{
    position: relative;
    height: 10vw;
    margin: 1vw 7vw;

}
.albumimagethum{
    display: inline-block;
    width: 15vw;
    height: 9vw;
}
.popupv{
    cursor: pointer;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    z-index: 10000;
    opacity:0;
    display:none;
}
.popupvideo{
    width: 70%;
    margin: 16vh 15%;
    height:70vh;
}
/*----------------------------- magazine details -----------------------------*/
.magazinedetailsimage{
    position: relative;
    width: 24vw;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 7vw 5vw;
}
.magazinedetailsauther{
    font-family: csbold;
    transition: 0.4s;
    color: #515557;
}
.magazinedetailsimage:hover .memveroverlay{
    transition: 0.4s;
    background-color: rgba(88, 161, 34, 0.77);
}
.magazinedetailsimage:hover .readmore{
    transition: 0.4s;
    opacity: 1;
    margin-left: 0%;
}

.hhlink{
    position: absolute;
    top: 4%;
    left: 42%;
    width: 26%;
    height: 11vw;
}
.ttlink{
    position: absolute;
    top: 27%;
    left: 8%;
    width: 26%;
    height: 11vw;
}
.mmlink{
    position: absolute;
    top: 41%;
    left: 77%;
    width: 22%;
    height: 11vw;
}


.newsimg {
    width: 24vw;
    height: 16vw;
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
    margin: 2% 1% 0;
}

/* By Ashraf */
.carousel-indicators {
    width: 100%;
    left:0;
    margin:0;
    position: relative;
}


body {
    /*    background: url(../images/home.jpg);*/
    background-size: auto auto;
    font-stretch: condensed !important;
    background-repeat: no-repeat;
}
.leftsection.sidesection, .rightsection.sidesection {
    display: none;
}

.boxes_section {
    width: 87%;
    display: block;
    clear: both;
    float: none;
    margin: auto;
}
.boxes_section .leftimage {
    width: 31.33%;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    display: inline-table;
    text-align: center;
    margin-top: 3%;
    background: #ecefee;
    margin-right: 3%;
    padding: 2% 0;
    border-top: 5px solid #d6ae69;
    border-radius: 4px;
}
.boxes_section .leftimage:nth-child(3n){
    margin-left: 0% !important;
    margin-right: 0 !important;
}
.boxes_section .leftimage:nth-child(4){
    clear: right;
}
.boxes_section .leftimage a {
    margin: auto;
}
span.box_title {
    font-size: 110%;
    margin-bottom: 1.5%;
    display: block;
    line-height: 1.2;
    min-height: 2.2vw;
}
.boxes_section .leftimage .image {
    width: 76%;
    margin: auto;
    border-radius: 10px;
}
.boxes_section .leftimage.photo_gal_div .image {
    width: 68%;
}
.timing_sec{
    background: url(../images/timing_en.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2.7% 0%;
    margin-bottom: 3%;
    width: 100% !important;
    box-sizing: border-box;
}
.timing_sec .sidebartitle.margin2 {
    position: relative;
    font-family: cbold;
    text-transform: uppercase;
    color: #282828;
    display: inline-block;
    cursor: pointer;
    width: 13%;
    margin: auto;
    margin-left: 12%;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
}
.caltimer {
    width: 71%;
    display: inline-block;
}
#calendar .day{
    font-family: cbold !important;
}
.homepagecontent {
    margin-top: 111vh;
}
.centerimagetitle img {
    width: 3.5%;
    margin-left: 1.2%;
}
.centerdesc_div {
    display: inline-block;
    width: 71%;
    vertical-align: middle;
}
.centersectioncontent_news {
    float: left;
    clear: both;
    display: none;
}
.pager li {
    margin: 0 2px;
}
.pager li.current a {
    background: rgba(88, 161, 34, 0.8);
    color: #fff;
}
    span.filterBy{
    color: #6d6d6d;
    transition: 0.2s;
    text-indent: 1vw;
    background: rgb(255, 255, 255);
    line-height: 2;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    height: 2.3vw;
    font-family: creg;
    font-size: inherit;
    resize: none;
    padding: 0;
    display: block;
        box-sizing: border-box;
           background: url(../images/select-arrow.png) no-repeat 95% center/15px auto #fff;
    cursor: pointer;
    min-height:40px;
    }
    .yearFilter{
        position: absolute;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        display: none;
        list-style: none;
        background: rgb(255, 255, 255);
        line-height: 2;
        border: 1px solid #e0e0e0;
        padding: 0;
            z-index: 999;
    }
.yearFilter.open{
    display: block;
}
.yearFilter li{
    text-indent: 1vw;
}
.yearFilter li:hover,.yearFilter li.selected{
    background-color: #ddd;
    color: #fff;
}
.yearFilter li a{
    display: block;
}
 .album-images{
            margin: 3vw 0;
    }
    .clear{
        clear: both;
    }
        .album-image {
            width: 24%;
            height: 18vw;
            float: left;
            margin: 0.5%;
            background-size: cover;
            position: relative;
            border-radius: 9px;
            background-position: center center;
            overflow: hidden;
}
.album-image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
        background: url(../images/zoom-in.png) no-repeat center center /2.5vw auto rgba(88, 161, 34, 0.8);
    opacity: 0;
    -moz-transition: opacity ease-in 0.4s;
    -webkit-transition: opacity ease-in 0.4s;
    -ms-transition: opacity ease-in 0.4s;
    transition: opacity ease-in 0.4s;
}
.album-image a:hover{
    opacity:1;
}

@media(max-width:800px){
    .album-image {
    width: 49%;
    height: 30vw;
    margin: 0.5%;
}
.album-image a{
        background: url(../images/zoom-in.png) no-repeat center center /8vw auto rgba(88, 161, 34, 0.8);

}
}
/*  Start Awards Block */

.awardinnumbers {
    margin-bottom: 3%;
        clear: both;
}
.awardinnumbers_h1{
    color: #ac7a3c;
    font-weight: bold;
    font-size: 160%;
    padding-left: 15px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 40px;
}
.award-col {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #ac7a3c;
    padding: 0 15px;
    position: relative;
}
.award-col:first-child {
    padding-left: 0;
    padding-right: 30px;
}

.award-col:nth-child(4){
    border-right:none;
}

.mapBackground {
    width: 100%;
    height: 12vw;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.award-col h2{
    color: #ac7a3c;
    font-weight: bold;
        font-size: 160%;
}
.counters {
    width: 50%;
    float: left;
    font-size: 110%;
    color: #ac7a3c;
}
.counters span{
    display: block;
    font-size: 100%;
}
.counters.blue-color{
     color: #8794a7;
}
.counters span.candidates-span {
    font-size: 200%;
    padding: 0;
    color: #8794a7;
}
.counters span.winners-span {
    font-size: 200%;
    padding: 0;
    color: #ac7a3c;
}
/* End Awards Block */


/* Search Block*/

.mainSearchForm {
    top: 100%;
    right: 0;
    z-index: 10;
    width: 25%;
    position: absolute;
    border-top: solid 2px #282828;
    background-color: #fff;
    padding: 25px;
    display: none;
}
.mainSearchForm form {
    width: 100%;
    display: block;
    margin: auto;
    border: solid 1px #dddd;
    box-sizing: border-box;
    height: 45px;
}
.mainSearchForm form > div,.mainSearchForm .container-inline{
    height:100%;
}
.mainSearchForm h2.element-invisible {
    display: none;
}
.mainSearchForm .container-inline div, .mainSearchForm .container-inline label {
    display: none;
}
.mainSearchForm .form-item.form-type-textfield.form-item-search-block-form {
    width: 80%;
    display: block;
    float: left;
    margin: 0;
    height: 100%;
}
.mainSearchForm .form-actions.form-wrapper {
    float: left;
    width: 20%;
    height: 100%;
    display: block;
    background:url(../images/search-icon.png) no-repeat center center/auto 50% #ddd;
}
.mainSearchForm input {
    float: none;
    width: 100%;
    height: 100%;
    text-indent: 5px;
}
.mainSearchForm input[type="submit"]{
    opacity:0;
}
.menu{
    position: relative;
    font-size: 80%;
}
.search-icon {
    width: 1vw;
    cursor: pointer;
}
.search-icon img {
    max-width: 100%;
    cursor: pointer;
    display: block;
}
.search-icon img.close{
   display: none;
}

.search-icon.opened img.search{
  display: none;
}

.search-icon.opened img.close{
    display: block;
}
.mainSearchForm.opened{
    display: block;
}

.page-search .region.region-content {
    background-image: url("/sites/default/files/basic_inner_page_image/header3_2.png");
    background-size: 100% 21vw;
    background-repeat: no-repeat;
    padding-top: 21vw;
    padding-bottom: 13vw;
}
.page-search .block.block-system{
    width: 80%;
    margin: auto;
}
.page-search .search-form{
    display: none;
}
    .page-search .region.region-content h2{
        font-family: cblack;
    text-transform: uppercase;
    color: #25282b;
    line-height: 1;
    padding-bottom: 2vw;
}
.page-search .search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-search .search-results li {
    border-bottom: solid 1px #ddd;
}
.page-search .search-results li:last-child{
border: none;
}
.page-search .search-results .title {
    font-size: 120%;
    font-weight: bold;
}
.page-search .search-results .search-snippet-info {
    padding-left: 0;
}
.pager li.current a {
    background: rgba(88, 161, 34, 0.8);
    color: #fff;
}
.item-list .pager li {
    padding: 0;
        margin: 0;
}
.closeSearch {
width: 30px;
    position: absolute;
    top: 20%;
    right: 15px;
    cursor: pointer;
    display: none;
    padding: 15px;
}

/* End Search Block*/
@media(max-width: 1024px){
    .mainSearchForm {
        position: fixed;
        top: 50%;
        width: 80%;
        left: 10%;
        border: solid 1px #000;
            z-index: 999;
    }
    .searchPopup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 999;
        display: none;
}
.searchPopup.opened{
    display: block;
}
.search-icon {
    width: 3vw;
    margin: auto;

}
.search-icon img {
    max-width: 100%;
    cursor: pointer;
    display: block;
    margin: auto;
}
.closeSearch{
    display: none;
}
    .searchPopup.opened .closeSearch{
        display: block;
    }
}
