@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Tajawal", sans-serif;
  color: #0c0c0c;
  background-color: rgb(254, 255, 244);
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}
.heading_container h2 span {
  color: #004271;
}
.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;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

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

.navbar-brand {
  font-family: "Playfair Display", serif;
}
.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.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: #004271;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #b4d351;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #004271;
}

.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: #000000;
  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: #000000;
  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;
}

.dropdown-menu {
  min-width: 16rem;
}
.dropdown-menu li {
  padding: 0.5rem;
  background-color: #ffffff;
}
.dropdown-menu li a {
  color: #004271;
}
.dropdown-menu li a:hover {
  color: #b4d351;
}

/*end header section*/
.formEdit {
  margin: 0 auto;
  width: 50%;
}

/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .carousel-item .bk-img {
  height: 82vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_section .detail-box {
  text-align: end;
}
.slider_section .detail-box h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #b4d351;
}
.slider_section .detail-box h1 span {
  color: #b4d351;
  font-size: 28px;
}
.slider_section .detail-box p {
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #004271;
}
.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #004271;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel-indicators {
  position: unset;
  justify-content: flex-start;
  align-items: center;
}
.slider_section .carousel-indicators li {
  background-color: #b4d351;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}
.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #004271;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_bg_box .overlay-bk-slider {
  background-color: #000000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.slider_bg_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.who_us_heading {
  padding: 20px 0;
}

.who_us_box .heading_container {
  color: #b4d351;
  margin-bottom: 10px;
  align-items: center;
}
.who_us_box .who_us_content {
  font-weight: bold;
  text-align: center;
}
.who_us_box .who_us_content .main-ques {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #1f1f1f;
  font-weight: bold;
}
.who_us_box .who_us_content .main-answer {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #004271;
}
.who_us_box .box p {
  color: #004271;
  align-items: center;
  font-size: 1.3rem;
}
.who_us_box .box {
  padding: 50px 45px;
  position: relative;
}
.who_us_box .arrival_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.who_us_box .arrival_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.who_us_box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b4d351;
  border: 1px solid #b4d351;
  color: #004271;
  border-radius: 0;
  transition: all 0.3s;
  margin-top: 10px;
  border-radius: 10px;
}
.who_us_box a:hover {
  background-color: transparent;
  color: #b4d351;
}
.who_us_box a:hover {
  background-color: #004271;
}

.about_main .shefak-content p {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}
.about_main .heading_container {
  color: #004271;
  margin-bottom: 10px;
}
.about_main .box {
  padding: 120px 45px;
  position: relative;
  height: 800px;
}
.about_main .about_main_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_main .about_main_bg_box .overlay-bk-slider {
  background-color: silver;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.about_main .about_main_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.our_services_sec .heading_container {
  margin-bottom: 20px;
}
.our_services_sec .box {
  position: relative;
  margin-top: 25px;
  background-color: #f7f8f9;
  transition: all 0.3s;
  overflow: hidden;
  height: 580px;
}
.our_services_sec .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.our_services_sec .box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 90%;
  max-height: 100%;
  transition: all 0.3s;
}
.our_services_sec .box .detail-box {
  text-align: center;
}
.our_services_sec .box .detail-box h5 {
  font-size: 22px;
  margin-top: 20px;
  color: #1f1f1f;
  font-weight: bold;
}
.our_services_sec .box:hover img {
  transform: scale(1.1);
}
.our_services_sec .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.our_services_sec .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(202, 201, 199, 0.75);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(100%);
}
.our_services_sec .options {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_services_sec .options .service_content {
  font-size: 1rem;
  font-weight: bold;
  color: #004271;
}
.our_services_sec .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  transition: all 0.3s;
  margin: 5px 0;
}
.our_services_sec .options .option1 {
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
}
.our_services_sec .options .option1:hover {
  background-color: transparent;
  color: #004271;
}
.our_services_sec .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.our_services_sec .options .option2:hover {
  background-color: transparent;
  color: #000000;
}
.our_services_sec .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.our_services_sec .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.our_services_sec .btn-box a:hover {
  background-color: transparent;
  color: #004271;
}

