@charset "UTF-8";
/* Color pallette */
/* Fonts */
/* Weights */
/* Titles */
.title {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  line-height: 50px;
  color: #8B005A;
}

.title.red {
  color: #CF0E3E;
}

h2.title {
  text-align: center;
}

/* Buttons */
.btn {
  display: block;
  border-radius: 30px;
  font-family: "Roboto Slab", serif !important;
  color: #ffffff !important;
  max-width: 250px;
  padding: 15px;
}

.btn.multi {
  background: linear-gradient(#CF0E3E, #8B005A);
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.btn.multi:hover {
  background: linear-gradient(#8B005A, #CF0E3E);
  color: #ffffff !important;
}

.btn.white {
  background: #ffffff;
  border: 1px solid #8B005A;
  color: #8B005A !important;
}

.btn.white:hover {
  background: #8B005A;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

/* Styles */
.white-text p, .white-text ul li, .white-text h1, .white-text h2 {
  color: #ffffff !important;
}

img {
  max-width: 100%;
}

html {
  position: relative;
}

body {
  color: #000000;
}

a {
  color: #CF0E3E;
}

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

a:hover {
  color: #8B005A !important;
  transition: all 0.3s ease-out;
}

p, ul li {
  font-family: "Roboto", serif;
  font-size: 18px;
}

.container {
  position: relative;
}

.pd-btm-60 {
  padding-bottom: 60px;
}

select.form-control:not([size]):not([multiple]) {
  color: #495057 !important;
  height: auto !important;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #495057 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #495057 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #495057 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #495057 !important;
  opacity: 1;
}

.bullet-list {
  display: flex;
  justify-content: center;
  padding: 0;
}
.bullet-list li {
  display: flex;
  margin: 0 20px;
  flex: 1 1 100%;
  justify-content: center;
}
.bullet-list li.first {
  justify-content: flex-end !important;
}
.bullet-list li a {
  max-width: 400px;
  width: 100%;
}

/*=============SPECIFIC STYLES===================*/
/* Header */
header#header {
  background: url("../../assets/img/nav-bg.jpg") repeat-x;
  position: relative;
  z-index: 2;
}
header#header .top-nav {
  position: absolute;
  right: 15px;
  z-index: 3;
}
header#header .top-nav ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
header#header .top-nav ul li {
  display: inline-block;
  margin-left: 5px;
}
header#header .top-nav ul li a {
  background: linear-gradient(#CF0E3E, #8B005A);
  border-bottom-left-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  color: #ffffff !important;
  font-size: 18px;
  display: block;
  padding: 10px 40px 10px 30px;
  max-width: 290px;
}
header#header .top-nav ul li a:hover {
  background: linear-gradient(#8B005A, #CF0E3E);
  color: #ffffff !important;
}
header#header .top-nav ul li.search {
  position: relative;
  z-index: 6;
}
header#header .top-nav ul li.search:after {
  content: "";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 12px;
  top: 25%;
  width: 20px;
  height: 20px;
  z-index: 6;
}
header#header .top-nav ul li.basket {
  position: relative;
  z-index: 6;
}
header#header .top-nav ul li.basket:after {
  content: "";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 12px;
  top: 25%;
  width: 20px;
  height: 20px;
  z-index: 6;
}
header#header .top-nav ul li.account {
  position: relative;
  z-index: 6;
}
header#header .top-nav ul li.account:after {
  content: "";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 12px;
  top: 25%;
  width: 20px;
  height: 20px;
  z-index: 6;
}
header#header nav {
  padding: 0;
}
header#header nav.bg-dark {
  background: none !important;
}
header#header nav ul {
  margin-top: 60px;
}
header#header nav ul li a {
  font-family: "Roboto Slab", serif;
  color: #000000;
  text-transform: uppercase;
  padding: 0 35px;
}
header#header nav ul li:last-child a {
  padding-right: 0;
}
header#header nav .navbar-collapse {
  justify-content: flex-end;
}
header#header .custom-logo-link {
  background: #ffffff;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  -webkit-box-shadow: -1px 3px 11px -4px #cccccc;
  -moz-box-shadow: -1px 3px 11px -4px #cccccc;
  box-shadow: -1px 3px 11px -4px #cccccc;
  padding: 35px 25px;
}
header#header .cta {
  color: #8B005A;
  font-size: 25px;
  font-family: "Roboto Slab", serif;
  position: absolute;
  top: 60px;
  right: 5px;
}
header#header .cta a {
  color: #CF0E3E;
  font-weight: 600;
}
header#header .cta a:hover {
  color: #8B005A;
}

#banner, .usp {
  position: relative;
  top: -40px;
  z-index: 0;
}

.usp {
  background: #CF0E3E;
  padding: 25px 0;
}
.usp .col-md-4 {
  padding: 0;
}
.usp p {
  font-family: "Roboto", serif;
  color: #ffffff;
  font-weight: 2001;
  line-height: 21px;
  margin: 0;
}
.usp p.title {
  font-family: "Roboto Slab", serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.usp .block {
  position: relative;
  padding-left: 90px;
  padding-right: 20px;
}
.usp .block:before {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  font-weight: 2001;
  right: 0;
  position: absolute;
  top: 25%;
  width: 90px;
  text-align: center;
}
.usp .block:after {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.usp .block.support:before {
  content: "";
  left: 0;
}
.usp .block.simple-price-plans:before {
  content: "";
  left: 0;
}
.usp .block.free-delivery:before {
  content: "";
  left: 0;
}
.usp .block.free-delivery:after {
  background: none;
}

/* Content */
main {
  position: relative;
  padding: 0;
}
main.no-top {
  top: 0;
}

.intro p {
  text-align: center;
}
.intro .btn {
  margin: 30px auto;
}

.plans {
  background: #EEEEEE;
  min-height: 600px;
}

.case-studies {
  padding: 15px 0 0 0;
}
.case-studies #posts {
  background: #EEEEEE;
}
.case-studies .post {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.case-studies .post p {
  text-align: center;
}
.case-studies .post p.title {
  font-size: 35px;
}
.case-studies .post a {
  font-family: "Roboto", serif;
  color: #000000;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.case-studies .post .btn.multi {
  display: table;
  margin: 0 auto;
  width: 80%;
}

.processes-wrapper {
  background: #8B005A;
}
.processes-wrapper .title {
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
.processes-wrapper .processes {
  display: flex;
  padding: 40px 40px 60px 40px;
  align-items: stretch;
}
.processes-wrapper .processes .step {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.processes-wrapper .processes .step p {
  text-align: center;
}
.processes-wrapper .processes .step p.title {
  color: #CF0E3E;
  font-size: 35px;
}
.processes-wrapper .processes .step p img {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.processes-wrapper .processes .step .inner-step {
  background: #ffffff;
  border-radius: 10px;
  padding: 45px 20px 20px 20px;
  margin: 200px 0 0 0;
}
.processes-wrapper .processes .box {
  display: flex;
  flex-grow: 1;
  margin: 0 50px;
  position: relative;
}
.processes-wrapper .processes .box:after {
  background: url("../../assets/img/arrow.png") no-repeat;
  content: "";
  color: #ffffff;
  height: 31px;
  left: 115%;
  position: absolute;
  right: 0;
  top: 70%;
  width: 18px;
}
.processes-wrapper .processes .box:last-child:after {
  background: none;
  content: "";
}

#testimonials {
  padding: 0;
}

.testimonials p {
  font-family: "Roboto", serif;
  font-weight: 2001;
  text-align: center;
}
.testimonials p.title {
  color: #CF0E3E;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 40px;
}
.testimonials p.author {
  color: #8B005A;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.testimonials .inner-item {
  display: table-cell;
  vertical-align: middle;
}

.block-content p {
  text-align: center;
  margin: 20px 0;
}
.block-content.full {
  padding: 30px 0;
}
.block-content.full .title {
  margin-top: 0;
}
.block-content.two-col {
  padding: 30px 0;
}
.block-content.two-col .title {
  margin-top: 0;
}
.block-content.two-col ul {
  padding: 0;
  margin: 20px 0;
}
.block-content.two-col ul li {
  margin-bottom: 20px;
}
.block-content.grey {
  background: #EEEEEE;
  padding: 50px 0;
}
.block-content.grey ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.block-content.grey ul li {
  margin-bottom: 10px;
  list-style-position: inside;
  text-align: center;
}
.block-content.grey h4 {
  text-align: center;
}
.block-content.purple {
  background: #8B005A;
  padding: 50px 0;
}
.block-content.purple p {
  text-align: left;
}
.block-content.white {
  float: left;
  background: #ffffff;
  padding: 50px 0;
  width: 100%;
}
.block-content.white ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 50%;
}
.block-content.contact-form {
  padding-top: 0;
  width: 100%;
}
.block-content.contact-form .col-lg-12 {
  padding: 0;
}
.block-content.contact-form .form-control {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
}
.block-content.contact-form .submit-button {
  background: linear-gradient(#CF0E3E, #8B005A);
  border: none;
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 20px !important;
  float: right;
  padding: 15px 50px;
  text-align: center !important;
  text-transform: uppercase !important;
}
.block-content.contact-form .submit-button:hover {
  background: linear-gradient(#8B005A, #CF0E3E) !important;
}

#cases {
  padding: 40px 0;
}
#cases .posts .inner-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#cases .posts p {
  text-align: center;
}
#cases .posts p.title {
  color: #CF0E3E;
  font-size: 25px;
}
#cases .posts a {
  color: #000000;
  display: block;
  text-align: center;
  flex: none;
}
#cases .posts .text {
  flex-grow: 1;
}
#cases .posts .btn {
  display: block;
  margin: 20px auto;
  width: 80%;
  text-transform: none !important;
}
#cases .posts img {
  max-width: 100%;
}

/*FAQ'S*/
.accordions {
  background: none !important;
}
.accordions .accordions-head {
  background: #8B005A !important;
  font-family: "Roboto Slab", serif !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
}
.accordions .accordions-head:hover {
  background: #CF0E3E !important;
  color: #ffffff !important;
}
.accordions .accordions-head-title {
  color: #ffffff !important;
  font-size: 20px !important;
}
.accordions .accordion-icons {
  color: #ffffff !important;
}
.accordions .accordion-content {
  border-radius: 10px !important;
  margin-bottom: 20px !important;
}

/* Owl Carousel */
.owl-carousel {
  padding: 0 100px;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
  height: 100% !important;
}

.owl-carousel .owl-item {
  display: flex;
  height: 100% !important;
  align-items: center;
}

.owl-carousel .item {
  margin: 0 auto;
  padding: 0 100px;
}

.owl-prev, .owl-next, .nextend-arrow-previous, .nextend-arrow-next {
  background: #CCCCCC !important;
  display: block;
  height: 49px;
  position: absolute;
  top: 40%;
  width: 49px;
}

.owl-prev, .nextend-arrow-previous {
  border-bottom-right-radius: 12px 12px;
  border-top-right-radius: 12px 12px;
  left: 0;
}

.owl-next, .nextend-arrow-next {
  border-bottom-left-radius: 12px 12px;
  border-top-left-radius: 12px 12px;
  right: 0;
}

.owl-prev span, .owl-next span {
  color: #ffffff !important;
  font-size: 35px;
  line-height: 35px;
}

.owl-prev:hover, .owl-next:hover {
  background: #8B005A !important;
}

.nextend-arrow-previous {
  left: 0 !important;
}

.nextend-arrow-next {
  right: 0 !important;
}

.nextend-arrow-previous img, .nextend-arrow-next img {
  position: absolute;
  top: 12px;
  left: 22%;
  width: 50% !important;
}

.nextend-arrow-previous:hover, .nextend-arrow-next:hover {
  background: #8B005A !important;
}

.page-content ul {
  margin: 0;
  padding: 0;
}
.page-content ul li {
  margin: 20px;
}
.page-content ul li ul {
  padding: 20px 0;
}
.page-content ul li ul li {
  margin: 0 20px;
}

.post-detail .text, .post-detail .image {
  padding-top: 50px;
}
.post-detail .title {
  margin-bottom: 20px;
}

.call-to-action {
  background: #CF0E3E;
  padding: 20px 0;
}
.call-to-action p {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  margin: 0;
}
.call-to-action p.link {
  float: right;
  position: relative;
  top: 5px;
  width: 250px;
}
.call-to-action.purple {
  background: #8B005A;
}

/* Contact Us */
.column {
  text-align: center;
  margin-bottom: 40px;
}
.column p {
  color: #CF0E3E;
  font-family: "Roboto Slab", serif;
  font-size: 35px;
}
.column a {
  color: #8B005A;
  font-family: "Roboto Slab", serif;
  font-size: 35px;
}
.column a:hover {
  color: #CF0E3E !important;
}
.column hr {
  border-color: #AAAAAA;
  border-width: 2px;
  width: 400px;
}

.text-block {
  margin-bottom: 40px;
}
.text-block p {
  font-weight: 2001;
  text-align: center;
}

/*Products*/
.products.columns-2 .button, .products.columns-3 .button {
  background: linear-gradient(#CF0E3E, #8B005A);
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Roboto Slab", serif !important;
  font-size: 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  max-width: 250px;
  margin: 0 auto;
  padding: 15px 30px;
}
.products.columns-2 .button:hover, .products.columns-3 .button:hover {
  background: linear-gradient(#8B005A, #CF0E3E);
}
.products.columns-2 li, .products.columns-3 li {
  background: #EEEEEE;
  -webkit-box-shadow: 0px 2px 13px 0px #cccccc;
  -moz-box-shadow: 0px 2px 13px 0px #cccccc;
  box-shadow: 0px 2px 13px 0px #cccccc;
  text-align: center;
  padding-bottom: 30px !important;
}
.products.columns-2 li a, .products.columns-3 li a {
  font-family: "Roboto Slab", serif !important;
  font-size: 25px !important;
  font-weight: 400;
  color: #CF0E3E;
}
.products.columns-2 li .price, .products.columns-3 li .price {
  color: #8B005A !important;
  font-family: "Roboto Slab", serif !important;
  font-size: 20px !important;
}
.products.columns-2 li img, .products.columns-3 li img {
  background: #ffffff;
  padding: 20px 0;
}

/* Footer */
.page-id-23 .bottom-logos {
  background: #ffffff;
}

.bottom-logos {
  background: #EEEEEE;
  padding: 25px 0 25px 0;
}
.bottom-logos ul {
  display: table;
  list-style-type: none;
  margin: 0 auto;
}
.bottom-logos ul li {
  display: inline-block;
  position: relative;
  padding: 25px 0;
  width: 240px;
}
.bottom-logos ul li:after {
  background: #DDDDDD;
  content: "";
  height: 50px;
  position: absolute;
  right: 25px;
  top: 40%;
  width: 3px;
}
.bottom-logos ul li img {
  max-width: 100%;
}
.bottom-logos ul li:nth-child(3):after, .bottom-logos ul li:nth-child(4):after {
  background: none;
}

footer#footer {
  background: #CF0E3E;
  bottom: 0;
  padding: 50px 0;
  position: relative;
  top: -20px;
  width: 100%;
}
footer#footer p {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
}
footer#footer p.heading {
  text-transform: uppercase;
}
footer#footer p a {
  color: #ffffff;
}
footer#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer#footer ul li {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
}
footer#footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
footer#footer .social ul li {
  display: inline-block;
  position: relative;
}
footer#footer .social ul li a {
  font-size: 30px;
  padding-right: 15px;
}
footer#footer .social p {
  margin-top: 20px;
}
footer#footer .social p img {
  margin-top: 10px;
}

.site-sub-footer {
  background: #ffffff;
  bottom: 0;
  padding: 20px 0;
  position: relative;
  top: -20px;
  width: 100%;
}
.site-sub-footer p {
  font-family: "Roboto Slab", serif;
  color: #8B005A;
  font-size: 16px;
}
.site-sub-footer .credits {
  float: right;
}
.site-sub-footer .credits a {
  color: #CF0E3E;
}
.site-sub-footer .credits a:hover {
  color: #8B005A !important;
}
.site-sub-footer .copyright span {
  position: relative;
  left: 0;
}
.site-sub-footer .copyright a {
  color: #8B005A;
  text-transform: uppercase;
  padding: 0 10px;
}
.site-sub-footer .copyright a:hover {
  color: #CF0E3E !important;
}
