/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top {
  background: rgb(49, 115, 238);
}

.left-top p {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  margin-top: 13px;
}

.left-top span {
  color: white;
  font-size: 17px;
  padding: 2px;
}

.wel-nots-1 {
  float: right;
  margin-left: 20px;
}
.wel-nots-1 a {
  font-size: 20px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.wel-nots-1 a:hover {
  font-size: 20px;
  color: red;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.wel-nots-1 p {
  font-size: 19px;
  color: #ffffff;
  padding: 12px 0px;
  margin: 0px;
}
.wel-nots-1 span {
  font-size: 20px;
  color: white;
}
.wel-nots-1 span:hover {
  font-size: 20px;
  color: red;
  cursor: pointer;
}
.wel-nots-1 span .reference-highlight {
  color: white; /* Replace with any color you prefer */
  font-weight: bold;
  font-size: 12px;
}
/*------------------------------------------------------------------
    Banner  start
-------------------------------------------------------------------*/
.banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* Banner Section */
.banner {
  width: 100%;
  height: 600px; /* Default height */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

/* Dark Overlay for Readability */
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Content inside Banners */
.banner-content {
  position: relative;
  z-index: 1;
  max-width: 90%;
  color: red;
}

/* Headings */
.banner-content a {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}
.banner-content a:hover {
  font-size: 25px;
  margin-bottom: 10px;
  color: red;
}
span.text-white {
  font-size: 22px;
}
/* Paragraph */
.banner-content p {
  font-size: 20px;
  margin-bottom: 15px;
}
.text-lg {
  font-size: 46px;
  line-height: 66px;
  font-family: "themefisher-font" !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .banner {
    height: 400px; /* Slightly smaller height */
  }
}

@media (max-width: 768px) {
  .banner {
    height: 350px; /* Adjust height for tablets */
  }

  .banner-content h1 {
    font-size: 1.8rem;
  }

  .banner-content p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 280px; /* Reduce height for smaller screens */
  }

  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }
}
/*------------------------------------------------------------------
    Banner  End
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Contact  start
-------------------------------------------------------------------*/

.contact-us {
  padding-top: 70px 0;
}
.section-bg {
  background: white;
  margin-top: 70px;
}
.title {
  padding-bottom: 60px;
}
.title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  color: rgb(30, 73, 227);
}
.title h2 span {
  color: red;
}

.color {
  color: black;
}
.border {
  border-top: 2px solid red;
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}
.border:before {
  background-color: #ffffff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: red;
}
.contact-info h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
}

.contact-info p {
  margin-bottom: 25px;
  color: black;
  text-align: justify;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.con-info {
  margin-bottom: 20px;
  color: black;
}
.con-info i,
.con-info span {
  float: left;
  text-align: justify;
}
.con-info span {
  margin: -5px 0 0 15px;
}

[class^="tf-"],
[class*=" tf-"] {
  font-family: "themefisher-font" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-form {
  margin-bottom: 60px;
}
.form-control {
  background-color: #3d2f31;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: black;
}
.form-control::placeholder {
  color: black;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid red;
  height: 45px;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: black;
}

#contact-submit {
  border: 1px solid rgb(5, 117, 209);
  background: red;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}
/*------------------------------------------------------------------
    Contact  End
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Map  start
-------------------------------------------------------------------*/
.mapouter {
  position: relative;
  width: 100%;
  max-width: 600%; /* Ensures it doesn’t exceed 600px */
  height: 400px;
  text-align: center;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 100%;
}

.gmap_iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mapouter {
    height: 300px; /* Adjust height for tablets and smaller devices */
  }
}

@media (max-width: 480px) {
  .mapouter {
    height: 250px; /* Smaller height for mobile screens */
  }
}
/*------------------------------------------------------------------
    Map  End
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Footer  start
-------------------------------------------------------------------*/
.bg-black-50 {
  background: rgb(5, 117, 209);
}
.footer {
  padding-top: 90px;
  padding-bottom: 35px;
}
.footer h2,
.h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-family: "themefisher-font" !important;
}
.footer p {
  color: white;
  opacity: 0.8;
  font-size: 17px;
  text-align: justify;
  line-height: 35px;
}

a {
  transition: all 0.35sease;
}

.footer-menu li a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 45px;
}

.footer-menu li a:hover {
  color: red;
  opacity: 1;
}
.letter-spacing {
  letter-spacing: 1.5px;
}
.footer h4 {
  font-size: 22px;
  font-family: "themefisher-font" !important;
}
.recent-blog a {
  line-height: 1.5;
  font-size: 17px;
}

.text-white {
  color: white !important;
}

.text-white-50 {
  color: white !important;
}

.footer-widget span {
  font-size: 16px;
}
.footer-widget-1 span {
  font-size: 14px;
  color: white;
}
span.text-white {
  margin-right: 5px;
  display: inline-block;
}
span.text-white-1 {
  margin-right: -24px;
  display: inline-block;
}
.footer-widget span {
  font-size: 17px;
}
.bg-black {
  background: red;
}
.col-lg-5 p {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 17px;
  font-family: "themefisher-font" !important;
}
.text-color {
  color: white;
  font-size: 17px;
  font-family: "themefisher-font" !important;
}
.text-color:hover {
  color: black;
  font-size: 18px;
}
