@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);


.pagebg {
	background: url(../images/teampagebg.jpg) no-repeat;
	background-size: cover;
}
.pagebg2 {
	background: url(../images/newsbg.jpg) no-repeat;
	background-size: cover;
}
/******** + ========== + Header Start + ========== + ********/

header {
	background: #f2913d;
}
.header .topbar {
	background: #40407e;
}
.topbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.f26{
	font-size: 26px;
}
.mTop15{
	margin-top: 20px;
	color: #008dd2;
}
.f18{
	font-size: 18px;
}
.blink{color:white;animation:colorchange 1s infinite linear}
.blinking{
    animation:blinkingText 0.8s infinite;
  }
  
  @keyframes blinkingText{
    0%{     color: #da6001;    }
    49%{    color: white; }
    50%{    color: white; }
    99%{    color: #da6001;  }
    100%{   color: black;    }
  }
.topbar ul li {
	display: inline-block;
	color: #fff;
}
.topbar ul.left-links {
	padding: 10px 0;
}
.topbar ul.left-links a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.topbar ul.left-links a:hover, .right-links a:hover, .left-links a:hover {
	color: rgba(255,255,255,.70);
}
.topbar ul.left-links li:after {
	content: "|";
	color: rgba(255,255,255,.20);
	line-height: 20px;
	padding: 0 13px;
}
.topbar ul.left-links li:last-child:after {
	display: none;
}
.right-links {
	text-align: right;
}
.right-links li {
	border-right: 1px solid rgba(255,255,255,.20);
	padding: 0 15px;
	margin-left: -5px;
}
.right-links a {
	color: #fff;
	font-size: 14px;
	line-height: 41px;
}
.logo-nav-row .navbar {
	min-height: inherit;
	margin: 0px;
	border: 0px;
}
.logo-nav-row .navbar-brand {
	padding: 15px 0;
	height: inherit;
	margin-right: 70px;
}
.logo-nav-row .navbar-nav {
	margin: 0;
}
.logo-nav-row .navbar-nav>li>a {
	padding: 31px 14px;
	text-transform: uppercase;
	font-size: 14px;
	color: #777777;
	font-weight: 700;
}
.logo-nav-row .nav .open>a, .logo-nav-row .nav .open>a:focus, .logo-nav-row .nav .open>a:hover, .logo-nav-row .navbar-nav>li>a:hover {
	color: #f54337;
	background: none;
}
.logo-nav-row ul.nav.navbar-nav.navbar-right {
	margin: 0px;
}
.logo-nav-row .bars-btn, .logo-nav-row .search-btn {
	height: 82px;
}
.logo-nav-row ul.nav.navbar-nav.navbar-right .search-btn a {
	color: #f54337;
	line-height: 82px;
	padding: 0px 18px;
	background: #feebee;
	font-size: 14px;
}
.logo-nav-row ul.nav.navbar-nav.navbar-right .bars-btn a {
	line-height: 80px;
	padding: 0 0 0 20px;
	color: #d94148;
	font-size: 14px;
}
.logo-nav-row .navbar-nav>li>.dropdown-menu {
	border: 0px;
	border-radius: 0px;
	padding: 10px;
	width: 220px;
}
.sub-menu a, .logo-nav-row .dropdown-menu>li>a {
	display: block;
	padding: 0 15px;
	clear: both;
	font-weight: 700;
	line-height: 40px;
	color: #40407e;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.logo-nav-row .dropdown-menu>li:last-child>a {
	border: 0px;
}
.sub-menu a:hover, .logo-nav-row .dropdown-menu>li>a:hover {
	background: #40407e;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu li {
	position: relative;
}
.dropdown-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	border: 0px;
	padding: 10px;
	width: 220px;
	display: none;
	background: #fff;
	margin: 0px;
	list-style: none;
}
.navbar-nav>li>.dropdown-menu li:hover .sub-menu {
	display: block;
}
/***************  Sub Header Start  *****************/

.subheader {
	background: url(../images/subheaderbg.jpg) no-repeat;
	background-size: cover;
	padding: 110px 0;
}
.subheader h2 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 20px;
}
.subheader ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.subheader ul li {
	display: inline-block;
	color: #fff;
}
.subheader ul li:after {
	content: " / ";
	padding: 0 12px;
}
.subheader ul li:last-child:after {
	display: none;
}
.subheader ul li a {
	color: #fff;
}
/***************  Sub Header End  *****************/



/******** + ========== + Header End + ========== + ********/


/******** + ========== + Main Slider Start + ========== + ********/

