@import url("https://fonts.googleapis.com/css?family=Share+Tech&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,bold&display=swap");
@import url("../fonts/sofia.css");
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("jquery.flipster.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("hc-offcanvas-nav.css");

.game-container {
}
.spades-bg {
  background-image: url(../images/spades_particle.png);
  background-position: center;
  background-repeat: no-repeat;
}
.tt-bg {
  background-image: url(../images/zombie_particle.png);
  background-position: center;
  background-repeat: no-repeat;
}
.tarneeb-bg {
  background-image: url(../images/tarneeb_particle.png);
  background-position: center;
  background-repeat: no-repeat;
}
.site-header.header-one .header-navigation ul.navigation-box {
  margin-left: 0px;
}
.privacy-logo-container {
  /* left: 35% !important; */
}
.privacy-logo-img {
  /* width: 300px !important;
  height: 71px !important; */
  margin-top: 40px;
}
.privacy-header-container {
  height: 160px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  background: #081a30; /* background: url('../images/bg-body.png') repeat-y top center; */
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-font-smoothing: antialiased;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h2,
h3,
h4 {
  font-family: "Share Tech", sans-serif;
}

.privacy-container h4 {
  margin-top: 20px;
}
.terms-container h4 {
  margin-top: 20px;
  margin-bottom: 0.5rem;
}

.privacy-span-h4 {
  margin-top: 50px;
  margin-right: 0cm;
  margin-bottom: 0.0001pt;
  margin-left: 0cm;
  line-height: 110%;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  color: #ff5d5d;
  font-weight: bold;
}
.yalla-header-text {
  margin-top: 30pt;
  margin-right: 0cm;
  margin-bottom: 30pt;
  margin-left: 0cm;
  line-height: 110%;
  font-size: 23px;
  line-height: 110%;
  color: #fff;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #1c2b41;
  text-align: center;
}
.privacy-ul {
  margin-bottom: 0cm;
  list-style-type: undefined;
  margin-left: 26px;
}

.privacy-container,
p {
  margin-bottom: 0 !important;
}
.terms-container,
p {
  margin-bottom: 0 !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.privacy-span {
  margin: 0cm;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(".eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(".eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
.block-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-bottom: 50px;
}
.block-title h2 span {
  font-family: "Montserrat-SemiBold", sans-serif;
  text-transform: uppercase;
  color: #30c0d2;
  font-size: 17px;
  display: block;
  margin-bottom: 30px;
}
.block-title h2 {
  font-family: "Montserrat-SemiBold", sans-serif;
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}

/* Preloader */
.preloader {
  background: #081a30;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #30c0d2;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.preloader .loading-text {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  background: #081a30;
  width: 256px;
  height: 64px;
  left: 0;
  top: 128px;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
}

/* Scroll Top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #30c0d2;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #273167;
}

/*
* Header
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  z-index: 9999;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar {
  z-index: 999;
}
.header-navigation .container .navbar-brand {
  max-width: 178px;
  height: auto;
  margin: 0;
}
.header-navigation .container .navbar-brand img {
  width: 100%;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle; /* Second Level Menu */ /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 20px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-family: sofia_proregular;
  font-size: 13px;
  text-transform: uppercase;
  color: #777b92;
  padding: 0;
  transition: all 0.4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #30c0d2;
}
.header-navigation ul.navigation-box > li.current > a:before,
.header-navigation ul.navigation-box > li:hover > a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0;
  text-align: left;
  list-style: none;
  background-color: #273167;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
}

.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #273167;
  background: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0;
  text-align: left;
  list-style: none;
  background-color: #273167;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #273167;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #273167;
  border-bottom: 0;
}

.site-header.header-one {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site-header.header-one .header-navigation {
  background: transparent;
}
.site-header.header-one .header-navigation.stricky-fixed {
  background-color: #000322;
  box-shadow: 0 5px 30px 0 rgba(233, 79, 202, 0.05);
}
.site-header.header-one .header-navigation ul.navigation-box > li.current > a,
.site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
  color: #30c0d2;
  /* font-family: Montserrat-Medium; */
}
.site-header.header-one .header-navigation ul.navigation-box > li {
  padding: 45px 0;
}
.site-header.header-one .header-navigation ul.navigation-box > li + li {
  margin-left: 20px;
}
.site-header.header-one
  .header-navigation.stricky-fixed
  ul.navigation-box
  > li {
  padding: 25px 0;
}

.theta {
  position: absolute;
  width: 500px;
  top: 120px;
  right: 160px;
  z-index: 0;
}

section {
  z-index: 1;
  position: relative;
}
.respimg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

/*
* Banner
*/
.banner {
  position: relative;
  padding-top: 260px;
  padding-bottom: 260px;
}
.banner .content-block {
  position: relative;
  text-align: center;
  z-index: 10;
}
.banner .content-block h3,
.banner .content-block p {
  margin: 0;
}
.banner .content-block h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 92px;
  line-height: 92px;
  font-weight: 400;
  margin-bottom: 40px;
  font-weight: bold;
}
.banner .content-block p {
  font-family: sofia_proregular;
  text-transform: uppercase;
  color: #30c0d2;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 40px;
}

