@font-face {
  src: url("font-family/Montserrat-Regular.ttf");
  font-family: Montserrat; }
* {
  font-family: Montserrat; }

img {
  max-width: 100%; }

.custom-error {
  display: none; }

.line {
  position: relative;
  display: inline-block; }

h1.heading {
  color: #FF0000;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }

.line::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: -10px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url("../images/line.png"); }

.intro #subscribe .btn.subscribe {
  border-radius: 5px; }

.header {
  background-image: url(../images/header.svg);
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  background-size: cover; }
  .header .logo i {
    font-size: 25px;
    vertical-align: middle;
    color: #da251d;
    margin-right: 10px;
    display: none;
    cursor: pointer; }
  .header .menu {
    text-align: right; }
    .header .menu nav ul {
      margin: 0px;
      padding: 0px; }
      .header .menu nav ul li {
        display: inline-block;
        position: relative; }
        .header .menu nav ul li a {
          text-decoration: none;
          color: #FF0000;
          position: relative;
          padding: 10px;
          font-size: 18px;
          font-family: Montserrat;
          display: block; }
          .header .menu nav ul li a.active {
            color: #FFD000;
            font-weight: bold;
            border-bottom: 2px solid red; }
            .header .menu nav ul li a.active:after {
              content: '';
              position: absolute;
              height: 3px;
              width: 10px;
              background-color: white;
              right: 11px;
              bottom: -3px; }
  .header .row {
    align-items: center; }

