@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;    
	margin:0 auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(40, 139, 196, 0.4);
  height: 94px;
}

#header.header-transparent {
 /* background: transparent;*/
}

#header.header-scrolled {
  background: rgba(40, 139, 196, 0.99);
  height: 70px;
}

#header .logo {
  font-size: 34px;
  margin: 0;
  padding: 0;  
  font-weight: 700;
  letter-spacing: 3px; 
}

#header .logo a {
  color: #fff;
}
#header .logo img
{
	    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width:100%;
}
#header.header-scrolled .logo img {
  width:60%;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
	    
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 22px;  
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffa500;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #666666;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #18d26e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 60px;
  right: 30px; 
  left: 30px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #18d26e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #18d26e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#vision-mission
{
	
	background:url(../images/vm-banner.jpg) no-repeat center;
	padding: 280px 0px 200px 0px;
	position: relative;
    width: 100%;
    background-size: cover;
}
#vision-mission .row
{
	/*position: absolute!important;*/
   /* height: 100%!important;*/
    text-align: center!important;
    width: 100%!important;
}

#vision-mission .vision-bg
{
	/*background:url(../images/vision-bg.jpg) no-repeat center;*/
    /*background-size: cover;height: 100%!important;
	position:relative;color:#fff;*/
}
#vision-mission .mission-bg
{
	/*background:url(../images/mission-bg.jpg) no-repeat center;*/
    /*background-size: cover;height: 100%!important;
	position:relative;color:#fff;*/
}
#vision-mission  .vertical-middle
{
	z-index: 9;
    position: relative;
    /*display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;*/
}
h2
{
	font-size: 42px;color: #ffa500;
    margin-bottom: 38px;
	text-shadow: 5px 5px 5px #000000;
	position:relative;padding-bottom:20px;
}
h2:before {
     position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: "";
    left: 50%;
    margin-left: -20px;
    background-color: #ffa500;
}

#vision-mission  .vertical-middle p
{
	font-size: 24px;
    margin-bottom: 0px;    
    line-height: 40px;
	letter-spacing:1px;
	    color: #ebebeb;
}
.overlay-dark
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;   
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	background-color: rgba(0,0,0,0.52);
}

#annual-report
{
	background:url(../images/ar-bg.jpg) no-repeat center;
    background-size: cover;padding:160px 0px;color:#fff;
	position:relative;color:#fff;text-align:center;
	background-attachment:fixed;    background-position: top center
}
#annual-report .container
{
	position:relative;z-index:99;
}
.download-button, .readmore-button
{
	text-transform: uppercase;
    font-weight: 500;   
    display: inline-block;
    padding: 13px 26px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
	text-decoration:none;
}
.readmore-button
{
	 border: 2px solid #298bc6;
    color: #298bc6;
}
.download-button:hover, .readmore-button:hover {
    background: #298bc6;color: #fff;
    border: 2px solid #298bc6;
}

footer
{
	background-color: #1e1e1e;	
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #9a9a9a;
    text-align: center;
	padding:40px 0px;
}
#chairman-statement h4
{
	color: #298bc6;
    text-align: left;
    font-weight: 600;
    margin-top: 30px;
	font-size:20px;
	line-height:24px;
}
#chairman-statement h3 {
    color: #298bc6;
    text-align: left;
    font-weight: 600;
    margin-top: 30px;
    font-size: 26px;
    line-height: 32px;
	margin-bottom:14px;
}
#chairman-statement, #conversation-gmd
{
	margin:80px 0px;
}
#chairman-statement .row.g-0, #conversation-gmd .row.g-0
{
	    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
#chairman-statement .pd40, #conversation-gmd .pd40
{
	padding:40px 30px;text-align:center;
}

#chairman-statement p, #conversation-gmd p
{
	font-size: 22px;
    margin-bottom: 0px;
    line-height: 32px;
    letter-spacing: 1px;  
	font-style:italic;     
}

#chairman-statement p
{
	text-align:left;
}
#chairman-statement h2, #conversation-gmd h2
{
	text-shadow:none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #333;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298bc6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



@media (max-width: 1399.98px) 
{
	
}

@media (max-width: 1199.98px) { }

@media (max-width: 991.98px) 
{ 
  
	
}
@media (max-width: 767.98px) 
{ 
  #vision-mission
  {
	  min-height:inherit !important;
  }
  #vision-mission .row
  {
	  position:static;
  }
  #chairman-statement h2, #conversation-gmd h2
  {
	  font-size:35px;
  }
}

@media (max-width: 575.98px) 
{
 
	
}
@media (min-width: 1500px) 
{ 
  #vision-mission .vertical-middle
  {
	  width:70% !important;
  }
}

@media (min-width: 1200px) 
{
 	
}

@media (min-width: 768px) and (max-width: 1199.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) 
{
 	
}
@media (min-width: 992px) 
{ 
 
}

@media (min-width: 768px) 
{
  #vision-mission .vertical-middle
  {
	  width:78%;margin:0 auto;
  }
  .vertical-align {
    display: flex;
    align-items: center;
 }
}

@media (min-width: 576px) { }




@media (max-width: 400px) 
{
	
}





