/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 700;
  word-spacing: 1px;
  background-color: #f0ab00;
  color: #30335e;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
}
.link i {
  line-height: 15px;
  vertical-align: middle !important;
  margin: 0 3px;
}
.link:hover {
  background-color: #30335e;
  color: #fff;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #f0ab00;
  color: #30335e;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s linear color, 0.2s linear background-color;
  -moz-transition: 0.2s linear color, 0.2s linear background-color;
  -ms-transition: 0.2s linear color, 0.2s linear background-color;
  -o-transition: 0.2s linear color, 0.2s linear background-color;
  transition: 0.2s linear color, 0.2s linear background-color;
}
.icon:hover {
  background-color: #30335e;
  color: #fff;
}

.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 25px;
  font-size: 15px;
  color: #30335e;
  position: relative;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  color: #f0ab00;
}
@media (max-width: 575px) {
  .list {
    font-size: 13px;
  }
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #30335e !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  text-align: start;
  position: relative;
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #f0ab00;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f0ab00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #30335e;
}

/* Loading
=========================*/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
.loading img {
  max-width: 270px;
  animation: img_scale 0.7s infinite linear;
}

@keyframes img_scale {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* Mouse Cursor
=========================*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 991px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #f0ab00;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #f0ab00;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #f0ab00;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -ms-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 98;
}
section.colored {
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  section {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

.section_title {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 22px;
  color: #30335e;
}
.section_title h3 {
  margin: 0 auto 15px;
  font-size: 32px;
  font-weight: 700;
}
.section_title p {
  font-size: 16px;
  max-width: 576px;
  margin: auto;
  word-spacing: 1px;
}
@media (max-width: 575px) {
  .section_title h3 {
    font-size: 24px;
  }
  .section_title p {
    font-size: 14px;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9998;
  margin: 0;
  font-weight: 800;
}

.social {
  display: inline-block;
  border: 0px;
  margin: 10px 0px;
}
.social a {
  padding: 0px;
  border: 0px;
  margin: 0px;
  color: #fff;
}
.social a i {
  border: 0px;
  line-height: 40px;
  font-size: 16px;
  display: block;
}

.facebook {
  background-color: #1877f2;
}

.instagram {
  background-color: #e4405f;
}

.linkedin {
  background-color: #0a66c2;
}

.twitter {
  background-color: #1da1f2;
}

/* Page Head
=======================*/
.page_head {
  background: url(../images/bc.jpg) center no-repeat fixed;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  padding: 170px 0 50px;
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 51, 94, 0.95);
}
.page_head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
.page_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.page_head ul li a {
  font-size: 16px;
  display: block;
  color: #f0ab00;
  padding: 0 15px;
  margin-inline-end: 5px;
  position: relative;
}
.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 18px;
  color: #f0ab00;
}
@media (max-width: 575px) {
  .page_head {
    padding-top: 120px;
  }
  .page_head h3 {
    font-size: 24px;
  }
}

label {
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #30335e;
  border: 1px solid #e3e3e3;
  letter-spacing: 0px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Contact
====================*/
.contact {
  text-align: start;
  padding-bottom: 0;
}
.contact .contact_form {
  padding: 25px;
  background-color: #fff;
}
.contact .link {
  margin: 15px 0 0;
}
.contact .contact_info {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fff;
}
.contact .contact_info h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 35px;
}
.contact .contact_info li {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .contact_info li::before {
  display: none;
}
.contact .contact_info li i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  color: #30335e;
  background-color: #f0ab00;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.contact .contact_info li a {
  display: inline-block;
  color: #30335e;
  line-height: 27px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
}
.contact .contact_info li a:hover {
  color: #f0ab00;
}
.contact .contact_info li span {
  display: block;
}
.contact iframe {
  margin: 50px auto -2px;
}

.locations {
  padding: 0;
}
.locations .lists_address {
  background-color: #fff;
  height: 435px;
  overflow: hidden;
  overflow-y: auto;
}
.locations .lists_address li {
  display: block;
}
.locations .lists_address a {
  display: block;
  color: #30335e;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
}
.locations .lists_address a p {
  margin: 0;
}
.locations .lists_address a span {
  font-weight: #f0ab00;
  font-weight: 700;
}

.map {
  padding: 0;
}
.map iframe {
  margin: 0;
  padding: 0;
}

.modal {
  z-index: 9999;
  padding: 0 !important;
}

.modal .modal-dialog {
  margin: auto;
  top: 50px;
  width: 96%;
  max-width: 430px;
  background-color: #fff;
  overflow: hidden;
  border-top: 5px solid #f0ab00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.modal .modal-content .close {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #f0ab00;
  color: #212121;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.modal .modal-content form {
  padding: 25px;
}
.modal .modal-content form .form_title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #30335e;
  margin-bottom: 25px;
}
.modal .modal-content form .form-control {
  border: 1px solid #dadada;
  margin: 15px auto;
}
.modal .modal-content form .link {
  margin: 15px auto;
}

