@charset "UTF-8";

a.logo {
    background: url("../img/logo_ics.png") top left no-repeat;
    background-size: 175px 55px;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    
    position:fixed;
    /*background-color: rgb(56, 92, 148);*/
    top: 0px;
}
a.logo_mobile {
    background: url("../img/logo_ics.png") center no-repeat;
    background-size: 50px 35px;
    width: 100%;
    height: 40px;
    top: 0;
    position:fixed;
    background-color: white;
    z-index: 100;
}
h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ffffff;
	font-size: 1.5em;
	margin-top: 1px;
	margin-left: 90px;
	/*background-size: 158px 55px;*/
	/*background-color: rgb(56, 92, 148);*/
	display: block;
	position:fixed;
	top: 0px;
}
h2{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: black;;
	font-size: 1.3em;
	text-align: center;
	position: relative;
}
h3{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:white;
	font-size: 1.3em;
	text-align: center;
	position: relative;
}
h4{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: #FABC69;
	font-size: 1.0em;
	border-color: #FABC69;
	border-style: solid;
  	border-width: 1px;
	border-radius: 8px;
    position: relative;
}
h5{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;;
    text-align: left;
	font-size: 1.0em;

	position: relative;
}

body{
/*background-color: #f8f8ff;*/
background-image: url("../img/body_bg.jpg");
background-attachment:fixed
}

/* topup menu class */
ul.topup_menu {
 	list-style-type: none;
  /*background-image: linear-gradient(#545b93, #4d73e4);*/
 	margin-top: 23px;
  	padding: 0;
  	overflow: hidden;
  	position: fixed;
  	top: 0px;
  	height: 55px;
  	width: 100%;
}
li.topup_menu {
	float: right;
	display: block;
} 
li.topup_menu img {
	padding-top: 3px;
  	width: 15px;
 	height: 15px;
}
li.topup_menu h {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  	color: #d3d9f5;
  	font-size: 0.8em;
  	padding-right: 20px;
  	padding-left: 5px;
}
li.topup_menu a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #FABC69;
    font-size: 0.8em;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
}
li.topup_menu a:hover:not(.active) {
    color: white;
}

/* top menu class */
ul.top_menu {
	background-color: #7e98e4;
    list-style-type: none;
    margin-left: -8px;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 100%;
}
li.top_menu {
	float: left;
} 
li.top_menu a {
	font-family: Arial, Helvetica, sans-serif;
    color: #d3d9f5;
    font-size: 0.9em;
    display: block;
    padding: 5px 26px;
    text-align: center;
    text-decoration: none; 
}
li.top_menu a:hover:not(.active) {
  color: white;
}
li.top_menu b {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color:#d3d9f5;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    right: 85px;
    padding: 5px 5px;
    overflow: auto;
}
li.active a{
  color: white;
}

/* Central post styles */
.column {
	height: 430px;
  	margin-top: 100px;
	overflow-y: auto;
  	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
 	float: left;
  	width: 50%;
  	
}
.column::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}
.row:after {
  	content: "";
  	display: table;
  	clear: both;
  	
}
div.column_left{
	height: 430px;
	padding: 2px 2px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;

}
div.column_left a:hover {
    color: #FABC69;
}
 a.main_title{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: white;
    font-size: 1.2em;
    font-weight: bolder;
    padding-top: 0px;
    text-decoration: none;
}
a.main_text{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: white;
    font-size: 1.0em;
    text-align: justify;
    text-decoration: none;
    padding: 2px 2px;
}  
.main_img_round{
 	height: 300px;
 	width: 450px;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
}

div.column_right::before{
	content: "";
	background-color: white;
	position: fixed;
	opacity: 0.3;
	width: 100%;
	margin-right: 10px;
  	height: 430px;
  	border-radius: 10px;

}
div.column_right{
	left: 5%;
	height: 430px;
	position: relative;
  	font-family: Arial, Helvetica, sans-serif;
  	text-align: justify;
  	font-size: 0.8em;
  	color: white;
}

div.column_right a:hover {
    color: #21130d;
}
 a.abstract_title{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: white;
    font-size: 1.0em;
    font-weight: bolder;
    padding: 5px 5px;
    text-decoration: none;
    position: relative;
}
 a.abstract_title:hover{
	color: #21130d;
}
 a.abstract_text{
	padding: 5px 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: white;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    position: relative;
}
 .abstract_img_round{
 	left: 5%;
 	height: 100px;
 	width: 150px;
 	padding: 5px 5px;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
    position: relative;
}

/* additional styles */
div.middle{
	height: 430px;
  	margin-top: 100px;
	overflow-y: auto;
  	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
	width: 100%;
  	padding: 2px 2px;
  	font-family: IBM Plex Sans,Roboto,sans-serif;
	font-size: 1.0em;
	color: white;
}
div.middle_back{
	height: 420px;
	width: 100%;
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
  	margin-top: 100px;
  	font-family: IBM Plex Sans,Roboto,sans-serif;
	font-size: 1.0em;
	color: white;
	text-align: justify;
	padding: 4px 4px;
}
.middle_back::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}
div.middle_back::before{
	content: "";
	background-color: white;
	position: fixed;
	opacity: 0.3;
	width: 98%;
	margin-top: -2px;
	padding: 2px 2px;
  	height: 430px;
  	border-radius: 10px;
}
a.middle_link{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	margin-left: auto;
    margin-right: auto;
	width: 250px;
    color: white;
    font-size: 1.2em;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px; 
    box-shadow: 0 0 9px #666; 
}
a.middle_link:hover:not(.active) {
    color: #545b93;
    background-color: #d3d9f5;
}
div.promo{
	height: 420px;
	width: 100%;
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
  	margin-top: 100px;
  	font-family: IBM Plex Sans,Roboto,sans-serif;
	font-size: 1.0em;
	color: black;
	text-align: justify;
	padding-top: 0px;
}
div.promo::before{
	content: "";
	background-color: white;
	position: fixed;
	width: 99%;
	margin-top: -2px;
  	height: 430px;
  	border-radius: 10px;
}
.promo::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}
 .about_img_round{
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	height: 200px;
 	width: 130px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
    position: relative;
}
 .services_img_round{
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	height: 80px;
 	width: 80px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
    position: relative;
}
 .news_img_round{
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	height: 100px;
 	width: 100px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
    position: relative;
}
 .article_img_round{
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	height: 350px;
 	width: 300px;
 	display: block;
    border-radius: 10px; 
    box-shadow: 0 0 7px #666; 
    position: relative;
}
/* bottom class */
div.bottom{
    background-color: #666;
    color: white;
    text-align: center;
    font-size: 0.7em;
	margin-top: 0px;
	margin-left: 0px;
  	padding: 2px 2px;
  	overflow: hidden;
  	height: 60 px;
    width: 100%;
}
