
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
  background:transparent;
  font-family: 'Roboto', sans-serif;
}
html {
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll; 
}
html.scOff {
	max-height: 100vh;
	overflow: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height: 200%;
	background: #fff;
	columns: #333333;;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
  font-weight: 400;
}
ol, ul {
	list-style-type:none;
}
blockquote, q {
	quotes:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
  outline:0;
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #173753;
	line-height: 140%;
}
h1, h2, h3 {
	font-weight: 800;
}
h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
} 
h5 {
	font-size: 18px;
}
h3 + h5{
	color: #748798;
}
h6 {
	font-size: 18px;
}
img {
	border:none;
	outline:none;
	max-width: 100%;
}
a {
	text-decoration:none;
	color:#0c73b8;
	transition: all 0.4s;
}
a:hover {
	color:inherit;
}
p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-child{
  margin-bottom: 0;
}
input, textarea, select {
	font-family: 'Roboto', sans-serif;
	font-size: inherit;
	font-weight: inherit;
}
a, input, img, select, textarea {
	outline: 0 none;
}
* {
	-webkit-text-size-adjust: none;
}
*, *::before, *::after {
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}
.mt-0{
	margin-top: 0 !important;
}

.btn-blue {
  color: #fff;
  background-color: #0c73b8;
  border-color: #0c73b8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0764a2;
  border-color: #0764a2;
}
.wrapper{
  position: relative;
}

.siteFooter::after,
section::after,
.bodyContentWrap::after, 
.sectionContent::after,
.container::after{
	content: '';
	display: block;
	clear: both;
}
.form-control:focus{
  outline: 0;
  box-shadow: none;
  border-color: #0c73b8;
}

.flexBox{
  display: flex;
  align-items: center;
}
/* Header */

.siteheader {
  background: #fff;
}

/* #region Top Bar */
.headerTopBar {
  padding: 0;
  position: relative;
  background: #09285e;
}
.topBarContentWrap{
  display: flex;
  flex-flow: row;
  align-items: center;
}
.social{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social span{
  line-height: 1;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  display: inline-block;
  color: #fff;
}
.social span:first-child{
  border-right: 1px solid #fff;
}
.social span i{
  margin-right: 3px;
}
.applyOnlineBtn{
  border: 0;
  background: #fdc800;
  color: #000;
  padding: 5px 16px;
  font-weight: 500;
}
/* #endregion Top Bar*/

/* #region Navbar */
.siteMenu {
  background: #fff;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.10);
  z-index: 100;
}
.siteheader .navbar.siteMenu {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  width: 100%;
  padding: 0;
}
.logo{
  font-weight: 700;
  color: #0c73b8;
  font-size: 2rem;
}
.logo img{
  max-height: 72px;
  display: block;
}
.siteheader .navbar.siteMenu .navbar-nav a{
  color: #000;
  font-size: 16px;
  padding: 10px 16px;
  font-weight: 400;
}
.siteheader .navbar.siteMenu .navbar-nav a:hover,
.siteheader .navbar.siteMenu .navbar-nav a.active{
  background: #fdc800;
  color: #000;
}
.navbar-collapse.show{
  background: #eee;
}
.navbar-toggler{
  background: #09285e;
  margin-left: auto;
  padding: .25rem;
}
.navbar-toggler-icon{
  height: auto;
  vertical-align: unset;
  color: #fff;
}
.dropdown-menu{
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.siteheader .navbar.siteMenu .navbar-nav .dropdown-menu a{
  padding: 6px 15px;
  border-bottom: 1px solid #ddd;
}
.siteheader .navbar.siteMenu .navbar-nav .dropdown-menu li:last-child a,
.siteheader .navbar.siteMenu .navbar-nav li.dropdown-submenu .dropdown-menu li:last-child a{
  border-bottom: 0;
}
.siteheader .navbar.siteMenu .navbar-nav li.dropdown-submenu .dropdown-menu a{
  border-bottom: 1px solid #ddd;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 7px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
header .menuSticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
.page-item .page-link{
  font-size: 1.2rem;
  color: #0c73b8; 
}
/* #endregion Navbar */

/* #region Home Banner */

.homethumbslider{
  margin-top: 30px;
}
.homeBannerWrap img{
  width: 100%;
  display: block;
}
.owl-carousel.owl-theme.homebanner .owl-nav .owl-next,
.owl-carousel.owl-theme.homebanner .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 60px;
  border: 2px solid #fff;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
button:focus, span:focus{
  outline: 0;
  box-shadow: none;
}
.owl-prev {
  left: 24px;
}
.owl-next {
  right: 24px;
}
.bannerCaption{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: normal;
}
/* #endregion Home Banner */

/* #region Section 1 */

.bodyTopContent {
  background: #ffffff;
  text-align: center;
  margin-top: -100px;
}
.bodyTopContent .sider-btm-row-inner {
  padding: 0 15px;
}
.bodyTopContent .slide_cont_box_01 {
  padding: 0 4px 0 0;
}
.bodyTopContent .slide_cont_box_02 {
  padding: 0 4px 0 4px;
}
.bodyTopContent .slide_cont_box_03 {
  padding: 0 0 0 4px;
}
.bodyTopContent .content_body:hover .btm-item_01::before {
  background: #4886ff;
}
.bodyTopContent .content_body:hover .btm-item_02::before {
  background: #b5d56a;
}
.bodyTopContent .content_body:hover .btm-item_03::before {
  background: #ff6f6f;
}
.bodyTopContent .btm-item_01,
.bodyTopContent .btm-item_02,
.bodyTopContent .btm-item_03 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  height: 100%;
}
.bodyTopContent .btm-item_01::before,
.bodyTopContent .btm-item_02::before,
.bodyTopContent .btm-item_03::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  transition: all 0.3s ease-in-out;
}
.bodyTopContent .btm-item_01:hover,
.bodyTopContent .btm-item_02:hover,
.bodyTopContent .btm-item_03:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.bodyTopContent .btm-item_01::before {
  background: rgba(72, 134, 255, 1);
}
.bodyTopContent .btm-item_02::before {
  background: rgba(181, 213, 106, 1);
}
.bodyTopContent .btm-item_03::before {
  background: rgba(255, 111, 111, 1);
}
.bodyTopContent .bodyTopCard .btm-item-icon {
  width: 100px;
  padding-bottom: 16px;
}
.bodyTopContent .bodyTopCard h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
}
.bodyTopContent .bodyTopCard p {
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
}
.bodyTopContent .bodyTopCard a, .morelink {
  color: #fff;
  border: 2px solid #fff;
  padding: 1px 16px;
  border-radius: 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
  transition: all .5s;
}
.bodyTopContent .bodyTopCard a i, .lastestNews .morelink i{
  margin-left: 8px;
}
.bodyTopContent .bodyTopCard a:hover {
  background: #09285e;
}


/* #endregion Section 1 */

/*#region Section 2*/
	
.aboutSection {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 80px;
}
.section-header{
  margin-bottom: 24px;
}
.section-header h2{
  position: relative;
  padding-bottom: 5px;
}
.section-header h2::after{
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100px;
  height: 3px;
  background-color: #09285e;
}
.aboutSection .aboutSection-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
.aboutSection .aboutSection-text p {
  margin: 0;
  font-size: 15px;
  color: #1e1e1e;
  padding-bottom: 25px;
}
.readMoreBtn {
  color: #09285e;
  border: 2px solid #09285e;
  padding: 0px 16px;
  border-radius: 32px;
  font-size: 14px;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.readMoreBtn:hover{
  text-decoration: none;
  background: #09285e;
  color: #fff;
}
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}
.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot {
  display: inline-block;
}
.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}
.owl-dot.active span {
  background-color: #09285e;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*#endregion Section 2*/

/*#region Section 3*/
section.featuredSection, .mediaGallery, .videoGalley {
  padding: 80px 0;
  background: #f2f2f2;
}
.featuredBox{
  background-color: #09285e;
  color: #fff;
  padding: 24px;
  font-weight: 500;
  height: 200px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: all .5s;
}
.featuredBox:hover{
  text-decoration: none;
  background-color: #093683;
}
.lastestNews{
  height: 430px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.lastestNews .morelink{
  max-width: 140px;
  margin-left: auto;
}
.lastestNews .morelink:hover{
  text-decoration: none;
}
.lastestNews .morelink:hover {
  background: #fdc800;
  border-color: #fdc800;
  color: #000;
}
.featuredBox .title{
  color: #fdc800;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.featuredBox ul{
  flex: 1;
  overflow-y: auto;
}
.featuredBox ul a{
  color: #fff;
  font-weight: 400;
}
.featuredContentHolder{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
.featuredContentHolder p{
  margin-bottom: 0;
}
/*#endregion Section 3*/

/* #region Gallery */
.ourGallery{
  padding: 80px 0;
}
.popup-gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.popup-gallery > div{
  flex: 0 0 25%;
  display: block;
  padding: 5px;
}
.popup-gallery > div img{
  display: block;
  width: 100%;
}

/* #endregion Gallery */

.aboutUsPage, .contactUspage, .audioGalley{
  padding: 80px 0;
}
.form-group{
  margin-bottom: 1rem;
}
  ::-webkit-input-placeholder{
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
  }  
  :-ms-input-placeholder {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
  }  
  ::placeholder {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
  }
.buttonStyle1{
  background: #09285e;
  color: #fff;
}
.buttonStyle1:hover{
  background: #003694;
  color: #fff;
}
.addressRow{
  margin-bottom: 1rem;
}
.addressRow h4{
  color: #09285e;
  font-size: 1rem;
}
.contactInfo{
  margin-top: 72px;
}
/* #region Audio and Video Galley */
.audioGalley h6{
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 1rem;
}
.audioGalley .row [class*='col-']{
  margin-bottom: 30px;
}
.videoGalley .row [class*='col-']{
  margin-bottom: 30px;
}
/* #endregion Audio and Video Galley */
/* #region New and Events */
.news-item{
  margin-bottom: 24px;
}
.news-item h4{
  font-weight: 400;
}
.dateTime{
  margin-bottom: 8px;
}

.eventsItem {
  background: #fdc800;
  margin-bottom: 30px;
}
.eventsItem:last-child{
  margin-bottom: 0;
}
.eventsItem::after {
  content: "";
  display: table;
  clear: both;
}
.eventsItem div {
  float: left;
  width: 60%;
  padding: 40px;
  color: white;
  font-weight: 300;
}
.eventsItem div.image {
  padding: 0;
  width: 40%;
}
.eventsItem img {
  float: left;
  width: 100%;
}
.eventsItem h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
}

/* #endregion New and Events */

/* #region Footer */

footer.siteFooter {
	background: #09285e;
	color: #fff;
	padding: 50px 0 40px;
	font-size: 14px;
}

.footer {
  background: #09285e;
  padding: 30px;
  color: #fff;
}
.footerLogo img{
  max-height: 52px;
  margin-bottom: 16px;
  display: block;
}
.footerTop h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}
.footerTop h3:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #fff;
  left: 0;
  bottom: 0;
}
ul.social-links{
  padding: 1rem 0;
}
ul.social-links li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
ul.social-links li a {
  border: 1px solid #fff;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  border-radius: 5px;
}
ul.social-links li a:hover{
  color: #fdc800;
  border-color: #fdc800;
}
.footerTop li {
  margin-bottom: 2px;
}
.footerTop li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 0;
}
.footer-copyright {
  padding: 10px 0;
  background: #001e51;
  color: #fff;
}
/* #endregion Footer */



