/* Titel */

.section-header {
	position: relative;
	margin-bottom: 45px;
}

.section-header p {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #ffffff;
}

.section-header p::before {
  position: absolute;
  content: "";
  height: 3px;
  top: 11px;
  right: 0;
  left: -30px;
  background: #B4458F;
  z-index: -1;
}

.section-header h2 {
  margin: 30px 0 50px 0;
  position: relative;
  font-size: 45px;
  font-weight: 700;
}

/* Logo */
.logo {
  float: left;
  width: 200px;
  margin: 10px 0;
}

.img-responsive {
  width: 100%;
}

/* Container */

.container {
	width: 1280px;
	max-width: 100%;
}


/* BANNER */

#advertisment-banner {
	/*background: #B4458F;*/
	background: url(../images/bg-digital.png) no-repeat;
	text-align: center;
	padding: 80px 0;
	color: #fff;
	font-size: 18px;
	width: 100%;
	position: relative;
	clear: both;
	margin: -5px;
}

.parallax {
  	background-attachment: fixed !important;
 	background-size: cover;
 	height: 100%;
	padding: 80px 0;
 	position: relative;
	width: 100%;
}

#advertisment-banner .section-header p {
	background: transparent;
	color: #ccc;
}

#advertisment-banner .container {
	width: 750px;
	max-width: 100%;
}

#advertisment-banner .section-header {
	margin-bottom: 20px;
}

#advertisment-banner .section-header h2 {
	color: #ffffff;
}

.banner .section-header h2 span {
	color: #414141;
	font-size: 50px;
}

#advertisment-banner .banner-text p {
	font-size: 18px;
	color: #ffffff;
}

.portfolio-button-area .btn  {
	margin-top: 30px;
}

#advertisment-banner .banner-text .btn,
.portfolio-button-area .btn {
	margin-top: 15px;
	color: #B4458F;
	background: #ffffff;
	box-shadow: inset 0 0 0 50px #ffffff;
	font-size: 18px;
	padding: 5px 20px;
}

.portfolio-button-area .btn {
	font-size: 22px;
}

#advertisment-banner .banner-text .btn:hover {
	color: #ffffff;
	background: transparent;
	box-shadow: inset 0 0 0 0 #ffffff;
	border-color: #ffffff;
}

.portfolio-button-area .btn:hover {
	color: #B4458F;
	background: #fff;
	box-shadow: inset 0 0 0 0 #B4458F;
	border-color: #B4458F;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* Services */

.services {
	margin-top: 60px;
	text-align: center;
}

.services .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.flip-container {
  perspective: 1000;
}
/* turning on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 30px;
}
/* flipping speed here */

.front {
	padding: 40px 30px;
}

.front .icon {
	width: 220px;
	height: 220px;
	line-height: 140px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 30px auto;
}

.front h4 {
  margin: 44% auto 0 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.flipper {
  -webkit-transition: 0.3s all;   
-webkit-transition-delay: 0.3s; 
-moz-transition: 0.3s all;   
-moz-transition-delay: 5s; 
-ms-transition: 0.3s all;   
-ms-transition-delay: 5s; 
-o-transition: 0.3s all;   
-o-transition-delay: 5s; 
transition: 0.3s all;   
transition-delay: 0.3s; 
  transform-style: preserve-3d;
  position: relative;
}
/* making the the other side hidden while flipping */


.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front side is in front of a back side */

.front {
  z-index: 2;
  color: white;
  /* for firefox 31 */
	transform: rotateY(0deg);
}
/* back side */

.back {
  transform: rotateY(180deg);
}

.back p {
  color: #fff;
  padding: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

.first-service .front,
.first-service .back {
	background-color: #ca335b;
}

.second-service .front,
.second-service .back {
	background-color: #c43868;
}

.third-service .front,
.third-service .back {
	background-color: #bf3c75;
}

.fourth-service .front,
.fourth-service .back {
	background-color: #b94183;
}

.fifth-service .front,
.fifth-service .back {
	background-color: #9a4d62;
}

.sixth-service .front,
.sixth-service .back {
	background-color: #8f4861;
}

.seventh-service .front,
.seventh-service .back {
	background-color: #914c6a;
}

.eigth-service .front,
.eigth-service .back {
	background-color: #894b6d;
}

@media screen and (max-width: 991px) {

	.banner .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.banner .col-md-4 {
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* Preise */

.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.hervorgehoben-text {
	font-weight: bold;
	color: #B4458F;
}

.panel.text-center.hervorgehoben {
  background: #efefef;
  padding-top: 80px;
  margin-top: -30px;
}

blockquote::before {
  content: "|";
  margin-right: 10px;
  color: #EF233C;
  height: 50px;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #EF233C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
	color: #B4458F;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
	color: #333;
}

blockquote {
	color: #999;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}

/* Preise */

#price {
	margin: 80px auto;
}

.page-section__paragraph {
  font-size: 20px;
	width: 800px;
	max-width: 100%;
	margin: 0 auto 60px;
}

.page-section_details {
	font-size: 14px;
	margin-top: 30px;
	padding: 0 20px;
	text-align: left;
}

.price__panel-wrapper{
    max-width: 1020px;
    margin: 0 auto;
  }

.price .panel{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
    padding-top: 25px;
    padding-bottom: 40px;
    border-radius: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

.price__title{
    font-size: 22px;
    color: #313131;;
    letter-spacing: 3px;
    font-weight: bold;
  }

.price__ammount{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
  }

.price__ammount--number{
      font-size: 40px;
    }

.price .panel-body p{
    font-size: 16px;
    color: #7d7d7d;
  }

.price .panel:hover{
    background-color: #B4458F;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.price .panel:hover h4,
.price .panel:hover h1,
.price .panel:hover p{
      color: #fff !important;
}

/* Preisbox innen */

.planbox .prices::before {
  border-top: 15px solid #5f686f;
  border-left: 115px solid transparent;
  border-right: 130px solid transparent;
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  bottom: -15px;
  width: 0;
}

.planbox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.silber {
	background:linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);
}

.gold {
	background:linear-gradient( to bottom, #c39738, #deb761, #c39738);
}

.platin {
	background:linear-gradient( to bottom, #d5d7e5, #eee, #d5d7e5);
}
.planbox .title {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
}
.planbox.prices {
	background: #B4458F;
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	padding: 27px 0px 23px 0px;
	color: #fff;
}
.planbox.prices:before {
	border-top: 15px solid #B4458F;
	border-left: 119px solid transparent;
	border-right: 120px solid transparent;
	content: "";
	height: 18px;
	left: 38px;
	position: absolute;
	bottom: -15px;
	width: 0;
}
.planbox.prices strong {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	display: block;
}
.planbox.prices strong i {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}
.planbox.prices b {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.planbox.prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.planbox ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
   list-style:none;
}
.planbox li {
	float: left;
	width: 100%;
	padding: 5px 0px;
	color: #2a363f;
	border-bottom: 1px solid #eee;
}
.planbox li.last {
	border-bottom: none;
}

.media {
	display: flex;
}

.planbox li.media-left {
	text-align: left;
	padding: 5px 25px !important;
	display: block;
}

.grau {
	color: #999 !important;
}

::before, ::after {
  box-sizing: border-box;
}

.fas {
  color: #5dbb63;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin: 6px 20px 5px 20px;
}

.fa-times {
	color: #BF0A30;
	margin-left: 21px;
}

.planbox.highlight .prices {
	background: #86c724;
}



/* #footer Section */

footer {
	padding: 80px 0 40px 0;
	float: left;
	width: 100%;
	position: relative;
}

.site-wrapper {
  width: 100vw;
  overflow: hidden;
}

.link-section {
  overflow: hidden;
}

#scrolltext {
	width: 500%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins Custom,sans-serif;
	font-size: 300px;
	font-weight: 900;
	line-height: 240px;
	will-change: transform; 
	/*transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
	transform-style: preserve-3d;*/
	animation: marquee 60s linear infinite;
}

.outline-links {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #B4458F;
 }

footer .section-header h2 {
	text-align: center;
}

.box.wow.fadeInLeft.animated,
.box.wow.fadeInRight.animated {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1) !important;
	background: #fff;
	transition: 0.4s;
}

.box.wow:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.box.wow .icon {
	float: left;
}

.box.wow .icon i {
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

.box.wow h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}

.box.wow h4 a {
	color: #444;
}

.box.wow p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
}

footer .fa::before {
	color: #B4458F;
}

#footer i.fa {
	font-size: 38px;
	width: 80px;
	height: 80px;
	padding: 22px 17px;
	border-radius: 50%;
	transition: all 0.2s;
}

.fa:before {
	color: #fff;
}

.service i.fa:hover {
	box-shadow: 0px 0px 6px #fff;
}

footer {
	position: relative;
	margin-top: 0;
	background: #B4458F;
}

footer img {
	max-width: 130px;
	height: auto;
	margin: 0 auto 25px;
}

footer .container-fluid {
	padding: 60px 0 0 0;
}

footer .footer-info {
	position: relative;
	width: 100%;
	text-align: center;
}

footer .footer-info h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}

footer .footer-info h3 {
	margin: 0 0 25px 0;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
}

footer .footer-menu {
	width: 100%;
	display: flex;
	justify-content: center;
}

footer .footer-menu p {
	color: #ffffff;
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 15px;
	border-right: 1px solid #ffffff;
}

footer .footer-menu p:last-child {
	border: none;
}

footer .footer-social {
	position: relative;
	margin-top: 15px;
}

footer .footer-social a {
	display: inline-block;
}

footer .footer-social a i {
	margin-right: 15px;
	font-size: 20px;
	color: #ffffff;
	transition: .3s;
}

footer .footer-social a:hover i {
	color: #414141;
}

footer .copyright {
	position: relative;
	text-align: center;
	margin-top: 30px;
	padding-top: 25px;
}

footer .copyright::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	top: 0;
	left: 25%;
	background: rgba(256, 256, 256, .2);
}

footer .copyright p {
	margin: 0;
	color: #ffffff;
}

footer .copyright .col-md-6:last-child p {
	text-align: right;
}

footer .copyright p a {
	color: #ffffff;
	font-weight: 600;
}

footer .copyright p a:hover {
	color: #414141;
}

.footerlogo {
	width: 150px;
	height: auto;
	margin: 0 auto 25px;
}

@media screen and (max-width: 580px) {
	footer .footer-info h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	footer .footer-menu p {
		font-size: 16px;
		line-height: 16px;
		padding: 0 5px;
	}
}

@media screen and (max-width:480px) {
	footer .copyright {
		padding: 20px 80px 0;
	}
}

/* back to top */

.back-to-top {
	position: fixed !important;
	width: 44px;
	height: 44px;
	padding: 9px 0;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 15px !important;
	bottom: 15px !important;
	z-index: 9;
	background: #212529;
	border-radius: 5px;
}

/* Titel */
.section-header {
position:relative;
margin-bottom:45px;
}

.section-header p {
display:inline-block;
margin:0 30px;
margin-bottom:10px;
padding-left:15px;
position:relative;
font-size:16px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
background:#fff;
}

.section-header p::before {
position:absolute;
content:"";
height:3px;
top:11px;
right:0;
left:-30px;
background:#B4458F;
z-index:-1;
}

.section-header p::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 11px;
  left: 3px;
  background: #B4458F;
  z-index: 1;
}

.section-header h2 {
margin:0;
position:relative;
font-size:45px;
font-weight:700;
}

/* BANNER */
#advertisment-banner {
/*background: #B4458F;*/
background:url(../images/bg-digital.png) no-repeat;
text-align:center;
padding:80px 0;
color:#fff;
font-size:18px;
width:100%;
position:relative;
clear:both;
margin:-5px;
}

.parallax {
background-attachment:fixed!important;
background-size:cover;
height:100%;
padding:80px 0;
position:relative;
width:100%;
}

#advertisment-banner .section-header p {
background:transparent;
color:#ccc;
}

#advertisment-banner .container {
width:750px;
max-width:100%;
}

#advertisment-banner .section-header {
margin-bottom:20px;
}

#advertisment-banner .section-header h2 {
color:#fff;
}

.banner .section-header h2 span {
color:#414141;
font-size:50px;
}

#advertisment-banner .banner-text p {
font-size:18px;
color:#fff;
}

.portfolio-button-area .btn {
margin-top:30px;
}

#advertisment-banner .banner-text .btn,.portfolio-button-area .btn {
margin-top:15px;
color:#B4458F;
background:#fff;
box-shadow:inset 0 0 0 50px #fff;
font-size:18px;
padding:5px 20px;
}

.portfolio-button-area .btn {
font-size:22px;
}

#advertisment-banner .banner-text .btn:hover {
color:#fff;
background:transparent;
box-shadow:inset 0 0 0 0 #fff;
border-color:#fff;
}

.portfolio-button-area .btn:hover {
color:#B4458F;
background:#fff;
box-shadow:inset 0 0 0 0 #B4458F;
border-color:#B4458F;
}

.btn {
display:inline-block;
margin-bottom:0;
font-weight:400;
text-align:center;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
background-image:none;
border:1px solid transparent;
white-space:nowrap;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
border-radius:4px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
text-decoration:none;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
}

.btn:hover,.btn:focus,.btn.focus {
color:#333;
text-decoration:none;
}



/* Preise */
.price__panel-wrapper {
max-width:1020px;
margin-right:auto;
margin-left:auto;
}

.price .panel {
-webkit-box-shadow:0 0 10px 0 rgba(136,136,136,0.2);
box-shadow:0 0 10px 0 rgba(136,136,136,0.2);
padding-top:25px;
padding-bottom:40px;
border-radius:5px;
-webkit-transition:.3s ease-out;
transition:.3s ease-out;
}

.price__title{
color:#313131;
letter-spacing:3px;
font-weight:700;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.price__ammount {
font-size:18px;
color:#4f4f4f;
font-weight:700;
}

.price__ammount--number {
font-size:40px;
}

.price .panel-body p {
font-size:16px;
color:#7d7d7d;
}

.price .panel:hover {
background-color:#B4458F;
border-top:50px solid transparent;
border-bottom:50px solid transparent;
margin-top:-50px;
-webkit-box-shadow:none;
box-shadow:none;
}

.price .panel:hover .panel__button {
-webkit-box-shadow:2.5px 4.33px 10px 0 rgba(0,0,0,0.13);
box-shadow:2.5px 4.33px 10px 0 rgba(0,0,0,0.13);
}

.price .panel:hover h4,.price .panel:hover h1,.price .panel:hover p {
color:#fff!important;
}

.price .panel:hover .panel__button {
background-color:#FFF;
color:#00aafe;
border:2px solid #fff;
}

.overview--bg {
-webkit-clip-path:polygon(00,100%0,100%60%,0100%);
clip-path:polygon(00,100%0,100%60%,0100%);
background:url(../../assets/images/overview-background.png) no-repeat;
height:360px;
position:relative;
background-size:cover;
}

/* Zusatzpreise */

.zusatzpreise {
position: relative;
float: left;
margin-bottom: 30px;
}

.zusatzpreise-info {
	width: 30%;
	flaot: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.zusatzpreise-details {
	width: 70%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

/* #footer Section */
footer {
padding:80px 0 40px;
float:left;
width:100%;
position:relative;
}

.site-wrapper {
width:100vw;
overflow:hidden;
}

.link-section {
overflow:hidden;
}

#scrolltext {
width:500%;
text-transform:uppercase;
margin-top:0;
margin-bottom:0;
font-family:Poppins Custom,sans-serif;
font-size:300px;
font-weight:900;
line-height:240px;
will-change:transform;
animation:marquee 60s linear infinite;
}

.outline-links {
-webkit-text-fill-color:transparent;
-webkit-text-stroke:1px #B4458F;
}

footer .section-header h2 {
text-align:center;
}

.box.wow.fadeInLeft.animated,.box.wow.fadeInRight.animated {
padding:40px;
margin-bottom:40px;
box-shadow:10px 10px 15px rgba(73,78,92,0.1)!important;
background:#fff;
transition:.4s;
}

.box.wow:hover {
box-shadow:0 0 30px rgba(73,78,92,0.15);
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
}

.box.wow .icon {
float:left;
}

.box.wow .icon i {
font-size:64px;
transition:.5s;
line-height:0;
margin-top:34px;
}

.box.wow h4 {
margin-left:100px;
font-weight:700;
margin-bottom:15px;
font-size:22px;
}

.box.wow h4 a {
color:#444;
}

.box.wow p {
font-size:14px;
margin-left:100px;
margin-bottom:0;
line-height:24px;
}

footer .fa::before {
color:#B4458F;
}

#footer i.fa {
font-size:38px;
width:80px;
height:80px;
padding:22px 17px;
border-radius:50%;
transition:all .2s;
}

.fa:before {
color:#fff;
}

.service i.fa:hover {
box-shadow:0 0 6px #fff;
}

footer {
position:relative;
margin-top:0;
background:#B4458F;
}

footer img {
max-width:130px;
height:auto;
margin:0 auto 25px;
}

footer .container-fluid {
padding:60px 0 0;
}

footer .footer-info {
position:relative;
width:100%;
text-align:center;
}

footer .footer-info h2 {
margin-bottom:20px;
font-size:30px;
font-weight:700;
color:#fff;
}

footer .footer-info h3 {
margin:0 0 25px;
font-size:22px;
font-weight:600;
color:#fff;
}

footer .footer-menu {
width:100%;
display:flex;
justify-content:center;
}

footer .footer-menu p {
color:#fff;
font-size:19px;
font-weight:600;
line-height:20px;
padding:0 15px;
border-right:1px solid #fff;
}

footer .footer-menu p:last-child {
border:none;
}

footer .footer-social {
position:relative;
margin-top:15px;
}

footer .footer-social a {
display:inline-block;
}

footer .footer-social a i {
margin-right:15px;
font-size:20px;
color:#fff;
transition:.3s;
}

footer .footer-social a:hover i {
color:#414141;
}

footer .copyright {
position:relative;
text-align:center;
margin-top:30px;
padding-top:25px;
}

footer .copyright::before {
position:absolute;
content:"";
width:50%;
height:1px;
top:0;
left:25%;
background:rgba(256,256,256,.2);
}

footer .copyright p {
margin:0;
color:#fff;
}

footer .copyright .col-md-6:last-child p {
text-align:right;
}

footer .copyright p a {
color:#fff;
font-weight:600;
}

footer .copyright p a:hover {
color:#414141;
}

.footerlogo {
width:150px;
height:auto;
margin:0 auto 25px;
}

@media screen and (max-width: 580px) {
footer .footer-info h3 {
margin-bottom:20px;
font-size:16px;
}

footer .footer-menu p {
font-size: 16px;
line-height: 16px;
padding: 0 5px;
}

}

@media screen and (max-width: 480px){
footer .copyright {
padding:20px 80px 0;
}
}

/* back to top */
.back-to-top {
position:fixed!important;
width:44px;
height:44px;
padding:9px 0;
text-align:center;
line-height:1;
font-size:22px;
right:15px!important;
bottom:15px!important;
z-index:9;
background:#212529;
border-radius:5px;
}