.modal-backdrop.show {
  opacity: 0.95;
  z-index: 9998;
}

.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

/*  Top Header
=============================*/
.top_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9998;
  padding: 8px 0;
}
.top_header .col-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_header p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  word-spacing: 3px;
}
.top_header li a {
  color: #fff;
  display: block;
  line-height: 30px;
  margin-inline-start: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}
.top_header li a i {
  background-color: #fff2;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
}
@media (max-width: 991px) {
  .top_header {
    display: none;
  }
}

/*  Header
=============================*/
header {
  position: fixed;
  top: 48px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 9998;
  min-height: 85px;
  border: solid #fff2;
  border-width: 1px 0;
  -webkit-transition: 0.3s linear top, 0.3s linear background-color;
  -moz-transition: 0.3s linear top, 0.3s linear background-color;
  -ms-transition: 0.3s linear top, 0.3s linear background-color;
  -o-transition: 0.3s linear top, 0.3s linear background-color;
  transition: 0.3s linear top, 0.3s linear background-color;
}
@media (max-width: 991px) {
  header {
    top: 0;
  }
}
header.move {
  border: 0;
  top: 0;
  background-color: #30335e;
}
header .container {
  position: relative;
  min-height: 85px;
}
header .navbar-brand {
  margin: 0px;
  padding: 5px 0;
  height: 85px;
  width: auto;
  top: 0;
  right: 0;
  z-index: 9999;
  position: absolute;
}
header .navbar-brand img {
  height: 100%;
}
header .btns {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  margin: auto;
  z-index: 9999;
}
header .btns .menu-btn {
  display: none;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -85px;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px 0;
  padding-inline-end: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.navbar ul.navbar-nav li {
  display: inline-block;
}
.navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin-inline-end: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 35px;
  word-spacing: 2px;
}
.navbar ul.navbar-nav li a:hover {
  color: #f0ab00;
}
.navbar ul.navbar-nav li a.active {
  background-color: #fff;
  color: #30335e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .navbar ul.navbar-nav li.dropdown .dropdown-menu {
    display: block;
    left: auto;
    right: 0;
    margin: 0;
    top: 60px;
    width: 100%;
    min-width: 220px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    transform-origin: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a {
    margin: 0;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 15px;
    text-align: start;
    color: #212121;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a:hover {
    color: #f0ab00;
    background-color: transparent;
  }
  .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 1px 10px 0px #ddd4;
    -moz-box-shadow: 0px 1px 10px 0px #ddd4;
    -ms-box-shadow: 0px 1px 10px 0px #ddd4;
    -o-box-shadow: 0px 1px 10px 0px #ddd4;
    box-shadow: 0px 1px 10px 0px #ddd4;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.search_form {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 415px;
  width: 100%;
}
.search_form.show {
  display: block;
}
.search_form .form-group {
  margin: 0;
}
.search_form .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

@media (max-width: 991px) {
  header .btns {
    left: 15px;
  }
  header .btns .menu-btn {
    display: inline-block;
    margin: 0;
  }

  .navbar {
    margin-top: 0;
    background-color: #30335e;
    height: 100%;
    max-height: 440px;
    overflow: hidden;
    overflow-y: auto;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    padding-bottom: 10px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    color: #fff;
    text-align: start;
    margin: 0;
    padding: 0 25px;
  }
  .navbar .dropdown .dropdown-menu {
    position: static;
    clear: both;
    box-shadow: none;
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar .dropdown .dropdown-menu a {
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .navbar .dropdown .dropdown-menu a:hover {
    background-color: transparent;
  }
  .navbar .dropdown.show .dropdown-menu {
    display: block;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.06);
  }
}
@media (max-width: 575px) {
  header .navbar-brand {
    height: 60px;
    padding: 0;
    margin: 12px 0;
  }
}
/* Main Section
=============================*/
.main_section {
  width: 100%;
  padding: 0px !important;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/bc.jpg) center fixed no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .main_section {
    height: 490px;
  }
}

