@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.otf");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/poppins/Poppins-Light.otf");
}

@font-face {
  font-family: "Poppins-Semi-Bold";
  src: url("../fonts/poppins/Poppins-SemiBold.otf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins/Poppins-Bold.otf");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
}

@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/montserrat/Montserrat-Thin.otf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/montserrat/Montserrat-Medium.otf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
}

@font-face {
  font-family: "Avenir-Next-LT-Pro-Bold";
  src: url("../fonts/avenir/AvenirNextLTPro-Bold.otf");
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.otf");
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/gilroy/Gilroy-Light.otf");
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.before-content-padding {
  padding-top: 100px;
}

.pl-50 {
  padding-left: 50px;
}

/* Mobile Menu */

.mobile-menu {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #233a77;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  font-family: Poppins-Thin;
  font-size: 15px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #ffffff !important;
  display: block;
  transition: 0.3s;
}

.sidenav a.active {
  font-weight: bold;
  font-size: 19px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* End Mobile Menu */

/* Header */
::placeholder {
  font-family: Poppins;
  font-size: 14px;
  opacity: 0.43;
}

.header {
  position: fixed;
  background: #233a77;
  width: 100%;
  opacity: 0.97;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px 0px #00000029;
  -moz-box-shadow: 0px 3px 6px 0px #00000029;
  box-shadow: 0px 3px 6px 0px #00000029;
}

.header > .row {
  position: relative;
  height: 100px;
}

.header img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 165px;
  width: 83px;
}

.collapse-container {
  padding-left: 15px;
}

.header-container {
  display: inline-block;
  padding-top: 35px;
}

.header-container-menu {
  display: inline-block;
}

.header-menu li:hover {
  color: #233a77;
  background: #ffffff;
  font-weight: bold;
  border-radius: 19px;
  transition: unset;
}

.header-menu {
  display: flex;
  list-style-type: none;
  padding: 0px;
  position: relative;
  bottom: 0;
}

.header-menu a {
  text-decoration: none;
}

.header-menu li {
  font-family: Montserrat-Regular;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  padding: 6px 12px;
  margin: 0px 8px;
}

.header-menu li a {
  color: inherit;
  text-decoration: none;
}

.header-menu li:last-child {
  border-right: unset;
}

.header-menu li.active {
  font-family: Montserrat-Bold;
  color: #233a77;
  background: #ffffff;
  font-weight: bold;
  border-radius: 19px;
}

.header form {
  display: inline-block;
}

.dropdown .dropdown-menu .dropdown-item {
  text-transform: unset;
  padding: 0.8rem 1rem;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  font-family: Montserrat-Regular;
  font-size: 14px;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  padding: 0;
  top: 33px;
  border-radius: 15px;
  overflow: hidden;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #233a77;
  color: #fff;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
}

.input-container {
  display: flex;
  margin-left: 30px;
  height: 35px;
}

.input-container input {
  width: 113px;
  border: 1px solid #000000a8;
  border-left: unset;
  outline: none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  font-family: Poppins;
  font-size: 15px;
  color: #000000a8;
  transition: 0.3s;
}

.icon {
  padding: 10px;
  color: #707070;
  text-align: center;
  border: 1px solid #000000a8;
  border-right: unset;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.contact-us-btn {
  font-family: Montserrat-Regular;
  font-size: 14px;
  background: #b3842d;
  border: 0;
  outline: none;
  padding: 3px 15px;
  color: #fff;
  border-radius: 16px;
}

.contact-us-btn:focus {
  outline: none;
}

.pull-right {
  position: absolute;
  right: 115px;
}

/* End Header */

/* Footer */

.footer {
  background-color: #233a77;
  padding: 40px 0px;
  color: #fff;
  overflow: hidden;
  height: 290px;
}

.footer img {
  float: right;
  margin-right: 90px;
  width: 110px;
  margin-top: 45px;
}

.contact-container .contact-us {
  font-family: Montserrat-Bold;
  font-size: 14px;
  padding-left: 0px;
}

.contact-container p {
  position: relative;
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 28px;
  max-width: 420px;
  padding-left: 22px;
}

.contact-container i {
  position: absolute;
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
  top: 5px;
  left: -2px;
}

.contact-container .contact-detail {
  margin-left: 19px;
}

.information-container {
  padding-top: 20px;
}

.information-container p {
  font-size: 14px;
  margin-bottom: 10px;
}

.information-container ul {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}

.information-container ul li a {
  color: #fff;
  text-decoration: none;
}

.social-container {
  padding-left: 50px;
}

.social-container p {
  font-family: Montserrat-Bold;
  font-size: 14px;
  margin-left: 4px;
}

.social-container ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin-top: 25px;
}

.social-container ul li {
  padding: 5px 10px;
  margin: 0px 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.social-container ul li a {
  color: #233a77;
}

/* End Footer */

/* Home */

.section-container {
  position: relative;
  padding: 80px 165px;
}

.our-service-img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: 0px 6px 6px 0px #00000029;
  -moz-box-shadow: 0px 6px 6px 0px #00000029;
  box-shadow: 0px 6px 6px 0px #00000029;
}

.section-header {
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #233a77;
}

.home-image-banner {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: 0px 3px 6px 0px #00000029;
  -moz-box-shadow: 0px 3px 6px 0px #00000029;
  box-shadow: 0px 3px 6px 0px #00000029;
}

.banner-container {
  position: relative;
}

.banner-text {
  background: #b9ccff6b;
  height: 500px;
  padding-top: 60px;
  padding-left: 165px;
  padding-right: 68px;
}

.banner-text .banner-category,
.banner-text .banner-description {
  font-size: 16px;
  font-family: Montserrat-Regular;
  color: #434343;
  line-height: 26px;
  margin-top: 30px;
}

.banner-text .banner-title {
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #233a77;
  line-height: 49px;
}

.home-image-container {
  padding: 0px;
  padding-right: 165px;
}

.home-our-value-container {
  position: relative;
  height: 400px;
  padding: 70px 100px;
}

.value-card-container {
  margin-top: 80px;
  z-index: 9;
}

.value-card {
  background: #fff;
  box-shadow: rgb(173, 170, 173) 0px 1px 6px 0px;
  border-radius: 13px;
  text-align: center;
  padding: 20px 30px;
  height: 309px;
}

.value-card img {
  width: 60px;
  height: 60px;
}

.value-card .value-card-title {
  font-family: Gilroy-Bold;
  font-size: 16px;
  color: #000000;
}

.value-card .value-card-content {
  font-family: Gilroy-Regular;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}

.fix-height {
  height: 60px;
}

.section {
  padding: 100px;
}

.section-title {
  font-family: Montserrat-Bold;
  font-size: 26px;
  width: 85px;
  padding-left: 20px;
}

.section-title.black {
  border-left: 5px solid #b3842d;
  color: #000;
}

.section-title.white {
  border-left: 5px solid #fff;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-title.white.no-border {
  border-left: none;
  padding-left: 0;
}

.section-title-hr {
  margin-right: 90%;
  border: 2px solid #233a77;
  margin-top: 0;
}

.new-coming-container {
  font-family: Poppins;
  color: #060303;
}

.new-coming-container img {
  width: 100%;
  height: 220px;
}

.new-coming-container .new-coming-title {
  transition: 0.2s;
  font-weight: bold;
}

.new-coming-container .new-coming-title:hover {
  color: #233a77;
}

.new-coming-container .new-coming-code {
  font-family: "Poppins-Thin";
  font-size: 14px;
}

.new-coming-container a {
  text-decoration: none;
  color: #000;
}

.new-coming-container a.more {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  opacity: 0.65;
}

.collection-slider .owl-stage {
  display: flex;
  padding-left: 0 !important;
}

.owl-nav {
  float: right;
  margin-top: 25px;
}

.owl-nav button {
  display: none;
}

.owl-dots {
  display: none;
}

.collection-item img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

.collection-item-detail {
  font-family: Montserrat-Bold;
  font-size: 27px;
  color: #fff;
  position: absolute;
  bottom: 14px;
  left: 40px;
}

.collection-item-detail .smaller {
  font-size: 23px;
}

.collection-item .overlay-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #00000078;
  padding-top: 60px;
  text-align: center;
}