.banner {
  height: 700px;
  background-image: url(../images/bg.webp); }
  .banner .carousel-item {
    color: white;
    text-align: center;
    padding: 200px 150px;
    height: 600px; }
  .banner h1 {
    font-size: 55px;
    color: #FFD000; }
  .banner h2 {
    font-size: 40px;
    color: white; }

.home-services {
  position: relative;
  top: -200px;
  height: 250px;
  transition: 0.5s; }
  .home-services.expand {
    height: 550px; }
    .home-services.expand .service-description {
      height: 500px !important; }
    .home-services.expand .arrow {
      display: none; }
  .home-services .home-service {
    border-radius: 5px;
    background-color: rgba(255, 0, 0, 0.6);
    color: white;
    padding: 15px; }
    .home-services .home-service .service-header {
      height: 200px;
      text-align: center;
      padding: 10px 0px 20px 0px; }
      .home-services .home-service .service-header img {
        height: 100px;
        margin-bottom: 10px; }
    .home-services .home-service .service-description {
      height: 200px;
      overflow: hidden;
      position: relative;
      transition: 0.5s; }
      .home-services .home-service .service-description .arrow, .home-services .home-service .service-description .arrow-sm {
        position: absolute;
        bottom: -5px;
        width: 100%;
        text-align: center;
        left: 0;
        background: #ffff0018;
        color: red;
        cursor: pointer; }
      .home-services .home-service .service-description .arrow-sm {
        display: none; }

.connect h1 {
  color: #FF0000;
  font-size: 60px;
  font-weight: bold; }

.btn.subscribe {
  width: 100%;
  background-color: #FF0000;
  color: white;
  padding: 10px;
  border-radius: 50px;
  position: relative; }
  .btn.subscribe.active .loader {
    display: flex; }
  .btn.subscribe .loader {
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    left: 0;
    display: none; }

section {
  padding: 70px 0px; }

.bg-gray {
  background-color: #eaeaea; }

.how-we-work img {
  max-width: 100%; }

.red-portal {
  position: relative;
  height: 700px;
  background-image: url("../images/portal_background.svg"); }
  .red-portal .red-portal-features {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1;
    transform: translate(0%, -50%); }
    .red-portal .red-portal-features .portal-features-detail {
      position: absolute;
      width: 0px;
      height: 100%;
      padding: 0px;
      transition: 1s;
      overflow: hidden;
      background-color: white;
      right: 0px;
      text-align: justify;
      border-radius: 10px 0px 0px 10px; }
      .red-portal .red-portal-features .portal-features-detail:after {
        content: '';
        height: 100%;
        width: 80px;
        right: 0px;
        background-color: #e3e3e3;
        position: absolute;
        top: 0px; }
      .red-portal .red-portal-features .portal-features-detail.expand {
        width: 400px;
        padding: 20px 100px 20px 20px; }
      .red-portal .red-portal-features .portal-features-detail .feature-content {
        display: none; }
        .red-portal .red-portal-features .portal-features-detail .feature-content.active {
          display: block; }
        .red-portal .red-portal-features .portal-features-detail .feature-content > * {
          width: 280px;
          overflow: hidden; }
    .red-portal .red-portal-features ul {
      margin: 0px;
      padding: 0px; }
    .red-portal .red-portal-features li {
      list-style: none;
      position: relative;
      text-align: center; }
      .red-portal .red-portal-features li a {
        display: block;
        margin: 5px 0px;
        font-size: 30px;
        color: red;
        border: 2px solid red;
        border-right: 0px;
        padding: 10px 15px;
        border-radius: 50px 0px 0px 50px; }
        .red-portal .red-portal-features li a:hover {
          background-color: red;
          color: white;
          transition: 0.3s; }
        .red-portal .red-portal-features li a.active {
          color: white;
          background-color: red; }
  .red-portal .side-bar {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%); }
    .red-portal .side-bar img.cover {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0px;
      height: 100%; }
    .red-portal .side-bar ul {
      margin: 0px;
      padding: 20px 15px;
      list-style: none;
      position: relative;
      z-index: 99; }
      .red-portal .side-bar ul li a {
        display: block;
        margin: 20px 0px;
        text-align: center; }
        .red-portal .side-bar ul li a.active path {
          fill: yellow; }
  .red-portal .portal-content {
    width: 50%;
    margin: 0 auto; }
    .red-portal .portal-content > div {
      display: none; }
    .red-portal .portal-content .active {
      display: block; }
    .red-portal .portal-content #red-portal {
      text-align: center; }
      .red-portal .portal-content #red-portal img {
        width: 150px; }
      .red-portal .portal-content #red-portal .details {
        margin-top: 40px;
        background-image: url(../images/testimonial.svg);
        padding: 30px;
        font-size: 18px;
        background-repeat: no-repeat; }
        .red-portal .portal-content #red-portal .details ul {
          text-align: left;
          list-style: none;
          padding: 0px;
          margin: 0px; }
          .red-portal .portal-content #red-portal .details ul img {
            height: 10px;
            width: 10px; }
    .red-portal .portal-content .verification {
      padding: 30px;
      background-color: white;
      position: relative;
      box-shadow: 0px 0px 5px black;
      border-radius: 5px; }
      .red-portal .portal-content .verification h3 img {
        float: right; }
      .red-portal .portal-content .verification .btn.subscribe {
        background-color: #FFD000;
        border-radius: 50px;
        font-weight: bold;
        font-size: 20px; }
      .red-portal .portal-content .verification .reference {
        margin: 40px 0px 50px 0px;
        display: flex; }
        .red-portal .portal-content .verification .reference img {
          height: 40px;
          margin-right: 10px; }
        .red-portal .portal-content .verification .reference input {
          width: 100%;
          border: 0px;
          border-bottom: 1px solid gray; }
          .red-portal .portal-content .verification .reference input:focus {
            outline: 0px; }

.our-mission p {
  font-size: 22px;
  font-weight: bold; }
.our-mission img {
  max-width: 100%; }

.portfolio img {
  max-width: 100%; }

.our-team {
  position: relative; }
  .our-team .left-leaf {
    position: absolute;
    left: 80px;
    top: 50px; }
  .our-team .right-leaf {
    position: absolute;
    top: 50px;
    right: 80px; }
  .our-team .carousel-item {
    padding: 0px 150px;
    text-align: center; }
    .our-team .carousel-item img {
      height: 500px; }
  .our-team .single {
    max-width: 100%;
    width: 400px;
    margin: 0 auto; }
  .our-team i.fas {
    font-size: 25px;
    color: gray; }

.footer {
  background-image: url("../images/footer.svg");
  padding: 20px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #7d3131; }
  .footer p {
    margin: 0px; }
  .footer .row {
    align-items: center; }
  .footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .footer ul li {
      display: inline-block; }
      .footer ul li a {
        color: #7d3131; }
  .footer .social {
    text-align: right; }

.loading {
  position: fixed;
  bottom: 0;
  background: rgba(255, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center; }

.content {
  padding: 150px 0px 100px 0px; }

input.form-control {
  padding: 1.375rem .75rem !important; }

.about-us img {
  max-width: 100%; }
.about-us p {
  font-size: 20px;
  font-weight: bold;
  text-align: justify; }
.about-us h1.heading {
  font-weight: bold;
  font-size: 50px; }
.about-us .col-lg-5 {
  text-align: center; }

.services img {
  max-width: 100%; }
.services p {
  text-align: justify; }
.services .col-lg-5 {
  text-align: center; }

.how-can-we-help h5 {
  font-weight: bold; }
.how-can-we-help .media {
  margin-bottom: 40px; }
.how-can-we-help a {
  color: black; }
  .how-can-we-help a:hover {
    text-decoration: none; }
.how-can-we-help .btn {
  background-color: #FFD000;
  color: white;
  padding: 10px 40px;
  border-radius: 50px; }

.arrow {
  text-align: center; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
.employee-card{
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
}
.employee-card-body{
    width: 300px;
    background-color: white;
}
.employee-profile{
    position: relative;
    height: 270px;
}
.employee-card-body .close {
    color: white;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    right: 10px;
    top: 10px;
}
.employee-card-body .back{
    width:300px;
}
.employee-card-body .front{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    height: 150px;
    width: 150px;
    object-fit: cover;
    bottom: 50px;
    border-radius: 100%;
}
/*# sourceMappingURL=style.css.map */



/* animation */
.spaceInLeft {
    -webkit-animation-name: spaceInLeft;
    animation:1s spaceInLeft 1;
  }
  @-webkit-keyframes spaceInLeft {
    0% {
      opacity: 0;
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transform: scale(0.2) translate(-200%, 0%);
      transform: scale(0.2) translate(-200%, 0%);
    }

    100% {
      opacity: 1;
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }
  }
  @keyframes spaceInLeft {
    0% {
      opacity: 0;
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transform: scale(0.2) translate(-200%, 0%);
      transform: scale(0.2) translate(-200%, 0%);
    }

    100% {
      opacity: 1;
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }
  }
  .spaceOutRight {
    -webkit-animation-name: spaceOutRight;
    animation:1s spaceOutRight 1;
  }
  @-webkit-keyframes spaceOutRight {
    0% {
      opacity: 1;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }

    100% {
      opacity: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(0.2) translate(200%, 0%);
      transform: scale(0.2) translate(200%, 0%);
    }
  }
  @keyframes spaceOutRight {
    0% {
      opacity: 1;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }

    100% {
      opacity: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(0.2) translate(200%, 0%);
      transform: scale(0.2) translate(200%, 0%);
    }
  }
  .tinRightIn {
    -webkit-animation-name: tinRightIn;
    animation:1s tinRightIn 1;
  }
  @-webkit-keyframes tinRightIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateX(900%);
      transform: scale(1, 1) translateX(900%);
    }

    50%,
    70%,
    90% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateX(0);
      transform: scale(1.1, 1.1) translateX(0);
    }

    60%,
    80%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateX(0);
      transform: scale(1, 1) translateX(0);
    }
  }
  @keyframes tinRightIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateX(900%);
      transform: scale(1, 1) translateX(900%);
    }

    50%,
    70%,
    90% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateX(0);
      transform: scale(1.1, 1.1) translateX(0);
    }

    60%,
    80%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateX(0);
      transform: scale(1, 1) translateX(0);
    }
  }
  .spaceInRight {
    -webkit-animation-name: spaceInRight;
    animation:1s spaceInRight 1;
  }
  @-webkit-keyframes spaceInRight {
    0% {
      opacity: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(0.2) translate(200%, 0%);
      transform: scale(0.2) translate(200%, 0%);
    }

    100% {
      opacity: 1;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }
  }
  @keyframes spaceInRight {
    0% {
      opacity: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(0.2) translate(200%, 0%);
      transform: scale(0.2) translate(200%, 0%);
    }

    100% {
      opacity: 1;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale(1) translate(0%, 0%);
      transform: scale(1) translate(0%, 0%);
    }
  }
  .slideRightReturn {
    -webkit-animation-name: slideRightReturn;
    animation:0.5s slideRightReturn 1;
  }
  @-webkit-keyframes slideRightReturn {
    0% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    100% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes slideRightReturn {
    0% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    100% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  .tinDownOut {
    -webkit-animation-name: tinDownOut;
    animation:1s tinDownOut 1;
  }
  @-webkit-keyframes tinDownOut {
    0%,
    20%,
    40%,
    50% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1, 1) translateY(0);
    }

    10%,
    30% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateY(0);
      transform: scale(1.1, 1.1) translateY(0);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateY(900%);
      transform: scale(1, 1) translateY(900%);
    }
  }
  @keyframes tinDownOut {
    0%,
    20%,
    40%,
    50% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1, 1) translateY(0);
    }

    10%,
    30% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateY(0);
      transform: scale(1.1, 1.1) translateY(0);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateY(900%);
      transform: scale(1, 1) translateY(900%);
    }
  }
  .tinUpIn {
    -webkit-animation-name: tinUpIn;
    animation:1s tinUpIn 1;
  }
  @-webkit-keyframes tinUpIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateY(-900%);
      transform: scale(1, 1) translateY(-900%);
    }

    50%,
    70%,
    90% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateY(0);
      transform: scale(1.1, 1.1) translateY(0);
    }

    60%,
    80%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1, 1) translateY(0);
    }
  }
  @keyframes tinUpIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(1, 1) translateY(-900%);
      transform: scale(1, 1) translateY(-900%);
    }

    50%,
    70%,
    90% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1) translateY(0);
      transform: scale(1.1, 1.1) translateY(0);
    }

    60%,
    80%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1, 1) translateY(0);
    }
  }



/* reponsive */
@media (max-width:991px){
    .header .logo i{
        display: inline-block;
    }
    .header .menu{
        text-align: left;
        display: none;
    }
    .header .menu nav ul li{
        display: block;
    }
    .banner h1{
        font-size: 40px;
    }
    .banner h2{
        font-size: 25px;
    }
    .banner{
        height: 500px;
    }
    .banner .carousel-item {
        color: white;
        text-align: center;
        padding: 150px 100px 0px 100px;
        height: 500px;
    }
    h1.heading{
        font-size: 40px;
    }
    .home-services{
        position: static;
        height: auto;
    }
    .home-services .home-service{
        margin: 20px 0px;
    }
    .home-services .arrow{
        display: none;
    }
    .home-services .home-service .service-description .arrow-sm{
        display: block;
    }
    .connect h1{
        font-size: 35px;
    }
    .connect h4{
        font-size: 20px;
    }
    .red-portal .portal-content {
        width: 70%;
    }
    .our-team .carousel-item img {
        height: 300px;
    }
}
@media (max-width:768px){
    .red-portal .red-portal-features{
        display: none;
    }
    .red-portal .portal-content {
        width: 90%;
        padding-left: 70px;
    }
    .red-portal{
        height: auto;
    }
    .our-mission .col-lg-5{
        text-align: center;
    }
}
@media (max-width:450px){
    .banner .carousel-item {
        padding: 140px 20px 0px 20px;
        height: 450px;
    }
    .banner{
        height: 450px;
    }
    .banner h1{
        font-size: 30px;
    }
    .banner h2{
        font-size: 20px;
    }
    section{
        padding: 50px 0px;
    }
    .our-team .carousel-item{
        padding: 0px 50px;
    }
    .our-team .left-leaf, .our-team .right-leaf{
        display: none;
    }
    .footer{
        text-align: center;
    }
    .footer .social {
        text-align: center;
    }
    .our-team .carousel-item img {
        height: 161px;
    }
    h1.heading {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }
    .red-portal .portal-content .verification h3 img{
        display: none;
    }
    .red-portal .side-bar ul li a[data-target='#red-portal']{
        display: none;
    }
    #red-portal{
        display: none;
    }
    .red-portal .side-bar ul li a{
        margin: 20px 10px;
    }
    .red-portal .side-bar ul{
        padding: 19px 0px;
    }
    .red-portal .portal-content .verification .reference {
        margin: 10px 0px 20px 0px;
    }
    .red-portal .portal-content .verification{
        padding: 20px;
    }
    .red-portal .portal-content .verification .reference img{
        display: none;
    }
    .btn.subscribe{
        padding: 5px 10px;
    }
    .portal-content h3{
        display: none;
    }
    .about-us p{
        font-size: 15px;
    }
    .content {
        padding: 130px 0px 20px 0px;
    }
    .intro input{
        margin-bottom: 10px;
    }
    .contact-us h2{
        font-size: 22px;
        padding: 0px 20px;
    }
    .line::before{
        height: 10px;
    }
}
