body {
	
	
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #444;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f1f1f1;

}

a {
	color: #258dc8;
	text-decoration: none;
	  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



a img {
 border: none;
}
h1{text-align: left;}
#issues_con{

margin-top: 10px;
margin-right: 10px;
width: 130px;
text-align: center;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
}
/*** Main Navigation ***/
  .navbar-collapse {
  float: inline-start;
  }
.navbar {
  background-color: #074b7f4d;
  border-bottom: 0px solid #074c7f;
  height: 70px;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 990;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  height: 68px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.navbar-brand {padding: 3px 15px;}
.navbar .navbar-brand img {
  display: inline;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .visible-xs {
    display: inline !important;
  }
}
.navbar .navbar-search {
  margin-right: -30px;
}
.navbar .navbar-search-toggle {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 0;
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar .navbar-searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  width: 320px;
}
.navbar .navbar-searchform [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 8px 20px;
}
.navbar .navbar-nav li a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
}
.navbar .navbar-nav > li > a {
  padding: 24px 25px;

}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  
}
.navbar .navbar-nav > li:hover > a {
  color: #333;

}
.navbar .navbar-nav .dropdown-menu {
  display: block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  /*padding: 10px;*/
  left: 0;
  right: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown-menu li a {
  line-height: 20px;
  padding: 10px 20px;
}
.navbar .navbar-nav .dropdown-menu li a:hover {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-right > li:last-child .dropdown-menu, .navbar .navbar-right > li:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar.fix-nav .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.fix-nav.style-2 {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar.fix-nav.style-3 {
  background-color: transparent;
}
.navbar.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
}
.navbar.affix .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: 65px;
}

.navbar.affix .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix .navbar-search-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix.style-3 {
  background-color: #262626;
}
/*** Responsive Color ***/
.navbar .navbar-toggle {
  background: #055C9D;
}
.navbar .navbar-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}

.navbar.fix-nav.style-2 .navbar-toggle .icon-bar {
  background: #055C9D;
}
.navbar.fix-nav.style-2 .navbar-nav > li:hover > a {
  color: #ff6800;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-search-toggle,
.navbar.fix-nav .navbar-nav > li:hover > a,
blockquote:before {
  
  
}
.navbar .navbar-nav .dropdown-menu li a:hover{
  background: #055C9D;
}
.navbar-toggle .icon-bar{background-color: #ffffff;}
.navbar.affix.style-2{
  background-color: rgba(255, 255, 255, 1); -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);}

.featured-videos .thumbnail h4{font-size: 16px; font-weight: bold;}
.featured-videos .thumbnail { }

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#issues_con img{

  /* HOVER OFF */
  width: 120px;
  padding: 0px;
  border: 3px solid #ddd;
 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}


#issues_con:hover{
	background: #F5FFFF;
}

.asjo_cover{

margin-top: 10px;
margin-right: 10px;
width: 242px;
text-align: center;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
}


.asjo_cover img{

  /* HOVER OFF */
  width: 230px;
  padding: 0px;
  border: 6px solid #ddd;
 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}


.asjo_cover:hover{
	background: #F5FFFF;
}


#intro_box{

	position: relative;
	width: 98%;
	height: 100%;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 3px;

}

#intro_box img{

	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;

}


#intro_box:hover{
	
	background: #f9f9f9;
	border: 1px solid #ccc;
}


#social{
	
	position: relative;
	top: 6px;
	z-index: 1;
	
		
}

#social a img{
	
	border: none;
	padding-bottom: 5px;
	
}
#social p{
	
	margin: 5px;
	
}



#testimonial {
	
	position: realtive;
	font-style: italic;
	width: 99%;
	height: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 5px;
	color: #666;
	float: right;
	
	
}


#site_menu_bar{
	
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border: 0px solid #074c7f;
	text-align: center;
	
background: #074c7f; /* Old browsers */


}

#site_menu {
	
	display: inline-block;
	width: 1200px;
	font-size: 13px;
	height: 40px;
	text-align: left;
	padding: 0px;
	position:relative;
	border: 0px solid red;
	margin: 0 auto;

}

#curpage{

	position: relative;
	background: #0069BF;
}



#topmenu_bar{
	
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0 auto;
	background: #074c7f;
	border: 0px solid #ccc;
	/*border-bottom: 3px solid #258dc8;*/
}

#topnav{
	position: relative;
	width: 1200px;
	height: 35px;
	text-align: right;
	font-size: 12px;
	padding: 0px;
	margin: 0 auto;
	border: 0px solid #ccc;
	
}



.topnav{
	position: relative;
	text-align: right;
	font-family: 'calibri';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}


.topnav a:link	{
	
	
	text-decoration: none;
	padding: 3px;
	color: #fff;
	
	
}

