/* @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Damion');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700'); */

/* New Google font */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
img{
    max-width: 100%;
	height:auto;
}
h1, h2, h3, h4, h5, h6{
	color:#1f252b;
}
h3{
	/* font-family:"Montserrat", sans-serif; */
}
:focus{
    outline: none;
}
a, button {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a,
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], select, textarea{
    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear
}
a:hover,
a:focus{
    text-decoration: none;
}
h4{
	font-weight: 500;
}
.gray-bg{
	background-color:#f3f3f3;
}
.blue-bg{
	background:#104382;
}

.row-space{
	padding-top:80px;
	padding-bottom:80px;
}

.footer{
	background-color: #053775;
    display: inline-block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    font-size: 16px;
    float: left;
}
.footer-logo{
	max-width: 150px;
	margin-bottom: 15px;
}
.footer-wrapper .logo{
    width:120px;
    margin-bottom: 15px;
}
.contact-list.footer-list {
    margin-top: 20px;
}
.contact-list.footer-list .footer-list-item {
    margin-bottom: 7px !important;
    padding-left: 30px !important;
    position: relative;
}
.contact-list.footer-list .footer-list-item .footer-list-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    opacity: .4;
}
.contact-list.footer-list .footer-list-text {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
}
.contact-list.footer-list .mail-section a {
    color: #339933;
    text-decoration: none;
    font-family:"Hind", sans-serif;
    font-weight: 600;
    /* font-family:"Montserrat", sans-serif; */
}
.contact-list.footer-list .mail-section a:hover,
.contact-list.footer-list .mail-section a:focus{
    color:#fff;
}
h5.footer-title {
    margin-top: 0;
    margin-top: -2px;
    /* font-family: Montserrat, sans-serif; */
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
    /* font-weight: 700; */
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}
.footer-link ul{
	padding-left: 0;
}
.footer-link ul li{
	list-style: none;
}
.footer-link ul li a {
    color: #ffffff;
    width: 100%;
    display:inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-left:20px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 7px;
    font-family: 'Noto Serif', serif;
}
.footer-link ul li a:hover,
.footer-link ul li a:focus {
color: rgba(255,255,255,0.5);
}

.footer-link ul li a:before{
    position: absolute;
    top: 0;
    font-size:12px;
    left: 0;
    content: '\f105';
    font-family: FontAwesome;
    color: rgba(255,255,255,0.2);
}
.footer-link ul li:last-child a{
    padding-bottom: 0;
    border-bottom: none;
}
.copyright_wrap_inner {
    display: inline-block;
    width: 100%;
    margin-top:15px;
	/* margin-top: 45px; */
}
.copyright_wrap_inner p{
    font-weight: 300;
}
.footer-bottom.copyright_wrap_inner .content_wrap span {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.footer-bottom.copyright_wrap_inner .content_wrap a,
.copyright_wrap_inner a,
.copyright_wrap_inner{
	color:rgba(255,255,255,0.5) !important;
}


@media (max-width: 479px) {
    .header .logoWrapper{
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	.logoWrapper .logo {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
    }
    .top-right{
        margin-top:0;
    }
    .slider-button ul li{
        line-height: normal;
    }
    .slider-button ul li a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px !important;
        height: 55px;
        line-height: normal;
    }
    .slider-button ul li a span{
        display: none;
    }
    #slider-section .slider-button li a img{
        margin-right: 5px;
    }
}
@media screen and (max-width: 640px){
    
}