.main-slider img {
	width: 100%;
	height: auto;
}
.item {
	position: relative;
}
.slider-caption {
	position: absolute;
	left: 0;
	width: 100%;
	top: 175px;
	text-align: center;
}
.owl-carousel .owl-item .slider-caption img {
	display: inline-block;
	width: auto;
	margin: 0 0 20px;
}
.slide-content-box h1, .slider-caption strong {
	color: #fff;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	line-height: 70px;
	display: block;
	margin: 0 0 15px;
	font-weight: 700;
}
.slider-caption strong span {
	font-weight: 400;
}
.slide-content-box p, .slider-caption p {
	font-size: 24px;
	font-style: italic;
	color: #fff;
	line-height: 34px;
	margin: 0 0 30px;
}
.slide-content-box a, .slider-caption a {
	background: #d94148;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	display: inline-block;
	border-radius: 25px;
	padding: 0 35px;
	letter-spacing: 1px;
}
.slide-content-box a:hover, .slider-caption a:hover {
	background: #40407e;
	color: #fff;
}
.main-slider .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.main-slider .owl-carousel button.owl-dot {
	margin-left: 5px;
}
.main-slider .owl-carousel button.owl-dot span {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,.7);
	display: block;
	border-radius: 15px;
}
.banner-tags {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}
.banner-tags li {
	display: inline-block;
	color: #bbbbbb;
	background: rgba(150,35,57,.70);
	margin-right: 2px;
	line-height: 25px;
	padding: 0 20px;
	border-radius: 13px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.banner-tags li:hover {
	background: #40407e;
	color: #fff;
}
/******** + ========== + Main Slider End + ========== + ********/



/******** + ========== + Local Boards & Services Start + ========== + ********/
.title-style-2, .title-style-1 {
	margin: 0 0 27px;
}
.title-style-2 h2, .title-style-1 h2 {
	font-weight: 700;
	color: #333;
	margin: 0 0 12px;
}
.title-style-2 p, .title-style-1 p {
	font-size: 16px;
	line-height: 22px;
	color: #777777;
	margin: 0px;
}
.row.p5 {
	margin-right: -5px;
	margin-left: -5px;
}
.local-brands .col-md-4 {
	padding: 0 5px;
}
.local-service-box {
	width: 100%;
	border-radius: 5px;
	text-align: center;
	background: #f3f6f9;
	height: 160px;
	margin: 0 0 10px;
	padding: 20px 30px;
	position: relative;
	overflow: hidden;
}
.logo-img{
	width: 130%;
	text-align: left;
}
.logo-emblem{
	width: 80%;
	text-align: right;
}
.local-service-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	content: "";
	background: rgba(0,0,0,.10);
	opacity: 0;
}
.local-service-box img {
	margin: 0 0 20px;
	position: relative;
	z-index: 99;
}
.local-service-box a {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	position: relative;
	z-index: 99;
}
.local-service-box:hover:after {
	height: 100%;
	opacity: 1;
}
.local-service-box:hover a {
	color: #d94148;
}
.Mayor-msg {
	background: #d94148;
	width: 100%;
	float: left;
	padding: 15px;
	position: relative;
	margin: -180px 0 0;
	border-radius: 5px;
	overflow: hidden;
}
.Mayor-msg:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 40%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0 );
}
.Mayor-thumb {
	position: relative;
}
.Mayor-thumb img {
	width: 100%;
	height: auto;
}
.Mayor-thumb span.Mayor-sig {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.Mayor-text {
	padding: 25px 15px 15px;
	position: relative;
	z-index: 99;
}
.Mayor-msg .Mayor-text span {
	font-style: italic;
	margin-bottom: 5px;
	display: block;
}
.Mayor-text span, .Mayor-text p {
	font-family: 'Lato', serif;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin: 0 0 25px;
	text-shadow: 0 7px 10px rgba(0,0,0,.12);
}
.Mayor-text h5 {
	margin: 0 0 35px;
	color: #fff;
	font-weight: 700;
	position: relative;
	text-shadow: 0 7px 10px rgba(0,0,0,.12);
}
.Mayor-text h5:after {
	width: 80px;
	position: absolute;
	left: 0;
	bottom: -22px;
	background: rgba(255,255,255,.25);
	height: 2px;
	content: "";
}
.Mayor-text a {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	display: inline-block;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	padding: 0 20px;
}
.Mayor-text a:hover {
	background: #40407e;
	color: #fff;
}
.lb-box {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
}
.lb-box:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.lb-box img {
	width: 100%;
	height: auto;
}
.lb-box h6 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	z-index: 99;
}
.row.m5 {
	margin-right: -5px;
	margin-left: -5px;
}
.col-md-4.p5 {
	padding-right: 5px;
	padding-left: 5px;
}
.lb-box:hover img {
	transform: scale(1.07, 1.07);
	-webkit-transform: scale(1.07, 1.07);
}
.emergency-info.lb {
	margin: 0px
}
.emergency-info.lb h5 {
	padding: 20px;
}
.emergency-info.lb .panel-group .panel-heading {
	padding: 17px 0 17px 20px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
/******** + ========== + Local Boards & Services End + ========== + ********/


/******** + ========== + Event Festivals & News Articles Start + ========== + ********/

.news-event {
	background: url(../images/newsbg.jpg) no-repeat;
	background-size: cover;
}
.title-style-2 a {
	background: #d94148;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 42px;
	float: right;
	font-weight: 500;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 3px;
}
.title-style-2 a:hover {
	background: #40407e;
	color: #fff;
}
.title-style-2 {
	margin-bottom: 30px;
}
.title-style-2 h2 {
	border-right: 1px solid #fadbe1;
	margin: 0px;
	letter-spacing: -.5px;
}
.latest-updates {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
}
.latest-updates h6 {
	background: #d94148;
	color: #fff;
	line-height: 58px;
	font-weight: 700;
	padding: 0 20px;
	text-transform: uppercase;
	position: relative;
}
.latest-updates h6 img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.latest-updates ul {
	margin: 0px;
	padding: 0 20px;
	list-style: none;
}
.latest-updates ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 16px 0 16px;
	position: relative;
}
.latest-updates ul li:hover:after {
	height: 100%;
}
.latest-updates ul li:after {
	position: absolute;
	left: -20px;
	top: 0;
	width: 2px;
	height: 0;
	content: "";
	background: #d94148;
}
.latest-updates ul li strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: -.5px;
}
.latest-updates ul li strong a {
	color: #333;
}
.latest-updates ul li:last-child {
	border: 0px;
}
.event-meta li, .latest-updates .post-date {
	color: #777;
	font-size: 14px;
}
.event-meta i, .latest-updates .post-date i {
	color: #cccccc;
	font-size: 16px;
	margin-right: 5px;
}
.latest-updates ul li strong a:hover {
	color: #d94148;
}
.event-post {
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
	border-radius: 3px;
	overflow: hidden;
}
.event-post-txt {
	padding: 23px 28px;
}
.event-post-txt h5 {
	margin: 0 0 15px;
	font-weight: 700;
	letter-spacing: -.5px;
}
.event-post-txt h5 a {
	color: #333;
}
.event-meta {
	margin: 0 0 19px;
	padding: 0px;
	list-style: none;
}
.event-meta li {
	margin: 0 0 7px;
}
.event-post-txt p {
	line-height: 22px;
	margin: 0px;
}
.event-post-loc {
	border-top: 1px solid #eeeeee;
	color: #777;
	padding: 0 0 0 30px;
	height: 46px;
	position: relative;
	line-height: 46px;
}
.event-post-loc i {
	color: #cccccc;
	margin-right: 5px;
}
.event-post-loc a {
	float: right;
	color: #cccccc;
	border-left: 1px solid #eee;
	padding: 0 20px;
}
.event-post:hover .event-post-loc a, .event-post:hover h5 a {
	color: #d94148;
}
.event-post:hover .event-post-loc a {
	background: #d94148;
	color: #fff;
}
.event-post:hover .event-post-loc a i {
	color: #fff;
}
.thumb {
	position: relative;
	overflow: hidden;
}
.thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
}
.thumb img {
	width: 100%;
	height: auto;
}
.new-thumb a, .thumb a {
	position: absolute;
	left: -150px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 100%;
	z-index: 99;
	text-align: center;
	line-height: 44px;
	color: #d94148;
	opacity: 0;
}
.new-thumb a:hover, .thumb a:hover {
	background: #d94148;
	color: #fff;
}
.mb20 {
	margin-bottom: 20px;
}
.event-post:hover .thumb:after {
	opacity: 1;
}
.event-post:hover .thumb a {
	opacity: 1;
	left: 0;
}
/******** + ========== + Event Festivals & News Articles End + ========== + ********/