.product_section .heading_container {
  margin-bottom: 20px;
}
.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 15px;
  background-color: #f7f8f9;
  transition: all 0.3s;
  overflow: hidden;
}
.product_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 215px;
}
.product_section .box .img-box img {
  max-width: 100%;
  max-height: 160px;
  transition: all 0.3s;
}
.product_section .box .detail-box {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 10px;
}
.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #b4d351;
  font-weight: 600;
}
.product_section .box:hover img {
  transform: scale(1.1);
}
.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(202, 201, 199, 0.75);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(100%);
}
.product_section .options {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  transition: all 0.3s;
  margin: 5px 0;
}
.product_section .options .option1 {
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
}
.product_section .options .option1:hover {
  background-color: transparent;
  color: #004271;
}
.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}
.product_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.product_section .btn-box a:hover {
  background-color: transparent;
  color: #004271;
}

.arrival_section .heading_container {
  color: #b4d351;
  margin-bottom: 10px;
}
.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}
.arrival_section .arrival_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.arrival_section .arrival_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.arrival_section a:hover {
  background-color: transparent;
  color: #004271;
}

.why_section .box {
  text-align: center;
  margin-top: 45px;
  background-color: #b4d351;
  padding: 25px;
  border-radius: 5px;
  color: #ffffff;
}
.why_section .box .img-box {
  margin-bottom: 15px;
}
.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}
.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}
.subscribe_section .subscribe_form .heading_container {
  justify-content: center;
  color: #b4d351;
}
.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}
.subscribe_section .subscribe_form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe_section .subscribe_form form input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 0 25px;
  background-color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
.subscribe_section .subscribe_form form input::-moz-placeholder {
  color: #171620;
}
.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}
.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 35px;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}
.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #004271;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 55px;
}
.client_section .box .img_container {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #3c3c3c;
}
.client_section .box .img_container .img-box {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}
.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}
.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}
.client_section .box .detail-box {
  margin-top: 25px;
}
.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}
.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #004271;
  border-radius: 100%;
}
.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}
.client_section .carousel-control-prev {
  left: 25%;
}
.client_section .carousel-control-next {
  right: 25%;
}

.who_us_content .contact-us {
  color: #004271;
  font-size: 20px;
}

.analysis_services_sec .heading_container {
  margin-bottom: 20px;
}
.analysis_services_sec .box {
  position: relative;
  margin-top: 25px;
  background-color: #f7f8f9;
  transition: all 0.3s;
  overflow: hidden;
  height: 580px;
}
.analysis_services_sec .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.analysis_services_sec .box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 90%;
  max-height: 100%;
  transition: all 0.3s;
}
.analysis_services_sec .box .detail-box {
  text-align: center;
}
.analysis_services_sec .box .detail-box h5 {
  font-size: 22px;
  margin-top: 20px;
  color: #1f1f1f;
  font-weight: bold;
}
.analysis_services_sec .box:hover img {
  transform: scale(1.1);
}
.analysis_services_sec .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.analysis_services_sec .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(100%);
}
.analysis_services_sec .options {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.analysis_services_sec .options .service_content {
  font-size: 1rem;
  font-weight: bold;
  color: #004271;
}
.analysis_services_sec .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  transition: all 0.3s;
  margin: 5px 0;
}
.analysis_services_sec .options .option1 {
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
}
.analysis_services_sec .options .option1:hover {
  background-color: transparent;
  color: #004271;
}
.analysis_services_sec .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.analysis_services_sec .options .option2:hover {
  background-color: transparent;
  color: #000000;
}
.analysis_services_sec .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.analysis_services_sec .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #004271;
  border: 1px solid #004271;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.analysis_services_sec .btn-box a:hover {
  background-color: transparent;
  color: #004271;
}

/* footer section*/
.footer_section {
  background: #360033; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  padding-top: 70px;
  text-align: center;
}
.footer_section h4 {
  font-size: 28px;
}
.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
}
.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: #004271;
}
.footer_section .footer_detail a {
  color: #004271;
  font-weight: bold;
}
.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}
.footer_section .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b4d351;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}
.footer_section .footer_social a:hover {
  color: #004271;
}
.footer_section .services_footer ul {
  list-style: none;
}
.footer_section .services_footer ul a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.footer_section .services_footer ul a:hover {
  color: #b4d351;
}
.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}
.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid #efefef;
}
.footer_section .footer-info p a {
  color: inherit;
}

#callnowbutton div svg {
  padding: 10px;
  background-color: rgb(37, 211, 102);
  color: rgb(255, 255, 255);
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */