﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
::selection {
  color: #ffffff;
  background-color: #4640D6; }

::-moz-selection {
  color: #ffffff;
  background-color: #4640D6; }

h1, h2, h3, h4, h5, h6, table, body, p {
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-size: 3em;
  line-height: 1.1; }

h2 {
  font-size: 2em;
  line-height: 1.1; }

h3 {
  font-size: 1.75em;
  line-height: calc(1.75em * 1.1); }

h4 {
  font-size: 1.5em;
  line-height: calc(1.5em * 1.1); }

h5 {
  font-size: 1.25em;
  line-height: calc(1.25em * 1.618); }

h6 {
  font-size: 1em;
  line-height: calc(1em * 1.618);
  max-width: 70ch; }

p {
  font-size: 1.25em;
  line-height: calc(1.25em * 1.618);
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Work Sans', sans-serif; }

address {
  font-family: 'Work Sans', sans-serif; }

.text-xl {
  font-size: 100px;
  font-weight: bolder; }

.a-h1 {
  font-size: 3em;
  text-decoration: none;
  text-decoration-color: #000; }

.text-primary {
  color: #4640D6 !important; }

.a-h2 {
  font-size: 2em;
  text-decoration: none;
  text-decoration-color: #000; }

.a-h3 {
  font-size: 1.75em;
  text-decoration: none;
  text-decoration-color: #000; }

.bg-primary, .btn-primary {
  background-color: #4640D6;
  color: #ffffff;
  border: none; }

.bg-secondary, btn-secondary {
  background-color: #bf0000;
  color: #ffffff;
  border: none; }

.bg-white {
  background-color: #ffffff;
  color: #000;
  border: none; }

.bg-black {
  background-color: #000; }

.bg-grey-800 {
  background-color: #888888; }

.bg-grey-eee {
  background-color: #eeeeee; }

.body-content {
  margin-top: 100px; }

.v-divider {
  display: inline-block; }

.v-divider strong:last-child {
  display: none; }

.active_underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #000; }

.active_underline:after {
  display: block;
  content: '';
  text-decoration: none;
  color: #000;
  border-bottom: solid 3px #000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%; }

.active_underline:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
  text-decoration: none;
  color: #000; }

.points {
  display: block;
  width: 100%;
  height: 32px; }

.points i {
  margin-right: 50px;
  display: inline-block;
  color: #4582EC; }

.points svg {
  margin-right: 10px;
  display: inline-block;
  color: #4582EC; }

/* Set widths on the form inputs since otherwise they're 100% wide */
input, select, textarea {
  text-decoration: none; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #888888;
  text-decoration: none; }

.section-heading {
  display: inline-block;
  margin-bottom: 40px; }

.section-heading-line {
  width: 10%;
  display: inline-block;
  padding-top: 15px;
  height: 40px;
  width: 20%;
  padding-left: 10px; }

.section-heading-line hr {
  height: 2px;
  border: 0;
  background-color: #eee;
  display: block; }

.feature {
  width: 100%;
  padding-left: 0; }

.feature li {
  list-style: none;
  display: block;
  padding: 10px 0; }

.feature li h4 {
  font-size: 1.5em;
  margin-bottom: 10px; }

.feature li p {
  font-size: 1.25em;
  line-height: calc(1.25em * 1.618);
  color: rgba(0, 0, 0, 0.7); }

.feature li span {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 1.2em;
  background-color: #f1f1f1;
  border-radius: 50px;
  text-align: center; }

.feature li span:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  transition: ease-in-out .4s; }

.feature li span:before {
  content: '';
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: 12px;
  margin-left: 3px; }

.feature li span i {
  font-size: 2em;
  margin: auto;
  text-align: center;
  vertical-align: middle; }

.footer-feature {
  width: 100%;
  padding-left: 0; }

.footer-feature li {
  list-style: none;
  line-height: 24px;
  height: 24px;
  display: block;
  font-weight: lighter;
  font-size: 1em; }

.footer-feature li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

#style-3::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar-thumb {
  background-color: #4640D6; }

section {
  margin: 100px 0;
  padding: 50px 0; }

.side-line-heading {
  border-left: 5px solid #ff6a00;
  padding-left: 20px; }

.icon {
  color: #9b59b6; }

.shadow-image-packaging {
  box-shadow: rgba(255, 0, 110, 0.65) 15px 15px 0 0; }

.shadow-image-icons {
  box-shadow: rgba(255, 106, 0, 0.65) -15px 15px 0 0; }

.shadow-image-wireframe {
  box-shadow: rgba(238, 238, 238, 0.65) 15px 15px 0 0; }

.shadow-image-development {
  box-shadow: rgba(255, 216, 0, 0.65) 15px 15px 0 0; }

.shadow-image-logo {
  box-shadow: rgba(255, 216, 0, 0.65) -15px 15px 0 0; }

.shadow-image-copywriting {
  box-shadow: rgba(255, 0, 0, 0.65) 15px 15px 0 0; }

.shadow-image-design {
  box-shadow: rgba(69, 130, 236, 0.65) -15px 15px 0 0; }

.shadow-image-typography {
  box-shadow: rgba(43, 41, 225, 0.65) -15px 15px 0 0; }

.shadow-image-smm {
  box-shadow: rgba(44, 141, 49, 0.65) 15px 15px 0 0; }

.shadow-image-print {
  box-shadow: rgba(155, 89, 182, 0.65) 15px 15px 0 0; }

.shadow-image-seo {
  box-shadow: rgba(0, 255, 255, 0.65) 15px 15px 0 0; }

.shadow-image-ppc {
  box-shadow: rgba(3, 255, 0, 0.65) -15px 15px 0 0; }

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

.section-title h2 {
  font-size: 30px;
  position: relative; }

.section-title h2 span {
  color: #9b59b6; }

.section-title h2:before {
  background: #9b59b6;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  width: 90px; }

.section-title h2:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px; }

.section-title p {
  font-size: 17px; }

.single-pricing-box {
  border: 2px solid #4640D6;
  padding: 20px;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 8px; }

.single-pricing-box:hover {
  border-color: #4640D6;
  box-shadow: 1px 10px 30px #f1f1f1; }

.single-pricing-box h3 {
  font-size: 24px; }

.pricing-icon {
  font-size: 60px;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s; }

.single-pricing-box:hover .pricing-icon {
  color: #4640D6; }

.pricing-list {
  margin-bottom: 25px;
  text-align: left; }

.pricing-list ul {
  line-height: 26px;
  list-style: none;
  margin: 0;
  padding: 0; }

.pricing-list ul li {
  font-size: 1em;
  margin: 5px 0;
  font-weight: lighter;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.pricing-list ul li:before {
  content: "•";
  color: #4640D6;
  padding-right: 10px; }

.pricing-list ul li.off:before {
  content: "\f00d";
  color: red; }

.pricing-list ul li.hr:before {
  content: none; }

.single-pricing-box h3.pricing-count {
  text-transform: none;
  font-size: 18px;
  color: #fff;
  background-color: #4640D6; }

.my-flex {
  height: auto; }

.my-flex-column {
  border: 5px solid #4640D6;
  height: 90px; }

.my-flex-item {
  height: auto;
  padding: 20px;
  margin-bottom: 20px; }

.my-flex-item-2 {
  border: 1px solid #4640D6;
  height: 200px;
  background-color: #ddd; }

.navbar {
  font-size: 1.15em;
  font-family: 'Lato', sans-serif;
  min-height: 80px;
  box-shadow: rgba(238, 238, 238, 0.75) 0 1px 5px;
  border: 0;
  background-color: #fff !important;
  transition: all 0.5s; }

.navbar-brand {
  padding: 0;
  height: 80px;
  line-height: 80px; }

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px; } }

.text-center-exact {
  width: 100%;
  height: 100%; }

.text-center-exact .text-center-exact-content {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px; }

.highlights {
  width: 100%;
  height: calc(100vh - 100px);
  display: block;
  margin-top: 100px;
  background-size: cover;
  background-repeat: no-repeat; }

.highlights .highlights-content {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: #fff; }

/* OWL CAROUSAL TESTIMONIALS
----------------------*/
.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto; }

.blockquote {
  color: #7a767a;
  font-weight: 300; }

.owl-next.disabled, .owl-prev.disabled {
  opacity: 0.5; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px; }

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff487e; }

/**/
.owl-theme .owl-dots .owl-dot.active span {
  background: #ff487e;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

/*swiper carousel*/
.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 1em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start; }

/*Textboxes*/
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem; }

.form-control-label {
  height: 48px; }

.form-label-group {
  position: relative;
  margin-bottom: 1rem; }

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x); }

.form-label-group > textarea,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x); }

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out; }

.form-label-group input::-webkit-input-placeholder {
  color: transparent; }

.form-label-group input:-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-moz-placeholder {
  color: transparent; }

.form-label-group input::placeholder {
  color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3); }

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #2196F3; }

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent; }

.form-label-group textarea:-ms-input-placeholder {
  color: transparent; }

.form-label-group textarea::-ms-input-placeholder {
  color: transparent; }

.form-label-group textarea::-moz-placeholder {
  color: transparent; }

.form-label-group textarea::placeholder {
  color: transparent; }

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3); }

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #2196F3; }

/*Card Radio Button*/
label {
  width: 100%; }

.card-input-element {
  display: none; }

.card-input {
  margin: 10px;
  padding: 0; }

.card-input:hover {
  cursor: pointer;
  background: #4640D6;
  color: #ffffff; }

.card-input-element:checked + .card-input {
  background: #4640D6;
  color: #ffffff; }