.topnav a:visited {
	
	text-decoration: none;
	color: #fff;
}
.topnav a:hover {
	

	text-decoration: none;
	position: relative;
	color: #fff;
	border-bottom: 1px dotted #fff;
	/*background: #EAAE13;*/
	
	
}
.topnav a:active {
	
	text-decoration: none;
	color: #fff;
}

.responsive {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
#navigation_bar{
	
	position: relative;
	max-width: 1200px;
	height: 35px;
	padding-top: 15px;
	margin: 0 auto;
	border: 0px solid #ccc;
	
	
}

#navigation_bar img{
	
	position: relative;
	top: 2px;
	
}


#box {
	
	position: relative;
	width: 100%;
	height:100%;
	margin: 0 auto;
	border: 0px solid #333;
	margin: 0 auto;
}

  /* hide mobile version by default */
  .logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
	  margin: 0 auto;
    }
    .logo .desktop {
      display: none;
    }
  }


#head_bar{
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	border: 0px solid #bbb;
	border-top: none;
	background: url('../images/header-bg.jpg') no-repeat center center;
}

#head{
	position: relative;
	max-width: 1200px;
	height: 200px;
	margin: 0 auto;
	border: 0px solid red;
	padding-top: 20px;
	text-align: center;
}


#content {
	position: relative;
	width: 98%;
	max-width: 1200px;
	min-height: 500px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee;
	
}


.data_con{

	position: relative;
	width: 95%;
	height:auto;
	max-width: 1200px;
	min-width: 300px;
	line-height: 23px;
	padding: 40px 10px 20px 10px;
	margin: 0 auto;
	text-align: justify;	
	border: 0px solid #222; 

}


.data_con b{
	
	font-weight: normal;
	font-size: 16px;
	color: #258dc8;
}



.data_con strong{
	
	font-size: 15px;
	
}
.data_con em{
	
	font-size: 15px;
	
}

.data_con table, td, th{
	
	padding: 3px;
	border-color: #ccc;
	
}


.data_con table{
	
	border: #ccc;
	
}

.data_con a:link	{
	
	
	text-decoration: none;
	color: #258dc8;
	
	
}

.data_con a:visited {
	
	text-decoration: none;
	color: #258dc8;
}
.data_con a:hover {
	

	text-decoration: none;
	position: relative;
	color: #000;
	
	/*background: #EAAE13;*/
	
	
}
.data_con a:active {
	
	text-decoration: none;
	color: #258dc8;
}
.data_con h2{
	padding: 20px;
	
}


#d_line{

width: 100%;
border-bottom: 1px solid #258dc8;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;

}



#news_head{
			
			width: 220px;
			height: 20px;
			color: #666;
			font-size: 18px;
			font-weight: normal;
			line-height: 20px;
			text-align: center;
			border: 1px solid #eee;
			

background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

}

#news_box{
	
			width: 220px;
			height: 268px;
			color: #333;
			
			
			border: 1px solid #eee;
				


border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;

-moz-box-shadow: 0px 0px 10px #ddd ;
-webkit-box-shadow: 0px 0px 10px #ddd ;
box-shadow: 0px 0px 5px #999;

}



.footer_bar_copyright{
  width: 100%;
  max-width: 1200px;
  right: 0;
  margin-top: 40px;
  left: 0;
  color: #eee;
  padding: 10px 0px 10px 5px;
  border-radius: 5px 5px 0px 0px;
  background: #555;
  text-align: center;


}

#footer_bar{
	
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  

}

#footer_bar_nav{
	
	position: relative;
	
	
	
	margin: 0 auto;
	border: 0px solid #ccc;
}




.fmenu{
	position: relative;
	margin: 0 auto;
	border: 0px solid #eee;
	font-size: 12px;
	color: #fff;
}

.fmenu ul li {
	
	display: inline-block;
	list-style: none;
	text-decoration: none;
}

.fmenu a:link	{
	
	
	text-decoration: none;
	color: #ccc;
		
}

.fmenu a:visited {
	
	text-decoration: none;
	color: #fff;
}
.fmenu a:hover {
	

	text-decoration: none;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #fff;
	/*background: #EAAE13;*/
	
	
}
.fmenu a:active {
	
	text-decoration: none;
	color: #fff;
}




.download {
	-moz-box-shadow:inset 0px 1px 2px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 2px 0px #bee2f9;
	box-shadow:inset 0px 1px 2px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	padding:2px 15px;
	text-decoration:none;
}.download:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.download:active {
	position:relative;
	top:1px;
}



.shadow
{
  position: relative;
  width: 100%;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 0px auto;
}

.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.card-container{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}