.owl-item {
  position: relative;
}

.owl-item:hover .overlay-item {
  opacity: 1;
}

.overlay-item {
  color: #fff;
}

.overlay-item .overlay-title {
  font-family: Poppins;
  font-weight: bold;
}

.overlay-item .overlay-code {
  font-family: Poppins-Thin;
  font-size: 14px;
}

section.about-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
  padding: 100px 100px 175px 100px;
}

.light-title {
  color: #fff !important;
}

section.about-us .about-container {
  padding: unset !important;
}

section.about-us .about-container .about-detail p {
  font-family: Poppins-Thin;
}

.product-container {
  font-family: Poppins-Thin;
  font-size: 14px;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: -150px;
  width: 80%;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.product-container div {
  padding: 10px 40px;
}

.product-container .product-title {
  font-family: Poppins;
  font-weight: bold;
}

.product-container img {
  width: 200px;
  height: 100px;
}

section.information {
  font-family: Poppins-Thin;
  font-size: 14px;
  line-height: 25px;
  padding: 200px 100px 100px 100px;
}

section.information .information-img {
  width: 200px;
  height: 150px;
  margin: 0px auto;
  display: flex;
}

section.information .information-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
}

section.information .information-img-detail-1 {
  width: 180px;
  height: 120px;
}

