@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");

.header-bg-home {
    background: url("../../images/bg.png"), #bb5300; /* Old browsers */
    background: url("../../images/bg.png"), -moz-linear-gradient(140deg, #0870c4 60%, #fff 115%); /* FF3.6-15 */
    background: url("../../images/bg.png"), -webkit-linear-gradient(140deg, #0870c4 60%, #fff 115%); /* Chrome10-25,Safari5.1-6 */
    background: url("../../images/bg.png"), linear-gradient(140deg, #0870c4 60%, #fff 115%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0870c4', endColorstr='#fff',GradientType=1 );
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
}
.header-bg {
    background: url("../../images/bg.png"), #bb5300; /* Old browsers */
    background: url("../../images/bg.png"), -moz-linear-gradient(140deg, #0870c4 60%, #fff 115%); /* FF3.6-15 */
    background: url("../../images/bg.png"), -webkit-linear-gradient(140deg, #0870c4 60%, #fff 115%); /* Chrome10-25,Safari5.1-6 */
    background: url("../../images/bg.png"), linear-gradient(140deg, #0870c4 60%, #fff 115%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0870c4', endColorstr='#fff',GradientType=1 );
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;  
}

header{
    width: 100%;
    position: fixed;
    z-index:10;
    color:#fff;
    transition: all 0.4s ease;
    top:0;
}

header.sticky {
    background: #0066b1;
    transition: all 0.4s ease;/*#a2181d*/
}
header.sticky .logo .new_h2 {
    color:#fff;
}

header.sticky .navbar-nav>li>a {
    color: #fff
}
header.sticky .navbar-nav>li>a:hover {
    color: #4d94cd;
}
.header_area_text a,
.btn-xl,
.viewall a{
    display: inline-block;
    text-transform: uppercase;
    color: #4d94cd;
    outline: none;
    font-family: 'Archivo Narrow';
    background: none;
    font-size: 16px;
}
.contactbtn,.btn-donate{
    display: inline-block;
    padding: 10px 25px!important;
    text-transform: uppercase;
    color: #fff !important;
    outline: none;
    font-family: 'Archivo Narrow';
    border:2px solid #fff!important;
    background: rgba(255,255,255,.2)!important;
    margin-top: 30px;
    font-weight: 700;
}
.contactbtn:hover,.btn-donate:hover{
    color:#0066b1;
    background:none!important;
    border:2px solid #fff;
}

.header_area_text a:hover,
.btn-xl:hover,
.viewall a:hover {
    color: #0066b1;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

html,
body {
    font-family: 'Open Sans', sans-serif
}

.section_padding {
    padding: 70px 0px 60px;
    background: #fff;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 2
}

.coursearea p {
    display: inline-block
}

.logo {
    width: 310px;
    display: inline;
    float: left;
}

.logo h2 a {
    color: #fff;
    text-decoration: none
}
.navbar{
    display: inline;
    float: right;
    margin: auto !important;
    max-width: 800px;
    position: fixed;
    right: 0;
    width: 100%;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav>li>a {
    font-family: "Archivo Narrow" !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 1px;
    padding-top: 34px !important;
    color: rgba(255,255,255,.7);
}

.logo, .navbar-nav > li > a {
    margin-top: 0px;
}

.logo h2{
    margin: 5px 0!important;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background: none; 
    color: #fff;
    transition: all 0.3s ease 0s;
}

.header_area_text {
    padding-top: 190px;
    padding-bottom: 200px;
    text-align: left;
    width: 45%;
}
.single_feature{

}
.single_feature p{
    font-size: 22px
}
.logo h5{
    margin: -38px 0 0 95px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
}

.header_area_text h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    font-family: 'Open Sans';
    margin: 40px 0;
    text-shadow: 1px 1px 2px #000000
}

.header_area_text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-shadow: 1px 1px 2px #000000
}

#features_area p, #about_area p {
    font-size: 18px
}

.single_feature h3 {
    margin-top: 35px
}

.section_end {
    margin: -44px 0 -36px;
    position: relative;
    text-align: center
}


.calendar_area,
#story_area,
#contact,
#admission_area{
    background: url("../../images/bg1.png"),  #0870c4; /* Old browsers */
    background: url("../../images/bg1.png"), -moz-linear-gradient(140deg, #0870c4  60%,#fff 115%); /* FF3.6-15 */
    background: url("../../images/bg1.png"), -webkit-linear-gradient(140deg,  #0870c4 60%,#fff 115%); /* Chrome10-25,Safari5.1-6 */
    background: url("../../images/bg1.png"), linear-gradient(140deg, #0870c4  60%,#fff 115%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #0870c4', endColorstr='#0e0e0e',GradientType=1 );
  
  
}

.story_text h2,
.contact h2,
.experience h2 {
    margin-bottom: 40px
}

.story_text p,
.experience p {
    margin-bottom: 30px
}

.experience a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

#staff_area {
    position: relative
}


#blog_area{
    background: #eee;
}

.single_blog h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 20px
}

.single_blog p {
    margin: 10px 0px 30px 0px
}

.comment_area {
    color: #999999
}

.date i,
.comment i {
    margin-right: 10px
}

#call_to_action_area {
    padding: 30px 0px;
    color: #fff
}

.call_to_action_text h2 {
    margin: 0
}

.call_project a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 13px;
    text-transform: uppercase
}

#footer_area {
    background-color: #222;
    color: #fff;
    margin-top: -20px
}

.company_address {
    color: #aaa;
    padding: 15px 25px;
    text-align: center
}

.company_address h2 {
    font-size: 17px;
    text-transform: uppercase
}

.company_address p {
    font-size: 14px;
    font-weight: 300
}

.company_address h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

#preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#preloader img {
    left: 50%;
    margin-left: -15px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 50px
}

