body {
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #FF0000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #d90000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #fbed21;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #030300;
  font-weight: bold;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: white;
}

#header.header-scrolled,
#header.header-pages {
  height: 85px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
/*   margin: 7px 0; */
  max-height: 60px;
}
.logo-header{
	padding: 0 !important;
}

.main-pages {
  margin-top: 60px;
}
@media (min-width: 1200px){
	.d-lg-block-2{
		display: block!important;
	}
	
}
@media (max-width: 1200px){
.d-lg-block-3{display: block!important;}
.mobile-nav-toggle{ display: block!important;}
.mobile-nav-active .mobile-nav{ display: block!important;}
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/


#banner{
	margin-top:80px; /* 	follow header height */
}

/*--------------------------------------------------------------
# common Section
--------------------------------------------------------------*/
#common{
	padding: 40px 0;
}
.common-btn{
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    padding: 10px 56px;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
}
 .common-btn:hover {
  background: #d90000;
  color: #fff;
} 

.common-btn-2 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    padding: 10px 16px;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    /* background: #FF0000; */
    color: #FF0000;
    border: solid 1px #FF0000;
}
 .common-btn-2:hover {
  background: #d90000;
  color: #fff;
} 
.common-btn-2 .icon-more {width:20px !important}


.button-circle{
	border: solid 1px;
    padding: 10px;
    border-radius: 50px;
    color:#ff0000;
    margin-top:20px;
}
.button-circle:hover{
	color:#fbed21;
}
.button-circle .icon-more{
	width:25px !important;
}
.icon-more{
	width:30px !important;
}
.padding-left-add{
	padding-left:20px;
}
.padding-right-add{
	padding-right:20px;
}
.no-padding{padding:unset !important}
.no-margin{margin:unset !important}
.margin-left-add{margin-left:20px}

