/*
  Theme Name:  Travel Omi - HTML Template
  Theme URL:
  Author: Media City
  Author URI: https://themeforest.net/user/media-city
  Creation Date: 20 December 2017
  Description: A default stylesheet for Travel Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Home Slider
05. About
06. Tour
07. Places Info
08. Places
09. Packages
10. Blog
10. Newsletter
10. Footer

/* =============== Colors Used =====================

  Black: #363636;
  Black Light: #5A5A5A;
  Yellow: #FA9600;
  Orange: #E8511C;
  Grey: #F7F7F7;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1.2px;
  line-height: 1.64;
  color: #363636;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #363636;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  color: #FA9600;
  letter-spacing: 1.2px;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #5A5A5A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Work Sans", sans-serif;
  line-height: 1.64;
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #363636 !important;
}

::-moz-placeholder {
  color: #363636 !important;
}

::-ms-input-placeholder {
  color: #363636 !important;
}

::-o-input-placeholder {
  color: #363636 !important;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.uk-nav-dropdown li a {
  color: #363636;
}
.uk-nav-dropdown li a:hover {
  background-color: #FA9600;
}
.uk-nav-dropdown li a:focus {
  background-color: #FA9600;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #FA9600;
  height: 100px;
}

.uk-cover {
  overflow: hidden;
}

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uk-cover-object {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-slider {
  position: relative;
  z-index: 0;
  touch-action: pan-y;
}

.uk-slider:not(.uk-grid) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-slider > * {
  position: absolute;
  top: 0;
  left: 0;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.uk-slider img {
  pointer-events: none;
}

.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}

.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-dotnav > * {
  padding: 0 7px 30px;
}

.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-dotnav:after {
  clear: both;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav-contrast > * > * {
  background: #FA9600;
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: #5A5A5A;
}

.uk-dotnav-contrast > * > :active {
  background: #FA9600;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #5A5A5A;
}

.uk-button {
  padding: 4px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #FA9600;
  color: #FFF;
  font-weight: 600;
}
.uk-button:hover {
  border-color: #FA9600;
  background-color: #FFF;
  color: #FA9600;
}

.btn-white {
  border: 1px solid yellow;
  background-color: #FFF;
  color: #363636;
}
.btn-white:hover {
  border-color: #FA9600;
  background-color: #FA9600;
  color: #363636;
}

.section {
  position: relative;
  margin-bottom: 40px;
}
.section:after {
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: -15px;
  left: 0;
  background-color: #FA9600;
  content: '';
}

.section-heading {
  font-weight: 600;
  text-transform: none;
  line-height: 1.3;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 32px;
  }
}
/* ================================= */
/*===== Navbar =====*/
/* ================================= */
.uk-navbar {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#1A1A1A)";
  -moz-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  -webkit-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#1A1A1A);
}
.uk-navbar .uk-container {
  padding: 20px 0;
}
.uk-navbar .uk-navbar-nav li {
  margin-right: 7px;
}
.uk-navbar .uk-navbar-nav li:last-child {
  margin-right: 0;
}
.uk-navbar .uk-navbar-nav li a {
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.uk-navbar .uk-navbar-nav li a:hover {
  border-bottom: 2px solid #FA9600;
  color: #FA9600;
}
.uk-navbar .uk-navbar-nav .uk-active a {
  border-bottom: 2px solid #FA9600;
  color: #FA9600;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}

/*Search*/
.search-icon {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}
.search-icon:hover {
  color: #FA9600;
}

.search {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 0;
  opacity: 1;
  background: #FFF;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}

.search .search-container {
  position: relative;
  padding: 0 100px;
  margin-top: 30px;
}

.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-box {
  width: 97%;
  border: none;
  font-size: 16px;
  color: #5A5A5A;
  background: none;
}

.search-close {
  position: absolute;
  right: 100px;
  top: 0;
  padding: 5px 15px;
  color: #FA9600;
}
.search-close:hover {
  color: #363636;
}

.search input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uk-sticky-placeholder .uk-navbar.uk-active {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mobile Navigation */
.nav-off-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FFF;
}
.nav-off-toggle:hover {
  color: #FFF;
}

.uk-nav-offcanvas {
  margin: 50px 0;
}

.uk-offcanvas-bar {
  background-color: #FA9600;
}

.uk-nav-offcanvas li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.uk-nav-offcanvas > li:nth-child(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .logo {
    margin-left: 15px;
  }
}
/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-slider {
  position: relative;
}
.home-slider .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1;
}

.slider-dtl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.slider-dtl p {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #FFF;
}
.slider-dtl .uk-button,
.slider-dtl .uk-button-dropdown {
  width: 100%;
  height: 50px;
  color: #363636;
  border: none;
  text-align: left;
}
.slider-dtl .uk-dropdown {
  width: 100%;
  background-color: #FFF;
}

.slider-form {
  max-width: 800px;
  margin: 0 auto;
}

.travel-btn-one,
.travel-btn-two {
  position: relative;
  background-color: #FFF;
  text-align: left;
}
.travel-btn-one i,
.travel-btn-two i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.travel-btn-one {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.travel-btn-one:after {
  position: absolute;
  width: 1px;
  height: 42px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.travel-btn-two {
  position: relative;
  border-radius: 0;
}

.slider-search {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center !important;
}

.slider-heading {
  color: #FFF;
  text-transform: none;
}

.slider-search {
  background-color: #FA9600;
  color: #FFF !important;
}
.slider-search:hover, .slider-search:focus {
  background-color: #FA9600;
}
.slider-search i {
  margin-right: 3px;
}

.slider-social {
  position: absolute;
  bottom: 40px;
  right: 70px;
}
.slider-social li {
  display: inline-block;
  margin-right: 15px;
}
.slider-social li i {
  color: #FFF;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fb-icon:hover i {
  color: #4B70AB;
}

.twitter-icon:hover i {
  color: #32B9E7;
}

.youtube-icon:hover i {
  color: #E62117;
}

.gplus-icon:hover i {
  color: #FA5432;
}

@media (max-width: 992px) {
  .slider-dtl {
    padding: 15px;
  }

  .slider-heading {
    font-size: 37px;
  }

  .slider-social {
    right: 0;
    bottom: 60px;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .slider-search span {
    display: none;
  }

  .slider-heading {
    font-size: 25px;
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-main-block {
  padding: 100px 0;
}

@media (max-width: 992px) {
  .about-block {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Tour =====*/
/* ================================= */
.tour-main-block {
  position: relative;
  padding: 100px 0;
  background-color: #F7F7F7;
}
.tour-main-block .section {
  margin-bottom: 70px;
}
.tour-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.tour-block {
  position: relative;
  outline: 5px solid #FFF;
  background-color: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#3A3A3A)";
  -moz-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#3A3A3A);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tour-block .uk-overlay-background {
  opacity: 0;
  background-color: rgba(232, 81, 28, 0.6);
}
.tour-block i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.tour-block:hover {
  box-shadow: none;
}
.tour-block:hover .uk-overlay-background {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tour-block:hover .tour-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tour-block:hover .tour-dtl {
  border-color: #FA9600;
}
.tour-block:after {
  position: absolute;
  width: 102.7%;
  height: 5px;
  bottom: 0;
  right: 0;
  left: -5px;
  background-color: #FA9600;
  content: '';
}

.tour-img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.tour-img img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tour-dtl {
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tour-dtl p {
  padding-bottom: 15px;
}

.place {
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.place a {
  color: #363636;
}
.place a:hover {
  color: #FA9600;
}

.tour-title a {
  color: #363636;
  text-transform: none;
}
.tour-title a:hover {
  color: #FA9600;
}

@media (max-width: 992px) {
  .tour-main-block {
    padding-bottom: 50px;
  }

  .tour-block {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Places Info =====*/
/* ================================= */
.places-info-main-block {
  position: relative;
}

.places-info-block {
  padding: 200px 0 100px;
}
.places-info-block .uk-container {
  padding: 0 150px;
}
.places-info-block p {
  max-width: 550px;
  margin: 0 auto 50px;
  color: #FFF;
}

.places-heading {
  margin-bottom: 30px;
  color: #FFF;
}

.places-icon i {
  color: #FFF;
  font-size: 20px;
  animation: arrow 1s ease infinite;
}

@keyframes arrow {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .places-info-block .uk-container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .places-info-block .uk-container {
    padding: 0 25px;
  }

  .places-heading {
    font-size: 30px;
  }
}
/* ================================= */
/*===== Places Details =====*/
/* ================================= */
.places-block {
  position: relative;
}

.places-dtl {
  padding: 55px 30px 30px 30px;
}
.places-dtl p {
  padding-bottom: 10px;
}

.places-title {
  padding-bottom: 10px;
}

.places-img {
  position: relative;
  text-align: center;
}
.places-img .uk-overlay-background {
  opacity: 0;
  background-color: rgba(232, 81, 28, 0.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.places-block {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.places-block:hover {
  background-color: #E8511C;
  color: #FFF;
}
.places-block:hover .uk-overlay-background {
  opacity: 1;
}
.places-block:hover .places-title,
.places-block:hover .places-dtl p,
.places-block:hover .places-dtl a {
  color: #FFF;
}

@media (max-width: 992px) {
  .places-dtl {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .places-dtl {
    padding-top: 35px;
  }
}
/* ================================= */
/*===== Packages =====*/
/* ================================= */
.packages-main-block {
  position: relative;
  padding: 100px 0;
  background-color: #F7F7F7;
}
.packages-main-block .section {
  margin-bottom: 70px;
}
.packages-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.packages-img {
  padding: 5px;
}
.packages-img img {
  width: 100%;
}

.packages-block {
  background-color: #FFF;
}

.packages-dtl {
  padding: 50px 20px 50px 0;
}
.packages-dtl p {
  padding-bottom: 20px;
}

.packages-heading {
  text-transform: uppercase;
  padding-bottom: 5px;
}

.packages-loc {
  padding-bottom: 20px;
  color: #FA9600;
  text-transform: uppercase;
}

.packages-rating {
  padding-bottom: 15px;
}
.packages-rating li {
  display: inline-block;
}

.packages-price {
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ================================= */
/*===== Blog =====*/
/* ================================= */
.blog-main-block {
  padding: 100px 0;
}
.blog-main-block .section {
  margin-bottom: 70px;
}
.blog-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.blog-block {
  position: relative;
  outline: 5px solid #F3F3F3;
  background-color: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#3A3A3A)";
  -moz-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#3A3A3A);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-block .uk-overlay-background {
  opacity: 0;
  background-color: rgba(232, 81, 28, 0.6);
}
.blog-block i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.blog-block:hover {
  box-shadow: none;
}
.blog-block:hover .uk-overlay-background {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-block:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-block:hover .post-dtl {
  border-color: #FA9600;
}
.blog-block:after {
  position: absolute;
  width: 102.7%;
  height: 5px;
  bottom: -5px;
  right: 0;
  left: -5px;
  background-color: #FA9600;
  content: '';
}

.post-date {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.post-date a {
  color: #363636;
}
.post-date a:hover {
  color: #FA9600;
}
.post-date:after {
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -7px;
  left: 0;
  content: "";
  background: #363636;
}

.blog-img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.blog-img img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-dtl {
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-dtl p {
  padding-bottom: 15px;
}

.tag {
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363636;
}
.tag:hover {
  color: #FA9600;
}

.post-title a {
  color: #363636;
  text-transform: none;
}
.post-title a:hover {
  color: #FA9600;
}

@media (max-width: 992px) {
  .blog-main-block {
    padding-bottom: 50px;
  }

  .blog-block {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Newsletter =====*/
/* ================================= */
.newsletter-main-block {
  position: relative;
  padding: 150px 0;
}
.newsletter-main-block .uk-container {
  position: relative;
  padding: 0 200px;
}
.newsletter-main-block .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.8);
}
.newsletter-main-block p {
  padding-top: 30px;
  color: #FFF;
  font-size: 18px;
}

.newsletter-heading {
  padding-bottom: 40px;
  color: #FFF;
}

.newsletter-form input {
  width: 100%;
  height: 50px !important;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.newsletter-form input:hover, .newsletter-form input:focus {
  border-color: transparent !important;
  background: #FFF !important;
  outline: none;
}
.newsletter-form .uk-button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  transform: translateX(-20px);
  text-transform: uppercase;
}
.newsletter-form .form-control::-webkit-input-placeholder {
  padding-left: 20px;
  color: #blacklg !important;
}
.newsletter-form .form-control::-moz-placeholder {
  padding-left: 20px;
  color: #blacklg !important;
}
.newsletter-form .form-control::-ms-input-placeholder {
  padding-left: 20px;
  color: #blacklg !important;
}
.newsletter-form .form-control::-o-input-placeholder {
  padding-left: 20px;
  color: #blacklg !important;
}

@media (max-width: 992px) {
  .newsletter-main-block .uk-container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .newsletter-main-block .uk-container {
    padding: 0 25px;
  }
  .newsletter-main-block input,
  .newsletter-main-block .uk-button {
    border-radius: 0;
    transform: translateX(0);
  }

  .newsletter-heading {
    font-size: 30px;
  }
}
/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding-top: 100px;
}

.footer-block {
  padding-bottom: 85px;
}

.footer-logo {
  margin-bottom: 50px;
}

.widget-heading {
  padding-bottom: 10px;
}

.copyright-block {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px !important;
  }

  .footer-block {
    padding-bottom: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
