*{
    margin: 0;
    padding: 0;

    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(84, 84, 84);

}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border:0 none;position: relative; outline: none;
}

#header{
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: rgba(255,255,255,.8);

}
a#bars{
    display: block;
    float: right;
    padding: 16px;
    cursor: pointer;
}
a#bars i{
    color: #ca2026;
}

.superShadow {
    text-shadow:     
        0 1px 0 hsl(59,10456u4rdfcxz .0%,100%),
        0 2px 0 hsl(174,5%,75%),
        0 3px 0 hsl(174,5%,70%),
        0 4px 0 hsl(174,5%,66%),
        0 5px 0 hsl(174,5%,64%),
        0 6px 0 hsl(174,5%,62%),
        0 7px 0 hsl(174,5%,61%),
        0 8px 0 hsl(174,5%,60%),

        0 0 5px rgba(0,0,0,.05),
        0 1px 3px rgba(0,0,0,.2),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.2),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.3);
}
#banner{
    height: 300px;
    background:rgb(245,245,245);/* #fed89e;*/
    display: table;
    width: 100%;
}
#banner-row{
    display: table-row;
}
#banner-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 90px;
    color: #ca2026;
    font-weight: 200;
    background-size: cover;
    position: relative;
    background-image: url(images/banner.jpg);

}
#logo{
    float: left;
    width: 51px;
    height: 55px;
    padding: 4px 8px 0px 5px;

}
#logo img{
    width: 100%;
}
#menu{
    display: none;
}

.clearfix{
    clear: both;
}
.box-wrap{
    background-color: rgb(246, 246, 246);
    background-size: auto;
    color: rgb(76, 76, 76);
    clear: both;
    padding: 0px 15px 15px;
    float: left;
}

.box{

    width: 100%;


}

.box-inner{
    background: #FFF;
    border: 1px solid #DDD;
    padding: 30px 20px 30px;
    text-align: center;
    position: relative;
    margin-top: 36px;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-animation-duration: 1s;
    height: 160px;
    cursor: pointer;
}
.box-inner:hover{

    -webkit-box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);
    -moz-box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);
    box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);

}
.animated{
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.box-inner:hover{
    t//op:-10px;
}
.content-wrap{
    width: 100%;
    margin: 0 auto;
    padd//ing-top:64px;
}
#services>h2{
    text-align:center; 
    background:none; 
    padding:50px 10px 20px 10px;
}
.box-inner h2{
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
}
#services i.fa{
    top: -52px;
    font-size: 40px;
    color: #ca2026; 
}
.close{
    display: none;
    position: absolute;
    top: 5px;
    right: 9px;
}
.close i.fa{
    top: 0px;
    font-size: 25px;
    color: #ca2026; 

}
.service-info{
    display: none;
    margin-top: 20px;
    font-size: 16px;
    line-height: 29px;
    padding: 10px 110px;
    text-align: justify
}

#more{
    display: none;
}
#footer{
    height: 50px;
    background: rgb(230, 230, 230);
    margin-top: 50px;
    padding: 17px 15px 0 15px;
    text-align: center;
}
#about-us-content{
    background: #FFF;
    /*border: 1px solid #DDD;*/
    padding: 0 20px  0px 20px;
    text-align: left;
    position: relative;
    margin: 30px auto;
    width: 100%;
}
#about-us-content h2{
    text-align: center;
    padding: 50px 10px 20px 10px;
}
a#more-about{
    color: #ca2026;
}
#about-us-content p{
    line-height: 30px;
    text-align: justify;	
}
#key-persons{
    width: 100%;
    margin: 20px auto;
}
#key-persons h2{
margin-top:30px;
}
#projects-content{
    background: #FFF;
    /*border: 1px solid #DDD;*/
    padding: 30px 0px;
    text-align: left;
    position: relative;
    margin: 40px auto;
    width:  970px;
}

#projects-content h2{
    line-height: 30px;
    text-align: center;
    padding: 20px 0;
}
#projects-content p{
    text-align: justify;
}

#testimonials{
    background: #FFF;
    /*border: 1px solid #DDD;*/
    padding: 130px 0 0 0px;
    position: relative;
    margin: 0px auto;
    width:  970px;


}
#testimonials h2{
    text-align: center;
}

#contact-us{
    background: #FFF;
    /*border: 1px solid #DDD;*/
    padding: 50px 0 0 0px;
    text-align: left;
    position: relative;
    width:  100%;
    float: left;
    overflow: hidden;
}
#contact-us h2{

    padding: 5px 45px;
    width:  100%;
    background: #fed89e;
    color: #ca2026;
    text-align: center;
}
#contact-us-wrap{

    margin: 40px 20px;
    width:  100%;
    float: left;

}
#contact-us i.fa{
    color: #ca2026; 
}

.addr{
    width:100%;
    float: left;
    margin: 10px 0px;
    mi//n-height: 150px;
}
.addr i.fa{
    top: 0;
    font-size: 16px;
    color: #ca2026; 

}
.addr-loc,.addr-phone{
    clear: both;
    padding-top:3px;
}
.addr-icon{
    float: left;
    width: 26px;


}
.addr-body{
    float: left;
    width: calc(100% - 26px);
}
#footer{
    clear: both;

}
#map{
    float: left;
    width: 100%;

}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 5em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-family:sans-serif
}
blockquote:after {
    color: #ccc;
    content: close-quote;
}
blockquote p {
    display: inline;

}
blockquote p.author {
    color: #777;
    padding-top: 15px;
    display: inline-block;
    font-size: .8em;
}
#members{
    marg//in-bottom: 110px; 
}
#members-wrap{
    background: rgb(245,245,245); 
    padding: 20px 0;
    float: left;
    width: 100%;
}
#members-wrap h2{
    text-align: center
}
.member{
    padding-left: 115px; 
    height: 115px; 
    background: #fff; 
    cursor: pointer; 
    margin: 20px 0;
    transition: .20s linear;
    overflow: hidden;
}
.member img{
    position: absolute; 
    top: 0;
    left: 0; 
    width: 115px; 
    height: 115px; 
    float:left;
}
.m-details{
    width: 100%; 
    padding: 46px 20px;
}
.member h3 span{
    font-weight: 400;
}
.member p{

    padding-top: 50px;
    line-height: 30px;

}

ul#fade{
    list-style:none;
}
ul#fade li h2{
    font-weight:normal;
    position:absolute;
    right:10px;
    display:block;
    background: transparent url(images/yellow-strip-1.png) top center;
    font-size: 25px;
    overflow:hidden;
    padding:3px 10px 5px 10px;
}

.line1 {
    top:65px;
    margin: 0px 0px 0px 0px;
}

.line2 {
    top:105px;
    padding:3px 10px 5px 10px;
}
.b-member{
    background: #fff;
    cursor: pointer;
    padding: 3px;
    transition: .20s linear;
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative;

}
.b-member img{
     
    top: 0;
    left: 0; 
    width: 100%; 
    float:left;
    display: block;
    margin-bottom: 10px;

}
.b-member .m-details{
    padding: 20px 10px 0px 10px;
    display: block;
   
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-//index: 20000;
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-animation-duration: 5s;
    vertical-align: bottom;

}
.b-member .m-details h3::before{
    content: " ";
    display: block;
}
.b-member .m-details h3{
    font-weight: 500;
    font-size:14px;
    color: #ca2026;
    padding-top: 5px;
}
.b-member .m-details h3 span{
    font-weight: 400;
    font-size: 11px;
    display: block;
    padding-top: 5px;
    color: #000;
    min-height: 40px;
}
.b-member .m-details p{
    display: none;
}  
body h1{
    position: fixed;
    left:-300px;
    font-size: 0px;
}

#side-menu{
    display: block;
    position: fixed;
    top:50px;
    right: -130px;
    background: #fff;
    height: 100vh;
    transition: .2s right;
}

.side-menu-item a{
    display: block;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
    color: #ca2026;
    border-bottom: solid 1px #efefef;
}