.margin-right-add{margin-right:20px}
.shade{
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.useful-link a{ color:#333}
.useful-link a:hover{ color:#ff0000}


button, html input[type=button], input[type=reset], input[type=submit] {
   	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    padding: 10px 56px;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    background: #FF0000;
    color: #fff;
    border: none;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0px 13px 0px 13px
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
/*   content: "\f107"; */
/*   font-family: FontAwesome; */
/*   padding-left: 10px; */
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
/*   content: "\f105"; */
/*   position: absolute; */
/*   right: 15px; */
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  color: #413e66;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Poppins', sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 40px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about p{
	text-align:center;
}

/* Our Business Section
--------------------------------*/
.bus{
  padding:100px 10px;
}
.bus-1{
	background:#f4f4f4;
	text-align: center;
}
.bus-2{
	background: url(../img/banner/img1.png) no-repeat center center ; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bus-3{
	background: url(../img/banner/img2.png) no-repeat center center ; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bus-4{
	background: url(../img/banner/img3.png) no-repeat center center ; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
@media only screen and (max-width: 1200px) and (min-width: 690px){
.bus{
	flex: 0 0 50%;
    max-width: 50%;
}	
}

.ourbusinesstbl{
	height: 100%;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    width:100%;
    max-height: 53px;
}
.ourbusinesstbl-1{
	width:80%
}
.ourbusinesstbl-2{
	width:20%
}


/* ***************************************************************************************** */
/* news & event section & pages*/
/* ***************************************************************************************** */
#news{padding: 40px 0;}
.news-date{color:#fbed21;}
.news-content{padding:10px;}
.news-content p{font-size:14px;}
.news-content .icon-more {float:right;}
.news{padding: 20px;}
.news h5{font-weight:bold;}
.news span{color:#ff0000;font-weight:bold;}
.news-img{max-width:150px;margin-bottom: 10px;}
.news-tab{font-size:20px;color:#333;}
.ui-tabs-active{ color: #ff0000;}
.tab-text{padding-left:10px;padding-right:10px;}

/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   news - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
  color: #ffffff;
  padding: .6rem .8rem;
  border: 2px solid #ff0100;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #ff0100;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

.card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

/*------/ news Grid /-----*/

.news-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.news-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.news-grid .grid-option .custom-select:hover,
.news-grid .grid-option .custom-select:active,
.news-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.news-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ news Single /-----*/

.gallery-news {
  margin-bottom: 3rem;
}

.news-price {
  margin: 0 auto;
}

.news-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.news-agent .title-agent {
  font-weight: 600;
}

.news-agent ul {
  line-height: 2;
  color: #000000;
}

.news-agent .socials-a {
  text-align: center;
}


/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #fbed21;
  border: 0px solid #fbed21;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff0100;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff0100;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #ff0100;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/* ***************************************************************************************** */
/* Contact Us Section
/* ***************************************************************************************** */


#contact-us{
	 padding: 40px 0;
}

#contact-us span{
	color:#FF0000;
	font-size:21px;
	
}

#contact-us p{
	margin: 0 0 5px 0;
}

#map .container-fluid{padding:unset;}

.contact-us p{ margin: 0 0 10px 0;}
.contact-us h5{ margin: 0 0 10px 0; color:#FF0000;}

/* ***************************************************************************************** */
/* corporate governance page */
/* ***************************************************************************************** */

.CorpGov{
	padding: 10px 100px;
}
@media (max-width: 780px){
	.CorpGov{
		padding: 10px 20px;
}
}
.CorpGov-content{
	padding-bottom: 40px;
	padding-top: 20px;
	border-bottom:solid 1px #adb5bd;
}
.CorpGov-content a{
	color:#333;
}
.CorpGov-content .icon-more{
	float:right;
}
@media only screen and (max-width: 1000px) and (min-width: 690px){
.CorpGov{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}


.cg-table{width:100%;}

/* ***************************************************************************************** */
/* Whisthle blowing page */
/* ***************************************************************************************** */
.whistle p{margin: 0 0 10px 0;}
.whistle h4{color:#FF0000;}
.whistle1{background: #f4f4f4;padding:20px;}
.whistle2{padding:20px;}


/* ***************************************************************************************** */
/* business activities section */
/* ***************************************************************************************** */


.market1{
	background: #f4f4f4;
    padding: 20px;
}
.market2{
	padding: 20px;
}
.market2 a {
	color:#333;
}

/* ***************************************************************************************** */
/* Bod page */
/* ***************************************************************************************** */

.bod{
	padding:20px;
}
.bod-1{
	padding:20px;
}
.bod-2{
	padding:20px;
}
.bod p{
    margin: 0 0 20px 0;
    text-align:justify;
}



/* ***************************************************************************************** */
/* corporate directory page */
/* ***************************************************************************************** */


#corporate-dir .demo{ background: #eee; }
#corporate-dir a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
#corporate-dir .tab .nav-tabs{
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    border: none;
}
#corporate-dir .tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
    min-width: 100%;
    padding: 20px 20px;
}
#corporate-dir .tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    background: none;
    color: #999;
    border: none;
/*     border-radius: 50px; */
    transition: all 0.5s ease 0s;
}
#corporate-dir .tab .nav-tabs li:hover{
    background: #ffa399;
    color: #fff;
    border: none;
    
}
#corporate-dir .tab .nav-tabs li.active ,
#corporate-dir .tab .nav-tabs li.active a,
#corporate-dir .tab .nav-tabs li.active:focus,
#corporate-dir .tab .nav-tabs li.active:hover{
    border: none;
    background: #fbed21;
    color: #f00;
}
#corporate-dir .tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: left;
    padding: 5px 20px;
}
#corporate-dir .tab .tab-content h3{
    font-size: 22px;
    color: #5b5a5a;
}
@media only screen and (max-width: 480px){
  #corporate-dir  .tab .nav-tabs{
        border-radius: 10px;
    }
   #corporate-dir .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    #corporate-dir .tab .nav-tabs li{
    	padding: 5px 20px;
    }
}


/* ***************************************************************************************** */
/* ir section */

/* ***************************************************************************************** */



/* ******************************** */
/* top menu */
/* ******************************** */

.top-menu{
	padding:20px;
	text-align:center;
}
.top-menu a{color:#444444;}
.grey-bg{
	background:#f4f4f4;
}

@media (max-width:600px){
	.top-menu{
		width:50%!important;
	}
}


/* ******************************** */
/* stock information section */
/* ******************************** */

#stock{
	padding: 40px 0;
}




/* ******************************** */
/* Announcement Section
/* ******************************** */
#ann{
	background: url(../img/banner/IR-bursa-banner.png) no-repeat center center ; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 20px 0;
}
#ann h3{color:#333;text-align:left;}
.ann{
	padding:0;
}
.ann-1{
	text-align: center;
	padding:100px 10px !important
}

@media only screen and (max-width: 1200px) and (min-width: 690px){
.ann{
	flex: 0 0 50%;
    max-width: 50%;
}	
}

.anntbl{
	height: 100%;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    background: #fff;
    border-right: solid 1px #f4f4f4;
}
.anntbl-1{
	width:80%;
	padding: 10px;
}
.anntbl-2{
	width:20%
}
@media only screen and (max-width: 1200px){
	.ann-1{
		padding: 10px 10px !important;
	}
	#ann h3{text-align:center !important;}
	
}
/* ******************************** */
/* financial section */
/* ******************************** */

#financial{
	padding: 40px 0;
}
.latest-fin{
	padding:15px;
}
.latest-fin-1{
	background: url(../img/banner/IR_report1.png) no-repeat center center ; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding:28px 0px;
  	max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#financial p{
	 margin:0;
	 text-align:left;
	 font-weight:bold;
}

