@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
.btn {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #FF3300;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Global */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/bg.jpg) repeat;
  color: #333333;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.mt-35 {
  margin-top: 35px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF !important;
}

/* Main */
.page-wrapper {
  max-width: 1000px;
  background: #FFF;
  margin: 8px auto;
  padding: 3px 10px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

/* ekko-lightbox */
.ekko-lightbox .modal-header {
  display: block;
  background: #CC3366;
}

.ekko-lightbox .modal-title {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 0;
}

.ekko-lightbox .close {
  outline: none;
  opacity: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #CC3366;
}

/* header */
.header .top-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .top-header .logo .logo-img {
  width: 330px;
  margin: 5px 0;
}

.header .top-header .social-link {
  margin: 0 0 10px;
}

.header .top-header .social-link li {
  display: inline-block;
  margin: 0 5px 0;
}

.header .navbar-toggler {
  display: none;
  border: 0 solid #333333;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 30px 15px;
  padding: 0;
  outline: none;
}

.header .navbar-toggler.menuicon {
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header .navbar-toggler.menuicon span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header .navbar-toggler.menuicon span:nth-child(1) {
  top: 0px;
}

.header .navbar-toggler.menuicon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .navbar-toggler.menuicon span:nth-child(3) {
  bottom: 0;
}

.header .navbar-toggler.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .navbar-toggler.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header .navbar-toggler.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .menu-bar {
  background: url(../images/menu-bg.jpg) repeat-x;
}

.header .menu-bar .navbar-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu-bar .navbar-nav > li {
  margin: 0px;
  font-weight: 400;
}

.header .menu-bar .navbar-nav > li > a {
  font-size: 12px;
  padding: 10px 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  color: #CC3366;
}

.header .menu-bar .navbar-nav > li > a:hover, .header .menu-bar .navbar-nav > li > a.active {
  background-color: transparent;
  color: #FF3300;
  position: relative;
}

.header .menu-bar .navbar-nav > li:hover > a {
  color: #FF3300;
}

@media only screen and (max-width: 767px) {
  .header .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .menu-logo img {
    max-width: 100px;
  }
  .header .navbar-toggler {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar-brand {
    width: calc(100% - 70px);
  }
  .header .navbar-brand .logo .logo-img img:first-child {
    width: 40px;
  }
  .header .navbar-brand .logo .logo-img img:last-child {
    width: 200px;
  }
  .header .navbar-toggler.menuicon {
    width: 30px;
    margin: 23px 0;
  }
}

/* footer Start */
footer {
  background: #f6decd;
  color: rgba(255, 255, 255, 0.75);
  padding: 5px 0;
  color: #333333;
}

footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

footer a {
  color: #333333;
}

footer ul {
  width: 50%;
  margin: 0;
}

footer ul.footer-link {
  margin-bottom: 0;
}

footer ul.footer-link li {
  display: inline-block;
  margin: 0 5px;
}

footer .copywrite {
  width: 50%;
  text-align: right;
}

footer .copywrite p {
  margin: 0;
}

/* footer End */
/* scroll top Start */
button.back-to-top {
  background: transparent;
  border: none;
  outline: none;
  bottom: 15px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
}

/* scroll top End */
/* page-banner-section */
.page-banner {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
}

.page-banner .page-banner-slider {
  position: relative;
  padding: 0;
  margin: 0;
}

.page-banner .page-banner-slider li {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.page-banner .page-banner-slider li:first-child {
  display: block;
}

@media screen and (min-width: 1000px) {
  .page-banner .page-banner-slider {
    min-height: 306px;
  }
}

/* home-top-section  */
.home-top-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-top-section .image-thumb {
  width: 25%;
  margin: 0 20px 20px;
}

.home-top-section .image-thumb img {
  margin-bottom: -3px;
}

.home-top-section .image-thumb:last-child {
  margin-right: 0;
}

.home-top-section .image-thumb figcaption {
  background: #f9ead5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.home-top-section .image-thumb figcaption h6 {
  color: #CC3366;
  font-size: 11px;
  font-weight: bold;
}

.home-top-section .image-thumb figcaption span {
  margin-right: 15px;
}

/* home-bottom-section  */
.home-bottom-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-bottom-section .box-content {
  width: 25%;
  margin-right: 40px;
}

.home-bottom-section .box-content:last-child {
  margin-right: 0;
}

.home-bottom-section .box-content.other img {
  padding: 5px 15px 15px;
}

.home-bottom-section .box-content .link {
  display: block;
  text-align: right;
  text-decoration: underline;
}

.home-bottom-section .box-content h4 {
  font-size: 12px;
  font-weight: 600;
  color: #CC3366;
  background: #d2c1a7;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin: 0 0 10px;
}

.home-bottom-section .box-content ul {
  margin: 0;
}

.home-bottom-section .box-content ul li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 2px dotted #d2c1a7;
}

.home-bottom-section .box-content ul li:last-child {
  border: none;
}

.home-bottom-section .box-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/bullet-arrow.gif) no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}

.home-bottom-section .box-content ul li a {
  text-decoration: underline;
}

.home-bottom-section .box-content ul li a:hover {
  color: #FF3300;
}

.home-bottom-section .box-content .event-lists {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.home-bottom-section .box-content .event-lists .event-ticker {
  height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-bottom-section .box-content .event-lists .event-ticker li {
  position: absolute;
  padding: 0;
}

.home-bottom-section .box-content .event-lists .event-ticker li:last-child {
  border-bottom: 2px dotted #d2c1a7;
}

.home-bottom-section .box-content .event-lists .event-ticker li::before {
  display: none;
}

.home-bottom-section .box-content .event-lists .event-ticker li a {
  display: block;
  padding: 20px 0;
  color: #CC3366;
}

/* main-content */
.main-content {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  /* about-page */
  /* magazine-page */
  /* event-page */
  /* contact-page */
  /* download-content" */
}

.main-content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content .left-content {
  width: 25%;
  max-width: 220px;
}

.main-content .left-content h4 {
  font-size: 12px;
  font-weight: 600;
  color: #CC3366;
  background: #d2c1a7;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin: 0 0 10px;
}

.main-content .left-content ul li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 2px dotted #d2c1a7;
}

.main-content .left-content ul li:first-child {
  border-bottom: 2px dotted #d2c1a7 !important;
}

.main-content .left-content ul li:last-child {
  border: none;
}

.main-content .left-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/bullet-arrow.gif) no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}