.new_h2 {
    color: #fff;
    font-family: "open Sans";
    font-size: 29px;
    font-weight: 500;
}

.new-col-sm-4 {
    width: 40%
}

.new-col-sm-8 {
    width: 60%
}

.bolden {
    font-weight: 600;
    color: #fff !important
}

.boldenB {
    font-weight: 600;
    color: #555
}

.new-p {
    line-height: 1
}

#galleycont{
    margin-top: 130px;
}

#galleycont h2{
    color: #0066b1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Archivo Narrow" !important;
}

.articlepanel h4{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Archivo Narrow" !important;
}
.experience-right p,
.skill_right p,
#galleycont p
.datecs {
    color: #fff
}

.datecs {
    font-weight: 600
}

.facility-header {
    margin: 10px 0px !important
}

.footer-copyright {
    color: #ccc;
    background-color: #111;
    text-align: center;
    padding: 10px;
    font-size: small
}

.locationmap {
    display: block;
    height: 400px;
    width: 100%
}

.company_address p {
    line-height: 1.5
}

#story_area p,
#admission_area p,
#campus_links p{
    color: #fff;
    font-size: 18px;
}
#story_area h2,
#contact h2,
#footer_area h2{
    color: #fff;
}
.scrolloff {
    pointer-events: none
}

.captdesk {
    left: 35px;
    position: absolute;
    top: 35px;
    width: 70%;
    z-index: 100
}

blockquote {
    border-left: 5px solid #ccc;
    margin: 20px 10px;
    padding: 5px 10px;
    quotes: "\201C""\201D""\2018""\2019"
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em
}

blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em
}

blockquote p {
    display: inline;
    font-size: 12px;
    color: #777 !important
}

.form-group {
    margin-bottom: 25px
}

.inputsearch,
.form-group input.form-control {
    height: auto
}

.inputsearch,
.form-group input,
section#contact .form-group textarea,
fieldset input,
fieldset textarea,
fieldset select {
    margin-bottom: 43px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    border:none!important;
    border-bottom: 1px solid rgba(255,255,255,.2)!important;
    font-family: 'Archivo Narrow';
    color: #fff;
    box-shadow: none!important;
    font-size: 16px;
}
.form-control:focus {
border-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255,255,255,.4);
}

.inputsearch {
    max-width: 50%;
}

section#contact .form-group textarea {
    height: 140px
}

#footer_area.section_padding {
    padding: 40px 0px !important;        
}

ul.social-buttons li a {
    padding: 9px;
    background: #111;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    transition: all 0.3s ease 0s;
    width: 40px
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #0066b1;
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.25) url("../../images/up-arrow.png") no-repeat center 43%;
    outline: none;
}

a.back-to-top:hover {
    background: rgba(0, 101, 177, 0.7) url("../../images/up-arrow.png") no-repeat center 43%;
}