/*
* About
*/
.about-us {
  padding-top: 0;
  background-size: cover;
}
.about-us .container {
  padding-bottom: 40px;
}
.about-us h3 {
  font-family: sofia_proregular;
  font-size: 17px;
  text-transform: uppercase;
  border-top: solid 1px #30c0d2;
  border-bottom: solid 1px #30c0d2;
  color: #30c0d2;
  padding: 16px 0;
  margin-top: 20px;
  background: url(../images/dot.png) no-repeat center right;
}
.about-us .content-block .block-title {
  margin-bottom: 20px;
}
.about-us .content-block p {
  font-size: 16px;
  font-family: Montserrat-Medium;

  color: #fff;
  line-height: 24px;
  margin: 0;
  margin-bottom: 40px;
}
.button-block {
  margin-top: 50px;
}
/*
* Our Games
*/
.our-games-title .container {
  padding-top: 80px;
}
.our-games {
  padding-top: 300px;
  padding-bottom: 100px;
}
.our-games .image-block {
  margin-top: -50px;
  position: relative;
  left: -50px;
}
.our-games .image-block .screen1 {
  position: absolute;
  left: -250px;
  top: -140px;
  transition: all 0.4s ease;
}
.our-games .image-block .screen2 {
  position: absolute;
  left: 0;
  top: 80px;
  transition: all 0.4s ease;
}

.our-games .image-block img {
  position: relative;
  z-index: 10;
}
.our-games h2 {
  margin-top: 40px;
}
.our-games .content-block .block-title {
  margin-bottom: 50px;
}
.our-games .content-block p {
  margin: 0;
  font-family: Montserrat-Medium;
  margin-bottom: 46px;
}
.our-games .content-block .app-btn {
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 5px;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1em;
  padding: 10px 0;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  background-color: transparent;
  transition: all 0.4s ease;
}
.our-games .content-block .app-btn span {
  font-size: 18px;
  display: block;
  line-height: 1em;
  margin-top: 5px;
}
.our-games .content-block .app-btn i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.our-games .content-block .app-btn + .app-btn {
  margin-left: 16px;
}
.our-games .content-block .app-btn:hover {
  color: #fff;
  background-color: #30c0d2;
  border-color: #30c0d2;
}
.our-games .content-block .app-btn:hover i {
  color: #fff;
}

.spades {
  padding-bottom: 100px;
}

.our-games.engine {
  padding-bottom: 0px;
}

.tarneeb .image-block .screen1 {
  position: absolute;
  left: -150px;
  top: -140px;
  transition: all 0.4s ease;
}

.tt .image-block .screen1 {
  position: absolute;
  left: -150px;
  top: -140px;
  transition: all 0.4s ease;
}

/*
* Fun fact 
*/
.fun-fact {
  padding: 120px 0 120px;
  clear: both;
}
.fun-fact .title-line {
  margin: 0;
  color: #777b92;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
}
.fun-fact .single-funfact-one {
  background: url(../images/fun-facts-bg.png) no-repeat center;
  width: 126px;
  font-family: "Montserrat-Medium";
  height: 126px;
  margin: 0 auto;
}
.fun-fact .single-funfact-one h3,
.fun-fact .single-funfact-one p {
  font-family: "Montserrat-Medium";

  margin: 0;
}
.fun-fact .single-funfact-one h3 {
  font-family: "Montserrat-Medium";
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 126px;
}
.fun-fact p {
  font-family: sofia_promedium;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  line-height: 17px;
  margin-top: 30px;
  text-align: center;
}

