@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');
/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*=============== VARIABLES CSS ===============*/ :root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(14, 98%, 50%);
  --black-color: hsl(0, 0%, 0%);
  --black-color-light: hsl(0, 0%, 40%);
  --white-color: hsl(0, 0%, 95%);
  --title-color: hsl(0, 0%, 0%);
  --text-color: hsl(0, 0%, 35%);
  --text-color-light: hsl(0, 0%, 64%);
  --body-color: hsl(0, 0%, 87%);
  --container-color: hsl(0, 0%, 83%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.75rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}
/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
  :root {
    --biggest-font-size: 4.5rem;
    --h1-font-size: 3rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  color: var(--text-color);
  transition: background-color .4s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header {
  width: 100%;
  min-height: 90px;
  margin: 0px 0 10px 0;
  background: #fff;
  position: fixed;
  box-shadow: 0px 2px 5px #f0f0f0;
  padding: 15px 0 0 0;
  z-index: 999; top: 0;
}
.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #212121 !important;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 17px;
  padding: 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link ul {
  width: 100%;
  height: auto
}
.navbar-expand-lg .navbar-nav .nav-link ul li {
  position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #e30613 !important;
}
.nav-link ul li:hover {
  color: #e30613;
}
.nav-link ul li {
  color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link ul li::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #e30a17;
  opacity: 0;
  transition: all 200ms linear;
}


/*---slider----*/
.carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel-inner {
  padding-top: 40%;
  display: block;
  content: "";
}
.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 450px;
}
.caption {
  position: absolute;
  top:80%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 10px;
  text-align: center;
}
.caption h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255, 255, 255, .75);
  font-size: 26px;
  font-weight: 300;
}
.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}


