
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Cairo", sans-serif;
  color: #272829;
}

a {
  color: #b71918;
  text-decoration: none;
}

a:hover {
  color: #8D0101;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif;
}
.btn-getstarted, .btn-getstarted:focus {
  font-size: 16px;
  color: #fff;
  background: #b71918;
  border: 1px solid #b71918;
  padding: 8px 40px;
  transition: 0.3s;
}
.btn-getstarted:hover, .btn-getstarted:focus:hover {
  color: #fff;
  background: #8D0101;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b71918;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8D0101;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: url(../img/side-cover.jpg) center center;
  background-size: contain;
  background-repeat: repeat;
  overflow-y: auto;
  align-items: center;
  display: flex;
}

#main {
  margin-left: 350px;
}

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  #header {
    left: -350px;
  }

  #main {
    margin-left: 0;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.contact .email-form {
  width: 100%;
}

.contact .email-form .form-group {
  padding-bottom: 8px;
}

.contact .email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .error-message br+br {
  margin-top: 25px;
}

.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form .form-group {
  margin-bottom: 15px;
}
.contact .email-form label {
  padding-bottom: 8px;
  font-size: 14px;
}
.contact .email-form input,
.contact .email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 44px;
  background-color: transparent;
  border-color: #c9c9c9;
}

.contact .email-form input:focus,
.contact .email-form select:focus {
  border-color: #b71918;
}

#header .contact .email-form .form-control,
#header .contact .email-form select {
  background-color: #fff;
}
.contact .email-form .form-check-input:checked {
  background-color: #b71918;
  border-color: #b71918;
}
.contact .email-form button[type=submit] {
  background: #b71918;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}
.contact .bi-send::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact .email-form button[type=submit]:hover {
  background: #8D0101;
}
.contact .email-form .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: unset;
  height: 18px;
  width: 18px;
  border-radius: 0;
  border-color: #b71918;

}
.contact .email-form .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
}
#hero{
  height: 100vh;
}
#hero .container{
  z-index: 999;
}
#hero .main-logo {
  transition: all 0.4s;
  width: 250px;
  display: inline-flex;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 50px;

}
#hero h1 .typed{
  color: #b71918;;
}

#hero p {
  margin-bottom: 50px;
}
#hero h4 {
  font-size: 26px;
  margin-bottom: 30px;
}
#hero h4 span {
  padding-bottom: 4px;
  border-bottom: 3px solid #b71918;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #hero h4 {
    font-size: 20px;
    margin-bottom: 18px;
}
#hero p {
  margin-bottom: 30px;
}
}
.typed-cursor{
  display: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}
.section-title h2 span{
  color: #b71918;
}
@media (max-width: 425px) {
  .section-title h2 {
    font-size: 23px;
  }
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features .features-carousel,
.features .features-slider {
  overflow: hidden;
}

.features .feature-item {
  text-align: center;
  min-height: 290px;
  margin: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,.29);
  border-radius: 5px;
  background: url(../img/features-cover.png) center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.features .feature-item .feature-img {
  width: 90px;
  margin: 20px auto 0 auto;
}

.features .feature-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.features .feature-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.features .feature-item .quote-icon-left,
.features .feature-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.features .feature-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.features .feature-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.features .feature-item p {
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 35px;
}

.features .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .features .swiper-pagination {
    display: none;
  }
}

.features .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b71918;
}

.features .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b71918;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-cover.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0, 0.8);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(256,256,256, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(256,256,256, 0.6);
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: yellow;
  margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(256,256,256, 0.6);
  font-size: 26px;
  line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(256,256,256 , 0.4);
  opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
}
@media (max-width: 425px) {
  .facts .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .facts .row .text-center .title {
    border-left: 1px solid #aaa;
  }
}
.facts .description {
  font-weight: 700;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta{
  background: url(../img/cta-cover.jpg) center center ;
    background-size: cover;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #b71918;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #b71918;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #b71918;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #b71918;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
.modal-content {
  background-image: url(../img/investingor-popup.png);
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.modal-body .contact{
  background: unset;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  font-size: 14px;
}
.footer .footer-content {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
.footer .footer-content .footer-logo{
  width: 230px;
}
.footer .footer-content p {
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
}
.footer .footer-links a{
  color: #fff;
  transition: 0.4s;

}
.footer .footer-links a:hover{
  color: #b71918;
}
.footer .footer-legal {
  padding: 30px 0;
  background: #09060d;
}
.footer .contact-info i{
  color: #b71918;
}

@media (min-width: 425px) {
#thank-footer {
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
}
}