@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;1,800&family=Plus+Jakarta+Sans:ital,wght@1,800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

li {
  list-style: none;
}

ol,
ul {
  /* padding-left: 0rem;*/
  margin: 0px;
  padding: 0px;
}
img {
  cursor: pointer;
  width: 100%;
  clear: both;
}

.flex_wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
}
.top_navbar {
  background-color: #192f59;
  padding: 8px 0px;
}
.wt-topbar-left .list-unstyled {
  display: flex;
}
.wt-topbar-left .list-unstyled li a .fa-envelope {
  margin-right: 10px;
}
.wt-topbar-left .list-unstyled li a .fa-phone-alt {
  margin-right: 10px;
}
.wt-topbar-left .list-unstyled li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  margin-right: 13px;
}
.wt-topbar-right .list-unstyled {
  display: flex;
}
.logo_widht {
  padding: 10px 0px;
}
.logo_widht a img {
  width: 100%;
}
.navbar-expand-lg {
  background-color: #192f59;
}
.navbar_menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
}
.section-center {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-end;
}
.button11 {
  animation: glowing 1300ms infinite;
}
.section-center .button11 {
  margin-right: 10px;
  background: #eb2c06;
  font-family: "Poppins", sans-serif;
  padding: 5px 5px;
  color: #fff;
  line-height: 1;
}

/*.carousel {
    margin-left: 15%;
    margin-right: 15%;
}
*/
ul.slides {
  display: block;
  position: relative;
  height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

ul.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

.slide-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 100px;
  line-height: 600px;
  color: #fff;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

.slide-image:hover + .carousel-controls label {
  opacity: 0.5;
}

.carousel-controls label:hover {
  opacity: 1;
}

.carousel-controls .prev-slide {
  width: 49%;
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  width: 49%;
  text-align: right;
  right: 0;
}

.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
  text-align: center;
}

.carousel-dots .carousel-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 10px;
}

input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
  display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
  opacity: 1;
}

input:checked + .slide-container .nav label {
  display: block;
}

.marquee_bg {
  background-color: #b60210;
  padding: 5px 0px;
}

.marquee_text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.about_images img {
  width: 18%;
}
.mannage_text p {
  text-align: justify;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #b60210;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #ffffff;
  border-radius: 0 !important;
}
.card-body {
  background-color: #efefef;
  border-bottom: 10px solid #b60210;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.flex-column {
  flex-direction: column !important;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link1 {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.card-body .nav .nav-item1 .nav-link1 {
  color: #000;
}
.card-body .nav .nav-item1 .nav-link1 img {
  width: 12%;
}

.map_footer {
  font-weight: 500;
  position: relative;
  top: 64px;
}
.footer_icons {
  margin-top: 72px;
  margin-bottom: 30px;
  width: 10%;
}
.site-bg {
  background-color: #b60210;
}
.footer-right {
  text-align: right;
}
.footer-a {
  color: #f5071a;
}
.twitter a i {
  width: 15px;
  margin-left: 22px;
  color: #fff;
}
.navbar_menu .navbar-nav .nav-item .nav-link .dotlist {
  list-style: circle !important;
}
.list_header {
  font-size: 18px;
  background-color: #192f59 !important;
  margin-top: 15px;
  color: #fff;
}
.list_header:hover {
  color: #fff;
}
.panel-body img {
  width: 55%;
}
.img_short tr td {
  width: 14%;
}
.img_short tr td img {
  width: 60%;
}

@media screen and (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .menulast {
    position: absolute;
    left: -140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .legal_debts_table {
    overflow: scroll;
  }
  .img_short tr td img {
    width: 85%;
  }
  ul.slides {
    height: 290px;
  }
  .card-header {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    width: 100% !important;
  }
  .logo_widht a img {
    width: 50%;
    margin: auto;
    display: block;
    padding: 10px 0px 0px;
  }
  .section-center {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
  }
  .padding {
    padding-left: 15px;
  }
  .about_padding {
    padding: 0px 15px;
  }
  .responsive_gap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 568px) {
  .wt-topbar-left .list-unstyled {
    display: block;
  }
  .wt-topbar-left .list-unstyled li {
    padding: 0px 0px 5px;
  }
  .section-center {
    display: block;
    text-align: center;
    margin: auto;
    display: block;
    padding: 4px 0px;
  }

  .logo_widht a img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .section-center .button11 {
    font-size: 13px;
  }
  .h_contact {
    font-size: 13px;
  }
  .logo_widht {
    padding: 0px 0px;
  }
  .gap_end {
    margin: 0px;
    padding: 10px 0px 10px 0px;
  }
  .slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.7s ease-in-out;
  }
  ul.slides {
    display: block;
    position: relative;

    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    height: 160px;
  }
  .marquee_text {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
  }
  .mannage_text h3 {
    font-size: 22px;
  }
  .carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 999;
    text-align: center;
  }
  .carousel-dots .carousel-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 1px;
  }
  .footer-right {
    text-align: center;
  }
  .padding {
    padding-left: 15px;
  }
  .about_padding {
    padding: 0px 15px;
  }
  .responsive_gap {
    padding-top: 30px;
  }
}
.padding {
  padding-left: 15px;
}
.scroll {
  background-color: #192f59;
}
@media screen and (max-width: 360px) {
  ul.slides {
    display: block;
    position: relative;

    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    height: 135px;
  }
  .padding {
    padding-left: 15px;
  }
  .about_padding {
    padding: 0px 15px;
  }
  .responsive_gap {
    padding-top: 30px;
  }
}
/* .scroll {
  width: 100%;
  max-height: 200px;
  overflow-x: scroll;
  background-color: #192f59;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
  color: #fff !important;
} */
