@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Light.eot');
  src: url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
       url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
       url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
       url('../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	-moz-outline:0;
	-ms-outline:0;
	-o-outline:0;
	-webkit-outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:'Montserrat', serif;
	background-color:#ffffff;
    float:left;
    direction:ltr;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.cler{
    clear:both;
}

.top-hd{
    width:100%;
    height:60px;
    float:left;
    background:#333333;
}
.top-hd .cont{
    width:1200px;
    height:60px;
    margin:0px auto 0px auto;
    background:#333333;
}
.contact-way{
    float:left;
    margin-left:20px;
    margin-top:20px;
}
.tel{
    margin-left:0px;   
}
.contact-way i{
    float:left;
    color:#ffc400;
}
.contact-way span{
    float:left;
    margin-left:10px;
    color:#ffffff;
    font-size:14px;
}
.lang{
    float:right;
    width:50px;
    height:22px;
    background:#ffc400;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    line-height:21px;
    color:#333333;
    margin-top:19px;
    transition:all 0.5s;
    font-family:'Droid Arabic Kufi', serif;
}
.lang:hover{
    background:#fff;
    color:#000;
}
.srch{
    float:right;
    margin-right:10px;
    border-right:2px solid #fff;
    height:22px;
    margin-top:19px;
}
.srch-input{
    width:50px;
    float:right;
    margin-right:10px;
    background-color:transparent;
    color:#ffffff;
    font-size:12px;
    text-align:center;
    font-family:'Montserrat', serif;
    line-height:20px;
    padding-right:8px;
    padding-left:20px;
    border:none;
    outline:none;
    transition:all 0.5s;
}
.srch-input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.srch-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.srch-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.srch-input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
.srch-submit{
    width:16px;
    height:20px;
    position:absolute;
    background-color:transparent;
    border:none;
    outline:none;
    cursor:pointer;
    background:url('../images/srch.png') no-repeat center center;
    float:left;
    z-index:55;
    top:19px;
}
.srch-input:focus{
    width:100px;
}
.mid-hd{
    width:100%;
    height:90px;
    float:left;
}
.mid-hd .cont{
    width:1200px;
    height:90px;
    margin:0px auto 0px auto;
}
.logo{
    width:396px;
    height:65px;
    float:left;
    overflow:hidden;
    margin-top:12.5px;
    text-decoration:none;
    display:block;
}
.logo img{
    width:100%;
    height:100%;
    float:left;
}
.menu{
    float:right;
    margin:0;
    padding:0;
    list-style:none;
    margin-top:30px;
}
.menu>li{
    float:left;
    padding-right:12px;
    padding-left:12px;
}
.menu>li:last-child{
    padding-right:0;
}
.menu>li>a{
    text-decoration:none;
    color:#222222;
    font-size:14px;
    transition:all 0.3s;
	cursor:pointer;
}
.menu>li>a:hover{
    color:#ffc400;
}
.menu>li>.sub{
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    width:180px;
    background:#fff;
    z-index:999999999;
    padding-top:40px;
    padding-bottom:12px;
    border-radius:5px;
    display:none;
}
.menu>li>.sub>li{
    width:100%;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
}
.menu>li>.sub>li:first-child{
    border-top:1px solid #ffc400;
}
.menu>li>.sub>li>a{
    float:left;
    margin-left:10px;
    text-decoration:none;
    color:#222222;
    font-size:13px;
    transition:all 0.3s;
    padding-right:15px;
}
.menu>li>.sub>li>a:hover{
    color:#ffc400;
    margin-left:15px;
}
.menu>li>.sub>li>.arr{
    position:absolute;
    width:11px;
    height:10px;
    float:left;
    z-index:55;
    background:url('../images/arr.png') no-repeat center;
    margin-left:90%;
    margin-top:2px;
    -webkit-animation: slideRight 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: slideRight 1s; /* Firefox < 16 */
        -ms-animation: slideRight 1s; /* Internet Explorer */
         -o-animation: slideRight 1s; /* Opera < 12.1 */
            animation: slideRight 1s;
}
.menu>li:hover>.sub{
    display:block;
    -webkit-animation: fadeInDown 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInDown 0.5s; /* Firefox < 16 */
        -ms-animation: fadeInDown 0.5s; /* Internet Explorer */
         -o-animation: fadeInDown 0.5s; /* Opera < 12.1 */
            animation: fadeInDown 0.5s;
}
.menu>li>.sub>li>.sub-sub{
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    width:180px;
    background:#fff;
    z-index:55;
    padding-bottom:2px;
    padding-bottom:12px;
    box-shadow:0px 0px 2px #999;
    margin-left:180px;
    border-top:1px solid #ffc400;
    border-radius:5px;
    display:none;
}
.menu>li>.sub>li>.sub-sub>li{
    width:100%;
    float:left;
    padding-top:8px;
}
.menu>li>.sub>li>.sub-sub>li>a{
    float:left;
    margin-left:10px;
    text-decoration:none;
    color:#222222;
    font-size:13px;
    transition:all 0.3s;
}
.menu>li>.sub>li>.sub-sub>li>a:hover{
    color:#ffc400;
    margin-left:15px;
}
.menu>li>.sub>li:hover>.sub-sub{
    display:block;
    -webkit-animation: fadeInDown 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInDown 0.5s; /* Firefox < 16 */
        -ms-animation: fadeInDown 0.5s; /* Internet Explorer */
         -o-animation: fadeInDown 0.5s; /* Opera < 12.1 */
            animation: fadeInDown 0.5s;
}

.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	height:500px;
}
.responisve-container{
	width:100%!important;
	height:100%!important;
}
.slider{
	position:relative;
	width:100%; 
	max-width:100%!important;
	height:100%!important;
	
}
.slide{
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}
.slide .bg-img{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
/* ELEMENT STYLES */

.title{
	position:absolute;
	top:-200px;
	z-index:8000;
	padding:12px;
	font-size:24px;
	line-height:100%;
	text-transform:uppercase;
}
.title1{
	color:#ffc400;
    font-size:48px;
}
.title2{
	color:#000;
    font-size:48px;
}
.title3{
    width:680px;
	color:#fff;
    font-size:15px;
    background:#ffc400;
    line-height:20px;
}
.proj-map{
    width:100%;
    height:100px;
    float:left;
    background:#ffc400;
    text-align:center;
    line-height:100px;
}
.proj-map span{
    font-size:20px;
    color:#222222;
    padding-right:20px;
}
.proj-map a{
    font-size:16px;
    color:#ffffff;
    padding-right:20px;
    padding-left:20px;
    text-align:center;
    text-decoration:none;
    border:1px solid #fff;
    border-radius:8px;
    padding-bottom:6px;
    padding-top:4px;
    transition:all 0.5s;
}
.proj-map a:hover{
    color:#222;
    border:1px solid #d1d1d1;
}

.dept{
    width:100%;
    height:auto;
    padding-top:50px;
    padding-bottom:50px;
    float:left;
}
.dept .dept-cont{
    width:1200px;
    margin:0px auto 0px auto;
}
.dept-title{
    width:100%;
    float:left;
    text-align:center;
}
.dept-title a{
    color:#333333;
    font-size:30px;
    text-decoration:none;
    transition:all 0.5s;
}
.sp{
    float:left;
    width:85px;
    height:1px;
    border-bottom:2px solid #ffc400;
    margin-top:18px;
    margin-left:557.5px;
}
.dept-title a:hover{
    color:#ffc400;
}
.dept-desc{
    width:90%;
    float:left;
    margin-left:5%;
    text-align:center;
    margin-top:25px;
    color:#777777;
    font-size:21px;
}
.proj-ul{
    float:left;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    margin-top:30px;
    list-style:none;
}
.proj-ul li{
    float:left;
    width:360px;
    margin-left:30px;
    text-align:center;
    margin-top:20px;
}
.proj-ul li i{
    font-size:100px;
    color:#ffc400;
    transition:all 0.5s;
}
.proj-ul li .proj-title{
    color:#222222;
    font-size:19px;
    text-decoration:none;
    margin-top:10px;
    transition:all 0.5s;
}
.proj-ul li .proj-det{
    float:left;
    width:60%;
    color:#555555;
    font-size:17px;
    margin-top:10px;
    margin-left:20%;
}
.proj-ul li:hover i{
    color:#666666;
}
.proj-ul li .proj-title:hover{
    color:#ffc400;
}
.bg-dept{
    background:#f1f1f1;
}
.event-ul{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    margin-top:30px;
    list-style:none;
}
.event-ul li{
    float:left;
    width:277px;
    height:auto;
    margin-left:30px;
}
.event-ul li:first-child{
    margin-left:0;
}
.event-ul li .img{
    float:left;
    width:100%;
    height:200px;
    overflow:hidden;
    border-bottom:2px solid #ffc400;
}
.event-ul li .img img{
    float:left;
    width:100%;
    height:100%;
}
.event-ul li .ev-title{
    float:left;
    color:#333333;
    font-size:15px;
    text-decoration:none;
    margin-top:8px;
    transition:0.5s;
}
.event-ul li .ev-title:hover{
    color:#b08700;
}
.event-ul li .ev-date{
    float:left;
    color:#666666;
    font-size:11px;
    margin-top:10px;
}
.event-ul li .ev-det{
    float:left;
    color:#666666;
    font-size:11px;
    margin-top:10px;
    text-align:justify;
}
.event-ul li .details{
    float:right;
    color:#666666;
    font-size:17px;
    margin-top:10px;
    text-decoration:none;
    transition:0.5s;
}
.event-ul li .details:hover{
    color:#ffc400;
}
.media-dept{
    padding-top:0!important;
    padding-bottom:0!important;
}
.scn-title{
    float:left;
    margin-top:8px;
    margin-left:10px;
    text-decoration:none;
    color:#333333;
    font-size:27px;
    transition:all 0.5s;
}
.scn-title:hover{
    color:#ffc400;
}
.gal{
    width:650px;
    float:left;
}
.gal ul{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    margin-top:10px;
    list-style:none;
}
.gal ul li{
    width:150px;
    height:130px;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.gal ul li .img{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
}
.gal ul li .img img{
    float:left;
    width:100%;
    height:100%;
}
.gal ul li .hvr{
    position:absolute;
    float:left;
    width:150px;
    height:130px;
    overflow:hidden;
    background:rgba(0,0,0,0.8);
    z-index:55;
    display:none;
    text-align:center;
}
.gal ul li .hvr i{
    color:#ffc400;
    font-size:30px;
    margin-top:55px;
}
.gal ul li:hover .hvr{
    display:block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
.vid{
    float:right;
    width:510px;
}
.vid-item{
    width:100%;
    height:340px;
    float:left;
    margin-top:20px;
}
.vid-item iframe{
    width:100%;
    height:100%;
    float:left;
}
.vid-desc{
    float:left;
    width:100%;
    margin-top:8px;
    text-align:justify;
    line-height:25px;
}
.vid-desc p{
    color:#444444;
    font-size:18px;
}
.vid-title{
    margin-left:0!important;
}
.fade-ani{
    visibility:hidden;
}

.f-nav{
    z-index:999;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:#fff;
    box-shadow:0px 0px 3px #555;
    -webkit-animation: fadeInUp 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInUp 0.5s; /* Firefox < 16 */
        -ms-animation: fadeInUp 0.5s; /* Internet Explorer */
         -o-animation: fadeInUp 0.5s; /* Opera < 12.1 */
            animation: fadeInUp 0.5s;
}

.footer{
    width:100%;
    height:60px;
    float:left;
    background:#ffc400;
}
.footer .ftr-cont{
    width:1200px;
    height:60px;
    margin:0px auto 0px auto;
    background:#ffc400;
}
.copyrights{
    float:left;
    margin-top:20px;
    font-size:16px;
    color:#fff;
}

.pg-title{
    width:100%;
    height:150px;
    background:url('../images/title-bg.jpg') no-repeat center; 
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    float:left;
}
.pg-cont{
    width:1200px;
    margin:0px auto 0px auto;
}
.curr-title{
    float:left;
    margin-top:70px;
    color:#333333;
    font-size:18px;
}
.path{
    float:right;
    margin-top:70px;
}
.path a{
    color:#333333;
    text-decoration:none;
}
.path a:after{
    content:'>';
    padding-left:8px;
    padding-right:5px;
    color:#ffc400;
    font-weight:bold;
    font-family:cursive;
    font-size:20px;
}
.path a:last-child:after{
    content:'';
}
.path a:last-child{
    cursor:text;
}

.page{
    width:100%;
    float:left;
    padding-top:50px;
    padding-bottom:50px;
}
.events{
    width:100%;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}
.events li{
    width:100%;
    float:left;
    margin-bottom:20px;
    background:#f8f8f8;
}
.event-title{
    float:left;
    width:100%;
    background:#f1f1f1;
}
.event-title a{
    float:left;
    padding:8px 20px 8px 20px;
    color:#333333;
    font-size:16px;
    text-decoration:none;
    transition:all 0.5s;
}
.event-title a:hover{
    color:#ffc400;
}
.event-date{
    float:left;
    background:#ffc400;
    height:100%;
    width:77px;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
}
.event-date span{
    float:left;
    width:100%;
    color:#222222;
    font-size:20px;
}
.event-desc{
    width:550px;
    float:left;
    margin-left:15px;
    margin-top:10px;
    margin-bottom:20px;
    text-align:justify;
}
.event-desc p{
    font-size:15px;
    color:#757575;
}
.event-img{
    float:right;
    margin-top:10px;
    margin-right:20px;
    width:180px;
    height:120px;
    overflow:hidden;
}
.event-img img{
    float:right;
    width:100%;
    height:100%;
    overflow:hidden;
}
.left-cont{
    width:865px;
    float:left;
}
.paging{
    width:60%;
    margin:0px auto 0px auto;
}
.paging ul{
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.paging ul li{
    float:left;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}
.paging ul li a{
    color:#222;
    font-size:17px;
    padding:5px 8px 5px 8px;
    text-decoration:none;
}
.paging ul li:first-child a:before{
    content:'\f060';
    padding-right:8px;
    color:#ffc400;
    font-family: 'FontAwesome';
}
.paging ul li:last-child a:after{
    content:'\f061';
    padding-left:8px;
    color:#ffc400;
    font-family: 'FontAwesome';
}
.paging ul li a:hover{
    color:#fff;
    background:#ffc400;
}
.paging ul li:last-child a:hover:after{
    color:#fff;
}
.paging ul li:first-child a:hover:before{
    color:#fff;
}
.paging ul li.current a{
    color:#fff;
    background:#ffc400;
}
.right-cont{
    width:300px;
    float:right;
}
.pg-gall{
    width:100%;
    float:left;
    margin-bottom:25px;
}
.pg-top-title{
    width:100%;
    height:30px;
    float:left;
    overflow:hidden;
}
.pg-top-title a{
    text-decoration:none;
    color:#222222;
    font-size:18px;
}
.pg-top-title span{
    float:right;
    width:49%;
    border-bottom:5px solid #ffc400;
    margin-top:12px;
}
ul.last-gal{
    float:left;
    margin-top:20px;
    list-style:none;
    padding:0;
    margin:0;
}
ul.last-gal li{
    float:left;
    margin-top:10px;
    width:144px;
    height:150px;
    overflow:hidden;
    margin-left:12px;
}
ul.last-gal li:nth-child(odd){
    margin-left:0;
}
ul.last-gal li .img{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
}
ul.last-gal li .img img{
    float:left;
    width:100%;
    height:100%;
}
ul.last-gal li a.hvr{
    float:left;
    width:144px;
    height:150px;
    overflow:hidden;
    position:absolute;
    z-index:55;
    display:none;
    background:rgba(0,0,0,0.7);
    text-align:center;
    overflow:hidden;
}
ul.last-gal li:hover a.hvr{
    display:block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
ul.last-gal li a.hvr i{
    margin-top:25px;
    color:#fff;
    font-size:26px;
}
ul.last-gal li a.hvr .spp{
    width:90%;
    height:1px;
    float:left;
    margin-top:10px;
    border-top:1px solid #ffffff;
    margin-left:5%;
}
ul.last-gal li a.hvr .desc{
    float:left;
    width:90%;
    margin-left:5%;
    margin-top:10px;
    text-align:left!important;
}
ul.last-gal li a.hvr .desc{
    font-size:16px;
    color:#fff;
}
.pg-gall .more{
    float:left;
    width:100%;
    height:30px;
    text-align:center;
    text-decoration:none;
    background:#222;
    font-size:18px;
    color:#fff;
    margin-top:10px;
    line-height:30px;
    transition:all 0.5s;
}
.pg-gall .more:hover{
    background:#ffc400;
    color:#222;
}
.contact-info{
    width:280px;
    float:left;
    padding:10px;
    margin-top:40px;
    background:#f8f8f8;
}
.contact-title{
    width:100%;
    float:left;
    margin-top:5px;
}
.contact-title span{
    color:#222222;
    font-size:20px;
}
.single-contact{
    width:100%;
    float:left;
    padding-top:5px;
    padding-bottom:20px;
    border-bottom:1px solid #f1f1f1;
    margin-top:20px;
}
.single-contact i{
    color:#ffc400;
    font-size:22px;
}
.single-contact span{
    color:#333333;
    font-size:16px;
    margin-left:8px;
}

.about{
    float:left;
    width:100%;height:335px;
    overflow:hidden;
}
.about .about-txt{
    float:right;
    width:650px;
    height:335px;
    overflow:hidden;
    text-align:justify;
}
.about .about-txt p{
    color:#333333;
    font-size:18px;
}
.about .about-img{
    float:left;
    width:510px;
    height:335px;
    overflow:hidden;
}
.about .about-img img{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
}
.about.right{
    margin-top:40px;
}
.about.right .about-txt{
    float:left;
}
.about.right .about-img{
    float:right;
}

.contact-map{
    width:100%;
    height:500px;
    float:left;
}
.contact-map #map-canvas{
    width:100%;
    height:100%;
    float:left;
}
.left-contact{
    width:820px;
    float:left;
}
.border-title{
    width:100%;
    height:35px;
    float:left;
    border-bottom:1px solid #f2f2f2;
}
.border-title span{
    color:#222222;
    font-size:18px;
}
.contact-form{
    width:100%;
    float:left;
    margin-top:10px;
}
.txt-input{
    width:240px;
    float:left;
    border-radius:8px;
    border:1px solid #555;
    padding:8px;
    height:15px;
    font-size:14px;
    color:#888;
    font-family: 'Montserrat';
    margin-left:20px;
    outline:none;
}
.txt-input:nth-child(1){
    margin-left:0;
}

.txt-input:focus{
    border:1px solid #000;
}
.txt-area{
    width:804px;
    height:150px;
    float:left;
    border:1px solid #555;
    padding:8px;
    margin-top:10px;
    resize:none;
    color:#888;
    font-family: 'Montserrat';
    border-radius:8px;
    font-size:14px;
    outline:none;
}
.txt-area:focus{
    border:1px solid #000;
}
.txt-sub{
    float:right;
    padding:0;
    margin:0;
    width:100px;
    height:35px;
    text-align:center;
    outline:none;
    border:none;
    background:#ffc400;
    cursor:pointer;
    font-size:16px;
    color:#222;
    margin-top:8px;
}
.right-contact{
    width:340px;
    float:right;
}
.cont-info{
    width:100%;
    float:left;
    margin-top:10px;
}
.cont-info .sn-cont{
    width:100%;
    height:65px;
    float:left;
    margin-bottom:30px;
    overflow:hidden;
}
.cont-info .sn-cont .icon{
    width:65px;
    height:65px;
    float:left;
    overflow:hidden;
    background:#ffc400;
    text-align:center;
    vertical-align:middle;
    line-height:75px;
}
.cont-info .sn-cont .icon i{
    color:#222222;
    font-size:30px;
    
}
.cont-info .sn-cont .txt{
    width:255px;
    height:65px;
    float:left;
    overflow:hidden;
    margin-left:20px;
}
.cont-info .sn-cont .txt span{
    float:left;
    font-size:16px;
    color:#333;
    line-height:22px;
}

.project-img{
    width:100%;
    float:left;
    max-height:550px;
    overflow:hidden;
}
.project-img img{
    width:100%;
    float:left;
}
.project-summ{
    width:100%;
    height:122px;
    float:left;
    margin-top:30px;
    background:#f8f8f8;
}
.summ-border{
    width:27px;
    height:100%;
    float:left;
    background:#ffc400;
}
.sum-title{
    float:left;
    margin-top:20px;
    margin-left:30px;
}
.sum-title span{
    color:#222222;
    font-size:18px;
}
.sum-title span.sp1{
    font-weight:bold;
}
.project-desc{
    float:left;
    width:100%;
    margin-top:30px;
    text-align:justify;
    line-height:25px;
}
.project-desc p{
    font-size:16px;
    color:#333333;
}
.project-overview{
    float:left;
    width:100%;
    margin-top:10px;
    line-height:25px;
    text-align:justify;
}
.project-overview p{
    color:#333333;
    font-size:17px;
}
.project-det{
    float:left;
    width:100%;
}
.project-det .item{
    float:left;
    width:60%;
    margin-top:20px;
float: left;
  margin-left: 10px;
  }
.project-det .item i{
    float:left;
    font-size:20px;
    color:#ffc400;
}
.project-det .item span{
    float:left;
    font-size:16px;
    color:#333333;
    margin-left:15px;
}
.project-det .item span.sp1{
    font-weight:bold;
}

.project-client{
    width:100%;
    float:left;
    margin-top:20px;
}
.project-client .client-img{
    float:left;
    width:80px;
    height:70px;
    overflow:hidden;
}
.project-client .client-img img{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
}
.project-client .client-title{
    float:left;
    width:200px;
    overflow:hidden;
    margin-left:20px;
}
.project-client .client-title span{
    float:left;
    margin-top:10px;
    color:#333333;
    font-size:16px;
}
.project-imgs li{
    height:160px!important;
}
.project-imgs li .hvr{
    height:160px!important;
}

.client-details{
    width:94%;
    float:left;
    padding:3%;
}
.left-det{
    width:530px;
    float:left;
}
.left-det .site{
    width:100%;
    float:left;
    height:40px;
}
.left-det .site .ico{
    width:40px;
    float:left;
    height:40px;
    background:#ffc400;
    line-height:45px;
    text-align:center;
}
.left-det .site .ico i{
    font-size:25px;
    color:#fff;
}
.left-det .site .txt{
    float:left;
    margin-top:10px;
    margin-left:10px;
    font-size:16px;
    color:#757575;
}
.left-det .det{
    width:100%;
    float:left;
    margin-top:10px;
    text-align:justify;
}
.left-det .det p{
    font-size:18px;
    color:#757575;
}
.right-det{
    float:right;
    width:250px;
    height:200px;
    overflow:hidden;
    border:1px solid #666;
}
.right-det img{
    float:right;
    width:100%;
    height:100%;
    overflow:hidden;
}
.it-title{
    width:100%;
    float:left;
    height:40px;
}
.it-title .ico{
    width:40px;
    float:left;
    height:40px;
    background:#ffc400;
    line-height:45px;
    text-align:center;
}
.it-title .ico i{
    font-size:25px;
    color:#fff;
}
.it-title .txt{
    float:left;
    margin-top:10px;
    margin-left:10px;
    font-size:16px;
    color:#757575;
    font-weight:bold;
}
.mrgn-none{
    margin-top:0!important;
}
.pro-txt{
    width:100%;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    margin-top:10px;
    margin-left:30px;
}
.pro-txt li{
    width:100%;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    margin-top:10px;
    transition:all 0.5s;
}
.pro-txt li:before{
    content: "\f10c";
    font-family: 'FontAwesome';
    color:#ffc400;
    font-size:15px;
    padding-right:15px;
    margin-top:-2px;
    transition:all 0.5s;
}
.pro-txt li:hover:before{
    color:#757575;
}
.pro-txt li a{
    text-decoration:none;
    font-size:18px;
    color:#757575;
    transition:all 0.5s;
}
.pro-txt li:hover a{
    color:#ffc400;
}

.wrapper.clients{
		width:100%;
        float:left;
		background:none;
        margin-top:20px;
	}
.wrapper.clients .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
} 

/** Carousel **/

.wrapper.clients .jcarousel {
    float:left;
    position:relative;
    overflow:hidden;
    width:1000px;
    margin-left:;
	height:120px;
    margin-left:100px;
}

.wrapper.clients .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style:none;
    margin:0;
    padding:0;
	height:120px;
}

.wrapper.clients .jcarousel li {
    width:220x;
	height:110px;
    float:left;
    padding-left:30px;
    padding-right:30px;
	overflow:hidden;
    margin-top:5px;
    box-sizing: border-box;
}
.wrapper.clients .jcarousel li .client{
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    text-decoration:none;
    transition:all 0.5s;
    opacity:0.5;
}
.wrapper.clients .jcarousel li .client:hover{
    opacity:1;
}
.wrapper.clients .jcarousel li .client img {
    width: 100%;
	height:100%;
    float:left;
	overflow:hidden;
}

/** Carousel Controls **/

.wrapper.clients .jcarousel-control-prev,
.wrapper.clients .jcarousel-control-next {
    position:absolute;
    margin-top:32px;
    width:31px;
    height:58px;
    text-decoration:none;
  }

.wrapper.clients .jcarousel-control-prev {
    left: 0px;
    background:url('../images/arrow-left.png') no-repeat center;
}

.wrapper.clients .jcarousel-control-next {
    right: 0px;
    background:url('../images/arrow-right.png') no-repeat center;
} 



.wrapper.projects{
		width:100%;
        float:left;
		background:none;
        margin-top:20px;
	}
.wrapper.projects .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
} 


/** Carousel **/

.wrapper.projects .jcarousel {
    float:left;
    position:relative;
    overflow:hidden;
    width:100%;
	height:500px;
}
.wrapper.projects .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style:none;
    margin:0;
    padding:0;
	height:500px;
}
.wrapper.projects .jcarousel ul li{
    width:370px;
    height:auto;
    padding-bottom:25px;
    float:left;
    margin-right:40px;
    background:#f0f0f0;
}
.wrapper.projects .jcarousel ul li:first-child{
    margin-left:0;
}
.wrapper.projects .jcarousel ul li .img{
    width:100%;
    height:280px;
    float:left;
    overflow:hidden;
}
.wrapper.projects .jcarousel ul li .img img{
    width:100%;
    height:100%;
    float:left;
}
.wrapper.projects .jcarousel ul li .desc{
    width:80%;
    float:left;
    margin-left:10%;
    margin-top:10px;
    text-align:center;
}
.wrapper.projects .jcarousel ul li .desc .cu-title{
    color:#333333;
    margin-top:10px;
    text-decoration:none;
    font-size:18px;
    transition:0.5s;
}
.wrapper.projects .jcarousel ul li .desc .cu-title:hover{
    color:#ffc400;
}
.wrapper.projects .jcarousel ul li .desc .cu-date{
    float:left;
    text-align:center;
    width:100%;
    margin-top:10px;
}
.wrapper.projects .jcarousel ul li .desc .cu-date span{
    color:#555;
    font-size:14px;
}
.wrapper.projects .jcarousel ul li .desc .cu-det{
    float:left;
    width:100%;
    margin-top:10px;
    text-align:justify;
}
.wrapper.projects .jcarousel ul li .desc .cu-det p{
    font-size:16px;
    color:#444;
}
/** Carousel Pagination **/