@media only screen and (min-width : 768px) {
    #header{
        height: 101px;
        position: fixed;
        width: 100%;
        z-index: 2;
        background: rgba(255,255,255,.8);

    }

    #logo{
        display: block;
        float: left;
        width: 152px;
        height: 159px;
        padding: 8px 16px 0px 11px;

    }
    a#bars{
        display: none;
    }

    #side-menu{
        display: none;
    }
    #menu{
        display: block;
        float: right;
        width: 800px;
        height: 100%;

    }

    .menu-item{
        float: right;
        font-weight: 400;
        vertical-align: middle;
        text-align: center;
        height: 100%;
    }
    .menu-item>a{
        color: #8a8a8a;
        display: block;
        text-decoration: none;
        padding: 42px 20px;
        z-index: 1;
        transition: .20s linear;
        font-weight: 500;
        height: 100%;
    }



    .menu-item a:hover{
        color: #e9242b; 
    }
    .active{
        color: #e9242b !important; 
    }

    #banner{
        height: 600px;
        background:rgb(245,245,245);/* #fed89e;*/
        display: table;
        width: 100%;
    }

    #banner-cell{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 90px;
        color: #ca2026;
        font-weight: 200;
        background-size: cover;
        position: relative;
        background-image: url(images/banner.jpg);

    }
    ul#fade{
        list-style:none;
    }
    ul#fade li h2{
        font-weight:normal;
        position:absolute;
        right:100px;
        display:block;
        background: transparent url(images/yellow-strip-1.png) top center;
        font-size: 44px;
        overflow:hidden;
        padding:3px 10px 5px 10px;
    }

    .line1 {
        top:-130px;
        margin: 0px 0px 0px 0px;

    }

    .line2 {
        top:-68px;
        padding:3px 10px 5px 10px;


    }
    .box-wrap{
        back//ground-color: rgb(246, 246, 246);
        background-color:transparent;
        background-size: auto;
        color: rgb(76, 76, 76);
    }
    .box{

        width: 33.33%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-inner{
        background: #FFF;
        border: 1px solid #DDD;
        padding: 30px 20px 30px;
        text-align: center;
        position: relative;
        margin-top: 36px;
        top: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -webkit-animation-duration: 1s;
        height: 160px;
        cursor: pointer;
    }
    .box-inner:hover{

        -webkit-box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);
        -moz-box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);
        box-shadow: 3px 4px 13px -4px rgba(0,0,0,0.22);

    }
    #about-us-content{
        background: #FFF;
        /*border: 1px solid #DDD;*/
        padding: 24px 0  20px 0px;
        text-align: left;
        position: relative;
        margin: 40px auto;
        width:  970px;
    }
    #about-us-content h2{
        text-align: center;
        padding-bottom: 10px;
    }
    .m-details{
        width: 100%; 
        padding: 46px;
    }
    #about-us-content p{
        line-height: 30px;
        text-align: justify;
    }
    .animated{
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .box-inner:hover{
        t//op:-10px;
    }
    .content-wrap{
        width: 1000px;
        margin: 0 auto;
        padding-top:64px;
    }
    .box-inner h2{
        font-weight: 700;
        font-size: 19px;
        line-height: 30px;
    }
    #services i.fa{
        top: -52px;
        font-size: 40px;
        color: #ca2026; 
    }
    .close{
        display: none;
        position: absolute;
        top: 5px;
        right: 9px;
    }
    .close i.fa{
        top: 0px;
        font-size: 25px;
        color: #ca2026; 

    }
    .service-info{
        display: none;
        margin-top: 20px;
        font-size: 16px;
        line-height: 29px;
        padding: 10px 110px;
        text-align: justify
    }

    #services>h2{
        padding:40px
    }
    #key-persons{
        width: 970px;
        margin: 20px auto;
    }
    .addr{
    width:25%;
    float: left;
    margin: 0px 0px;
}
    
    .b-member{
    padding-top: 115px;
    background: #fff;
    cursor: pointer;
    margin: 3px;
    transition: .20s linear;
    overflow: hidden;
    width: 115px;
    float: left;
    height: 115px;
    position: relative;

}
.b-member img{
    position: absolute; 
    top: 0;
    left: 0; 
    width: 115px; 
    height: 115px; 
    float:left;

}
.b-member .m-details{
    padding: 20px 10px 0px 10px;
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background:#fff;// #fed89e;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-animation-duration: 5s;

}
.b-member .m-details:hover{
    opacity: 1;
}
.b-member .m-details h3{
    font-weight: 500;
    font-size:14px;
    color: #ca2026;
}
.b-member .m-details h3 span{
    font-weight: 400;
    font-size: 11px;
    display: block;
    padding-top: 5px;
    color: #000;
}
.b-member .m-details p{
    display: none;
}  
}
