@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|Oswald&display=swap');
/* CSS Document */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #FFFFFF;
  color: #666666;
}
a {
  color: #FD5600;
  transition: 0.5s;
}
a :hover, a :active, a :focus {
  color: #FD5600;
  outline: none;
  text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-style: italic;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  color: #FF5700;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  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: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-bottom: -17px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
}
#header .dropdown-menu {
  z-index: 1021;
}
.navbar-brand {
  height: 100px;
  margin-top: -65px;
}
.nav-item {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  margin-right: -5px;
  margin-left: -5px;
}
#bg_top {
  height: 50px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Header */
.navbar {
  background-color: hsla(14, 100%, 57%, 0.90);
  -webkit-box-shadow: 0px 0px 5px -1px;
  box-shadow: 0px 0px 5px -1px;
}
.navbar .navbar-brand {
  color: #FFFFFF;
  -webkit-box-shoadow: 0px 0px;
  box-shadow: 0px 0px;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: #000000;
}
.navbar .navbar-text {
  color: #FFFFFF;
}
.navbar .navbar-text a {
  color: #000000;
}
.navbar .navbar-text a:hover, .navbar .navbar-text a:focus {
  color: #000000;
}
.navbar .navbar-nav .nav-link {
  white-space: nowrap;
  color: #ffffff;
  border-radius: 0.5em;
  margin: 0.3em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: darkorange;
  border-color: #ffd600;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #ffd600;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #ffd600;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #ffd600;
}
.navbar .navbar-toggle {
  border-color: #ffd600;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #ffd600;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #ffffff;
}
.navbar .navbar-collapse, .navbar .navbar-form {
  border-color: #ffffff;
}
.navbar .navbar-link {
  color: #ffffff;
}
.navbar .navbar-link:hover {
  color: #000000;
}
/*----------------*/
.breadcrumb {
  font-family: 'Oswald', sans-serif;
}
.breadcrumb a:hover {
  color: black;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Hero
--------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../images/bg.png") top center fixed;
  background-size: cover;
}
#hero .hero-container {
  background: hsla(30, 100%, 100%, 0.30);
  display: table-cell;
  margin: 0;
  padding: 0 0;
  text-align: center;
  vertical-align: middle;
}
#hero h1, h2 {
  font-weight: bolder;
  color: #FF6700;
  text-shadow: 1px 1px 2px #000000;
}
#hero .h5 {
  color: black;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.50);
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 5px;
}
.cd-img-show {
  -webkit-box-shadow: 0px 0px 0px 5px #FFFFFF;
  box-shadow: 0px 0px 0px 5px #FFFFFF;
}
.cd-img-show:hover {
  -webkit-box-shadow: 0px 0px 5px 5px #FF8C00;
  box-shadow: 0px 0px 5px 5px #FF8C00;
}
/* BG000
--------------------------------*/
.list-font {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  padding: 8px;
}
.list-group-item.active {
  background-color: #FF8C00;
  border-color: #FF8C00;
}
a.list-group-item:hover {
  background-color: dimgray;
  color: aliceblue;
}
/* BG002
--------------------------------*/
#bg002 th, td.table-warning{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
#bg002 td{
	font-size: 16px;
}

#bg002 li {
	font-family: 'Oswald', sans-serif;
	font-style:normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bg002 ul {
	font-style: italic;
}
#bg002 ol {
	margin-left: -35px;
}
/* BG003 Process introduction
--------------------------------*/
#bg003 {
	
}
#bg003
/* BG004 Requlatory res
--------------------------------*/
#bg004 .card-body {
    font-style: italic;
    text-align: justify;
}
/* BG005
--------------------------------*/
#bg005 {
	
}
/* BG006
--------------------------------*/
#myTab{
	padding-left: 15px;
    color: aliceblue;
    background-color: #E9ECEF;
}
#faq1-tab, #faq2-tab, #faq3-tab, #faq4-tab{
	font-size: 16px;
}

/* About Us Section
--------------------------------*/
/* Call To Action Section
--------------------------------*/
/* Call To Action Section
--------------------------------*/
/* Facts Section
--------------------------------*/
/* Portfolio Section
--------------------------------*/
/* Clients Section
--------------------------------*/
/* Testimonials Section
--------------------------------*/
/* Team Section
--------------------------------*/
/* Contact Section
--------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  margin-top: 30px;
  padding: 0 0 30px 0;
  color: #FFFFFF;
  font-size: 14px;
}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  border-left: 4px solid #FD5600;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #eee;
}
.footer-links {
  font-family: 'Oswald', sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  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: #FD5600;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: #555;
}
#footer .footer-top h4::after {
  background: #FD5600;
  width: 60px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding-right: 0px;
  padding-left: 35px;
  text-indent: -10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #FD5600;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #FD5600;
  text-decoration: none;
}
#footer .footer-contact strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  text-indent: 0px;
}
/* icon */
.fa-line {
  border: none;
  color: grey;
  padding-top: 0px;
  margin-top: -7px;
  margin-bottom: -10px;
  padding-bottom: 0px;
}
.fa-line:before {
  content: "";
  display: block;
  background: url("../images/Line.svg") no-repeat;
  width: 34px;
  height: 34px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 22px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    text-indent: 32px;
  }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  body {
    font-size: 16px
  }
  P {
    text-indent: 34px;
  }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 17px
  }
  p {
    text-indent: 36px;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  nav, .dropdown-item {}
  body {
    font-size: 19px;
  }
  p {
    text-indent: 38px;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  nav, .dropdown-item {
    font-size: 16px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  body {
    font-size: 20px;
  }
  p {
    text-indent: 40px;
  }
}