@import url('../../../../../external.html?link=https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('../../../../../external.html?link=https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&amp;display=swap');
 @import url('../../../../../external.html?link=https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
/*font-family: 'Bebas Neue', cursive;*/

@import url('../../../../../external.html?link=https://fonts.googleapis.com/css2?family=PT+Serif&amp;display=swap');
/*font-family: 'PT Serif', serif;*/

/**/
@import url('../../../../../external.html?link=https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}



* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
.navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex !important; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cutom-logo>.navbar-brand>img {
	height: 80px;
}
.logo-title {
	margin-bottom: 0px;
	font-weight: 700;
	position: relative;
	top: 0px;
	color: #2c5895;
	font-size: 35px;
	left: 0px;
	/* text-shadow: 0px 3px 4px rgb(0 0 0 / 20%); */
    /* text-transform: uppercase; */
    /* letter-spacing: 0px; */
	font-family: roboto;
}
.grid-h {
	display: grid;
}
.coloumn-2 {
	grid-template-columns: 1fr 1fr;
}
.main-header {
	background: #135c7e;
	box-shadow: 2px 3px 12px #0000001a;
}
.main-header .navbar-light .navbar-nav .active>.nav-link, .main-header.navbar-light .navbar-nav .nav-link.active, .main-header.navbar-light .navbar-nav .nav-link.show, .main-header.navbar-light .navbar-nav .show>.nav-link {
	/* color: rgb(76 76 76 / 90%); */
	font-size: 16px;
	text-transform: uppercase;
}
.main-header .navbar-light .navbar-nav .nav-link {
	color: rgb(26 26 26);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
.lisitem-style li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: roboto;
}
.lisitem-style li a .fa {
	color: #f4fdff !important;
	FONT-SIZE: 20px;
	margin: 0px 8px 0px 9px;
}
.main-header .dropdown-item {
	display: block;
	width: 100%;
 padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	padding: 10px 14px;
	font-weight: normal;
}
.notice_line {
	/*float: left;*/
	width: 100%;
	padding: 10px 0px;
	background: #091722;
	position: relative;
	padding-left: 170px;
	padding-right: 15px;
	height: 43px;
	color: #fff
}
.notice_line::before {
	content: "Alerts";
	position: absolute;
	left: 0;
	right: 0;
	width: 131px;
	bottom: 0;
	background: #bf5d14;
	top: 0;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	z-index: 200;
}
.notice_line::after {
	left: 131px;
	position: absolute;
	content: "";
	clear: both;
	border-left: 24px solid #bf5d14;
	right: 0;
	border-bottom: 24px solid transparent;
	border-top: 24px solid transparent;
	top: 0;
	width:30px;
}
.notice_line ul {
	margin: 0px;
	padding: 0px;
}
.notice_line li::before {
	position: absolute;
	right: 0;
	content: "";
	width: 1px;
	height: 17px;
	background: #9d9d9d;
	top: 6px;
}
.notice_line ul li a {
	color: #cacaca;
	font-weight: 600;
	line-height: 19px;
	position: relative;
	top: 3px;
}
.notice_line li {
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
.notice_line ul li a:hover {
	color: #e5b42b;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	padding: 0px;
	background: #fff;
	/* top: 64px; */
	border: 0px;
	border-radius: 0px;
	top: 38px;
}
.cta1 .callouts_caption {
	background: rgba(18, 135, 116, 0.8);
}
.callouts img {
	width: 100%;
	height: auto !important;
}
.cta-content-inner h2 a {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.cta-content-inner img {
	width: 75px !important;
	display: block;
	margin: 0 auto 1em;
	max-width: 75px !important;
}
.cta-content-inner {
	margin-top: 15px;
}
.title h1 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	position: relative;
}
.title h1 span {
	color: #3eb2ce;
}
.testimonials-wrapper {
	padding: 40px 0px;
	/*background: url(../images/about_bg.jpg);*/
	background: #fff4e8;
	background-size: cover;
	background-position: bottom;
}
.test-names p span {
	color: #af7135 !important;
	display: block;
}
.test-names p span.test-1 {
	font-weight: 600;
	color: #af7135 !important;
	font-family: "roboto";
	color: #ad4848 !important;
}
.test-names p span.test-2 {
	font-size: 14px;
	color: #af7135 !important;
	font-family: "roboto";
}
.test-names p span.test-3 {
	color: #af7135 !important;
	font-style: italic;
	font-family: "roboto";
	font-style: italic;
	font-family: "roboto";
	font-size: 13px;
	font-weight: 600;
}
.testimonials-wrapper p a {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #FF681E;
	bottom: 98px;
	font-size: 14px;
	font-weight: 500;
}
.box-cover-testi:before {
	position: absolute;
	bottom: 71px;
	left: 45px;
	content: "";
	width: 0;
	height: 0;
	border-top: 38px solid #ffffff;
	border-left: 50px solid transparent;
}
.test-names {
	position: relative;
	top: 22px;
}
.testimonials-wrapper {
	margin: 0;
	padding: 75px 0 123px;
	width: 100%;
	float: left;
	text-align: center;
}
.border_dasho {
	border: 2px dashed #cedbe5;
	padding: 15px;
}
.img_prp img {
	width: 100%;
}
.img_prp {
	box-shadow: 1px 2px 7px rgb(0 0 0 / 30%);
}
/* .img_prp {
    width: 145px;
    float: left;
    border-radius: 50%;
    /* border: 5px solid #000; 
} */

.testimonials-wrapper {
	margin: 0;
	padding: 25px 0 90px;
	width: 100%;
	float: left;
	text-align: center;
}
/* .img_prp {
    width: 145px;
    float: left;
    border-radius: 50%;
    /* border: 5px solid #000; 
} */

.testimonials-wrapper p {
	color: #000;
	font-size: 16px;
	line-height: 23px;
	/* margin: 0 0 27px; */
    /* padding: 0px 0px 22px 20px; */
	text-align: justify !important;
	margin-bottom: 20px;
}
.owl-item .item .box-cover-testi {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	border-top: 4px solid #ea6515;
}
a.rmore {
	background: #0860a3;
	color: #fff !important;
	border-radius: 0px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: -1px;
}
.news_event {
	background: #dee8f0;
	padding: 10px 10px 0 10px;
	width: 100%;
	float: left;
}
.news_event ul li .in-image {
	width: 86px;
	height: 79px;
	border-bottom: 1px solid #e9e9e9;
	position: absolute;
	background: #0860a3;
	overflow: hidden;
}
.news_event .tt-b-day {
	font-size: 28px;
	float: left;
	padding-left: 10px;
	line-height: 75px;
	margin-left: -1px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
}
.tt-b-day-r, .tt-b-amp {
	float: left;
	font-size: 10px;
	line-height: 12px;
	padding-top: 24px;
	padding-left: 5px;
	padding-right: 10px;
	color: #fff;
}
.tt-b-month {
	text-transform: uppercase;
}
.tt-b-date {
	display: block;
}
.news_event ul li .in-image span.in-turquoise {
	background: #054270;
}
.in-content h2 {
	text-transform: capitalize;
	font-size: 18px;
	text-align: left;
	color: #086096;
	margin-bottom: 5px !important;
	margin-top: 10px;
	margin-top: 0px;
}
.social {
	text-align: right;
}
.new_evt_wrapp {
	max-height: 395px;
	overflow-y: auto;
	width: 100%;
	float: left;
	min-height: 395px;
}
.in-content p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 16px;
}
.news_event ul li .in-image span.in-turquoise {
	background: #054270;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.in-content {
	padding-left: 96px;
	height: 78px;
	background: #cedbe5;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.in-turquoise h6 {
	font-size: 10px;
}
.news_event ul li:hover .in-image>span {
	width: 86px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.news_event ul li .in-image span {
	position: absolute;
	right: 0;
	width: 6px;
	height: 100%;
	background: #0CC;
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box;
	padding-left: 10px;
}
.in-image span {
	transition: .15s linear;
	-moz-transition: .15s linear;
	-webkit-transition: .15s linear;
}
.testimonials-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
/* .img_prp img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    object-fit: cover;
} */

.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
	font-size: 14px;
}
.principal_info h4 {
	text-align: left;
	font-size: 13px;
}
.principal_info h5 {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.principal_info h3 {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #0860a3;
}
.principal_info {
	/* float: right; */
    /* width: calc(100% - 160px); */
	padding: 30px 20px 4px;
}
.principal_wrapp p {
	text-align: left;
	margin-bottom: 0px;
}
.bg-light-b {
	background: #f1f4ff;
}
.callouts {
	margin-bottom: 15px;
}
.cta2 .callouts_caption {
	background: rgba(2, 112, 180, 0.8);
}
.cta3 .callouts_caption {
	background: rgba(154, 68, 2, 0.8);
}
.callouts {
	position: relative;
	padding: 0px !important;
	float: left;
	width: 100%;
}
.cta-content-inner p {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 0em !important;
	margin-bottom: 2em !important;
	padding-top: 1em !important;
	font-size: 16px !important;
	font-weight: 100 !important;
	text-align: left;
	color: #fff !important;
	line-height: 28px !important;
	font-family: "Open Sans", sans-serif !important;
	display: block;
	float: left;
	text-align: center;
}
.cta-content-inner h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
}
.callouts .callouts_caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 1.5s opacity;
	padding: 15px 20px;
}
.callouts-wrapper .callouts {
	text-align: center;
	background-color: #fff;
	float: left;
	padding: 20px 0;
	width: 100%;
	align-items: stretch;
	display: flex;
	flex-direction: column;
}
a.rmore:hover {
	background: #282828;
}
.acaddemic_wrapp {
	width: 100%;
	float: left;
}
.aca_img {
	width: 100%;
	float: left;
}
.aca_caption {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 0 0 5px 5px;
	color: #fff;
	padding: 10px 10px;
	/* border: 1px solid #f1efef; */
	box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
	margin-bottom: 15px;
}
.aca_caption h3 {
	font-size: 22px;
	font-weight: 600;
	color: #009ffb;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	text-align: center;
}
.aca_img img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.aca_caption p {
	color: #777;
	font-size: 14px;
	letter-spacing: 0.256px;
	line-height: 25px;
	text-align: center;
}
.footer-wrapper {
	background: #0a2d3d;
	padding: 35px 0 0;
	float: left;
	width: 100%;
	color: #727272;
}
.footer-wrapper .fo-one {
	width: 100%;
}
.footer-wrapper .fo-one p {
	color: #727272;
}
address {
	margin: 0 0 20px;
	color: #727272;
}
.footer-wrapper .fo-one span {
	display: block;
	color: #727272;
}
.footer-wrapper span a {
	color: #aaa;
}
.footer-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
	position: relative;
	padding: 0 0 5px;
	font-family: "Oswald";
	font-weight: 400;
}
.footer-wrapper h3:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	bottom: -11px;
}
.footer-wrapper .fo-posts {
	float: left;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}
.footer-wrapper .image-left {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	transition: all 0.3s ease-out 0s;
}
.footer-wrapper .text-box-right {
	display: block;
	margin: 0;
	padding: 0 0 0 99px;
	text-align: left;
}
.footer-wrapper .text-box-right h4, .footer-wrapper .text-box-right h4 a {
	color: #fff;
	margin: 0 0 3px;
	font-weight: 500;
}
.fo-posts .post-info {
	color: #727272;
	font-size: 12px;
}
.footer-wrapper .line {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 25px;
	opacity: 0.2;
	width: 100%;
}
.footer-wrapper .footer-tags {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper .footer-tags li {
	margin: 0;
	padding: 0;
}
.footer-wrapper .footer-tags li a {
	border: 1px solid #2e2e2e;
	color: #727272;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 15px;
}
.footer-wrapper .fo-gal {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper .fo-gal li {
	float: left;
	list-style: outside none none;
	margin: 0 12px 12px 0;
	padding: 0;
	width: 28.7%;
}
.footer-wrapper .fo-gal li a img {
	border: medium none;
	transition: all 1s ease 0s;
	width: 100%;
}
.footer-wrapper .fo-gal li a img:hover {
	transform: scale(0.9);
}
.copyright-wrapper {
	padding: 10px 0;
	float: left;
	width: 100%;
	background: #101010;
	color: #929292dd;
}
.copyright-wrapper .social-iconbox {
	border-top: 2px solid #393939;
	position: relative;
	color: #dddd;
}
.copyright-wrapper .social-iconbox ul {
	margin: -25px 0 0 40px;
	padding: 0 0 30px;
}
.copyright-wrapper .social-iconbox li:before {
	background-color: #101010;
	border-radius: 50%;
	content: "";
	height: 40px;
	left: -15px;
	position: absolute;
	top: -10px;
	width: 40px;
	z-index: -1;
}
.copyright-wrapper .social-iconbox li {
	display: inline-block;
	padding-right: 40px;
	position: relative;
	text-align: center;
	top: 14px;
	z-index: 9999;
}
/*==============Event Css Start Here=============*/
.event_wrapp_row {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.event_wrapp_row h3 {
	color: #0860a3;
	font-size: 24px;
	font-weight: 600;/* margin-bottom: 16px; */
}
.event_wrapp_row p {
	line-height: 30px;
}
.relt_button {
	text-align: right;
}
.relt_button a {
	padding: 10px 15px;
	background: #0860a3;
	color: #ffd303;
	border-radius: 5px;
}
.footer-wrapper h3:after {
/* background: #3eb2ce; */
}
.footer-wrapper h3:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	bottom: -11px;
}
.foo_links li a {
	color: #ffffff;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
.foo_links li a {
	line-height: 32px;
	font-size: 16px;
	font-family: "Oswald";
	font-weight: 300;
}
.foo_links {
	line-height: 200%;
}
a:hover {
	color: #3eb2ce;
}
.team-wrapper {
	padding: 40px 0 40px;
	background: url(../images/graduation.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 70px;
}
.team-wrapper.team::before {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	/* background: rgba(111, 136, 83, 0.83); */
	background: rgba(12, 104, 163, 0.91);
}
.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before {
	display: table;
	content: " ";
}
.gallery-section .gallery-content {
	width: 100%;
	float: left;
}
.gallery-section .gallery-caption {
	list-style-type: none;
	margin: 0;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.gallery-section .gallery-caption:hover img {
	opacity: 1;
}
.gallery-section .gallery-caption .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	-ms-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.gallery-section .gallery-caption:hover .caption {
	opacity: 1;
}
.gallery-section .gallery-caption img {
	margin: 0;
	padding: 0;
	float: left;
	z-index: 4;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100%;
}
.gallery-section .gallery-caption .blur {
	background-color: rgba(0, 0, 0, .65);
	z-index: 5;
	position: absolute;
	padding: 30px;
}
.gallery-section .gallery-caption .caption-text h1 {
	font-size: 18px;
	font-family: "Oswald";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.889;
	text-align: right;
	right: 40px;
	letter-spacing: 4px;
}
.gallery-section .gallery-caption .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	text-align: center;
}
.gallery-section .gallery-caption .caption-text .gallery_caption_text span {
	font-family: Oswald, sans-serif;
	letter-spacing: 5px;
	font-weight: 400;
	position: absolute;
	bottom: 5%;
	right: 10%;
	color: #585745;
	font-size: 11px;
	font-family: "Oswald";
	color: rgb(238, 238, 238);
	text-transform: uppercase;
	line-height: 3.091;
	text-align: right;
	position: absolute;
}
.gallery-section .gallery-caption .caption-text .gallery_caption_icon span.fa-search {
	border-style: solid;
	border-width: 5px;
	border-color: #444;
	opacity: .9;
	width: 69px;
	height: 69px;
	position: absolute;
	top: 43%;
	display: inline-table;
	padding: 20px;
	right: 40%;
	left: auto;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 7px #222;
	-moz-box-shadow: 0 0 5px 7px #222;
	box-shadow: 0 0 5px 7px #222;
	background: #333;
	font-size: 24px;
	color: #fff;
	line-height: 1.083;
	text-align: right;
}
.gallery-section .owl-nav {
	text-align: center;
	float: left;
	width: 100%;
}
.gallery-section .owl-prev {
	width: 50%;
	text-align: right;
	float: left;
}
.gallery-section .owl-next {
	width: 50%;
	text-align: left;
	float: left;
}
.gallery-section .owl-nav .gallery_prev_div {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(225, 225, 225);
	background-color: rgba(225, 225, 225, 0);
	opacity: 0.75;
	width: 100px;
	height: 42px;
	padding: 8px;
	margin-right: 20px;
	text-align: left;
	float: right;
}
.gallery-section .owl-nav .gallery_prev_div .fa {
	margin-left: 5px;
	margin-right: 10px;
}
.gallery-section .owl-nav .gallery_next_div {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(225, 225, 225);
	background-color: rgba(225, 225, 225, 0);
	opacity: 0.75;
	width: 100px;
	height: 42px;
	padding: 8px;
	margin-right: 20px;
	text-align: right;
	float: left;
}
.gallery-section .owl-nav .gallery_next_div .fa {
	margin-right: 5px;
	margin-left: 10px;
}
.gallery-section .owl-stage-outer {
	margin-bottom: 30px;
}
.image_wrapp_gallery img {
	width: 100%;
	max-height: 210px;
	object-fit: cover;
	transition: transform .9s;
}
.image_wrapp_gallery {
	background: #dee8f0;
	padding: 5px;
	border: 1px solid #d0dce7;
	transition: transform .9s;
	margin-bottom: 15px;
}
div.title {
	text-align: center;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 5px;
}
.title h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	position: relative;
}
.title h2 span {
	color: #3eb2ce;
}
.gallery_section {
	padding: 40px 0px;
	float: left;
	width: 100%;
}
.content-wraper p {
	font-size: 16px;
	line-height: 200%;
}
.inner-page0-content p {
	font-size: 16px;
	line-height: 200%;
}
.social .fa:hover {
	color: red;
}

/*mobile media query*/
@media only screen and (max-width:786px) {
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
}
 @media only screen and (max-width: 767px) and (min-width: 320px) {
.btn-btnread-more-online {
	width: 100% !important;
}
nav.navbar ul.navbar-nav li.nav-item {
	padding: 5px 10px !important;
}
ol.online-service-list
{
column-count: 1 !important;
margin-left: 20px;
}
ol.online-service-list li {
	text-align: center;
	width: 100% !important;
}
ol.contact-list li {
	line-height: 136% !important;
}
ul.contact-list li span {
	display: block;
}
ul.contact-list {
	float: right;
	padding: 0px 0px !important;
	display: grid;
	/* justify-content: space-between; */
	width: 100%;
	font-size: 12px;
	grid-template-columns: 1fr 1fr;
}
ul.contact-list li span {
	font-size: 14px !important;
}
ul.council-member li {
	width: 290px !important;
	text-align: center;
	border-radius: 23px;
}
.quick-link-content ul {
	display: grid;
	/* list-style: none; */
        /* justify-content: space-around; */
	align-items: center;
	grid-template-columns: 1fr 1fr !important;
}
ol.online-service-list {
	flex-direction: column;
}
ul.council-member {
	display: flex !important;
	/* justify-content: center !important; */
    /* flex-direction: column; */
	flex-wrap: wrap !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: unset
}
.coloumn-2 {
	grid-template-columns: 1fr !important;
	text-align: center;
}
.content-wraper p {
	font-size: 16px;
	line-height: 200%;
}
.social {
	text-align: center;
}
.navbar-light .navbar-toggler {
	color: rgb(255 253 242);
	border-color: rgb(22 110 164);
	padding: 0px;
	background: #166ea4;
	width: 41px;
	border-radius: 0px;
	height: 40px;
}
.logo-title {
	font-size: 20px;
}
.cutom-logo>.navbar-brand>img {
	height: 55px !important;
}
.main-header .dropdown-item {
	display: block;
	width: 100%;
 padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	padding: 10px 14px;
}
.principal_info {
	float: none;
	width: calc(100% - 0px);
	padding: 27px 0px;
}
.img_prp {
	float: none;
	border: 5px solid #19282a;
	margin: 0 auto;
}
.principal_info h4,  .principal_info h5 {
	text-align: center;
}
.in-content h2 {
	font-size: 15px;
}
.new_evt_wrapp {
	overflow-y: hidden;
	max-height: none;
	min-height: none;
}
.in-content {
	height: auto;
}
}
/* btn */
.read_more_btn a, .course_btn a {
	border: 1px solid #000;
	padding: 10px 20px;
	color: #091722;
	transition: all ease-in-out 0.5s;
}
.read_more_btn a:hover, .course_btn a:hover {
	border: 1px solid #000;
	padding: 10px 20px;
	color: #fff;
	background: #3eb2ce;
}
.scholar_btn, .skilled_btn, .book_btn, .course_btn {
	text-align: center;
}
.scholar_btn a, .skilled_btn a, .book_btn a {
	border: 1px solid;
	color: #fff;
	padding: 8px 16px;
	transition: all ease-in-out 0.5s;
}
.scholar_btn a:hover {
	background: #359382;
}
.skilled_btn a:hover {
	background: #0b659e;
}
.book_btn a:hover {
	background: #974507;
}
.course_btn {
	margin: 8px 0 10px;
}
.image_wrapp_gallery:hover {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.07);
}
.lisitem-style li a:hover .fa {
	color: #d9f0ff !important;
	transition: .3S all;
}
nav.navbar ul.navbar-nav li.nav-item {
	padding: 0px 10px;
}
nav.navbar ul.navbar-nav li.nav-item.active :hover {
	color: rgb(44 88 149);
}
nav.navbar ul.navbar-nav li.nav-item .nav-item .active :hover, nav.navbar ul.navbar-nav li.nav-item .nav-link:hover {
	color: rgb(255 255 255);
}
.main-header .dropdown:hover .dropdown-menu {
	display: block;
}
.top-header img {
	width: 100%;
}
.main-body img {
	width: 100%;
}
nav.navbar ul.navbar-nav li.nav-item .nav-link {
	color: #fff !important;
	padding: 8px 12px;
}
.nav-item .active {
	background: #074866;
}
.grid-logo {
	display: grid;
	grid-template-columns: 90px auto;
	padding: 6px 0px;
	grid-gap: 10px;
	align-items: center;
}
.logo-text >p {
	margin-bottom: 0PX;
}
.logo-text >p.frist-text {
	margin-bottom: 0PX;
	font-size: 25px;
	font-weight: 200;
	color: #000;
	line-height: normal;
}
.logo-text >p.second-text {
	margin-bottom: 0PX;
	font-size: 22px;
	font-weight: 200;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
}
.logo-text span {
	color: #000;
	font-weight: 600;
}
ul.contact-list {
	float: right;
	list-style: none;
}
ul.contact-list li span {
	font-weight: 400;
	font-size: 16px;
}
.member-body img {
	border-radius: 50%;
	border: 3px solid #af7135 !important;
	height: 165px;
	width: 165px;
}
.council-member-section {
	background: #fff4e8;
	padding: 30px 0px;
}
.main-title h1 {
	font-family: "Oswald";
	text-transform: uppercase;
}
.member-list .card {
	border: 1px solid #af7135;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 3px 6px #d5a57059;
}
.main-title h1 span:first-child {
	color: #af7135;
}
ul.council-member li {
	width: 280px;
	text-align: center;
	border-radius: 23px;
}
ul.council-member {
	display: flex;
	list-style: none;
	gap: 20px;
}
ul.council-member {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#council-member-section {
	padding: 30px 0px;
}
.member-footer h4 {
	font-family: "Oswald";
	color: #4d2a08;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.member-footer p {
	font-family: "Oswald";
	color: #0a0703;
	/* padding:10px 0px; */
	margin-bottom: 0px;
	font-size: 14px;
	line-height: normal;
	min-height: 43px;
}
.member-footer a.read-more-button {
	background: #af7135;
	padding: 7px 15px;
	color: #fff;
}
.member-footer a.read-more-button:hover {
	background: #fff;
	border: 1px solid #c19062;
	color: #b17b48;
	transition: .3s all;
}
.online-services-section {
	background: url(../images/online-services-bg.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 30px 0px;
}
.iconbox img {
	background: #bf5d14;
	display: inline-table;
	padding: 10px;
	border-radius: 50%;
	/* height: 60px; */
    /* width: 60px; */
	border: 5px solid #fff;
	box-shadow: 2px 5px 3px #00000030;
}
/*.bottom-box{
    background: #fff;   
    padding: 20px;
    font-family: "Oswald";
    border-radius: 13px;
	min-height:138px;
}*/
.bottom-box {
	padding: 2px 13px;
	border-radius: 0px;
	border: 1px dashed #fff0;
	min-height: 35px;
	text-align: left !important;
	margin-bottom: -9px;
}
.iconbox {
	position: relative;
	top: 30px;
}
ol.online-service-list li a {
	color: #000;
}
ol.online-service-list {
	text-align: center;
	/*list-style: none;*/
	column-count: 2;
	margin-left:30px;
	gap: 50pt;/*display: flex;
    
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;*/
}
.news-event-section {
	padding: 30px 0px;
}
.header-title {
	background: #ea6515;
}
.header-title h5 {
	padding: 11px;
	color: #fff;
	font-family: "Oswald";
	font-size: 2rem;
	margin: 0;
}
.new-content ul {
	padding: 0px;
	padding: 10px 20px;
}
.new-content {
	padding: 5px 12px;
	min-height: 193px;
	height: 349px;
}
.new-content ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
}
.new-content ul li a {
	color: black;
	font-size: 16px;
	line-height: normal;
}
.about-dep-content p {
	line-height: 200%;
	font-size: 16px;
}
.btn-btnread-more:hover {
	border: 2px solid #ea6515;
	padding: 10px 14px;
	color: #fff;
	font-weight: bold;
	background: #ea6515;
}
.btn-btnread-more {
	border: 2px solid #ea6515;
	padding: 10px 14px;
	color: #ea6515;
	font-weight: bold;
}
.online-link-section {
	padding: 30px 0px;
	background: #135c7e;
}
.qick-icon img {
	width: 56%;
}
.quick-link-content ul li.quicklinks-box {
	background: #fff;
	padding: 20px 12px;
	text-align: center;
}
.quick-link-content ul {
	display: flex;/* list-style: none; */
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	list-style: none;
}
.footer-button {
	padding-top: 25px;
}
.box-shodow {
	box-shadow: 0px 3px 5px 2px #d5d5d5;
}
/*ul.online-service-list li{text-align: center;WIDTH: 250PX;}*/
ol.online-service-list li {
	text-align: center;
	/*width: 49%;
    float: left;*/
	margin-right: 4px;
	color: #fff
}
/*.bottom-box h4{margin-top: 15px;TEXT-TRANSFORM: UPPERCASE;}*/
.bottom-box h4 {
	margin-top: 9px;
	font-weight: 400;
	padding: 0;
	font-size: 16px;
	line-height: initial;
	position: relative;
	color: #fff;
}
.bottom-box h4:before {
/* content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -15px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
ul.contact-list li span a {
	color: #000;
	font-weight: 400;
}
.qick-text h5 {
	font-family: "Oswald";
	color: #000;
	font-size: 16px;
}
.footer-about-grid {
	display: grid;
	grid-template-columns: 80px auto;
	gap: 10px;
}
.new-content ul {
	position: relative;
	list-style-image: url(../images/nex-i.png);
	margin: 0px 0px 0px 0px;
}
.top-page-bg {
	position: relative;
	background: #000 url(../images/hederimg.png);
	background-size: cover;
	background-position: bottom;
	overflow: auto;
	padding: 28px 0;
}
.page-hadding-top h1 {
	font-family: "Oswald";
	color: #fff;
	padding-bottom: 15px;
}
.page-hadding-top {
	padding: 35px 0px;
}
.page-hadding-top {
	font-family: "Oswald";
}
content-inner-page {
	min-height: 300px;
}
.footer-about-grid .logo-text >p.second-text {
	font-size: 28px;
}
.line-hweight-200 {
	line-height: 210%;
}
.breed-crum-div {
	font-size: 16px;
}
.main-page-hadding h1 {
	font-size: 24px;
	font-family: "Oswald";
}
.section-gap {
	padding: 30px;
}
.contact-items li a .fa {
	font-size: 26px;
	text-align: center;
}
.contact-items li a .fa-mobile {
	font-size: 38px;
}
.navbar-nav li {
	padding: 0px 0px;
	list-style: none;
}
.navbar-nav li:last-child {
	background: #ea6515;
}
.navbar-nav li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff !important;
	padding: 8px 10px;
}
.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
	background: #135c7e;
	box-shadow: 2px 3px 12px #0000001a;
	border: 0;
	margin-bottom: 0;
}
.footer-logo {
	width: 80px;
	float: left;
}
.footer-logo img {
	width: 100%;
}
.text-white {
	color: #fff!important;
}
.p-3 {
	padding: 1rem!important;
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
	padding-bottom: 0.5rem!important;
}
.about-dep-content h5 {
	padding: 11px;
	color: #fff;
	font-family: "Oswald";
	font-size: 2rem;
	margin: -10px -10px 0 -11px;
	background: #ea6515;
}
ul.dropdown-menu {
	background: #135c7e;
}
.navbar-nav li ul li {
	padding: 0px 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #0c425a;
}
.navbar-nav li:first-child a {
	background: #074866 !important;
	padding: 11px 8px;
}
#main-content .text-center {
	position: absolute;
	z-index: 9999;
	top: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #074866 !important;
}
.table-bordered>tbody>tr>th {
	background: #135c7e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.dropdown-menu {
	z-index: 99999;
}
.form-feedback {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.forn-textarea >.textarea {
	height: 146px !important;
 width: !important;
}
.bg-form {
	background: #135c7e;
	width: 500px;
	padding: 30px 40px;
}
.inner-page0-content h4 {
	margin-top: 30px;
	font-weight: 600;
	font-family: "Oswald";
	font-size: 20px;
}
.bg-form .form-group {
	margin-bottom: 0px;
}
.bg-form p {
	margin-bottom: 0px;
}
.bg-form label {
	color: #fff;
}
.bg-form h2 {
	margin-bottom: 20px;
}
.pos-top {
	position: relative;
	top: 12px;
}
.form-feedback-textares {
	display: flex;
	/* gap: 15px; */
	justify-content: center;
}
.inner-page0-content a {
	color: #3eb2ce;
}
.btn-btnread-more-online {
	border: 2px solid #fff;
	padding: 10px 14px;
	color: #ea6515;
	font-weight: bold;
	background: #fff;
	margin-top: 40px;
	font-size: 22px;
	display: block;
	width: 439px;
	margin: 0 auto;
	font-family: "Oswald";
	border-radius: 20px;
	border: 2px solid #ea6515;
}
.btn-btnread-more-online {
	color: #ea6515 !important;
}
.btn-btnread-more-online: hover {
	color: #ea6515 !important;
}
.about-dep-content {
	min-height: 390px;
}
.news-cover-box.box-shodow a {
	color: #ea6515;
}
.footer-button a:hover {
	color: #fff;
}
ul.contact-list li {
	line-height: 180%;
}
.online-services-section >a {
	color: #000;
}
.online-services-section a:hover {
	color: #bf5d14;
}
.servic-modal .modal-footer {
	padding: 15px;
	text-align: unset;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
.avialservices {
	background: #0a2d3d;
	padding: 54px 0px;
	border-radius: 5px;
	display: block;
	margin-top: 13px;
	font-family: "Oswald";
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	border: 1px dashed #ffffff;
	color: #ffffff !important;
}
.avialservices span {
	color: #f5da8d;
}
.modal.fade.show {
    opacity: 1;padding-top:134px;background: rgb(0 0 0 / 68%);
}
#myModal .img-reposive {
    display: block;
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
#myModal .modal-body {
    position: relative;
   padding: 0 15px;
}
#myModal .modal-dialog {
    width: 820px;
    margin: 58px auto 15px auto;
}

#myModal .modal-header {
    padding: 4px 15px;
}
@media screen and (max-width: 768px) {
.modal.fade.show {
  overflow-y: scroll;
}
}
@media screen and (max-height: 646px) {
.modal.fade.show {
 overflow-y: scroll;
	margin: 0 -18px;
}
}
	
