/**
* Template Name: Appland - v4.10.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format("truetype");
}
body {
  font-family:"Montserrat", sans-serif;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 40px;
}

.navbar-logo{
  position:absolute;
  margin-top:92px;
  margin-left: -15px;
}
.navbar-brand img{
  width:35%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#faq-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  background-image:url('../img/faq.jpg');
}

#faq-hero .hero-banner-content h4 {
  font-size: 55px;
  color: #243763;
  text-shadow: -2px 1px 7px #2121214d;
  width: 60%;
  margin-left: 100px;
}

/* #hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
} */

#faq-hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #5777ba;
  font-family:"Montserrat", sans-serif;
}




@media (max-width: 991px) {
  #faq-hero {
    text-align: center;
  }
  #faq-hero .hero-img {
    text-align: center;
  }

  #faq-hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #faq-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #faq-hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #faq-hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #faq-hero .hero-img img {
    width: 80%;
  }
}





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

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family:"Montserrat", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}



.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
  margin-bottom: 40px;
}
.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
color: #243763;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #E91E63;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #E91E63;
color: #fff;
font-size: 12px;
margin-left: 10px;
    z-index: 999;
    margin-top: 20px;
}

.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #7ca9c8a1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
}
footer img{
  width:25%;
}

footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  text-align:center;
}

footer .navbar-brand {
  color: #fff;
font-size:30px;
}
footer h2 {
  color: #243763;
    padding: 35px;
    font-size: 35px;
}
footer p {
  color: #243763;
}
footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.navigation{
  position: relative;
  top: 86% !important;
  z-index: 9999;
  position: fixed;
}
.banner-icon {
  background-color: #dee2e6;
  padding: 0px;
  margin-top: 30px;
  border-top-right-radius: 50px;
  width: 100%;
  border: 1px solid #adb5bd;
}
.banner-icon .list-home{
  margin-left: -40px;
}
.list-home p{
   margin-top:30px;
   font-size:16px;
   color:#243763;
}
.banner-icon .banner-home {
  position: absolute;
  cursor: pointer;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 3px solid #adb5bd;
  background-color: #dee2e6;
  margin-top: -45px;
  padding: 2px;
  margin-left: 10px;
}
.banner-icon ul{
  list-style-type: none;
    right: 30px;
  position: relative;
  }
  .banner-icon ul li{
    display: inline-block;
    margin: 0 10px;
  }
  .banner-icon ul li img{
    width: 35px;
    margin-top: 10px;
  }


  .services {
    position: relative;
    right: 2rem;
    top: 86% !important;
    z-index: 9999;
    position: fixed;
  }
  .button {
    color: #E3DFE9;
    font-size: 18px;
    background: #dee2e6;
    border-radius: 50%;
    padding: 10px 3px;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    margin-bottom: -70px;
    border: 2px solid #adb5bd;
    margin-right: -200px;
  }
  
  .button:hover {
    color: #DBD7E0;
    transform: translateY(3px);
  }
  .button img {
    width: 79%;
    margin-left: 6px;
  }
  .dropdown {
    position: relative;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    margin-top: -333px;
  }
  
  .dropdown.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }
  
  .dropdown a {
    position: relative;
    color: #6C6185;
    text-decoration: none;
    display: block;
    padding: 12.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
  }
  
  .dropdown a.clicked {
    padding-left: 35px;
    color: #987CD9;
  }
  
  .dropdown a:hover {
    color: #987CD9;
    padding-left: 35px;
  }
  
  span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
  }
  
  span.clicked {
    width: 5px;
  } 
  


  @media (max-width: 390px){
    #hero .hero-banner-content h4 {
      font-size: 40px;
      margin-left: 24px;
  }
  /*#faq-hero .hero-banner-content h4 {
      margin-left: 42px;
  }*/
  
  .faq .card .card-header .faq-title .badge {
       margin-left: 10px;
        margin-top: 33px;
    }
    .navbar-logo {
      margin-top: 70px;
  }
    .navigation {
      margin-left: -27px;
      top: 88%;
    }
     .banner-icon{
        margin-left:26px !important;
        width:90% !important;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .banner-icon .list-home {
    margin-left: -30px;
}
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
    }
    .button {
      padding: 6px 0px;
      width: 50px;
      height: 50px;
      margin-left: 170px;
    }
    .dropdown {
      font-size: 15px;
      width: 200px;
      margin-top: -327px;
    }
  }

  @media (min-width: 391px) and (max-width: 900px) {
    .faq .card .card-header .faq-title .badge {
      margin-left: 10px;
       margin-top: 33px;
   }
    .navigation {
      margin-left: -27px;
      top: 89% !important;
    }
     .banner-icon{
        margin-left:26px !important;
        width:90% !important;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
     .banner-icon .list-home {
    margin-left: -30px;
}
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
  }
  .button {
    margin-left: 170px;
  }
  }
  