.centertext {
    text-align: center
}

#Courses_link p {
    color: #fff
}

#Courses_link a {
    text-decoration: none;
}

#Courses_link a:hover {
    cursor: pointer;
}

.viewall {
    margin-top: 2rem;
    text-align: right;
}

.modal-header {
    border: none !important;
    padding: 10px
}

.modal-footer {
    border: none !important;
    padding: 10px
}

.pull-left {
    float: none !important
}

#links img {
    width: 23.7%;
    margin: 5px;
    opacity: .85;
    background-color: #000;
    border: 2px solid #fff;
    transform: scale(1.3);
}

#links a:hover img {
    opacity: .9;
    transform: scale(1.6);
    transition: all 0.4s ease 0s;
    border: 2px solid #fff;
    opacity: 1;
    z-index: 1000
}

#links {
    margin: 0 auto;
    text-align: center
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

#header_area #features_area h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #fff
}

#header_area #features_area p {
    color: #ddd
}

.well {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    margin: 1em;
    width: 70%;
    padding: 20px 40px ;
    border-radius: 7px
}

pre.prettyprint {
    padding: 9px 14px
}

#admission_area h4 {
    color: #fff;
    font-size: 18px
}

#admission_area p {
    color: #ddd;
    font-size: 18px
}

.well .btn {
    font-size: 18pt;
    float: right;
    background-color: inherit;
    padding: 0;
    border: none
}

.text-danger {
    color: #fff;
    margin-top: 5px
}

.contact-response {
    color: #fff;
    text-align: center
}

#login {
    text-align: right;
    margin-top: -24px;
}

#login li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
    color: #fff
}

#login a,
#logoutForm a,
.username {
    color: #fff;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 11px
}

.username {
    text-transform: lowercase !important
}

#login a:hover,
#logoutForm a:hover,
.username:hover {    
    text-shadow: none;
}

fieldset ol li {
    padding-bottom: 5px
}

fieldset ol {
    list-style: outside none none
}

fieldset label {
    display: block;
    font-size: 14px;
    color: #fff
}

.viewending {
    height: 80px
}

legend,
fieldset p {
    color: #ddd
}

fieldset p a,
legend h2 {
    color: #fff
}

fieldset p a:hover {
    color: #eee
}

.ValidationSum {
    color: #ddd;
    list-style: outside none none;
    vertical-align: central
}

fieldset .btn {
    width: auto
}

#RememberMe {
    width: 1%
}

.checkbox {
    width: 20%
}

.checkbox,
.radio {
    display: inline-block
}

.RememberMe {
    vertical-align: bottom
}

.form-group label,
#success {
    color: #fff
}

html {
    min-height: 100%
}

body {
    min-height: 100%;
    background: #dddfd4;
}

select {
    height: 43px !important
}

#maindiv .table {
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin: 20px 0 !important;
    padding: 20px !important;
    border-bottom: 1px solid #fff
}

#maindiv thead {
    background-color: rgba(0, 0, 0, 0.5)
}

.pagination {
    margin: 0 !important;
    float: right
}

.modifygrid {
    font-weight: 600
}

.pagination li a {
    background-color: #B92207 !important
}

#maindiv td {
    vertical-align: middle !important
}

#maindiv .btn-xl {
    margin: 0 !important;
    padding: 5px 10px;
    font-size: 12px
}

#maindiv img {
    margin: 0 !important
}

#sendmail textarea {
    height: 226px !important
}

.alert {
    text-align: center;
    opacity: 0.59;
    text-transform: capitalize
}
.single_blog{
    background: #fff;    
}
.single_blog .details{
    padding:10px;
}

.recent-work {
    border: 1px solid #eee;
    display: table;
    padding-top: 60%;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.eventpanel .recent-work{
    padding-top: 65%!important;
}


.recent-event {
    width: 35%;
    background: #0066b1;
    display: table;
    vertical-align: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#blog_area a:hover .recent-work h4{
    transition: all 0.4s ease 0s;
}

.recent-work span {
    margin-top: -18px;
    opacity: 1;
    position: relative;
    z-index: 1
}

.recent-work:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-filter: brightness(70%);
    filter: brightness(70%); 
}
.recent-event-details{
    width: 65%;
    padding: 5px;
    background-color:#fff;
}

.articlelisting{
    padding: 15px;
    background-color:#fff;
    margin-bottom: 34px;
}

a:hover .articlelisting{
    background-color:#fff;
}

.articlelisting_{
    padding: 15px;
    background-color:#fff;
    margin-bottom: 34px;
    padding-bottom: 50px;
}

.recent-work:hover:before,
.recent-work:hover span {
    -webkit-filter: brightness(70%);
    filter: brightness(70%); 
}

.btn-o-white {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.btn-o-white:hover {
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff !important
}

.bdate {
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #fff;
    margin: 5px
}

.blueimp-gallery > .indicator > li {
    height: 18px !important;
    width: 18px !important
}

.input-group {
    width: 100%
}

form #submit {
    margin-top: 0 !important
}

table td img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    max-width: none !important
}

#btndownload {
    background-color: #f48024 !important
}

.delchk {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin-bottom: 32px;
    margin-top: -30px;
    padding: 2px 7px;
    text-align: left
}

#faculty_area .clients_say_list {
    height: 150px!important
}

#forgotpassword {
    color: #fff!important
}

#forgotpassword:hover {
    color: rgba(62, 234, 183, 0.6)!important
}
.facultyarea {
    background-color: #f5f5f5;
    margin-bottom: -80px;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.facultyarea .say {
    text-align: center;
}
.facultyarea .c_img{
    text-align: center;
    width: 100%
}

.facultyarea .clients_say_list {
    min-height: 150px;
}

.company_address p{
    color: #ddd!important;
}

.captdesk p{
    font-size: 14px!important;
}

.company_address h4{
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 400;    
}

.recent-work h4{
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 0px;
    text-shadow: 0 1px 2px #000;
    font-family: "Archivo Narrow" !important;
}

.articlelisting h5, h6{
    color: #444;
}

.articlelisting h5{
    font-size: 18px;
    font-family: "Archivo Narrow" !important;
}

.articlelisting_ h5, h6{
    color: rgba(200, 6, 6, 0.8);
    display: inline-block;
}

.event-details h6{
    color: #fff!important;
    font-size: 16px
}

.articlelisting p,.articlelisting_ p{
    font-size: 14px;
}

#features_area .image,#Courses_link .image{   
    box-sizing: content-box;
    height: 80px;
    width: 80px;
    margin:20px auto;
    background-position: center center;
    background-size: cover;
}

#staff_area .image{   
    box-sizing: content-box;
    height: 160px;
    width: 160px;
    margin:20px auto;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

#features_area .image1{
    -webkit-filter: grayscale(1) brightness(70%);
    filter: grayscale(1) brightness(170%);
}

#features_area a:hover .image, #Courses_link a:hover .image  {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);  
}
#features_area a:hover .image1, #Courses_link a:hover .image1{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);  
}

#staff_area .staff{
    text-align: center;
}

#features_area a:hover h5, #Courses_link a:hover h5{
    color: #111!important;  
}

.loctitle{
    color: #444;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    height: 70px;
}

.loctitle h5{ 
    color: #777;
    font-family: "Archivo Narrow" !important;
    margin-bottom: 4px;
    font-size: 17px;
}

.events-area{
    width:100%;
    margin:0!important;
    padding: 14px;
}

.events-area .row{
   margin-left: 0;
   margin-right: 0;
}

.events-header{
    padding: 10px;
    color: #fff;
    width: 100%;
}

.events-header .row{
    margin-left: 0!important;
    margin-right: 0!important;
}

.events-area .event{
    background-position: center center;
    background-size: cover;
    height: 200px;
    opacity: 0.7;
    padding: 20px;
    position: relative;
    vertical-align: middle;
    width: 200px;
}

.events-header h6{
    margin: 10px 0!important;
    color: #fff;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    text-transform: uppercase;
}

a:hover  .event {
    opacity: 1;
}
a:hover .event-details h5{
    color: #fff;
    
}
a:hover .event-details {
    background-color: rgba(0,0,0,.2);
}

.events-area .event-details {
    border-right: 1px solid rgba(255,255,255,.3);
    padding: 14px;
}
a:last-child .event-details {
    border-right:none;
}
    


.events-area .event-details p{
    font-size: 12px!important;
    line-height: 1.5!important;
    color: #fff;
}

.events-area .event-details h5{
    color: rgba(255,255,255,.8);
    font-size: 18px;
    font-weight: 700 !important;
    height: 36px;
    font-family: 'Archivo Narrow';
}

.events-header a{
    color: rgba(255,255,255,.7);
}
.events-header a:hover{
    color: #fff;
}
.header-row{
    margin-bottom: 30px;
}
.listcontainer .header-row{
    margin-bottom: 0px!important;
}

#story_area .header-row:after,
#contact .header-row:after{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#about_area .header-row h2,
#features_area .header-row h2,
#blog_area .header-row  h2,
#story_area .header-row h2,
#contact .header-row h2,
#Courses_link .header-row h2,
#footer_area .header-row h2,
#staff_area .header-row h2 {           
    color: rgba(0, 102, 177, 0.9) !important;
    display: inline-block;
    font-family: "Archivo Narrow";
    font-size: 34px;
    font-weight: 400;
}
#story_area .header-row h2,
#contact .header-row h2{
    color: #eee!important;
}

.header-row p{
    color:#647c9b !important;
    float: right;
    font-style: italic;
    font-size: 15px!important;;
}
#story_area .header-row p,
#contact .header-row p{
    color: #fff!important;
}


#staff_area .loctitle p{
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}


.header-row_ i{
    background: inherit;
}

.header-row_ i:hover{
    cursor: default;
    color: #0066b1;
}

.header-row_{
    margin-top: 110px;
}

.header_area_text_ {
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: left;
    width: 45%;
}
.header-row_ h4 {
    color: #fff;
    text-shadow: 0 1px 1px #1a1a1a;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Archivo Narrow'; 
}
.header-row_ p {
    color: #fff !important;
    float: right;
    font-size: 15px !important;
    font-style: italic;
}
.header_area_text_ h2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin: 30px 0;
}
.header_area_text_ p {
    color: rgba(255,255,255,.8);
    margin: 12px 0;
    font-size: 20px;
    text-shadow: 0 1px 1px #1a1a1a;
}
.section_padding_ {
    padding: 20px 0 70px;
}
.articlepanel .articlelisting {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.articlepanel {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: rgba(181,163,151,.5);
}
.articleimage {
    width: 100%;
}

#photo-list a .recent-work{
    background-position: center center;
}
 #links .recent-work{
    border: 4px solid #fff;
    padding-top: 70%!important;
    margin-bottom: 10px;
}
#photo-list a:hover .recent-work{
    background-position: center center;
    background-size: 150% auto;    
    transition: all 0.4s ease 0s;
}

#photo-list a .recent-work h5{
    color: #fff;
    text-align: right;
    margin: 5px;
}

#photo-list{
    padding: 30px 10px!important;
}

.videodetails{
    background-color:  #fff!important;
    min-height: 290px;
    padding: 20px 10px;
    margin: 20px 0;
}

.videodetails h4{
    color: #0066b1;    
    font-family: "Archivo Narrow" !important;
    font-size: 18px;
}

.imagegrid{
    background: rgba(255,255,255,.5);
    padding: 20px;
    margin-bottom: 40px;
}

#eventslink .articlelisting {
    background-color: #333!important;
}
#eventslink:hover .articlelisting p{
    color: #fff!important;
}
#eventslink .articlelisting h6{
    text-align:right;
    color: #aaa;
}
#eventslink:hover .articlelisting h6{
    color: #ddd;
}
.listcontainer{
    background: #eee;
    padding-top: 20px;
}

.articlepanel a:hover .articlelisting{
    background: rgba(255,255,255,.8);
    transition: all 0.4s ease;
}
.articlepanel a:hover .recent-work{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.articlelisting_ h5 a:hover {
    color: #0066b1;
}

.timing h4{
    color: #0066b1!important;
    font-size: 16px;
    margin-bottom: 10px;
}

.timing p
{
    font-size: 13px;
}

.timing{
    background: #fff none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px 10px 49px;
}

#calendar{
    background: #fff;
    margin: 20px 0;
    padding: 50px;
    
}

.calendar_area{
    margin-top:-28px;
    padding-top: 50px
}

.fc-toolbar button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: medium none;
    border-image: none;
    border-left: medium none;
    border-radius: 0 !important;
    border-top: medium none;
    font-size: 13px!important;
    padding: 0 20px!important;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.fc button {    
    height: 3em!important;
}

.fc-event {
    background-color: inherit!important;
    border: none!important;
    border-radius: none!important;
    color: rgba(0, 0, 0, 0.5) !important;
    display: block;
    font-size: 11px!important;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px;
    position: relative;
}

.fc-event .fc-content:hover{
    color: rgba(0, 0, 0, 1);
}
.fc-day-grid-event .fc-content {
    overflow: hidden;
    white-space: normal!important;
}

.fc th, .fc td {
    padding: 4px!important;
}
.fc-state-default {
    background: none!important;
    border: 1px solid #0066b1!important;
}

.fc-button{
    color: #0066b1!important;
}

.fc-state-active{
    background: #0066b1!important;
    color: #fff!important;
}

.fc-head-container thead{
    color: #fff!important;
    background: #0066b1!important;
}

.fc th {
    border: medium none !important;
}

.resourcesdetails{
    min-height: 200px!important;
    margin: 15px 0!important;
    padding: 20px!important;
}

#category,#refine {
    background-color: transparent;
    border: none;
    box-shadow: none!important;
    height: 40px!important;
    width: 90%;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

#category:focus{
    box-shadow: none!important;   
}
.header_bottom{
    height:70px;
}

.image1{
    border-radius: 0!important;
    height: 80px!important;
    width: 80px!important;
}
.story_text h5{
    color: #fff!important;
}

.story_text hr{
    border-color: rgba(255,255,255,.2)!important;
}

.donation-area {
    background-color: #fff!important;
    margin-bottom: 34px;
    padding: 15px;
}

.donation-area .videodetails{
    margin: 15px 0;
    min-height: 275px!important;
    padding: 5px 10px;
}

.donation-area .videodetails p{
    font-size: 14px!important;
}

.videodetails select{
    height: 36px!important;
    margin-bottom: 10px;
}

.totalamount{
    display: inline-block;
    text-transform: uppercase;
}

#slideshow { 
    color: rgba(255,255,255,.7);
    width: 90%;
    margin: auto;
}
#slideshow .slidetitle{
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:10px;
    font-family: 'Archivo Narrow'; 
    font-size: 18px!important;
    color: #f6f1ed;
}
#slideshow > div {
    padding: 20px;
    right: 0px;
    width: 100%;
    position: unset;
    min-height: 130px;
}
.announcments{
    width:100%;
   /* background: rgba(0,0,0,.5);*/
}
.header_area_text h5{
    color: #fff;
    font-family: 'Archivo Narrow'; 
}

.header_area_text2{
    padding-top: 150px!important;
} 

#footer_area h4{
    font-family: 'Archivo Narrow'; 
}

button, input, select, textarea,.form-control {
    font-family: 'Archivo Narrow'!important; 
    font-size: 18px!important;
}

#data-list{
    margin-top: 20px;
}

.rowvideo{
    background: #fff;
    margin-bottom: -40px;
}

::-webkit-input-placeholder {
    color: #000!important;
    opacity:.4!important;
}
:-moz-placeholder {
    color: #000!important; 
    opacity:.4!important;
}
::-moz-placeholder {
    color:#000!important; 
    opacity:.4!important;
}
:-ms-input-placeholder {
    color:#000!important; 
    opacity:.4!important;
}
.timegroup{
    background: rgba(255,255,255,.8);
    padding: 10px;
    margin-bottom: 15px;
}

.timegroup h5{
    font-family: 'Archivo Narrow'!important; 
    font-size: 18px!important;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
}

.timegroup h6{
    margin-bottom: 0px!important;
}

.navbar-nav {
    float: right;
}

.resources{
    background: #eee;
    padding: 40px 0 30px !important;
    text-align: left !important;    
    color: #bbb!important;
}
.resources h4{
    color: #bbb;
    font-family: "Archivo Narrow";
    font-size: 20px !important;
    font-weight: 600!important;
}
.resources p{
    color: #bbb;
    font-size: 14px !important;
    line-height: 24px;
    text-align: left;
}

.sidepart {
    border-left: 1px solid #bbb;
}

#about_area{
    padding-bottom: 30px!important;
}

.resources a:hover p, .resources a:hover h4{
    color: #999!important;
}

.resources a:hover img{
    filter: brightness(70%);
}

#staff_area h6{
    display: block!important;
}

#staff_area .loctitle h5{
    font-size: 16px!important;
}

#blog_area #photo-list .recent-work{
    width: 110%!important;
}