.jcarousel-pagination {
    width:100%;
    float:left;
    text-align:center;
    margin-top:8px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #666;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel-pagination a.active {
    background: #ffc400;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}

.all-gal{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.all-gal li{
    float:left;
    margin-top:20px;
    margin-left:15px;
    width:282px;
    border-bottom:1px solid #d1d1d1;
    padding-bottom:10px;
    height:235px;
}
.all-gal li .img{
    width:100%;
    height:185px;
    float:left;
    overflow:hidden;
}
.all-gal li .img img{
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
}
.all-gal li .img-title{
    width:100%;
    max-height:42px;
    float:left;
    overflow:hidden;
    margin-top:5px;
}
.all-gal li .img-title span{
    color:#333333;
}

.event-date.inner{
    float:left;
    background:#ffc400;
    height:100%;
    width:56px;
    text-align:center;
    padding-top:25px;
    padding-bottom:25px;
}
.event-date span{
    float:left;
    width:100%;
    color:#222222;
    font-size:20px;
}
.event-desc.inner{
    width:680px;
    float:left;
    margin-left:15px;
    margin-top:10px;
    margin-bottom:20px;
    text-align:justify;
    line-height:25px;
}
.event-desc p{
    font-size:16px;
    color:#757575;
}
.inner-img{
    width:100%;
    max-height:500px;
    float:left;
    overflow:hidden;
}
.inner-img img{
    width:100%;
    max-height:500px;
    float:left;
}

.last-events{
    width:100%;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.last-events li{
    width:100%;
    float:left;
    margin-top:10px;
    height:90px;
    padding-bottom:8px;
    border-bottom:1px solid #d1d1d1;
}
.last-events li .img{
    width:90px;
    float:left;
    height:85px;
    overflow:hidden;
}
.last-events li .img img{
    width:100%;
    float:left;
    height:100%;
    overflow:hidden;
}
.last-events li .ls-title{
    width:200px;
    float:left;
    max-height:70px;
    overflow:hidden;
    text-decoration:none;
    font-size:14px;
    color:#333333;
    transition:all 0.3s;
    margin-left:10px;
}
.last-events li .ls-title:hover{
    color:#ffc400;
}
.ls-date{
    width:200px;
    float:left;
    overflow:hidden;
    margin-top:5px;
    margin-left:10px;
}
.ls-date i{
    font-size:15px;
    color:#ffc400;
}
.ls-date span{
    font-size:13px;
    color:#999999;
}
.last-events li:last-child{
    border-bottom:none;
}

.projects-right{
    float:right!important;
}
.projects-left{
    float:left!important;
}

.project-item{
    width:100%;
    float:left;
}
.project-item>ul{
    width:100%;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.project-item>ul>li{
    float:left;
    padding:2%;
    width:96%;
    background:#f8f8f8;
    margin-bottom:15px;
}
.p-title{
    float:left;
    clear:both;
    text-decoration:none;
    color:#333333;
    font-size:18px;
    transition:all 0.5s;
    margin-bottom:8px;
}
.p-title:hover{
    color:#ffc400;
}
.det-item{
    width:100%;
    float:left;
    margin-top:8px;
    margin-left:20px;
}
.det-item i{
    font-size:15px;
    color:#ffc400;
    float:left;
}
.det-item span{
    font-size:13px;
    color:#333333;
    float:left;
    margin-left:10px;
}
.det-item span.t{
    font-weight:bold;
}
.pro-sp{
    width:100%;
    height:1px;
    float:left;
    margin-top:15px;
    border-bottom:1px dotted #555;
}



#nav { 
    display:block; 
    width:100%; 
    margin:0 auto; 
    list-style-type:none;
    float:left;
}

ul#nav>li{
    float:right;
    width:100%;
}

#nav>li>a { 
  display:block; 
  padding:10px 10px;
  font-size:16px;
  color:#333333;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  background-color:#f1f1f1;
}
#nav>li>a:after{ 
    float:right;
    font-size:18px;
    content:'>';
    font-family:cursive;
    font-weight:bold;
    line-height:20px;
}
#nav>li:last-child>a { 
  border-bottom:none;
}
#nav>li>a:hover, #nav>li>a.open {
  color:#222;
  background-color:#ffc400;
}
#nav>li>a.open:after{
    float:right;
    font-size:14px;
    content:'v';
    font-family:cursive;
    font-weight:bold;
    line-height:10px;
    margin-top:5px;
}