.look_cont {
  position: absolute;
  background-color: rgba(48, 51, 94, 0.95);
  top: 0px;
  left: 0px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.look_cont h1 {
  color: white;
  font-weight: 800;
  font-size: 62px;
  max-width: 940px;
}
.look_cont p {
  max-width: 768px;
  margin: 20px 0;
  color: #fff;
  font-size: 32px;
}
.look_cont .link {
  margin: 25px auto 0px;
}
@media (max-width: 1199px) {
  .look_cont h1 {
    font-size: 58px;
  }
  .look_cont p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .look_cont h1 {
    font-size: 38px;
  }
  .look_cont p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .look_cont {
    padding: 0 10px;
  }
  .look_cont h1 {
    font-weight: 700;
    font-size: 22px;
  }
  .look_cont p {
    margin: 10px auto 0;
    font-size: 14px;
  }
}

.carousel,
.carousel-item,
.carousel-inner {
  width: 100%;
  height: 100%;
}

.main_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.main_section .carousel-indicators {
  right: 0;
  left: 0;
  bottom: 120px;
  margin: auto;
  height: 12px;
  width: 100%;
  text-align: center;
  padding: 0px;
  display: block;
}
.main_section .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 1;
  overflow: hidden;
  background-color: white;
  text-indent: unset;
  margin: 0 2px;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.4s width linear;
  -moz-transition: 0.4s width linear;
  -ms-transition: 0.4s width linear;
  -o-transition: 0.4s width linear;
  transition: 0.4s width linear;
}
.main_section .carousel-indicators li.active {
  background-color: #f0ab00;
  width: 27px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  inset: 0px 25px 0px auto;
  margin: auto;
  opacity: 1;
  right: 10px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .carousel-control-next,
.carousel-control-prev {
    display: none;
  }
}

.carousel-control-next i,
.carousel-control-prev i {
  line-height: 40px;
}

.carousel-control-prev {
  left: 10px;
  right: auto;
}

.about {
  padding-top: 0;
}
.about.pt-70 {
  padding-top: 70px;
}
.about .about_cont {
  margin-top: -50px;
  background-color: #fff;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.about .about_cont::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/about_bc.png) center no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  opacity: 45%;
}
.about .about_cont p {
  padding: 50px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
  word-spacing: 1px;
  position: relative;
  text-align: justify;
  margin: 0;
}
@media (max-width: 1199px) {
  .about .about_cont p {
    font-size: 16px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .about .about_cont p {
    font-size: 14px;
    line-height: 25px;
    padding: 35px;
  }
}
.about .about_cont p::before, .about .about_cont p::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  font-size: 60px;
  opacity: 15%;
  color: #f0ab00;
}
.about .about_cont p::before {
  top: -10px;
  right: 50px;
  content: "\f10e";
}
.about .about_cont p::after {
  content: "\f10d";
  bottom: -10px;
  left: 50px;
}
.about .about_cont img {
  min-width: 50%;
}
.about .about_cont .exper {
  position: absolute;
  left: -20px;
  bottom: 65px;
  background-color: #f0ab00;
  font-size: 28px;
  text-align: center;
  padding: 15px 25px;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  z-index: 9998;
}
.about .about_cont .exper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 20px;
  border: 10px solid transparent;
  border-top-color: #f0ab00;
  border-right-color: #f0ab00;
}
.about .about_cont .exper span {
  line-height: 50px;
  font-size: 48px;
  display: block;
  font-weight: 800;
}
@media (max-width: 767px) {
  .about .about_cont {
    flex-direction: column;
  }
  .about .about_cont::before {
    width: 100%;
    height: 50%;
  }
  .about .about_cont p {
    line-height: 35px;
    padding: 35px;
  }
  .about .about_cont img {
    z-index: 9997;
  }
}
@media (max-width: 575px) {
  .about .about_cont p {
    line-height: 25px;
    padding: 15px 25px;
    font-size: 12px;
  }
  .about .about_cont .exper {
    left: 0;
    bottom: 15px;
    font-size: 18px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }
  .about .about_cont .exper::after {
    display: none;
  }
}

