body {
  font-family: 'Inter', sans-serif;
}

img {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
}

button.main-button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #7EAED9;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

button.main-button:hover {
  background-color: #2a2a2a;
}

.loader {
  background-color: #2a2a2a;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 222222;
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader svg rect {
  fill: #ff565b;
}

.main-navigation {
  position: absolute;
  width: 100%;
  padding: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar-light {
  padding: 10px 0px;
}

@media (min-width: 992px) {
  .navbar-light {
    padding: 0px;
  }
}

.navbar-light .navbar-brand {
  padding: 0px 0px 0px 0px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

@media (min-width: 992px) {
  .navbar-light .navbar-brand {
    padding: 14px 0px 0px 0px;
	margin-left:0px;
  }
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-banner {
  background-color: #333;
  background-image: url(../images/banner-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 160px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .main-banner {
    padding: 140px 0px 190px 0px;
	background-image: url(../images/banner-bg.jpg);
	background-position: center center;
  }
  .header-text h6 {
  font-size: 32px;
  }
}

.main-banner h6 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .main-banner h6 {
  font-size: 28px;
  }
}

.main-banner h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  text-align:center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .main-banner h2 {
  font-size: 43px;
  font-weight: 700;
  text-align:left;
  padding-right: 0px;
  }
}

.main-banner p {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .main-banner p {
  font-size: 18px;
  font-weight: 700;
  }
}

.search-form {
  margin-top: -150px;
}

.search-form #search-form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .search-form #search-form {
    padding: 60px;
  }
}

.search-form #search-form label {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .search-form #search-form label {
    margin-bottom: 20px;
  }
}

.search-form #search-form input, .search-form #search-form select {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 30px;
}

.search-form #search-form button.main-button {
  width: 100%;
}

footer {
  margin-top: 80px;
  text-align: center;
}

@media (min-width: 992px) {
  footer {
    text-align: left;
    margin-top: 120px;
  }
}

footer .sub-footer {
  margin-top: 60px;
  padding-bottom: 20px;
}
.header-text {
  padding-left: 0px;
  text-align: left;
}
.prgf{
  display: none;
  }
.header-text h6{
  text-align: center;
  }
@media (min-width: 992px) {
  .header-text {
  padding-left: 260px;
  text-align: right;
  padding-right: 0px;
  }
  .header-text h6{
  text-align: right;
  }
  .slideshow-container {
  display: none;
  }
  .dot-container {
  display: none;
  }
  .prgf{
  display: block;
  text-align: right;
  }
}
.slideshow-container {
  position: relative;
}
.mySlides {
  display: none;
  padding: 0px 28px;
  margin-top: 40px;
  text-align: center;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  color: white;
}
.dot-container {
  text-align: center;
  margin-bottom: 10px;
}
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
  background-color: #717171;
}
::placeholder {
  color: #080c24;
}