body {
	color: #52514f;
	line-height: 22px;
	font-size: 14px;
	font-family: 'Oxygen', 'Inter Tight', sans-serif;
	letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #242020;
	font-family: "Averia Serif Libre", sans-serif;
}

.text-justify {
	text-align: justify !important;
}

.text-center {
	text-align: center !important;
}

.pad-0 {
	padding: 0;
}

.text-warning {
	color: #f23a3c !important;
	font-weight: 700;
	/* margin-left: 10px; */
}


.main_logo img {
	width: 72px;
	margin-right: 10px;
}

.main_logo a {
	font-weight: 700;
}

.main_logo a h2 {
	color: #FF0800 !important;
	margin: 0;
}

.main_logo a h4 {
	color: #138AD1 !important;
	margin: 0;
	margin-bottom: 6px;
	font-weight: 500;
	letter-spacing: 3px;
}

.social_top {
	padding: 28px 0;
}

.social_top i {
	font-size: 36px;
	margin-left: 6px;
}

.social_top i.fa-facebook-square {
	color: #4867AA;
}

.social_top i.fa-twitter-square {
	color: #1DA1F2;
}

.social_top i.fa-instagram-square {
	color: #F00D49;
}

.navbar {
	background: #0d6ec1;
	padding-top: 0;
	border-top: 3px solid #c59f68;
	border-bottom: 3px solid #c59f68;
	/* background-image: linear-gradient(109.6deg, #7417E3 15%, #1862ED 91.1%); */
	/* background: linear-gradient(109.6deg, #FF0800 11.2%, #FCE205 50% , #34A938 91.1%); */
}

.navbar-brand {
	padding: 5px 0;
}

.navbar-brand h2 {
	letter-spacing: -2px;
	line-height: 50px;
}

.navbar-brand h4 {
	letter-spacing: 2px;
}

.navbar-stuck-menu {
	background-color: #012b79;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-light .nav-item.active .nav-link:not(.disabled),
.navbar-light .nav-item.show .nav-link:not(.disabled),
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
	color: #fff;
}

.navbar-light .nav-item:hover .nav-link:not(.disabled),
.navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
	color: #fff;
}

.nav-item.priority a {
	border: 1px solid #db0000;
	border-radius: 30px;
	background-color: #db0000;
	color: #fff !important;
}

.dropdown-menu li {
	margin: 0;
}

.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item:hover {
	background: #00c2ef;
	color: #fff;
}

.widget-list-link {
	line-height: 16px;
	margin-bottom: 15px;
}

.accordion div button:hover {
	background: #46dfe7;
}
.accordion div button h5 {
	margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
	background: #46dfe7;
	font-weight: bold;
}

button.btn {
	padding: 5px 15px !important;
}

.blink {
	animation: blink 3s steps(1, end) infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.footer div p {
	font-size: 12px;
	font-weight: 300;
	color: #dddadb;
	margin-bottom: 0;
}

.f_o_m {
	background: #ebebeb;
	border-top: 2px solid #ccc;
}

.f_o_m h6 {
	color: #242020;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.f_o_m h6::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #7c932c;
	top: 24px;
	left: 0;
}

.f_o_m a,
.f_o_m p img {
	color: #242020;
	cursor: pointer;
}

.f_o_m a i {
	font-size: 30px;
	display: inline-block;
	margin-right: 10px;
}

.social_feeds div div.fb {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.social_feeds div div.twt {
	vertical-align: top;
	padding-top: 0;
}

.gal_m div {
	border-radius: 10px;
}	
.gal_m h5 {
	background: #46dfe7;
	border-radius: 10px 10px 0 0;
	margin: 0;
	line-height: 46px;
	text-align: center;
}
.gal_m div marquee {
	height: 380px;
	padding: 15px 15px 5px;
	border: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
}

.gal_m marquee img:hover {
	cursor: pointer;
}


.bg-dark {
	background: #223240 !important;
	border-top: 4px solid #3a6c93;
}

.thead {
	background-color: #1c87c9;
	color: #ffffff;
}

.s_rul h6 {
	background: #eee;
	line-height: 40px;
	padding: 0 15px;
}
.rti_officer div form {
	background: #f0f0f9;
	border: 3px solid #e7e7e7;
    border-radius: 10px;
}


.signals div p { 
	margin-bottom: 20px; 
}

.no-p div div {
	border: 1px solid #ccc;
	text-align: center;
	min-height: 161px;
}
.no-p-s div div {
	border: 1px solid #ccc;
	text-align: center;
}
mark {
	background: yellow;
}
.no-p div div p:first-child, .no-p-s div div p:first-child {
	background: #eee;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.k_n_ps ul { 
	list-style-image: url('../img/hand.png');
}
.k_n_ps ul li { 
	width: 26%; 
	display: inline-block;
	list-style-image: url('../img/hand.png');
}

.k_n_ps ul li a {     
	padding: 8px 0px;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    border-radius: 4px;
	text-align: center;
	color: #333;
}
.k_n_ps ul li a:hover { 
	color: #2e338a;
	transform: scale(1.05);
    border: 0px solid #777;
}



.big-font {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #303030;
}
.

.tupdates {
	background: #158BD6;
	padding: 20px;
}

.tupdates .container {
	padding: 5px 5px 0px 0px;
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	;
}

.tupdates div div div {
	padding: 0;
}

.tupdates div div div>img {
	width: 100%;
	margin-left: 20px;
}

.tupdates marquee {
	width: 98%;
}

.tupdates marquee ol {
	margin: 0;
}

.tupdates marquee ol li {
	display: inline-block;
	color: #221f1f;
	list-style-type: numeric;
	margin-left: 30px;
	margin-top: 15px;
}


.traffic_video div video {
	width: 100%;
	height: auto;
}
.traffic_video div {
	margin-bottom: 16px;
}

.traffic_video div h6 {
	font-weight: 500;
}

/*.options .container { border: 5px dotted #b9f9de; border-radius: 10px; padding: 15px; background: #eefff9;  }*/
.options {
	background: url('../img/trafficJam.png') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.options .container {
	border-radius: 10px;
	background: rgba(255, 255, 255, .9);
}

.options h3 {
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #242020;
}

.options h3 span {
	font-weight: 700;
	color: #221f1f;
}

.options div div div:first-child img {
	border-radius: 10px;
	border: 1px solid #ffe1f0;
	box-shadow: 0 10px 20px -6px rgba(216, 16, 113, 0.25);
	-webkit-box-shadow: 0 10px 20px -6px rgba(216, 16, 113, 0.25);
	-mz-box-shadow: 0 10px 20px -6px rgba(216, 16, 113, 0.25);
	-o-box-shadow: 0 10px 20px -6px rgba(216, 16, 113, 0.25);
}

.options div div div:first-child a {
	font-weight: 700;
}

.options div div div:last-child div {
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 10px 0 !important;
}

.options div div div:last-child div a {
	color: #fff;
	text-align: center;
}

.option_item div h3 {
	font-weight: 700;
	margin-bottom: 0;
	color: #012b79;
}

.option_items div div {
	min-height: 170px;
	padding: 15px 15px 0 15px;
	border-radius: 10px;
}

.option_items div div div a {
	margin: 15px;
	border-radius: 10px;
}

.option_items div div div:hover {
	transition: 0.5s;
	box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}

.option_items div div div img {
	margin-bottom: 10px;
}

.option_items div div div h6 {
	margin-bottom: 0;
}

.alerts {
	background: #FF0800;
	border-radius: 9px 0 0 9px;
	padding: 20px;
	color: #fff;
}

.alerts h3 {
	color: #fff;
}

.alt_sms {
	padding: 20px;
}

.alerts marquee {
	height: 270px;
}

.alerts marquee ol {
	margin-left: -16px;
}

/*
.option_items div div:nth-child(1) div h3 { margin-bottom: 0; }
.option_items div div:nth-child(1) div { background: #F17171; }
.option_items div div:nth-child(2) div { background: #b3cbff; }
.option_items div div:nth-child(3) div { background: #FFD071; }
.option_items div div:nth-child(4) div { background: #B38DFF; }
.option_items div div:nth-child(5) div { background: #A2D471; }
.option_items div div:nth-child(6) div { background: #FF71B7; }
.option_items div div:nth-child(7) div { background: #FFA071; }
.option_items div div:nth-child(8) div { background: #71E2D0; }
.option_items div div:nth-child(9) div { background: #A2ADB8; }
*/
.wing_items div h3 {
	font-weight: 700;
	color: #d71070;
	margin-bottom: 0;
}

.wing_items div a {
	width: 16.5%;
	display: inline-block;
	padding: 30px 15px 15px;
	text-align: center;
	color: #353535;
}

.wing_items div a img {
	margin-bottom: 15px;
}

.wing_items div a:nth-child(2) {
	width: 16.5%;
	display: inline-block;
	background: #c9bacf;
}

.wing_items div a:nth-child(3) {
	width: 16.5%;
	display: inline-block;
	background: #d9e0be;
}

.wing_items div a:nth-child(4) {
	width: 16.5%;
	display: inline-block;
	background: #a7e6eb;
}

.wing_items div a:nth-child(5) {
	width: 16.5%;
	display: inline-block;
	background: #ffd0b5;
}

.wing_items div a:nth-child(6) {
	width: 16.5%;
	display: inline-block;
	background: #cdeba6;
}

.wing_items div a:nth-child(7) {
	width: 16.5%;
	display: inline-block;
	background: #becfe0;
}

.option_item {
	text-align: center;
}

.option_item div a {
	padding: 15px 20px;
	border-radius: 10px;
	max-width: 180px;
	display: inline-block;
	margin: 10px 0;
}

.option_item div a:hover {
	transition: 0.5s;
	box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}

.option_item div a img {}

.option_item div a h6 {
	margin-bottom: 0;
	font-size: 16px;
	padding-top: 5%
}

.option_item div a h6 span {
	padding-top: 1%
}

.option_item div a:hover {
	font-weight: 600;
	transition: 0.5s;
	transform: scale(1.05);
}

.option_item div div:nth-child(1) a {
	background: #ff8300 !important;
}

.option_item div div:nth-child(2) a {
	background: #1B9D00;
}

.option_item div div:nth-child(3) a {
	background: #258BF8;
}

.option_item div div:nth-child(4) a {
	background: #ECBC00;
}

.option_item div div:nth-child(5) a {
	background: #EE107E;
}

.option_item div div:nth-child(6) a {
	background: #FF1A45;
}

.option_item div div:nth-child(7) a {
	background: #FF1A45;
}

.option_item div div:nth-child(8) a {
	background: #EE107E;
}

.option_item div div:nth-child(9) a {
	background: #ECBC00;
}

.option_item div div:nth-child(10) a {
	background: #258BF8;
}

.option_item div div:nth-child(11) a {
	background: #1B9D00;
}

.option_item div div:nth-child(12) a {
	background: #ff8300;
}


.wings {
	text-align: center;
}

.wings div h3 {
	font-weight: 700;
	margin-bottom: 0;
	color: #d71070;
}

.wings div a {
	min-height: 100px;
	padding: 7px 20px 5px 20px;
	border-radius: 10px;
	max-width: 200px;
	display: inline-block;
	margin: 10px 3%;
}

.wings div a:hover {
	transition: 0.5s;
	box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}

.wings div a img {
	margin-bottom: 3px;
	min-height: 72px;
	width: 47%;
}

.wings div a h6 {
	margin-bottom: 0;
	font-size: 14px;
	padding-top: 5%;
	color: #fff;
	font-weight: 500;
}

.wings div a:hover {
	font-weight: 600;
	transition: 0.5s;
	transform: scale(1.05);
}

.wings div a {
	min-height: 100px;
	padding: 7px 20px 5px 20px;
}

.wings div a h6 span {
	font-weight: 700;
	font-size: 12.99px;
}

.wings div a img {
	margin-bottom: -14px;
}

.wings div a.product-thumb-overlay img {
	width: 70px;
	min-height: 70px;
	font-size: 14px;
	color: #fff;
}




.wings div div:nth-child(1) a {
	background: #FE6244 !important;
}

.wings div div:nth-child(2) a {
	background: #865DFF;
}

.wings div div:nth-child(3) a {
	background: #39B5E0;
}

.wings div div:nth-child(4) a {
	background: #FB2576;
}

.wings div div:nth-child(5) a {
	background: #332FD0;
}

.wings div div:nth-child(6) a {
	background: #F637EC;
}

.wings div div:nth-child(7) a {
	background: #54B435;
}

.wings div div:nth-child(8) a {
	background: #FF6464;
}

.wings div div:nth-child(9) a {
	background: #31C6D4;
}


.narcot {
	margin: -5% 0 0 0;
	padding: 0;
	font-size: small;
}


.gallery {
	text-align: center;
}

.gallery div h3 {
	font-weight: 700;
	margin-bottom: 0;
	color: #012b79;
}

.gallery div a {
	min-height: 150px;
	padding: 1% 0%;
	border-radius: 10px;
	max-width: 180px;
	display: inline-block;
}

.gallery div a {
	margin: 15px;
	border-radius: 10px;
}

.gallery div a:hover {
	transition: 0.5s;
	box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}

.gallery div a img {
	margin-bottom: 3px;
	min-height: 72px;
	width: 50%;
}

.gallery div a h6 {
	margin-bottom: 0;
	font-size: 16px;
	padding-top: 5%;
}

.gallery div a:hover {
	font-weight: 600;
	transition: 0.5s;
	transform: scale(1.05);
}

/*.wings div a:nth-child(1) { background: #c9bacf; }*/
.gallery div a:nth-child(2) {
	background-image: url("../gallery/event1-10042022/01.JPG");
	background-size: cover
}

.gallery div a:nth-child(3) {
	background: #ff8300;
}

.gallery div a:nth-child(4) {
	background: #c71669de;
}

.gallery div a:nth-child(5) {
	background: #0f48a1;
}

.gallery div a:nth-child(6) {
	background: #b02900de;
}

.gallery div a:nth-child(7) {
	background: #1f8db8;
}


.tab .row button {
	margin: 1%;
}


.twt_feed {
	box-shadow: 0 0px 40px -6px #d5c9d1;
	border-radius: 15px;
	background: #EB766C;
	background-image: linear-gradient(130deg, #ef629f, #eecda3);
}

a.u-floatLeft {
	display: none;
}


.visitors p {
	color: #fff;
	text-align: right;
	border: 1px solid #ffd715;
	padding: 7px 0 6px;
	border-radius: 10px;
	float: right;
	font-size: 20px;
	margin-bottom: 0;
}

.visitors p span {
	padding: 7px;
}

.visitors p span:nth-child(1) {
	color: #353535;
	background: #d9b400;
	border-radius: 9px 0 0 9px;
}

.visitors p span:nth-child(2) {
	color: #ffd715;
	background: transparent;
}

.marquee_area {
	background-color: #fff;
	padding: 30px 0;
}

.marquee_area h4 {
	text-align: center;
	color: #f1322a;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px dashed #A2D471;
	line-height: 50px;
}

.marquee_area marquee div {
	color: #353535;
	margin-bottom: 15px;
}

.marquee_area marquee div a {
	color: #353535;
	text-transform: capitalize;
	-webkit-animation: color-change 1s infinite;
	-`z-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
	0% {
		color: red;
	}

	/*25%{ color:green;}*/
	50% {
		color: blue;
	}

	/*75% { color:yellow;}*/
	100% {
		color: red;
	}
}

@-moz-keyframes color-change {
	0% {
		color: red;
	}

	50% {
		color: blue;
	}

	100% {
		color: red;
	}
}

@-ms-keyframes color-change {
	0% {
		color: red;
	}

	50% {
		color: blue;
	}

	100% {
		color: red;
	}
}

@-o-keyframes color-change {
	0% {
		color: red;
	}

	50% {
		color: blue;
	}

	100% {
		color: red;
	}
}

@keyframes color-change {
	0% {
		color: red;
	}

	50% {
		color: blue;
	}

	100% {
		color: red;
	}
}

.marquee_area marquee div a:hover {
	color: #0d6efd;
}

ul li {
	margin-bottom: 10px;
}

ul li span.sample {
	color: #f51d1d;
}



/* ================== */
/* ====== Modal ===== */
/* ================== */

.modal-header {
	border: 0px;
}

.modal-header .btn-close {
	border-radius: 20px;
	position: initial;
	z-index: 99999;

}

.modal-body h5 {
	text-align: center;
	border-bottom: 2px solid #930e00;
	background: #012b79;
	color: #fff;
	line-height: 2;
}

.modal-footer {
	border-top: 0;
	text-align: center;
	display: block;
}


.crime_officer_details div {
	margin-bottom: 15px;
}

.crime_officer_details div span {
	width: 30%;
	display: inline-block;
	color: #ae564d;
}

.crime_officer_details div span span {
	width: 2%;
	display: inline-block;
	float: right;
	margin-right: 15px;
}


.armed_res h2 {
	text-align: center;
	border-bottom: 2px solid #930e00;
	margin-bottom: 20px;
	line-height: 1.5;
	margin-top: 0;
}

.armed_res div {
	margin-bottom: 15px;
}

.armed_res div span {
	width: 30%;
	display: inline-block;
	color: #ae564d;
}

.armed_res div span span {
	width: 2%;
	display: inline-block;
	float: right;
	margin-right: 15px;
}



@media (min-width: 576px) {
	.modal-dialog {
		width: 60% !important;
		max-width: none;
	}
}

@media (min-width: 500px) {
	.modal-dialog {
		width: 60% !important;
		max-width: none;
	}
}

.social {
	padding: 50px 30px;
	background-color: #fff;
	text-align: center;
}

.social div h4 {
	color: #333;
	text-align: center;
	font-weight: 700;
}

.social div p {
	color: #777;
}

.social div {
	text-align: center;
	width: 20%;
	display: contents;
}

.social div div a {
	margin: 0 20px;
	text-align: center;
	color: #333 !important;
}

.social div div a img {
	border-radius: 30px;
}

.social h1 {
	font-weight: 700;
	font-size: 34px;
	margin-top: 30px;
	background: -webkit-linear-gradient(180deg, #eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.social div div:nth-child(1):hover a img {
	box-shadow: 10px 20px 30px 0 rgba(38, 69, 201, 0.5);
	-webkit-box-shadow: 10px 20px 30px 0 rgba(38, 69, 201, 0.5);
	-o-box-shadow: 10px 20px 30px 0 rgba(38, 69, 201, 0.5);
	-moz-box-shadow: 10px 20px 30px 0 rgba(38, 69, 201, 0.5);
	-oz-box-shadow: 10px 20px 30px 0 rgba(38, 69, 201, 0.5);
	transition: 0.3s;
}

.social div:nth-child(2):hover a img {
	box-shadow: 10px 20px 30px 0 rgba(51, 139, 255, 0.5);
	-webkit-box-shadow: 10px 20px 30px 0 rgba(51, 139, 255, 0.5);
	-o-box-shadow: 10px 20px 30px 0 rgba(51, 139, 255, 0.5);
	-moz-box-shadow: 10px 20px 30px 0 rgba(51, 139, 255, 0.5);
	-oz-box-shadow: 10px 20px 30px 0 rgba(51, 139, 255, 0.5);
	transition: 0.3s;
}

.social div:nth-child(3):hover a img {
	box-shadow: 10px 20px 30px 0 rgba(81, 202, 106, 0.5);
	-webkit-box-shadow: 10px 20px 30px 0 rgba(81, 202, 106, 0.5);
	-o-box-shadow: 10px 20px 30px 0 rgba(81, 202, 106, 0.5);
	-moz-box-shadow: 10px 20px 30px 0 rgba(81, 202, 106, 0.5);
	-oz-box-shadow: 10px 20px 30px 0 rgba(81, 202, 106, 0.5);
	transition: 0.3s;
}

.social div:nth-child(4):hover a img {
	box-shadow: 10px 20px 30px 0 rgba(191, 0, 0, 0.5);
	-webkit-box-shadow: 10px 20px 30px 0 rgba(191, 0, 0, 0.5);
	-o-box-shadow: 10px 20px 30px 0 rgba(191, 0, 0, 0.5);
	-moz-box-shadow: 10px 20px 30px 0 rgba(191, 0, 0, 0.5);
	-oz-box-shadow: 10px 20px 30px 0 rgba(191, 0, 0, 0.5);
	transition: 0.3s;
}

.social div:nth-child(5):hover a img {
	box-shadow: 10px 20px 30px 0 rgba(227, 66, 133, 0.5);
	-webkit-box-shadow: 10px 20px 30px 0 rgba(227, 66, 133, 0.5);
	-o-box-shadow: 10px 20px 30px 0 rgba(227, 66, 133, 0.5);
	-moz-box-shadow: 10px 20px 30px 0 rgba(227, 66, 133, 0.5);
	-oz-box-shadow: 10px 20px 30px 0 rgba(227, 66, 133, 0.5);
	transition: 0.3s;
}


/*.office_details div div table thead tr th, .table:not(.table-dark) thead th, .table:not(.table-dark) tbody th { color: #fff !important; }*/

.fields {
	background: #edf4ff;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px dashed #9cbdf1;
}

.fields~span {
	padding: 5px;
	margin-bottom: 5px;
}

.fields span:nth-child(odd) {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	color: #e35b0b;
	font-weight: 700;
}

.fields span:nth-child(even) {
	width: 63.3%;
	display: inline-block;
	vertical-align: top;
}

.fields span>span {
	float: right;
	width: 15px !important;
	margin-bottom: 10px;
}

form {
	padding: 20px 20px 10px;
}

label {
	font-weight: 700;
	width: 100%;
	margin: 0;
	color: #3e3e3e;
}

input,
select,
textarea {
	width: 100%;
	margin-bottom: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-bottom: -5px;
}
input[type=button] {
	background: #D15F32;
	color: #fff;
	border-collapse: collapse;
	border-radius: 6px;
	width: auto;
}

ol li,
ul li {
	margin-bottom: 10px;
	vertical-align: top;
}

ol li span,
ul li span {
	vertical-align: top;
}

.form-control {
	border: 1px solid #c7c7c7;
	appearance: auto;
	-moz-appearnace: auto;
	-webkit-appearance: auto;
	-o-appearance: auto;
}

.form-control:focus {
	color: #353535;
	background-color: #fff;
	border-color: #6caaff;
	outline: 0;
	box-shadow: 0px 0px 0px 4px rgba(139, 177, 235, 0.5);
}

.head_t {
	border: 1px sollid #ccc;
	padding: 15px;
	background: #efefef;
}

.img_preview {
	border: 1px dashed #b1c8eb;
	background: #f4faff;
	border-radius: 6px;
	position: relative;
	height: 100%;
}

.img_preview button {
	width: 100%;
	border: 0px;
	background: transparent;
}

.img_preview>img {
	position: absolute;
	display: none;
}

.img_preview div {
	text-align: center;
	padding: 20px;
	width: 100%;
	position: relative;
}

.img_preview div p {
	margin: 0;
}

.d_sub {
	padding-right: 20px;
}

.d_sub,
.d_in {
	float: left;
}

.captha span {
	width: 40%;
	display: inline-block;
}

.captha img {
	width: 2%;
	display: inline-block;
	margin: 0 10px;
}

.captha input {
	width: 40%;
	display: inline-block;
}

.d_in.d_mul {
	vertical-align: top;
}

.d_in.d_mul select {
	width: 30%;
	display: inline-block;
	padding: 12px 8px;
}

.d_in.d_mul input {
	width: 69%;
	display: inline-block;
}

.d_in ul li {
	list-style-type: none;
	margin-left: -30px;
	width: 49%;
	display: inline-block;
}


table thead tr th {
	padding: 10px !important;
	text-align: center;
	vertical-align: middle;
	background: #63c5ff !important;
	color: #353535 !important;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #aaa !important;
}

table tbody tr td {
	padding: 5px 10px !important;
	vertical-align: middle;
	color: #212325 !important;
	border: 1px solid #aaa !important;
}

.official_desc span {
	width: 25%;
	display: inline-block;
	margin-bottom: 15px;
}

.official_desc span span {
	float: right;
}

.person_details {
	background: #f4fff1;
	border: 1px solid #dff3da;
	border-radius: 10px;
	padding: 15px;
}

.person_details div div:last-child {
	padding: 0;
}

.emer_call div {
	padding: 20px;
}

.emer_call div img {
	float: left;
	margin-right: 15px;
}

.emer_call div span:first-child {
	color: #5c5e55 !important;
	margin-top: 20px 0 0 0;
}

.emer_call div span:last-child {
	font-size: 20px;
	color: #ff0000 !important;
}

.btn-scroll-top {
	background: #ff2400;
	padding-top: 10px;
	font-size: 20px;
}

.btn-scroll-top:hover {
	background: #ff2400;
	opacity: 0.85;
}

.btn-scroll-top img {
	transform: rotate(90deg);
	padding: 15px 10px;
}

.twitter-btn {
	background: #1d9bf0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 15px;
	margin-bottom: 5px;
	display: block;
}

.twitter-timeline {
	margin-top: 10px !important;
}

.gen_div {
	background: #fff;
	padding: 20px;
	margin: 5px auto 15px;
	border-radius: 10px;
	min-height: 350px;
	color: #353535 !important;
	border: 1px solid #dedede;
}

.org {
	background: #FFFFD0;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ede371;
}

.org h3 {
	color: #d81071;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.org h3::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #fff;
	left: 45%;
	top: 40px;
	text-align: center;
}

.comm_msg {}

.crime_dept {
	text-align: center;
}

.crime_dept h2 {
	text-align: center;
}

.crime_dept div a {
	width: 100%;
	display: block;
}

.crime_dept div a {
	padding: 10px 15px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	margin-bottom: 10px;
	border-radius: 6px;
	font-weight: 600;
}

.crime_dept div:hover a {
	border: 1px solid #ddd;
	transition: 0.3s;
	/*transform: scaleX(1.03);*/
}


.order-lg-last {
	vertical-align: top;
}

.officer_info {
	padding: 30px 15px;
	border: 3px solid #edd289;
	background: #FFEBB4;
	border-radius: 20px;
	/*box-shadow: 0 0px 15px 0 rgba(155,185,210,0.5);*/
}

.officer_info img {
	margin-left: 20%;
	width: 60%;
}

.officer_info h4 {
	text-align: center;
	color: #012b79;
	margin-bottom: 0px;
}

.officer_info h6 {
	text-align: center;
	color: #353535;
	margin-bottom: 15px;
}

.officer_info div div span:first-child {
	text-align: left;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	color: #0d7aad;
}

.officer_info div div span:nth-child(2) {
	width: 5%;
	display: inline-block;
	vertical-align: top;
}

.officer_info div div span:last-child {
	width: 70%;
	display: inline-block;
	text-align: left;
}

.kyps h2 {
	text-align: center;
}

.col_area {
	margin-bottom: 15px;
}

.col_area ul {
	list-style: none;
	padding: 0;
}

.col_area ul li:first-child {
	background: #D6C224;
	color: #484008;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.col_area ul li {
	border: 1px solid #d6c23f;
	border-bottom: 0px;
	margin-bottom: 0;
	padding: 5px 10px;
}

.col_area ul li:last-child {
	border-bottom: 1px solid #d6c23f;
}

.col_area ul li a:hover {
	cursor: pointer;
}


.addl_cp_info {
	background: #edf4ff;
	margin-bottom: 15px;
}

.addl_cp_info div:first-child img {
	padding: 2px !important;
}

.addl_cp_info div:last-child {
	padding: 5px 0 !important;
}

.addl_cp_info div:last-child div span {
	font-weight: 600;
}

.addl_cp_info div:last-child span:first-child {
	text-align: left;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	color: #0d7aad;
}

.addl_cp_info div:last-child span:nth-child(2) {
	width: 5%;
	display: inline-block;
	vertical-align: top;
}

.addl_cp_info div:last-child span:last-child {
	width: 65%;
	display: inline-block;
	text-align: left;
}

/*.ps_details div { font-weight: 600; }*/


.bound_details h6,
.strength_details h6 {
	color: #242020;
	background: #D6C224;
	padding: 8px 15px;
	margin-bottom: 0;
	box-shadow: green;
	border-radius: 6px 6px 0 0;
	border: 1px solid #aaa;
}

.ps_details div span {
	color: #242020;
	font-size: 14px;
	font-weight: 600;
}

.ps_details div p {
	font-weight: 500;
}

.ps_details div img[alt="Officer Image"] {
	box-shadow: 5px 5px 0px 0 rgb(0, 0, 0);
	border: 1px solid #000;
}

.ps_details div.bound_details div {
	border: 1px solid #aaa;
	padding: 6px 15px 0;
	border-radius: 0 0 6px 6px;
	border-top: 0;
}

.ps_details div.bound_details div span {
	color: #242020;
	font-size: 14px;
	font-weight: 600;
	padding-top: 4px;
	display: block;
}

.ps_details div.bound_details div p {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #dcdcdc;
}

.ps_details div.bound_details div p:last-child {
	border: 0px;
}


.strength_details>div {
	border: 1px solid #aaa;
	padding: 8px 15px 4px;
	border-top: 0;
	border-radius: 0 0 6px 6px;
}

.strength_details>div div span:first-child {
	text-align: left;
	width: 64%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.strength_details>div span>span {
	width: 5%;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.strength_details>div span:last-child {
	width: 50%;
	display: inline-block;
	text-align: left;
}


.areas div div h6 {
	background: #b3cbff;
	padding: 5px 15px;
	margin-bottom: 0;
}

.areas div div div {
	border: 1px solid #b3cbff;
	min-height: 150px;
}

.areas div div div a {
	margin: 5px 15px;
	display: block;
}

.jurisd {
	margin-bottom: 10px;
}


.map img {
	width: 100%;
	border: 1px solid #b3cbff;
	background: #d9f3ff;
}

.div_details {
	margin-bottom: 20px;
}

.div_details h6 {
	background: #d6c23f;
	color: #2e338a;
	border: 1px solid #aaa;
	padding: 8px 15px;
	margin-bottom: 0;
	border-radius: 6px 6px 0 0;
}

.div_details div {
	border-radius: 0 0 6px 6px;
}

.div_details div div {
	padding: 15px;
	border: 1px solid #aaa;
}

.div_details div div div {
	padding: 0px 15px;
	border: none;
	margin-bottom: 15px;
}

.div_details div div div span {
	font-weight: 600;
}

.div_details div div div p {
	margin-bottom: 0;
}

.div_details div div div div p:nth-child(2) {
	color: #cf4242;
	font-weight: 600;
}

.contacts div {
	margin-bottom: 5px;
}

.dis_del {
	background: #D6C224;
}

.dis_del h5 {
	margin: 0;
}

.card-body.dis_div {
	border: 1px solid #D6C224;
}

.card-body.dis_div div div div div {
	margin-bottom: 5px;
}

.card-header {
	background-color: #D6C224;
	color: #484008;
}

.navsmu {
	position: fixed;
	width: 30px;
	margin-top: 12%;
	transition: all 0.3s linear;
	z-index: 999;
}

.navsmu li {
	height: 30px;
	position: relative;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
	margin-bottom: 5px;
}

.navsmu li a {
	color: white;
	display: inline-block;
	height: 100%;
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	position: absolute;
	transition: all .3s linear;
}

/*.navsmu li:nth-child(1) a {
    background: red;
}
.navsmu li:nth-child(2) a {
    background: #bc2a8d;
}
.navsmu li:nth-child(3) a {
    background: #4267B2;
    ;
}
.navsmu li:nth-child(4) a {
    background: #1DA1F2;
}
.navsmu li:nth-child(5) a {
    background: #0EC93F;
}
.navsmu li:nth-child(6) a {
    background: #8e436a;
}
.navsmu li:nth-child(7) a {
    background: red;
}*/


.navsmu li:nth-child(1) a {
	background: #4267B2;
	;
}

.navsmu li:nth-child(2) a {
	background: #1DA1F2;
}

.navsmu li:nth-child(3) a {
	background: #0EC93F;
}

.navsmu li:nth-child(4) a {
	background: #8e436a;
}


.navsmu li a i {
	position: absolute;
	top: 10px;
	left: 8px;
	font-size: 12px;
	color: white;
}

.navsmu ul li a span {
	display: none;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: white;
	padding-bottom: -8px;
}

.navsmu a:hover {
	z-index: 1;
	width: 200px;
}

.navsmu ul li:hover a span {
	padding-left: 24%;
	display: inline-block;
	padding-top: -10px;
}



.latest_news {
	background-color: #066675;
}

.hawkeye {
	background-color: #0f3139;
}

.option_item div a {
	height: 130px;
	/*padding: 7px 20px 5px 20px;*/
	width: 100%;
}

.option_item div a h6 span {
	font-weight: 700;
	font-size: 12.99px;
}

.option_item div a img {
	margin-bottom: 10px;
	width: auto;
}

.ot_view {
	padding: 0px 50px 20px;
}

.ot_view div div img {
	border: 4px solid #FF9E9E;
}


.d_mon {
	margin-bottom: 30px;
}

.d_no {
	width: 4%;
	display: inline-block;
}

.d_ent {
	width: 94%;
	display: inline-block;
	vertical-align: top;
}

.d_sub {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.d_in {
	width: 58%;
	display: inline-block;
	vertical-align: top;
}

.img_info {
	margin: 10px 0;
}

.img_info span {
	background: #c3e4ff;
	border-radius: 6px;
	padding: 6px 10px;
	float: left;
	margin-right: 10px;
}

.del_btn {
	border: none;
	background: #c3e4ff;
	border-radius: 6px;
	padding: 5px;
	vertical-align: bottom;
}

.lt_n {
	padding-left: 0;
}

.lt_n>div {
	padding: 0px;
	background: #e9f3fb;
	border-radius: 10px;
	border: 4px solid #0095fa;
}

.lt_n>div h4 {
	font-weight: 500;
	margin: 0;
	padding-left: 10px;
	line-height: 50px;
	background: #0096FF;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.lt_n>div div a {
	color: #212325;
}

.lt_n>div marquee ul {
	padding: 20px 20px 0 40px;
}

.lt_n>div marquee ul li {
	text-align: justify;
}

.carousel-control-prev {
	width: 2%;
	left: -26px;
}

i.fa-caret-square-left {
	position: absolute;
	color: red;
	font-size: 30px;
	opacity: 1;
}

.carousel-control-next {
	width: 2%;
	right: 0px;
}

i.fa-caret-square-right {
	position: absolute;
	color: red;
	font-size: 30px;
	opacity: 1;
}

.s_of {
	background-color: #f0f3f4;
	border: 2px solid #999999;
	border-radius: 10px;
	text-align: left;
	word-break: break-all;
	-ms-word-break: break-all;	
	/* background: #ffecdb; */
}

.s_of img {
	border-radius: 8px 0 0 8px;
	border-right: 2px solid #999999;
}

.h_of_d, .h_of_a {
	border-radius: 10px;
	padding: 15px 10px 6px;
	text-align: left;
	word-break: break-all;
	-ms-word-break: break-all;
}
.h_of_d {
	border: 2px solid #ffca0a;
	min-height: 176px;
}
.h_of_a {
	border: 2px solid #c3bf00;
	min-height: 176px;
}

.st_d {
	position: relative;
}
.st_d i { 
	font-size: 26px;
	color: #9E5E06;
	min-width: 26px;
}
.st_d h6::after {
	content: '';
	border-bottom: 2px solid #9E5E06;
	position: absolute;
	height: 2px;
	background: #ccc;
	left: 52px;
	top: 30px;
	width: 80px;
}
.st_d ul {
	list-style: none;
	margin-left: 6px;
}
.st_d ul li {
	width: 33%;
	display: inline-block;
}
.st_d ul li span {
	width: 50%;
	display: inline-block;
}

.h_t_r {
	position: relative;
}

.h_t_r i, .i_p i, .sec_i i, .m_i i {
	font-size: 26px;
}
.h_t_r h6::after {
	content: '';
	border-bottom: 2px solid #00c5f2;
	position: absolute;
	height: 2px;
	background: #ccc;
	left: 50px;
	top: 30px;
	width: 80px;
}
.h_t_r p {
	margin-left: 36px;
}
.h_t_r i {
	color: #00c5f2;
}
.i_p {
	position: relative;
}
.i_p i {
	color:#0EC93F;
}
.i_p h6::after {
	content: '';
	border-bottom: 2px solid #0EC93F;
	position: absolute;
	height: 2px;
	background: #ccc;
	left: 50px;
	top: 30px;
	width: 80px;
}
.i_p ul {
	list-style-type: none;
	margin-left: 4px;
}
.i_p ul li {
	width: 33%;
	display: inline-block;
	text-align: left;
}
.sec_i {
	position: relative;
}
.sec_i i {
	color: #d71070;
}
.sec_i div {
	margin-left: 36px;
}
.sec_i h6::after {
	content: '';
	border-bottom: 2px solid #d71070;
	position: absolute;
	height: 2px;
	background: #ccc;
	left: 50px;
	top: 30px;
	width: 80px;
}
.sec_i p {
	margin-bottom: 5px;
}
.sec_i div ul {
	list-style-type: none;
	padding: 0;
}
.sec_i div ul li {
	width: 33%;
	display: inline-block;
	text-align: left;
}

.sec_c1 {
	padding: 5px 10px;
	border: 1px solid #acacac;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

.m_i {
	position: relative;
}
.m_i h6::after {
	content: '';
	border-bottom: 2px solid #49069E;
	position: absolute;
	height: 2px;
	background: #ccc;
	left: 50px;
	top: 30px;
	width: 80px;
}

.m_i i {
	color: #49069E;
}

.m_i div {
	margin-left: 36px;
}
.m_i div ul {
	list-style-type: none;
	padding: 0;
}
.m_i div ul li {
	width: 33%;
	display: inline-block;
	text-align: left;
}
.m_i p {
	margin-bottom: 5px;
}

.updates {
	background: #7f9315;
	color: #fff;
	padding: 10px 15px;
	border-bottom: 3px solid #3a4a00;
}

.updates div h4 {
	color: #fff;
	border-right: 4px ridge #fff;
	text-align: center;
}

.updates marquee {
	margin: 0;
}
.traffic_updates {
	list-style-type: none;
	margin: 0;
}
.traffic_updates li {
	list-style-type: none;
	display: inline-block;
	width: auto;
	margin: 5px 0 0;
	margin-right: 30px;
}




/* ================================ */
/* Media Queries */
/* ================================ */

/*

@media only screen and (min-width: 980px) and (max-width: 1280px){

}


@media only screen and (min-width: 981px) and (max-width: 1024px){
	.navbar-brand  div div h1 { font-size:  22px; }
}


@media only screen and (max-width:980px) {
	.navbar-brand  div div h1 { font-size:  30px; }

}


@media only screen and (min-width: 768px) and (max-width: 989px){
	.navbar-sticky {
		box-shadow: 0 5px 10px 0px rgba(0,0,0,0.1);
	}
}



@media only screen and (max-width:768px) {

	.navbar-light .nav-item { background: none; color: #555 !important; }
	.navbar-nav .nav-link { padding: 0; }
	.navbar-light .nav-item.active .nav-link:not(.disabled)>i, .navbar-light .nav-item.show .nav-link:not(.disabled)>i, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i, .navbar-light .nav-item.active .nav-link:not(.disabled), .navbar-light .nav-item.show .nav-link:not(.disabled), .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) { color: #4b566b !important; }
	.navbar-light .navbar-nav .nav-link { color: #555 !important; }
	.official_desc span { width: 25%; display: inline-block; margin-bottom: 0px; }
	.official_desc span span { width: 5%; display: inline-block; margin-bottom: 15px; }
}


@media only screen and (max-width: 767px) {

}


@media only screen and (min-width: 481px) and (max-width: 767px){

}



@media only screen and (max-width: 480px){
	.navbar-brand div div img { width: 50px; }
	.navbar-brand div div h1 { font-size: 22px; }
	.navbar-brand div div h3 { font-size: 18px; }
	.addl_links div { text-align: center; }
	.options div div div { text-align: justify; }
	.options div div div:nth-child(1) { text-align: center; }
	.options div div div:nth-child(1) img { width: 50%; }
	.emer_contanct div div { margin-bottom: 20px; }
	.emer_contanct div div:last-child { margin-bottom: 0px; }
	.option_items div div a img { width: 25%; }
	.videos div div h4 { margin-bottom: 10px; }
	.videos div div a h6 { margin-bottom: 30px; }
	.social { padding-bottom: 0; }
	.official_desc span { width: 100%; margin-bottom: 0; margin-top: 15px; color: #acacac; }
	.official_desc span span { display: none; }
}


*/


@media only screen and (min-width: 320px) and (max-width: 526px) {

	.mob {
		width: 100%;
	}

}


@media only screen and (min-width: 540px) and (max-width: 766px) {

	.mob {
		width: 50%;
	}

}






@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.navbar-brand div div h1 {
		font-size: 22px;
	}
}


@media only screen and (max-width:980px) {

	.navbar-brand div div h1 {
		font-size: 30px;
	}

	.option_item div a {
		margin: 15px 5px;
		max-width: 190px;
	}

	/*.wings div a { margin: 15px 5px; min-width: 190px; }*/
	.options>div {
		padding: 15px;
	}
}

@media only screen and (max-width:827px) {

	.dial100 {
		margin-left: 5%;
		margin-top: 3%;
	}

}


@media only screen and (max-width:768px) {

	.option_item div a {
		margin: 15px 5px;
		max-width: 190px;
	}

	/*.wings div a { margin: 15px 5px; min-width: 190px; }*/
	.card-body div ul {
		margin-left: -5%;
	}

}

@media only screen and (max-width:390px) {

	.option_item div a {
		margin: 5px 0;
	}

	.wings div a {
		margin: 5px 0;
	}

	.card-body div ul {
		margin-left: -20%;
	}

	.wings div a {
		margin-left: 0%;
	}

	.option_item div a h6 {
		padding-top: 0px;
	}

}




@media only screen and (min-width: 768px) and (max-width: 989px) {

	.navbar-sticky {
		box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.gbk {
		display: none;
	}

	.navsmu {
		margin-top: 15% !important;
	}

	.navbar-light .navbar-toggler {
		background: #fff;
	}

	.navbar-light .nav-item {
		background: transparent;
		margin-bottom: 0;
	}

	.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
		color: #fff;
		padding-left: 50px;
	}

	.navsmu li:last-child {
		display: block;
	}

}



@media only screen and (max-width:768px) {

	.navbar-light .nav-item {
		background: none;
		color: #555 !important;
	}

	.navbar-nav .nav-link {
		padding: 0;
	}

	.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
	.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
	.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
	.navbar-light .nav-item.active .nav-link:not(.disabled),
	.navbar-light .nav-item.show .nav-link:not(.disabled),
	.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
		color: #E0E0E0 !important;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #555 !important;
	}

	.official_desc span {
		width: 25%;
		display: inline-block;
		margin-bottom: 0px;
	}

	.official_desc span span {
		width: 5%;
		display: inline-block;
		margin-bottom: 15px;
	}

	.gadwal_logo {
		display: none;
	}

	.navsmu {
		margin-top: 20% !important;
	}

	.gbk {
		display: none;
	}

}





@media only screen and (min-width: 481px) and (max-width: 767px) {

	.gadwal_logo {
		display: none;
	}

	.navsmu {
		margin-top: 20% !important;
	}

	.gbk {
		display: none;
	}

	.map iframe {
		padding-top: 15px;
		height: 320px;
	}

}



@media only screen and (max-width: 480px) {

	.map iframe {
		padding-top: 15px;
		height: 320px;
	}

	.navbar-brand div div img {
		width: 100%;
	}

	.navbar-light .navbar-toggler {
		background: #fff;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff !important;
		padding: 2px 10px;
		border-radius: 6 px;
	}

	.navbar-light .nav-item.active .nav-link:not(.disabled) {
		background: #fff;
		color: #353535;
		margin-top: 5px;
	}

	.navbar-brand div div h1 {
		font-size: 22px;
	}

	.navbar-brand div div h3 {
		font-size: 18px;
	}

	.gadwal_logo {
		display: none;
	}

	.addl_links div {
		text-align: center;
	}

	.options div div div {
		text-align: justify;
		padding-left: calc(var(--bs-gutter-x) * 1.5);
	}

	.options div div div:nth-child(1) {
		text-align: center;
	}

	.options div div div:nth-child(1) img {
		width: 50% !important;
	}

	.emer_contanct div div {
		margin-bottom: 20px;
	}

	.emer_contanct div div:last-child {
		margin-bottom: 0px;
	}

	.option_items div div a img {
		width: 25%;
	}

	.videos div div h4 {
		margin-bottom: 10px;
	}

	.videos div div a h6 {
		margin-bottom: 30px;
	}

	.social {
		padding-bottom: 0;
	}

	.official_desc span {
		width: 100%;
		margin-bottom: 0;
		margin-top: 15px;
		color: #acacac;
	}

	.official_desc span span {
		display: none;
	}

	.navsmu {
		margin-top: 50% !important;
	}

	.option_item div a {
		max-width: 80%;
	}

	/*
	.firimg{ width: 40% !important; }
	.meesevaimg{ width: 74%; margin-top: -20%; }
	.challanimg{ width: 45% !important; }
	.permssnimg{ width: 52%!important; }
	.actsimg { width: 53%!important; }*/
	.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
		color: #fff;
		padding-left: 30px;
	}

	.navsmu li:last-child {
		display: block;
	}

	.gen_div {
		padding: 0px !important;
	}

	.areas div div h6 {
		padding: 10px 15px 5px;
	}

	.head_t,
	.articles {
		margin: 0 15px;
	}

	.d_sub,
	.d_in {
		width: 100% !important;
	}

	.d_in {
		padding: 0 !important;
	}

	.main_logo a h4 {
		letter-spacing: 0px;
	}
	.updates div h4 {
		border: none;
	}
	.gal_m {
		margin-top: 15px;
	}
}

@media only screen and (min-width:391) and (max-width: 480px) {
	.wings div a {
		margin-left: 7%;
	}


}


@media only screen and (max-width: 960px) {
	.emergency div {
		font-size: 14px;
	}

	.options p {
		font-size: 12px;
	}

	.options h5 {
		font-weight: 500;
		text-align: left !important;
	}

	.options div div div:last-child div {
		height: auto;
	}

	#twitter-widget-0 {
		min-height: 0px;
	}

	.lt_n>div {
		overflow: hidden;
	}

	.lt_n>div,
	.lt_n>marquee {
		height: 390px;
	}

	.emergency {
		margin: 0;
	}

	.ot_view {
		padding: 0 20px;
	}

	.emergency>div.row {
		margin: 0;
		width: 100%;
	}

	.emergency div div:nth-child(odd) {
		width: 57%;
		margin: 6px 4px;
	}

	.emergency div div:nth-child(even) {
		width: 38%;
		margin: 6px 0px;
	}
	.traffic_updates li {
		margin-top: 15px;
	}
}


@media only screen and (max-width: 576px) {

	/*.row > * { padding-left: calc(var(--bs-gutter-x) * 1.2); }*/

}



@media only screen and (max-width: 576px) {

	.cab {
		padding-top: 14.2px;
	}

}



@media only screen and (max-width: 370px) {

	.org h3::after {
		left: 35%;
		top: 55px;
	}

}

@media only screen and (max-width: 992px) {

	.gbk {
		display: none;
	}

}


@media only screen and (min-width:1400px) and (max-width: 1850px) {
	.cpgal {
		width: 16.66666667%;
	}
}

.header_label{
	text-align: LEFT;
	padding: 5px 15px; 
	margin-bottom: 0;
	box-sizing: border-box;
	font-weight: 700;
	background-image: linear-gradient(to right, #662D8C , #ED1E79);
}
/*
@media only screen and (max-width: 376px) 
{
.options div div div:last-child div
{
	
	padding-left: 18px;
}
	
	
	.row > *
	{
		padding-left: calc(var(--bs-gutter-x) * .99);
		
		padding-right: calc(var(--bs-gutter-x) * .5);
		
	}
}

*/