@import url("../fonts/Gilroy_fonts/stylesheet.css");
html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type="submit"],
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 500ms ease-in-out 250ms;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 10%;
}

/* START YOUR CSS HERE (NOTE: YOU CAN MODIFY CSS ABOVE) */
.wrapper {
  margin: 0 auto;
  max-width: 1064px;
}

header {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

header .navbar-brand img {
  width: 80px;
}

header .main_nav {
  padding: 0 20px;
}

header .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

header .navbar-nav li > a {
  padding: 20px 10px;
  color: #2f2f31;
  font-size: 14px;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar-nav li > a:hover {
  background-color: #f9f9f9;
}

.custom-container {
  height: 100%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.bg-1 {
  background-color: #d3cbc1;
}

.bg-2 {
  background-color: #f2d261;
}

.layer-holder {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.sub-con {
  height: 768px;
  margin-top: -342px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.graphic-display {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  z-index: 30;
  position: relative;
}

.active-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px;
}

.active-div .site-graphic img {
  opacity: 0;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.active-div.active .site-graphic img {
  opacity: 1;
}

.top-space {
  margin-top: 90px;
}

.service-inner-1 {
  background-color: #EFB651;
  padding: 50px 0 50px;
}

.service-inner-1 .heading-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-inner-1 .heading-div h1 {
  color: #404040;
  font-size: 37px;
  font-family: 'Bebas Neue', cursive;
  line-height: 0.86;
}

.service-inner-1 .heading-div h1 span {
  font-size: 72px;
  line-height: 1;
}

.service-inner-1 .content p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1A1A1A;
}

.banner-btn {
  font-size: 30px;
  font-family: 'Bebas Neue', cursive;
  padding: 6px 25px;
  margin-top: 30px;
  margin-right: 5px;
  border: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-btn:hover {
  color: #fff;
}

.banner-btn.btn-red {
  background-color: #DE3F3F;
}

.banner-btn.btn-red:hover {
  background-color: #c24037;
}

.banner-btn.btn-brown {
  background-color: rgba(64, 64, 64, 0.8);
}

.banner-btn.btn-brown:hover {
  background-color: #404040;
}

.banner-btn.btn-black {
  background-color: #404040;
}

.banner-btn.btn-black:hover {
  background-color: #404040;
}

.common-block {
  padding: 50px 0;
}

.common-block .block-heading {
  text-align: center;
  margin-bottom: 50px;
}

.common-block .block-heading h2 {
  font-size: 30px;
  color: #404040;
  font-family: 'Bebas Neue', cursive;
}

.common-block .block-heading p {
  color: #404040;
}

.web-element-block .elements-list li {
  margin-bottom: 20px;
}

.web-element-block .elements-list li img.icon {
  height: 90px;
  width: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

.web-element-block .elements-list li .element-content h3 {
  font-size: 18px;
  color: #494949;
  font-weight: 700;
  margin-bottom: 5px;
}

.web-element-block .elements-list li .element-content p a {
  color: #e89d17;
  font-weight: 700;
}

.inclusion-list li {
  margin-bottom: 20px;
}

.inclusion-list li .inclusion-content img {
  height: 316px;
}

.strip-layer {
  background-color: #EFB651;
  padding: 50px 0;
}

.strip-layer h2 {
  font-size: 32px;
  font-family: 'Bebas Neue', cursive;
}

.strip-layer .banner-btn {
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  float: right;
}

p {
  font-size: 15px;
  margin-bottom: 14px;
  font-family: 'Raleway', sans-serif;
}

.option-add .optional-list > li {
  margin-bottom: 20px;
}

.option-add .optional-list > li button.toggle-button {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  border: none;
  background-color: #EFEFEF;
  padding: 30px;
  border-radius: 5px;
}

.option-add .optional-list > li button.toggle-button.active {
  background-color: #FFECCC;
}

.option-add .optional-list > li button.toggle-button.active .heading-content .icon-toggle {
  background-color: #EFB653;
}

.option-add .optional-list > li button.toggle-button.active .heading-content .icon-toggle:after {
  content: none;
}

.option-add .optional-list > li button.toggle-button .heading-content {
  position: relative;
}

.option-add .optional-list > li button.toggle-button .heading-content h2 {
  font-size: 32px;
  color: #5e5442;
  font-family: 'Bebas Neue', cursive;
}

.option-add .optional-list > li button.toggle-button .heading-content .icon-toggle {
  position: absolute;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background-color: #404040;
  display: block;
  top: -10px;
  right: -10px;
}

.option-add .optional-list > li button.toggle-button .heading-content .icon-toggle:after {
  content: '';
  height: 20px;
  background-color: #fff;
  width: 5px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.option-add .optional-list > li button.toggle-button .heading-content .icon-toggle:before {
  content: '';
  width: 20px;
  background-color: #fff;
  height: 5px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.option-list .option-card {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}

.option-list .option-card .option-btn {
  padding: 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option-list .option-card .option-btn a {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'Bebas Neue', cursive;
  border-radius: 5px;
  margin: 0 5px;
  line-height: 1;
}

.option-list .option-card .option-btn a.view {
  background-color: #DE3F3F;
}

.option-list .option-card .option-btn a.add {
  background-color: #EFB651;
}

.page-tabs {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F7F7F7), color-stop(50%, #EFEFEF));
  background: linear-gradient(90deg, #F7F7F7 50%, #EFEFEF 50%);
  margin-bottom: 50px;
}

.page-tabs .page-links {
  padding: 50px;
  padding-bottom: 0;
  text-align: center;
  cursor: pointer;
}

.page-tabs .page-links:hover h3 a {
  color: #EFB653;
}

.page-tabs .page-links h3 {
  margin-bottom: 10px;
}

.page-tabs .page-links h3 a {
  color: #413F3F;
  font-size: 40px;
  font-family: 'Bebas Neue', cursive;
}

.package .package-wrapper img {
  height: 212px;
  width: 292px;
  margin: 0 auto;
  display: block;
}

.package .package-wrapper.pack-1 {
  background-color: #70B6CA;
}

.package .package-wrapper.pack-2 {
  background-color: #9F6DCF;
}

.package .package-wrapper.pack-3 {
  background-color: #D24A6D;
}

.package .package-wrapper a {
  display: block;
}

.other-packages .block-heading h2 {
  font-size: 38px;
  color: #404040;
}

.other-packages table {
  margin-top: 185px;
}

.other-packages td, .other-packages td:first-child {
  background-color: #70b6ca;
}

.other-packages td {
  text-align: center;
  display: block;
  margin-top: 155px;
  margin: 0 auto;
  max-width: 500px;
}

.other-packages td + td {
  background-color: #9f6dcf;
}

.other-packages td + td + td {
  background-color: #d24a6d;
}

.other-packages table {
  width: 100%;
}

.other-packages td > div h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 14px;
  color: #fff;
}

.other-packages td > div p {
  color: #fff;
}

@media (min-width: 768px) {
  .other-packages td {
    display: table-cell;
    vertical-align: middle;
  }
  .other-packages td:first-child > div {
    float: right;
  }
  .other-packages .featured-img {
    margin: -150px auto 35px;
  }
  .other-packages td + td + td > div {
    float: left;
  }
}

@media (min-width: 896px) {
  .other-packages td > div {
    padding: 50px;
  }
  .other-packages .featured-img {
    margin-top: -210px;
  }
}

footer {
  padding: 10px;
}

footer ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

footer ul.footer-nav li {
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}

footer ul.footer-nav li:not(:last-child) {
  border-right: 1px solid rgba(26, 26, 26, 0.5);
}

footer ul.footer-nav li a {
  line-height: 1;
  font-size: 14px;
  color: #727379;
  font-family: 'Raleway', sans-serif;
}

footer .footer-logo {
  float: right;
}

footer .footer-logo img {
  width: 100px;
}

footer .copyright-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.banner-block .image-banner {
  min-height: 500px;
}

.banner-block .banner-strip {
  background-color: rgba(99, 207, 209, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.banner-block .banner-strip h1 {
  font-size: 50px;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
}

.banner-block .banner-strip p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.choice-list li {
  margin-bottom: 20px;
}

.choice-list li .choice-card {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.choice-list li .choice-card img {
  height: 120px;
  width: 170px;
  margin-bottom: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.choice-list li .choice-card h2.label {
  text-align: center;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.choice-list li .choice-card .price-block {
  text-align: center;
  color: #e99d17;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.choice-list li .choice-card .option-btn a {
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
}

.choice-list li .choice-card .option-btn a.view {
  background-color: #d74e44;
}

.choice-list li .choice-card .option-btn a.add {
  background-color: #f8b413;
}

.common-strip-section {
  background-color: #EFB651;
}

.common-strip-section .col-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-strip-section .col-com img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: -20px;
}

.common-strip-section .col-com .content {
  padding: 10px 0;
}

.common-strip-section .col-com .content h2 {
  font-size: 32px;
  font-family: 'Bebas Neue', cursive;
}

.common-strip-section .d-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.common-strip-section .d-btns a {
  font-size: 30px;
  margin-right: 10px;
}

.banner-block-2 .banner-strip {
  background-color: rgba(79, 63, 116, 0.9) !important;
}

.road-map img {
  width: 100%;
  height: 100%;
}

.contact-sec {
  min-height: 100vh;
  background-size: 100%;
}

.contact-sec .contact-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(37px, 0px);
  transform: translate(37px, 0px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#contactForm .modal-dialog {
  max-width: 1024px;
}

#contactForm .modal-dialog .modal-content {
  background-color: #EFB651;
  border-radius: 18px;
  border: none;
  padding: 20px;
}

#contactForm .modal-dialog .modal-content button.close {
  position: absolute;
  top: 10px;
  right: 20px;
}

#contactForm .modal-dialog .modal-content button.close span {
  font-size: 50px;
  line-height: 1;
}

#contactForm .modal-dialog .modal-content .form-wrapper {
  max-width: 410px;
  margin: 0 auto;
  padding: 0 20px;
}

#contactForm .modal-dialog .modal-content .form-wrapper h2.heading {
  text-align: center;
  color: #404040;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'Bebas Neue', cursive;
}

#contactForm .modal-dialog .modal-content .form-wrapper .form-group input, #contactForm .modal-dialog .modal-content .form-wrapper .form-group select, #contactForm .modal-dialog .modal-content .form-wrapper .form-group textarea {
  border: 0;
  font-size: 12px;
  padding: 14px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

#contactForm .modal-dialog .modal-content .form-wrapper .form-group textarea {
  resize: vertical;
}

#contactForm .modal-dialog .modal-content .form-wrapper .other-group {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

#contactForm .modal-dialog .modal-content .form-wrapper .other-group span.label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.9;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

#contactForm .modal-dialog .modal-content .form-wrapper .other-group button {
  display: inline-block;
  font-size: 12px;
  padding: 3px;
  min-width: 89px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#contactForm .modal-dialog .modal-content .form-wrapper .other-group button.red-btn {
  background-color: #e79b17;
}

#contactForm .modal-dialog .modal-content .form-wrapper .other-group button.yellow-btn {
  background-color: #d74e44;
}

#contactForm .modal-dialog .modal-content .form-wrapper .send {
  margin: 10px 0;
}

#contactForm .modal-dialog .modal-content .form-wrapper .send input {
  width: 100%;
  background-color: #797979;
  padding: 5px 10px;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  font-family: 'Bebas Neue', cursive;
  line-height: 1;
  padding-top: 10px;
}

#contactForm .modal-dialog .modal-content .form-wrapper .not-robot input {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 10px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

#contactForm .modal-dialog .modal-content .form-wrapper .not-robot label {
  font-size: 12px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

#contactForm .modal-dialog .modal-content .form-wrapper .note {
  font-size: 14px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

/* mark style  */
.wrapper.pledge-wrapper {
  margin-top: 5%;
}

.member .featured-img {
  float: left;
  margin-left: 15px;
  margin-right: 30px;
  text-align: left;
  width: 140px;
}

.entry-content {
  width: auto;
  overflow: hidden;
  color: #1e3a43;
  border-color: #1e3a43;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.layer {
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.characters div {
  position: absolute;
}

.characters {
  height: 768px;
  left: 50%;
  margin-left: -512px;
  margin-top: -384px;
  min-height: 768px;
  position: fixed;
  top: 50%;
  width: 1024px;
  z-index: 10;
}

.sub-con {
  height: 687px;
  margin-top: -342px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  background-size: cover;
  background-position: top;
}

.tentacles,
.transformatron,
.android,
.fredzilla,
.bubu {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.tentacles, .charpos1 .tentacles {
  bottom: 77px;
  left: 236px;
}

.transformatron, .charpos1 .transformatron {
  bottom: 82px;
  right: 389px;
}

.android, .charpos1 .android {
  bottom: 253px;
  left: 88px;
}

.fredzilla, .charpos1 .fredzilla {
  bottom: 54px;
  right: 34px;
}

.bubu, .charpos1 .bubu {
  bottom: 79px;
  left: 119px;
}

.charpos2 div {
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos2 .tentacles {
  bottom: 73px;
}

.charpos2 .transformatron {
  bottom: 230px;
}

.charpos2 .android {
  bottom: 327px;
}

.charpos2 .fredzilla {
  bottom: 140px;
  right: 70px;
}

.charpos2 .bubu {
  bottom: 75px;
}

.charpos3 .tentacles {
  bottom: 83px;
  left: 227px;
}

.charpos3 .transformatron {
  bottom: 198px;
}

.charpos3 .android {
  top: 259px;
  left: 60px;
}

.charpos3 .fredzilla {
  bottom: 67px;
}

.charpos3 .bubu {
  bottom: 107px;
  left: 75px;
}

.charpos4 .tentacles {
  bottom: 72px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos4 .transformatron {
  bottom: 66px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos4 .android {
  top: 156px;
}

.charpos4 .fredzilla {
  bottom: 74px;
  right: 53px;
}

.charpos4 .bubu {
  bottom: 80px;
}

.charpos5 .tentacles {
  bottom: 92px;
}

.charpos5 .transformatron {
  bottom: 98px;
}

.charpos5 .android {
  bottom: 337px;
}

.charpos5 .fredzilla {
  bottom: 55px;
  right: 60px;
}

.charpos5 .bubu {
  bottom: 72px;
}

.charpos6 {
  z-index: 12;
}

.charpos6 .tentacles {
  bottom: 104px;
  left: 270px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos6 .transformatron {
  bottom: 112px;
  right: 366px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos6 .android {
  bottom: 288px;
  left: 120px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos6 .fredzilla {
  bottom: 93px;
  right: 35px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos6 .bubu {
  bottom: 80px;
  left: 150px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.charpos7 div {
  z-index: 5;
}

.charpos7 .tentacles {
  bottom: 76px;
}

.charpos7 .transformatron {
  bottom: 71px;
}

.charpos7 .android {
  bottom: 250px;
}

.charpos7 .fredzilla {
  bottom: 55px;
}

.charpos7 .bubu {
  bottom: 85px;
}

body.home {
  zoom: 100%;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.pos-1 .container img {
  z-index: 10;
  width: auto;
}

.pos-1 .table-img {
  position: absolute;
  bottom: 16px;
  right: 398px;
  height: 150px;
  width: auto;
}

.pos-1 .laptop-img {
  bottom: 37px;
  left: 304px;
  width: auto;
  height: 50px;
}

.pos-1 .folder-1-img {
  bottom: 281px;
  left: 318px;
  height: 50px;
}

.pos-1 .folder-2-img {
  bottom: 156px;
  left: 626px;
  height: 45px;
}

.pos-1 .brush-img {
  bottom: 261px;
  left: 372px;
  height: 81px;
}

.pos-1 .pencil-img {
  bottom: 161px;
  left: 372px;
  height: 81px;
}

.pos-1 .paper-1 {
  bottom: 81px;
  left: 346px;
  height: 81px;
}

.pos-1 .paper-2 {
  bottom: 117px;
  left: 527px;
  height: 66px;
}

.pos-1 .paper-3 {
  bottom: 218px;
  left: 501px;
  height: 69px;
}

.pos-1 .paper-4 {
  bottom: 223px;
  left: 712px;
  height: 57px;
}

.pos-1 .paper-5 {
  bottom: 27px;
  right: 283px;
  height: 290px;
}

.pos-1 .paper-6 {
  bottom: 242px;
  height: 143px;
  right: 141px;
}

.pos-3 img {
  z-index: 10;
}

.pos-3 .s3-lava {
  left: 135px;
  top: 161px;
  height: 279px;
}

.pos-3 .s3-bubu {
  left: 225px;
  bottom: 93px;
  height: 75px;
}

.pos-3 .s3-ten {
  left: 309px;
  bottom: 34px;
  height: 268px;
}

.pos-3 .s3-dev {
  left: 381px;
  bottom: 95px;
  height: 350px;
}

.pos-3 .s3-fred {
  right: 116px;
  bottom: -10px;
  height: 500px;
}

.pos-3 .s3-fred-2 {
  right: 316px;
  height: 222px;
  top: 177px;
}

.pos-4 img {
  z-index: 10;
}

.pos-4 .cage {
  left: 166px;
  bottom: 35px;
  height: 115px;
}

.pos-4 .clean-brush {
  left: 254px;
  top: 35px;
  height: 115px;
}

.pos-4 .dev-stand {
  left: 600px;
  bottom: 11px;
  height: 312px;
}

.pos-4 .menu {
  right: 123px;
  bottom: 0;
  height: 235px;
  z-index: 11;
}

.pos-4 .fred-wrap {
  right: 116px;
  top: 180px;
  height: 489px;
}

.pos-4 .sale {
  left: 426px;
  height: 37px;
  bottom: 162px;
}

.pos-5 img {
  z-index: 10;
}

.pos-5 .pole {
  left: 150px;
  bottom: 6px;
  height: 400px;
}

.pos-5 .ten-dress {
  left: 347px;
  bottom: 46px;
  height: 282px;
}

.pos-5 .dev-paper {
  left: 108px;
  bottom: 176px;
  height: 139px;
  right: 0;
  margin: 0 auto;
}

.pos-5 .fred-press {
  top: 210px;
  right: 253px;
  height: 397px;
}

.pos-5 .paper-1 {
  bottom: 232px;
  left: 190px;
  height: 70px;
}

.pos-5 .paper-2 {
  top: 207px;
  left: 236px;
  height: 90px;
}

.pos-6 img {
  z-index: 14;
}

.pos-6 .sub-con {
  z-index: 11;
  width: 90%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.pos-6 .lava-announce {
  left: 200px;
  bottom: 200px;
}

.pos-7 {
  padding-bottom: 43px;
}

.pos-7 img {
  z-index: 10;
}

.pos-7 .bubu-cage {
  bottom: 20px;
  left: 215px;
  height: 114px;
}

.pos-7 .s7-lava {
  bottom: 210px;
  left: 233px;
  height: 100px;
}

.pos-7 .tentacle-suite {
  bottom: 49px;
  left: 249px;
  height: 230px;
}

.pos-7 .tentacle-case-1 {
  bottom: 19px;
  left: 405px;
  height: 65px;
}

.pos-7 .tentacle-case-2 {
  bottom: 142px;
  left: 546px;
  height: 65px;
  z-index: 5;
}

.pos-7 .staff {
  bottom: 91px;
  left: 387px;
  height: 150px;
}

.pos-7 .dev-1 {
  bottom: 8px;
  left: 545px;
  height: 255px;
}

.pos-7 .fred-1 {
  right: 205px;
  height: 225px;
  top: 234px;
}

.pos-7 .contact-popup {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 274px;
  left: -15px;
  right: 0;
  z-index: 50;
}

.pos-7 .contact-popup img {
  max-width: 180px;
}

.pos-1 {
  background-color: #D3CAC1;
}

.pos-2 {
  background-color: #F2D261;
}

.pos-3 {
  background-color: #C3D780;
}

.pos-4 {
  background-color: #F3ECDA;
}

.pos-5 {
  background-color: #B0DFB3;
}

.pos-6 {
  background-color: #5D7EAC;
}

.pos-7 {
  background-color: #5FD7A2;
}

.layer {
  overflow-y: hidden;
}

.navigation {
  position: fixed !important;
  top: 15rem;
  right: 10px;
  z-index: 99;
}

.navigation ul {
  position: relative;
}

.navigation ul:before {
  bottom: 100%;
  content: '';
  display: block;
  height: 85px;
  margin-bottom: -5px;
  position: absolute;
  right: 100%;
  width: 65px;
  background-image: url(../images/navigation/nav-header.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation ul li {
  margin-bottom: 5px;
}

.navigation ul li:hover p .label {
  display: block;
}

.navigation ul li p {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.navigation ul li p .label {
  display: none;
  background-color: #fff;
  margin-right: 15px;
  right: 100%;
  top: 0;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  font-size: 13px;
}

.navigation ul li p .label:after {
  content: '';
  height: 0;
  left: 100%;
  margin-top: -5px;
  top: 2px;
  top: 50%;
  width: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
}

.pledge-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec .contact-btn {
  -webkit-transform: translate(3vh, -5vh);
          transform: translate(3vh, -5vh);
}

.contact-sec .contact-btn img {
  max-width: 100%;
  height: 16vh;
}

.service-sec {
  background-color: #E5E5E5;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-sec .img-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
}

.service-sec .promo-div {
  left: 17%;
  top: 44%;
}

.service-sec .promo-div img {
  height: 140px;
}

.service-sec .website-service {
  left: 39.6%;
  top: 46.72%;
}

.service-sec .website-service img {
  height: 130px;
}

.service-sec .marketing-service {
  left: 68.5%;
  top: 43%;
}

.service-sec .marketing-service img {
  height: 138px;
}

.div-wrapper {
  margin: 0 auto;
  max-width: 1064px;
}

.website-section {
  margin-top: 100px;
}

.website-section .page-heading {
  text-align: center;
  margin-bottom: 40px;
}

.website-section .page-heading h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-family: 'Bebas Neue', cursive;
  font-weight: 500;
}

.website-section .page-heading p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.website-section .featured-img {
  margin-bottom: 40px;
}

.website-section .portfolio-item {
  clear: both;
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.website-section .portfolio-item .featured-img img {
  max-width: 100%;
  height: auto;
}

.website-section .portfolio-item .details {
  clear: both;
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.website-section .portfolio-item .details h2.label {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #413F3F;
  margin-bottom: 15px;
}

.website-section .portfolio-item .details h3 {
  color: #a8a8a8;
  font-size: 41px;
  line-height: 1;
  font-family: 'Bebas Neue', cursive;
}

.website-section .portfolio-item .details .description p {
  text-align: justify;
}

.website-section .portfolio-item .details .other ul li {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #413F3F;
}

.website-section .portfolio-item .details .other ul li:before {
  content: "-";
  margin-right: 5px;
}

.website-section .portfolio-item .details .options .btn {
  min-width: 160px;
  margin-bottom: 14px;
}

.btn-orange {
  background-color: #f8b413;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-orange:hover {
  background-color: #e79b17;
  color: #fff;
}

footer {
  clear: both;
}

.our-team {
  background-color: #66A19F;
}

.image-page {
  margin-top: 72px;
}

.image-page img {
  width: 100%;
  height: auto;
}

.secondary-heading .float-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondary-heading .float-wrapper img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
  -webkit-animation: glide 3s ease-in-out alternate infinite;
          animation: glide 3s ease-in-out alternate infinite;
  position: relative;
}

.secondary-heading .float-wrapper .dropdown-content h2 {
  font-size: 20px;
  color: #494949;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 10px;
  text-align: left;
}

.secondary-heading .float-wrapper .dropdown-content h2 a {
  color: #494949;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.secondary-heading .float-wrapper .dropdown-content h2 a:hover {
  color: #f8b413;
}

.secondary-heading .float-wrapper .dropdown-content h2 a:hover:after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #f8b413;
  border-top: 4px solid transparent;
  content: '';
  height: 0;
  left: -10px;
  margin-top: -4px;
  position: absolute;
  top: 40%;
  width: 0;
}

.secondary-heading .float-wrapper .dropdown-content .link-div a {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.secondary-heading .float-wrapper .dropdown-content .link-div a:hover {
  color: #f8b413;
}

.secondary-heading .float-wrapper .dropdown-content .link-div a:hover:after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #f8b413;
  border-top: 4px solid transparent;
  content: '';
  height: 0;
  left: -10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.secondary-heading .custom-col {
  position: relative;
  margin-bottom: 20px;
}

.secondary-heading .custom-col:not(:last-child) {
  border-right: 1px solid rgba(73, 73, 73, 0.2);
}

.secondary-heading .custom-col2 {
  position: relative;
  margin-bottom: 20px;
  border-left: 1px solid rgba(73, 73, 73, 0.2);
}

.secondary-heading .custom-col2:first-child {
  border-left: none;
}

.dropdown-section {
  background-color: #e6e6e6;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  left: 0;
  display: none;
}

header .navbar-nav li.icon > a:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  height: 31px;
  width: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

@-webkit-keyframes glide {
  from {
    left: 0px;
    top: 0px;
  }
  to {
    left: 0px;
    top: 20px;
  }
}

@keyframes glide {
  from {
    left: 0px;
    top: 0px;
  }
  to {
    left: 0px;
    top: 20px;
  }
}

.corporate-banner {
  background-color: #7accae;
}

.price-tag {
  background-color: #404040;
  color: #fff;
  margin-left: 35px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  padding-right: 0;
}

.price-tag:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-right: 30px solid #404040;
  border-bottom: 32px solid transparent;
  top: 0px;
  left: -27px;
  position: absolute;
}

.price-tag .title {
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  display: block;
}

.price-tag .price {
  font-weight: 700;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
}

.price-tag .price sup {
  font-size: 16px;
  line-height: 1;
  top: -0.5em;
  position: relative;
}

.price-tag .price sup.zero {
  font-size: 17px;
  left: -12px;
}

.price-tag .price sup.cur {
  right: -5px;
}

.banner-graphic img {
  height: 300px;
}

.advanced-e {
  background-color: #70b6ca;
}

@media (min-width: 896px) {
  .portfolio-item .details > div {
    float: left;
    margin-bottom: 40px;
  }
  .portfolio-item .details .description div, .portfolio-item .details .other div {
    padding: 0 20px;
  }
  .portfolio-item .title {
    max-width: 240px;
    width: 24%;
  }
  .portfolio-item .description {
    max-width: 390px;
    width: 38%;
  }
  .portfolio-item .other {
    max-width: 220px;
    width: 19%;
  }
  .portfolio-item .options {
    max-width: 200px;
    width: 19%;
    text-align: right;
  }
}

.violet-strip {
  background-color: rgba(179, 136, 243, 0.9) !important;
}

.banner-block .image-banner {
  min-height: 70vh;
}

.banner-block .banner-strip h1 {
  font-size: 40px;
}

.lightblue {
  background-color: #31b5b7;
}

.website-section .portfolio-item .featured-img {
  text-align: center;
}

.desktop-view2 {
  display: block;
}

.mobile-view {
  display: none;
}

.m-section {
  padding: 20px;
}

.m-section img {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-section.section-1 {
  background-color: #D3CAC1;
}

.m-section.section-2 {
  background-color: #F2D261;
}

.m-section.section-3 {
  background-color: #C3D780;
}

.m-section.section-4 {
  background-color: #F3ECDA;
}

.m-section.section-5 {
  background-color: #B0DFB3;
}

.m-section.section-6 {
  background-color: #5D7EAC;
}

.m-section.section-7 {
  background-color: #5FD7A2;
}

.mobile-section .owl-dots {
  background-color: #D3CAC1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0 50px;
}

.mobile-section .owl-dots .owl-dot {
  background-color: #888484;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.mobile-section .owl-dots .owl-dot.active {
  background: #EEB650;
}

.mobile-form {
  background-color: #D3CAC1;
  padding: 0 100px 50px;
}

.mobile-form .outer {
  background-color: #EFB651;
  border-radius: 18px;
  border: none;
  padding: 20px;
}

.mobile-form .outer .form-wrapper {
  max-width: 410px;
  margin: 0 auto;
  padding: 0 20px;
}

.mobile-form .outer .form-wrapper h2.heading {
  text-align: center;
  color: #404040;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'Bebas Neue', cursive;
}

.mobile-form .outer .form-wrapper .form-group input, .mobile-form .outer .form-wrapper .form-group select, .mobile-form .outer .form-wrapper .form-group textarea {
  border: 0;
  font-size: 12px;
  padding: 14px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.mobile-form .outer .form-wrapper .other-group {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.mobile-form .outer .form-wrapper .other-group button {
  display: inline-block;
  font-size: 12px;
  padding: 3px;
  min-width: 89px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.mobile-form .outer .form-wrapper .other-group button.yellow-btn {
  background-color: #e79b17;
}

.mobile-form .outer .form-wrapper .other-group button.red-btn {
  background-color: #d74e44;
}

.mobile-form .outer .form-wrapper .other-group span.label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.9;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.mobile-form .outer .form-wrapper .not-robot input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 10px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.mobile-form .outer .form-wrapper .not-robot label {
  font-size: 12px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.mobile-form .outer .form-wrapper .send {
  margin: 10px 0;
}

.mobile-form .outer .form-wrapper .send input {
  width: 100%;
  background-color: #797979;
  padding: 5px 10px;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  font-family: 'Bebas Neue', cursive;
  line-height: 1;
  padding-top: 10px;
}

.mobile-form .outer .form-wrapper .note {
  font-size: 14px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

footer {
  padding: 15px;
}

#side-nav-panel {
  position: fixed;
  height: 100%;
  width: 260px;
  padding-top: 27px;
  top: 0;
  bottom: 0;
  font-size: 0.9em;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9001;
  background-color: #1d1e20;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#side-nav-panel .dropdown-item:focus, #side-nav-panel .dropdown-item:hover {
  background-color: transparent;
}

#side-nav-panel.slide_open {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#side-nav-panel .side-nav-panel-close {
  display: block;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 14.5px;
  text-align: center;
  text-decoration: none;
  padding: 4px 8px;
  line-height: 1em;
}

#side-nav-panel .menu-wrap {
  margin: 15px 0;
  padding: 0 10px;
}

#side-nav-panel .menu-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #242527;
}

#side-nav-panel .menu-wrap ul li.dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

#side-nav-panel .menu-wrap ul li a {
  position: relative;
  display: block;
  outline: medium none;
  text-decoration: none;
  text-align: left;
  margin: 1px 0 0;
  padding: 2px 6px;
  line-height: 25px;
  font-weight: 400;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

#side-nav-panel .menu-wrap ul li a .nav-icon {
  margin-right: 4px;
  height: 20px;
  margin-bottom: 3px;
}

#side-nav-panel .menu-wrap ul li .dropdown-menu {
  background-color: #1d1e20;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
}

.panel-overlay.active {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8999;
  min-height: 100vh;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

main.active-main {
  left: 260px;
  right: auto;
  position: relative;
}

.p-wrapper {
  padding: 0 10px;
}

.p-wrapper .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #282e36;
}

.p-wrapper .search input {
  width: 100%;
  height: 38px;
  background: none;
  border: none;
  font-size: inherit;
  color: #fff;
  padding: 10px;
}

.p-wrapper .search button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.625rem 0.875rem;
  color: #ffffff;
}

.p-wrapper .search button i {
  line-height: 1;
  padding: 0.5rem 0.4rem;
}

.site-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.site-media a {
  height: 25px;
  width: 25px;
  color: #1d1e20;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-toggle::after {
  content: '';
}

.service-slider {
  padding: 100px 0;
}

.service-slider .service-heading {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.service-slider .service-heading img {
  margin-right: 20px;
}

.service-slider .service-heading h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #7D7D7D;
}

.service-slider .owl-stage-outer {
  padding: 20px 0;
}

.service-slider .service-wrapper {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}

.service-slider .service-wrapper img {
  height: 130px;
  width: 130px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-slider .service-wrapper h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #7D7D7D;
  margin-top: 20px;
}

.service-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-slider .owl-dots .owl-dot {
  background-color: #E79C19;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.service-slider .owl-dots .owl-dot.active {
  width: 50px;
  border-radius: 20px;
}

.service-slider .dropdown {
  text-align: right;
  position: relative;
  z-index: 50;
  background: #fff;
}

.service-slider .dropdown-toggle {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.service-slider .dropdown-toggle:after {
  display: none;
}

.service-slider .dropdown-menu {
  background: #fff !important;
  z-index: 30;
}

.service-slider .dropdown-menu a {
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #7D7D7D;
  margin-top: 20px;
  padding: 10px;
}

.mobile-form-page {
  padding-top: 50px !important;
}

.dropdown-submenu, .dropdown-submenu a {
  pointer-events: all !important;
}

.pledge {
  background-color: #ECEDE8;
}

.pledge-mobile {
  padding: 100px 0 50px;
}

.pledge-mobile .common-p-block {
  text-align: center;
  padding: 0 20px;
}

.pledge-mobile .common-p-block img {
  margin-bottom: 10px;
}

.pledge-mobile .common-p-block h2 {
  font-size: 27px;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 10px;
}

.pledge-mobile .common-p-block p {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.pledge-mobile .common-p-block p span {
  font-weight: 500;
}

.pledge-mobile .common-p-block.pledge-1 h2, .pledge-mobile .common-p-block.pledge-1 p span, .pledge-mobile .common-p-block.pledge-4 h2, .pledge-mobile .common-p-block.pledge-4 p span {
  color: #AFD32A;
}

.pledge-mobile .common-p-block.pledge-2 h2, .pledge-mobile .common-p-block.pledge-2 p span, .pledge-mobile .common-p-block.pledge-6 h2, .pledge-mobile .common-p-block.pledge-6 p span {
  color: #C0251C;
}

.pledge-mobile .common-p-block.pledge-3 h2, .pledge-mobile .common-p-block.pledge-3 p span, .pledge-mobile .common-p-block.pledge-5 h2, .pledge-mobile .common-p-block.pledge-5 p span {
  color: #FFC646;
}

.roadmap-body {
  background-color: #21A485;
}

.roadmap-body footer {
  color: #fff;
}

.roadmap-body footer .footer-nav li {
  border-color: #fff !important;
}

.roadmap-body footer .footer-nav li a {
  color: #fff;
  opacity: 1;
}

.roadmap-mobile {
  padding: 100px 0 50px;
}

.roadmap-mobile .banner-1 {
  text-align: center;
}

.roadmap-mobile .common-block {
  text-align: center;
  padding: 30px 20px;
}

.roadmap-mobile .common-block img {
  margin-bottom: 20px;
}

.roadmap-mobile .common-block h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: left;
}

.roadmap-mobile .common-block h2 span {
  padding-right: 5px;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6);
}

.roadmap-mobile .common-block h2 span.txt-1 {
  color: #FF7700;
  -webkit-text-stroke: 1px #fff;
}

.roadmap-mobile .common-block h2 span.txt-2 {
  color: #fff;
}

.roadmap-mobile .common-block h3 {
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 5px;
  text-align: left;
  color: #fff;
}

.roadmap-mobile .common-block p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}

.our-team-body {
  background-color: #66A19F;
}

.our-team-body footer {
  color: #fff;
}

.our-team-body footer .footer-nav li {
  border-color: #fff !important;
}

.our-team-body footer .footer-nav li a {
  color: #fff;
  opacity: 1;
}

.our-team-mobile {
  padding: 0px 0 50px;
}

.our-team-mobile .banner-1 {
  padding: 20px 20px;
}

.our-team-mobile .banner-1 img.banner-img {
  width: 100%;
  max-width: 500px;
}

.our-team-mobile .banner-1 .heading {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 0;
  margin: 20px 0;
}

.our-team-mobile .banner-1 .content p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.our-team-mobile .common-div {
  margin: 0 20px;
}

.our-team-mobile .common-div:not(:last-child) {
  border-bottom: 1px solid #000;
}

.our-team-mobile .common-div .content-box {
  padding-bottom: 20px;
}

.our-team-mobile .common-div .content-box h2 {
  font-size: 27px;
  color: #313131;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 5px;
}

.our-team-mobile .common-div .content-box p {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #101010;
}

.our-team-mobile .text-img {
  margin-bottom: 20px;
}

.pledge-body {
  background-color: #ECEDE8;
}

.pledge {
  background-color: transparent;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #404040;
  /* Set a background color */
  color: #fff;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.loading {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.loading.show {
  opacity: 1;
}

.ball {
  background-color: #777;
  border-radius: 50%;
  margin: 5px;
  height: 10px;
  width: 10px;
  -webkit-animation: jump .5s ease-in infinite;
          animation: jump .5s ease-in infinite;
}

.ball:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.ball:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

#portfolio_list .portfolio-item {
  display: none;
}

.load-more {
  display: block;
  clear: both;
  position: relative;
  text-align: center;
}

.load-more a {
  width: 30%;
  background-color: #EFB651;
  border: 1px solid #EFB651;
  padding: 5px 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  font-family: 'Bebas Neue', cursive;
  line-height: 1;
  padding-top: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.load-more a:hover {
  border: 1px solid #EFB651;
  background-color: transparent;
  color: #413F3F;
}

.load-more .noContent {
  opacity: 0.5;
  pointer-events: none;
}

.portfolio-body {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=main.css.map */