@font-face {
  font-family: myFirstFont;
  src: url(../fonts/29ltbukrabold.ttf);
}
@font-face {
  font-family: mysecondFont;
  src: url(../fonts/29ltbukraregular.ttf);
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --primary-color: rgba(254, 165, 0, 1);
  --primary-light: rgba(252, 181, 49, 1) ;
  --secondry-color: rgba(12, 16, 63, 1);
  --secondry-light: rgba(59, 62, 99, 1);
}

body, html {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #ebebef !important;
}

.prim_color {
  color: var(--primary-color);
}

header .navbar {
  position: relative !important;
}
header nav .service_btn {
  text-decoration: none;
  color: white !important;
  background-color: var(--primary-color);
  padding: 10px;
  width: 160px !important;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
header nav .img-brand {
  max-width: 320px;
  width: 90%;
}
header nav a {
  font-size: 16px;
  font-weight: 700;
  font-family: "myFirstFont", sans-serif;
}
header nav .input-group .form-control {
  font-family: mysecondFont, FontAwesome;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 16px;
}
header nav .navbar-collapse ul:first-child > li {
  padding: 5px 5px !important;
}
header nav .navbar-collapse ul:first-child .active > a {
  padding-bottom: 12px;
  border-bottom: 4px solid var(--primary-color);
}
header nav .navbar-collapse ul:first-child > li:not(.active):after {
  content: "";
  width: 80%;
  height: 5px;
  margin: auto;
  display: block;
  transform: scaleX(0);
  box-shadow: 0 4px 0 var(--primary-color);
  transform-origin: bottom left;
  transition: transform 0.5s ease-out;
}
header nav .navbar-collapse ul:first-child > li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
header nav .sidenav #mySidenav-itm ul li a {
  padding: 0px 0px 10px;
  display: block;
  border-bottom: 1px solid rgb(214, 214, 214);
}
header nav .sidenav #mySidenav-itm ul li li a {
  border: none;
  padding: 5px;
}
header nav .sidenav #mySidenav-itm ul li li a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: auto;
  height: auto;
  padding: 10px;
}
header nav .sidenav li.active a {
  border-bottom: 4px solid var(--primary-color) !important;
}
header nav ul:first-child {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul:first-child > li {
  cursor: pointer;
  position: relative;
}
header nav ul:first-child li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 15px 5px;
}
header nav ul:first-child li a:hover {
  color: var(--primary-color);
}
header nav ul:first-child li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: var(--secondry-color) !important;
  font-size: 16px;
  text-align: center;
}
header nav ul:first-child li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  top: 102%;
  left: 0px;
}
header nav ul:first-child li ul li:hover {
  background-color: #ebe9e9;
}
header nav ul:first-child li:hover ul {
  display: block;
}

header.scrolled nav.navbar.navbar-expand-md {
  transition: all 5s ease-in-out;
  position: fixed !important;
  top: 0px;
  height: 80px;
  background-color: firebrick;
}
header.scrolled nav.navbar.navbar-expand-md li {
  padding: 16px 10px !important;
}
header.scrolled nav.navbar.navbar-expand-md img {
  width: 60px;
}

nav li.parent-list {
  display: flex;
}

header .navbar-collapse {
  flex-grow: unset !important;
}
header nav {
  position: fixed !important;
  top: 0;
  z-index: 99999;
}
header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}
header .sidenav ul.dropdown-menu {
  position: absolute !important;
  width: 100%;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
header .sidenav a {
  padding: 8px 32px 8px 8px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  display: block;
  transition: 0.3s;
}
header .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 36px;
}

.line {
  background: #030101;
  position: relative;
  height: 2px;
  width: 35px;
  display: block;
  margin: 8px;
  transition: background 0.3s;
}

.second_line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  right: 30px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.first_line {
  top: 10px;
  transform: rotate(135deg);
}

.last_line {
  transform: rotate(-135deg);
}

.carousel-control-prev, .carousel-control-next {
  width: auto !important;
}

.carousel-control-prev {
  left: 40px !important;
}

.carousel-control-next {
  right: 40px !important;
}

.carousel-control-next span, .carousel-control-prev span {
  background-color: rgb(255, 255, 255) !important;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
  color: var(--secondry-color) !important;
}

.slide .px-media {
  aspect-ratio: 2.5/1;
  background-size: 100% 100%;
}
.slide .px-media .content {
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  width: 100%;
  background-image: url(../images/Group144.png);
  background-color: rgba(0, 0, 0, 0.4509803922);
}
.slide .px-media .content h1 {
  font-family: myFirstFont;
  font-size: 3vw;
}
.slide .px-media .content p {
  font-family: mysecondFont;
  margin: 20px 10px 30px;
}
.slide .px-media .content .service_btn {
  text-decoration: none;
  color: white !important;
  background-color: var(--primary-color);
  padding: 10px 2%;
  width: 178px !important;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-family: myFirstFont;
}

