body {
  font-family: 'Barlow', sans-serif;
  font-weight: 540;
  background: transparent;
}
a,h1,p,span,td,th,p{
  font-family: 'Barlow', sans-serif !important;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar .navbar-nav li a {
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 5px !important;
}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar {
  margin-bottom: 0px;
  min-height: auto;
  border-radius: 0px;
}

/* Make the navbar a flex container */
.navbar .navbar-nav {
  display: flex;
  /* This makes the <ul> a flex container */
  width: 100%;
  /* Ensures it takes up the full width of the navbar */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
  justify-content: space-between;
  /* Distribute items evenly */
}

.navbar .navbar-nav li {
  flex-grow: 1;
  /* Make each <li> grow to fill available space */
  text-align: center;
  /* Center the text inside each <li> */
}

.navbar .navbar-nav li a {
  display: block;
  /* Makes the <a> a block element so it fills its <li> */
  padding: 10px;
  /* Adjust padding as needed */
  text-decoration: none;
  /* Remove underline */
  font-weight: lighter;
  color: white;
}

.navbar a:hover {
  color: #DFB347 !important;
}


.slider {
  position: relative;
  width: 100%;
  max-height: 350px;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
   height: 100%; 
  opacity: 0;
  transition: opacity 3s ease-in-out;

}

.item.current {
  opacity: 1;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style for the heading inside each slide */
.slide-heading {
  position: absolute;
  top: 50%;
  /* Vertically center */
  left: 20%;
  /* Align to the left */
  transform: translateY(-50%);
  /* Adjust to perfectly center it */
  z-index: 2;
  color: white;
  font-size: 4vw;
  /* Adjust the font size */
  font-weight: bold;
  /* Make the text bold */
  padding: 10px;
  max-width: 200px;
  /* Make the background span the full width */
  text-align: left;
  /* Align text to the left */
  box-sizing: border-box;
  /* Ensure padding doesn’t affect width */
  line-height: 60px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

/* Optional: For mobile responsiveness */
@media (max-width: 767px) {
  .slide-heading {
    font-size: 24px;
    /* Adjust font size on smaller screens */
  }
}

.logo img {
  max-height: 100px;
}

.search .search-icon {
  background-color: rgba(0, 0, 0, 0.9);
  color: #DFB347;
  border-radius: 0px 30px 30px 0px;
  border: 1px solid rgba(58, 58, 60, 1);
}

.search input {
  height: 40px;
  border-radius: 30px 0px 0px 30px;
  border-color: rgba(58, 58, 60, 1);
}

.search {
  margin-top: 30px;

}

.form-control:focus {
  border-color: #DFB347;
  box-shadow: 0 0 5px rgba(223, 179, 71, 0.5);
  /* Optional: adds a subtle glow effect */
}

/* Change the color of the icon inside the input when it's focused */
.input-group-addon.search-icon .fas {
  color: #DFB347;
}

.slider ul {
  margin: 0px;
}

.after-slider-logo {
  background-color: rgb(235 235 235);
}

.after-slider-logo img {
  max-width: 530px;
  padding: 25px;
}

.secound-section .left p {
  font-size: 20px;
  color: #EBEBEB;
  letter-spacing: 0.05em;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}

.secound-section {
  background-image: url('../img/section.jpg');
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-border {
  background-color: transparent;
  border: 1px solid #EBEBEB;
  color: #EBEBEB;
  /* Text color */
  border-radius: 0px;
  font-size: 17px;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
  letter-spacing: 0.05em;
  width: 200px;
  height: 40px;
}


.btn-border:hover {
  border-color: #DFB347;
  color: #DFB347;
  transition: .20s;
  
  letter-spacing: 0.10em;
}

.third-section{
background-color: #131619;
}
.third-section .left h1{
  margin-top: 10px;
  padding-bottom: 10px;
}
.third-section .left{
  border: 1px solid #626262;
  padding-left: 50px;
  padding-right: 50px;
}
.third-section .right{
  border: 1px solid #626262;
}
.third-section h1{
  color: #EBEBEB;
  font-size: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
  border-bottom: 1px solid #EBEBEB;
}

.third-section h1 span{
  color: #DFB347;
}
.third-section .left table .left{
  color:  #DFB347;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}
.third-section .left table .right{
  color:  #EBEBEB;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
  font-size: 15px;
}

.third-section .left table .right i{
  border: 1px solid #DFB347;
  color: #DFB347;
    font-size: 12px;
    padding: 2px;
}
.third-section table td{
  padding: 3px !important;
  border: 0px !important;
  border-bottom: 1px dashed rgb(132, 132, 132) !important;
  padding-top: 5px !important;
}

.third-section .left table .right{
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.05em;
}
.third-section .left table .right a{
  text-decoration: none;
  color: #EBEBEB;
}
.third-section .left table .right a:hover{
  letter-spacing: 0.10em;
  transition: 0.10s;
  color: #DFB347;
}

.fourth-section{
  background-color: rgb(36, 35, 35);
  min-height: 100%;
}

.fourth-section p {
  color:#ebebeb;
  font-size: 17px;
  padding: 40px;
}

.fourth-section p a{
  color:#ebebeb;
  font-weight: bold;
  text-decoration: underline;
}

.fifth-section{
  background-color: rgb(36, 35, 35);
}
.fifth-section p{
  color:#ebebeb;
  font-size: 17px;
  line-height: 2.5em;
  
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}

.fifth-section a{
  color:#ebebeb;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}
.fifth-section .left img{
  max-width: 350px;
  margin-top: 30px;
}

.fifth-section .center{
  background: white;
  /*padding: 27px 100px;*/
}
.fifth-section .center h1{
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
    font-size: 34px;
    margin: 0px;
    margin-top: 7px;
}
.fifth-section .right img{
  width: 100%;
}

.fifth-section .right{
margin-right: 0px;
padding-right: 0px;
padding-left: 0px;
}

.fifth-section .center input, .fifth-section .center textarea{
  border-radius: 0px;
  height: 32px;
  font-size: 15px;
  border-bottom: 1px solid black;
  background: #ddd;
  color: black;
  margin-top: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}
.fifth-section .center textarea{
  height: 62px;
  font-family: 'Barlow', sans-serif;
  font-weight: 250;
}

.fifth-section .center .btn{
  background: rgb(36, 35, 35);
  color:#ebebeb;
  border-radius: 0px;
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 10px;
}

.fifth-section .center .btn:hover{
  background-color: black;
  color: white;
}
.fifth-bottom-logo{
  padding: 20px;
}
.fifth-bottom-logo img{
  max-width: 320px;
  text-align: center;
}

.six-section .block{
  height: 100%;
}

.equal-blocks .col-custom {
  width: 20%; /* 100% / 5 = 20% */
  float: left;
  background-color: #3F4349 !important;
  min-height: 380px;
}
.six-section .block a{
display: block;
}
.col-custom{
  border: 2px solid rgb(36, 35, 35);
}
.col-custom ul li{
  list-style: none;
  line-height:18px !important;
}
.col-custom ul li a{
  color: #dfb347;
  font-family: 'Barlow', sans-serif;
  font-weight: 280;
  text-decoration: underline;
  font-size: 15px;
}

.col-custom ul li ul li a{
  color: #CCCCCC;
}

.col-custom ul li ul li{
  list-style: disc !important;
  color: #CCCCCC;
  line-height:18px !important;
}
.block03 ul{
  padding: 20px;
  margin-left: 60px;
}
.block03 ul li{
  list-style: disc;
  color: #CCCCCC;
}
.special-white-color{
  color: #CCCCCC !important;
}
.special-colorful-color{
  color: #dfb347 !important;
}
.footer{
  text-align: center;
  background-color: #323131;
  color: #FFFFFF;
  
  font-family: 'Barlow', sans-serif;
  font-weight: 280;
  padding: 5px;
  bottom: 0px;
}
.footer p{
  padding: 10px;
  padding-bottom: 5px;
}

.about-home{
  
  color: #CCCCCC !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 280;
  margin: 0px;
}

.page-title{
    color: #CCCCCC !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 280;
    margin: 0px;
    text-align: center;
    margin-top: 20px;
}

.about-p{
    padding: 20px !important;
}
.about-p1{
    padding: 0px !important;
    text-align: justify;
    font-size: 17px !important;
    font-weight: normal !important;
}
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.6);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-left: 5px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#captchaLabel{
    margin-top: 10px;
}
.footer-middle hr{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer{
    background: #c2010e;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.footer a{
    color: white;
}


.topsmenu ul li{
    float: left;
    list-style: none;
    margin-left: 20px;
    margin-top: -5px;
    font-weight: bold;
}

.topsmenu ul li a{
    color: white;
}



.topsicon ul li{
    float: left;
    margin-right: 20px;
    font-weight: bold;
    list-style:none;
    margin-top: 5px;
}

.topsicon ul li a{
    color: white;
}

.topheader{
    background: black;
}
.front-page-p{
    line-height: 40px;
}

/*.fifth-section {*/
/*    display: flex;*/
/*}*/

/*.fifth-section > div {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.fifth-section img {*/
    /*max-width: 100%;*/
/*    height: auto;*/
/*}*/

.fifth-section p{
    margin:0px;
}
.fifth-section .right img{
    max-height: 347px;
}
.fifth-section .con p{
    padding: 0px;
    margin: 0px;
}
.connn p{
        padding: 0px;
    margin: 0px;
}

.search-wrapper {
  position: relative;
}

#search-results {
  position: absolute;
  top: 100%;           /* directly below input */
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}

#search-results li {
  cursor: pointer;
}