section.information .information-img-detail-2 {
  width: 120px;
  height: auto;
}

.home-our-projects {
  margin-top: 18rem;
}

.home-our-projects-container {
  position: relative;
  padding: 70px 100px;
}

.section-link {
  position: absolute;
  color: #233a77;
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  top: 120px;
  right: 165px;
}

.section-link:hover {
  text-decoration: none;
}

.section-link.white {
  color: #fff !important;
}

.section-link.black {
  color: #000 !important;
}

.project-item img {
  position: relative;
  width: 100%;
  border-radius: 13px;
  top: 0;
  transition: top ease 0.5s;
}

.project-item img:hover {
  top: -20px;
}

.project-item img:hover + .project-item-detail {
  bottom: 20px;
}

.project-item-detail {
  position: relative;
  font-family: Montserrat-Bold;
  color: #fff;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  left: 20px;
  transition: bottom ease 0.5s;
}

.project-item-detail .smaller {
  font-size: 15px;
  margin: 0;
}

.home-latest-news-container {
  position: relative;
  padding: 100px;
}

/* End Home */

/* About Us */

.about-container {
  padding: 100px;
}

.service-card {
  position: relative;
  max-width: 30%;
  margin: 0px 10px;
  min-height: 477px;
  max-height: 477px;
  color: #000000;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
  box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
}

.service-card .service-title {
  font-family: Avenir-Next-LT-Pro-Bold;
  padding-top: 90px;
  text-align: center;
  font-size: 20px;
}

.service-card .service-detail {
  font-family: Poppins;
  padding: 30px 10px;
  font-size: 14px;
  line-height: 25px;
}

.service-card .service-icon {
  position: absolute;
  background: #fff;
  border: 3px solid;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  top: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.service-card .service-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

.about-container .about-detail .about-logo {
  width: 200px;
  height: auto;
}

.about-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-top-right-radius: 40px;
  -webkit-box-shadow: 0px 6px 6px 0px #00000029;
  -moz-box-shadow: 0px 6px 6px 0px #00000029;
  box-shadow: 0px 6px 6px 0px #00000029;
}

.about-us-content {
  font-family: Montserrat-Regular;
  color: #434343;
  line-height: 26px;
}

.about-container .about-detail p {
  font-family: Poppins;
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

.about-value-image {
  width: 100%;
}

/* End About Us */

/* Our Vision Mission */

.vision-mission-container .vision-mission-detail img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-top-right-radius: 40px;
}

.vision-mission-container .vision-mission-detail .vision-mission-title {
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #233a77;
}

.vision-mission-container .vision-mission-detail p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #434343;
}

.vision-mission-container .vision-mission-detail .row {
  position: relative;
}

.vision-mission-container .vision-mission-detail .vision-mission-text {
  padding: 50px 165px;
}

/* End Our Vision Mission */

/* Our Boards */

.boards .boards-container {
  padding: 60px 155px;
}

.boards .boards-container .boards-title {
  font-family: Montserrat-Bold;
  color: #b3842d;
}

.boards .boards-container .boards-card {
  position: relative;
  width: 100%;
  -webkit-box-shadow: rgb(173, 170, 173) 0px 1px 6px 0px;
  -moz-box-shadow: rgb(173, 170, 173) 0px 1px 6px 0px;
  box-shadow: rgb(173, 170, 173) 0px 1px 6px 0px;
  border-radius: 13px;
  overflow: hidden;
}

.boards .boards-container .boards-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.boards .boards-container .boards-card .boards-card-icon {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #b3842d;
}

