
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.text { FONT-SIZE: 12px; LINE-HEIGHT: 160%; }
.atext { COLOR: #034099;  TEXT-DECORATION: none }
.tittle1 { padding-left: 50px; padding-top: 18px; font-size: 30px; color: #ffffff; FONT-FAMILY: "Arial Black"}
.large1 { FONT-SIZE: 24px; LINE-HEIGHT: 20px;}
.indetail { BORDER-TOP: #e2e2e2 1px solid; FONT-SIZE: 12px; LINE-HEIGHT: 150%; HEIGHT: 26px }

div.top1 { padding-left: 50px; padding-top: 5px; padding-bottom:16px; overflow: hidden;}
div.Header0 { background-color: #034099; padding-top: 5px; height: 90px; border-style:solid; border-width:1px 1px 1px 1px; border-color:#ffffff;}

nav.navbar { padding: 0; margin-left:700px;}
nav.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
nav.navbar li { position: relative; }
nav.navbar>ul>li { white-space: nowrap; padding: 0px 0 8px 28px;}
nav.navbar a,
nav.navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 0 3px; font-family: var(--font-secondary); font-size: 16px; font-weight: 500; color: #ffffff; white-space: nowrap; transition: 0.3s; position: relative;}

A { COLOR: #034099; TEXT-DECORATION: none }
A:parentlink { text-decoration: none; COLOR: #cccccc; FONT-SIZE: 14px}
A:hover { COLOR: #aaaaaa; TEXT-DECORATION: none }
A:visited { COLOR: #bbbbbb }

img.pic1 { width: 358px; height: 269px; }
img.pic2 { width: 240px; height: 240px; }
	
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;  
  padding: 0px 0 0 0;
}
.hero .circle {
  color: #034099;
}
.hero h2 {
  font-size: 60px;  
  margin-bottom: 20px;
  margin-left: 50px;
  color: #1b2e35;
  text-transform: uppercase;
}
.hero h3 {
  font-size: 22px;
  margin-left: 50px;
}
.hero p {
  color: rgb(92 92 92 / 80%);
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 50px;
}
.hero .start {
  margin-left: 50px;
  padding-bottom:20px;
}

/*--------------------------------------------------------------
# div icon-box
--------------------------------------------------------------*/
div.rowlist1 {
  margin-left: 50px;
  position: relative;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
div.container1 {
  margin-top: 520px;
  border-style:solid; border-width:1px 1px 1px 1px; border-color:#ffffff;
}

div.section-header {
  text-align: center;
  padding-bottom: 30px;
}

div.rowlist2 {
  margin-left: 50px;
  position: relative;
}

.gray-li {
  color: #034099;
  background-color: #f7f7f7;
}

.gray-li li {
  padding-top: 5px; 
  padding-bottom:5px;
}

.gray-li li a {
  color: #727292;
}


/*--------------------------------------------------------------
# Start Counter Section
--------------------------------------------------------------*/
div.container2 {
  margin-top: 120px;
  border-style:solid; border-width:1px 1px 1px 1px; border-color:#ffffff;
}

div.container2v {
  margin-top: 20px;
  border-style:solid; border-width:1px 1px 1px 1px; border-color:#ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-section {
  margin-top: 0px;
  position: relative;
  background: linear-gradient(rgb(3 3 3 / 95%), rgb(0 0 0 / 90%)), url(../image/cta-bg.jpg) center center;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #111111;
}

div.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-left: 50px;
}

.footer-content {
  margin: 20px 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}


.divh1 {
  font-size: 28px;  
  color: #034099;
  FONT-FAMILY: "Arial Black"
}

.fth3 {
  color: #afafaf;
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
}

.footer-ul {
  margin-left: 30px;
}

.footer-ul li {
  padding-top: 2px; 
  padding-bottom:2px;
}


.footer-text {
  font-size: 12px;
  color: #7e7e7e;
  line-height: 18px;
  vertical-align: middle;
}

.footer-menu {
  margin-bottom: 50px;
  vertical-align: middle;
}

.footer-menu li {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}

.footer-menu li a:hover {
  color: #000000;
}

.copyright-area {
  padding: 20px 0;
}

div.container4 {
  margin-top: 120px;
  border-style:solid; border-width:1px 1px 1px 1px; border-color:#ffffff;
}


/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/

td.fw1 {
  border-style:solid; 
  border-width:1px 1px 1px 1px; 
  border-color:#afafaf; 
  vertical-align:top;
  padding:5px 10px 5px 10px;
}

td.fw1 a {
  color: #999999;
}