body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  color: #656176; 
  padding-top:113px; }

html {
  scroll-behavior: smooth; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Sans", sans-serif; }

h5 {
  font-size: 1.3rem; }

h2 {
  color: #7f0043;
  font-size: 3.5rem; }

.text-main-color {
  color: #7f0043; }

.smaller-h4 {
  font-size: 1.4rem !important; }

.mt-8 {
  margin-top: 3rem; }
  @media (max-width: 850px) {
    .mt-8 {
      margin-top: 1.5rem; } }

.mt-7 {
  margin-top: 7rem; }
  @media (max-width: 850px) {
    .mt-7 {
      margin-top: 2rem; } }

.mb-8 {
  margin-bottom: 8rem; }
  @media (max-width: 850px) {
    .mb-8 {
      margin-bottom: 3rem; } }

a {
  text-decoration: none;
  border: none; }
  a:hover {
    text-decoration: none; }

.no-caps {
  text-transform: none !important; }

.row-eq-height {
  display: -webkit-box;
  display: flex; }

.subpage-title {
  text-align: center !important; }

#collapseSix6 li {
  list-style-position: outside;
  margin-left: 1em; }

.introBanner {
  display: -webkit-box;
  display: flex; }

.introSection {
  width: 50%;
  padding: 0 0 0 5rem; }

.introBanner {
  width: 100%;
  height: 80vh;
  background: #fff;
  z-index: 999999999;
  top: 0;
  position: absolute;
  color: white;
  display: -webkit-box;
  display: flex; }

.introBanner h2 {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 3.5rem;
  text-align: center;
  padding: 3rem 0 0 0;
  color: #D90368; }

.introBanner h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: left;
  color: #D90368; }

.introImage {
  padding: 0 5rem 0 0; }

.introImage img {
  width: 100%;
  margin: auto;
  padding: 5% 10%; }

.introBanner p {
  color: #656176;
  text-align: left;
  width: 100%;
  padding: 0px 6%;
  font-size: 0.93rem; }

.introCTA {
  background-color: #D90368;
  color: white;
  padding: 2rem; }
  .introCTA h2 {
    color: white;
    font-size: 7rem;
    font-weight: 700; }
  .introCTA h4 {
    text-align: center;
    line-height: 4rem;
    font-size: 2rem; }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 75%; }

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 110%;
  left: 56%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #D90368;
  border-radius: 25px; }

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #D90368;
  margin-left: -14px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px); } }

.brand-color-element.second {
  background-color: #D90368 !important; }

.img-feature {
  width: 127%;
  padding: 10%; }

.no-gutters {
  padding: 0 !important; }

.about-company h2 {
  color: white; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #108d6f;
  border-color: #108d6f;
  box-shadow: none;
  outline: none; }

.btn-primary {
  color: #fff;
  background-color: #D90368;
  border-color: #D90368; }

section {
  padding: 4rem 0; }

section .section-title {
  text-align: center;
  margin-bottom: 50px;}

#team .card {
  border: none;
  background: #ffffff; }

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem; }

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative; }

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px; }

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  box-shadow: 5px 7px 9px -4px #9e9e9e; }

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d; }

.frontside .card,
.backside .card {
  min-height: 312px; }

.backside .card a {
  font-size: 18px;
  color: #7f0043 !important; }

.frontside .card .card-title,
.backside .card .card-title {
  color: #7f0043 !important; }

.team-img {
  width: 30%;
  height: 30%; }

#main-nav {
  height: 100px; }

.top-navbar {
  background-color: #7f0043;
  font-size: 0.9rem;
  height: 3rem;
  top: auto !important;
  position: sticky;
  position: -webkit-sticky;
  -webkit-backface-visibility: hidden;}
  .top-navbar a {
    color: #ffffff;
    text-decoration: none; }

.nav-item {
  font-family: "Source Sans Pro", sans-serif; }

.bg-light {
  background-color: white !important; }

.nav-link {
  border-bottom: 1px solid transparent; }
  .nav-link:hover {
    color: #7F0043 !important;
    border-bottom: 1px solid #7F0043 !important; }

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 36px; }

.lang-bar {
  top: 3rem; }

#navContainert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  opacity: 1; }

#carousel {
  opacity: 1; }

