body {
  margin: 0;
  padding: 0;
  font-family: "Poppins" sans-serif;
  font-weight: 300;
  overflow: initial;
}

/*------ Header----------*/
.container-fluid {
  display: flex;
  background-color: #272727;
  color: #fff;
  padding-top: 10px;
}

ul {
  list-style: none;
}

.fas .fab {
  width: 2.25em;
  size: 40px;
}

.icon-list-items {
  color: #2ac5f4;
}

.elementor-icon-list-text {
  color: #fff;
  padding-left: 13px;
  font-size: 14px;
}

.icon-list-items a {
  box-shadow: none;
  text-decoration: none;
  color: #2ac5f4;
}

.icon-list-items a:hover {
  color: #2ac5f4;
}

.container-1 div {
  border: 1px #ccc solid;
  padding: 18px;
}

.box-1 {
  flex: 1.5;
}

.box-2 {
  flex: 0.9;
}

.box-3 {
  flex: 0.7;
}

.box-4-grid {
  flex: 1;
}

.elementor-grid-item {
  box-sizing: border-box;
  size: 15px;
  width: 100%;
  padding: 4px 4px 4px 4px;
}

.elementor-grid-item i:hover {
  color: #2ac5f4;
}

.elementor-social-icon {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  flex-wrap: wrap;
  justify-items: flex-end;
}

.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .container-fluid {
    display: none;
  }
}
/*------ End Header ----------*/

/*---------- Start Navbar -------------*/

header {
  display: flex;
  background: #222831;
  justify-content: space-around;
  padding: 1rem 0;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.nav-list ul {
  list-style: none;
}

.nav-list a {
  text-decoration: none;
}

header nav ul li a:hover,
header nav ul li a.active {
  color: #fff;
  background: #2196f3;
}

.logo img {
  width: 90px;
  margin-right: 10px;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item {
  margin: 0 8px;
  text-transform: uppercase;
}

#nav-link {
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 5px;
}

#nav-link:hover {
  background-color: #061d95;
}

.header-toggle,
.header-close {
  display: none;
}

@media (max-width: 991px) {
  header {
    height: 48px;
    justify-content: space-between;
    padding: 0 28px;
  }
  .logo img {
    width: 30px;
  }

  .header-toggle {
    display: inline;
    color: #eeee;
    font-size: 24px;
  }

  .header-close {
    position: absolute;
    right: 24px;
    display: block;
    font-size: 24px;
    border-radius: 50%;
  }

  .header-close:hover {
    background-color: #00adb5;
  }

  #nav-link:hover {
    background-color: #061d95;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #222831;
    color: #eeee;
    width: 60%;
    height: 90vh;
    padding: 24px 0;
    z-index: 100;
    transition: 0.5s;
    border-radius: 0 0 0 74%;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
  }

  .nav-item {
    margin: 1rem 0;
  }
}

.show {
  right: 0;
}
/*---------- End Navbar -------------*/

/*---------- Carousel Page ------------*/

.site-content {
  margin-top: 28px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.elementor-section {
  position: relative;
  margin-top: -28px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 0;
}

.elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 29, 51, 0.8),
    rgba(14, 29, 51, 0.2)
  );
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.hero-slider .carousel-cell .inner .tittle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #061d95;
  color: #fff;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #061d95;
  border: 0 solid #061d95;
}

.elementor-image {
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*---------- End Carousel Page ------------*/

.col-md p {
  text-align: justify;
  font-size: 20px;
  font-weight: 200;
}

@media (max-width: 991px) {
  .elementor-image img {
    width: 100%;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }

  .social {
    padding: 1px 2px;
    left: 10px;
    margin: 10px;
  }

  #socio {
    display: block;
    font-size: 35px;
  }
}
/*-----About Us Page-----*/

.about-us {
  padding: 100px 0;
  font-family: var(--bs-body-font-family);
  display: flex;
  background: url(/Images/Aboutus.jpeg);
  background-position: center;
  background-size: cover;
  height: 2rem;
  color: #fff;
  margin-top: 1rem;
  overflow: hidden;
}

#site-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

#primary {
  margin-bottom: 0px;
  display: block;
}

.col-lg-12 h6 {
  line-height: 30px;
  font-size: 20px;
  font-family: "Roboto" sans-serif;
  font-style: oblique;
}

#main {
  display: block;
}

.entry-header {
  text-align: center;
  margin-top: 4px;
  background: #061d95;
}

.entry-header h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
  line-height: 49px;
}

.col-lg-6 img {
  margin-bottom: 1rem;
}

.col-lg-5 p {
  text-align: justify;
}

.social {
  background: #061d95;
  color: #fff;
  margin-bottom: 1rem;
}

.social h3 {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-style: oblique;
  margin-top: 10px;
  padding: 2px 4px;
  bottom: 1rem;
}

.social p {
  font-size: 20px;
  line-height: 2rem;
  text-align: justify;
}

.col-md-7 p {
  text-align: justify;
}

@media (max-width: 991px) {
  .about-us {
    margin-top: 0.2rem;
  }

  .col-lg-7 img {
    max-width: 254px;
  }
}
/*-----End About Us Page-----*/

/*-----Services Page-----*/

.max-width {
  max-width: 1300px;
  padding: 0 45px;
  margin: auto;
}
.max-width h1 {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  /* font-family: sans-serif; */
}
.max-width h1::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 170px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(/Images/Bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 1.3rem;
}

.wrapper h1 {
  font-size: 3em;
  margin: 25px 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.areas {
  font-size: 20px;
  color: #fff;
}

#same {
  background: rgb(78, 78, 78);
  text-align: center;
  width: 320px;
  padding: 30px;
  border-radius: 6px;
  user-select: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px 4px;
  box-shadow: 0px 15px 25px rgb(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

#same:hover {
  background: #061d95;
  transform: scale(1.05);
}

#same i {
  color: #fff;
  transition: color 0.3s ease;
}

#same h2 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  text-align: center;
}

#same p {
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 1px;
}

.content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .wrapper {
    padding: 25px;
  }
  .wrapper h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }

  #same {
    min-width: 300px;
    margin: 10px auto;
  }

  .services {
    height: 20rem;
    margin-top: 10px;
  }

  #wrapp {
    margin-top: -1rem;
  }
}

/*----- End Services Page-----*/

/*----- Start Portfolio Page-----*/
.portfolio {
  padding: 100px 0;
  font-family: var(--bs-body-font-family);
  display: flex;
  background: url(/Images/Bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 2rem;
  color: #fff;
  margin-top: 1rem;
}

.gallery {
  padding: 20px;
  margin-top: 30px;
}

.gallery .image.show {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 20%;
    transform: scale(0.5);
  }

  to {
    margin-left: 0%;
    transform: scale(1);
  }
}

.gallery ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.gallery ul li {
  list-style: none;
  font-size: 20px;
  font-family: "Roboto", serif;
  color: #061d95;
  border: 2px solid #061d95;
  border-radius: 50px;
  margin: 5px;
  padding: 7px 25px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s linear;
}
.gallery ul li.active,
.gallery ul li:hover {
  background-color: #061d95;
  color: #fff;
}

.gallery ul li.active {
  background: #061d95;
  color: white;
}

.items-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.items {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 5px;
}

.items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.items img:hover {
  background: #061d95;
  transform: scale(0.9);
  transition: 0.5s ease;
  opacity: 0.7;
}

/*----- End Portfolio Page-----*/

/*----- Start contact Page-----*/

.contact {
  padding: 100px 0;
  font-family: var(--bs-body-font-family);
  display: flex;
  background: url(/Images/contact\ us\ page.jpg);
  background-position: center;
  background-size: cover;
  height: 2rem;
  color: #fff;
  margin-top: 1rem;
}
.contact-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  background: #061d95;
  color: white;
  background-size: cover;
  background-position: center;
}

.contact-info {
  margin: 2rem 0;
  text-align: center;
  padding: 2rem 0;
}

.contact-info span {
  display: block;
}

.contact-info div {
  margin: 0.8rem 0;
  padding: 1rem;
}

.contact-info span .fas {
  font-size: 2rem;
  padding-bottom: 0.9rem;
  color: #ffffff;
}

.contact-info div span:nth-child(2) {
  font-weight: 500;
  font-size: 1.1rem;
}

.contact-info .text {
  padding-top: 0.4rem;
}

.contact-form {
  padding: 2rem 49px;
  border-top: 1px solid #c7c7c7;
}

.contact-form form {
  padding-bottom: 1rem;
}

.control {
  width: 100%;
  border: 1.5px solid #c7c7c7;
  border-radius: 5px;
  padding: 0.7rem;
  margin: 0.6rem 0;
  font-family: "Roboto" sans-serif;
  font-size: 1rem;
  outline: 0;
}

.control:focus {
  box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}

.contact-form form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.6rem;
}

.send-btn {
  font-family: "Roboto" sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #061d95;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.send-btn:hover {
  opacity: 0.8;
}

.contact-form div {
  margin: 0 auto;
  text-align: center;
}

.map {
  padding: 1rem 49px;
}
@media (min-width: 768px) {
  .contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/*----- End Contact Page-----*/

/*-----Scroll Button-----*/
.scroll-btn {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #061d95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  text-decoration: none;
}

/*-----End Scroll Button-----*/

/*-------- Start Footer--------*/
footer {
  position: absolute;
  left: 0;
  right: 0;
  background: #111;
  height: auto;
  width: 99vw;
  font-family: "poppins" sans-serif;
  color: #fff;
  overflow: hidden;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-content h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3rem;
}

.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials i {
  margin: 0 10px;
}

.socials a {
  color: #fff;
}

.socials a i {
  font-size: 1.1rem;
  transition: color 0.4s ease;
}

.socials a:hover i {
  color: #2ac5f4;
}

.footer-bottom {
  background: #000;
  width: 100vw;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}

.footer-bottom a {
  color: #fff;
  opacity: 0.8;
}
/*-------- Start Footer--------*/
