.responsive-menu {
  padding: 20px 10px;
}

.logo-responsive {
  float: left;
}

.hamburger {
  width: 45px;
  height: 45px;
  float: right;
  background-image: url('../images/hamburger.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.list-sub-drop {
  margin-bottom: 10px;
}

.nav-res-link {
  text-decoration: none;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(62%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.8));
}

.navigation {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: transparent;
}

.navigation.white {
  background-color: #fff;
}

.brand-logo {
  margin-top: 5px;
}

.nav-link {
  padding: 40px 10px 35px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.dark {
  color: #3a3a3a;
}

.nav-line {
  width: 100%;
  height: 1px;
  background-color: #b80030;
}

.nav-menu {
  display: block;
}

.contact-us-button {
  position: absolute;
  top: 28px;
  right: 40px;
  display: block;
  padding: 14px 20px 12px;
  border-radius: 4px;
  background-color: #b80030;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.contact-us-button:hover {
  background-color: #fff;
  color: #b80030;
}

.contact-us-button.dark:hover {
  background-color: #313131;
  color: #fff;
}

.text-block {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.container-centre {
  position: relative;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.align-center {
  text-align: center;
}

.slogan {
  font-family: 'Droid Sans', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 300;
}

.small-title {
  font-family: 'Droid Sans', sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.space {
  height: 20px;
}

.button-icon {
  margin-right: 10px;
  padding: 17px 25px 15px 50px;
  border-radius: 15px;
  background-color: #b80030;
  background-image: url('../images/arrow-down-on-black-circular-background_1arrow-down-on-black-circular-background.png');
  background-position: 10% 49%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-icon:hover {
  background-color: #313131;
}

.button-icon.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button-icon.outline:hover {
  border-color: #b80030;
  background-color: #b80030;
}

.red-text {
  color: #b80030;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 27px;
}

.div-block {
  background-color: #1f1f1f;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.button {
  margin-right: 15px;
  padding: 12px 25px;
  background-color: #151414;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.button:hover {
  background-color: #b80030;
}

.div-block-2 {
  margin-top: 40px;
  margin-left: 10px;
}

.email-span {
  color: #b80030;
}

.section-header {
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.section-header.white {
  color: #fff;
}

.section-header.portfolio {
  margin-top: 20px;
  margin-bottom: 5px;
}

.text-block-3 {
  margin-bottom: 30px;
  font-family: Bitter, serif;
  text-align: center;
}

.container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.aboutdiv {
  text-align: center;
}

.whitebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #afafaf;
  border-radius: 100px;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: transparent;
}

.imaggrey {
  position: absolute;
}

.imagered {
  position: absolute;
}

.about-heading {
  margin-top: 5px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/background.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/background.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 121, 119, 0.87);
  border-radius: 100px;
  background-color: rgba(32, 32, 29, 0.85);
  color: #fff;
}

.tab:hover {
  background-color: rgba(53, 48, 48, 0.83);
}

.tab.w--current {
  background-color: rgba(184, 0, 48, 0.59);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tab-heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 40px;
  font-weight: 300;
}

.fa-fa-check {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-5 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #e9dfdf;
}

.image {
  padding-top: 50px;
}

.portfolio-name {
  margin-right: 5px;
  margin-left: 0px;
  float: left;
  clear: none;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 600;
}

.portfolio-name.port_colour {
  float: left;
  clear: none;
  color: #b80030;
}

.type-name {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 300;
}

.portfolio-div {
  display: block;
  width: 100%;
}

.sub-header-text {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.sub-header-text.sub-header-text-white {
  color: #fff;
}

.portfolio-row {
  margin-top: 30px;
}

.container-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-3.port-container {
  padding-bottom: 50px;
}

.container-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/pexels-photo-260689.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/pexels-photo-260689.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._4-step-row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-3 {
  text-align: center;
}

._4-step-sub-header {
  padding-top: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-size: 16px;
  font-weight: 600;
}

.container-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider {
  height: 200px;
  background-color: #fff;
}

.slider-div {
  position: relative;
  top: 50px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.text-block-6 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 100;
}

.paragraph {
  font-family: 'Droid Sans', sans-serif;
}

.section-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/pexels-photo-126637.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/pexels-photo-126637.jpeg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.button-2 {
  margin-top: 30px;
  padding: 14px 20px;
  border: 1px solid #363131;
  border-radius: 4px;
  background-color: #b80030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  border: 1px solid #b80030;
  background-color: #fff;
  color: #b80030;
}

.container-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333;
}

.lower-footer {
  background-color: #222;
}

.paragraph-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #919191;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #b80030;
  background-image: url('../images/facebook-logo_white_1facebook-logo_white.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette_white_1twitter-logo-silhouette_white.png');
  background-position: 50% 50%;
  background-size: 14px;
}

.footer-heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.contact-list {
  padding-left: 24px;
  background-image: url('../images/call-answer_1call-answer.png');
  background-position: 0px 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: 'Droid Sans', sans-serif;
  color: #919191;
  font-weight: 300;
}

.contact-list.mail {
  background-image: url('../images/envelope_1envelope.png');
  background-size: 16px;
}

.link {
  float: left;
  clear: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #b1b1b1;
  text-decoration: none;
}

.link:hover {
  color: #fff;
  text-decoration: underline;
}

.link.quick-link {
  margin-bottom: 5px;
}

.copyright {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 200;
  text-align: center;
}

.container-8 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.link-block {
  text-decoration: none;
}

.apps-banner.about {
  height: 200px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}

.cpntainer-centre {
  position: relative;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.align-center-div {
  text-align: center;
}

.page-header {
  font-family: 'Droid Sans', sans-serif;
  color: #313131;
  font-weight: 300;
}

.page-sub-heading {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-size: 17px;
  font-weight: 300;
}

.page-title-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.bold {
  color: #b80030;
  font-weight: 700;
}

.line {
  width: 17%;
  height: 2px;
  margin-top: 15px;
  background-color: #b80030;
}

.line.centre {
  margin-bottom: 32px;
  text-align: center;
}

.paragraph-3 {
  font-family: Bitter, serif;
}

.div-block-4 {
  margin-top: 20px;
  text-align: center;
}

.div-block-5 {
  text-align: center;
}

.heading-2 {
  font-family: 'Droid Sans', sans-serif;
}

.container-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-banner {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/web-design-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/web-design-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: 'Droid Sans', sans-serif;
  color: #b71532;
  font-weight: 600;
}

.container-10 {
  position: relative;
  top: 95px;
}

.heading-3 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-6 {
  width: 60%;
}

.text-block-7 {
  font-size: 20px;
  line-height: 33px;
}

.paragraph-4 {
  font-family: 'Droid Sans', sans-serif;
}

.important {
  color: #b71532;
  font-weight: 600;
}

.answer-text {
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  color: #b80030;
  text-decoration: none;
}

.text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
}

.list-item {
  margin-bottom: 7px;
}

.list-line {
  margin-top: 7px;
  margin-bottom: 0px;
}

.price-table-wrapper {
  display: block;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
}

.pricing-heading {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-weight: 200;
  text-align: center;
}

.table-price {
  margin-bottom: 20px;
  float: none;
  clear: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 27px;
  text-align: center;
}

.package-ideal {
  margin-bottom: 20px;
  font-family: Bitter, serif;
  color: #b80030;
  font-weight: 100;
  text-align: center;
}

.pricing-table-info {
  margin-bottom: 12px;
}

.table-list-text {
  font-family: Bitter, serif;
  font-size: 15px;
  text-align: center;
}

.table-list-text.no {
  color: #bebebe;
}

.table-list-text.no-copy {
  color: #bebebe;
}

.pricing-table-info-wrapper {
  display: block;
}

.question-mark-cricle-div {
  width: 10px;
  height: 10px;
}

.circle {
  position: relative;
  right: 20px;
  width: 25px;
  height: 25px;
  float: right;
  border-radius: 100px;
  background-color: #b80030;
}

.row-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-text {
  font-family: Bitter, serif;
}

.row-3 {
  margin-bottom: 40px;
}

.portfolio-title {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.div-block-7 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #b71532 42%, #ca5469 100%, #fff);
}

.red-link {
  color: #b71532;
  text-decoration: none;
}

.port-div {
  text-align: center;
}

.box {
  height: 450px;
  background-color: #0f9eff;
}

.container-11 {
  overflow: scroll;
}

.div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-div {
  height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0091f3;
}

.col-div._2 {
  background-color: #9ea7ad;
}

.col-div._3 {
  background-color: #f300f3;
}

.col-div._4 {
  background-color: #e0f300;
}

.col-div.flex {
  max-width: 17%;
}

.text-block-8 {
  float: none;
}

.from {
  font-size: 13px;
}

.col {
  height: 350px;
  background-color: #c5d3dd;
}

.col.info {
  width: 65%;
}

.text-block-9 {
  margin-bottom: 10px;
}

.sub-page-header {
  font-family: Lato, sans-serif;
  color: #454545;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.web-design-paragraph {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #000;
}

.list_item {
  padding-bottom: 5px;
  font-family: Varela, sans-serif;
  color: #000;
}

.hosting_page-image {
  margin-top: 60px;
}

.hosting_page-image.image-up {
  margin-top: 0px;
}

.line-2 {
  height: 2px;
  margin-top: 30px;
  background-color: #d4d4d4;
}

.services-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.design-services-heading {
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
}

.design-services-text {
  padding-top: 10px;
  color: #000;
}

.design-services-buttons {
  margin-top: 10px;
  padding: 3px 7px;
  border: 1px solid #be0737;
  border-radius: 3px;
  background-color: #b80030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
}

.design-services-buttons:hover {
  border-color: #757575;
  background-color: #2c2b2a;
}

.design-row-2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.link-3 {
  color: #b80030;
  font-weight: 700;
  text-decoration: none;
}

.responsive-para {
  margin-top: 21px;
  font-family: Varela, sans-serif;
  color: #000;
}

.testt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-header {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.skill-image {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
}

.skill-image.support {
  margin-top: 12px;
  margin-left: 10px;
}

.skill-image.pound {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.responsive-icon-text {
  display: inline-block;
  padding-top: 20px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Bitter, serif;
  color: #000;
}

.text-wrap {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-weight: 700;
}

.responsive-sub-header {
  font-family: Lato, sans-serif;
  color: #454545;
  font-size: 20px;
  text-align: center;
}

.para-text {
  font-family: Varela, sans-serif;
  color: #000;
  text-align: center;
}

.link-4 {
  color: #b80030;
  font-weight: 700;
  text-decoration: none;
}

.maintenance-sub-header {
  margin-top: 60px;
  font-family: Lato, sans-serif;
  color: #454545;
  font-size: 20px;
}

.icon-header-2 {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.text-wrap-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-weight: 700;
}

.icon-header-3 {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.start-up-web-design-container {
  padding-top: 0px;
}

.text-wrap-3 {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-weight: 700;
}

.start-up-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cms-design {
  padding-bottom: 30px;
}

.ecommerce-sectoin {
  background-image: url('../images/7c679658c9a587ffd6b0e66c9ab0d0fe.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ecommerce-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ecommerce-div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.ecom-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Droid Serif', serif;
  color: #b80030;
  font-size: 17px;
}

.ecom-para {
  font-family: Varela, sans-serif;
  color: #000;
  text-align: center;
}

.start-up-opening-paragraph {
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.read-more-button {
  margin-top: 10px;
  padding: 5px 7px;
  border: 1px solid #b80030;
  border-radius: 3px;
  background-color: #b80030;
  font-family: 'Droid Serif', serif;
  color: #fff;
  text-align: center;
}

.read-more-button:hover {
  border-color: #524f4f;
  background-color: #615e5c;
}

.just-starting-headers {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #454545;
  font-size: 20px;
}

.icon-header-4 {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.button-div {
  text-align: right;
}

.about-us-paragraph {
  font-family: Varela, sans-serif;
  color: #000;
  text-align: justify;
}

.about-us-paragraph.interaction-lower-text {
  margin-bottom: 10px;
  padding-top: 30px;
}

.skill-header {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #454545;
  font-size: 20px;
}

.about-us-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.skills-div {
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.starting-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.skills-paragraph {
  margin-bottom: 20px;
  padding-left: 77px;
  font-family: Varela, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.icon-header-5 {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.text-wrap-4 {
  font-family: 'Droid Sans', sans-serif;
  color: #b80030;
  font-weight: 700;
}

.interactive-row {
  padding-top: 15px;
}

.interactive-heading {
  font-size: 14px;
}

.read-more-button-2 {
  margin-top: 10px;
  padding: 5px 7px;
  border: 1px solid #b80030;
  border-radius: 3px;
  background-color: #b80030;
  font-family: 'Droid Serif', serif;
  color: #fff;
  text-align: center;
}

.read-more-button-2:hover {
  border-color: #524f4f;
  background-color: #2c2b2a;
}

.icon-header-6 {
  width: 55px;
  height: 55px;
  margin-top: 21px;
  margin-right: 22px;
  float: left;
  border-radius: 50%;
  background-color: #b80030;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.policy-list-item {
  margin-bottom: 15px;
}

.text-block-11 {
  display: inline;
}

.all-caps-text {
  margin-bottom: 12px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13 {
  max-width: 650px;
  margin: 15px auto;
}

.checkmark {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.price-text {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.text-span {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding: 64px 4px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-2 {
  margin-right: 8px;
  margin-bottom: 19px;
}

.subtle-text {
  margin-bottom: 32px;
  opacity: 0.8;
  text-transform: uppercase;
}

.wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}

.tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  border-radius: 40px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.tab-2.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e40048;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.plan-title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-wrapper {
  margin-bottom: 40px;
}

.paragraph-big {
  font-size: 16px;
  line-height: 1.5;
}

.cta {
  width: 100%;
  padding: 8px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e40048;
  border-radius: 4px;
  background-color: #e40048;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.cta:hover {
  border-color: #c90040;
  background-color: #c90040;
}

.cta.secondary {
  border-style: solid;
  border-color: #e40048;
  background-color: #fff;
  color: #000;
}

.cta.secondary:hover {
  background-color: rgba(228, 0, 72, 0.08);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.caption-text {
  margin-top: 16px;
  color: grey;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.disccount {
  position: absolute;
  left: 44px;
  top: -34px;
  z-index: 9;
  width: 120px;
  margin-top: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #e40048;
  font-size: 14px;
  font-weight: 400;
  cursor: auto;
}

.pricing-plan-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  max-width: 480px;
  min-height: 300px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-align: left;
}

.pricing-plan-wrapper:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.spacer {
  height: 120px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.faqs-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.faq-wrapper {
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  text-align: left;
}

.faq-wrapper.last-child {
  border: 1px none #000;
}

.title-and-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
}

.paragraph-5 {
  margin-bottom: 0px;
}

.arrow-faq {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  margin-top: 3px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-description {
  overflow: hidden;
  margin-right: 0px;
  padding-top: 8px;
}

.paragraph-small {
  font-size: 18px;
  line-height: 1.5;
}

html.w-mod-js *[data-ix="line-nav-1st-appear"] {
  width: 0%;
}

html.w-mod-js *[data-ix="from-top-on-load"] {
  opacity: 0;
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}

html.w-mod-js *[data-ix="from-bottom-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="image-red-hide"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="left-div-tab"] {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="right-col-nav"] {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="display-none-nav-scroll-first-appear"] {
  display: none;
}

html.w-mod-js *[data-ix="scrnol"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="answer"] {
  display: none;
}

html.w-mod-js *[data-ix="design-services-image-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="design-services-image-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="design-services-image-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="design-icon-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="design-icon-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="design-icon-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 991px) {
  .logo-responsive {
    text-decoration: none;
  }

  .hamburger {
    background-size: 21px;
  }

  .responsive-navigation {
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #b80030;
  }

  .un-drop {
    margin-top: 15px;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .list-sub-drop {
    margin-bottom: 0px;
  }

  .nav-res {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.34);
  }

  .nav-res-link {
    padding-right: 10px;
    color: #fff;
  }

  .button {
    margin-bottom: 10px;
  }

  .heading-3 {
    line-height: 45px;
  }

  .tabs-content {
    width: 100%;
  }

  .pricing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    font-size: 40px;
  }

  .pricing-plan-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-top: 0px;
    text-align: center;
  }

  .portfolio-div {
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .container-10 {
    padding-left: 20px;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-8 {
    text-align: center;
  }

  .port-name {
    display: inline-block;
  }

  .services-container {
    text-align: center;
  }

  .button-div {
    text-align: center;
  }

  .tabs-content {
    width: 100%;
  }

  .pricing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 1.2;
  }

  .tab-2 {
    padding: 8px 24px;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .pricing-plan-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 32px;
  }

  .spacer {
    height: 80px;
  }

  .paragraph-small {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .button-icon {
    margin-bottom: 20px;
  }

  .tab {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-10 {
    top: 52px;
  }

  .scroll-nav-menu.w--open {
    background-color: transparent;
  }

  .icon {
    color: #b71532;
  }

  .div-wrapper {
    overflow: scroll;
  }

  .services-container {
    padding-bottom: 0px;
  }

  .skills-div {
    padding-top: 5px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .pricing-plan-wrapper {
    padding: 24px;
  }
}

