@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --primary-color: #3f397c;
  --secondary-color: #f3520d;
  --bg-color: #f5f4ff;
}

.main-btn {
  padding: 5px 20px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s background;
}
.main-btn i {
  padding-right: 10px;
  transition: 0.3s;
}
.main-btn:hover {
  background-color: #1c193f;
}
.main-btn:hover i {
  transform: translateX(10px);
}
@media (max-width: 991px) {
  .main-btn {
    padding: 10px;
  }
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .center {
    justify-content: start;
  }
}

.main-heading {
  border-left: 5px solid var(--secondary-color);
  padding-left: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 29.82px;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .main-heading {
    font-size: 22px;
  }
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  background: #FFF;
}

.dropdown-menu {
  background: var(--primary-color) !important;
}
.dropdown-menu li {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.dropdown-menu li a {
  color: #fff !important;
  background: transparent !important;
}
.dropdown-menu li:hover {
  border-bottom: 1px solid #fff;
  background: transparent !important;
}

#nesteddropdown {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
}
#nesteddropdown .boxes {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  width: 750px;
  gap: 20px;
  background-color: var(--primary-color);
  padding: 20px;
}
#nesteddropdown .boxes .box {
  width: 49%;
}
#nesteddropdown .boxes .box li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
#nesteddropdown .boxes .box li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
#nesteddropdown .boxes .box li:hover {
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  #nesteddropdown {
    position: relative;
  }
  #nesteddropdown .boxes {
    flex-direction: column;
    width: 90%;
  }
}

nav {
  height: 100px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 9;
}
nav ul li a {
  color: var(--primary-color) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}
nav ul li a:hover,
nav ul li a:focus {
  color: var(--secondary-color) !important;
}
nav ul li a.active {
  font-weight: 500;
  color: var(--secondary-color) !important;
}
nav .end {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
nav .end p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  nav {
    height: auto;
  }
  nav .end {
    align-items: start;
  }
}

.navbar .navbar-brand img {
  width: 200px;
}

#hero {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  #hero {
    height: 300px !important;
    padding-bottom: 30px;
  }
}
#hero .overlay-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url("../img/banner-img/client/2000x600/ablogs.jpg");
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#hero .container {
  position: relative;
  z-index: 2;
}
#hero .container .top {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .container .top form {
  width: 90%;
  max-width: 648px;
  background-color: #f5f4ff;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#hero .container .top form input {
  padding: 10px 20px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}
#hero .container .top form i {
  padding: 0 20px;
}
#hero .container .content {
  padding-top: 100px;
}
@media (max-width: 600px) {
  #hero .container .content {
    padding-top: 0;
  }
}
#hero .container .content h1,
#hero .container .content h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 65.63px;
  color: #000;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  #hero .container .content h1,
  #hero .container .content h2 {
    font-size: 40px;
  }
}
#hero .container .content h1 span,
#hero .container .content h2 span {
  font-size: 56px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  #hero .container .content h1 span,
  #hero .container .content h2 span {
    line-height: 40px;
    font-size: 30px;
  }
}
#hero .container .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.33px;
  text-align: justify;
  padding-right: 175px;
  color: #000;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  #hero .container .content p {
    font-size: 18px;
    padding-right: 0px;
    padding-top: 40px;
  }
}

#category {
  z-index: 3;
  position: relative;
  top: -50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #category {
    transform: none;
  }
}
#category .container {
  padding: 20px 50px;
  background-color: #fff;
  height: 100px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #category .container {
    height: 100%;
    padding: 10px;
    flex-wrap: wrap;
  }
}
#category .container .box {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  #category .container .box {
    width: 50%;
    justify-content: start;
    margin-bottom: 20px;
  }
}
#category .container .box img {
  height: 50px;
}
@media (max-width: 600px) {
  #category .container .box img {
    height: 24px;
  }
}
#category .container .box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #category .container .box p {
    font-size: 15px;
    padding-left: 7px;
  }
  #category .container .box p br {
    display: none;
  }
}
#category .container .box:hover img {
  filter: grayscale(1.08);
}
#category .container .box:hover p {
  color: gray;
}

#newsletter {
  height: 330px;
  position: relative;
  display: flex;
}
#newsletter .left {
  height: 100%;
  width: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  padding: 0 5%;
}
#newsletter .left h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32.81px;
  margin-bottom: 0;
}
#newsletter .left p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  padding-top: 10px;
  padding-bottom: 30px;
}
#newsletter .left form {
  display: flex;
  background-color: #fff;
  width: 90%;
  max-width: 400px;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
