@charset "UTF-8";
.facts {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

body {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767.98px) {
  body {
    padding-bottom: 45px;
  }
}

button:focus, .btn:focus, .btn-link:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: navajowhite;
}

.page-details {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.03);
}

.second-color {
  color: #DE1920;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.show-all {
  background-color: #DE1920;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.show-all:hover {
  color: #fff;
  text-decoration: none;
  background-color: #150D59;
}

.overflow-hidden {
  overflow: hidden;
}

.section-title {
  color: #150D59;
  font-family: "Oswald", sans-serif;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.section-title a {
  color: #150D59;
}
.section-title a:hover {
  color: #DE1920;
  text-decoration: none;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 40px;
  bottom: 0;
  background-color: #DE1920;
}

.owl-theme {
  direction: ltr;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #DE1920;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
  font-size: 30px;
}

button.owl-next {
  position: absolute;
  right: 6%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #DE1920;
}

button.owl-prev {
  position: absolute;
  left: 6%;
  transform: rotate(180deg);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #150D59;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.social-list {
  justify-content: flex-end;
}
.social-list li {
  margin: 0 10px;
}
.social-list a {
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.social-list a:hover {
  color: #DE1920;
}

.top-header {
  background-color: #150D59;
  color: #fff;
  font-size: 14px;
}
.top-header .row {
  align-items: center;
}
.top-header .btn-language {
  border: 0;
  background-color: #DE1920;
  color: #fff;
  font-size: 13px;
  border-radius: 14px;
  padding: 5px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.top-header .btn-language:hover {
  background-color: #fff;
  color: #DE1920;
}

.custom-header {
  -webkit-transition: padding ease-in-out 0.3s;
  transition: padding ease-in-out 0.3s;
}
.custom-header .navbar {
  background-color: transparent;
  padding: 0;
}
.custom-header .navbar .nav-item {
  margin: 0 15px;
}
.custom-header .navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.custom-header .navbar .nav-item.show .nav-link {
  color: #DE1920;
}
.custom-header .navbar .nav-item.show .nav-link:before {
  right: 0;
  opacity: 1;
}
.custom-header .navbar .nav-item.active .nav-link {
  color: #DE1920;
}
.custom-header .navbar .nav-item.active .nav-link:after {
  right: 0;
  opacity: 1;
}
.custom-header .navbar .nav-link {
  color: #150D59;
  padding: 0 0 0;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-header .navbar .nav-link:hover {
  color: #DE1920;
}
.custom-header .navbar .nav-link:hover:before {
  right: 0;
  opacity: 1;
}
.custom-header .navbar .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  background-color: #DE1920;
  height: 1px;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-header .navbar-brand {
  padding: 0;
  margin: 0;
}
.custom-header .navbar-brand img {
  width: 140px;
  /*-webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;*/
}
.custom-header .navbar-toggler {
  border: 0;
  padding: 0;
  color: #fff;
  width: 35px;
  border-radius: 0;
  height: 35px;
  background-color: #150D59;
}
.custom-header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  padding: 8px 0 !important;
  box-shadow: 0 0 4px #ccc;
}
.custom-header.sticky img {
  position: unset;
  width: 60px;
}
.custom-header.sticky .nav-link {
  font-size: 14px;
}
.custom-header .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  top: 30px;
}
.custom-header .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  color: #150D59;
}
.custom-header .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
.custom-header .dropdown-menu .dropdown-item:hover {
  background-color: #DE1920;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .custom-header .navbar-brand img {
    width: 40px;
    position: unset;
  }
}

#side-menu .dropdown-menu {
  position: absolute !important;
}

.main-banner .image-container {
  height: 570px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-banner .image-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-banner .caption {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}
.main-banner .caption h1 {
  font-weight: bold;
}
.main-banner .caption .btn {
  color: #fff;
  background-color: #DE1920;
  border-radius: 0;
  padding: 10px 30px;
  margin: 20px 10px 0;
  border: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-banner .caption .btn:hover {
  background-color: #fff;
  color: #DE1920;
}
.main-banner .caption p {
  font-size: 14px;
}
.main-banner .owl-dots {
  position: absolute;
  bottom: 14px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .main-banner {
    height: 300px;
  }
  .main-banner .image-container {
    height: 300px;
  }
  .main-banner .caption {
    width: 100%;
    padding: 15px;
  }
  .main-banner .caption h1 {
    font-size: 20px;
  }
  .main-banner .caption p {
    font-size: 12px;
  }
  .main-banner .caption .btn {
    padding: 7px 25px;
    margin: 4px 7px 0;
  }
}

.about-company {
  overflow: hidden;
}
.about-company p {
  color: #766e6e;
}
.about-company .image-container {
  overflow: hidden;
}

.services {
  background-color: #eee;
}
.services p {
  color: #766e6e;
}
.services .service-item {
  text-align: center;
}
.services .service-item h4 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
.services .service-item h4 a {
  color: #DE1920;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.services .service-item h4 a:hover {
  text-decoration: none;
  color: #150D59;
}
.services .service-item p {
  color: #766e6e;
}
.services .service-item:hover .icon {
  background-color: #150D59;
  color: #fff;
  box-shadow: 0 0 8px #ccc;
  transform: rotateY(180deg);
}
.services .icon {
  background-color: #DE1920;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  color: #fff;
  margin: 0 auto 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.services .icon a {
  color: #fff;
}
.services .icon a:hover {
  color: #fff;
  text-decoration: none;
}
.services .icon:hover {
  background-color: #150D59;
  box-shadow: 0 0 8px #ccc;
}
.services .icon span {
  font-size: 40px;
}
.services .btn-link {
  color: #DE1920;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.services .btn-link:hover {
  color: #150D59;
  text-decoration: none;
}

.qulaity-slider .image-container {
  height: 206px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border: 5px solid #ccc;
}
.qulaity-slider .owl-dots {
  margin-top: 25px !important;
}
.qulaity-slider button.owl-prev {
  left: -6%;
  color: #DE1920 !important;
}
.qulaity-slider button.owl-next {
  right: -6%;
  color: #DE1920 !important;
}

.custom-faqs .card {
  border: 0;
}
.custom-faqs .card.active .btn-link {
  color: #DE1920;
  border-color: #DE1920;
  font-size: 18px;
}
.custom-faqs .card.active .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-faqs .card-header {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.custom-faqs .card-header:first-child {
  border-radius: 0;
}
.custom-faqs .card-header .btn-link {
  position: relative;
  border: 0;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: left;
  color: #9B9B9B;
  border-radius: 0;
  border-left: 4px solid #9B9B9B;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-faqs .card-header .btn-link:hover {
  text-decoration: none;
}
.custom-faqs .card-header .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-faqs .card-body {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
  color: #150D59;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.custom-faqs .answer {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 20px;
}

.certificates .owl-dots {
  margin-top: 35px !important;
}

.facts {
  height: 350px;
  color: #fff;
  background-attachment: fixed;
  position: relative;
}
.facts:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 13, 89, 0.8);
}
.facts .container {
  position: relative;
  z-index: 9;
}
.facts .section-title {
  color: #fff;
}
.facts i {
  display: block;
}
.facts .counter-value {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.facts .counter-value:after {
  content: "+";
  color: #fff;
  position: absolute;
  left: -16px;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .facts {
    height: auto;
  }
  .facts .item {
    border-bottom: 1px dashed #eee;
    padding: 20px 0;
  }
  .facts .item:last-child {
    border: 0;
  }
}

.clients {
  background-color: #eee;
}
.clients img {
  /*opacity: 0.2;*/
  max-width: 185px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.clients img:hover {
  opacity: 1;
}
.clients .owl-dots {
  margin-top: 35px !important;
}

.testimonial .owl-carousel .owl-item {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 36px;
  padding: 15px;
}
.testimonial .owl-carousel .owl-item p {
  color: #150D59;
  font-size: 14px;
  position: relative;
}
.testimonial .owl-carousel .owl-item p:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  font-size: 27px;
  font-family: "elnahar" !important;
}
.testimonial .owl-carousel .owl-item p:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 13px;
  font-size: 27px;
  font-family: "elnahar" !important;
}
.testimonial .owl-carousel .owl-item img {
  width: 110px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial .owl-carousel .owl-dots {
  margin-top: 30px !important;
}

.blog .card {
  border: 0;
  border-radius: 0;
}
.blog .card:hover .image-container {
  transform: translate(0) scale(1);
}
.blog .card:hover .card-body {
  background-color: #f6f6f6;
}
.blog .card:hover .card-title a {
  color: #DE1920;
  text-decoration: none;
}
.blog .card:hover .btn {
  background-color: #150D59;
}
.blog .card-body {
  border: 1px solid #eee;
}
.blog .image-container {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transform: translate(33px) scale(1.2);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.blog .card-title a {
  color: #150D59;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blog .btn {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #DE1920;
}
.blog p {
  color: #766e6e;
  font-size: 14px;
}

.custom-footer {
  background-color: #242d35;
}
.custom-footer img {
  width: 80px;
}
.custom-footer p {
  color: #fff;
  font-size: 14px;
}
.custom-footer .container {
  position: relative;
}
.custom-footer .copyright {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  padding: 15px 0;
  border-top: 1px solid #777;
}
.custom-footer .pages-list {
  flex-direction: column;
}
.custom-footer .pages-list a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-footer .pages-list a i {
  opacity: 0;
  color: #DE1920;
}
.custom-footer .pages-list a:hover {
  color: #DE1920;
  padding-left: 6px;
  text-decoration: none;
}
.custom-footer .pages-list a:hover i {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-footer .social-list {
  justify-content: flex-start;
}
.custom-footer .social-list li {
  margin: 0 12px 0 0;
}
.custom-footer .social-list a {
  border: 1px solid #fff;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-footer .social-list a:hover {
  background-color: #DE1920;
  color: #fff;
  border-color: #DE1920;
}
.custom-footer .back-top {
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #DE1920;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-footer .back-top:hover {
  background-color: #150D59;
}

.fixed-bottom-icons {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .fixed-bottom-icons {
    background-color: #DE1920;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    display: grid;
    z-index: 99;
    grid-template-columns: auto auto auto auto;
  }
  .fixed-bottom-icons .item {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
  }
  .fixed-bottom-icons .item a {
    color: #fff;
  }
  .fixed-bottom-icons .item:last-child {
    border: 0;
  }
}

.about-page p {
  color: #766e6e;
}

.services-page p {
  color: #766e6e;
}
.services-page .services {
  background-color: transparent;
}

.services-inside-page p {
  color: #766e6e;
}
.services-inside-page .btn-more {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 768px) {
  .services-inside-page .btn-more {
    display: block;
    float: none;
    text-align: center !important;
    margin-bottom: 25px;
  }
}

.contact-page p {
  color: #766e6e;
}
.contact-page .item i {
  color: #150D59;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contact-page .item:hover i {
  color: #DE1920;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.contact-page iframe {
  width: 100%;
  height: 350px;
}
.contact-page .contact-form .form-control {
  height: auto;
  padding: 15px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact-page .contact-form .form-control:focus {
  box-shadow: unset;
  border: 1px solid #150D59;
}
.contact-page .contact-form .btn {
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #150D59;
  padding: 11px 50px;
  cursor: pointer;
}
.contact-page .contact-form .btn:hover {
  background-color: #DE1920;
}

/*# sourceMappingURL=styles.css.map */

body {
  overflow-x: hidden;
}

.img_wrap {
  background: #fff;
  margin-bottom: 0;
  overflow: hidden;
  transition: 1s;
}

.img_wrap img {
  max-width: 100%;
  transition: 1s;
}

.clients .owl-item img , .clients-page .img_wrap img {
  width: 100%;
  height: 170px;
}

@media (max-width: 575px) {
    .clients-page .img_wrap img {
      width: 100%;
      height: 170px;
    }
}

.products .img_wrap img {
  width: 100%;
  height: 240px;
}

.img_wrap:hover {
  filter: brightness(0.8);
}

.img_wrap:hover img {
  transform: scale(1.1);
}

.img_caption {
  min-height: 100px;
}

.img_caption h3 {
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  background: #150D59;
  color: #fff;
  text-transform: uppercase;
}

.img_caption:hover h3 {
  background: #922461;
}

.img_caption:hover a {
  text-decoration: none;
}

.products button.owl-next {
  position: absolute;
  right: -50px;
  color: #6d6e71 !important;
}

.products button.owl-prev {
  position: absolute;
  left: -50px;
  color: #6d6e71 !important;
}

.why_fusion_block {
  padding-top: 30px;
  border-top: 6px solid #e4e4e5;
}

.why_fusion_block .col-md-4:before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #DE1920;
}

.why_fusion_block h3 {
  font-size: 28px;
  font-weight: bold;
  color: #6c6d70;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.why_fusion_block img {
  width: 300px;
  max-width: 90%;
  opacity: 0.5;
}

.why_fusion_block p {
  font-size: 15px;
}