@import url(https://fonts.googleapis.com/css?family=Open+Sans:300i,400&subset=cyrillic,cyrillic-ext,latin-ext);@font-face {
  font-family: "Panton Bold";
  src: url("/../../fonts/panton/Panton-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Panton Regular";
  src: url("/../../fonts/panton/Panton-Regular.otf") format("opentype");
}

.administrator-top-line {
  background-color: rgba(0, 0, 0, 0.6);
  height: 30px;
  width: 100%;
  position: fixed;
  top: 0px;
  color: #FFFFFF;
  line-height: 30px;
  font-size: 11px;
  padding: 0 15px;
  overflow: hidden;
  z-index: 15;
}

.administrator-top-line .log-out,
.administrator-top-line .go-to-panel {
  font-size: 11px;
  color: #FFFFFF;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.administrator-top-line .log-out:hover,
.administrator-top-line .go-to-panel:hover {
  text-decoration: none;
  color: #bfbfbf;
}

@media screen and (max-width: 560px) {
  .administrator-top-line {
    height: 60px;
  }

  .administrator-top-line .pull-left,
  .administrator-top-line .pull-right {
    display: block;
    width: 100%;
    text-align: center;
    float: initial;
  }
}

.rotate-top {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-left {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rotate-bottom {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.right {
  float: right;
  right: 0;
}

.left {
  float: left;
  left: 0;
}

.center-hor {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  float: initial !important;
}

.center-ver {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-padding {
  padding: 0;
}

body {
  overflow-x: hidden !important;
}

* {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  font-size: 30px;
  margin-bottom: 50px;
}

h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

h3 * {
  font-size: 22px;
}

.dark-text {
  color: #333333 !important;
}

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

.empty-space {
  height: 60px;
  width: 100%;
}

.without-margin {
  margin: 0;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.simple-page-section {
  color: #333333 !important;
}

.float-left {
  float: left;
}

b {
  font-family: "Raleway", sans-serif;
}

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

.contact-us-90,
.our-works-90 {
  display: none !important;
}

a:hover,
a:active,
a:focus {
  color: #F0F0F0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 560px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

.custom-button-styles {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  padding: 8px 45px 8px 45px;
}

.our-works-link {
  text-decoration: none;
}

.footer-color a span {
  color: #939393 !important;
}

.right-corner-logo {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 212px;
  margin: 20px 0px 0px 50px;
}

.right-corner-logo img {
  height: auto;
}

#remove-row {
  width: 100%;
  display: block;
  text-align: center;
  float: left;
}

/*
* CSS Page Transitions
* Don't forget to add vendor prefixes!
*/

.m-scene {
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides from the right */
  /** An element that fades in and slides from the ;eft */
  /** Reverse "exit" animations */
}

.m-scene .scene_element {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.m-scene .scene_element--fadeinleft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}

.m-scene-inner {
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides from the right */
  /** An element that fades in and slides from the ;eft */
  /** Reverse "exit" animations */
}

.m-scene-inner .scene_element_inner {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.m-scene-inner .scene_element_inner--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.m-scene-inner .scene_element_inner--fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.m-scene-inner .scene_element_inner--fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.m-scene-inner .scene_element_inner--fadeinleft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.m-scene-inner.is-exiting-inner .scene_element_inner {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}

/*
* Keyframes
*/

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 991px) {
  /* 991px */

  * {
    font-size: 12.8px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 18.2px;
    margin-bottom: 40px;
  }

  h3 * {
    font-size: 17.6px;
  }

  .custom-button-styles {
    font-size: 14.4px;
    padding: 6.4px 36px 6.4px 36px;
  }

  .right-corner-logo {
    width: 169.6px;
    margin: 22.5px 0px 0px 36px;
  }
}

@media (max-width: 768px) {
  /* 768px */

  * {
    font-size: 11.2px;
  }

  h2 {
    font-size: 21px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 15.4px;
    margin-bottom: 35px;
  }

  h3 * {
    font-size: 15.4px;
  }

  .custom-button-styles {
    font-size: 12.6px;
    padding: 5.6px 31.5px 5.6px 31.5px;
  }

  .right-corner-logo {
    width: 148.4px;
    margin: 17.5px 0px 0px 28px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  * {
    font-size: 11.2px;
  }

  h2 {
    font-size: 21px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 15.4px;
    margin-bottom: 35px;
  }

  h3 * {
    font-size: 15.4px;
  }

  .custom-button-styles {
    font-size: 12.6px;
    padding: 5.6px 31.5px 5.6px 31.5px;
  }

  .right-corner-logo {
    width: 148.4px;
    margin: 17.5px 0px 0px 28px;
  }
}

header .next-section-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}

header .right-corner-logo {
  z-index: 4;
}

.owl-item .item {
  margin: 0 auto;
}

.owl-item.active {
  z-index: 2;
}

.photo-slide {
  z-index: 2;
}

.video-slide {
  z-index: 1;
}

.item-video {
  height: 953px;
}

.item video {
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

.section {
  height: 100vh;
  position: relative;
}

.about_us span {
  margin: initial !important;
}

.vrs-menu-button {
  display: inline-block;
  position: fixed;
  right: 30px;
  top: 15px;
  cursor: pointer;
  z-index: 101;
}

.vrs-menu-button .bar1,
.vrs-menu-button .bar2,
.vrs-menu-button .bar3 {
  width: 30px;
  height: 3px;
  background-color: #FFF;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vrs-menu-button.dark-style .bar1,
.vrs-menu-button.dark-style .bar2,
.vrs-menu-button.dark-style .bar3 {
  background-color: #333333;
}

.vrs-menu-button.dark-menu .bar1,
.vrs-menu-button.dark-menu .bar2,
.vrs-menu-button.dark-menu .bar3 {
  background-color: #333333;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
  background-color: #FFF !important;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
  background-color: #FFF !important;
}

.animate-menu {
  opacity: 1 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 99 !important;
}

.menu-modal {
  position: fixed;
  z-index: -1;
  background-color: #591BCA;
  padding: 100px 20px;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  float: initial !important;
}

.menu-modal .relative-block {
  height: 100%;
  position: relative;
}

.menu-modal .menu-modal-content {
  position: relative !important;
  display: inline-block;
  background-color: transparent;
  margin: 0 auto;
  width: auto;
  text-align: left;
  height: 400px;
}

.menu-modal .menu-modal-content .menu-language {
  display: inline-block;
  padding-bottom: 30px;
  letter-spacing: 1px;
}

.menu-modal .menu-modal-content .menu-language a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-modal .menu-modal-content .menu-language a:hover {
  color: #9933ff;
}

.menu-modal .menu-modal-content .menu-items {
  display: inline-block;
  letter-spacing: 2px;
}

.menu-modal .menu-modal-content .menu-items span {
  display: block;
  font-size: 32px;
}

.menu-modal .menu-modal-content .menu-items span h2 {
  text-align: left;
  margin-bottom: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-modal .menu-modal-content .menu-items span h2:hover {
  color: #9933ff;
}

.menu-modal .menu-modal-content .menu-social {
  padding-top: 30px;
  display: inline-block;
}

.menu-modal .menu-modal-content .menu-social .social {
  display: inline-block;
}

.menu-modal .menu-modal-content .menu-social .social .fb,
.menu-modal .menu-modal-content .menu-social .social .be,
.menu-modal .menu-modal-content .menu-social .social .you,
.menu-modal .menu-modal-content .menu-social .social .gp,
.menu-modal .menu-modal-content .menu-social .social .in {
  text-align: left;
  margin-left: 0px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-modal .menu-modal-content .menu-social .social .fb:hover,
.menu-modal .menu-modal-content .menu-social .social .be:hover,
.menu-modal .menu-modal-content .menu-social .social .you:hover,
.menu-modal .menu-modal-content .menu-social .social .gp:hover,
.menu-modal .menu-modal-content .menu-social .social .in:hover {
  opacity: 0.5;
}

.menu-modal .menu-modal-content .menu-social .social img {
  opacity: 1;
  max-height: 50px;
}

@media (min-width: 991px) {
  .menu-modal .menu-modal-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ==================== BEGIN : Component Line (WITH RESPONSIVE) ==================== */

.after-header-line {
  position: relative;
  background-color: #99CDFF;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/../../../../img/front/spalvotas.svg");
  padding: 40px 40px 40px 40px;
}

.component-line .component-basic {
  position: absolute;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.component-line .component-basic .content {
  width: 200px;
  text-align: center;
}

.component-line .component-basic .content .scroll-to-section {
  cursor: pointer;
}

.component-line .component-basic .content .component-logo {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: inline-block;
  padding: 5px;
  width: 100px;
  height: 100px;
}

.component-line .component-basic .content .component-logo img {
  height: 100%;
  width: 100%;
}

.component-line .component-basic .content .component-name {
  color: #FFF;
  -webkit-transition: 1s all;
  transition: 1s all;
  text-align: center;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
}

.component-line .branding-rebranding-component {
  margin-left: 10%;
  margin-top: 30vh;
}

.component-line .corporate-marketing-component {
  margin-left: 30%;
  margin-top: 10vh;
}

.component-line .b2b-management-component {
  margin-left: 50%;
  margin-top: 40vh;
}

.component-line .packaging-design-component {
  margin-left: 75%;
  margin-top: 20vh;
}

@media (max-width: 1700px) {
  /* 991px */

  .component-line .component-basic .content {
    width: 160px;
  }

  .component-line .component-basic .content .component-logo {
    width: 80px;
    height: 80px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 25.6px;
  }

  .component-line .branding-rebranding-component {
    margin-left: 8%;
    margin-top: 40vh;
  }

  .component-line .corporate-marketing-component {
    margin-left: 30%;
    margin-top: 8vh;
  }

  .component-line .b2b-management-component {
    margin-left: 52%;
    margin-top: 40vh;
  }

  .component-line .packaging-design-component {
    margin-left: 75%;
    margin-top: 20vh;
  }
}

@media (max-width: 1400px) {
  /* 991px */

  .component-line .component-basic .content {
    width: 146px;
  }

  .component-line .component-basic .content .component-logo {
    width: 73px;
    height: 73px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 23.36px;
  }

  .component-line .branding-rebranding-component {
    margin-left: 5%;
    margin-top: 40vh;
  }

  .component-line .corporate-marketing-component {
    margin-left: 28%;
    margin-top: 8vh;
  }

  .component-line .b2b-management-component {
    margin-left: 52%;
    margin-top: 40vh;
  }

  .component-line .packaging-design-component {
    margin-left: 75%;
    margin-top: 20vh;
  }
}

@media (max-width: 1200px) {
  /* 991px */

  .component-line .component-basic .content {
    width: 130px;
  }

  .component-line .component-basic .content .component-logo {
    width: 65px;
    height: 65px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 20.8px;
  }

  .component-line .branding-rebranding-component {
    margin-left: 5%;
    margin-top: 55vh;
  }

  .component-line .corporate-marketing-component {
    margin-left: 25%;
    margin-top: 20vh;
  }

  .component-line .b2b-management-component {
    margin-left: 52%;
    margin-top: 40vh;
  }

  .component-line .packaging-design-component {
    margin-left: 80%;
    margin-top: 20vh;
  }
}

@media (max-width: 991px) {
  /* 991px */

  .component-line .component-basic .content {
    width: 130px;
  }

  .component-line .component-basic .content .component-logo {
    width: 65px;
    height: 65px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 20.8px;
  }

  .component-line .branding-rebranding-component {
    margin-left: 5%;
    margin-top: 62vh;
  }

  .component-line .corporate-marketing-component {
    margin-left: 20%;
    margin-top: 15vh;
  }

  .component-line .b2b-management-component {
    margin-left: 52%;
    margin-top: 40vh;
  }

  .component-line .packaging-design-component {
    margin-left: 75%;
    margin-top: 10vh;
  }
}

@media (max-width: 768px) {
  /* 768px */

  .component-line .component-basic .content {
    width: 100px;
  }

  .component-line .component-basic .content .component-logo {
    width: 50px;
    height: 50px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .component-line .component-basic .content {
    width: 86px;
  }

  .component-line .component-basic .content .component-logo {
    width: 43px;
    height: 43px;
  }

  .component-line .component-basic .content .component-name {
    font-size: 13.76px;
  }

  .component-line .branding-rebranding-component {
    margin-left: initial;
    right: 0;
    left: 0;
    margin-top: 0vh;
  }

  .component-line .branding-rebranding-component .content {
    margin: 0 auto;
  }

  .component-line .corporate-marketing-component {
    margin-left: initial;
    right: 0;
    left: 0;
    margin-top: 20vh;
  }

  .component-line .corporate-marketing-component .content {
    margin: 0 auto;
  }

  .component-line .b2b-management-component {
    margin-left: initial;
    right: 0;
    left: 0;
    margin-top: 40vh;
  }

  .component-line .b2b-management-component .content {
    margin: 0 auto;
  }

  .component-line .packaging-design-component {
    margin-left: initial;
    right: 0;
    left: 0;
    margin-top: 60vh;
  }

  .component-line .packaging-design-component .content {
    margin: 0 auto;
  }
}

/* ==================== END : Component Line (WITH RESPONSIVE) ==================== */

/* ==================== BEGIN : Service BLOCK (WITH RESPONSIVE) ==================== */

.service-show-section {
  min-height: 100vh;
}

.service-show-section.about_us {
  background-color: #1B29AE;
}

.service-show-section.branding_rebranding {
  background-color: #55D9DE;
}

.service-show-section.corporate_marketing {
  background-color: #FBC00C;
}

.service-show-section.b2b_management {
  background-color: #7000C6;
}

.service-show-section.packaging_design {
  background-color: #FF1264;
}

/*.service-show-section .component-block {
  padding: 16px 16px 16px 16px;
}


.service-show-section .component-basic {
  display: inline-block;
}*/

.service-block {
  position: relative;
  background-position: center;
  background-size: 350px;
  background-position: center 20%;
  background-repeat: no-repeat;
}

.service-block .container {
  max-width: 750px;
}

.about_us {
  background-color: #1B29AE;
  background-image: url("/../../../../img/front/about_us.svg");
  background-position: center center;
}

.branding-rebranding {
  background-color: #55D9DE;
  background-image: url("/../../../../img/front/rotacija.svg");
}

.corporate-marketing {
  background-color: #FBC00C;
  background-image: url("/../../../../img/front/perspektyva.svg");
}

.b2b-management {
  background-color: #7000C6;
  background-image: url("/../../../../img/front/begalybe.svg");
}

.packaging-design {
  background-color: #FF1264;
  background-image: url("/../../../../img/front/poliskumas.svg");
}

.padding-bottom-top-centering {
  padding: 100px 60px 100px 60px;
}

.container .content {
  text-align: center;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  /* 991px */

  .padding-bottom-top-centering {
    padding: 120px 48px 80px 48px;
  }

  .container .content {
    text-align: center;
    padding-bottom: 48px;
  }
}

@media (max-width: 768px) {
  /* 768px */

  .padding-bottom-top-centering {
    padding: 90px 36px 60px 36px;
  }

  .container .content {
    text-align: center;
    padding-bottom: 36px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .padding-bottom-top-centering {
    padding: 60px 24px 40px 24px;
  }

  .container .content {
    text-align: center;
    padding-bottom: 24px;
  }

  .padding-bottom-top-centering {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* ==================== END : Service BLOCK (WITH RESPONSIVE) ==================== */

/* ==================== BEGIN : Side BUTTONS (WITH RESPONSIVE) ==================== */

.next-section-button {
  z-index: 3;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  padding-bottom: 15px;
}

.contact-us-90,
.our-works-90 {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  letter-spacing: 7px;
  right: 0;
  z-index: 11;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  width: 0px;
  height: 0px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contact-us-90 span,
.our-works-90 span {
  cursor: pointer;
  font-size: 14px;
}

.contact-us-90 {
  float: left;
}

.our-works-90 {
  margin-right: 30px;
  float: right;
}

.our-works-contact {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  left: -150px;
  margin-left: -150px;
}

@media (max-width: 991px) {
  /* 991px */

  .next-section-button {
    padding-bottom: 12px;
  }

  .contact-us-90 span,
  .our-works-90 span {
    font-size: 16px;
  }

  .our-works-90 {
    margin-right: -25.6px;
  }
}

@media (max-width: 768px) {
  /* 768px */

  .next-section-button {
    padding-bottom: 9px;
  }

  .contact-us-90 span,
  .our-works-90 span {
    font-size: 12px;
  }

  .our-works-90 {
    margin-right: -19.2px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .contact-us-90 span,
  .our-works-90 span {
    font-size: 13px;
  }

  .next-section-button {
    padding-bottom: 6px;
  }

  .contact-us-90 span,
  .our-works-90 span {
    font-size: 8px;
  }

  .our-works-90 {
    margin-right: -12.8px;
  }
}

/* ==================== END : Side BUTTONS (WITH RESPONSIVE) ==================== */

/* ==================== BEGIN : Service MODAL (WITH RESPONSIVE) ==================== */

#readMoreModal .padding-bottom-top-centering {
  padding: 16px 16px 16px 16px;
}

#readMoreModal .component-block {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

#readMoreModal .component-block .component-basic {
  position: relative;
  display: inline-block;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 160px;
}

#readMoreModal .component-block .component-basic .content {
  width: 160px;
  text-align: center;
}

#readMoreModal .component-block .component-basic .content .scroll-to-section {
  cursor: pointer;
}

#readMoreModal .component-block .component-basic .content .component-logo {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: inline-block;
  padding: 5px;
  width: 80px;
  height: 80px;
}

#readMoreModal .component-block .component-basic .content .component-logo img {
  height: 100%;
  width: 100%;
}

#readMoreModal .component-block .component-basic .content .component-name {
  color: #FFF;
  -webkit-transition: 1s all;
  transition: 1s all;
  text-align: center;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 19.2px;
}

.branding-rebranding-modal {
  background-color: #55D9DE !important;
}

.corporate-marketing-modal {
  background-color: #FBC00C !important;
}

.b2b-management-modal {
  background-color: #7000C6 !important;
}

.packaging-design-modal {
  background-color: #FF1264 !important;
}

.custom-close-modal {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 32px 0px 0px 32px;
}

.custom-close-modal img {
  height: initial;
  margin-top: -1.6px;
}

@media (max-width: 991px) {
  /* 991px */

  .custom-close-modal {
    height: 32px;
    line-height: 32px;
    margin: 32px 0px 0px 32px;
  }

  #readMoreModal .component-block .component-basic {
    width: 160px;
  }

  #readMoreModal .component-block .component-basic .content {
    width: 160px;
  }

  #readMoreModal .component-block .component-basic .content .component-logo {
    width: 80px;
    height: 80px;
  }

  #readMoreModal .component-block .component-basic .content .component-name {
    font-size: 25.6px;
  }
}

@media (max-width: 768px) {
  /* 768px */

  .custom-close-modal {
    height: 24px;
    line-height: 24px;
    margin: 24px 0px 0px 24px;
  }

  #readMoreModal .component-block .component-basic {
    width: 120px;
  }

  #readMoreModal .component-block .component-basic .content {
    width: 120px;
  }

  #readMoreModal .component-block .component-basic .content .component-logo {
    width: 60px;
    height: 60px;
  }

  #readMoreModal .component-block .component-basic .content .component-name {
    font-size: 19.2px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .custom-close-modal {
    height: 16px;
    line-height: 16px;
    margin: 16px 0px 0px 16px;
  }

  #readMoreModal .component-block .component-basic {
    width: 80px;
  }

  #readMoreModal .component-block .component-basic .content {
    width: 80px;
  }

  #readMoreModal .component-block .component-basic .content .component-logo {
    width: 40px;
    height: 40px;
  }

  #readMoreModal .component-block .component-basic .content .component-name {
    font-size: 12.8px;
  }
}

/* ==================== END : Service MODAL (WITH RESPONSIVE) ==================== */

.our-works-section {
  width: 100%;
  position: relative;
}

.our-works-section * {
  color: #c1c1c1;
}

.our-works-section.padding-bottom-top-centering {
  padding: 100px 40px 100px 40px;
}

.our-works-section .logo-row {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  height: 30px;
}

.our-works-section .logo-row img {
  height: 100%;
}

.our-works-section .go-back-home-90 {
  position: absolute;
  z-index: 3;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.our-works-section .go-back-home-90 span {
  cursor: pointer;
  font-size: 20px;
}

.our-works-section .go-back-home-90 {
  margin-left: -35px;
  left: -90px;
  width: 300px;
}

.our-works-section .go-back-home-90 span {
  padding-bottom: 20px;
}

.our-works-section .go-back-arrow {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  width: auto;
  padding: 10px;
}

.our-works-section .go-back-arrow img {
  width: auto;
  height: 100%;
}

.our-works-section .categories-row {
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 15px 15px 15px;
}

.our-works-section .categories-row span {
  margin: 15px 30px 15px 30px;
  text-transform: uppercase;
}

.our-works-section .categories-row span a {
  font-size: 14px;
}

.our-works-section .categories-row span a.active {
  color: #9F9F9F;
  text-decoration: none;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.our-works-section .masonry-by-js .grid-item {
  width: 33.33333333%;
}

.our-works-section .masonry-by-js .grid-item .product-tile {
  position: relative;
  background-color: #E7E7E7;
  margin: 12px;
}

.our-works-section .masonry-by-js .grid-item .product-tile:hover .overlay {
  opacity: 0.95;
  border: 1px solid rgba(194, 194, 194, 0.3);
}

.our-works-section .masonry-by-js .grid-item .product-tile .image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.our-works-section .masonry-by-js .grid-item .product-tile .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #FFFFFF;
}

.our-works-section .masonry-by-js .grid-item .product-tile .overlay .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Raleway", sans-serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.our-works-section .masonry-by-js .grid-item .product-tile .overlay .text .product-customer {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
}

.our-works-section .masonry-by-js .grid-item .product-tile .overlay .text .product-title {
  color: #C1C1C1;
  font-size: 12px;
}

.our-works-section .masonry-by-js .grid-sizer {
  width: 33.33333333%;
}

.our-works-section .masonry-by-js .grid-item--width2 {
  width: 66.66666667% !important;
}

.our-works-section .products-grid {
  margin: 0 auto;
  width: 1200px;
}

.our-works-section .products-grid .product {
  float: left;
  text-align: center;
  display: inline-block;
  width: 400px;
}

.our-works-section .products-grid .product .product-link {
  padding: 40px 40px 40px 40px;
  width: 100%;
  display: inline-block;
}

.our-works-section .products-grid .product .product-link .product-image {
  width: 100%;
  height: 200px;
}

.our-works-section .products-grid .product .product-link .product-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-works-section .products-grid .product .product-link .product-info {
  padding-top: 15px;
  height: 90px;
}

.our-works-section .products-grid .product .product-link .product-info .dark-text {
  color: #333333 !important;
}

.our-works-section .products-grid .product .product-link .product-info span {
  display: block;
  line-height: 10px;
  font-size: 14px;
}

.our-works-section #remove-row {
  margin-top: 25px;
}

.our-works-section #remove-row span {
  cursor: pointer;
}

.our-works-section #remove-row span:after,
.our-works-section #remove-row span:before {
  content: "\A0\A0\A0\A0\A0\A0\A0\A0";
  text-decoration: line-through;
  font-weight: 700;
}

@media (max-width: 1300px) {
  /* 991px */

  .our-works-section.padding-bottom-top-centering {
    padding: 75px 30px 75px 30px;
  }

  .our-works-section .go-back-home-90 span {
    font-size: 15px;
  }

  .our-works-section .go-back-home-90 span {
    padding-bottom: 15px;
  }

  .our-works-section .categories-row span {
    margin: 11.25px 22.5px 11.25px 22.5px;
  }

  .our-works-section .categories-row span a {
    font-size: 13.5px;
  }

  .our-works-section .products-grid {
    width: 900px;
  }

  .our-works-section .products-grid .product {
    width: 300px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 15px 15px 15px 15px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 150px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 11.25px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 13.5px;
  }

  .our-works-section .masonry-by-js .grid-item {
    width: 33.33333333%;
  }

  .our-works-section .masonry-by-js .grid-item .product-tile {
    margin: 12px;
  }

  .our-works-section .masonry-by-js .grid-sizer {
    width: 33.33333333%;
  }

  .our-works-section .masonry-by-js .grid-item--width2 {
    width: 66.66666667% !important;
  }
}