/*----news----*/
.news-section-bg {
background: #E9181C;
  max-height: 54px;
  margin-top: 20px; margin-bottom: 25px;
}
.Latest-news {
  color: #ffffff;
  font-size: 18px;
  padding-right: 14px;
  line-height: 3;
  background: #771f21;
  padding: 0;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.padding-0 {
  padding: 0 !important;
}
.latestNews p::before {
  border-right: 18px solid #771f21;
  border-top: 54px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: -18px;
  position: absolute;
  top: 0;
  width: 0;
}
.latestNews p::after {
  border-bottom: 54px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #771f21;
  content: "";
  height: 0;
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: white;
  line-height: 48px;
}
.marquee .inner > * {
  white-space: nowrap;
  padding: 0 2rem;
}
.marquee .inner a {
  color: #fff;
  font-size: 14px;
  margin-right: 25px;
}

/*----*/
/*=============== THEME ===============*/
.nav__buttons {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.change-theme {
  font-size: 1.25rem;
  color: var(--title-color);
  cursor: pointer;
  transition: color .3s;
}
/*=============== REUSABLE CSS CLASSES ===============*/
.grid {
  display: grid;
  gap: 1.5rem;
}
.section {
  padding-block: 4rem 2rem;
}
.section__title-1, .section__title-2 {
  position: relative;
  font-size: var(--h1-font-size);
  width: max-content;
  margin: 0.75rem auto 0rem;
}
.section__title-1 span, .section__title-2 span {
  z-index: 5;
  position: relative;
	font-size: 40px;
  color: #e9181c;
}
.section__title-1::after, .section__title-2::after {
  content: "";
  width: 40px;
  height: 28px;
  background-color: hsla(14, 98%, 50%, 0.2);
  position: absolute;
  top: -4px;
  right: -8px;
}
.section__title-2::after {
  top: initial;
  bottom: -4px;
}
.geometric-box {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--first-color);
  rotate: -30deg;
}
.geometric-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--black-color);
  left: -5px;
  top: -5px;
}
.main {
  overflow: hidden; /* For animation ScrollReveal */
}
/*=============== BUTTON ===============*/
.button, .button__ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.button {
  background-color: var(--black-color);
  padding: 1.1rem 1.5rem;
  color: var(--white-color);
  font-weight: var(--font-medium);
  border-radius: 0.75rem;
  transition: background-color 0.4s;
}
.button i {
  font-size: 1.25rem;
}
.button:hover {
  background-color: var(--first-color);
}
.button__ghost {
  border: 3px solid var(--black-color);
  color: var(--black-color);
  padding: 0.5rem;
  border-radius: 0.7rem;
  transition: border 0.4s, color 0.4s;
}
.button__ghost i {
  font-size: 1.25rem;
}
.button__ghost:hover {
  border: 3px solid var(--first-color);
}
/*=============== ABOUT ===============*/
.about {
  background-color: hsl(0, 0%, 100%); clear: both;
  transition: background-color 0.4s;
}
.about__container {
  row-gap: 0;
}
.about__perfil {
  position: relative;
  justify-self: center;
  margin-block: 2.5rem 4.5rem;
}
.about__image {
  width: 220px;
}
.about__img {
  position: relative;
  border: 4px solid var(--white-color);
  z-index: 1;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.about__shadow, .about__line, .about__box {
  position: absolute;
  border-radius: 0.75rem;
}
.about__shadow {
  width: 150px;
  height: 385px;
  background-color: var(--body-color);
  top: -2.5rem;
  right: -3.5rem;
  border-bottom: 4px solid var(--first-color);
  transition: background-color 0.4s;
}
.about__perfil .geometric-box {
  top: 1.5rem;
  right: -2.8rem;
}
.about__line {
  filter: invert(1);
  right: -1.25rem;
  top: 6rem;
  width: 50px;
  transition: filter 0.4s;
}
.about__box {
  width: 40px;
  height: 40px;
  background-color: var(--first-color);
  right: -0.5rem;
  bottom: 1.5rem;
}
.about__info {
  padding-left: 1.25rem;
}
.about__description {
  position: relative;
  color: var(--title-color);
  margin-bottom: 1.5rem;
}
.about__description::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--title-color);
  position: absolute;
  left: -1.75rem;
  top: 0.5rem;
}
.about__list {
  list-style: square;
  color: var(--title-color);
  margin-bottom: 3rem;
  text-align: justify;
}
.about__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
/*=============== MEDIA QUERIES ===============*/
/* For small devices */
@media screen and (max-width:412px) {
  .about__shadow {
    width: 150px;
    height: 235px;
    background-color: var(--body-color);
    top: -2.5rem;
    right: -3.5rem;
    border-bottom: 4px solid var(--first-color);
    transition: background-color 0.4s;
  }
  .about__image {
    width: 180px;
  }
  .about__shadow {
    height: 330px;
    right: -2.5rem;
  }
}
@media screen and (max-width: 340px) {
  .about__shadow {
    width: 150px;
    height: 235px;
    background-color: var(--body-color);
    top: -2.5rem;
    right: -3.5rem;
    border-bottom: 4px solid var(--first-color);
    transition: background-color 0.4s;
  }
  .about__image {
    width: 180px;
  }
  .about__shadow {
    height: 330px;
    right: -2.5rem;
  }
}
/* For medium devices */
@media screen and (min-width: 576px) {
  .about__container {
    grid-template-columns: 350px;
    justify-content: center;
  }
  .about__shadow {
    width: 150px;
    height: 235px;
    background-color: var(--body-color);
    top: -2.5rem;
    right: -3.5rem;
    border-bottom: 4px solid var(--first-color);
    transition: background-color 0.4s;
  }
}
@media screen and (min-width: 1150px) {
  .about__shadow {
    width: 150px;
    height: 235px;
    background-color: var(--body-color);
    top: -2.5rem;
    right: -3.5rem;
    border-bottom: 4px solid var(--first-color);
    transition: background-color 0.4s;
  }
  .about__container {
    grid-template-columns: 280px 680px;
    gap: 1rem 9rem;
    align-items: center;
    padding-block: 1rem;
  }
  .about__perfil {
    order: -1;
    grid-row: 1 / 3;
  }
  .about__image {
    width: 350px;
  }
  .about__img {
    border: 6px solid var(--white-color);
  }
  .about__shadow {
    width: 240px;
    height: 325px;
    top: -2rem;
    right: -5.5rem;
    border-bottom: 6px solid var(--first-color);
  }
  .about__perfil .geometric-box {
    right: -4rem;
    top: 4.5rem;
  }
  .about__line {
    width: 80px;
    right: -2rem;
    top: 10rem;
  }
  .about__box {
    width: 64px;
    height: 64px;
    right: -.75rem;
  }
  .about__container .section__title-1 {
    align-self: flex-end;
    margin-inline: 0;
  }
  .about__info {
    align-self: flex-start;
    padding-left: 3rem;
  }
  .about__description {
    font-size: var(--h2-font-size);
    margin-bottom: 0rem;
  }
  .about__description::after {
    width: 32px;
    height: 2px;
    left: -3rem;
    top: 14px;
  }
  .about__list {
    margin-bottom: 1rem;
  }
  .about__buttons {
    justify-content: initial;
  }
  .button__ghost {
    padding: 0.75rem;
  }
  .button__ghost i {
    font-size: 1.5rem;
  }
}