.boards .boards-container .boards-card .boards-toggle-down,
.boards .boards-container .boards-card .boards-toggle-up {
  position: relative;
  top: 0;
  transition: top ease 0.3s;
}

.boards .boards-container .boards-card .boards-toggle-down:hover {
  top: 5px;
}

.boards .boards-container .boards-card .boards-toggle-up:hover {
  top: -5px;
}

.boards .boards-container .boards-card .boards-card-name {
  font-family: Montserrat-Bold;
  color: #b3842d;
  text-align: center;
  margin: 0;
}

.boards .boards-container .boards-card .boards-card-title {
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin: 0;
}

.boards .boards-container .boards-card .boards-card-description {
  font-family: Poppins;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 30px;
}

.boards .boards-container .boards-card hr {
  position: absolute;
  border: 2px solid #b3842d;
  bottom: 0;
  width: 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
/* End Our Boards */

/* Content */

.content-header {
  position: relative;
  width: 100%;
  max-height: 200px;
  height: 200px;
  object-fit: cover;
  color: #000;
  z-index: 1;
}

.content-header h4 {
  font-family: "Montserrat-Bold";
  position: relative;
  z-index: 2;
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
}

.content-header h2 {
  font-family: "Montserrat-Bold";
  position: relative;
  z-index: 2;
  color: #fff;
  padding-left: 15px;
  font-size: 32px;
}

.content-header .content-title {
  position: absolute;
  bottom: 60px;
  left: 155px;
}

.content-card {
  margin: 50px 100px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
}

.content-card .content-card-body {
  padding: 60px;
}

.content-card .content-card-body .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.content-card .content-card-body .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.content-card .content-card-body .sub-title {
  color: #139346;
}

.content-card .content-card-body p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}

.content-card .content-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Content */

/* Collection */

.collection-category .col-md-2 {
  margin: 3px;
}

.collection-category a {
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.collection-category a.active {
  padding-bottom: 3px;
  border-bottom: 3px solid #233a77;
}

.collection-category a:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid #233a77;
}

.result-text {
  font-family: Poppins;
  font-size: 18px;
}

.collection-container {
  padding: 80px 120px;
}

.collection-img {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
}

.collection-img:hover .overlay {
  opacity: 0.57;
}

.detail-text {
  font-family: Poppins;
  color: #000000;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* End Collection */

/* Collection Detail */

.collection-detail-container {
  padding: 80px 200px;
}

.collection-detail-container img {
  margin: 0px auto;
  display: flex;
  width: 350px;
  height: 350px;
}

.collection-detail-container p {
  font-family: Poppins-Thin;
  font-size: 14px;
}

.collection-detail-container .collection-title {
  font-family: Poppins-Semi-Bold;
  font-size: 18px;
}

.collection-detail-container .collection-sub-title {
  font-family: Poppins-Bold;
}

.collection-detail-container .collection-badge {
  font-family: Poppins-Thin;
  border: 1px solid gray;
  font-size: 12px;
  padding: 2px;
}

.btn-contact-us {
  font-family: Poppins;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 2px 15px;
  border-radius: 3px;
}

.collection-social-media a {
  margin: 0px 6px;
  color: #000;
}

.collection-social-media a:hover {
  color: #233a77;
}

/* End Collection Detail */

/* Download */

.investor .investor-container {
  padding: 60px 100px;
}

.investor .investor-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.investor .investor-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.investor .investor-title .sub-title {
  color: #139346;
}

.investor .investor-card {
  width: 100%;
  -webkit-box-shadow: 3px 3px 6px #00000029;
  -moz-box-shadow: 3px 3px 6px #00000029;
  box-shadow: 3px 3px 6px #00000029;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  margin: 25px 15px;
}

.investor .investor-card .investor-card-full-img {
  margin: -20px;
}

.investor .investor-card .investor-card-full-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.investor .investor-card .investor-card-title {
  font-family: Montserrat-Medium;
  margin-top: 32px;
  font-size: 18px;
}

.investor .investor-card .investor-card-detail {
  font-family: Poppins-Thin;
  font-size: 14px;
  color: #7a7a7a;
}

.investor .investor-card .download-btn {
  position: relative;
  float: right;
  cursor: pointer;
}

.investor .investor-card .download-btn:hover > .download-text {
  display: flex;
}

.investor .investor-card .download-btn .download-text {
  position: absolute;
  background: #b3842d;
  color: #fff;
  font-family: Montserrat-Medium;
  left: -85px;
  bottom: 12px;
  height: 34px;
  border-radius: 17px;
  z-index: -1;
  align-items: center;
  padding: 0px 35px 0px 12px;
  font-size: 14px;
  display: none;
}

/* End Download */

/* Gallery */

.gallery .gallery-container {
  padding: 80px 120px;
}

.gallery .gallery-card img {
  width: 100%;
  max-height: 238px;
}

/* End Gallery */

/* News Update */

.news .news-container {
  padding: 60px 105px;
}

.news .news-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.news .news-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.news .news-title .sub-title {
  color: #139346;
}

.news .news-card {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  border-radius: 13px;
  overflow: hidden;
}

.news .news-card a {
  text-decoration: none;
}

.news .news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news .news-card .news-card-title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  padding: 0px 15px;
  color: #233a77;
}

