@import url("https://fonts.googleapis.com/css?family=Sofia|Poppins:300,400,500,600,700|Montserrat:100,300,400,700");
p::-moz-selection,
h1::-moz-selection,
span::-moz-selection {
  background: #fdb913;
  /* WebKit/Blink Browsers */
  color: white;
}
p::selection,
h1::selection,
span::selection {
  background: #fdb913;
  /* WebKit/Blink Browsers */
  color: white;
}

p::-moz-selection,
h1::-moz-selection,
span::-moz-selection {
  background: #fdb913;
  /* Gecko Browsers */
  color: white;
}

/* $primary-yellow: #fdb913; */
/* $dark-gray: #4a4a4a; */
/*====================================================

	01. General Styles
			+ Generate Google Fonts
			+ Essential Styles
			+ Buttons
			+ Floats
			+ Overlays
			+ Row Fix
			+ Section Styles
			+ Separators

		02. Typography

			+ Font Classes
			+ Font Positions
			+ Font Weight
			+ Font Transformation
			+ Font Colors
			+ Font Sizes


		03. Loading Screen

			+ Loader Logo
			+ Loader Animation
			+ After Loading

		04. Backgrounds

			+ Solid Backgrounds
			+ Image Backgrounds


		05. Navigations

			+ General
			+ Bootstrap Fix
			+ Dropdown

		06. Homepage

			+ General
			+ Home Section


		07. About

		08. Showcase

		09. Portfolio

		10. Features

		11. Points

		12. Pricing

		13. Video

		14. Reviews

		15. Newsletter

		16. Team

		17. FAQ

		18. Blog

		19. Contact

		20. Footer

		21. Social Media Icons

		22. Responsive



====================================================*/
/*
=====================

01. General Styles

=====================

*/
/* Generate Google Fonts */
/* Essential Styles */
* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #ececec;
}

::selection {
  background-color: #ececec;
}

html,
body {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 1em;
}

body {
  overflow-x: hidden;
  background-color: black;
}

.container {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  text-align: center;
  float: none;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #505050;
}

a i:hover,
a i:active,
a i:focus {
  text-decoration: none;
  outline: none;
  color: #505050;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
.h2,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #222222;
  margin-top: 10px;
}

p {
  margin: 0 0 5px;
  font-family: 'Poppins', sans-serif;
}

.clear {
  clear: both;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.centered {
  margin-right: auto !important;
  margin-left: auto !important;
}

.right {
  margin-left: auto !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: none !important;
  border-style: none !important;
}

.margin-auto {
  margin: auto !important;
}

/* Buttons */
.button,
.button-big {
  z-index: 0;
  background: transparent;
  border: 3px solid #ccc;
  cursor: pointer;
  color: #505050;
  display: block;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  word-spacing: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 150px;
  height: 50px;
  line-height: 45px;
  font-size: 11px;
}

.button-big {
  width: 250px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
}

.button:hover,
.button-big:hover {
  background: #222222;
  border: 3px solid #222222;
  color: #fff;
}

.button-black {
  border-color: #000;
  background: #000;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.button-black:hover {
  background: transparent;
  color: #000;
}

/* Floats */
.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

/* Overlays */
.pattern-black:after,
.pattern-white:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.pattern-black:after {
  background: url(../img/pattern-1.png) repeat;
}

.pattern-white:after {
  background: #fff;
  opacity: 0.9;
}

/* Row Fix */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Section Styles */
.section-content {
  padding: 0 10%;
  z-index: 9999;
}

.section-content-full {
  padding: 0;
  z-index: 9999;
}

.sections {
  width: 100%;
  z-index: 1;
}

.section-title {
  margin-bottom: 60px;
}

/* Separators */
.separator-small {
  width: 90px;
  height: 7px;
  background: #ccc none repeat;
  margin-top: 25px;
  margin-bottom: 25px;
}

.separator-small-dark {
  width: 90px;
  height: 7px;
  background: #222222 none repeat;
  margin-top: 25px;
  margin-bottom: 25px;
}

.separator-small-right {
  width: 90px;
  height: 7px;
  background: #ccc none repeat;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: right;
  float: right;
}

/*
=====================

	02. Typography

=====================

*/
/* Font Classes */
.poppins {
  font-family: 'Poppins', sans-serif;
}

.sofia {
  font-family: 'Sofia', cursive;
  word-spacing: 3px;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 2px;
  word-spacing: 3px;
  text-transform: uppercase;
}

/* Font Positions */
.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

/* Font Weight */
.ultrabold {
  font-weight: 900;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.lighter {
  font-weight: 100;
}

/* Font Transformation */
.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

/* Font Colors */
.dark {
  color: #222222;
}

.white {
  color: #fff;
}

.gray1 {
  color: #adadad;
}

.gray2 {
  color: #505050;
}

/* Font Sizes */
.colored-2 {
  color: #4a4a4a;
}

.colored-3 {
  color: #fdb913;
}

.f-smaller {
  font-size: 16px;
}

.f-small {
  font-size: 16px;
}

.f-normal {
  font-size: 18px;
}

.f-semi-expanded {
  font-size: 1.5em;
}

.f-medium {
  font-size: 30px;
}

.f-expanded {
  font-size: 2.5em;
}

.f-big {
  font-size: 45px;
}

.f-large {
  font-size: 3.5em;
}

.f-extra-expanded {
  font-size: 5.5em;
}

/*======================

	03. Loading Screen

========================*/
#loader {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin: auto;
  top: 45vh;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 100px;
  height: 100px;
  z-index: 1001;
}

#loader > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fdb913;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: loader 1.4s infinite linear;
          animation: loader 1.4s infinite linear;
}

#loader > div:nth-of-type(1), #loader > div:nth-of-type(5), #loader > div:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#loader > div:nth-of-type(4), #loader > div:nth-of-type(8) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#loader > div:nth-of-type(2), #loader > div:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#loader > div:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}

/* Loader Animation
-------------------------*/
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #131313;
  background: r #fff;
  color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* After Loading
-------------------------*/
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/*
=====================
	04. Backgrounds
=====================

*/
/* Solid Backgrounds */
.colored-1-bg {
  background-color: #59c2aa !important;
}

.colored-2-bg {
  background-color: #4a4a4a !important;
}

.colored-3-bg {
  background-color: #fdb913 !important;
}

.white-bg {
  background-color: #fff !important;
}

.dark-bg {
  background-color: #222222 !important;
}

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

.fullscreen {
  width: 100%;
  height: 100vh;
}

/* Image Backgrounds */
.image-bg {
  background: url(../img/bg-01.jpg);
  height: 100vh;
}

.image-bg-1 {
  background: url(../img/bg-01.jpg);
}

.image-bg-2 {
  background: url(../img/beach_bg.jpg);
  background-size: cover !important;
}

.image-bg-3 {
  background: url(../img/bg-03.jpg);
}

.image-bg-4 {
  background: url(../img/bg-04.jpg);
}

.image-bg-5 {
  background: url(../img/bg-05.jpg);
}

.image-bg-6 {
  background: url(../img/img/backgrounds/bg-06.jpg);
}

.image-bg-7 {
  background: url(../img/img/backgrounds/bg-07.jpg);
}

.image-bg-8 {
  background: url(../img/img/backgrounds/bg-08.jpg);
}

.image-bg-9 {
  background: url(../img/img/backgrounds/bg-09.jpg);
}

.image-bg-10 {
  background: url(../img/img/backgrounds/bg-10.jpg);
}

.image-bg,
.image-bg-1,
.image-bg-2,
.image-bg-3,
.image-bg-4,
.image-bg-5,
.image-bg-6,
.image-bg-7,
.image-bg-8,
.image-bg-9 {
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 1;
}

.section-image-1,
.section-image-2,
.section-image-3 {
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-image-1 {
  padding-right: 15%;
}

/*======================

	05. Navigations

========================*/
/* General
-------------------------*/
.navigation {
  background: #131313;
  z-index: 9;
  padding: 20px 3% 20px 3%;
  opacity: .9;
}

.navbar-brand img {
  width: 70px;
  position: relative;
  bottom: 18px;
}

.nav {
  float: right;
}

.nav li a {
  margin-right: 10px;
  color: white;
}

.sticky-nav {
  position: relative;
  z-index: 999;
}

/* Bootstrap Fix
-------------------------*/
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fdb913;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar-toggle {
  border-radius: 0px;
  border: 2px solid #777777;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.icon-bar {
  background: #777777;
}

.nav li a {
  text-align: left;
  color: white;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s;
  transition: all .4s;
  letter-spacing: -0.30px;
}

/* Adding Active Nav Styling */
.nav li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #db9133;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.nav li a:hover {
  color: #db9133;
}

.nav li a.active::after {
  width: 100%;
}

.nav li a.active::after {
  width: 100%;
}

.uk-subnav > * > :focus,
.uk-subnav > * > :hover {
  color: #505050;
  text-decoration: none;
}

.uk-subnav > .uk-active > * {
  color: black;
}

/* Dropdown
-------------------------*/
.dropdown-menu {
  background: #191919;
}

.dropdown-menu li {
  margin-bottom: 15px;
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fdb913;
  text-decoration: none;
  background-color: transparent;
}

/*
=====================

	06. Homepage

=====================

*/
/* General */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
}

/* Home Section */
#header {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

@media screen and (max-device-width: 1024px) {
  #header {
    background-attachment: scroll !important;
  }
}

#header .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  width: 100%;
}

.header-text p {
  margin-top: 25px;
  line-height: 2;
  word-spacing: 2px;
  letter-spacing: .5px;
}

.home-1 {
  /* box-shadow: 7px 7px 9px rgba(0,0,0,0.2); */
  padding: 60px;
  margin: auto;
  width: 75%;
  max-width: 670px;
  /* background: url(../img/pattern-2.png) repeat */
  background: none;
}

.main-logo {
  width: 350px;
}

.loaded .main-logo {
  -webkit-animation: pop 0.3s linear 1.05s 1;
          animation: pop 0.3s linear 1.05s 1;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.separator-center {
  width: 0;
  height: 7px;
  background: #ccc none repeat;
  -webkit-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  -webkit-transition: width .5s;
  transition: width .5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.loaded .separator-center {
  width: 140px;
}

/*
=====================

	07. About

=====================

*/
#about,
#services,
#pricing {
  background: #fff;
}

#about {
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-description {
  margin: auto;
  margin-top: 50px !important;
  margin-bottom: 150px !important;
  line-height: 1.8;
}

.about-description {
  max-width: 880px;
}

.about-description .button {
  margin-top: 25px !important;
}

.about-separator-3 {
  margin-bottom: 15px !important;
}

.about-header {
  max-width: 650px;
  margin: auto;
  margin-top: 220px;
  margin-bottom: 200px;
}

.about-header .heading {
  margin: 32px;
}

.about-header .heading .beautiful {
  font-size: 70px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Dancing Script', cursive;
}

.about-header p {
  max-width: 800px;
  margin: auto;
}

.title-bar {
  background-color: #fdb913;
  color: white;
}

.device-mocks {
  margin-top: 60px;
}

/*
=====================

	08. Showcase

=====================

*/
#showcase {
  margin-top: 150px;
  margin-bottom: 150px;
}

#showcase .uk-slider li {
  padding: 0 25px;
}

#showcase .uk-slider li .hover {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#showcase .uk-slider li img {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 7px;
}

#showcase .uk-slider li:hover .hover {
  opacity: 1;
}

#showcase .uk-slider li:hover img {
  opacity: .1;
}

#showcase .uk-slider li .hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.showcase li {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.showcase {
  overflow: hidden;
}

.showcase li:hover {
  opacity: 1;
}

.showcase img {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.showcase .hover {
  background: url(../img/pattern-2.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.showcase .hover p {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.showcase:hover .hover {
  opacity: 1;
}

.showcase:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.hover .button {
  margin: auto;
}

.showcase-page-05 .showcase img {
  border: 5px solid #fff;
}

/*========================

	09. Portfolio

==========================*/
#portfolio {
  position: relative;
  background: #292929;
  padding-top: 150px;
  padding-bottom: 150px;
}

#project {
  position: relative;
  background: #fff;
  padding-bottom: 150px;
}

#project-content {
  padding-top: 150px;
  padding-bottom: 150px;
}

.portfolio-separator {
  float: right;
  background-color: #fdb913;
}

.works-filter,
.works-filter-full {
  font-size: 18px;
  word-spacing: 3px;
  text-align: center;
  margin-bottom: 80px;
}

.works-filter li a,
.works-filter-full li a {
  margin-right: 50px;
  border-bottom: 7px solid #fdb913;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}

.works-filter li a:hover,
.works-filter li a:focus,
.works-filter-full li a:hover,
.works-filter-full li a:focus {
  border-bottom: 7px solid #fdb913;
  color: #fdb913;
}

.works-filter-full.uk-subnav > .uk-active > * {
  color: #fdb913 !important;
}

.work li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.work {
  overflow: hidden;
}

.work li:hover {
  opacity: 1;
}

.work img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.work .hover {
  background: url(../img/pattern-2.png) repeat;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.work .hover p {
  position: absolute;
  color: white;
  font-size: 22px;
  top: 50%;
  left: 51%;
  font-weight: 800;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gutter .hover p {
  position: absolute;
  top: 50%;
  left: 55%;
  font-weight: 800;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
}

.work:hover .hover {
  opacity: 1;
}

.work:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work:hover p {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  text-align: center;
}

.hover .button {
  margin: auto;
}

.gutter {
  padding: 0px 0px 25px 25px;
}

.gutter-container {
  margin-right: 25px;
}

.gutter:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-subnav > * > :focus,
.uk-subnav > * > :hover {
  color: #000;
}

/* Single Projects
----------------------------*/
#project-social {
  padding-top: 150px;
  padding-bottom: 150px;
}

.project-block img {
  margin-bottom: 25px;
}

.projects-slider-img img {
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  border-radius: 0px;
}

.header-content p {
  line-height: 28px;
}

#services {
  padding-top: 170px;
  padding-bottom: 150px;
}

.service-project {
  margin-bottom: 75px;
}

.header-social a {
  margin-right: 10px;
  letter-spacing: 3px;
}

.social-2 a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

/*
=====================

	10. Features

=====================

*/
#features {
  background: #f9f7fa;
  padding-top: 150px;
  padding-bottom: 150px;
}

#features-page {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}

#features-page .section-content {
  margin-top: 150px;
}

.service {
  margin-bottom: 75px;
}

.service:hover .icon {
  background: transparent !important;
  color: #000 !important;
}

.service .separator-small {
  width: 50px;
  height: 2px;
}

.service .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  display: block;
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.service h1 {
  word-spacing: 3px;
}

.service p {
  line-height: 1.8;
  color: #353535;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.service a {
  margin-top: 20px;
}

.service-page p {
  margin-top: 0;
}

/*
=====================

	11. Points

=====================

*/
#points {
  padding-top: 150px;
  padding-bottom: 150px;
  cursor: all-scroll;
}

.point h1 {
  word-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.point i {
  font-size: 40px;
  line-height: 0px;
}

/*
=====================

	12. Pricing

=====================

*/
#pricing {
  padding-top: 150px;
  padding-bottom: 100px;
}

#pricing-page {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}

#pricing-page .button {
  border-color: #222222;
}

.price-table {
  border: 10px solid #dbdbdb;
  padding: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: 350px;
}

.price-table:hover {
  border: 10px solid #969696;
}

.table-special {
  border: 1px solid #777;
}

.price-head h1 {
  word-spacing: 3px;
}

.price-head i {
  background: #fdb913;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  display: block;
  font-size: 25px;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}

.big-table {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 99;
}

.price-value {
  margin-bottom: 25px;
}

.price-body ul li {
  margin: 0px 0 0;
  padding: 0 0 25px;
}

.price-button {
  margin-top: 40px;
}

/*
=====================

	13. Video

=====================

*/
#video {
  padding-top: 150px;
  padding-bottom: 150px;
}

#video .section-content i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#video .section-content i:hover {
  color: #191919;
}

#video .section-content p {
  margin-top: 25px;
}

#video .button {
  margin-top: 25px;
}

/*
=====================

	14. Reviews

=====================

*/
#reviews {
  padding-top: 150px;
  padding-bottom: 150px;
}

#reviews .uk-slider li img,
.review-page-03 img {
  max-width: 100px;
  border-radius: 100%;
}

#reviews .uk-slider p {
  margin: auto;
  margin-top: 25px;
  max-width: 600px;
  line-height: 1.8;
}

.review img,
.review h4 {
  margin-top: 25px;
}

/*
=====================

	15. Newsletter

=====================

*/
#newsletter {
  padding-top: 150px;
  padding-bottom: 150px;
}

.subscribe-form {
  margin-top: 75px;
  z-index: 3;
}

#newsletter-mp {
  padding-top: 0;
  padding-bottom: 150px;
}

#newsletter-mp .form-control {
  border-bottom: 1px solid #afafaf;
}

.form-control {
  padding-bottom: 7px;
  -webkit-transition: none;
  transition: none;
  background: transparent;
  border: none;
  border-bottom: 3px solid #A8A7A7;
  border-radius: 0;
  color: #A8A7A7;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: 50%;
  margin: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  color: #191919;
  background-color: white;
  border-bottom: 3px solid #fdb913;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe-form .button {
  margin-top: 25px;
}

/*
=====================

	16. Team

=====================

*/
#team {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #f9f7fa;
}

.member h2 {
  word-spacing: 3px;
  letter-spacing: 2px;
}

.member h4 {
  letter-spacing: 2px;
  word-spacing: 1px;
  max-width: 240px;
  margin: auto;
  color: #191919 !important;
}

.member .separator-center {
  background: #222222;
}

.member ul li {
  display: inline-block;
  margin-right: 25px;
}

.member .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.member:hover .hover {
  opacity: 1;
}

.member img {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 50px;
  height: 250px;
}

.member:hover img {
  opacity: .1;
}

.hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hover-content ul li a {
  color: #222222;
}

/*========================

	19. Contact

==========================*/
#contact {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #131313;
}

.form-group input,
.form-group textarea {
  margin-bottom: 30px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 3px solid #ced4da;
  border-radius: 10px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.contact-form .btn {
  margin-top: 0px !important;
}

.contact-form input.button {
  color: white;
  float: right;
}

.form-group .full-border {
  border: 1px solid #ced4da;
}

#information {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #191919;
}

.info i {
  color: #918f8f;
}

.info {
  max-width: 250px;
  margin: auto;
  text-align: center;
  margin-left: 0px;
}

.info p {
  margin-top: 25px;
}

.contact-page-02 .info {
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 150px;
}

/*
=====================

	20. Footer

=====================

*/
.black-background {
  background: black;
}

#footer {
  /* padding-top: 150px; */
  padding-bottom: 50px;
  background: #131313;
}

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

.footer-social li {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

.footer-social {
  margin-bottom: 0px;
}

.footer-social li i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-details p {
  margin: 50px 15px 0px 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 0px;
  line-height: 1;
}

.footer-details a {
  margin-left: 5px;
  color: white;
}

.footer-details i {
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-details p:hover i {
  -webkit-transform: translate(-3px);
          transform: translate(-3px);
}

.footer-details p:hover a {
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 3px;
}

#small-footer {
  padding: 15px 0px 15px 0px;
}

/*========================

	21. Social Media Icons

==========================*/
.fa-500px {
  color: #0099e5;
}

.fa-amazon {
  color: #ff9900;
}

.fa-android {
  color: #a4c639;
}

.fa-apple {
  color: #999999;
}

.fa-bitbucket,
.fa-bitbucket-square {
  color: #205081;
}

.fa-bluetooth,
.fa-bluetooth-b {
  color: #3B5998;
}

.fa-cc-mastercard {
  color: #cc0000;
}

.fa-cc-stripe {
  color: #00afe1;
}

.fa-cc-visa {
  color: #1a1f71;
}

.fa-cc-paypal {
  color: #003087;
}

.fa-chrome {
  color: #CC0033;
}

.fa-codepen {
  color: #0ebeff;
}

.fa-delicious {
  color: #3399ff;
}

.fa-deviantart {
  color: #05cc47;
}

.fa-digg {
  color: #005be2;
}

.fa-dropbox {
  color: #007ee5;
}

.fa-drupal {
  color: #0077c0;
}

.fa-edge {
  color: #0078d7;
}

.fa-etsy {
  color: #d5641c;
}

.fa-etsy {
  color: #d5641c;
}

.fa-facebook,
.fa-facebook-f,
.fa-facebook-official,
.fa-facebook-square {
  color: #3b5998;
}

.fa-firefox {
  color: #e66000;
}

.fa-flickr {
  color: #0063dc;
}

.fa-foursquare {
  color: #f94877;
}

.fa-github,
.fa-github-square {
  color: #4078c0;
}

.fa-gitlab {
  color: #fca326;
}

.fa-gittip {
  color: #663300;
}

.fa-google {
  color: #4285f4;
}

.fa-google-plus,
.fa-google-circle,
.fa-google-official,
.fa-google-square {
  color: #dd4b39;
}

.fa-hacker-news {
  color: #ff4000;
}

.fa-html5 {
  color: #e34f26;
}

.fa-joomla {
  color: #f44321;
}

.fa-lastfm,
.fa-lastfm-square {
  color: #d51007;
}

.fa-likedin,
.fa-likedin-square {
  color: #0077b5;
}

.fa-linux {
  color: #333333;
}

.fa-mixcloud {
  color: #52aad8;
}

.fa-odnoklassniki,
.fa-odnoklassniki-square {
  color: #ed812b;
}

.fa-opera {
  color: #cc0f16;
}

.fa-paypal {
  color: #003087;
}

.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-square {
  color: #cb2027;
}

.fa-reddit {
  color: #ff4500;
}

.fa-reddit,
.fa-reddit-alien,
.fa-reddit-square {
  color: #ff4500;
}

.fa-scribd {
  color: #1a7bba;
}

.fa-skype {
  color: #00aff0;
}

.fa-slack {
  color: #6ecadc;
}

.fa-slideshare {
  color: #0077b5;
}

.fa-snapchat,
.fa-snapchat-ghost,
.fa-snapchat-square {
  color: #fffc00;
}

.fa-soundcloud {
  color: #ff8800;
}

.fa-spotify {
  color: #1db954;
}

.fa-stack-exchange {
  color: #1e5397;
}

.fa-stack-overflow {
  color: #f48024;
}

.fa-steam,
.fa-steam-square {
  color: #00adee;
}

.fa-stumbleupon {
  color: #eb4924;
}

.fa-stumbleupon,
.fa-stumbleupon-circle {
  color: #eb4924;
}

.fa-stumbleupon {
  color: #eb4924;
}

.fa-telegram {
  color: #0088cc;
}

.fa-twitter,
.fa-twitter-square {
  color: #1da1f2;
}

.fa-tripadvisor {
  color: #00af87;
}

.fa-tumblr,
.fa-tumblr-square {
  color: #35465c;
}

.fa-vimeo {
  color: #1ab7ea;
}

.fa-vimeo,
.fa-vimeo-square {
  color: #1ab7ea;
}

.fa-vine {
  color: #00b488;
}

.fa-wechat {
  color: #7bb32e;
}

.fa-wikipedia {
  color: #000000;
}

.fa-windows {
  color: #0078d7;
}

.fa-wordpress {
  color: #21759b;
}

.fa-xing,
.fa-xing-square {
  color: #026466;
}

.fa-yahoo {
  color: #410093;
}

.fa-dribbble {
  color: #ea4c89;
}

.fa-behance,
.fa-behance-square {
  color: #053eff;
}

.fa-twitch {
  color: #6441a5;
}

.fa-snapchat {
  color: #fffc00;
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
  color: #ff0000;
}

.fa-windows {
  color: #0078d7;
}

.fa-whatsapp {
  color: #075e54;
}

.fa-quora {
  color: #a82400;
}

.fa-instagram {
  color: #e1306c;
}

.fa-imdb {
  color: #f5de50;
}

.fa fa-yelp {
  color: #af0606;
}

#block-1 {
  padding: 150px 0px 150px 0px;
}