@media (max-width: 991px) {
  /* 991px */

  .our-works-section.padding-bottom-top-centering {
    padding: 60px 24px 60px 24px;
  }

  .our-works-section .go-back-home-90 span {
    font-size: 12px;
  }

  .our-works-section .go-back-home-90 span {
    padding-bottom: 12px;
  }

  .our-works-section .categories-row span {
    margin: 9px 18px 9px 18px;
  }

  .our-works-section .categories-row span a {
    font-size: 10.8px;
  }

  .our-works-section .products-grid {
    width: 720px;
  }

  .our-works-section .products-grid .product {
    width: 240px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 12px 12px 12px 12px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 120px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 9px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 10.8px;
  }

  .our-works-section .masonry-by-js .grid-item {
    width: 360px;
  }

  .our-works-section .masonry-by-js .grid-item .product-tile {
    margin: 12px;
  }

  .our-works-section .masonry-by-js .grid-sizer {
    width: 50%;
  }

  .our-works-section .masonry-by-js .grid-item--width2 {
    width: 100% !important;
  }

  .our-works-section .products-grid .product {
    width: 360px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 12px 12px 12px 12px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 180px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 9px;
    height: 66px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /* 768px */

  .our-works-section.padding-bottom-top-centering {
    padding: 50px 20px 50px 20px;
  }

  .our-works-section .go-back-home-90 span {
    font-size: 10px;
  }

  .our-works-section .go-back-home-90 span {
    padding-bottom: 10px;
  }

  .our-works-section .categories-row span {
    margin: 7.5px 15px 7.5px 15px;
  }

  .our-works-section .categories-row span a {
    font-size: 9px;
  }

  .our-works-section .products-grid {
    width: 600px;
  }

  .our-works-section .products-grid .product {
    width: 200px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 10px 10px 10px 10px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 100px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 7.5px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 9px;
  }

  .our-works-section .masonry-by-js .grid-item {
    width: 250px;
  }

  .our-works-section .masonry-by-js .grid-item .product-tile {
    margin: 5px;
  }

  .our-works-section .products-grid {
    width: 500px;
  }

  .our-works-section .products-grid .product {
    width: 250px;
    margin: 0 auto;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 10px 10px 10px 10px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 100px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 7.5px;
    height: 65px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .our-works-section.padding-bottom-top-centering {
    padding: 40px 16px 40px 16px;
  }

  .our-works-section .go-back-home-90 span {
    font-size: 8px;
  }

  .our-works-section .go-back-home-90 span {
    padding-bottom: 8px;
  }

  .our-works-section .categories-row span {
    margin: 6px 12px 6px 12px;
  }

  .our-works-section .categories-row span a {
    font-size: 7.2px;
  }

  .our-works-section .products-grid {
    width: 480px;
  }

  .our-works-section .products-grid .product {
    width: 160px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 8px 8px 8px 8px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 80px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 6px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 7.2px;
  }

  .our-works-section.padding-bottom-top-centering {
    padding: 40px 16px 40px 16px;
  }

  .our-works-section .go-back-home-90 span {
    font-size: 8px;
  }

  .our-works-section .go-back-home-90 span {
    padding-bottom: 8px;
  }

  .our-works-section .categories-row span {
    margin: 6px 12px 6px 12px;
  }

  .our-works-section .categories-row span a {
    font-size: 7.2px;
  }

  .our-works-section .products-grid {
    width: 480px;
  }

  .our-works-section .products-grid .product {
    width: 160px;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 8px 8px 8px 8px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 80px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 6px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 7.2px;
  }

  .our-works-section .masonry-by-js .grid-item {
    width: 250px;
  }

  .our-works-section .masonry-by-js .grid-item .product-tile {
    margin: 12px;
  }

  .our-works-section .products-grid {
    width: 250px;
  }

  .our-works-section .products-grid .product {
    width: 300px;
    margin: 0 auto;
  }

  .our-works-section .products-grid .product .product-link {
    padding: 8px 8px 8px 8px;
  }

  .our-works-section .products-grid .product .product-link .product-image {
    height: 200px;
  }

  .our-works-section .products-grid .product .product-link .product-info {
    padding-top: 6px;
    height: 52px;
  }

  .our-works-section .products-grid .product .product-link .product-info span {
    font-size: 10px;
  }
}

.product-show-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.product-show-section * {
  color: #c1c1c1;
}

.product-show-section.padding-bottom-top-centering {
  padding: 100px 40px 100px 40px;
}

.product-show-section .logo-row {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  height: 30px;
}

.product-show-section .logo-row img {
  height: 100%;
}

.product-show-section .close-product {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 3;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}

.product-show-section .close-product img {
  width: 35px;
  height: 35px;
}

.product-show-section .close-product:hover {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.4;
}

.product-show-section .product-image {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.product-show-section .video-container {
  height: 600px;
  width: 100%;
}

.product-show-section .video-container iframe {
  height: 100%;
  width: 100%;
}

.product-show-section .client-name {
  font-family: "Raleway", sans-serif;
  color: #333333;
  text-transform: uppercase;
}

.product-show-section .product-description {
  width: 80%;
  text-align: left;
}

.product-show-section .gallery {
  margin: 50px 0;
}

.product-show-section .gallery .product-photo {
  padding: 60px 100px 0px;
}

.product-show-section .navigation-row {
  display: table;
  width: 100%;
  text-align: center;
}

.product-show-section .navigation-row > div {
  display: table-cell;
  text-align: center;
}

.product-show-section .navigation-row .parent-category a {
  font-size: 20px;
  border-bottom: 1px solid #c1c1c1;
  display: inline-block;
}

.product-show-section .navigation-row .prev-product {
  width: 200px;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
}

.product-show-section .navigation-row .prev-product a {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #c1c1c1;
  width: 180px;
  display: inline-block;
}

.product-show-section .navigation-row .prev-product a .prev-arrow-absolute {
  position: absolute;
  height: 25px;
  left: -6.25px;
  top: 17.5px;
}

.product-show-section .navigation-row .prev-product a i {
  position: absolute;
  bottom: -7px;
  font-size: 32px;
  left: -10px;
}

.product-show-section .navigation-row .next-product {
  width: 200px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.product-show-section .navigation-row .next-product a {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #c1c1c1;
  width: 180px;
  display: inline-block;
}

.product-show-section .navigation-row .next-product a .prev-arrow-absolute {
  position: absolute;
  height: 25px;
  right: -6.25px;
  top: 17.5px;
}

.product-show-section .navigation-row .next-product a i {
  position: absolute;
  bottom: -7px;
  font-size: 32px;
  right: -10px;
}

.product-show-section .navigation-row .text-right {
  float: right;
}

.product-show-section .navigation-row .text-left {
  float: left;
}

@media (max-width: 991px) {
  /* 991px */
}

@media (max-width: 768px) {
  /* 768px */

  .gallery {
    margin: 50px 0;
  }

  .gallery .product-photo {
    padding: 5px 10px 0px !important;
  }

  .video-container {
    height: 360px !important;
    width: 100%;
  }

  .navigation-row {
    display: block !important;
    width: 100%;
    text-align: center;
  }

  .navigation-row > div {
    display: block !important;
    text-align: center;
    margin: 20px 0;
  }

  .navigation-row .parent-category {
    margin: 40px auto;
  }

  .navigation-row .parent-category a {
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    display: inline-block;
  }

  .navigation-row .prev-product {
    width: 200px;
    text-align: right;
    margin: 0 auto;
  }

  .navigation-row .prev-product a {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    width: 180px;
    display: inline-block;
  }

  .navigation-row .prev-product a i {
    position: absolute;
    bottom: -7px;
    font-size: 32px;
    left: -10px;
  }

  .navigation-row .next-product {
    width: 200px;
    text-align: left;
    margin: 0 auto;
  }

  .navigation-row .next-product a {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    width: 180px;
    display: inline-block;
  }

  .navigation-row .next-product a i {
    position: absolute;
    bottom: -7px;
    font-size: 32px;
    right: -10px;
  }

  .navigation-row .text-right {
    float: right;
  }

  .navigation-row .text-left {
    float: left;
  }
}

@media (max-width: 560px) {
  /* 560px */

  .gallery {
    margin: 50px 0;
  }

  .gallery .product-photo {
    padding: 5px 10px 0px !important;
  }

  .video-container {
    height: 360px !important;
    width: 100%;
  }

  .navigation-row {
    display: block !important;
    width: 100%;
    text-align: center;
  }

  .navigation-row > div {
    display: block !important;
    text-align: center;
    margin: 20px 0;
  }

  .navigation-row .parent-category {
    margin: 40px auto;
  }

  .navigation-row .parent-category a {
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    display: inline-block;
  }

  .navigation-row .prev-product {
    width: 200px;
    text-align: right;
    margin: 0 auto;
  }

  .navigation-row .prev-product a {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    width: 180px;
    display: inline-block;
  }

  .navigation-row .prev-product a i {
    position: absolute;
    bottom: -7px;
    font-size: 32px;
    left: -10px;
  }

  .navigation-row .next-product {
    width: 200px;
    text-align: left;
    margin: 0 auto;
  }

  .navigation-row .next-product a {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    width: 180px;
    display: inline-block;
  }

  .navigation-row .next-product a i {
    position: absolute;
    bottom: -7px;
    font-size: 32px;
    right: -10px;
  }

  .navigation-row .text-right {
    float: right;
  }

  .navigation-row .text-left {
    float: left;
  }
}

footer {
  position: relative;
  background: #FFF;
  height: auto !important;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
}

footer * {
  color: #939393;
}

footer .padding-bottom-top-centering {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer .right-corner-logo {
  position: absolute;
}

footer a {
  color: #939393;
  text-decoration: underline;
}

footer .container .content {
  padding-bottom: 20px;
  font-size: 16px;
}

footer .container .content span {
  display: inline-block;
}

footer .container .content .column {
  padding: 0;
  padding-bottom: 30px;
}

footer .container .content .location {
  margin-top: 35px;
  width: 40px;
  height: 40px;
}

footer .container .content .location img {
  width: 100%;
  height: 100%;
}

.social {
  text-align: center;
}

.social .fb,
.social .be,
.social .you,
.social .gp,
.social .in {
  width: 60px;
  height: 60px;
  margin: 10px 10px 0px;
  display: inline-block;
}

.social .fb img,
.social .be img,
.social .you img,
.social .gp img,
.social .in img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
}

.footer-menu-column {
  display: block;
  line-height: 20px;
}

.footer-heading-3 {
  font-size: 20px !important;
  margin: 30px 0px;
}

.footer-heading-3 * {
  font-size: 20px !important;
}

.to-the-top {
  padding: 0 90px;
  margin: 0 auto;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  text-align: right;
}

.to-the-top img {
  max-width: 100%;
  max-height: 100%;
}

