/* #topOfPage {
    width: 100%;
    height: auto;
    background: url("../img/site-b.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  } */
  /*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
    width: 100%;
    height: 85vh;
    background: url("../img/site-bgs.png") top center;
    background-size: cover;
    /* background-repeat: no-repeat; */
    position: relative;
  }
#chome {
    width: 100%;
    height: 25%;
    background: url("../img/site-bgs.png") top center;
    background-size: cover;
    /* background-repeat: no-repeat; */
    position: relative;
  }
  #home:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #home .home-container {
    position: absolute;
    bottom: 0;
    top: 2vh;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: center;
    align-items: center;*/
    text-align: center; 
    flex-direction: column;    
    padding: 0 5px;
    max-height: 5px;
  }
  #home .img-fluid {
    max-height: 245px;
    max-width: 946px;
  }
  #home .col {
    width: 250px;
    height: 245px;
  }
  #home .col img {
    max-width: 150px;
    max-height: 222px;
    box-shadow: 5px 5px #d15eee;
  }
  #home h5 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    box-shadow: 5px 3px #000;
  }
  #home h4 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 5px 3px #000;
  }
  #home h3 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 26px;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 50px;
  }
  #home h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
  }
  #home h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 18px;
  }
  
  #home .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 30px 5px 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
  }
  #home .btn-buy-now {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 9px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
    width: 300px;
  }
  #home .btn-get-started:hover {
    background: #ce64ce;
    border: 2px solid #ce64ce;
  }
  #home .title {
    margin-top: 0px;
  }
  @media (max-height: 926px) {
    #home {
      height: 105vh;
    }
    #home .title {
      margin-top: 175px;
      max-width: 150px;
      max-height: 222px;
    }
    #home h2 {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #home h5 {
      font-size: 12px;
      padding: 2px 2px;
      margin-bottom: 5px;
      margin-top: 2px;
    }
    #home .col img {
      max-width: 100px;
      max-height: 175px;
      box-shadow: 5px 5px #d15eee;
    }
  }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 73px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #f4fdef;
  color: #ce64ce;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #ce64ce;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
@media (max-height: 926px) {
  .section-title h2 {
    font-size: 28px;
  }
}
  /*--------------------------------------------------------------
# emp
--------------------------------------------------------------*/
.emp {
  padding-bottom: 30px;
  height: 100vh;
  background-image: url("../img/try.png");
}
.emp #empick {
  font-size: 4px;
}
.emp .emp-box {
  min-width: 25vh;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}
.emp col {
  text-align: center;
}
.emp .emp-box .col img {
  box-shadow: 2px 3px 2px 3px #0d0d0e;
}
.emp p {
  font-size: 24px;
}
.emp h3 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 32px;
}
.emp h4 {
margin-top: 10px;
}
.emp h6 {
  font-size: 16px;
}
@media (max-height: 926px) {
  .emp p {
    font-size: 16px;
  }
  .emp h3 {
    font-size: 22px;
  }
  .emp h6 {
    font-size: 15px;
  }
  .emp .emp-box .col img {
    max-width: 100px;
    max-height: 175px;
  }
  @media (min-width: 1024px) {
    .emp .emp-box .col img {
      max-width: 100px;
      max-height: 275px;
    }
}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
  height: auto;
  background-image: url("../img/background.png");
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #f1eeef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #051fb6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  /* color: #d01d3f; */
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  /* color: #73dda8; */
  background-color: bisque;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
  height: auto;
  text-align: center;
  background-image: url("../img/background.png");
}
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #e43c5c;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #dddddd;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #e43c5c;
  color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.links {
  font-size: 10px;
}