@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
:root {
  --ltn__body-font: "Roboto", sans-serif;
  --font-poppins:"Poppins", sans-serif;
  --black: #000000;
  --white:#fff;
  --color-1:#f8ad04;
  --color-2:#303030;
  --color-3:#3b4052;
  --color-4:#00bce9;
  --background-1:#f9f9ff;
  --background-2:#e8eaee;
  --background-3:#00bce9;
  --background-4:#f8ad04;
  --background-5:#f7f7f7;
  --background-6:#010d14;
  --background-7:#30373f;
  --transition: all .3s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ltn__body-font) !important;
}

.padding20 {
  padding: 20px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding120 {
  padding: 120px 0;
}

.background-1 {
  background: var(--background-1);
}

.background-2 {
  background: url("../images/sect2_bg.png");
}

.background-3 {
  background: var(--background-5);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-poppins);
}

header .top-bar {
  background: var(--background-6);
  padding: 10px 0;
  color: var(--white);
  font-size: 16px;
}
header .top-bar a {
  text-decoration: none;
  color: var(--white);
}
header .top-bar .fa-envelope {
  margin-right: 5px;
  color: var(--background-3);
}
header .top-bar .fa-mobile-screen-button {
  margin: 0 5px 0 20px;
  color: var(--background-3);
  font-size: 14px;
}
header .top-bar .social ul {
  margin: 0;
  padding: 0;
  float: right;
}
header .top-bar .social ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-left: 25px;
}
header .navbar {
  padding: 0;
}
header .navbar ul li {
  font-size: 18px;
  font-weight: 500;
}
header .navbar ul li a {
  color: var(--color-3);
  padding: 10px 22px !important;
}
header .sticky {
  background: var(--white);
  position: fixed;
  width: 100%;
  top: 0px;
  box-shadow: 0 0 10px #ccc;
  z-index: 9999;
}
header .sticky .logo {
  width: 100px;
}

figure {
  margin: 0px;
}
figure .item {
  background-size: cover;
  min-height: 600px;
}
figure .item h1 {
  padding: 28% 0 5%;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
figure .item .text-white {
  color: var(--white);
}
figure .owl-carousel img {
  width: auto !important;
}
figure .owl-carousel .owl-dots {
  display: none;
}
figure .owl-carousel .owl-nav {
  margin: 0;
}
figure .owl-carousel .owl-nav .owl-prev, figure .owl-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: var(--background-4) !important;
  border-radius: 50px;
  position: absolute;
  top: 45%;
  color: var(--white) !important;
}
figure .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
figure .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

section .service .item {
  background: var(--white);
  padding: 20px;
  box-shadow: 0 0 10px #eaeaea;
  border-radius: 10px;
  height: 100%;
  transition: var(--transition);
}
section .service .item:hover {
  background: var(--background-3);
}
section .service .item:hover h3, section .service .item:hover p {
  color: var(--white);
}
section .service .item img {
  margin-bottom: 25px;
}
section .service .item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
}
section .service .item p {
  font-size: 15px;
  color: var(--black);
  margin: 0;
  line-height: 25px;
}
section .tabs h2 {
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
}
section .tabs .menu {
  margin-bottom: 25px;
}
section .tabs .menu ul {
  margin: 0 auto;
  display: table;
}
section .tabs .menu ul li {
  float: left;
  margin: 0 3px 7px;
}
section .tabs .menu ul li .active {
  background: var(--background-3) !important;
  color: var(--white) !important;
}
section .tabs .menu ul li .nav-link {
  background: var(--white);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0px;
  padding: 10px 18px;
  color: var(--color-2);
}
section .tabs .tab-content .tab-pane .content .img {
  border-radius: 10px;
}
section .tabs .tab-content .tab-pane .content h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: var(--font-poppins);
  margin-top: 5%;
  margin-bottom: 10px;
  color: var(--white);
}
section .tabs .tab-content .tab-pane .content p {
  font-size: 19px;
  line-height: 35px;
  color: var(--white);
}
section .msp .tabs h2 {
  color: var(--black);
  font-size: 35px;
  font-weight: 700;
}
section .msp .tabs .menu {
  margin-bottom: 25px;
}
section .msp .tabs .menu ul {
  margin: 0 auto;
  display: table;
}
section .msp .tabs .menu ul li {
  float: left;
  margin: 0 3px 7px;
}
section .msp .tabs .menu ul li .active {
  background: var(--background-3) !important;
  color: var(--white) !important;
}
section .msp .tabs .menu ul li .nav-link {
  background: var(--background-7);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0px;
  padding: 10px 18px;
  color: var(--white);
}
section .msp .tabs .tab-content .tab-pane .content .img {
  border-radius: 10px;
}
section .msp .tabs .tab-content .tab-pane .content h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: var(--font-poppins);
  margin-top: 5%;
  margin-bottom: 10px;
  color: var(--background-7);
}
section .msp .tabs .tab-content .tab-pane .content p {
  font-size: 19px;
  line-height: 35px;
  color: var(--background-7);
}
section .serve h3 {
  font-size: 28px;
  color: var(--black);
  font-weight: 600;
  position: relative;
  padding: 10px 20px;
}
section .serve h3 span {
  color: var(--color-1);
}
section .serve h3::after, section .serve h3::before {
  display: inline-block;
  content: "";
  border-top: 2px solid var(--background-3);
  width: 38%;
  margin: -8px 30px;
  transform: translateY(-1rem);
}
section .serve .owl-carousel .item {
  text-align: center;
}
section .serve .owl-carousel .item img {
  width: 100%;
  margin: 0 auto;
}
section .serve .owl-carousel .item .icon {
  box-shadow: 0 0 0 #c4c4c4;
  margin: 10px 0 10px;
  padding: 10px;
  background: var(--white);
  border-radius: 10px;
  border: solid 1px #eceaea;
}
section .serve .owl-carousel .owl-dots {
  display: none;
}
section .serve .owl-carousel .owl-nav .owl-prev, section .serve .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 0 10px #ccc;
  transition: var(--transition);
  background: var(--white);
}
section .serve .owl-carousel .owl-nav .owl-prev:hover, section .serve .owl-carousel .owl-nav .owl-next:hover {
  background: var(--background-4);
}
section .post-address .content {
  padding: 80px 0;
}
section .post-address .content h3 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
section .post-address .content h3::after {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--background-4);
  display: block;
  margin-top: 10px;
}
section .post-address .content h4 {
  font-size: 16px;
  color: var(--color-4);
  font-weight: 600;
}
section .post-address .content p {
  font-size: 18px;
  font-weight: 500;
}
section .post-address .content p a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition);
}
section .post-address .content p a:hover {
  color: var(--color-4);
}
section .mission h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
section .mission p {
  font-size: 18px;
  line-height: 35px;
}

footer {
  background: var(--background-7);
  padding: 40px 0 20px;
  color: var(--white);
}
footer h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
footer h3::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--background-4);
  display: block;
  margin-top: 10px;
}
footer p {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  text-align: justify;
}
footer .menu ul {
  margin: 0;
  padding: 0;
}
footer .menu ul li {
  list-style: none;
  transition: var(--transition);
  padding: 5px 0;
}
footer .menu ul li a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
footer .menu ul li a:hover {
  color: var(--background-3);
}
footer .alert-danger {
  padding: 6px;
  font-size: 13px;
  text-align: center;
}
footer .input-group {
  margin-bottom: 10px;
}
footer .input-group input[type=text] {
  width: 100%;
  padding: 10px;
  border: solid 2px #e8eaee;
  background: var(--white);
  outline: none;
  transition: var(--transition);
  font-size: 14px;
}
footer .input-group input[type=text]:hover, footer .input-group input[type=text]:focus {
  border-color: var(--background-3);
}
footer .input-group textarea {
  width: 100%;
  padding: 10px;
  border: solid 2px #e8eaee;
  background: var(--white);
  outline: none;
  transition: var(--transition);
  resize: none;
  font-size: 14px;
}
footer .input-group textarea:hover, footer .input-group textarea:focus {
  border-color: var(--background-3);
}
footer .input-group input[type=submit] {
  background: var(--background-3);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: var(--white);
  font-weight: 500;
  transition: var(--transition);
}
footer .input-group input[type=submit]:hover {
  background: var(--background-4);
  color: var(--white);
}
footer .copyright {
  border-top: solid 1px #ccc;
  font-size: 14px;
  padding-top: 15px;
  line-height: 25px;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  figure {
    margin: 0px;
  }
  figure .item {
    background-size: cover;
    min-height: 300px;
    background-position: center;
  }
  figure .item h1 {
    font-size: 20px;
  }
  section .serve h3 {
    font-size: 28px;
    color: var(--black);
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
  }
  section .serve h3 span {
    color: var(--color-1);
  }
  section .serve h3::after, section .serve h3::before {
    display: inline-block;
    content: "";
    border-top: 2px solid var(--background-3);
    width: 13%;
    margin: -8px 10px;
    transform: translateY(-1rem);
  }
  section .post-address .content {
    padding: 40px 0 0;
  }
}/*# sourceMappingURL=stylesheet.css.map */