#nav>li>ul {
    display:none;
    background:#f9f9f9;
    list-style:none;
}

#nav>li>ul>li>a {
display:block; 
background:none;
padding:10px 0px;
      padding-left:30px;
      font-size:14px;
      text-decoration:none;
      color:#333333;
}
#nav>li>ul>li>a:hover {
    background: #fff;
    border-left:5px solid #ffc400;
}
#nav>li>ul>li.current>a {
    background: #fff;
    border-left:5px solid #ffc400;
}

.project-item{
    display: none;
}
.project-item.current{
    display:block;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


.wrapper.pro{
		width:100%;
        float:left;
		background:none;
        margin-top:20px;
	}
.wrapper.pro .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
} 

/** Carousel **/

.wrapper.pro .jcarousel {
    float:left;
    position:relative;
    overflow:hidden;
    width:90%;
    margin-left:5%;
	height:90px;
}

.wrapper.pro .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style:none;
    margin:0;
    padding:0;
	height:90px;
}

.wrapper.pro .jcarousel li {
    width:100px;
	height:75px;
    float:left;
    margin-right:12px;
    margin-left:12px;
	overflow:hidden;
    margin-top:5px;
    box-sizing: border-box;
}
.wrapper.pro .jcarousel li .client{
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    text-decoration:none;
    transition:all 0.5s;
    opacity:0.5;
}
.wrapper.pro .jcarousel li .client:hover{
    opacity:1;
}
.wrapper.pro .jcarousel li .client img {
    width: 100%;
	height:100%;
    float:left;
	overflow:hidden;
}