/*------pr------*/
.shareholders {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 20px 0 10px 0; clear: both;
}
figure.snip1426 {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #bbb;
  margin: 0px 0px 30px 0px;
}
figure.snip1426 *, figure.snip1426 *:before, figure.snip1426 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1426 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1426 figcaption {
  position: absolute;
  bottom: 25px;
  right: -6px;
  padding: 5px 10px 10px;
}
figure.snip1426 figcaption:before, figure.snip1426 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #fbaf78;
}
figure.snip1426 figcaption:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1426 figcaption:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1426 figcaption div:before, figure.snip1426 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1426 figcaption div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1426 figcaption div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1426 h2, figure.snip1426 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1426 h2 {
  font-weight: 400;
}
figure.snip1426 h4 {
  display: block;
  font-weight: 490;
  background-color: #ffffff;
  padding: 11px 24px;
  color: #353535;
  border-left: solid 6px #ff5917;
  font-size: 15px;
}
figure.snip1426 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1426:hover img, figure.snip1426.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1426:hover figcaption:before, figure.snip1426.hover figcaption:before, figure.snip1426:hover figcaption:after, figure.snip1426.hover figcaption:after, figure.snip1426:hover figcaption div:before, figure.snip1426.hover figcaption div:before, figure.snip1426:hover figcaption div:after, figure.snip1426.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1426:hover figcaption:before, figure.snip1426.hover figcaption:before, figure.snip1426:hover figcaption:after, figure.snip1426.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


/*------tabs--------*/
.tbs {
  width: 100%;
  height: auto;
  padding:30px 0 60px 0;
  margin: 0;
  float: left;
  background: #fff;
}
.tbs h1 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 32px;
  color: #000;
  padding: 0px 0px 20px 0;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  justify-content: center;
  display: flex;
}
ul.tabs li {
  background: #fff;
  color: #e02619;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 7px;
  margin: 0px 5px;
  border: solid 1px #E02619;
}
ul.tabs li:hover {
  background: #e02619;
  color: #fff;
}
ul.tabs li.current {
  background: #e02619;
  color: #fff;
}
.tab-content {
  display: none;
  padding:50px 0px 0px 0px;
}
.tab-content.current {
  display: inherit;
}
.our-team {
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 5px #e2e2e2;
	border-radius: 10px;
}
.our-team:before {
  content: "";
  position: absolute;
  border: 2px solid #87A4C4;
  bottom: -4px;
  top: -4px;
  left: -4px;
  right: -4px;
  opacity: 0;
  transform: scale(1.03);
  z-index: 99;
  transition: 0.6s ease 0s;
  border-radius: 10px;
}
.our-team:hover:before {
  opacity: 1;
  transform: scale(1);
}
.our-team .team-img {
  position: relative;
  display:none;
}
.our-team .team-img img {
  max-height: 200px;
  min-height: 200px;
}
.our-team .team-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s ease 0s;
  border-radius: 10px;
}
.our-team:hover .team-img:before {
  opacity: 1;
}
.our-team .team-img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.our-team .team-content {
 padding: 14px 0 20px 0;
 position: relative;
 top: 0;
 transition: 0.6s ease 0s;
 min-height:120px;
}
.our-team:hover .team-content {
  top: 0;
}
.our-team .team-content .name {
 color: #333;
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 7px;
  transition: 0.6s ease 0s;
  padding: 0px 20px;
}
.our-team:hover .team-content .name {
  color: #b53838;
}
.our-team .team-content .post {
color: #707070;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transition: 0.6s ease 0s;
  padding: 0 20px;
}
.our-team:hover .team-content .post {
  color: #000;
}
.our-team .social {
  bottom: 0;
  font-size: 0;
  left: 0;
  margin: 0 0 30px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: scale(0);
  transition: 0.6s ease 0s;
}
.our-team:hover .social {
  opacity: 1;
  transform: scale(1);
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 0 15px;
  position: relative;
  transition: 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #F6511D;
}
.our-team .social li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #333;
}
.our-team .social li:last-child a:after {
  display: none;
}
@media screen and (max-width:990px) {
  .our-team {
    margin-bottom: 30px !important;
  }
}