.news .news-card .news-card-description {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 28px;
  padding: 0px 15px;
}

.news .news-card .news-card-more {
  font-family: Montserrat-Regular;
  padding: 0 15px;
  float: right;
  font-size: 14px;
  color: #233a77;
}

/* End News Update */

/* CSR */

.csr .csr-container {
  padding: 60px 120px;
}

.csr .csr-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.csr .csr-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.csr .csr-title .sub-title {
  color: #139346;
}

.csr-card {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  padding: 18px;
  margin: 15px 0px;
}

.csr-card .csr-content {
  border-right: 1px solid #00000040;
}

.csr-card .csr-content a {
  text-decoration: none;
}

.csr-card .csr-content-title {
  font-family: "Poppins";
  font-size: 24px;
  color: #0f5890;
}

.csr-card .csr-content-detail {
  font-size: 14px;
}

.csr-card .csr-content-more {
  float: right;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}

.csr-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* End CSR */

/* News Detail */

.padding-div {
  padding-top: 100px;
}

.news-detail {
  padding-top: 80px;
}

.news-detail-container {
  padding: 0px 165px;
  margin-bottom: 50px;
}

.news-detail-container .news-detail-image {
  width: 100%;
  max-height: 408px;
  object-fit: cover;
}

.news-detail-container .news-detail-title {
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #233a77;
  width: 100%;
}

.news-detail-container .news-detail-date {
  font-family: Poppins;
  font-size: 12px;
}

.news-detail-container .news-detail-date span {
  color: #b3842d;
}

.news-detail-container .news-detail-content {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #434343;
  line-height: 26px;
}

/* News Detail */

/* Contact Us */

.contact-us-container .contact-map {
  padding: 0px 10px;
}

.contact-us-container .contact-detail {
  padding: 15px;
  padding-left: 90px;
  font-size: 14px;
}

.contact-us-container .contact-detail p {
  line-height: 34px;
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #000;
}

.contact-us-container .contact-detail div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-us-container .contact-detail .contact-detail-title {
  font-family: Montserrat-Bold;
  color: #233a77;
  font-size: 38px;
}

.contact-us-container .contact-detail p i {
  font-size: 20px;
  color: #233a77;
}

/* End Contact Us */

/* Magnific Popup Custom CSS */

.mfp-wrap button {
  outline: none;
}

/* End Magnific Popup Custom CSS */

.carousel-indicators {
  position: absolute;
  height: 50px;
  left: 32px;
  width: 400px;
  bottom: 100px;
}

.carousel-indicators li {
  background-color: #233a77;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.2s;
}

.carousel-indicators .active {
  width: 35px;
  border-radius: 14px;
}

.carousel-index {
  font-family: Montserrat-Regular;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 20px;
}

/* Fleet Detail */

.fleet-detail-img {
  width: 100%;
  max-height: 408px;
  object-fit: cover;
  border-top-right-radius: 40px;
}

.fleet-table {
  width: 100%;
}

.fleet-table-header {
  background: #233a77;
  color: white;
  font-family: Montserrat-Bold;
  padding: 5px 15px;
}

.fleet-table-content-title {
  width: 50%;
}

.fleet-table-content {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #434343;
  line-height: 26px;
}

.fl-right {
  float: right;
}

/* End Fleet Detail */

/* Project Detail */

.project-detail-container {
  padding: 30px 0px;
}

.project-detail-container .project-detail-title {
  font-family: Montserrat-Bold;
  color: #b3842d;
}

.project-detail-container .project-detail-title.main-title {
  font-size: 28px;
}