/*** + === + Highlights & Cityscapes Start + === + ***/

.hc-box {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.hc-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0 );
}
.hc-box .hc-box-cap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 40px;
	z-index: 999;
	height: 115px;
}
.hc-box .hc-box-cap h5 {
	margin: 0 0 20px;
	font-weight: 700;
}
.hc-box .hc-box-cap h5 a {
	color: #fff;
}
.hc-box .hc-box-cap ul {
	margin: 0 0 10px;
	padding: 0px;
	list-style: none;
}
.hc-box .hc-box-cap li {
	color: #fff;
	display: inline-block;
	font-size: 14px;
}
.hc-box .hc-box-cap li a {
	color: #fff;
}
.hc-box .hc-box-cap li:after {
	content: "|";
	margin: 0 10px;
	color: #d94148;
}
.hc-box .hc-box-cap li:last-child:after {
	display: none;
}
.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev, .highlights-cityscapes .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #d94148;
	font-size: 0px;
	opacity: .3;
}
.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev {
	right: inherit;
	left: 10px;
}
.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev:after {
	content: "\f053";
	font-family: FontAwesome;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
}
.highlights-cityscapes .owl-carousel .owl-nav button.owl-next:after {
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
}
.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev:hover, .highlights-cityscapes .owl-carousel .owl-nav button.owl-next:hover {
	background: #d94148;
	opacity: 1;
}
.hc-box:hover .hc-box-cap h5 a, .hc-box:hover .hc-box-cap li a {
	color: #d94148;
}
.hc-box .hc-box-cap p {
	color: #fff;
	font-size: 14px;
	margin: 0px;
	opacity: 0;
}
.hc-box:hover .hc-box-cap p {
	opacity: 1;
}
.hc-box:hover .hc-box-cap {
	height: 170px;
}
/*** + === + Highlights & Cityscapes End + === + ***/


/******** + ========== + Home Page Three Start + ========== + ********/