@media screen and (max-width: 640px) {
#myModal .modal-dialog {
    width: 100%;
    margin: 30px auto;
}
}

.amrit-box {
    padding: 15px;
    display: block;
    border-radius: 5px 5px 0 0;
    background: #fff;
	text-align:center;
}
.har-tirangaimg {
    display: block;
    margin: 0 auto; height: 150px;
}
.har-tirangaimg-text,.har-tirangaimg-text:hover {
    margin: 23px auto 13px auto;
    display: block;
    text-align: center;
    color: #a08a63;
    font-size: 19px;
    border-style: double;
    border-right: 0;
    border-left: 0;
    text-decoration: none;
    width: 50%;
}
#basicExampleModal .cornaclose {
color: #144d6a !important;
    position: relative;
    top: -15px;
    left: 10px;
}
@media screen and (max-width: 700px) {
.har-tirangaimg-text,.har-tirangaimg-text:hover {
    width: 100%;
}
.amrit-box + h3 + .pull-right {
    display: block;
    max-width: 100%;
    margin: 0 auto 24px auto !important;
    float: none !important;
}
}
.border-amrit{
border: 2px solid #9d8a60;
    padding:15px;
    margin: 0 auto;
    border-radius: 20px;
}

.ntc {
background: #fbf83a;
text-align: center;
font-size: 12pt;
border: 4px solid #f05757;
color: #0b0a0a;
margin-top:10px;
}
/*--------------------------------*/
.leaders {
	padding:0px 0px 30px 0px;
	display: block;
	position: relative
}
.leaders .leaders-profile {
    padding: 15px;
    position: relative;
}
.leaders .leaders-profile .leaders-box img{ width:111px; border-radius:100%; background:#7e7e7e}
.leaders .leaders-profile .leaders-box {
    text-align: center;
    padding: 15px 22px;
    border-radius: 13px;
    background: #f7f7f7;
    width: 100%;
    display: block;
    min-height: 247px;
    border-top: 4px solid #ea6515;
}
.leaders .leaders-profile .leaders-box h4 {
    padding: 0px;
    margin: 8px 0px;
    color: #135c7e;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 17px;
    font-weight: 700;
}
.leaders .leaders-profile .leaders-box p {
    padding: 0px;
    margin: 0px;
    color: #1e1d1d;
    font-size: 0.9em;
    line-height: 17px;
}
.vote {
    background: #ea6515;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 17px;
    border: 4px solid #ffe900;
}