body{
  font-family: "poppins", sans-serif;
  overflow-x: hidden !important;
}
ul li {
  list-style: none;
}


.me-auto {
  margin-left: auto !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #D9232F;
}
.nav-link:focus, .nav-link:hover {
  color: #D9232F;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item {
  padding: 0 10px;
  font-size: 18px;
}
.contact-all {
  display: flex;
  align-items: center;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner-img {
  display: flex;
  gap: 20px;
}
.ssta-all{
  position: relative;
}
.heebo-ssta-all {
  position: absolute;
  top: 50px;
  width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  margin: 0 100px;
  border-radius: 5px;
  padding: 0;
}
.container-fluid.ssta-cont {
  padding-right: 0 !important;
}
span.navbar-text {
  background: #D9232F;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contact-phone {
  position: absolute;
  left: -15px;
  background: #005CB9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
}
.contact-detail {
  margin-left: 40px;
  padding-right: 10px;  
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-text h1 {
  color: #fff;
  font-size: 89px;
  text-align: center;
}
.banner-img{
  display: flex;
}
/*history*/
.history {
  margin-bottom: 65px;
}
.history-img img {
  width: 100%;
  height: 100%;
}
.history-img{
  height: 100%;
}
.history-text {
  background: #EFEFEF;
  padding: 36px 78px 62px 78px;
  height: 100%;
}
.history-text p {
  font-size: 22px;
}
.col-lg-5.col-sm-12.history-left {
  padding-right: 0;
}
.col-lg-7.col-sm-12.history-right {
  padding-left: 0;
}
.history-text h3 {
  font-size: 60px;
  color: #D9232F;
  padding-bottom: 25px;
}


/**/
ul.mem1 li {
  list-style: number;
  padding-bottom: 5px;
}
ul.mem1, ul.mem2, ul.mem3, ul.mem4 {
  font-size: 22px;
}
ul.mem3 li, ul.mem4 li{
  list-style: circle;
}
ul.mem2 li {
  list-style: circle;
  padding-bottom: 5px;
}
ul.mem3 li, ul.mem4 li {
  list-style: lower-alpha;
}
/*tab*/

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #ffffff;
  text-align: center;
}


.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 25px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 24px;
}


.tab button:hover {
  background-color: #D9232F;
  color: #ffffff;
}


.tab button.active {
  background-color: #D9232F;
  color: #ffffff;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  margin-top: 60px;
}

.team h1 {
  text-align: center;
  font-size: 60px;
  color: #D9232F;
}
.team {
  margin: 65px 0;
}
.team h1 {
  padding-bottom: 35px;
}
.executive-block {
  background: #F2F2F2;
  text-align: center;
  padding: 10px 0;
  border-top: 5px solid #D9232F;
}
.executive-block p {
  margin-bottom: 0;
  font-size: 20px;
}
.executive-block.e-block{
  margin: 20px 0;
}
.executive-block h6 {
  font-size: 24px;
}
/*Gallery*/
.gallery h1 {
  text-align: center;
  font-size: 60px;
  color: #D9232F;
}
.gallery-box img {
  width: 100%;
}
.gallery-tab {
  margin-top: 60px;
}
.gallery-box.g-1{
  margin-top: 20px;
}
.ssta-image {
  margin: 60px 0;
}
.ssta-image img {
  width: 100%;
}

/*footer*/
.footer {
  background: #000;
  color: #ffffff;
}
.footer-tab {
  padding-top: 100px;
  border-bottom: 0.5px solid #cfcfcf;
  padding-bottom: 50px;
}
ul.social-icon li a {
  background: #D9232F;
  padding: 10px 11px;
  border-radius: 5px;
}
ul.social-icon li {
  display: inline-block;
  margin-right: 10px;
}
ul.social-icon {
  padding-left: 0;
}
ul.social-icon li:nth-child(1) a {
  padding: 10px 15px;
}
.footer-icon p {
  font-size: 15px;
  margin: 20px 0;
}
ul.footer-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #cfcfcf;
  padding-bottom: 20px;
}
ul.footer-contact{
  padding-left: 0;
  margin-top: 20px;
}
ul.footer-contact li p{
  margin-bottom: 0;
  margin-left: 20px;
}
.footer-middle span, .footer-right span {
  font-size: 24px;
}
.footer-right p {
  margin-top: 20px;
}
.form {
  display: flex;
}
.form input[type="text"] {
  height: 55px;
  width: 264px;
  padding-left: 10px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form button {
  padding: 0 30px;
  border: none;
  background: #D9232F;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.footer-text {
  text-align: center;
  padding: 40px 0;
}
.footer-text p {
  margin-bottom: 0;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-left p {
  text-align: justify;
}
.footer-logo img {
  width: 100%;
}






@media (max-width: 1440px){
  ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item {
    font-size: 14px;
  }
  .contact-detail {
    font-size: 14px;
  }
  .banner-text h1 {
    font-size: 40px;
  }
  .history-text h3 {
    font-size: 30px;
  }
  .history-text p {
    font-size: 16px;
  }
  ul.mem1, ul.mem2, ul.mem3, ul.mem4, ul.mem5 {
    font-size: 16px;
  }
  .team h1 {
    font-size: 30px;
  }
  .tab button {
    font-size: 16px;
  }
  .executive-block h6 {
    font-size: 16px;
  }
  .executive-block p {
    font-size: 14px;
  }
  .gallery h1 {
    font-size: 30px;
  }
  .footer-middle span, .footer-right span {
    font-size: 18px;
  }
  ul.footer-contact {
    font-size: 14px;
  }
  .footer-right p {
    font-size: 14px;
  }
  .footer-text p {
    font-size: 14px;
  }
  .banner-img1, .banner-img2 {
    max-width: 200px;
  }
  .banner-img1 img, .banner-img2 img{
    width: 100%;
  }
}





@media (max-width: 1260px){
  a.navbar-brand img {
    width: 200px;
}
a.navbar-brand {
  margin-right: 0px;
  flex: 1;
}
.footer-logo img {
  width: 80%;
}
}

@media (max-width: 992px){
  nav.navbar.navbar-expand-lg.navbar-light.bg-light{
    margin: 0;
    border-radius: 0 !important;
    padding: 8px 0;
    z-index: 1;
}
.container-fluid.ssta-cont {
  padding-right: calc(var(--bs-gutter-x)* .5)!important;
}
.contact-phone {
  left: 0px;
}
.contact-detail {
  color: #000000;
}
.gallery-box.g-00 {
  margin-top: 20px;
}
.gallery-tab {
  margin-top: 30px;
}
.team {
  margin: 30px 0;
}
.footer-logo img {
  width: auto;
}
.footer-middle {
  margin-top: 20px;
}
.col-lg-5.col-sm-12.history-left {
  padding-right: calc(var(--bs-gutter-x)* .5);
}
}

@media (max-width: 610px){
  .banner-text h1 {
    font-size: 20px;
  }

.heebo-ssta-all {
  top: 10px;
}
}
@media (max-width: 575px){
  .executive-block.e1-block {
    margin: 20px 0;
  }
  .tabcontent {
    margin-top: 30px;
  }
}