.header-two {
	width: 100%;
	float: left;
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.btn1 {
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 1px solid #f99f25;
	border-radius: 0.6em;
	color: #f99f25;
	cursor: pointer;
	display: inline-block;
	align-self: center;
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin: 20px 0px 0px 0px;
	padding: 11px 10px 14px 10px;
    /*padding: 10px 10px 10px 10px;*/
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
.btn2 {
	box-sizing: border-box;
	appearance: none;
	background-color: #1d67b0;
	border-radius: 0.6em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	align-self: center;
	font-size: 0.8em;
	line-height: 1;
	margin: 15px;
	/* padding: 1.2em 2.8em; */
	padding: 10px 10px 10px 10px;
	margin-left: 6px;
    margin-right: 6px;

	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.btn3{
	padding: 15px 10px 13px 10px;font-size: 11px;margin: 0;color: #212529;border: solid 1px #794c8a;
}
.header-two .topbar p {
	margin: 0px;
	color: #fff;
	line-height: 40px;
}
.header-two .topbar p a {
	font-weight: 700;
	color: #fff;
}
.become-vol {
	float: right;
	background: #d94148;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 20px;
	font-size: 14px;
}
.cross-btn {
	float: right;
	background: rgba(0,0,0,.30);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 45px;
	text-align: center;
	line-height: 40px;
}
.cross-btn:hover {
	background: #d94148;
	color: #fff;
}
.become-vol:hover {
	background: #f54337;
	color: #fff;
}
.h3-logo-row {
}
.h3-logo-row .h3-logo {
	text-align: center;
	padding: 5px 0;
	width:130%;
}
.h3-logo-row ul.quick-links {
	margin: 20px 0 14px;
	padding: 0;
	list-style: none;
	width: 50%;
	float: left;
}
.h3-logo-row ul.quick-links li {
	float: left;
	margin: 0 5px 5px 0;
}
.h3-logo-row ul.quick-links li a {
	border: 1px solid #e1e1e1;
	line-height: 20px;
	display: block;
	border-radius: 3px;
	background: #f7f7f7;
	color: #888888;
	font-size: 12px;
	padding: 0 10px;
}
.h3-logo-row ul.quick-links li a:hover {
	background: #f54337;
	color: #fff;
	border-color: #f54337;
}
.header-contact {
	margin: 20px 0 0;
	padding: 0px;
	list-style: none;
	float: right;
}
.header-contact li {
	float: left;
	border-right: 1px solid #eeeeee;
	text-align: left;
	padding: 7px 15px;
	font-size: 12px;
}
.header-contact li span {
	display: block;
	color: #222;
}
.header-contact i {
	color: #222;
	font-size: 16px;
}
.city-exp i {
	float: left;
	margin: 10px 15px 0 0;
}
.city-exp strong {
	float: left;
	font-weight: 400;
}
li.header-weather {
	line-height: 34px;
}
.h3-navbar {
	border-top: 1px solid #eeeeee;
}
.h3-navbar .navbar {
	position: relative;
	min-height: inherit;
	margin-bottom: 0;
	border: 0px solid transparent;
}
.header .navbar-collapse, .h3-navbar .navbar-collapse {
	padding: 0px;
}
.h3-navbar .navbar .navbar-nav>li>a {
	padding: 0px 12px;
	line-height: 60px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}
.h3-navbar .navbar .navbar-nav>li>a:after {
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 3px;
	background: #313193;
	content: "";
}
.h3-navbar .nav .open>a, .h3-navbar .nav .open>a:focus, .h3-navbar .nav .open>a:hover, .h3-navbar .nav>li>a:focus, .h3-navbar .nav>li>a:hover, .h3-navbar .navbar .navbar-nav>li>a:hover {
	background: none;
	color: #f54337;
}
.h3-navbar .navbar .navbar-nav>li>a:hover:after {
	width: 100%;
}
.h3-navbar .navbar .navbar-nav>li.open>a:after {
	width: 100%;
}
.h3-navbar .dropdown-menu {
	display: none;
	min-width: 220px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #fff;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
}
.h3-navbar .dropdown-menu .sub-menu {
	display: none;
	min-width: 220px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #fff;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
}
.h3-navbar .dropdown-menu .sub-menu a, .h3-navbar .dropdown-menu a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #444;
}
.h3-navbar .dropdown-menu a:hover {
	background: #eee;
	color: #f54337;
}
.h3-navbar ul.navbar-right {
	margin: 15px 0 0;
	padding: 0px;
	list-style: none;
	float: right;
}
.h3-navbar ul.navbar-right li {
	float: left;
	margin: 0 0 0 15px;
}
.h3-navbar ul.navbar-right li.search-form {
	width: 220px;
}
.h3-navbar .donate-btn a {
	background: #d94148;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	display: block;
	border-radius: 15px;
	padding: 0 20px;
}
.h3-navbar .navbar-form {
	padding: 0px;
	margin: 0px;
	height: 30px;
	border: 1px solid #e1e1e1;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 15px;
	padding: 0 12px;
	font-size: 12px;
}
.h3-navbar .navbar-form .form-control {
	border: 0px;
	width: 100%;
	box-shadow: none;
	outline: none;
	height: 30px;
	line-height: 30px;
	background: none;
}
.h3-navbar .navbar-form button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	line-height: 28px;
	padding: 0 12px;
	border-left: 1px solid #e1e1e1;
}
.h3-slider-caption {
	position: absolute;
	left: 0;
	width: 100%;
	top: 175px;
	text-align: left;
}
.h3-slider-caption strong {
	color: #fff;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	line-height: 70px;
	display: block;
	margin: 0 0 20px;
	text-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.h3-slider-caption p {
	font-size: 24px;
	font-style: italic;
	color: #fff;
	line-height: 34px;
	margin: 0 0 30px;
}
.h3-slider-caption a {
	background: #d94148;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	display: inline-block;
	border-radius: 25px;
	padding: 0 35px;
	letter-spacing: 1px;
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.h3-slider-caption a:hover {
	background: #40407e;
	color: #fff;
}
/*********** Mayor Msg with Video Start ***********/
   

/*********** Explore Community Start ***********/

.explore-community h3 {
	margin: 0 0 25px;
	font-weight: 700;
}
.community-links-style-two {
	/* background: #fafafa;
	border: 5px solid #ebebeb; */
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	width: 100%;
	float: left;
}
.community-links-style-two li {
	/* width: 60%; */
	/* float: left; */
	line-height: 15px;
	margin: 14px 0;
}
.community-links-style-two li a img {
	width: 35px;
	height: 35px;
	/* background: #40407e; */
	border: solid 1px #40407e;
	border-radius: 100%;
	margin-right: 5px;
}
.community-links-style-two li a {
	font-size: 14px;
	font-weight: 600;
	color: #444444;
}
.community-links-style-two li a:hover {
	color: #d94148;
}
.community-links-style-two li a:hover img {
	background: #d94148;
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.h3-team-box {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.h3-team-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 );
	width: 100%;
	height: 100%;
	content: "";
}
.team-info {
	position: absolute;
	left: 0;
	bottom: -95px;
	padding: 20px;
	z-index: 99;
}
.team-info ul {
	margin: 0px;
	padding: 10px 0 0;
	list-style: none;
	border-top: 1px solid #98989a;
	opacity: 0;
}
.team-info ul li {
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
	margin: 0 7px 0 0;
}
.team-info ul li a {
	color: #cccccc;
}
.team-info h6 {
	color: #fff;
	margin: 0 0 7px;
}
.team-info strong {
	color: #fff;
	font-style: italic;
	font-weight: 400;
	display: block;
	margin: 0 0 10px;
}
.team-info p {
	margin: 0 0 15px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
}
.team-info ul strong {
	margin: 0px;
}
.h3-team-box:hover .team-info {
	bottom: 0;
}
.h3-team-box:hover .team-info ul, .h3-team-box:hover .team-info p {
	opacity: 1;
}
.team-info ul li a:hover {
	color: #d94148;
}
#h3team-slider .owl-nav {
	position: absolute;
	top: -50px;
	right: 0;
}
#h3team-slider .owl-next, #h3team-slider .owl-prev {
	background: #fafafa;
	height: 26px;
	width: 26px;
	border: 1px solid #e2e2e2;
	border-radius: 100%;
	margin: 0 0 0 10px;
	font-size: 0px;
	text-align: center;
	color: #d94148;
}
#h3team-slider .owl-next:hover, #h3team-slider .owl-prev:hover {
	background: #d94148;
	color: #fff;
	border-color: #d94148;
}
#h3team-slider .owl-prev:before, #h3team-slider .owl-next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 700;
}
#h3team-slider .owl-prev:before {
	content: "\f104";
}
/*********** Explore Community End ***********/

