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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family:"font1";
	src:url('fonts/A-Google.ttf');
	
}
body {
	background-color:#fff;;
	font-family: "font1";
	font-size: 100%;
	}
.btm_border{
	border-top:6px solid #3d4591;
}
.h_bg{
	background-color: #fff;
	border-top:4px solid  rgba(12, 12, 12, 0.1) ;	
}
/*social-icons*/
.social-icons {
	 padding:19px 85px;
	 float:right;
}
.btn{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #f1f1f1;
  margin: 5px;
  border-radius: 15%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #3d4591;
  overflow: hidden;
  position: relative;
  padding:10px 1px;
  }
.btn i{
  line-height: 4px;
  font-size: 15px;
  transition: 0.2s linear;
}
.btn:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3d4591;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}
.social-icons a {
	color:#3d4591;
}
.social-icons a:hover {
	color:#3d4591;
	text-decoration: none;
}
/*//social-icons*/
/*search*/
.number i.fa {
    font-size: 26px;
    line-height: 60px;
    color: #e91e63;
    cursor: pointer;
}
.sb-search {
	position: absolute;
    left:83%;
	top:0px;
	width:0%;
	min-width:42px;
	margin-top: 15px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-right: -17px;
	
	font-size: 12px;
	}
.sb-search-input {
	position: absolute;
	top: 5px;
	right: 49px;
	border: none;
	outline: none;
	background:#fff;
	width: 150px;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 11.5px;
	color: #ffffff;
	border-radius:50px;
	border: 1px solid #eee;
	background: rgba(255px 255px 255px 0.8px);
	
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #4f4f4f;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
	margin-right: 11px;
}
.sb-search-submit {
	background: url('../images/search_h.png') no-repeat -3px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background: #fff url(../images/search_h.png) no-repeat 3px 10px;
    background-size: 28px;
    z-index: 90;
    width: 35px;
    height: 35px;
    border-radius: 0px;
	/*border: 1px solid #3d4591;*/	
	}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:35%;
	
}
.sb-search.sb-search-open {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 89;
}
/*//search*/
.text-header {
    color: #3d4591;
    font-size: 13px;
    float:left;
	padding-left: 60px;
}

/*menu**/

.dropdown-menu {
    border:0;
    position:static;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 20rem;
    padding: 6px 0;
	margin:2px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background:rgba(255,255,255,0.8);
	border-radius:4px;
}
.bg-light {

    background-color:#fff !important;
}
.navbar{
	
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	box-shadow:0px 2px 5px -1px #aaa;	
	}
	
.navbar-nav{
	text-align:center;
	padding-right: 100px;
	}
.navbar-nav > li{
	border-right:1px solid #eee;
	padding: 0px 5px;
}

.navbar-light .navbar-nav .nav-link {
    color:rgb(61, 69, 145);
}

.navbar ul li a {
	 color:rgb(61, 69, 145);
	}
.navbar ul li a:hover,
.navbar ul li a:focus {
		color:#f2b716;
	    background:none;
	}