#newsletter .left form input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 20px;
}
#newsletter .left form button {
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  outline: none;
  padding: 0 30px;
}
@media (max-width: 991px) {
  #newsletter .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #newsletter .left h2 {
    font-size: 26px;
  }
  #newsletter .left p {
    font-size: 18px;
  }
}
#newsletter .right {
  height: 100%;
  width: 50%;
  background: url("../img/newsletter.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#newsletter .right:before {
  position: absolute;
  content: "";
  left: -1px;
  top: 0;
  width: 175px;
  height: 100%;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 100%);
}
@media (max-width: 991px) {
  #newsletter {
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  #newsletter .left {
    width: 100%;
    padding: 30px 10px;
  }
  #newsletter .right {
    width: 100%;
    height: 250px;
  }
}

.modal .modal-dialog {
  width: 95%;
  max-width: 700px !important;
  margin: auto;
}
.modal .modal-dialog .modal-content {
  background: var(--bg-color);
}
.modal .modal-dialog .modal-content .modal-body {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .right {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .right .content .top {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal .modal-dialog .modal-content .modal-body .right .content .top img {
  width: 60px;
}
.modal .modal-dialog .modal-content .modal-body .right .content .top h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
}
.modal .modal-dialog .modal-content .modal-body .right .content .main-content {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body .right .content .main-content label {
  margin-left: 2px;
}
.modal .modal-dialog .modal-content .modal-body .right .content .main-content .sub-btn {
  background: var(--primary-color);
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  border: 2px solid var(--primary-color);
}
.modal .modal-dialog .modal-content .modal-body .right .content .main-content .sub-btn:hover {
  transition: 0.4s;
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

footer {
  padding-top: 50px;
  background-color: var(--bg-color);
  position: relative;
}
footer .logo {
  height: 75px;
}
footer .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .details p {
  margin: 0;
  padding: 0;
}
footer .links {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
footer .links a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  transition: 0.3s;
  border-radius: 50%;
}
footer .links a i {
  color: #fff;
}
footer .links a:hover {
  background-color: #fff;
  border-color: var(--primary-color);
}
footer .links a:hover i {
  color: var(--primary-color);
}
footer p i {
  padding-right: 5px;
}
footer form {
  width: 250px;
  background-color: var(--primary-color);
  border: none;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
footer form input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  outline: none;
  color: #fff;
}
footer form input::placeholder {
  color: #fff;
}
footer form button {
  color: #fff;
  background-color: var(--secondary-color);
  padding: 0 20px;
  border: none;
  outline: none;
}
footer .top {
  display: flex;
}
footer .top h2 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 25.78px;
  margin: 0;
  padding: 0;
}
footer .top p,
footer .top a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  color: #222222;
}
footer .top p:hover,
footer .top a:hover {
  color: var(--primary-color);
}
footer .top .quick-links li {
  list-style: none;
}
footer .top .img-center {
  height: 75%;
}
@media (max-width: 991px) {
  footer .top .img-center {
    width: 100%;
  }
}
footer .bottom {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  footer .bottom {
    flex-direction: column;
  }
}
footer .bottom p {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
}
@media (max-width: 991px) {
  footer .bottom p {
    flex-wrap: wrap;
  }
}
footer .bottom p {
  gap: 20px;
  color: var(--primary-color);
}
footer .bottom p a {
  padding-right: 20px;
  color: var(--primary-color);
  text-decoration: none;
  border-right: 2px solid var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}
footer .bottom p a:nth-last-child(1) {
  border-right: none;
}
footer .end {
  margin-top: 20px;
  background-color: var(--primary-color);
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  footer .top {
    flex-direction: column;
  }
  footer .top .logo.gunman {
    display: none;
  }
}
footer .search-results {
  position: absolute;
  z-index: 99;
  background: var(--primary-color);
  margin-top: 5px;
  border-radius: 5px;
  max-height: 120px;
  overflow-y: auto;
}
footer .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #f5f5f5;
}
footer .search-results::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 3px !important;
}
footer .search-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: grey;
}
footer .search-results ul {
  padding: 0;
  margin: 0;
}
footer .search-results ul li {
  list-style: none;
  padding: 0 10px;
}
footer .search-results ul li a {
  text-decoration: none;
  color: #FFF !important;
  font-size: 16px;
}
footer .search-results ul li a i {
  margin-right: 5px;
  display: none;
}

@media (max-width: 991px) {
  .map-footer {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=global.css.map */