@media (max-width: 700px) {
  .top-navbar {
    display: none; }
  #navContainert {
    position: absolute; } }

header .item {
  height: 80vh;
  position: relative; }

header .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden; }

header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #7f0043;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }

header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 25px;
  color: #fff; }

header .item .cover .header-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff; }

header .item .cover .header-content h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }

header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
  header .owl-item.active h4 a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }

header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0; }

header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff; }

header .owl-nav .owl-prev:focus {
  outline: 0; }

header .owl-nav .owl-prev:hover {
  background: #000 !important; }

header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0; }

header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff; }

header .owl-nav .owl-next:focus {
  outline: 0; }

header .owl-nav .owl-next:hover {
  background: #000 !important; }

header:hover .owl-prev {
  left: 0px;
  opacity: 1; }

header:hover .owl-next {
  right: 0px;
  opacity: 1; }

.owl-theme .owl-nav {
  margin-top: 0px !important; }

.section-title {
  position: relative; }

.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400; }

.section-title h4 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }

.section-title h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px; }

.section-title h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #D90368;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.services {
  background-color: #FBFBFB; }

.single-service {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 30px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); }

.single-service:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #D90368;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s; }

.single-service:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #D90368;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s; }

.single-service:hover:after,
.single-service:hover:before {
  width: 50%;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s; }

.single-service:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1); }

.single-service i.fa {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s; }

.single-service:hover i.fa {
  background-color: #D90368;
  color: #ffffff;
  border-color: #D90368;
  border-radius: 0; }

.single-service h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize; }

.single-service p {
  font-size: 15px;
  line-height: 1.8; }

img.featureSectionSVG {
  height: 50%;
  width: 50%;
  margin: auto;
  display: block; }

.featureSectionCol {
  margin-bottom: 3rem; }
  .featureSectionCol p {
    text-align: left; }

.btn {
  border-radius: 0;
  background-color: #7f0043;
  border-color: #7f0043;
  color: #ffffff !important;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .btn:hover {
    background-color: transparent;
    color: #7f0043 !important;
    border-color: #7f0043;
    cursor: pointer; }

.btn-outline-primary {
  background-color: #ffffff;
  border: 2px solid #7f0043;
  color: #7f0043 !important; }
  .btn-outline-primary:hover {
    background-color: #7f0043;
    color: #ffffff !important;
    border: 2px solid #ffffff; }

.btn-alt {
  border-radius: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #D90368 !important;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .btn-alt:hover {
    background-color: #D90368;
    color: #ffffff !important;
    border-color: #ffffff;
    cursor: pointer; }

.pb-100 {
  padding-bottom: 100px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-100 {
  padding-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s; }

.section-title {
  position: relative; }

.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400; }

.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }

.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px; }

.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #7f0043;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px; }

.blog-img {
  position: relative; }

.blog-img img {
  width: 100%; }

.post-category a {
  display: inline-block;
  background-color: #D90368;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px; }

.single-blog:hover img {
  opacity: .85; }

.post-category {
  position: absolute;
  left: 0;
  bottom: 0; }

.blog-content {
  padding: 30px 20px;
  height: 16rem; }

.blog-title {
  height: 5rem; }

.blog-body {
  padding: 10px 0;
  height: 7rem; }

.single-blog {
  border: 1px solid #eee; }

.blog-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3rem; }

.meta ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.meta {
  margin-bottom: 20px;
  opacity: .85; }

.blog-content a.box_btn {
  display: inline-block;
  background-color: #D90368;
  padding: 5px 15px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px; }

a.box_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D90368;
  left: -100%;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1; }

a.box_btn {
  overflow: hidden;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  text-decoration: none; }

a.box_btn:hover::before {
  left: 0;
  z-index: -1; }

.blog-footer {
  background-color: transparent;
  border-top: none;
  padding: .75rem 1.25rem; }

.subpage-title {
  text-transform: uppercase;
  position: relative;
  margin: 0;
  margin-bottom: 35px;
  line-height: 30px;
  font-weight: 800;
  filter: brightness(75%); }
  .subpage-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #7f0043;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px; }

.recent-posts {
  list-style-type: none;
  padding-left: 0; }
  .recent-posts a {
    font-size: 1rem;
    margin-top: 1rem; }
  .recent-posts li {
    border: 1px solid #ecf0f1;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa; }
  .recent-posts img {
    width: 215px;
    margin-bottom: 1rem; }

.tagcloud-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.tagcloud-list li {
  border: 1px solid #ecf0f1;
  padding: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

article.post {
  border: 1px solid #ecf0f1;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: #f8f9fa; }

.post-title {
  margin: 20px 0; }

.post-content h2 a {
  color: #656176;
  font-weight: 700;
  font-size: 1.9rem; }

.post-meta {
  font-family: Montserrat,sans-serif;
  border: 1px solid #ecf0f1;
  border-width: 1px 0;
  padding: 10px 0;
  overflow: hidden;
  margin-top: 20px;
  background-color: #ffffff; }

.meta-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  float: left;
  width: 100%; }

.meta-list li .black {
  color: #D90368; }

.meta-list li:first-child {
  padding-left: 0;
  border-left: 0; }

.meta-list li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ecf0f1; }

.blogSnipImg {
  width: 100%; }

.newsItem {
  padding-bottom: 1rem;
  /* border-bottom: 1px solid $main-color; */
  margin-bottom: 1rem;
  box-sizing: border-box;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1rem; }
  .newsItem p {
    font-size: 0.9rem; }
  .newsItem h4 {
    font-size: 1.2rem;
    font-weight: 700; }

.svg-news {
  width: 90%;
  padding: 20% 0; }

.cta-bg-main {
  background-color: #7f0043;
  color: #ffffff;
  padding: 20px;
  height: 80px; }
  @media (max-width: 400px) {
    .cta-bg-main {
      height: 200px; } }

.v-align-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.cta-h4 {
  font-family: "Source Sans Pro", sans-serif; }

.footer {
  background: #7f0043;
  color: #ffffff; }
  .footer .links ul {
    list-style-type: none; }
  .footer .links li a {
    color: white;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .footer .links li a:hover {
      text-decoration: none;
      color: #c3c3c3; }
  .footer .about-company i {
    font-size: 25px; }
  .footer .about-company a {
    color: white;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .footer .about-company a:hover {
      color: #c3c3c3; }
  .footer .location i {
    font-size: 18px; }
  .footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.feature-icon {
  font-size: 2rem;
  color: #7f0043; }

.main-color {
  background-color: #7f0043; }

.white-text {
  color: #ffffff; }

.main-bg {
  background-color: #7f0043; }

blockquote {
  border-left: none; }

.quote-badge {
  background-color: rgba(0, 0, 0, 0.2); }

.quote-box {
  overflow: hidden;
  margin-top: -50px;
  padding: 20px;
  border-radius: 17px;
  background-color: #7f0043;
  margin-top: 0;
  color: #ffffff;
  width: 100%;
  box-shadow: 2px 2px 2px 2px #E0E0E0; }

.quotation-mark {
  margin-top: -10px;
  font-weight: bold;
  font-size: 100px;
  color: #ffffff;
  font-family: "Times New Roman", Georgia, Serif; }

.quote-text {
  font-size: 0.9rem;
  margin-top: -65px; }

.price_item {
  text-align: center;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.price_item .price_head {
  text-align: center;
  background: #ffffff;
  padding: 35px 0px;
  border-bottom: 1px solid #eeeeee; }

.price_item .price_body {
  padding: 30px 0px;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.list {
  list-style: none;
  margin: 0px;
  padding: 40px; }

.price_item .price_body ul li {
  margin-bottom: 15px; }

.price_item .price_head h4 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 0px; }

.price_item .price_body ul li {
  font-size: 14px;
  color: #666666;
  font-weight: normal; }

.price_item .price_footer {
  background: #fcf8ff;
  max-width: 280px;
  margin: 0px auto 40px;
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 40px; }

.price_item .price_footer h3 {
  color: #222222;
  font-size: 50px; }

.price_item .price_footer h3 .dlr {
  font-size: 24px;
  vertical-align: top;
  padding-top: 14px;
  display: inline-block;
  margin-right: -10px; }

.pricingP {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 20px; }

li.bold {
  font-weight: 700 !important; }

.header-pricing-col-empty {
  width: 20%;
  border-top: 1px solid #f0f2f5;
  border-left: 1px solid #f0f2f5;
  padding: 1.5rem;
  font-family: "Comfortaa", cursive;}

.header-pricing-col {
  width: 21%;
  border-top: 1px solid #f0f2f5;
  border-left: 1px solid #f0f2f5;
  padding: 1.5rem;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  background-color: #7f0043;
  color: white; }

.pricing-col-empty {
  width: 20%;
  border-top: 1px solid #f0f2f5;
  border-left: 1px solid #f0f2f5;
  padding: 1.5rem;
  text-align: left;
  font-weight: 600; }

.sub-header-pricing-col {
  font-weight: 700;
  font-size: 1.3rem;
  width: 21%;
  border-top: 1px solid #f0f2f5;
  border-left: 1px solid #f0f2f5;
  padding: 1.5rem;
  color: #7f0043; }

.pricing-col {
  width: 21%;
  border-top: 1px solid #f0f2f5;
  border-left: 1px solid #f0f2f5;
  padding: 1.5rem;
  font-size: 0.9rem; }

.priceContainer {
  width: 66%;
  text-align: center; }

.nav {
  background-color: #ffffff;
  padding: 25px; }

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #7F0043 !important;
  border-color: transparent transparent #f3f3f3; }

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  font-size: 20px;
  background-color: #D90368;
  border: 1px solid transparent;
  color: #ffffff; }
  #tabs .nav-tabs .nav-link:hover {
    color: #ffffff !important; }

#tabs .nav-tabs .nav-link.active:hover {
  color: #ffffff !important; }

.nav-item {
  border-radius: 0 !important; }

.tab-pane {
  padding-left: 30px;
  padding-right: 30px; }

.tab-content {
  border: 1px solid #7F0043; }

.card-text {
  font-size: 14px; }

.card-title {
  font-weight: 700; }

.progress {
  position: relative;
  height: 25px; }

.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: white;
  background-color: rgba(25, 25, 25, 0.2); }

.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px; }

.map-container-section {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.form-header {
  padding: 1rem;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  border-radius: .125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  top: 0; }

.md-form input[type=text]:not(.browser-default) {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.md-form .prefix {
  position: absolute;
  -webkit-transition: color .2s;
  transition: color .2s; }

.md-form .prefix {
  top: .25rem;
  font-size: 1.75rem; }

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem; }

.md-form .form-control {
  height: auto;
  padding: .6rem 0 .4rem 0;
  margin: 0 0 .5rem 0;
  background-color: transparent;
  border-radius: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

button,
input {
  overflow: visible; }

.md-form .prefix ~ label {
  margin-left: 2.5rem; }

.card .md-form label {
  font-weight: 300; }

.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.md-form label {
  font-size: 1rem; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

.md-form input:not([type]) + label::after,
.md-form input[type=date]:not(.browser-default) + label::after,
.md-form input[type=datetime-local]:not(.browser-default) + label::after,
.md-form input[type=datetime]:not(.browser-default) + label::after,
.md-form input[type=email]:not(.browser-default) + label::after,
.md-form input[type=number]:not(.browser-default) + label::after,
.md-form input[type=password]:not(.browser-default) + label::after,
.md-form input[type=search-md] + label::after,
.md-form input[type=search]:not(.browser-default) + label::after,
.md-form input[type=tel]:not(.browser-default) + label::after,
.md-form input[type=text]:not(.browser-default) + label::after,
.md-form input[type=time]:not(.browser-default) + label::after,
.md-form input[type=url]:not(.browser-default) + label::after,
.md-form textarea.md-textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out; }

.md-form label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8); }

.md-form label.active {
  font-size: 1rem; }

.md-form textarea.md-textarea {
  padding: 1.5rem 0;
  overflow-y: hidden; }

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem; }

.md-form input:not([type]),
.md-form input[type=date]:not(.browser-default),
.md-form input[type=datetime-local]:not(.browser-default),
.md-form input[type=datetime]:not(.browser-default),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=search-md],
.md-form input[type=search]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=text]:not(.browser-default),
.md-form input[type=time]:not(.browser-default),
.md-form input[type=url]:not(.browser-default),
.md-form textarea.md-textarea {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

label.active {
  color: #D90368; }

.btn-floating {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 47px;
  height: 47px; }

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center; }

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px; }

.has-error {
  border-color: #dc3545 !important; }

.has-right {
  border-color: green !important; }

.animated-modal {
  max-width: 550px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: linear-gradient(45deg, #6cc070 32%, #6cc070 100%) !important;
  -webkit-transform: translateY(-80px) !important;
          transform: translateY(-80px) !important;
  -webkit-transition: all .5s !important;
  transition: all .5s !important; }

.fancybox-slide--current .animated-modal h2 {
  -webkit-transition-delay: .1s !important;
          transition-delay: .1s !important; }

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  -webkit-transition-duration: .3s !important;
          transition-duration: .3s !important; }

.animated-modal h2,
.animated-modal p {
  -webkit-transform: translateY(-40px) !important;
          transform: translateY(-40px) !important;
  opacity: 0 !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  -webkit-transition-duration: .3s !important;
          transition-duration: .3s !important; }

.animated-modal * {
  color: #fff !important; }

.fancybox-slide--current .animated-modal p:first-of-type {
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important; }

.fancybox-slide--current .animated-modal p {
  -webkit-transition-delay: .4s !important;
          transition-delay: .4s !important; }

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  -webkit-transition-duration: .3s !important;
          transition-duration: .3s !important; }

.animated-modal h2,
.animated-modal p {
  -webkit-transform: translateY(-40px) !important;
          transform: translateY(-40px) !important;
  opacity: 0 !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
  -webkit-transition-duration: .3s !important;
          transition-duration: .3s !important; }

.advies-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.advies-card-header {
  padding: .75rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: #7f0043; }
  .advies-card-header h5 {
    color: #7f0043;
    font-size: 1.1rem; }

.advies-card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: .25rem; }

.form-control::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.5); }

.project-details-list {
  list-style: none;
  padding: 20px;
  margin: 0;
  border: 1px solid #ecf0f1;
  overflow: hidden;
  font-family: Montserrat,sans-serif; }

.project-details-list .project-terms {
  font-weight: 400;
  color: #1f0043;
  margin-left: 100px; }

.project-details-list li:first-child {
  padding-top: 0; }

.project-details-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ecf0f1; }

.project-details-list h6 {
  width: 100px;
  float: left;
  font-weight: 400;
  color: #bdc3c7;
  margin: 0;
  line-height: 1.428571429; }
  
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.card-img-top {
	min-width:100%;
	width:100%;
    height:15vw;
    object-fit: cover;
}

.btn.no-shadow {
	box-shadow: none !important;
}

@media(min-width: 768px){
	.md-pull-down {
	position: absolute;
    left: 0;
	bottom: 0;
	}
}