@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
.main_color {
  color: #2FAB4A;
}

.secondary_color {
  color: #33347F;
}

body {
  font-family: "Nunito", sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

body,
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

@keyframes goDown {
  0% {
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes goUp {
  0% {
    transform: translateY(110px);
    visibility: hidden;
    opacity: 0;
  }
}
.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

section .img-box img {
  border-radius: 10px;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url("../images/collections/pexels-artur-3061628-30282653.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #24255b;
}

.header_section {
  padding: 15px 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #2FAB4A;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.slider_section .owl-item.active p {
  animation: goDown 0.6s linear alternate both;
}
.slider_section .owl-item p {
  color: #fefefe;
  font-size: 20px;
  text-align: center;
}

.about_section .row {
  align-items: center;
}
.about_section .detail-box h3 {
  font-weight: bold;
}
.about_section .detail-box p {
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2FAB4A;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #2FAB4A;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #2FAB4A;
}

section.different_section p,
section.about_section p {
  line-height: 35px;
}

section.our_partners .owl-carousel .owl-item {
  height: 210px;
  overflow: hidden;
}

section.equipments .portfolio-filter {
  border-radius: 50px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px -5px #1f1f1f;
}
section.equipments .portfolio-filter li {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s;
}
section.equipments .portfolio-filter li.active {
  background-color: #33347F;
  color: #ffffff;
  border-radius: 50px;
}

.footer_section {
  background: url("../images/shapes/bg-top.png") #24255b no-repeat;
  color: #ffffff;
  padding: 160px 0 15px 0;
  position: relative;
}
.footer_section h4 {
  font-weight: 600;
}
.footer_section .footer_col {
  margin-bottom: 30px;
}
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}
.footer_section .footer_contact .contact_link_box a:hover {
  color: #2FAB4A;
}
.footer_section .footer_social {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}
.footer_section .footer_social a:hover {
  color: #2FAB4A;
}
.footer_section .footer_links {
  display: flex;
  flex-wrap: wrap;
}
.footer_section .footer_links a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  flex-basis: 45%;
}
.footer_section .footer_links a:hover {
  color: #2FAB4A;
}
.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}
.footer_section form input::-moz-placeholder {
  color: #777;
}
.footer_section form input::placeholder {
  color: #777;
}
.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #2FAB4A;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #2FAB4A;
  margin-top: 15px;
}
.footer_section form button:hover {
  background-color: transparent;
  color: #2FAB4A;
}
.footer_section .footer-info {
  text-align: center;
}
.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}
.footer_section .footer-info p a {
  color: inherit;
}/*# sourceMappingURL=style.css.map */