#block-1 .button {
  margin-top: 50px;
}

#buy {
  padding-top: 150px;
  padding-bottom: 150px;
}

.buy-img img {
  max-width: 80%;
}

.download-img img {
  max-width: 90%;
}

.download-description h3 {
  margin-bottom: 20px;
}

.download-description p {
  margin-bottom: 20px;
}

/*
=====================

	22. Responsive

=====================

*/
/* Resolution Under 1450px */
@media all and (max-width: 1450px) {
  .header-text .button {
    margin: 35px 10px 0 0;
  }
}

/* Resolution Under 1350px */
@media all and (max-width: 1350px) {
  .choice {
    margin-bottom: 75px;
  }
}

/* Resolution Under 1260px */
@media all and (max-width: 1260px) {
  #header-bg {
    padding-bottom: 160px;
  }
  .header-text .f-extra-expanded {
    font-size: 4em;
  }
  .header-text .f-normal {
    font-size: 14px;
  }
  .choice img {
    max-width: 280px;
  }
  .f-expanded {
    font-size: 2em;
  }
}

/* Resolution Under 1175px */
@media all and (max-width: 1175px) {
  .nav li a {
    margin-right: 0;
  }
  .choice {
    margin-bottom: 75px;
  }
  .header-text .f-semi-expanded {
    font-size: 12px;
  }
}

@media all and (max-width: 1060px) {
  .home-1 {
    padding: 55px;
    width: 100%;
  }
  .navigation {
    padding: 20px 0% 20px 1%;
  }
}

/* Resolution Under 992px */
@media all and (max-width: 992px) {
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 10px;
  }
  .mobile-margin-bottom-75px {
    margin-bottom: 75px !important;
  }
  .service i {
    line-height: 0px;
  }
  .header-img {
    display: none;
  }
  #header .section-content .row {
    padding-top: 0%;
  }
  .navbar-brand img,
  .navbar-header {
    display: none;
  }
  .img-1 img {
    margin-right: 0;
    padding-top: 0;
  }
  .img-2 img {
    display: none;
  }
  .img-3 {
    margin-right: 0;
  }
  .img-3:nth-child(2) {
    margin-top: 0;
  }
  .img-3:nth-child(3) {
    margin-top: 0;
  }
  .about-3-img {
    position: static;
  }
  .choice img {
    margin: 65px 0 50px;
  }
  .choice {
    margin-bottom: 75px;
  }
  .member {
    margin-bottom: 75px;
  }
  #download .button-big {
    margin-bottom: 75px;
  }
  .social-link div a i {
    margin-bottom: 75px;
  }
  .info {
    max-width: 100%;
    text-align: center;
    margin-top: 75px;
  }
  .download-page-2 .col-md-4,
  .download-page-3 .col-md-4,
  .download-page-4 .col-md-4 {
    padding-bottom: 100px;
  }
  .f-extra-expanded {
    font-size: 1.5em;
  }
  #header .hide-header {
    display: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
  }
  .price-table {
    margin-bottom: 75px;
  }
  .faq-img {
    margin-bottom: 75px;
  }
  .blog-post {
    margin-bottom: 75px;
  }
  .blog-post ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .uk-accordion-title {
    margin-bottom: 25px;
  }
  .footer-block {
    margin-bottom: 50px;
  }
  .footer-social {
    text-align: left;
    margin-top: 20px;
  }
  .subscribe-form input {
    width: 100%;
  }
  .header-content {
    margin-bottom: 75px;
  }
}

/* Resolution Under 825px */
@media all and (max-width: 825px) {
  .nav li a {
    margin-right: 25px;
  }
  .nav > li > a {
    padding: 10px 0px;
  }
}

/* Resolution Under 768px */
@media all and (max-width: 768px) {
  .faq .uk-accordion-title {
    line-height: 1.5;
  }
  #header-bg {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .about-mock img {
    margin-top: 20px;
  }
  .navigation {
    padding: 20px 5% 20px 7%;
  }
  .navbar-brand img,
  .navbar-header {
    display: inline;
  }
  .navbar-nav {
    margin: 20px -15px 30px -15px;
  }
  .nav {
    float: left;
  }
  .caret {
    position: static;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    color: #191919;
  }
  .map-half {
    margin-bottom: 200px;
  }
  .sidebar {
    margin: 75px 0 0;
  }
  .big-dropdown {
    min-width: 100%;
    overflow: auto;
  }
  .drop-left {
    float: none;
    padding-top: 15px;
    padding-left: 20px;
  }
  .drop-right {
    float: none;
    padding-top: 0;
    padding-left: 20px;
  }
  .sections {
    padding-top: 0;
  }
  .header-text h5,
  #header-pages-light .header-text h5 {
    display: none;
  }
  #header-pages-dark,
  #header-pages-light {
    padding-top: 100px;
  }
  .uk-subnav > * {
    float: left;
    margin-left: auto;
    margin-right: auto;
  }
  .works-filter li a,
  .works-filter-full li a {
    margin-right: 0px;
  }
  .f-small {
    font-size: 16px;
  }
  .f-semi-expanded {
    font-size: 1.2em;
  }
  .f-medium {
    font-size: 24px;
  }
  .f-expanded {
    font-size: 2.2em;
  }
  .f-big {
    font-size: 38px;
  }
  .f-large {
    font-size: 2.5em;
  }
  .f-extra-expanded {
    font-size: 4.5em;
  }
  .f-huge {
    font-size: 6.9em;
  }
}

/* Resolution Under 530px */
@media all and (max-width: 530px) {
  .loader-img img {
    left: 45%;
  }
  .choice img {
    width: 85%;
  }
  .blog-post ul li,
  .shop-post ul li {
    display: block;
    padding-left: 15px;
    border-left: 1px solid #b2b2b2;
    margin: 0 0 20px;
  }
  .blog-post .no-margin,
  .shop-post .no-margin {
    margin: 0 0 20px !important;
  }
  .blog-post .no-padding,
  .shop-post .no-padding {
    padding-left: 15px !important;
  }
  .blog-post .no-border,
  .shop-post .no-border {
    border-left: 1px solid #b2b2b2 !important;
  }
}

/* Resolution Under 490px */
@media all and (max-width: 490px) {
  .header-text .f-extra-expanded {
    font-size: 3em;
  }
  .navigation {
    -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
  }
  .info {
    max-width: 100%;
    text-align: left;
  }
  .review-page-02 p,
  .review-page-03 p {
    width: 100%;
  }
}

/* Resolution Under 450px */
@media all and (max-width: 450px) {
  .header-text p {
    line-height: 30px;
  }
  .choice-page-3 .choice .icon {
    background: #222222;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 60px;
    display: block;
    margin: 15px;
  }
  .loader-img img {
    left: 42%;
  }
  #map_canvas {
    height: 350px;
  }
  #contact-form p {
    float: left;
    margin-top: 20px;
  }
  .service .separator-small {
    display: none;
  }
  .member ul li {
    margin-right: 10px;
  }
  .post-info .no-margin {
    margin: 0 0 20px !important;
  }
  .post-info .no-padding {
    padding-left: 20px !important;
  }
  .post-info .no-border {
    border-left: 1px solid #b2b2b2 !important;
  }
}

/* Resolution Under 400px */
@media all and (max-width: 400px) {
  .section-title h2 {
    font-size: 30px;
  }
  .section-description {
    margin: 0 10px;
  }
  .f-large {
    font-size: 2.3em;
  }
  .f-medium,
  .f-expanded {
    font-size: 20px;
  }
  .works-filter li,
  .works-filter-full li {
    margin-right: 18px;
  }
}

/* Resolution Under 375px */
@media all and (max-width: 375px) {
  .header-text .f-extra-expanded {
    font-size: 2em;
  }
  .drop-right {
    float: left;
    padding-top: 0;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */