/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Sorcey - Responsive One Page Parallax HTML Template
Version:	1.0
Last change:	06/16/2017
Assigned to:	Ecology Theme
Primary use:	Creative OnePage Website 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body / Basic Styles
2. Intro / .intro #intro
3. About / .about #about
4. Services / .services #services
5. Facts Stats / .facts-stats
6. Works / .works #works
7. Why Choose Us / .wcu
8. Company History / .timeline-history #timeline-history
9. Call To Action / .cta
10. Team / .team #Team
11. Skill Sets / #skill-sets
12. Featured Video / .featured-video
13. Testimonial / .testimonial
14. Price Plan / .price-plan #price-plan
15. Clients Logo / .clients-logo
16. Blog / .blog #blog
17. Subscribe / .subscribe
18. Contact / .contact #contact
19. Footer / footer
-------------------------------------------------------------------*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body{
	font-family: 'Poppins', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
body,
html {
    height: 100%;
    color: #727272;
}
section {
    padding: 120px 0;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454545;
}
h3 {
    font-size: 25px;
}
p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
}
figure {
    margin: 0;
}
/* -------- Pre Loader -------- */
.preloader{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left:0;
	top: 0;
	z-index: 99999;
}
.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #f2405d;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #f2405d;
  }
  29% {
    background-color: #f2405d;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #f2405d;
  }
  29% {
    background-color: #f2405d;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}


/* 01 Image Background
-------------------------------------- */
/* Intro */

.intro {
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0;
    overflow: hidden;
}
.intro header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro header nav.navbar {
    background: transparent;
    border-radius: 0;
    margin-top: 15px;
    border: 0 none;
    border-bottom: 1px solid #aa9eab;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro header nav.navbar a.navbar-brand {
    height: auto;
    padding-left: 0;
}
.intro header nav.navbar ul.navbar-nav {
    position: relative;
}
.intro header nav.navbar ul.navbar-nav li {
    padding: 0 15px;
}
/* molles fff -> 4DA3C1 */ 
.intro header nav.navbar ul.navbar-nav li a {
    color: #fff;
    padding: 25px 0 35px 0;
    font-size: 14px;
	text-shadow: 0px 0px 5px rgba(242, 64, 93, 1);	
    font-weight: 500;
    text-transform: uppercase;
}
.intro header nav.navbar ul.navbar-nav li:last-child {
    padding-right: 0;
}
.intro header nav.navbar ul.navbar-nav li.active a {
    position: relative;
    color: #f2405d;
    background: none;
}
.intro header nav.navbar ul.navbar-nav li.active a:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    content: "";
    height: 3px;
    background: #f2405d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro #sticky-wrapper.is-sticky {
    z-index: 100;
}
/* molles fff -> 4DA3C1 */ 
.intro .is-sticky header {
    background: #333;
		text-shadow: 0px 0px 15px rgba(242, 64, 93, 1);	
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro .is-sticky header nav.navbar {
    margin-bottom: 0;
    border-bottom: 0 none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 0;
}
.intro .is-sticky header nav.navbar ul.navbar-nav li.active a::before {
    bottom: 0;
}
.intro .is-sticky header nav.navbar ul.navbar-nav li a {
    padding-bottom: 24px;
}
.intro .intro-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.intro .intro-main .intro-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* molles fff -> F2405D */ 
.intro .intro-main .intro-text h1 {
    font-size: 55px;
    color: #F2405D;
	text-shadow: 0px 0px 9px rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.intro .intro-main .intro-text p {
    width: 700px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 29px;
    line-height: 29px;
}
.intro .intro-main .intro-text a.intro-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 45px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    background: #f2405d;
    border-radius: 3px;
    font-weight: 500;
}
.intro .intro-main .intro-text a.intro-btn:hover {
    background: #fff;
    color: #f2405d;
}
.intro .intro-main .go-down-btn {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 10%;
}
/* Section Header */
.sorcy-content-header {
  margin-top: 95px;
}
.section-header {
    text-align: center;
    margin-bottom: 70px;
}
.section-header h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.section-header p {
    margin-bottom: 0;
}
.section-header span {
    display: block;
    margin-top: 15px;
    position: relative;
}
.section-header span i {
    font-size: 10px;
    color: #f2405d;
}
.section-header span:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    background: #f2405d;
    left: 50%;
    margin-left: -85px;
    bottom: 9px;
}
.section-header span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #f2405d;
    left: 50%;
    margin-left: -20px;
    bottom: 8px;
}
/* About */

.about {
    padding-bottom: 70px;
}
.about .about-boxes {
    text-align: center;
}
.about .about-boxes .about-single {
    margin-bottom: 50px;
}
.about .about-boxes .about-single span {
    display: inline-block;
    width: 94px;
    height: 94px;
    border: 2px solid #454545;
    border-radius: 50%;
    font-size: 43px;
    color: #454545;
    padding-top: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.about .about-boxes .about-single h3 {
    font-weight: 500;
    margin: 25px 0 15px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
}
.about .about-boxes .about-single:hover span {
    color: #f2405d;
    border-color: #f2405d;
}
.about .about-boxes .about-single:hover h3 {
    color: #f2405d;
}
/* Services */

.services {
    background: #f4f4f4;
    padding-bottom: 5px;
}
.services .service-boxes .service-single {
    margin-bottom: 80px;
    text-align: center;
}
.services .service-boxes .service-single span {
    font-size: 40px;
    display: inline-block;
    color: #454545;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.services .service-boxes .service-single h3 {
    margin: 25px 0 15px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.services .service-boxes .service-single a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #727272;
}
.services .service-boxes .service-single a i {
    display: inline-block;
    padding-left: 4px;
}
.services .service-boxes .service-single:hover span,
.services .service-boxes .service-single:hover h3,
.services .service-boxes .service-single:hover a {
    color: #f2405d;
}
/* Facts Stats */

.facts-stats {
    background: transparent;
    padding-bottom: 70px;
}
.facts-stats .section-header h2 {
    color: #fff;
}
.facts-stats .facts-wrapper .facts-single {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}
.facts-stats .facts-wrapper .facts-single i {
    font-size: 55px;
    color: #f2405d;
}
.facts-stats .facts-wrapper .facts-single h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 5px 0;
    color: #fff;
}
.facts-stats .facts-wrapper .facts-single span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
/* Works */

.works {
    padding-bottom: 113px;
    overflow: hidden;
}
.works .section-header {
    margin-bottom: 63px;
}
.works .works-wrapper {
    margin: 0 -7px;
}
.works .works-wrapper .work-single {
    width: 25%;
    float: left;
    padding: 7px;
}
.works .works-wrapper .work-single figure {
    position: relative;
}
.works .works-wrapper .work-single figure figcaption {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 7%;
    height: 86%;
    background: rgba(242, 64, 93, 0.56);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.works .works-wrapper .work-single figure figcaption div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.works .works-wrapper .work-single figure figcaption div h3 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    position: relative;
}
.works .works-wrapper .work-single figure figcaption div h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 170px;
    height: 2px;
    background: #fff;
    margin-left: -85px;
}
.works .works-wrapper .work-single figure figcaption div h3 a {
    font-size: 20px;
    color: #fff;
}
.works .works-wrapper .work-single figure figcaption div span {
    font-weight: 500;
    color: #fff;
}
.works .works-wrapper .work-single:hover figure figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}
/* Why Choose Us */

.wcu {
    padding: 0;
}
.wcu .container {
    position: relative;
}
.wcu .wcu-text {
    padding-bottom: 50px;
}
.wcu .wcu-text .section-header {
    text-align: left;
    margin-bottom: 20px;
}
.wcu .wcu-text .section-header span {
    padding-left: 82px;
}
.wcu .wcu-text .section-header span:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    background: #f2405d;
    left: 0;
    margin-left: 0;
    bottom: 9px;
}
.wcu .wcu-text .section-header span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #f2405d;
    left: 0;
    margin-left: 65px;
    bottom: 8px;
}
.wcu .wcu-text .col-sm-12 p {
    margin-bottom: 50px;
}
.wcu .wcu-text .col-sm-6 {
    margin-bottom: 50px;
}
.wcu .wcu-text .col-sm-6 h3 {
    margin: 0 0 15px 0;
    font-weight: 500;
}
.wcu .wcu-image {
    position: absolute;
    right: -40px;
    bottom: 0;
}
/* Company History */

.timeline-history {
    background: transparent;
    position: relative;
}
.timeline-history .section-header h2,
.timeline-history .section-header p {
    color: #fff;
}
.timeline-history .timeline-wrapper {
    position: relative;
    padding-bottom: 5px;
}
.timeline-history .timeline-wrapper:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1.5px;
    background: rgba(255, 255, 255, 0.4);
}
.timeline-history .timeline-wrapper .year-btn {
    text-align: center;
    margin-bottom: 30px;
}
.timeline-history .timeline-wrapper .year-btn span {
    display: inline-block;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #f2405d;
    background: #fff;
}
.timeline-history .timeline-wrapper .timeline-left .timeline-single {
    width: 90%;
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 45px;
    position: relative;
}
.timeline-history .timeline-wrapper .timeline-left .timeline-single:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    top: 0;
    right: -30px;
}
.timeline-history .timeline-wrapper .timeline-left .timeline-single:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #f2405d;
    right: -76px;
    top: 0;
}
.timeline-history .timeline-wrapper .timeline-left .timeline-single h3 {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    margin: 0 0 20px 0;
}
.timeline-history .timeline-wrapper .timeline-left .timeline-single h3 span {
    color: #f2405d;
}
.timeline-history .timeline-wrapper .timeline-right {
    text-align: right;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single {
    width: 90%;
    display: inline-block;
    background: #fff;
    padding: 30px 25px;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single:last-child {
    margin-bottom: 45px;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 30px solid transparent;
    top: 0;
    left: -30px;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #f2405d;
    left: -76px;
    top: 0;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single h3 {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    margin: 0 0 20px 0;
}
.timeline-history .timeline-wrapper .timeline-right .timeline-single h3 span {
    color: #f2405d;
}
.timeline-history .download-file {
    text-align: center;
}
.timeline-history .download-file a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #f2405d;
    border-radius: 3px;
}
.timeline-history .download-file a:hover {
    background: #fff;
    color: #f2405d;
}
/* Call To Action */

.cta {
    padding: 45px 0;
    background: #f4f4f4;
}
.cta p {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #454545;
    margin-top: 18px;
}
.cta .cta-btn {
    text-align: right;
}
.cta .cta-btn a {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f2405d;
    color: #fff;
    padding: 15px 45px;
    border-radius: 3px;
    display: inline-block;
}
.cta .cta-btn a:hover {
    background: #333;
}
/* Team */

.team {
    padding-bottom: 70px;
}
.team .team-wrapper .team-single {
    background: #f6f6f6;
    margin-bottom: 50px;
}
.team .team-wrapper .team-single figure {
    position: relative;
}
.team .team-wrapper .team-single figure figcaption {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.team .team-wrapper .team-single figure figcaption ul {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}
.team .team-wrapper .team-single figure figcaption ul li {
    display: inline-block;
    margin-right: 6px;
}
.team .team-wrapper .team-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.team .team-wrapper .team-single figure figcaption ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.7);
    color: #454545;
    padding-top: 10px;
}
.team .team-wrapper .team-single figure figcaption ul li a:hover {
    background: #fff;
    color: #f2405d;
}
.team .team-wrapper .team-single .team-meta {
    text-align: center;
    padding: 15px;
}
.team .team-wrapper .team-single .team-meta h3 {
    font-size: 15px;
    margin: 0 0 2px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.team .team-wrapper .team-single .team-meta span {
    font-size: 12px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.team .team-wrapper .team-single:hover figure figcaption {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.team .team-wrapper .team-single:hover .team-meta h3 {
    color: #f2405d;
}
.team .team-wrapper .team-single:hover .team-meta span {
    color: #454545;
}
/* Skill Sets */

.skill-sets {
    background: #f4f4f4;
    padding-bottom: 50px;
}
.skill-sets .skills-wrapper .skills-left .skill-single {
    padding-bottom: 50px;
    overflow: hidden;
}
.skill-sets .skills-wrapper .skills-left .skill-single:last-child {
    padding-bottom: 13px;
}
.skill-sets .skills-wrapper .skills-left .skill-single p {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.skill-sets .skills-wrapper .skills-left .skill-single .skill-bar {
    height: 10px;
    background: #fff;
    border-radius: 25px;
    position: relative;
}
.skill-sets .skills-wrapper .skills-left .skill-single .skill-bar span.bar-stretch {
    position: absolute;
    height: 10px;
    left: 0;
    top: 0;
    background: #f2405d;
    border-radius: 25px;
}
.skill-sets .skills-wrapper .skills-left .skill-single .skill-bar span.bar-stretch span {
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    border-radius: 50%;
    border: 2px solid #f2405d;
    color: #f2405d;
    top: -12px;
    right: 0;
    background: #fff;
    padding-top: 9px;
}
.skill-sets .skills-wrapper .skills-right .skill-circle {
    text-align: center;
    margin-bottom: 70px;
}
.skill-sets .skills-wrapper .skills-right .skill-circle span.chart {
    position: relative;
    display: inline-block;
    width: 138px;
    height: 138px;
    padding-top: 12px;
    text-align: center;
}
.skill-sets .skills-wrapper .skills-right .skill-circle span.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skill-sets .skills-wrapper .skills-right .skill-circle span.chart span.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}
.skill-sets .skills-wrapper .skills-right .skill-circle span.chart span.percent:after {
    content: '%';
    margin-left: 0.1em;
}
.skill-sets .skills-wrapper .skills-right .skill-circle p {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}
/* Featured Video */

.featured-video {
    background: transparent;
    text-align: center;
    padding: 200px 0px;
}
.featured-video a.video-btn {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.featured-video a.video-btn span {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    display: block;
}
.featured-video a.video-btn:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.featured-video a.video-btn:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
    border: 1px solid #fff;
    border-radius: 50%;
}
.featured-video a.video-btn:hover:before {
    background: rgba(242, 64, 93, 0.35);
}
.featured-video span.btn-label {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
/* Testimonial */

.testimonial .testimonial-carousel .carousel-text {
    margin-bottom: 50px;
}
.testimonial .testimonial-carousel .carousel-text .single-box {
    width: 620px;
    text-align: center;
    margin: 0 auto;
}
.testimonial .testimonial-carousel .carousel-text .single-box p {
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
}
.testimonial .testimonial-carousel .carousel-images .slick-slide img {
    cursor: pointer;
    padding: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.5;
}
.testimonial .testimonial-carousel .carousel-images .slick-slide .client-info {
    margin-top: 25px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.testimonial .testimonial-carousel .carousel-images .slick-slide .client-info h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-carousel .carousel-images .slick-slide .client-info span {
    display: block;
}
.testimonial .testimonial-carousel .carousel-images .slick-slide:active,
.testimonial .testimonial-carousel .carousel-images .slick-slide:focus {
    outline: none;
}
.testimonial .testimonial-carousel .carousel-images .slick-center img {
    padding: 0;
    opacity: 1;
}
.testimonial .testimonial-carousel .carousel-images .slick-center .client-info {
    visibility: visible;
    opacity: 1;
}
/* Price Plan */

.price-plan {
    padding-bottom: 20px;
    background: #f4f4f4;
}
.price-plan .section-header {
    margin-bottom: 120px;
}
.price-plan .price-table-wrapper .price-single {
    background: #fff;
    border: 1px solid #c3c3c3;
    text-align: center;
    position: relative;
    padding: 85px 20px 50px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 100px;
}
.price-plan .price-table-wrapper .price-single .price-value {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #727272;
    background: #fff;
    padding-top: 20px;
    left: 50%;
    margin-left: -55px;
    top: -55px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.price-plan .price-table-wrapper .price-single .price-value span {
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.price-plan .price-table-wrapper .price-single .price-value span:first-child {
    font-size: 30px;
    font-weight: 600;
    color: #454545;
}
.price-plan .price-table-wrapper .price-single .price-value span:last-child {
    font-weight: 500;
}
.price-plan .price-table-wrapper .price-single .price-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.price-plan .price-table-wrapper .price-single .price-content ul li {
    font-size: 18px;
    padding-bottom: 15px;
}
.price-plan .price-table-wrapper .price-single .price-content ul li:last-child {
    padding-bottom: 0;
}
.price-plan .price-table-wrapper .price-single .price-content a.order-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 45px;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #f2405d;
    border-radius: 3px;
    text-transform: uppercase;
    color: #f2405d;
}
.price-plan .price-table-wrapper .price-single .price-content a.order-btn:hover {
    background: #f2405d;
    color: #fff;
}
.price-plan .price-table-wrapper .price-single.featured-plan {
    border-color: #f3bec6;
}
.price-plan .price-table-wrapper .price-single.featured-plan .price-value {
    border-color: #f3bec6;
}
.price-plan .price-table-wrapper .price-single.featured-plan .price-value span:first-child {
    color: #f2405d;
}
.price-plan .price-table-wrapper .price-single.featured-plan .price-content h3 {
    color: #f2405d;
}
.price-plan .price-table-wrapper .price-single.featured-plan .price-content a.order-btn {
    background: #f2405d;
    color: #fff;
}
.price-plan .price-table-wrapper .price-single.featured-plan .price-content a.order-btn:hover {
    background: none;
    color: #f2405d;
}
.price-plan .price-table-wrapper .price-single:hover {
    border-color: #f3bec6;
}
.price-plan .price-table-wrapper .price-single:hover .price-value {
    border-color: #f3bec6;
}
.price-plan .price-table-wrapper .price-single:hover .price-value span:first-child {
    color: #f2405d;
}
.price-plan .price-table-wrapper .price-single:hover .price-content h3 {
    color: #f2405d;
}
/* Call To Action  Two */

.cta-two {
    background: transparent;
    text-align: center;
}
.cta-two h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #fff;
}
.cta-two p {
    width: 740px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
}
.cta-two a {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 45px;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #f2405d;
    border-radius: 3px;
    text-transform: uppercase;
    background: #f2405d;
    color: #fff;
}
.cta-two a:hover {
    background: none;
}
/* Clients Logo */

.clients-logo {
    padding: 55px 0;
    background: #f4f4f4;
    position: relative;
}
.clients-logo .clients-logo-carousel div img {
    width: auto;
}
.clients-logo .clients-logo-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
}
.clients-logo .clients-logo-carousel .owl-nav .owl-prev,
.clients-logo .clients-logo-carousel .owl-nav .owl-next {
    font-size: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.clients-logo .clients-logo-carousel .owl-nav .owl-prev:hover,
.clients-logo .clients-logo-carousel .owl-nav .owl-next:hover {
    color: #f2405d;
}
.clients-logo .clients-logo-carousel .owl-nav .owl-prev {
    left: -60px;
}
.clients-logo .clients-logo-carousel .owl-nav .owl-next {
    right: -60px;
}
/* Blog */

.blog {
    padding-bottom: 80px;
}
.blog .blog-wrapper .blog-single {
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
}
.blog .blog-wrapper .blog-single figure {
    position: relative;
}
.blog .blog-wrapper .blog-single figure figcaption {
    position: absolute;
    top: 15px;
    left: 0;
}
.blog .blog-wrapper .blog-single figure figcaption span.bdate {
    display: block;
    padding: 10px 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #f2405d;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.blog .blog-wrapper .blog-single figure figcaption span.bdate span {
    font-size: 13px;
    display: block;
}
.blog .blog-wrapper .blog-single .blog-details {
    padding: 15px 20px 35px 20px;
}
.blog .blog-wrapper .blog-single .blog-details h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}
.blog .blog-wrapper .blog-single .blog-details h3 a {
    color: inherit;
}
.blog .blog-wrapper .blog-single .blog-details h3 a:hover {
    color: #f2405d;
}
.blog .blog-wrapper .blog-single .blog-details ul.blog-meta li {
    display: inline-block;
    margin-right: 15px;
}
.blog .blog-wrapper .blog-single .blog-details ul.blog-meta li:last-child {
    margin-right: 0;
}
.blog .blog-wrapper .blog-single .blog-details ul.blog-meta li i {
    display: inline-block;
    padding-right: 4px;
    color: #f2405d;
}
.blog .blog-wrapper .blog-single .blog-details ul.blog-meta li a {
    color: #727272;
}
.blog .blog-wrapper .blog-single .blog-details ul.blog-meta li a:hover {
    color: #f2405d;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta {
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 0;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #727272;
    background: #fff;
    padding: 5px 10px;
    font-size: 11px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta li a {
    color: #727272;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta li:last-child {
    margin-right: 0;
    float: right;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta li:last-child:hover {
    background: #f2405d;
}
.blog .blog-wrapper .blog-single ul.blog-bottom-meta li:last-child:hover a {
    color: #fff;
}
/* Subscribe */

.subscribe {
    background: transparent;
}
.subscribe .section-header h2,
.subscribe .section-header p {
    color: #fff;
}
.subscribe .subscribe-form form {
    width: 680px;
    margin: 0 auto;
    position: relative;
}
.subscribe .subscribe-form form input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 50px;
    border-radius: 3px;
    padding: 0 150px 0 15px;
}
.subscribe .subscribe-form form button {
    position: absolute;
    width: 125px;
    height: 50px;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    background: #f2405d;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    right: 0;
    top: 0;
}
/* Contact */

.contact .contact-wrapper .contact-details .contact-details-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 0;
    margin-bottom: 40px;
}
.contact .contact-wrapper .contact-details .contact-details-box i {
    font-size: 35px;
    color: #f2405d;
}
.contact .contact-wrapper .contact-details .contact-details-box h3 {
    font-size: 20px;
    color: #454545;
    margin: 15px 0;
}
.contact .contact-wrapper .contact-details .contact-details-box span {
    display: block;
    line-height: 24px;
}
.contact .contact-wrapper form {
    margin-top: 20px;
}
.contact .contact-wrapper form input {
    width: 100%;
    height: 55px;
    border: 1px solid #f1f1f1;
    padding: 0 20px;
}
.contact .contact-wrapper form input:last-child {
    margin-bottom: 0;
}
.contact .contact-wrapper form textarea {
    width: 100%;
    height: 205px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    resize: none;
}
.contact .contact-wrapper form input,
.contact .contact-wrapper form textarea {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 20px;
}
.contact .contact-wrapper form input:focus,
.contact .contact-wrapper form textarea:focus {
    border-color: #f2405d;
    outline: none;
}
.contact .contact-wrapper form .col-sm-12 {
    text-align: center;
}
.contact .contact-wrapper form .col-sm-12 button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 45px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f2405d;
    color: #fff;
    border-radius: 3px;
    border: 0 none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.contact .contact-wrapper form .col-sm-12 button:hover {
    background: #333;
}
/* Google Map */

.gmap {
    padding: 0;
}
.gmap #map {
    width: 100%;
    height: 550px;
}
/* Footer */

footer {
    background: url(http://www.liennails.nl/images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}
footer p {
    color: #fff;
    margin-top: 10px;
}
footer ul.footer-social {
    margin-bottom: 0;
    margin-top: 4px;
    text-align: right;
}
footer ul.footer-social li {
    display: inline-block;
    margin-right: 50px;
}
footer ul.footer-social li:last-child {
    margin-right: 0;
}
footer ul.footer-social li a {
    font-size: 25px;
    color: #fff;
}
/*
	02 Video Background
------------------------------ */

.intro.player {
    padding: 0;
    position: relative;
}
.intro.player:before {
    background: url(http://www.liennails.nl/images/dot-overlay.png);
    background-repeat: repeat;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.intro.player:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

/*
	03 Slider Background
------------------------------ */

.intro .intro-main #intro-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.intro .intro-main #intro-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.intro .intro-main #intro-carousel .carousel-inner .item .go-down-btn {
    bottom: 15%;
}
.intro .intro-main #intro-carousel .control-left,
.intro .intro-main #intro-carousel .control-right {
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro .intro-main #intro-carousel .control-left:hover,
.intro .intro-main #intro-carousel .control-right:hover {
    border-color: #f2405d;
    color: #f2405d;
}
.intro .intro-main #intro-carousel .control-left {
    left: 0;
}
.intro .intro-main #intro-carousel .control-right {
    right: 0;
}
.intro .intro-main .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.intro .intro-main .carousel-fade .carousel-inner .item,
.intro .intro-main .carousel-fade .carousel-inner .active.left,
.intro .intro-main .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.intro .intro-main .carousel-fade .carousel-inner .active,
.intro .intro-main .carousel-fade .carousel-inner .next.left,
.intro .intro-main .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.intro .intro-main .carousel-fade .carousel-inner .next,
.intro .intro-main .carousel-fade .carousel-inner .prev,
.intro .intro-main .carousel-fade .carousel-inner .active.left,
.intro .intro-main .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.intro .intro-main .carousel-fade .carousel-control {
    z-index: 2;
}
.intro .intro-main:hover #intro-carousel .control-left,
.intro .intro-main:hover #intro-carousel .control-right {
    opacity: 1;
    visibility: visible;
}
.intro .intro-main:hover #intro-carousel .control-left {
    left: 30px;
}
.intro .intro-main:hover #intro-carousel .control-right {
    right: 30px;
}
/*
	Blog Page
------------------------------ */

.intro-pages {
    height: 400px;
    background: url(http://www.liennails.nl/images/intro-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}
/* Page Header */

.pages-header {
    padding: 100px 0 0 0;
    text-align: center;
}
.pages-header h1 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.pages-header ul.p-breadcrumb li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.pages-header ul.p-breadcrumb li:before {
    position: absolute;
    content: "/";
    right: -15px;
    top: 2px;
    color: #fff;
}
.pages-header ul.p-breadcrumb li:last-child {
    margin-right: 0;
}
.pages-header ul.p-breadcrumb li:last-child:before {
    content: none;
}
.pages-header ul.p-breadcrumb li.active {
    color: #bbb;
}
.pages-header ul.p-breadcrumb li a {
    color: #fff;
}
.pages-header ul.p-breadcrumb li a:hover {
    color: #f2405d;
}


/* Blog Style */
.blog-wrapper .blog-two-content .post-single {
    margin-bottom: 80px;
}
.blog-wrapper .blog-two-content .post-single .post-date {
    background: #f2405d;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}
.blog-wrapper .blog-two-content .post-single .post-date span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.blog-wrapper .blog-two-content .post-single .post-date span:first-child {
    font-size: 30px;
    font-weight: 600;
}
.blog-wrapper .blog-two-content .post-single .post-sticky {
    text-align: center;
    background: #f4f4f4;
    font-size: 25px;
    color: #727272;
    padding: 25px 0;
}
.blog-wrapper .blog-two-content .post-single .post-details h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    text-transform: capitalize;
}
.blog-wrapper .blog-two-content .post-single .post-details h2 a {
    color: inherit;
}
.blog-wrapper .blog-two-content .post-single .post-details a.rm-btn {
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
	display: inline-block;
}
.blog-wrapper .blog-two-content .post-single:hover .post-details h2 a {
    color: #f2405d;
}
.blog-wrapper .blog-two-content .post-single:hover .post-details a.rm-btn {
    color: #f2405d;
}

/* Blog Pagination */
.blog-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.blog-wrapper .blog-pagination ul li {
    display: inline-block;
}
.blog-wrapper .blog-pagination ul li a {
    background: none;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #727272;
}
.blog-wrapper .blog-pagination ul li a:hover {
    background: #f2405d;
    color: #fff;
}
.blog-wrapper .blog-pagination ul li.active a {
    background: #f2405d;
    color: #fff;
}

/* Blog Sidebar */
.blog-wrapper .blog-sidebar .sidebar-widget {
    margin-bottom: 50px;
}
.blog-wrapper .blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget h3 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
}
.blog-wrapper .blog-sidebar .sidebar-widget h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #f2405d;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form {
    position: relative;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form input {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0 65px 0 15px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    border: 1px solid #f2405d;
    background: #f2405d;
    color: #fff;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-thumb {
    display: table-cell;
    vertical-align: top;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 {
    margin: -5px 0 5px 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 a {
    font-size: 15px;
    color: #727272;
    font-weight: normal;
    text-transform: none;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 a:hover {
    color: #f2405d;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt span {
    font-size: 12px;
    color: #6b6b6b;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li {
    padding-bottom: 15px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li:last-child {
    padding-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a {
    color: #727272;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a:hover {
    color: #f2405d;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li a {
    display: block;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #727272;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li a:hover {
    border-color: #f2405d;
    color: #f2405d;
}

/* ===============================
	Blog Details Style
================================ */
.blog-wrapper .blog-details-wrapper .blog-image img {
    width: 100%;
}
.blog-wrapper .blog-details-wrapper .blog-meta {
    margin: 20px 0 25px 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta h2 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul {
    margin: 15px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li:last-child {
    margin-right: 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li i {
    display: inline-block;
    color: #f2405d;
    padding-right: 4px;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li a {
    color: inherit;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li a:hover {
    color: #f2405d;
}
.blog-wrapper .blog-details-wrapper .blog-content blockquote {
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.04);
    padding: 15px;
    border-left: 2px solid #f2405d;
    font-style: italic;
}
.blog-wrapper .blog-details-wrapper .blog-share ul {
    margin: 60px 0 0 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-wrapper .blog-details-wrapper .blog-share ul li {
    display: inline-block;
    padding-right: 10px;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li:first-child {
    font-weight: 500;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li a {
    color: inherit;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li a:hover {
    color: #f2405d;
}
.blog-wrapper .blog-details-wrapper .blog-comment {
    margin: 60px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment h2 {
    font-size: 25px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li {
    margin-bottom: 50px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-author {
    display: table-cell;
    vertical-align: top;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details h3 {
    margin: 0 0 10px 0;
    color: #f2405d;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details p {
    margin: 10px 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details a {
    color: inherit;
    font-weight: 500;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details a:hover {
    color: #f2405d;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children {
    margin-left: 50px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children li {
    margin: 50px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children li:last-child {
    margin-bottom: 0;
}
.blog-wrapper .blog-details-wrapper .post-comment {
    margin-top: 100px;
}
.blog-wrapper .blog-details-wrapper .post-comment h2 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 25px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group {
    margin-bottom: 0;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group input {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 15px;
    height: 150px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group input,
.blog-wrapper .blog-details-wrapper .post-comment form .form-group textarea{
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group input:focus,
.blog-wrapper .blog-details-wrapper .post-comment form .form-group textarea:focus{
	border-color: #f2405d;
	outline: none;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group button {
    border: 2px solid #f2405d;
    background: #f2405d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group button:hover {
    background: none;
    color: #f2405d;
}


/* 
	Shortcodes
------------------------------ */

/* Sliders & Carousel */
.sandc{
	padding-bottom: 0;
}
.sandc .carousel h2{
	text-align: center;
	margin: 0 0 30px 0;
}
#slider-example .carousel-inner .item img{
	width: 100%;
	position: relative;
}
#slider-example .control-left,
#slider-example .control-right {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#slider-example .control-left:hover,
#slider-example .control-right:hover{
	color: #f2405d;
	border-color: #f2405d;
}
#slider-example .control-left {
    left: 15px;
}
#slider-example .control-right {
    right: 15px;
}
#slider-example ol.carousel-indicators li.active{
	background: #f2405d;
	border-color: #f2405d;
}
.owl-example-c div{
	text-align: center;
}
.owl-example-c div h3{
	font-size: 18px;
	margin: 20px 0 0 0; 
}
.owl-example-c .owl-nav{
	margin-top: 20px;
}
.owl-example-c .owl-nav .owl-prev, .owl-example-c .owl-nav .owl-next{
	display: inline-block;
	font-size: 35px;
	color: #333;
	transition: 0.3s ease;
}
.owl-example-c .owl-nav .owl-prev:hover, .owl-example-c .owl-nav .owl-next:hover{
	color: #f2405d;
}
.owl-example-c .owl-nav .owl-prev{
	margin-right: 15px;
}


/* Accordion & Tabs */
ul.nav-tabs li a{
	color: inherit;
}
ul.nav-tabs li.active a, ul.nav-tabs li.active a:focus{
	color: #f2405d;
}
.tab-content .tab-pane p{
	padding: 8px 0;
}
#accordion1.panel-group .panel{
	box-shadow: none;
	border: 1px solid #f3f3f3;
}
#accordion1.panel-group .panel .panel-heading{
	padding: 0;
}
#accordion1.panel-group .panel .panel-heading a{
	display: block;
	padding: 10px 15px;
	position: relative;
}
#accordion1.panel-group .panel .panel-heading a[aria-expanded="true"]:before{
	content: "\f068";
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: "FontAwesome";
	color: #f2405d;
}
#accordion1.panel-group .panel .panel-heading a[aria-expanded="false"]:before{
	content: "\f067";
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: "FontAwesome";
	color: #f2405d;
}


/* Promotion Boxes */
.promotion-boxes{
	padding: 0;
}
.promotion-box{
	background: #f9f9f9;
	padding: 20px 20px 20px 30px;
	border-left: 3px solid #f2405d;
	margin-bottom: 30px;
}
.promotion-box.line-top{
	padding: 30px;
	border-left: 0;
	border-top: 3px solid #f2405d;
	margin-bottom: 30px;
}


/* Alerts */
.alert{
	padding: 30px 30px 20px 30px;
	border: 0 none;
	border-radius: 3px;
}


/* Milestone Counters */
.milestones .facts-wrapper{
	text-align: center;
}
.milestones .facts-wrapper .facts-single{
	display: inline-block;
	margin-right: 80px;
}
.milestones .facts-wrapper .facts-single i{
	font-size: 45px;
	color: #f2405d;
}
.milestones .facts-wrapper .facts-single:last-child{
	margin-right: 0;
}


/* Blockquote & Highlights */
span.highlight{
	background: #f2405d;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
}
span.highlight-dark{
	background: #333;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
}
.bandh blockquote{
	background: none;
	padding: 30px;
	border-left: 3px solid #ddd;
	margin: 30px 0;
}
.bandh blockquote footer{
	background: none;
	padding: 0;
}
.bandh{
	padding: 0;
}


/* Buttons */
.buttons .btn{
	background: #f2405d;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: 2px solid #f2405d;
	margin-bottom: 15px;
}
.buttons .btn.btn-inverse{
	background: none;
	color: #f2405d;
}
.buttons .btn i, .buttons .btn.btn-inverse i{
	display: inline-block;
	padding-right: 5px;
}


/* Font Awesome Icons */
.ficons{
	padding: 0;
}
.ficons i{
	font-size: 20px;
	color: #f2405d;
	padding: 0 15px 15px 0;
}


/* List Styles */
.list-styles h4{
	margin-bottom: 30px;
}
.list-styles ul li, .list-styles ol li{
	padding-bottom: 10px;
}
.list-styles ul li:last-child, .list-styles ol li:last-child{
	padding-bottom: 0;
}
.list-styles ul li i{
	color: #f2405d;
}


/* Stickers */
.stickers{
	padding: 0;
}
.stickers h4.text-semibold{
	margin-bottom: 30px;
}
.sticker{
	background: #333;
	color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 3px;
	margin: 0 5px;
}
.sticker.green{
	background: #4caf50;
}
.sticker.blue{
	background: #5BC0DE;
}
.sticker.orange{
	background: #F0AD4E;
}
.sticker.red{
	background: #D9534F;
}
i.sticker-icon{
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
i.sticker-icon span{
	position: absolute;
	right: 5px;
	top: 0;
}


/* Dropcaps */
.dropcap{
	float: left;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	margin-right: 10px;
	color: #f2405d;
	border-radius: 3px;
}
.dropcap.alt{
	background: #f2405d;
	color: #fff;
	padding: 5px 10px;
}


/* Columns */
.columns {
	padding-bottom: 60px;
}
.columns .row{
	margin-bottom: 60px;
}
.columns .row:first-child{
	margin-bottom: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.sticky-wrapper {
  z-index: 9999;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}