/*
* Services
*/
.our-services {
  font-family: "Montserrat-Medium";
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
}
.our-services .block-title {
  margin-bottom: 20px;
}
.our-services p {
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

/*
* Founders
*/
.founders {
  position: relative;
  padding-top: 0px;
  padding-bottom: 40px;
}
.founders .block-title {
  margin-bottom: 40px;
}
.founders p {
  text-align: center;
}
.founders .box {
  width: 244px;
  margin: 0 auto 40px;
}
.founders .img-founder {
  transition: all 0.4s ease;
  background: url("../images/founder-bg.png") no-repeat center;
  height: 244px;
  line-height: 241px;
  text-align: center;
}
.founders .img-founder:hover {
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.founders .box img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}
.founders .box h3 {
  background: url("../images/founder-name.png") no-repeat center;
  height: 39px;
  font-family: "sofia_prosemibold";
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 39px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.founders .box p {
  font-family: "sofia_prolight_italic";
  color: #30c0d2;
  font-size: 13px;
  text-align: center;
}

/*
* News
*/
.news {
  padding-top: 120px;
}
.news.blog-page {
  padding-bottom: 120px;
}
.single-news {
}
.single-news .image-block .inner-block {
  overflow: hidden;
  position: relative;
}
.single-news .image-block .inner-block > img {
  width: 100%;
  transition: all 0.4s ease;
}
.single-news .date-block {
  font-family: sofia_proregular;
  font-size: 17px;
  color: #30c0d2;
}
.single-news .image-block:hover {
  cursor: pointer;
}
.single-news .image-block:hover .inner-block > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.single-news .text-block h3,
.single-news .text-block p {
  margin: 0;
}
.single-news .text-block h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin: 15px 0 0;
}
.single-news .text-block h3 a {
  color: #fff;
  transition: all 0.4s ease;
}
.single-news .text-block h3 a:hover {
  color: #30c0d2;
}
.news-carousel {
  padding: 20px 0;
  padding-left: 48px;
  padding-right: 48px;
}
.news-carousel .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
}
.news-carousel .item img:hover {
  opacity: 0.6;
}
.news-carousel .owl-dots,
.news-carousel .owl-nav {
  display: block;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
  top: 130px;
  position: absolute;
  font-size: 8px;
  line-height: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-color: #010123;
  color: #010123;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
  top: 130px;
  position: absolute;
  font-size: 8px;
  line-height: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: #010123;
  color: #010123;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #30c0d2;
  border-radius: 50%;
  border: solid 1px #30c0d2;
  width: 16px;
  height: 16px;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

/*
* Contact
*/
.contact {
  padding-top: 20px;
  padding-bottom: 120px;
}
.contact h3 {
  margin: 0;
  color: #273167;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
}
.contact .contact-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact-form input {
  font-family: sofia_proregular;
  border: none;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding-left: 0;
  color: #30c0d2;
  margin-top: 5px;
}
.contact .contact-form input:focus {
  border-bottom: solid 1px #30c0d2;
}
.contact .contact-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact .contact-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact .contact-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact .contact-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact .contact-form p {
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}
.contact .contact-form button[type="submit"] {
  font-family: sofia_proregular;
  width: 125px;
  border-radius: 5px;
  height: 40px;
  border: solid 1px #30c0d2;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  color: #30c0d2;
  transition: all 0.4s ease;
  text-align: center;
  line-height: 34px;
}
.contact .contact-form button[type="submit"]:hover {
  background-color: #30c0d2;
  color: #fff;
}

/*
* Footer
*/
.bottom-footer {
  padding: 25px 0;
  position: relative;
  z-index: 4;
}
.bottom-footer p {
  color: #777b92;
  font-size: 16px;
}
.bottom-footer p a {
  color: #fefefe;
  margin-right: 3px;
  font-size: 10px;
}
.bottom-footer a {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