button.scroltop {
  border-color: var(--primary-color);
  border-radius: 50%;
  background-color: var(--primary-color);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff !important;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px var(--primary-color);
  transition: all 0.8s;
  display: none;
}

button.scroltop:after, button.scroltop:after, button.scroltop:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: inherit;
  transition: transform 0.2s, opacity 0.3s;
}

button.scroltop:hover:after {
  transform: scale(1.3);
  opacity: 0;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes slideFromBottomToTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
h2.head {
  background-image: url(../images/Vector.png) !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  font-family: myFirstFont;
}

.partners .owl-nav {
  display: none;
}
.partners .img {
  border: 1px solid var(--secondry-color);
  border-radius: 50%;
  padding: 12%;
}
.partners .img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .owl2 {
  direction: ltr;
}

.about_us p {
  font-family: mysecondFont;
  margin-top: 10px;
  color: rgb(99, 98, 100);
  line-height: 1.8;
}
.about_us ul {
  list-style-type: disclosure-closed;
  font-family: mysecondFont;
}
.about_us ul li {
  margin-top: 10px;
  color: rgb(99, 98, 100);
  line-height: 1.8;
  font-size: 16px;
}
.about_us img {
  border-radius: 12px;
  margin-top: 5px;
}

.services .more {
  color: white;
  background-color: var(--primary-color);
  width: 90px;
  padding: 5px 10px;
  text-align: center;
  display: block;
  border-radius: 6px;
  margin: auto;
}
.services .row > div {
  padding: 2%;
  font-family: mysecondFont;
}
.services .row > div a {
  text-decoration: none;
}
.services .row > div img {
  border-radius: 10px 0px 0px 10px;
  width: 100%;
}
.services .row > div h3 {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  background-color: rgb(12, 16, 63);
  width: 100%;
  padding: 10px 0px;
}
.services .row > div p {
  color: rgb(99, 98, 100);
  font-size: 16px;
  padding: 10px 0px;
  text-align: justify;
  line-height: 24px;
}

.features {
  background-size: 100% 100%;
}
.features .bg-container {
  background-color: rgba(12, 16, 63, 0.9);
}
.features .row > div {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}
.features .row > div div {
  border: 1px solid rgb(254, 165, 0);
  width: 200px;
  height: 90%;
  padding: 20px 0px 0px;
  border-radius: 10px;
  margin: auto;
}
.features .row > div div img {
  width: 70%;
  height: 40%;
}
.features .row > div div p {
  margin: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: mysecondFont;
  color: white;
}
.features .row > div div h3 {
  font-size: 44px;
  font-family: myFirstFont;
  color: rgb(254, 165, 0);
}

.plogs h2.other_blogs {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  background-color: var(--primary-color);
  width: 170px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.plogs .all_plogs {
  color: #ffffff;
  font-family: myFirstFont;
  background-color: var(--primary-color);
  text-decoration: none;
  width: 160px;
  text-align: center;
  display: block;
  padding: 10px 15px;
  margin: auto;
  border-radius: 4px;
  font-size: 16px;
}
.plogs .owl1 {
  direction: ltr;
}
.plogs .owl1 .owl-nav {
  display: none;
}
.plogs .owl-theme .owl-dots .owl-dot.active span, .plogs .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
}
.plogs .owl-theme .owl-dots .owl-dot span {
  background-color: #f3dfa7;
}
.plogs .item {
  font-family: mysecondFont;
}
.plogs .item img {
  border-radius: 8px;
}
.plogs .item .border-t {
  border-top: 1px solid rgb(216, 216, 216);
  padding-top: 15px;
}
.plogs .item .border-t i {
  color: var(--primary-color);
}
.plogs .item .border-t p {
  color: var(--secondry-color);
  font-weight: 600;
}
.plogs .item .anchor_btn {
  width: 130px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: myFirstFont;
  padding: 5px 10px;
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 4px;
}
.plogs .item a {
  text-decoration: none;
}
.plogs .item a h3 {
  font-family: myFirstFont;
  color: rgb(12, 16, 63);
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px;
}
.plogs .item a p {
  color: rgb(99, 98, 100);
}

.details {
  font-family: mysecondFont;
}
.details img.head {
  max-height: 400px;
}
.details li {
  margin: 1px 0px;
}
.details p {
  margin-top: 0px;
}
.details h3 {
  font-family: myFirstFont;
  margin: 30px 0px 20px;
  font-size: 18px;
  color: rgb(12, 16, 63);
}
.details .border-t i {
  font-size: 18px;
  color: var(--primary-color);
}
.details .border-t p {
  font-family: mysecondFont;
  color: var(--secondry-color);
}

.contact .contact_info {
  margin: 10px 0px;
  justify-content: center;
}
.contact .contact_info > div {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact .contact_info > div span {
  display: block;
  color: var(--secondry-light);
  font-size: 18px;
  font-family: mysecondFont;
  margin-top: 5px;
}
.contact .contact_info > div div {
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  margin: 0px auto;
  padding: 40px 0px;
  height: 100%;
  max-width: 500px;
}
.contact .contact_info > div div h2 {
  font-size: 20px;
  color: var(--secondry-light);
  font-family: myFirstFont;
  margin: 20px;
}
.contact .contact_info i {
  font-size: 36px;
  background-color: var(--primary-color);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: white;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.contact .contact_info i:hover {
  background-color: var(--secondry-color);
  color: var(--primary-color);
}
.contact form {
  background-color: rgb(198, 199, 209);
  border-radius: 10px;
  font-family: myFirstFont;
  padding: 20px 0px;
  font-family: myFirstFont;
}
.contact form [type=submit] {
  background-color: var(--primary-color);
  border: 0px;
  color: white;
  width: 140px;
  padding: 10px 0px;
  border-radius: 6px;
}
.contact label {
  margin-top: 30px;
}

.all_partners p {
  text-align: center;
  color: var(--secondry-color);
  font-family: mysecondFont;
  margin-top: 20px;
}
.all_partners .item {
  text-align: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 5px;
  margin: 10px 0px;
}
.all_partners .item img {
  width: 100%;
}
.all_partners .row div {
  height: 100%;
}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999 !important; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  right: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.808);
  z-index: -1;
}

nav.pagin {
  padding: 10px 0px;
}
nav.pagin .pagination {
  justify-content: center;
  align-items: center;
}
nav.pagin .page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: transparent;
  border-radius: 5px;
}
nav.pagin .page-link {
  color: #000;
  border: none;
}
nav.pagin .page-item.active .page-link {
  padding: 4px 8px;
}
nav.pagin .page-item .b-dark {
  background-color: rgb(59, 62, 99);
}
nav.pagin .page-item:not(.no_border):not(.active) {
  border-radius: 5px;
  margin: 5px;
}
nav.pagin .page-link:not(.b-dark) {
  background-color: transparent !important;
}
nav.pagin span.page-link.paused {
  background: #AFA7BA !important;
}