.client_item {
  background-color: #fff;
  padding: 5px;
  margin: 15px auto;
}

.side_txt {
  margin: 25px 0;
}

.text {
  margin: 25px 0;
}
.text h3 {
  line-height: 40px;
  font-size: 24px;
  word-spacing: 1px;
  position: relative;
  margin: 0 0 15px;
  color: #f0ab00;
  font-weight: 700;
}
.text p {
  line-height: 35px;
  font-size: 15px;
  word-spacing: 1px;
  position: relative;
  margin: 0 0 15px;
  color: #30335e;
  font-weight: 700;
}

.gallery_wrap a {
  display: block;
  margin-bottom: 25px;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .hidden_md {
    display: none;
  }
}
.products {
  padding-top: 0;
}
.products .container-fluid {
  position: relative;
  background-color: #30335e;
  padding: 80px 15px 120px;
  color: #fff;
  background: url(../images/bc.jpg) center fixed no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .products .container-fluid {
    padding: 30px 15px 90px;
  }
}
.products .container-fluid::before {
  content: "";
  position: absolute;
  background-color: rgba(48, 51, 94, 0.95);
  top: 0px;
  left: 0px;
  text-align: center;
  height: 100%;
  width: 100%;
}
.products .gray_bc {
  position: relative;
  z-index: 999;
  margin-top: -80px;
  background-color: #f4f4f4;
  padding: 30px;
}
@media (max-width: 767px) {
  .products .gray_bc {
    padding: 0;
  }
}
.products .section_title {
  color: #fff;
}

.product_item {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: #30335e;
  margin-top: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.product_item:hover {
  color: #30335e;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px 0px #e5e5e5;
  -moz-box-shadow: 0px 0px 20px 0px #e5e5e5;
  -ms-box-shadow: 0px 0px 20px 0px #e5e5e5;
  -o-box-shadow: 0px 0px 20px 0px #e5e5e5;
  box-shadow: 0px 0px 20px 0px #e5e5e5;
}
.product_item:hover h3 {
  color: #f0ab00;
}
.product_item img {
  width: 100%;
  margin-bottom: 25px;
}
.product_item h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #30335e;
  letter-spacing: 1px;
}
.product_item p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}

.products_list {
  text-align: start;
  position: sticky;
  top: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.products_list h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  background-color: #30335e;
  color: #fff;
}
.products_list a {
  display: block;
  position: relative;
  line-height: 30px;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  overflow: hidden;
  color: #212121;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-right: 25px;
}
.products_list a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 2px;
  bottom: 0;
  margin: auto;
  line-height: 45px;
  color: #30335e;
}
.products_list a.active {
  color: #30335e;
}
.products_list .link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0;
}
.products_list .link::before {
  display: none;
}

/* Blog
===================*/
.blog_item {
  display: block;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog_item .cover {
  overflow: hidden;
  position: relative;
}
.blog_item .cover img {
  width: 100%;
  -webkit-transition: 0.5s linear transform;
  -moz-transition: 0.5s linear transform;
  -ms-transition: 0.5s linear transform;
  -o-transition: 0.5s linear transform;
  transition: 0.5s linear transform;
}
.blog_item .cont {
  background-color: #fafafa;
  padding: 45px 15px 20px 15px;
  position: relative;
  color: #30335e;
  word-spacing: 1px;
}
.blog_item .cont .date {
  width: 50px;
  height: 55px;
  position: absolute;
  top: -25px;
  right: 15px;
  padding: 8px;
  line-height: 20px;
  background-color: #f0ab00;
  text-align: center;
  font-weight: 700;
  color: #30335e;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog_item .cont a {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #30335e;
}
.blog_item .cont a:last-child {
  color: #f0ab00;
  font-size: 14px;
}
.blog_item .cont a:last-child i {
  margin-inline-start: 5px;
  vertical-align: middle;
}
.blog_item .cont p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 25px;
  word-spacing: 2px;
}
.blog_item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -moz-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -ms-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -o-box-shadow: 0px 0px 5px 0px #e7e7e7;
  box-shadow: 0px 0px 5px 0px #e7e7e7;
}
.blog_item:hover .cover img {
  -webkit-transform: rotate(1deg) scale(1.07);
  -moz-transform: rotate(1deg) scale(1.07);
  -ms-transform: rotate(1deg) scale(1.07);
  -o-transform: rotate(1deg) scale(1.07);
  transform: rotate(1deg) scale(1.07);
}