@media (max-width: 767px) {
    .header .logoWrapper{
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        z-index: 999;
    }
    .logo img{
        max-width: 100%;
    }
    
    .slider-button {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .slider-button ul li{
        width:100%;
        float: left;
    }
    .slider #myCarousel{
        display: inline-block;
        width: 100%;
        clear: both;
        float: left;
        margin-top: -1px;
    }
    .slider-button ul li a{
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .home-slider-wrap .carousel-caption{
        position: static;
        padding: 15px;
        background: #333333;
    }
    .slider-search .search-input{
        max-width:90%;
    }
    #myCarousel .carousel-inner{
        margin-top: -15px;
    }
    .header-search .sb-search{
        margin-right: 0;
        margin-top:15px;
    }
    /* Slider New section */
    header.header .header-right{
        display: inline-block;
        width:100%;
        position: absolute;
        top:0;
    }
    .top-right{
        display: inline-block;
        width:100%;
    }
    .search-section {
        position: static;
        background: rgba(51,153,51,1);
    }
    .home-slider-wrap .carousel-control img{
        margin-top:2px;
    }
    .header-search .sb-search-input{
        padding-left: 20px;
        padding-right: 5px;
       border:none !important;
       text-indent: 50px;
    }
    .header-search .sb-search{
        width:45px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .header-search .sb-search.sb-search-open{
        width: 150px;
    }
    .header-search .sb-search.sb-search-open .sb-search-input{
       text-indent: 0;
    }
    .header-search .sb-search{
        border:1px solid #ccc;
    }
    
    .header-search .sb-search-submit{
        /* right:auto !important;
        left: 0 !important; */
    }
    header.header .navigation-wrap.main-nav .navbar-header .navbar-toggle{
        margin-top:4px !important;
    }
    .header-search .sb-icon-search{
        left:auto;
        right:3px;
        background: #ffffff !important;
    }
    .footer-link ul li a:before{
        top:8px;
    }
}
.content-part .editorial-mdl-top.brdrimg img{
    margin-bottom: 10px;
}
.right-part ul{
    padding-left: 0;
}
.right-part ul li {
    list-style: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width:100%;
}
.right-part ul li a{
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    width:100%;
}
.right-part ul li:last-child{
    border-bottom: none;
    border-bottom:none;
}
header .nav>li>a{
    color:#333333 ;
}
/* card gallery issue */
.emloyees-card .card-customize-reveal .login-form .form-group,
.emloyees-card .card-customize-staff-reveal .login-form .form-group{
	position: relative;
	margin-bottom: 23px;
}
.emloyees-card .card-customize-reveal .login-form .form-group span.error,
.emloyees-card .card-customize-staff-reveal .login-form .form-group span.error{
	position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 11px !important;
}
.emloyees-card .card-customize-reveal .login-form .form-group textarea,
.emloyees-card .card-customize-staff-reveal .login-form .form-group textarea{
    height:75px;
}
.emloyees-card.custom-card .card-customize-reveal{
    overflow: hidden !important;
}
.emloyees-card .card-customize-staff-reveal{
    overflow: hidden !important;
}
.employees-member-profiles .card-custom-reveal,
.employees-member-profiles .card-customize-reveal,
.employees-member-profiles .card-customize-staff-reveal{
  padding: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  display: none;
}

.employees-member-profiles .show-custom-toggle{
  float: left;
  margin-top: 10px;
}
.employees-member-profiles .show-customize-toggle{
  margin-top: 10px;
}
.employees-member-profiles .custom-contact{
  line-height: 10px !important;
}
.employees-member-profiles #commission .employees-list .employees-detail img{
  height: 196px;
}
.employees-member-profiles .card-customize-reveal #usr_message,
.employees-member-profiles .card-customize-reveal #usr_name,
.employees-member-profiles .card-customize-reveal #usr_phone,
.employees-member-profiles .card-customize-reveal #usr_email {
  width: 99%;
  /*border-radius: 5px;*/
}
.emloyees-card.custom-card .employees-detail button.close,
.employees-member-profiles .card-customize-staff-reveal button.close {
  margin-top: -18px;
  margin-right: -10px
}
.employees-member-profiles .card-customize-reveal .submittion,
.employees-member-profiles .card-customize-staff-reveal .submittion{
  background: #337ab7;
  color: white;
  width: 99%;
  height: 36px;
  /*border-radius: 6px;*/
  border: none;
}
.employees-member-profiles .card-custom-reveal p span,
.employees-member-profiles .card-custom-reveal p,
.employees-member-profiles .card-customize-staff-reveal p span,
.employees-member-profiles .card-customize-staff-reveal p {
  color: rgba(0, 0, 0, 0.71)!important;
  margin: 10px 0!important;
  font-weight: 400!important;
  font-style: normal!important;
  line-height: 1.5!important;
  font-size: 16px!important;
  font-family: 'Roboto', sans-serif !important;
}
.employees-member-profiles .card-custom-reveal .close{
  position: absolute;
  right: 30px;
  top:35px;
}
.employees-member-profiles .card-customize-reveal #usr_message-error,
.employees-member-profiles #usr_name-error,
.employees-member-profiles #usr_email-error,
.employees-member-profiles #usr_phone-error{
  color: red;
}
.employees-member-profiles .card-bio p{
  margin-bottom: 15px;
}
.employees-member-profiles .card-bio ul{
  color: rgba(0, 0, 0, 0.71)!important;
  font-weight: 400!important;
  font-style: normal!important;
  line-height: 1.5!important;
  font-size: 16px!important;
  font-family: 'Roboto', sans-serif !important;
}
.employees-member-profiles .card-bio ul li{
  list-style: disc;
}
.employees-member-profiles .emloyees-card-list .staff-contact,
.employees-member-profiles .emloyees-card-list .staff-toggle{
  float: left !important;
}
.employees-member-profiles .emloyees-card-list .staff-toggle{
  margin-top: 2px;
  -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.employees-member-profiles .emloyees-card-list .staff-toggle:hover{
    opacity: 0.8;
}
.employees-member-profiles .emloyees-card-list .staff-toggle h5{
    font-weight: normal;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-button ul li a{        
        padding: 12px 25px 12px 15px;
        
    }
    .slider-button{
        font-size: 16px;
    }
}

.event-section{
    width:100%;
}
.event-box .event a{
    color:#2c2c6c;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
}