.navbarScrolled {
    background:#012951;
    z-index: 22;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.dropdown-item {

    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}
.navbar-light .navbar-nav .nav-link>a:hover,
.navbar-light .navbar-nav .nav-link>a:focus {
 color:#FFF;
 background-color:rgb(61, 69, 145);
}
/*//menu*/
/*container*/
.content{
	width:80%;
	height:auto;
	margin-left:10%;
}
.content-gool{
	margin-top:5%;
   font-size:16px;
   color:#3d4591;
   margin-bottom:5%;
}
.content-gool h1{
	margin-bottom:1%;
	font-size:1.5rem;
}
.content-gool p{
  font-size:16px;
  color:#444;

}
.content-gool ul{
  list-style:normal;
  font-size:16px;
  color:#444;
  margin-top:1%;
  margin-left:5%;
}
.grids_1_of_4{
	padding: 4%;
	text-align:center;
}
/**icon**/
.setting {
    color:#3d4591;
}
.setting:hover {
	color:#3d4591;
	text-decoration: none;
}
/**news**/
.bd-example{
	margin-top:20px;
	width:80%;
	margin-left:10%;
	border: 14px solid #fff;
	box-shadow: 2px -1px -6px 2px #eee;
}
/***************/
.news_block{
	margin-bottom: 8px;
	background: #eeeeee; 
	border-bottom: 3px solid #f28d1d;
	color:#012951;
}
.tab-pane 
{
	padding:15px;
}
.tab-pane .news_block{
margin-bottom: 0px;
padding:0px;
	border-bottom: 0px;

}
.news_block{
	margin-bottom: 8px;
	background: #eeeeee; 
	border-bottom: 3px solid #f2ba19;
	color:#012951;
}
.news_block img{
	width:190px;
	height:120px;

}
.news_block div:first-child{
	padding:0px;
	max-height:120px;
	overflow:hidden;
}
.news_block a{
	display:block;
	color:#3d4591;
}
.news_block:hover{

	background:#3d4591;
}
.news_block:hover .news_date{
	color:#fff;
}

.news_block:hover a{
	color:#fff;
}
.news_heading{
	max-height: 100px;
	overflow:hidden;
}
.news_date{
	color:#f2ba19;
	margin:10px 0;
	display:inline-block;
}
.news_title{
font-size:14px;	
padding:15px;
}
.news_h3{
	padding-left:30px;
	background:url(../images/news_icon.png) no-repeat left;	
}
/*//news*/

/******advert*******/
.announc_h3{
	padding-left:40px;
	margin-left:30px;
	background:url(../images/announcements_icon.png) no-repeat left;	
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333 !important;
	background-color:#e6e6e6 !important;
	border-color: #adadad !important;
}
/**websitemap**/
.websitemap{
	padding:5px;
	padding-top:20px;
	padding-left:60px;
	color:#3d4591;
}
.websitemap ul a{
	color:#3d4591;
}
.websitemap ul li{
	color:#3d4591;
}
.websitemap ol a{
	margin-left:40px;
	color:#3d4591;
}
/****googlemaps**/
.map iframe{
    padding:25px;
	width:600px;
	min-height:300px;

}
/*//container*/
/*footer*/
.footer{
    width:80%;
	margin-left:9%;
	text-align:center;
	font-size:16px;
	padding: 010px;
    background: #f4f4f4;
}
.link h6{
color:#3d4591;
}
.btm h4{
	margin-left:15px;
	padding:5px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #3d4591;
	text-shadow: 0 1px 0 white;
	text-align:left;
}
.box_address nav ul li img{
	margin-top: 10px;	
}
.box_address nav ul li{
	display: inline-block;
}
.box_address nav ul li a{
	color: #3d4591;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.box_address nav ul li a:hover{
	text-decoration:none;
	color: #3d4591;
}
.box_address p{
	color: #3d4591;
	line-height: 1.8em;
	font-size: 0.80em;
	text-align:left;
	margin-left:20px;
}
.box_address p a{
	cursor: pointer;
	color: #3d4591;
	
}

.box_address p a:hover{
	color: #3d4591;
}
.link{
	text-align:center;
}
/*//footer*/
/*go to the top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #f2ba19;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 25%;
  opacity: 0.5;
  filter: alpha(opacity=50);  
  }

#myBtn:hover {
  background-color: #f2ba19;opacity: 1.0;
  filter: alpha(opacity=100);
}
/*//go to the top*/
.table {

    width: 100%;
    margin-bottom: 1rem;
    color:#3d4591;
	 border: 1px solid #ddd;
	 font-size:14px;

}
.statices p{
	padding:12px;
	padding-bottom:25px;
	font-size:20px;
	color:#3d4591;
}
.heade-map h1{
padding-top:70px;
text-align:center;
color:#3d4591;
}	
.heade-map p{
text-align:center;
color:#3d4591;

}	
/*******************/
.boss h1{
	font-size: 1em;
}
.content-boss{
	margin-top:5%;
   font-size:16px;
   color:#3d4591;
   margin-bottom:5%;
}
.content-boss h1{
	margin-bottom:1%;
	font-size:1.5rem;
}
.content-boss p{
	font-size:16px;
   color:#444;
   margin-top:1%;
   margin-left:1%;}
.content-boss h3{
	font-size:1rem;
	color:#333;
	text-align:center;
	margin-left:850px;
	margin-top:1%;
}