/*------footer-------*/
.footer-distributed{
background: #d9d9d9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 30px 0px 30px 0px;
  float: left;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: middle;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #220f0f;
	margin: 20px 0 20px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:#222;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #809383;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.inner_title{float: left; height: auto; margin-top:110px; width: 100%; background: #0A769E; min-height: 100px; padding-bottom:50px;}
.inner_title h1{font-size:30px; padding-top: 6%;color: #fff; font-weight: 610;}
.inner_title p{font-size: 18px; color: #fff;}
 



.table-bordered th  {
  font-size: 16px; 
  background: #e9181c;
  color: #fff;
	min-width: 71px
}

/*.table-bordered td {
  border: 1px solid #dee2e6;
  font-size: 14px;
	color: #000;
}
 
.table th:nth-child(2){
width: 110px;
}

.table th:nth-child(3){
width: 150px;
}
.table th:nth-child(4){
width:200px;
}
.table th:nth-child(5){
width:270px;
}*/





/*-------breadcrumb---------*/


.breadcrumb{width: 100%;
  float: left;
  height: auto;
  background: #edeff0;}

.cd-breadcrumb {
	margin: 0px;
}
.cd-breadcrumb, .cd-multi-steps {
  width: 100%; 
  background-color: #edeff0; 
  float: left
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 14px;
}

.cd-breadcrumb li a, .cd-multi-steps li a { 
  font-size: 14px;
}
 

.cd-breadcrumb li::after, .cd-multi-steps li::after { 
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after { 
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * { 
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * { 
  color: #0a769e;
  font-size: 14px;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover { 
  color: #0a769e;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after { 
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before { 
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before { 
  background-position: -20px 0;
}

 /*--------invester-page-----*/


.invester {
  background:#fff;
  padding:10px 0 100px 0;
  float: left;
  width: 100%;
}
.invester .inner { 
  float: left;
  width: 100%;
}
.inner ul {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0px 0
}
.inner ul li { 
  color: #000 !important;
  float: left;
  width: auto;
  list-style: none;
}

.inner ul li a { 
  color: #000 !important; 
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px;
  margin-right: 6px;
  text-shadow: 0 0 0.5px currentColor;
  transition: 0.2s;
  position: relative;
  border-radius: 7px;
  line-height: 16px;
  background: #f0f0f0;
}

.inner ul li .active {
  background: #e32110;
  color: #fff !important; 
}
.inner ul li a:hover {
  background: #e32110;
  color: #fff !important; 
}

.tab__list { 
  margin-bottom: 24px;
  margin-top:14px;
  width: 100%;
  float: left;
}

.tab__item {
cursor: pointer;
  transition: 0.2s;
  position: relative;
  background: #f0f0f0;
  padding: 3px 15px;
  margin: 3px 4px;
  border-radius: 5px;
  width: auto;
  float: left;
}
 .tab__item a:hover {
  background: #e32110;
  color: #fff !important;
  text-decoration: none;cursor: pointer;
  padding: 12px 16px;
  margin-right: 6px;
  text-shadow: 0 0 0.5px currentColor;
  transition: 0.2s;
  position: relative;  
  border-radius: 7px;
  line-height: 16px;
}

.tab__item.is--active{
  background: #2384a7!important;
  color: #fff;
}
 .tab__item .is--active{
  background: #e32110;
  color: #fff !important;
  text-decoration: none;cursor: pointer;
  padding: 12px 16px;
  margin-right: 6px;
  text-shadow: 0 0 0.5px currentColor;
  transition: 0.2s;
  position: relative;  
  border-radius: 7px;
  line-height: 16px;
}
 .tab__item a{color: #000;cursor: pointer;
  padding: 12px 16px;
  margin-right: 6px;
  text-shadow: 0 0 0.5px currentColor;
  transition: 0.2s;
  position: relative; 
  background: #eaeaea;
  border-radius: 7px;
  line-height: 16px;}
 

.tab__item .active {
  color: #fff!important;
  position: relative;
  background: #e32110;
  border-radius: 8px;
}
.tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}
.tab__content {  
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.tab__content-title {
  padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f2f2f2;
  margin: 0px 5px;
  border-radius: 5px;
}
.tab .tab .tab__content {
  padding: 0;
}


.tab ul {
 width: 100%;
 height: auto;
 float: left;
 margin: 15px 0;
}
 
.tab ul li {
 width: 100%;
 background: #f0f0f0 url("../images/logotype.png") no-repeat top 15px left 10px;
 margin: 0 1% 4px 0;
 padding: 0;
 float: left;
 list-style: none;
 border-radius: 10px;
 border-bottom: solid 2px #e3e3e3;
 transition: all ease 0.5s
}

.tab ul li:hover {
 background: #0a769e url("../images/logotype_h.png") no-repeat top 15px left 10px;
 cursor: pointer;
 transition: all ease 0.5s;
 text-decoration: none;}

.tab ul li a {
 color: #000;
 text-decoration: none;
 font-size: 15px; padding: 10px 5px 10px 0px;}

.tab ul li:hover a {
 text-decoration: none;
 color: #fff;
 transition: all ease 0.5s; }
 
/*------accordian-------*/
.content-container {
   width: 100%;
  margin: 0px auto 20px auto;
}

 .tab {
float: left;
  margin: 15px 0 15px 0;
  width: 100%;
}

 h3 .eqd-accordion__heading{
font-size: 14px;
}



.eqd-accordion__button {
    border: 0;
    border-radius: 0;
    box-shadow: none; 
    text-align: left; 
    color: #000;
    background-color: #d1daea;
    background-image: url("../images/minus.svg");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1.5rem;
    cursor: pointer;
    display: inline-block; 
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%;
	font-size: 16px; border-radius: 8px;
}

.eqd-accordion__button[aria-expanded=false], 
.eqd-accordion__button[aria-expanded=false]:hover {
    background-image: url("../images/plus.svg");
    background-repeat: no-repeat;
	margin-bottom: 10px;
}

.eqd-accordion__button[aria-expanded=false] {
    background-size: 1.5rem;
	
}

.eqd-accordion__content {
   color: #1b1b1b;
  background-color: #fff;
  margin-top: -7px;
  overflow: auto;
  padding: 1rem 1.25rem calc(1rem - .25rem);
  font-size: 1.06rem;
  line-height: 1.5;
  border-bottom: .25rem solid #d1daea;
  border-left: .25rem solid #d1daea;
  border-right: .25rem solid #d1daea;
  margin-bottom: 10px;
}







.eqd-accordion__content .tab ul {
 width: 100%; height: auto;
}
 
.eqd-accordion__content .tab ul li {
 width: 48%;
 background: #f0f0f0 url("../images/logotype.png") no-repeat top 15px left 10px;
 margin: 0 1% 4px 0;
 padding: 10px 5px 10px 40px;
 float: left;
 list-style: none;
 border-radius: 10px;
 border-bottom: solid 2px #e3e3e3;
 transition: all ease 0.5s
}

.eqd-accordion__content .tab ul li:hover {
 background: #f8f8f8 url("../images/logotype_h.png") no-repeat top 15px left 10px;
 cursor: pointer;
 transition: all ease 0.5s;
 text-decoration: none;}

.eqd-accordion__content .tab ul li a {
 color: #000;
 text-decoration: none;
 font-size: 15px;}

.eqd-accordion__content .tab ul li:hover a {
 text-decoration: none;
 color: #fff;
 transition: all ease 0.5s; }
 

.eqd-accordion__heading {
  margin-bottom: 0;
}


.mss{width: 100%; height: auto; margin: 0px; padding: 0px;}
.mss ul{width: 100%; height: auto; margin: 0px; padding: 0px;}
.mss ul li{width: 100%;
  background: #f0f0f0 url("../images/logotype.png") no-repeat top 15px left 10px; 
  padding: 0;
  float: left;
  list-style: none;
  border-radius: 10px;
  border-bottom: solid 2px #e3e3e3;
  transition: all ease 0.5s;margin-bottom: 5px;}



.mss ul li a {
	color: #000;
	padding: 10px 5px 8px 38px;
	width: 100%;
	display: block;
}

.table td, .table th {
padding: 6px 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  color: #000;
}
.our-people .text-center{
border-top: solid 2px #f7f7f7;
  float: left;
  padding: 35px 0;
  width: 100%;
}


.ra-people{padding:3rem 0;position:relative;-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.25);box-shadow:0px 5px 5px 0px rgba(0,0,0,0.25);}



.our-peoplem{
    margin-bottom: 60px;    
}
.our-peoplem .people-list{
    overflow: hidden;
    position: relative;
    display: block;  
	
}
.our-peoplem .people-list img{
	transform: scale(1, 1); 
    transition: all 0.5s ease 0s; 
    width: 100%;  
	
}
.our-peoplem:hover .people-list img{
   transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;    
}
 


 

.people-list{ text-align:center; /*margin-top:2rem;*/position:relative;min-height:140px;}
/*.people-list img{border: 1px solid #d2d1d2;width: 140px;cursor: pointer; margin: 0 auto 1rem auto;}*/ 
.people-list h6{color: #e32110; font-size: 18px; margin-bottom: 0px;margin-top: 24px;}
.people-list p{font-size: 93%; color: #000;}
.people-list .view-profile{bottom:0;width:100%;text-align:center;}   

.inner_page_text {
	width: 100%;
	float: left;
	margin: 15px 0;
	line-height: 38px;
}

/* css 25-11-2024 aman */
.ilfstower {
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
}
.para {
  margin-top: 20px;
}
.inner_page_text > div {
	width: 50% !important;
	min-height: max-content;
}
.minh {
  min-height: 140px;
  overflow-y: scroll;
  max-height: 140px;
}
.minh img {
	width: 199px;
	text-align: center;
	margin: 0 auto;
}


/* 26-11-2024 */
tr:nth-child(2n+1) {
  background-color: #e7f1fd;
}
table tr th, table tr td {
	padding: 9px 9px;
	line-height: 1;
}
table tr th, .table-bordered th {
	background: #08488c;
	color: #fdfdfd;
}
.our-team .team-content{min-height: 70px !important;}
.our-team{padding: 5px 5px 9px 5px;}
.our-team a {
	font-size: 14px;
	color: #ffff;
	background: #1f3d77;
	padding: 5px 10px;
	width: 88px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	z-index: 999;
	position: relative;
	text-decoration: none;
}
.our-team {
	background: #f0f8ff;
}
.pdetais .tab-content {
  padding: 25px 0px 0px 0px;
}
.Prjoject_Detail{width:100%;}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.dropbtn {
	background-color: transparent;
	color: #333;
	padding: 1px 0;
	font-size: 16px;
	border: none;
	font-size: 17px;
	padding: 0 15px;
}
.dropdown:hover .dropbtn {
  color: #d61713;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	/* top: 25px; */
	padding-top: 10px;
}
.carousel-inner{margin-bottom: -110px;}
.marquee .inner p a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-team.projects .team-content h3 {
  font-size: 16px;
  padding: 5px; font-weight: 600;
}
.our-team.projects  .team-img img {
	max-height: fit-content;
	min-height: auto;
}
.status {
	background: #174371;
	color: #fff;
	padding: 6px 13px;
	border-radius: 8px;
	display: block;
	width: 90%;
	font-size: 14.5px;
	margin-bottom: 8px;
	margin: 0 auto;
}
.tab-content.current.pj {
	display: inherit;
	margin-top: -50px;
}
.our-team .team-content p {
	font-size: 15.5px;
	color: #4d4a4a;
	margin-top: 9px;
	margin-bottom: 0;
}
.our-team.projects {
  min-height: 260px;
  margin-bottom: 28px;
}
.tab-content.current.pj h2 {
	font-size: 18px;
	background: #ecf1fb;
	color: #171717;
	padding: 10px 14px;
	border-radius: 5px;
	display: inherit;
	/* margin: 0 auto; */
	margin-bottom: 20px;
}
.olditnl a {
	float: right;
	font-size: 14.4px;
	clear: both;
	float: ;
	background: #3380d2;
	color: #fff;
	padding: 5px 9px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: -4px;
}
.IR {
	text-align: center;
	color: #202020;
	font-size: 26px;
	margin-bottom: 28px;
	margin-top: -10px;
	font-weight: 600;
}
.shareholders.fc figure.snip1426 h4 {
  border-left: solid 6px #771f21;
}
.footer-distributed .footer-links a {
	
	font-size: 15.4px;
}
.olditnl {
	display: none;
}
#carousel {
	height: 430px;
}
.Latest-news {
	color: #ffffff;
	font-size: 15px;
	padding-right: 14px;
	line-height: 3;
	background: #771f21;
	padding: 0;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 54px;
}
.status {

	align-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.status {
  width: 89%;
  margin-left: 4.5%;
}
.pol .pol2 button {
	background: #e02619;
	padding: 13px;
}
.pol .pol2 a button {
  display: block;
  width: 100%;
}
.pol .pol2 button {
  background: #e02619;
  padding: 13px; border-radius: 8px;
}
.pol .pol2 {
  width: 100%;
  padding: 0;
}
.container.pol {
	padding: 0; margin-bottom: 40px;
}
@media only screen and (max-width: 600px)
{
	.header nav a img {  max-width: 212px;}
ul.tabs{display:inherit;}
ul.tabs li {
  width: 100%;
  margin-bottom: 11px !important; font-size: 14px !important;
}
.tbs h1{font-size: 18px;}
.pol .pol2 {
  padding: 0 !important;
  margin: 5px 0;
}
	.caption {
	width: 91%;
	top: 55%;
}
#carousel {
  height: auto;
  margin-top: 21px;
}
.news-section-bg {
  margin-bottom: 0;
  margin-top: 110px;
}
.latestNews p::after{display:none;}
.Latest-news{font-size: 14px;}
.caption h1 {
	color: #fff;
	font-size: 13px !important;
	font-weight: 500;
	margin-bottom: -46px !important;
	background: #183e88e8 !important;
	padding: 11px !important;
	border-radius: 5px;
}
.about__info ul li {
	list-style: none !important;
	width: auto;
	float: left;
	padding: 11px 0 11px 27px !important;
	background: #fff;
	margin: 0 7px;
	min-height: 208px !important;
	color: #333;
	font-size: 14px !important;
	border-radius: 15px;
}
	.about__info img {
  display: none;
}
	.about__info .col-md-4 {
  display: none;
}
	.about__list.row.col-md-12 {
  margin-bottom: -11px;
}
}