.profile-card{

  width: 280px;
  height: 100%;
  min-height: 480px;
  margin: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.profile-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10%;
}
.profile-image img{
	height: 230px;
	border-radius: 20px;

}
.datacard{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.datacard h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 5px;
}
.datacard h4{
	color: green;
	font-size: 18px;
  padding: 0;
  margin: 0;
}
span{
  font-size: 14px;
  text-align: center;
}
.row{
  margin-top: 5px;
}
.row .info{
  text-align: center;
  padding: 0 5px;
}
.row .info h4{
  padding: 5px;
  margin: 0;
}


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  text-align: center;

}
.grid > article {
background: rgb(174,238,223);
background: radial-gradient(circle, rgba(174,238,223,0.2049194677871149) 0%, rgba(148,187,233,0.20211834733893552) 100%);
}
.grid > article {
  border: 1px solid #ccc;
  border-radius: 1em;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.grid > article:hover {
    box-shadow: 1px 5px 10px 0 rgba(0,0,0,0.2);
}
.grid > article img {
  max-width: 100%;
  border-radius: 1em 1em 0 0;
}

.grid .text {
  padding: 15px;
}
.grid .text h3{
  font-size: 18px;
  text-align: center;
  color: #074c7f;

}
.grid .text h2{
	padding: 0;
  margin: 0;
  font-size: 16px;


}
/*  Buttons */
.w3-btn{font-size: 12px; border:none;display:inline-block;padding:0px 12px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap; border: 1px solid #fff;}
.w3-btn:hover {
    color: #fff !important;
    background-color:#04AA6D !important;
}
.btn, .btn:link, .btn:visited {color:#FFFFFF;background-color:#4CAF50}
.btn-green{
    color: #fff !important;
    background-color: #4CAF50 !important;
}
.btn-red, .btn-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.btn-blue, .btn-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important;
}

.btn-orange, .btn-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.btn-btn, .btn-btn:link, .btn-btn:visited {
    color: #FFFFFF;
    background-color: #4CAF50;
}
.btn-black, .btn-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-btn, .btn-btn:link, .btn-btn:visited {
    color: #FFFFFF;
    background-color: #4CAF50;
}
.btn-black, .btn-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}
.btn-disabled, .btn-btn:disabled, .btn-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
/* Ripple magic */
.btneffect{
  position: relative;
  overflow: hidden;
}

.btneffect:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(250, 250, 250, .3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes btnripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.btneffect:focus:not(:active)::after {
  animation: btnripple 1s ease-out;
}



/* Back To Top */

#back-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
}

#back-top a {
	width: 24px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #19bbf1;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	
	color: #ADD47A;
}

/* arrow icon (span tag) */
#back-top span {
	width: 24px;
	height: 18px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/up-arrow.png) no-repeat center center;

	/* rounded corners */


	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#return-to-top a{

color: #fff;
}	
#return-to-top {
    position: fixed;
    bottom: 150px;
    right: 15px;
	z-index: 1;
    background: rgba(60, 60, 60, 0.3);
    width: 50px;
    height: 50px;
    display: block;
	border-radius: 50%;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    color: #fff;
    margin: 0;
    position: relative;
    left: 8px;
    top: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(60, 60, 60, 0.4);
}
#return-to-top:hover img {
    color: #fff;
    top: 5px;
}

/* Panels */
.panel-group .panel {
	margin-bottom: 10px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:4px;
	color:#555;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067"; /* Plus icon */
  float: right;
  transition: all 0.3s;
}

.panel-heading.active a:before {
  content: "\f068"; /* Minus icon */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contact-info {
    background-color: #f5f5f5;
	padding: 15px;
    border-left: 4px solid #2a5caa;
    margin-top: 20px;
}

/* Footer Styles */
        .asjo-footer {
            background-color: #002147;
            color: #ffffff;
            padding: 20px 0 20px;
            
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .footer-logo-section {
            display: flex;
            flex-direction: column;
        }

        .footer-logo {
            width: 250px;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.8;
            margin-bottom: 20px;
        }

        .social-icons {
            display: flex;
            
        }
		.social-icons img{
            width: 550px;
            border-radius: 3px;
			margin-top: 40px;
        }

        .social-icon {
            width: 30px;
            
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background-color: #1a73e8;
            transform: translateY(-3px);
        }

        .footer-heading {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: #1a73e8;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: #ffffff;
            padding-left: 5px;
        }

        .contact-info {
            margin-top: 5px;
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.8;
        }

        .contact-info i {
            margin-right: 10px;
            color: #1a73e8;
            width: 20px;
            text-align: center;
        }

        .copyright-section {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            font-size: 13px;
            opacity: 0.7;
        }

        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .footer-heading {
                margin-bottom: 15px;
            }
			.social-icons img{
            width: 100%;
            
			}
        }
  .responsive-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }

  .main-content {
    flex: 1 1 70%;
    min-width: 300px;
  }

  .sidebar {
    flex: 1 1 25%;
    min-width: 250px;
  }

  /* Adjust layout for smaller screens */
  @media (max-width: 768px) {
    .responsive-container {
      flex-direction: column;
    }
    
    .main-content, .sidebar {
      flex: 1 1 100%;
    }
  }