/* ******************************** */
/* chairman letter shareholder sections */
/* ******************************** */

.shareholder{color:#ff0000;background: #f4f4f4;text-align:justify;padding:20px;}
.shareholder span{font-size:20px;font-weight:bold;}
.shareholder-pararaph h5{color:#ff0000;}

/* ******************************** */
/* Latest Annual page */
/* ******************************** */

.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  padding: 10px 0;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li> a {
  margin: 0px 20px;
}
.tabbable-line > .nav-tabs > li> a.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
/* ******************************** */
/* IR COntact page */
/* ******************************** */
.ircontact p{
	margin: 0 0 5px 0;
}

/* ******************************** */
/* management and analysis page */
/* ******************************** */
.sub-title{color:#ff0000;font-weight:bold;}
.mgt{width:100%;margin-bottom:20px;}
.mgt th{background: #808285; color:white;vertical-align:top;}
.mgt td , .mgt th{padding:10px;border:solid 1px #808285; text-align:center;border: 1px solid #6c6464 !important;}
.below-line{border-bottom:1px solid white;}

/* Why Us Section
--------------------------------*/

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#join-us {
 	background: url(../img/banner/banner2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  	padding: 40px 0;
}

#join-us .cta-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

#join-us .cta-text {
  color: #fff;
}

#join-us .cta-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#join-us .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}



/* Frequently Asked Questions Section
--------------------------------*/

#milestone {
  padding: 60px 0;
  overflow: hidden;
}

#milestone #milestone-list {
  padding: 0;
  list-style: none;
}

#milestone #milestone-list li {
  border-bottom: 1px solid #ebebeb;
}

#milestone #milestone-list a {
  padding: 22px 0;
  display: block;
  color:#000 !important;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1;
  padding-right: 20px;
}

#milestone #milestone-list i {
  font-size: 34px;
  position: absolute;
  right: 0;
  top: 20px;
}

#milestone #milestone-list i.fas{
	position: static;
    font-size: 20px;
    color: #fe2405;
    padding: 0px 10px;
    float: right;
    padding-top: 3px;
}

#milestone #milestone-list p {
  margin-bottom: 20px;
}

#milestone #milestone-list a.collapse {
  color: #1bb1dc;
}

#milestone #milestone-list a.collapsed {
  color: #000;
  font-weight:bold;
}

#milestone #milestone-list a.collapsed i::before {
  content: "\f2c7" !important;
}

.milestone-table td{
	vertical-align:top;
	padding: 20px 5px;
    border-top: dotted 1px #ebebeb;
}
.milestone-table-1{width:150px;}
.milestone-table-2{text-align:left;}


/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 20px 0;
  font-size: 14px;
  background: #4D4D4D;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f5f8fd;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #535074;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1bb1dc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #join-us .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}