.more_btn {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 40px;
  border: 1px solid #0003;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #30335e;
  padding: 0 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.more_btn:hover {
  color: #f0ab00;
}
@media (max-width: 767px) {
  .more_btn {
    position: relative;
    left: auto;
    top: auto;
    margin: 15px auto 0;
  }
}

/* News Details
===================*/
.blog {
  padding: 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog h3 {
  margin: 0 auto 15px;
  font-size: 22px;
  color: #30335e;
  font-weight: 700;
}
.blog h4 {
  font-size: 14px;
  margin: 0 0 15px;
  color: #f0ab00;
  font-weight: 700;
}
.blog h4 i {
  margin-inline-end: 5px;
}
.blog img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0;
}
.blog p {
  font-size: 15px;
  line-height: 30px;
  color: #444;
}

.related {
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: sticky;
  top: 100px;
}
.related h3 {
  font-weight: 700;
  font-size: 16px;
  color: #30335e;
  margin: 10px 0 15px 0;
}
.related li {
  display: block;
}

.side_search {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.side_search .form-control {
  background-color: #f4f4f4;
}
.side_search .form-group {
  margin: 0;
  position: relative;
}
.side_search .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.list_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #30335e;
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
}
.list_item:hover {
  color: #f0ab00;
}
.list_item img {
  margin: 0 0 0 10px;
  width: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.list_item p {
  margin: 0;
}

/* Subscribe
======================*/
.subscribe {
  overflow: hidden;
  background-color: #30335e;
  border-bottom: 1px solid #fff2;
}
.subscribe .subscribe_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px 15px;
}
.subscribe .subscribe_cont h3 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 40px;
  margin: 0 0 15px;
}
.subscribe .subscribe_cont img {
  max-width: 380px;
  width: 98%;
}
.subscribe .subscribe_cont p {
  font-size: 14px;
  margin: 0;
}
.subscribe .subscribe_cont form {
  max-width: 480px;
  position: relative;
  z-index: 99;
  width: 100%;
}
.subscribe .subscribe_cont form .link {
  margin: 0;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  line-height: 45px;
}
@media (max-width: 575px) {
  .subscribe .subscribe_cont form .link {
    position: relative;
    width: 100%;
    margin: 15px auto 0;
  }
}
@media (max-width: 767px) {
  .subscribe .subscribe_cont {
    flex-direction: column;
    text-align: center;
  }
}

/* Footer
=====================*/
footer {
  padding: 0;
  position: relative;
  z-index: 9997;
  background-color: #30335e;
}
footer p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-inline-end: 15px;
}
footer h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700;
  padding-inline-start: 40px;
  position: relative;
  line-height: 30px;
  color: #fff;
}
footer h3::before {
  content: "";
  background-color: #f0ab00;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 3px;
  width: 25px;
}
footer ul {
  margin-bottom: 15px;
}
footer ul.row {
  margin: 0;
}
footer ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
footer ul li a {
  display: inline-block;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
  font-weight: 400;
}
footer ul li a:hover {
  color: #f0ab00;
}
footer ul li::before {
  content: "";
  color: #fff9;
  position: absolute;
  content: "\f104";
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .social li {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}
footer .social li::before {
  display: none;
}
footer .contact_info li {
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .contact_info li::before {
  display: none;
}
footer .contact_info li i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff2;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
footer .contact_info li a {
  text-transform: lowercase;
}
footer .contact_info li span {
  display: block;
}
footer .copyrights {
  text-align: center;
  color: #fff7;
  font-size: 14px;
  padding: 25px 15px;
  border-top: 1px solid #fff2;
  margin-top: 25px;
}

.up_btn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
}

/*# sourceMappingURL=style.css.map */