@media (min-width: 576px){
  .container {
      max-width: 90%;
  }
}

@media (min-width: 576px){
  .container1 {
      max-width: 90%;
	  background-color:#FC3;
	  
  }
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .headerTopBar {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.33);
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.dropdown-toggle::after{
  float: right;
  top: 10px;
  position: relative;
}
.dropdown-submenu>a:after {
  margin-top: 0px;
  margin-right: -4px;
}
.bannerCaption{
  font-weight: 500;
  font-size: 2rem;
}
}
@media (max-width: 767px){
  .logo img{
    max-height: 62px;
  }
  .social span {
    line-height: 1.5;
  }
  .social span:first-child {
    border-right: 0px solid #fff;
}
  .applyOnlineBtn{
    line-height: normal;
  }
  
  .homebanner.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 0px;
  }
  .homebanner.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 0px;
  }
  .bannerCaption{
    font-weight: 500;
    font-size: 2rem;
  }
  .owl-carousel.owl-theme.homebanner .owl-nav .owl-next,
  .owl-carousel.owl-theme.homebanner .owl-nav .owl-prev {
    height: 2rem;
    width: 2rem;
  }
  .owl-prev {
    left: 0px;
  }
  .owl-next {
    right: 0px;
  }
  .popup-gallery > div{
    flex: 0 0 50%;
  }

}


/* Pagination Styles */

div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:11px;
	
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		
		color: #000;
		text-decoration:none;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		
		color:#CCC;
	}
	.div_overflow
	{width: 100%; height:600px;overflow: auto;}