/* ------------ HOME STYLESHEET -------------- */
/*                                                */
/* ------------------------------------------------ */

/*================================================
Banner Area CSS
=================================================*/

.main-banner {
    position: relative;
    height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/main-banner.jpg);
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
  }
  
  .main-banner .container-fluid {
    max-width: 1400px;
    margin: auto;
  }
  
  .main-banner .banner-content h1 {
    font-family: "Montserrat SemiBold";
    font-size: 65px;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1 !important;
  }
  
  .main-banner .banner-content p {
    margin-bottom: 0;
    color: #646464;
    line-height: 1.8;
    font-size: 18px;
  }
  
  .main-banner .banner-content .banner-holder {
    margin-top: 30px;
  }
  
  .main-banner .banner-content .banner-holder a {
    margin-right: 10px;
  }
  
  .main-banner .banner-content .banner-holder a:last-child {
    margin-right: 0;
  }
  
  .main-banner .banner-content .banner-btn {
    margin-top: 30px;
  }
  
  .main-banner .banner-image {
    text-align: right;
  }
  
  .main-banner .banner-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 40px;
  }
  
  .main-banner .banner-form h3 {
    margin-bottom: 8px;
    font-size: 26px;
    text-align: center;
  }
  
  .main-banner .banner-form p {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .main-banner .banner-form form .form-group {
    margin-bottom: 15px;
  }
  
  .main-banner .banner-form form .form-control {
    height: 55px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #333333;
    background-color: transparent;
    border: 1px solid #e5e0e0;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
  }
  
  .main-banner .banner-form form .form-control:focus {
    border-color: #dd0835;
  }
  
  .main-banner .banner-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
  }
  
  .main-banner .banner-form form button {
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
    background-color: #dd0835;
    padding: 14px 25px;
    border: 1px solid #dd0835;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .main-banner .banner-form form button:hover {
    border-color: #dd0835;
    color: #dd0835;
    background-color: transparent;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  }
  
  .default-shape .shape-1 {
    position: absolute;
    right: 2%;
    bottom: 5%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
            animation: moveBounce 10s linear infinite;
  }
  
  .default-shape .shape-2 {
    position: absolute;
    left: 10%;
    top: 16%;
    z-index: -1;
  }
  
  .default-shape .shape-2 img {
    -webkit-animation-name: rotateMe;
            animation-name: rotateMe;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .default-shape .shape-3 {
    position: absolute;
    left: 35%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
            animation: animationFramesOne 30s infinite linear;
  }
  
  .default-shape .shape-4 {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
            animation: animationFramesOne 30s infinite linear;
  }
  
  .default-shape .shape-5 {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
            animation: animationFramesOne 30s infinite linear;
  }
  
  @-webkit-keyframes rotateMe {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotateMe {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes animationFramesOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg);
              transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg);
              transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg);
              transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg);
              transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
  }
  
  @keyframes animationFramesOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg);
              transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg);
              transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg);
              transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg);
              transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
  }
  
  @-webkit-keyframes animationFramesTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
      -webkit-transform: translate(-73px, 1px) rotate(-36deg);
              transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
      -webkit-transform: translate(-141px, -72px) rotate(-72deg);
              transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
      -webkit-transform: translate(-83px, -122px) rotate(-108deg);
              transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
      -webkit-transform: translate(40px, -72px) rotate(-144deg);
              transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
  }
  
  @keyframes animationFramesTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
      -webkit-transform: translate(-73px, 1px) rotate(-36deg);
              transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
      -webkit-transform: translate(-141px, -72px) rotate(-72deg);
              transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
      -webkit-transform: translate(-83px, -122px) rotate(-108deg);
              transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
      -webkit-transform: translate(40px, -72px) rotate(-144deg);
              transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
              transform: translate(0px, 0px) rotate(0deg);
    }
  }
  
  @-webkit-keyframes rotate3d {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
  
  @keyframes rotate3d {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
  
  @-webkit-keyframes moveScale {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
  }
  
  @keyframes moveScale {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
  }
  
  @-webkit-keyframes moveLeftBounce {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @keyframes moveLeftBounce {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @-webkit-keyframes moveBounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  @keyframes moveBounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  /*================================================
  Fun Facts Area CSS
  =================================================*/
  .single-fun-fact {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 30px 0px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-fun-fact .icon i {
    font-size: 50px;
    color: #dd0835;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-fun-fact h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-fun-fact p {
    line-height: initial;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
  }
  



  
  /*================================================
Features Area CSS
=================================================*/
.features-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .single-features {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
            box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
  }
  
  .single-features .icon i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #dd0835;
    color: #ffffff;
    font-size: 25px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .accordion-content a{
    color: #dd0835 !important;
  }

  
  .single-features h3 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-features p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-features::before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #dd0835;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 5px;
  }
  
  .single-features:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  
  .single-features:hover::before {
    width: 100%;
  }
  
  .single-features:hover .icon i {
    background-color: #ffffff;
    color: #dd0835;
  }
  
  .single-features:hover h3 {
    color: #ffffff;
  }
  
  .single-features:hover p {
    color: #ffffff;
  }

  /*================================================
Overview Area CSS
=================================================*/

  
  .overview-content h3 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  
  .overview-content p {
    margin-bottom: 0;
  }
  
  .overview-content .bar {
    height: 4px;
    width: 85px;
    background: #dd0835;
    margin: 20px auto 20px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .overview-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
  }
  
  .overview-content .overview-btn {
    margin-top: 25px;
  }
  
  .overview-content .overview-btn .default-btn {
    padding: 12px 25px;
  }

  /*================================================
Faq Area CSS
=================================================*/

.faq-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .faq-accordion-content .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .faq-accordion-content .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    margin-bottom: 10px;
  }
  
  .faq-accordion-content .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  
  .faq-accordion-content .accordion .accordion-title {
    padding: 18px 20px 18px 55px;
    color: #000000;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1 !important;
    letter-spacing: normal !important;
  }
  
  .faq-accordion-content .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #dd0835;
    color: #ffffff;
  }
  
  .faq-accordion-content .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
  }
  
  .faq-accordion-content .accordion .accordion-title.active {
    border-bottom-color: #eeeeee;
  }
  
  .faq-accordion-content .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .faq-accordion-content .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 15px;
  }
  
  .faq-accordion-content .accordion .accordion-content.show {
    display: block;
  }