.main-content .left-content ul li a {
  text-decoration: underline;
}

.main-content .right-content {
  width: 75%;
  margin-left: 40px;
}

.main-content .right-content h4 {
  font-size: 12px;
  font-weight: 600;
  color: #CC3366;
  margin: 0 0 20px;
}

.main-content.about-page .about-content a {
  text-decoration: underline;
}

.main-content.about-page .about-content .committee-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 50px;
}

.main-content.about-page .about-content .committee-lists .committee-list {
  width: calc(100% / 4);
  text-align: center;
  margin-bottom: 30px;
}

.main-content.about-page .about-content .committee-lists .committee-list h5 {
  font-size: 11px;
  margin: 10px 0 0;
}

.main-content.about-page .about-content .committee-lists .committee-list p {
  margin: 0;
}

.main-content.about-page .about-content .trustees-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 80px;
}

.main-content.about-page .about-content .trustees-lists .trustees-list {
  width: calc(100% / 2);
  text-align: center;
  margin-bottom: 30px;
}

.main-content.about-page .about-content .trustees-lists .trustees-list h5 {
  font-size: 11px;
  margin: 10px 0 0;
}

.main-content.about-page .about-content .trustees-lists .trustees-list p {
  margin: 0;
}

.main-content.magazine-page .magazine-content .magazine-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list {
  position: relative;
  width: calc(100%/4);
  text-align: center;
  margin-bottom: 20px;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list .image-media {
  padding: 10px 0;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list .image-media p {
  margin: 15px 0 0;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list .overlay {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(204, 51, 102, 0.85);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list .overlay a {
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list:hover .overlay {
  opacity: 1;
}

.main-content.magazine-page .magazine-content .magazine-lists .magazine-list:hover .overlay a {
  opacity: 1;
  top: calc(50% - 20px);
}

.main-content.event-page .event-content .event-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-content.event-page .event-content .event-lists .event-list {
  position: relative;
  width: calc(100%/4);
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.main-content.event-page .event-content .event-lists .event-list p {
  margin: 10px 0 0;
}

.main-content.event-page .event-content .event-lists .event-list .overlay {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(204, 51, 102, 0.85);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content.event-page .event-content .event-lists .event-list .overlay a {
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content.event-page .event-content .event-lists .event-list:hover .overlay {
  opacity: 1;
}

.main-content.event-page .event-content .event-lists .event-list:hover .overlay a {
  opacity: 1;
  top: calc(50% - 20px);
}

.main-content.contact-page .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content.contact-page .right-content .address-content {
  width: 60%;
}

.main-content.contact-page .right-content .address-content ul {
  margin: 20px 0;
}

.main-content.contact-page .right-content .address-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.main-content.contact-page .right-content .address-content ul li .heading {
  min-width: 110px;
  font-size: 11px;
  color: #000;
  font-weight: 600;
}

.main-content.contact-page .right-content .address-content ul li .description h5 {
  font-size: 11px;
  color: #000;
  margin: 0 0 10px;
}

.main-content.contact-page .right-content .address-content ul li .description p {
  margin: 0;
}

.main-content.contact-page .right-content .address-map {
  width: 40%;
}

.main-content.contact-page .right-content .address-map iframe {
  margin-bottom: 10px;
}

.main-content.contact-page .right-content .address-map a {
  text-decoration: underline;
}

.main-content .download-content {
  width: 100%;
}

.main-content .download-content h4 {
  font-size: 12px;
  font-weight: 600;
  color: #CC3366;
  background: #d2c1a7;
  padding: 10px;
}

.main-content .download-content .download-inner {
  padding-top: 20PX;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-content .download-content .download-inner .download-thumb {
  position: relative;
  width: calc(100% / 5);
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.main-content .download-content .download-inner .download-thumb .image-media img {
  border: 1px solid #00BECF;
}

.main-content .download-content .download-inner .download-thumb .overlay {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(204, 51, 102, 0.85);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content .download-content .download-inner .download-thumb .overlay a {
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-content .download-content .download-inner .download-thumb:hover .overlay {
  opacity: 1;
}

.main-content .download-content .download-inner .download-thumb:hover .overlay a {
  opacity: 1;
  top: calc(50% - 28px);
}

/* investor-content */
.investor-content ul {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.investor-content ul li {
  width: calc(50% - 30px);
  margin: 0 15px 15px;
  padding: 10px;
  background: #f6decd;
  border-radius: 5px;
}

.investor-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.investor-content ul li a img {
  width: 30px;
  margin-right: 15px;
}
/*# sourceMappingURL=main.css.map */