/** Carousel Controls **/

.wrapper.pro .jcarousel-control-prev,
.wrapper.pro .jcarousel-control-next {
    position:absolute;
    margin-top:32px;
    width:30px;
    height:30px;
    text-decoration:none;
  }

.wrapper.pro .jcarousel-control-prev {
    left: 0px;
    background:url('../images/arrow-left.png') no-repeat center;
}

.wrapper.pro .jcarousel-control-next {
    right: 0px;
    background:url('../images/arrow-right.png') no-repeat center;
} 

.project-map{
    width:1024px;
    margin:0px auto 0px auto;
}
.cat-ul{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.cat-ul li{
    width:280px;
    float:left;
    height:20px;
    padding:10px;
    background:#f1f1f1;
    margin-left:30px;
    margin-top:10px;
}
.cat-ul li i{
    float:left;
    font-size:30px;
    line-height:22px;
}
.cat-ul li span{
    float:left;
    font-size:14px;
    margin-left:8px;
    color:#333333;
}
i.env-eng{
    color:#37a800;
}
i.elec-mech{
    color:#ff0000;
}
i.elec-eng{
    color:#000000;
}
i.cons-eng{
    color:#ab24a3;
}
i.infra-roads{
    color:#806f00;
}
i.other{
    color:#0074eb;
}

.position{

}
.position .inner-desc {
    width:400px;
    position:absolute;
    background:#fff;
    float:left;
    border-radius:6px;
    padding-right:10px;
    padding-left:10px;
    z-index:99;
    border:1px solid #000;
    height:130px;
    margin-top:-180px;
    margin-left:-100px;
    visibility:hidden;
}
.position .inner-desc .title{
    float:left;
    width:97%;
    text-align:left;
    position:absolute;
    margin-top:200px;
    line-height:14px;
    border-bottom:1px solid #ffc400;
    background:#f1f1f1;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    margin-left:-10px;
    padding:5px;
}
.position .inner-desc .title a{
    color:#333333;
    font-size:13px;
    text-decoration:none;
}
.position .inner-desc:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.position:hover .inner-desc {
    visibility:visible;
    opacity: 1;
    z-index: 999;
}
.in{
    margin-top:35px;
}
.in .item{
    margin-top:8px;
}
.in .item i{
    font-size:16px;
    margin-right:5px;
}
.in .item span{
    font-size:14px;
    margin-left:5px;
}

.comp-class{
    width:100%;
    float:left;
    background:#f8f8f8;
    padding-bottom:30px;
}
.clas-title{
    width:100%;
    height:50px;
    float:left;
    background:#ffc400;
}
.clas-title a{
    float:left;
    margin-left:20px;
    margin-top:12px;
    color:#333333;
    text-decoration:none;
    font-size:18px;
}
.com-cont{
    float:left;
    width:88%;
    margin-top:30px;
    margin-left:6%;
}
.details-in{
    width:100%;
    float:left;
    text-align:justify;
    line-height:22px;
}
.details-in p{
    color:#757575;
    font-size:16px;
}
.tabl{
    width:100%;
    height:272px;
    float:left;
    margin-top:30px;
}
.tabl img{
    width:100%;
    height:100%;
    float:left;
}
.custm{
    margin-top:0!important;
}

.bordered-img{
    width:99.5%;
    height:320px;
    float:left;
    border:1px solid #d1d1d1;
}
.bordered-img img{
    width:100%;
    height:100%;
    float:left;
}
.staff-ul{
    float:left;
    list-style:none;
    width:100%;
    margin:0;
    padding:0;
    padding-bottom:30px;
}
.staff-ul li{
    float:left;
    width:100%;
    height:175px;
    margin-bottom:20px;
}
.staff-ul li .img{
    float:left;
    width:150px;
    height:173px;
    overflow:hidden;
    border:1px solid #d1d1d1;
}
.staff-ul li .img img{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
}
.staff-ul li .icons{
    float:left;
    width:50px;
    height:100%;
    overflow:hidden;
    background:#ffc400;
    margin-left:15px;
    text-align:center;
}
.staff-ul li .icons i{
    float:left;
    margin-top:30px;
    clear:both;
    margin-left:20px;
    font-size:20px;
}
.staff-ul li .icons i:first-child{
    margin-top:15px;
}
.staff-ul li .content{
    width:638px;
    height:100%;
    float:left;
    background:#f8f8f8;
}
.staff-ul li .content .sname{
    width:100%;
    height:50px;
    float:left;
    background:#f1f1f1;
}
.staff-ul li .content .sname span{
    float:left;
    margin-top:15px;
    margin-left:20px;
    color:#333333;
    font-size:18px;
}
.jop-title{
    width:100%;
    height:50px;
    float:left;
}
.jop-title span{
    float:left;
    margin-top:15px;
    margin-left:20px;
    font-size:16px;
    color:#757575;
}