.project-detail-container .project-detail-title.sub-title {
  font-size: 20px;
}

.project-detail-container .project-detail-category {
  font-family: Montserrat-Regular;
  font-size: 14px;
}

.project-detail-container .project-detail-description {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #434343;
  line-height: 28px;
}

.project-slide-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* End Project Detail */

/* Award & Recognition */

.award_image_img {
  width: 320px;
  height: 150px;
  margin: 0 auto;
  display: flex;
}

.margin-top-5 {
  margin-top: 5rem;
}

/* End Award & Recognition */

/* Ownership Structure */

.ownership-img {
  width: 200px;
  display: flex;
  margin: 0 auto;
}

.ownership-line-1 {
  position: relative;
  width: 0px;
  height: 100px;
  border-right: 3px solid #b3842d;
  display: flex;
  margin: 0px auto;
}

.ownership-line-1 .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #b3842d;
  border-radius: 15px;
  top: 0px;
  left: -3.5px;
}

.ownership-line-2 {
  position: relative;
  width: 500px;
  height: 50px;
  border-top: 3px solid #b3842d;
  border-right: 3px solid #b3842d;
  border-left: 3px solid #b3842d;
  display: flex;
  margin: 0px auto;
}

.ownership-line-2 .dot-1 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #b3842d;
  border-radius: 15px;
  bottom: 0;
  left: -6px;
}

.ownership-line-2 .dot-2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #b3842d;
  border-radius: 15px;
  bottom: 0;
  right: -7px;
}

.ownership-text {
  width: 1000px;
  margin: 0px auto;
  padding: 30px 15px;
}

.ownership-text .col-6 {
  text-align: center;
}

.ownership-text .ownership-title {
  font-family: Montserrat-Bold;
  color: #b3842d;
}

.ownership-text .ownership-percentage {
  font-family: Poppins;
  font-size: 18px;
}

.ownership-text .ownership-btn {
  border: 0;
  font-family: Montserrat-Bold;
  color: #fff;
  background: #b3842d;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 25px;
}

/* End Ownership Structure */

/* Milestone */

.milestone-mobile {
  display: none;
}

.milestone-container {
  position: relative;
}

.milestone-year-container {
  position: absolute;
  display: inline-flex;
}

.milestone-year-container.first-row {
  top: 40px;
  margin-left: 115px;
}

.milestone-year-container.second-row {
  top: 318px;
  margin-left: 130px;
}

.milestone-year-container.third-row {
  bottom: 162px;
  margin-left: 130px;
}

.milestone-year {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 25px;
  width: 100px;
  height: 100px;
  background: #b3842d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 5px 5px 6px #00000029;
}

.milestone-year.with-margin {
  margin-left: 135px;
}

.milestone-year hr {
  position: absolute;
  border: 2px dashed #b3842d;
  width: 50px;
  transform: rotate(90deg);
  bottom: -45px;
}

.milestone-year .milestone-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #b3842d;
  border-radius: 20px;
  bottom: -70px;
  border: 4px solid #e6c78e;
}

.milestone-year .milestone-text {
  position: absolute;
  font-size: 18px;
  color: #b3842d;
  bottom: -110px;
  width: 150px;
  text-align: center;
}

.milestone-first-line {
  margin-top: 100px;
}

.milestone-first-line .col-md-2 {
  width: 180px;
  flex: unset;
  max-width: unset;
}

.milestone-first-line .col-md-8 {
  width: 729px;
  flex: unset;
  max-width: unset;
}

.milestone-first-line .first {
  height: 280px;
  border-top: 3px solid #b3842d;
  border-left: 3px solid #b3842d;
  border-bottom: 3px solid #b3842d;
}

.milestone-first-line .second,
.milestone-first-line .third {
  height: 280px;
  border-bottom: 3px solid #b3842d;
}

.milestone-second-line .col-md-2 {
  width: 180px;
  flex: unset;
  max-width: unset;
}

.milestone-second-line .col-md-8 {
  width: 729px;
  flex: unset;
  max-width: unset;
}

.milestone-second-line .first {
  height: 280px;
}

.milestone-second-line .second {
  height: 280px;
  border-bottom: 3px solid #b3842d;
}

.milestone-second-line .third {
  height: 280px;
  border-right: 3px solid #b3842d;
  border-bottom: 3px solid #b3842d;
}

/* End Milestone */