.home3.emergency-numbers .newsletter-form {
	background: url(../images/h3newsletterbg.jpg) no-repeat bottom #d94249;
}
.home3.emergency-numbers .newsletter-form button {
	background: #144b8b;
	color: #fff;
}
.home3.emergency-numbers .newsletter-form button:hover {
	background: #fff;
	color: #144b8b;
}
.home3.emergency-numbers .e-numbers .em-box i {
	color: #d94148;
}
.home3.emergency-numbers .e-numbers .em-box strong.em-num {
	color: #144b8b;
}
.home3.emergency-numbers .e-numbers .em-box:hover i {
	color: #fff;
}
/******** + ========== + Home Page Three End + ========== + ********/



/***==============  Sidebar Widgets Start	   ==============***/


.sidebar .widget {
	background: #fff;
	border-radius: 3px;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	border: 1px solid #ececec;
	box-shadow:0px 5px 10px 0 rgba(0,0,0,.07);
	
}
.sidebar .widget .inner {
	padding: 15px;
width: 100%;
float: left;
border: 1px solid #b9b7b79e;
}
.widget:last-child {
	margin: 0px;
}
.widget ul {
	margin: 15px 30px 10px 30px;
	padding: 0px;
	list-style: none;
}
.sidebar .widget h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	border-bottom: 1px solid #ececec;
	padding: 0 20px;
	text-transform: uppercase;
}
.sidebar .widget .more-updates {
	background-color: #9c1a20;
	color: white;
}
.about-widget img {
	border-radius: 3px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.about-widget p {
	font-size: 14px;
	line-height: 24px;
}
.about-widget a {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
}
.about-widget a:hover {
	color: #d32f2f;
}
.widget .recent-posts li {
	position: relative;
	padding-left: 98px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	min-height: 75px;
}
.widget .recent-posts li:last-child {
	margin: 0px;
}
.widget .recent-posts li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 75px;
	border-radius: 3px;
}
.widget .recent-posts strong {
	font-weight: 400;
	color: #d32f2f;
	display: block;
	font-size: 12px;
}
.widget .upcoming-events h6, .widget .recent-posts h6 {
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 3px;
}
.widget .recent-posts h6 a {
	color: #333333;
}
.widget .recent-posts h6 a:hover {
	color: #d32f2f;
}
.widget .archives a, .widget .categories a {
	display: block;
	line-height: 34px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #333333;
	padding: 0;
}
.widget .archives a:before, .widget .categories a:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 10px;
	font-weight: 700;
	color: #d94148;
}
.widget .archives a:hover, .widget .categories a:hover {
	color: #d94148;
	padding: 0 10px;
}
.widget .upcoming-events li {
	position: relative;
	padding-left: 78px;
	/*margin-bottom: 27px;*/
	margin-bottom: 20px;
}
.widget .upcoming-events .edate {
	width: 62px;
	background: #d94148;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
	border-radius: 3px;
	padding-top: 8px;
	z-index: 99;
}
.widget .upcoming-events .edate strong {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 15px;
}
.widget .upcoming-events span.year {
	display: block;
	background: rgba(0,0,0,.25);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
}
.widget h6 a {
	color: #333;
	font-weight: 600;
	line-height: 22px;
}
.widget h6 a:hover {
	color: #d94148;
}
.widget .upcoming-events span.loc {
	color: #888888;
	font-size: 12px;
	display: block;
}
.widget .upcoming-events li:hover .edate {
	background: #40407e;
}
.fb-like img {
	max-width: 100%;
	height: auto;
}
.tags-widget a {
	display: inline-block;
	line-height: 31px;
	padding: 0 20px;
	border: 1px solid #eeeeee;
	margin: 0 5px 5px 0;
	color: #666666;
	font-weight: 400;
	border-radius: 3px;
	font-size: 14px;
	background: #f7f7f7;
	border-radius: 20px;
}
.tags-widget a:hover {
	background: #d94148;
	color: #fff;
	border-color: #d94148;
}
.issues-content h3, .issues-content h4 {
	margin-bottom: 15px;
}
.issues-content .fimg {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.issues-content p {
	margin-bottom: 20px;
}
.img-right {
	float: right;
	border-radius: 3px;
	margin: 0 0 20px 20px;
}
.img-left {
	float: left;
	border-radius: 3px;
	margin: 0 20px 20px 0;
}
.issue-images {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	padding: 0px;
	list-style: none;
}
.issue-images li {
	width: 33.3333%;
	float: left;
}
.issue-images img {
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}
/***==============  Sidebar Widgets End	   ==============***/




/*********************************
Coming Soon Start
*********************************/

.coming-soon {
	background: url(../images/coming-soon.jpg) top center fixed;
	background-size: cover;
}
.cs-txt {
	position: relative;
	width: 80%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 200px;
}
.cs-txt img {
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
}
.cs-txt p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	margin: 0 0 40px;
}
.cs-txt h1 {
	font-weight: 700;
	color: #fff;
	margin: 0 0 40px;
}
.cs-txt .countdown.is-countdown {
	width: 100%;
	float: left;
	margin: 0 0 70px;
	padding: 0 50px;
}
.cs-txt .countdown-section {
	width: 170px;
	height: 170px;
	border: 8px solid #d94148;
	display: inline-block;
	border-radius: 100%;
	margin: 0 15px;
	padding: 30px 0 0;
}
.cs-txt .countdown-amount {
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
}
.cs-txt .countdown-period {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.cs-newsletter-form {
	width: 80%;
	margin: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}
.cs-newsletter-form h4 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
}
.cs-newsletter-form input.form-control {
	height: 53px;
	line-height: 49;
	border: 2px solid #d94148;
	background: none;
	padding: 0 20px;
	color: #fff;
}
.cs-newsletter-form button.subscribe {
	background: #d94148;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 53px;
	border-radius: 0 5px 5px 0;
	border: 0;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
}
/*********************************
Coming Soon End 
*********************************/


#sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	right: -300px;
	height: 100vh;
	z-index: 999;
	background: #40407e;
	color: #fff;
	transition: all 0.3s;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
	right: 0;
}
#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#dismiss:hover {
	background: #fff;
	color: #7386D5;
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #40407e;
}
#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
	color: #fff;
}
#sidebar ul li a:hover {
	color: #40407e;
	background: #fff;
}
#sidebar ul li.active>a {
	color: #fff;
	background: rgba(0,0,0,.3);
}
a[data-toggle="collapse"] {
	position: relative;
}
.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.font {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
}



/******** + ========== + Transition Start + ========== + ********/

.lb-ser-box h6, .lb-ser-box img, .lb-icon, .lb-box img, .ch-box:after, .banner-tags li, .main-slider .owl-carousel button.owl-dot span, .news-box-f:after, ul.team-social:after, .latest-updates ul li:after, .sub-menu a, .login-account input[type="submit"], .login-box input[type="submit"], .register-account input[type="submit"], .donator-details input[type="submit"], .testimonials-section .owl-theme .owl-dots .owl-dot span, li.form-submit button, .dn-btn, .causes-listing .campaign-txt h4 a, .campaign-txt h6 a, .campaign-txt h5 a, a.dbutton, .campaign-thumb a, .campaign-thumb:after, .event-counter a, .event-share ul a, .event-share ul a.like:after, .event-gallery .eg-thumb:after, .event-gallery .eg-thumb a, .h3-team-box img, .contact-form input[type="submit"], .single-post-tags a, .gallery-thumb:after, .gallery-thumb a, .stay-connected input[type="submit"], .department-links li a:after, .department-links li a, .ch-box .ch-txt h6 a, .city-updates li.more-news a, .city-updates ul li strong a, .deprt-icon-box h5 a, .service-box img, .serbox-cap, .serbox-cap h6 a, .serbox-cap p, .serbox-cap .rm, .service-box:after, .local-service-box img, .hc-box .hc-box-cap, .hc-box .hc-box-cap p, .event-cap, .event-cap p, .owl-carousel .owl-item img, .ch-box .ch-txt, .ch-box .ch-txt p, .post-comments-form input[type="submit"], ul.gallery-2-col img, ul.gallery-3-col img, ul.gallery-4-col img, .share-post-single a, .newsletter-style2 button, .department-box:after, .contact-team, ul.member-social a, .team-grid .h3-team-box img, .new-thumb a, .event-list-box, .event-list-box .event-title h6 a, a.join-now, a.join-now, .about-widget a, .widget .archives a, .tags-widget a, .widget .categories a, .widget .upcoming-events .edate, .widget h6 a, .site-pagination .pagination>li>a, .pagination>li>span, #h3team-slider .owl-next, #h3team-slider .owl-prev, .team-info ul, .team-info p, .team-info, .team-info ul li a, .community-links-style-two li a, .community-links-style-two li a img, ul.reports a, a.jobs-link, .deprt-icon-box, .deprt-icon-box img, .deprt-icon-box h6, .deprt-icon-box h6 a, .deprt-icon-box a.rm, .news-box, .new-thumb:after, .new-txt h6 a, .news-box-f a, .event-cap h5 a, .recent-events .event-list, .recent-events .event-list:after, .event-list li.el-title h6 a, .event-list a.joinnow, .recent-events .nav-tabs>li>a, .h3-slider-caption a, .h3-navbar .dropdown-menu a, .h3-navbar .navbar .navbar-nav>li>a, .h3-navbar .navbar .navbar-nav>li>a:after, .h3-logo-row ul.quick-links li a, .become-vol, .cross-btn, .some-facts strong, .community-box, .news-post, .event-post-full, .hc-box, .hc-box .hc-box-cap, .hc-box .hc-box-cap h5 a, .hc-box .hc-box-cap ul li, .hc-box .hc-box-cap p, .hc-box .hc-box-cap h5 a, .hc-box .hc-box-cap ul, .hc-box .hc-box-cap li a, .local-box img, .event-post-txt h5 a, .newsletter-form button, .e-numbers .em-box, .e-numbers .em-box strong.em-num, .e-numbers .em-box strong.em-deprt, .e-numbers .em-box i, .twitter-widget a.reply-tw, .footer-widget ul li a, .team-heading a, .community-box ul li a, .community-box a.see-more, .highlights-cityscapes .owl-carousel .owl-nav button.owl-prev, .highlights-cityscapes .owl-carousel .owl-nav button.owl-next, .btn-group.share-post button.dropdown-toggle, .news-post-txt h5 a, .local-box:after, .local-box a, .city-tour a img, .h2-Mayor-msg .Mayor-txt a, .slider-caption a, .header .topbar a, .call2action a, .footer p.copyr a, .footer-social a, .team-box .team-txt h5, .team-box .team-txt strong, .team-box .team-thumb:after, .team-box .team-thumb a, ul.team-social a, .fact-box, .fact-box span, .fact-box strong, .department-box a, .ch-box .ch-txt ul li a, .ch-box .ch-thumb a, .ch-box .ch-thumb:after, .ch-box .ch-txt h5 a, .city-highlights .owl-carousel .owl-nav button.owl-next, .city-highlights .owl-carousel .owl-nav button.owl-prev, .thumb a, .thumb:after, .event-post-txt h5 a, .event-post-loc a, .latest-updates ul li strong a, .title-style-2 a, .local-service-box:after, .local-service-box a, .Mayor-text a, .logo-nav-row .navbar-nav>li>a, .topbar ul.left-links a, .logo-nav-row .dropdown-menu>li>a {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
/******** + ========== + Transition End + ========== + ********/

