@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Courgette&family=DM+Sans:wght@400;500;700&family=Inria+Sans:wght@400;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Karla:wght@300;400;500;600;700&family=Lato:wght@300;400;700&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Poppins:wght@400;500;600&family=Raleway:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

h2,
h3,
h4 {
  font-size: 25px !important;
  font-weight: 700 !important;
}

body {
  font-family: "Lato", sans-serif !important;
  scroll-behavior: smooth;
}

p {
  font-size: 18px !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.8980392157) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.596) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.navbar {
  background-color: #213555 !important;
}
.navbar .nav-item {
  padding-left: 20px;
}
.navbar .nav-item a {
  color: #fff !important;
}
.navbar .nav-btn {
  background-color: #0066B1;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  offset: none;
  border-radius: 8px;
  cursor: pointer;
}
.navbar .nav-btn a {
  color: #fff;
}
.navbar .nav-btn:hover {
  outline-offset: 4px;
  outline: 2px solid #0066B1;
}

.carousel-1 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(33, 53, 85, 0.6235294118);
}

.carousel-2 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(33, 53, 85, 0.6235294118);
}

.carousel-3 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(33, 53, 85, 0.6235294118);
}

.banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75vh;
  text-align: center;
  color: #fff;
}
.banner-title h1 {
  font-weight: 700 !important;
}
.banner-title .banner-btn {
  padding: 10px 20px;
  background-color: #0066B1;
  margin-top: 15px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.banner-title .banner-btn:hover {
  outline-offset: 4px;
  outline: 2px solid #0066B1;
}

.about-sec {
  background: url("../images/sec-banner1.png") center no-repeat;
  width: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 103, 177, 0.3647058824);
  margin-top: 90px;
}
.about-sec .about-img img {
  margin-top: -80px;
  width: 100%;
}
.about-sec .banner-btn {
  padding: 10px 20px;
  background-color: #0066B1;
  margin-top: 15px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.about-sec .banner-btn:hover {
  outline-offset: 4px;
  outline: 2px solid #0066B1;
}

.event-title h2 {
  margin-bottom: 15px;
}
.event-title p {
  color: #0066B1;
}

.card {
  min-height: 410px;
  border-radius: 10px !important;
}
.card .card-body {
  text-align: center;
}
.card .card-body h5 {
  color: #0066B1;
  margin-bottom: 15px;
}
.card .card-body a i {
  font-size: 20px;
  vertical-align: middle;
}

.services-sec {
  background: url("../images/sec-banner2.png") center no-repeat;
  width: 100%;
  background-size: cover;
}
.services-sec .services-title h2 {
  margin-bottom: 15px;
}
.services-sec .service-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 25px;
  position: relative;
  min-height: 300px;
}
.services-sec .service-box span {
  font-size: 40px;
  opacity: 0.3;
  position: absolute;
  right: 10px !important;
  top: 0;
}
.services-sec .service-box:hover {
  background-color: #0066B1;
  color: #fff;
}
.services-sec .service-box:hover a {
  color: #fff;
}
.services-sec .service-box .services-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding-bottom: 15px;
}
.services-sec .service-box .services-icon .service-circle {
  background: #213555;
  padding: 20px;
  border-radius: 50%;
}
.services-sec .services-btn {
  background-color: #0066B1;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  offset: none;
  border-radius: 8px;
  display: inline-block;
  margin-top: 25px;
  cursor: pointer;
}
.services-sec .services-btn a {
  color: #fff;
}
.services-sec .services-btn:hover {
  outline-offset: 4px;
  outline: 2px solid #0066B1;
}

.industries-sec {
  background: rgb(0, 102, 177);
  background: linear-gradient(0deg, rgba(0, 103, 177, 0.295) 50%, rgb(255, 255, 255) 50%);
}

.industries-title {
  text-align: center;
}
.industries-title h2 {
  margin-bottom: 15px;
}
.industries-title p {
  color: #0066B1;
}

.industries-img {
  position: relative;
}
.industries-img:hover .overlay {
  opacity: 1;
  height: 80px;
}
.industries-img img {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.industries-img .overlay {
  position: absolute !important;
  bottom: 0 !important;
  background: #0066B1;
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: 0;
}

.data-title h2 {
  margin-bottom: 15px;
}

.click-btn {
  background-color: #0066B1;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  offset: none;
  border-radius: 8px;
  margin-top: 25px;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
}
.click-btn:hover {
  outline-offset: 4px;
  outline: 2px solid #0066B1;
}

.why_chooe_text h2 {
  color: #0066B1;
}

.why_chooe_card {
  background-color: rgba(255, 255, 255, 0.7411764706);
  padding: 15px;
  min-height: 300px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.why_chooe_card h5 span {
  padding-right: 10px;
}

.botton_btn {
  background-color: #000;
  padding: 10px;
  bottom: 0;
  right: 20px;
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  border-radius: 5px;
}
.botton_btn i {
  font-size: 20px;
  color: #fff;
}

.footer-sec {
  background: url("../images/footer-sec.png") center no-repeat;
  width: 100%;
  background-size: cover;
}
.footer-sec .footer-text {
  color: #fff;
}
.footer-sec .footer-text h2 {
  margin-bottom: 20px;
}
.footer-sec .footer-text ul {
  list-style: none;
  padding: 0;
}
.footer-sec .footer-text ul li {
  margin-bottom: 15px;
}
.footer-sec .footer-text ul li a {
  color: #fff;
}

.copy-right {
  text-align: center;
  padding: 10px;
}
.copy-right a {
  color: #000;
}
.copy-right p { font-size:12px !important;}
}

.about-banner {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.337254902);
}
.about-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
}

.list-event ul {
  list-style: none;
  padding: 0;
}
.list-event ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}

.card-box {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #0066B1;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.card-box span {
  font-size: 25px;
  font-weight: 600;
}
.card-box:hover {
  transform: translateY(-10px);
}

.industries-img {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.industries-img img {
  transition: 0.3s ease-in-out;
  width: 100%;
  transform: scale(1);
}
.industries-img img:hover {
  transform: scale(1.1);
}
.industries-img .industries_title {
  background: #0066B1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.industries-img .industries_title h5 {
  font-size: 17px;
  margin: 0 !important;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}
.contact-info ul li {
  margin-bottom: 45px;
  display: flex;
  gap: 20px;
  font-size: 18px;
}
.contact-info ul li i {
  border: 1px solid #0066B1 !important;
  font-size: 20px;
  padding: 15px;
  border-radius: 50%;
  color: #0066B1;
}
.contact-info ul li a {
  font-size: 18px;
  color: #000;
}

#contact-form {
  width: 80% !important;
  margin: 0 auto !important;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
}
#contact-form .submit-btn {
  border: none !important;
  background-color: #213555;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */