
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #151f40;
  color: #fff;
  font-family: "Open Sans", sans-serif; 
  font-size:14px;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#main {
	clear: both;
	overflow: hidden;
	background: url(../images/royal_container_bg.jpg) repeat-y;
	overflow: hidden;
}
.site-title22 {
	font-size: 40px;
	font-weight: normal;
	line-height: 36px;
	margin: 10px 18px 0 18px;
	text-transform: uppercase;
	color: #FFF;
}
.site-description {
	color: #FFF;
	font-family: sans-serif;
	margin: 0px 0 0 0;
	font-size: 24px;
}
.site_logo { position:relative;}
.site_datetime { position:absolute; top:30px; right:0; color:#fff;}
.header_scroll {
	clear: both;
	background: #03068F;
	display: block;
	width: 100%;
	height: 32px;
	margin: 10px 0;
}
.header_scroll h3 {
	color: white;
	font-size: 15px;
	padding: 3px 0;
}
.header_scroll marquee {
	font-size: 16px !important;
}
.office_frontpage .table { color:#fff}
.home_section { padding:20px 15px;}

.card{
margin-top: auto;
margin-bottom: auto;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 40px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}
.footer { padding:20px 0;}
.nav-tabs .nav-link.active { 
background-color:#151f40; 
color:#fff;
border-color:#151f40; 
}
.nav-tabs .nav-link { font-size:16px;}
.office_frontpage p { text-align:justify}
.sectionPop a { 
text-align:center; 
font-size:20px; 
background:#151f40; 
display:inline-block; 
width:100%; 
padding:15px 0;
}
.sectionPop a:hover { 
background:#ffc107; 
color:#000 
}
.modal { color:#222;}
#header_scroll {
	background: #03068F;
	display: inline;
	margin: 0px 0 5px 0; 
	position:relative;
}
#header_scroll .left, #header_scroll .right{ 
position:absolute;
background:#03068f;
top:0;
width:100px; 
padding:3px; 
z-index:1
}
#header_scroll .left{
left:15px; 

}
#header_scroll .right{
right:0; 
text-align:center
}
#header_scroll a { color:#fff;}
.headNav a { 
background:#06266f; 
text-align:center; 
color:#fff; 
display:inline-block; 
margin:0 0 10px 0;
width:100%;
padding:15px 0; 
min-height:50px; 
vertical-align:middle; 
font-size:16px; 
}
.ancientMidle { 
margin-top:15px; 
background:#f2f2f2; 
overflow:hidden; 
padding:15px 30px;
}
@media (max-width: 574px) {
}