@media only screen and (max-width: 600px) {
	.logo-img{
		width: 15%;
		text-align: center;
	}
	.logo-emblem{
		width: 12%;
		text-align: center;
	}
	.f26{
		font-size: 16px;
		text-align: center;
	}
	.mTop15{
		margin-top: 5px;
	}
	.f18{
		font-size: 14px;
		text-align: center;
	}
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
	.logo-img{
		width: 15%;
		text-align: center;
	}
	.logo-emblem{
		width: 12%;
		text-align: center;
	}
	.f26{
		font-size: 16px;
		text-align: center;
	}
	.mTop15{
		margin-top: 5px;
	}
	.f18{
		font-size: 14px;
		/* text-align: center; */
	}
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
	.logo-img{
		width: 15%;
		text-align: center;
	}
	.logo-emblem{
		width: 12%;
		text-align: center;
	}
	.f26{
		font-size: 16px;
		text-align: center;
	}
	.mTop15{
		margin-top: 5px;
	}
	.f18{
		font-size: 14px;
		/* text-align: center; */
	}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
	.logo-img{
		width: 130%;
	}
	.logo-emblem{
		width: 80%;
	}
	.f26{
		font-size: 22px;
		text-align: left;
	}
	.mTop15{
		margin-top: 15px;
	}
	.f18{
		font-size: 16px;
		/* text-align: center; */
	}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
	.padTopCenter{padding: 9.5em !important; text-align: center;font-size: 22px;}
	.logo-img{
		width: 130%;
	}
	.logo-emblem{
		width: 60%;
		text-align: right;
	}
	.f26{
		font-size: 26px;
		text-align: left;
	}
	.mTop15{
		margin-top: 10px;
	}
	.f18{
		font-size: 18px;
		/* text-align: center; */
	}
  }



/*====================================================================
		Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden;
}

.pricing-section-two.alternate{
	position: relative;
	background-color: #fafafa;
}


.pricing-section-two .outer-box{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.pricing-block-two{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.pricing-block-two .inner-box{
	position: relative;
	background-color: #ffffff;
	/* padding: 30px 13px 25px; */
	padding: 30px 13px 0px;
	max-width: 760px;
	margin: 0 auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.07);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-block-two .inner-box:hover{
	box-shadow: 0 0 0px rgba(0,0,0,0.07);
}

.pricing-block-two .inner-box:hover .theme-btn{
	border-radius:0px;
}

.pricing-block-two .title{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #212639;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.pricing-block-two .title .icon{
	font-size: 22px;
	margin-right: 5px;
	display: inline-block;
}

.pricing-block-two .price-box{
	position: relative;
	margin-left: -13px;
}

.pricing-block-two .price {
    font-size: 18px !important;
}

.pricing-block-two .price{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: .9em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 2px;
	padding: 10px 20px;
	padding-right: 30px;
	border-radius: 0 50px 50px 0;
	background: rgb(247,0,104);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    background-size: 600% 100%;
}

.pricing-block-two .inner-box:hover .price{
	padding-right:50px;
}

.pricing-block-two .features{
	position: relative;
	max-width: 510px;
	margin: 0 auto 20px;
	padding-left: 0px;
}

.pricing-block-two .features li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	padding: 5px 0;
	padding-left: 30px;
	border-bottom: 1px dashed #dddddd;
}

.pricing-block-two .features li:before{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	line-height: 30px;
	content: "✓";
	font-family: 'ElegantIcons';
	color: #2bd40f;
}

.pricing-block-two .features li.false:before{
	color: #e1137b;
	content: "\51";
}

.pricing-block-two .features li a{
	color: #000000;
}

.pricing-block-two .features li:last-child{
	border-bottom: 0;
}

.pricing-block-two .btn-box{
	position: relative;
	text-align: center;
	z-index: 99;
}

.pricing-block-two .btn-box a{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	padding: 8px 30px;
	border-radius: 30px;
}

.pricing-section-two .icon-line-1{
	right: 0%;
	top: 15%;
}

.pricing-section-two .icon-dots{
	right: 0%;
	bottom: 15%;
}

.pricing-section-two .icon-circle-1{
	left: -400px;
	bottom: -200px;
	opacity: .30;
}

.icon-shape-5{
	width: 540px;
	height: 330px;
	background-image: url(../images/icons/shape-5.png);
	background-size: 100%;
}

/*** 

====================================================================
		Pricing Section Three
====================================================================

***/

.pricing-section-three{
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden;
}

.pricing-section-three .outer-box{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.pricing-block-three{
	position: relative;
	margin-bottom: 50px;
}

.pricing-block-three .inner-box{
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 70px 20px 60px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-block-three .inner-box:hover{

}

.pricing-block-three .title{
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 1em;
	color: #848484;
	font-weight: 200;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.pricing-block-three .title:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	background-color: #848484;
	height: 2px;
	content: "";
}

.pricing-block-three .price{
	position: relative;
	display: block;
	font-size: 100px;
	line-height: .9em;
	color: #ec167f;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.pricing-block-three .features{
	position: relative;
	max-width: 300px;
	margin: 0 auto 20px;
}

.pricing-block-three .features li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #848484;
	font-weight: 500;
	padding: 5px 0;
	border-bottom: 1px dashed #dddddd;
}

.pricing-block-three .features li a{
	color: #848484;
}

.pricing-block-three .features li:last-child{
	border-bottom: 0;
}

.pricing-block-three .btn-box{
	position: relative;
	text-align: center;
}

.pricing-block-three .btn-box a{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	padding: 8px 30px;
	border-radius: 30px;
}

.pricing-section-three .icon-line-1{
	right: 0%;
	top: 15%;
}

.pricing-section-three .icon-dots{
	right: 0%;
	bottom: 15%;
}

.pricing-section-three .icon-circle-1{
	left: -400px;
	bottom: -200px;
	opacity: .30;
}



.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one .btn-title {
    position: relative;
}
.pricing-block-two .btn-box a {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 30px;
}
.btn-style-one {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #40407e;
    overflow: hidden;
    border-radius: 10px;
}
/** text slideshow***/
/*#carousel {
position: relative;

margin:0 auto;
}*/

#slides {
overflow: hidden;
position: relative;
width: 100%;

}

#slides ul {
list-style: none;
width:100%;

margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;

float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  	display: block;
	font-size: 2em;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	color: #9c1a20;
	font-size: 18px;
	
	font-weight: bold;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

/* sidebar css */

.sidemenu_head{
    color: #ffffff;
    padding: 11px 13px 46px;
    font-size: 17px;
    text-align: center;
    border: solid 1px #f7a5cb;
    border-bottom: 0;
    font-weight: 700;
  }
  .sidemenu_body{
    border: solid 1px #f7a5cb;
    /* background-color: #fff8eb; */
	border-radius: 0px 0px 0px 0px;
	border-top: none;
  }

  .badge_green{
	background: #009688 !important;
  }
  .badge_blue{
	background: #2196f3 !important;
  }
 
  .badge_darkgreen{
	background: #4caf50 !important;
  }
  .badge_red{
	background: #d32f2f !important;
  }
 
  .badge_brown{
	background: #795548 !important;
  }
  .badge_gray{
	background: #546e7a !important;
  }

  /* sidebar css */

  

  /*Index Style*/
  .topStrip {
    transition: all 0.2s ease 0ms;
    -webkit-transition: all 0.2s ease 0ms;
}
.topStrip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.topStrip ul li {
    position: relative;
    padding: 0 9px;
    float: left;
}
.topStrip ul li a {
    color: #fff;
    font-size: 0.750em;
    text-decoration: none;
    line-height: 28px;
}
a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}
.topStrip ul li:last-child {
    padding: 0;
}
.topStrip ul li {
    position: relative;
    padding: 0 9px;
    float: left;
}
span{
  border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
#accessControl input {
    border: 0;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    float: left;
    height: 28px;
    background-color: #666;
}
#accessControl .large {
    margin-right: 10px;
}
#accessControl input {
    border: 0;
    font-weight: 400;
    font-size: 13px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    float: left;
    height: 28px;
	background-color: #d94148;
	color: white;
}
#accessControl .contrastView {
    float: left;
}
i{
  margin: 4px;
}

.blink {
  color: red;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {color: red;}
  25%  {color: #9c1a20;}
  50%  {color: blue;}
  100% {color: green;}
}

/* Standard syntax */
@keyframes example {
  0%   {color: red;}
  25%  {color: #9c1a20;}
  50%  {color: blue;}
  100% {color: green;}
}


/* marquee */
.holder { 
  width:300px;
  height:260px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  /* width:300px; */
  height:379px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
/* marquee */
.lang{
   color: black;
    padding: 3px 4px;
    position: relative;
    top: -6px;
  }
  .langtetxt{
    position: relative;
    top: -6px;
  }



  .blink {
   color: yellow;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { color: red; }}
        @keyframes blink { 50% { color: red; }}

/*=============*/

.pulse {
    color: yellow;
    -webkit-animation: blink 800ms infinite;
            animation: blink 800ms infinite;
}
@-webkit-keyframes blink { 50% { color: red; }}
        @keyframes blink { 50% { color: red; }}

/*=============*/

.pulse2 {
	-webkit-animation: pulse 400ms infinite alternate;
	        animation: pulse 400ms infinite alternate;
}
@-webkit-keyframes pulse {
	0% { color: red; }
	100% { color: yellow; }
}
@keyframes pulse {
	0% {color: red; }
	100% {color: yellow; }
}

.mar_20{
	margin-left: 25px !important;
}



/* Headding CSS */
.title {
    overflow: hidden;
    margin-left: -1px;
    text-align: left;
}
 

.color5 {
    color: #044A67 !important;
}

.color5_year {
    color: #40407e;
    font-weight: bold;
}
/* Headding CSS */

/* About Us TIME LINE  */


/* About Us TIME LINE  */



.menu_info{
	background-image: url(../images/background/menu_info.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.menu_info1{
	background-image: url(../images/background/updates_right.png);
    background-size: cover;
	background-repeat: no-repeat;
}
.more-updates{

}


/*Table*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
border: 1px solid #938e8e;
padding: 6px 5px 5px 8px;
font-size: 12px;
line-height: 1.5;
color: black;
font-weight: 500;
text-align: center;
}

tr:nth-child(even) {
  /*background-color: #dddddd;*/
}

.w_15{
	width: 15%;
}
.w_22{
	width: 22%;
}



/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
  color: white;
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}




.city-updates li.more-news {
    padding: 0px;
    margin: 0 -20px;
    height: 59px;
}

.city-updates ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 19px 0;
}


.city-updates ul {
    width: 100%;
    border: 1px solid #b9b7b79e;
    float: left;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
    list-style: none;
    padding: 0px 20px;
    margin: 0px;
    background: #fff;
}