footer {
  background-color: var(--secondry-color);
  font-family: mysecondFont;
}
footer .social a {
  width: 30px;
  height: 30px;
}
footer img {
  max-width: 200px;
  width: 50%;
}
footer a, footer p {
  font-family: mysecondFont;
}
footer input.btn {
  height: 100%;
  background-color: var(--primary-light);
  color: white;
  border-radius: 0px;
  display: inline-flex;
  padding: 7px 16px;
  justify-content: center;
  align-items: center;
  left: -2px;
  font-family: myFirstFont;
}
footer .Copyright {
  border-top: 1px solid #8D7F9D;
  font-family: myFirstFont;
}
footer button:focus {
  box-shadow: none !important;
  outline-width: 0;
}
footer input {
  border-radius: 0px;
}
footer .input-group {
  padding-top: 20px;
}
footer h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}
footer a, footer p {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 27px;
  text-align: justify;
  color: white;
  line-height: 1.8;
}
footer .links ul {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
footer .links ul li {
  text-align: left;
}
footer a {
  text-decoration: none;
  display: block;
  padding-top: 20px;
}
footer input:focus {
  box-shadow: none !important;
  outline-width: 0;
}

.card1 {
  background-color: white;
  text-align: center;
  padding: 5% 0px;
  font-family: myFirstFont;
}
.card1 img {
  margin: auto;
  max-width: 500px;
}
.card1 h2 {
  color: #22b544;
  margin: 30px;
}
.card1 a {
  color: white;
  text-decoration: none;
  background-color: #22b544;
  width: 200px;
  display: block;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.error_card img {
  margin: auto;
  max-width: 600px;
}
.error_card h2 {
  color: red;
  font-size: 22px;
}
.error_card a {
  background-color: red;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px !important;
}

@media only screen and (max-width: 760px) {
  .card1 img {
    max-width: 250px;
  }
  .card1 h2 {
    font-size: 22px;
  }
  header nav ul:first-child li ul {
    top: 76%;
  }
  .service_btn {
    font-size: 16px !important;
    padding: 10px 0px !important;
  }
  .img-brand {
    max-width: 180px !important;
  }
  .slide .px-media {
    aspect-ratio: 1.5/1 !important;
  }
  .slide .px-media h1 {
    font-size: 20px !important;
  }
  .slide .px-media p {
    font-size: 12px;
  }
  .carousel-control-next span, .carousel-control-prev span {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1120px) {
  header .input-group {
    width: 150px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 0px !important;
  }
  header nav ul:first-child li a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style_en.css.map */