/*=========================
Template Name: Amber - A Apersonal Portfolio Template.
Author: Westilian - themicus
Author URI: http://themeforest.net/user/themicus
===========================*/
/*
=======================================================================
[Table of contents]
=========================================================================

01. COMMON STYLES
02. PLUGINS
03. BACKGROUND  
04. HEADER  
05. PAGE HEADER   
06. SLIDER
07. ABOUT
08. EXPERIENCES
09. EDUCATION
10. PORTFOLIO
11. TESTIMONIAL
12. BLOG
13. CONTACT
14. FOOTER 

*/
/*---------------------------------------
COMMON STYLES            
-----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.section_title h2 {
  color: #474747;
  font-size: 24px;
  font-family: "PT Mono";
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  background-color: #ffd740;
  padding: 10px 20px;
  letter-spacing: 3px;
  line-height: 30px;
  position: relative;
}

.section_title h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  bottom: -20px;
  border-top: 30px solid #ffd740;
  border-right: 20px solid transparent;
}

.section_title_two h2 {
  color: #474747;
  font-size: 24px;
  font-family: "PT Mono";
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  background-color: #ffd740;
  padding: 10px 20px;
  letter-spacing: 3px;
  line-height: 30px;
  position: relative;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
}

.section_title_two h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  bottom: -20px;
  border-top: 30px solid #ffd740;
  border-right: 20px solid transparent;
}

.fixed {
  background-attachment: fixed;
}

body {
  font-family: "Merriweather", serif;
}

a, a:focus {
  outline: 0 !important;
}

html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.btn_one, .btn_two, .btn_two:active, .btn_two:focus, .btn_two:visited, .btn_one:active, .btn_two:active, .btn_one:focus, .btn_two:focus, .btn_one:visited, .btn_two:visited {
  color: #ffd740;
  font-size: 14px;
  font-family: "PT Mono";
  height: 40px;
  width: 140px;
  border: 1px solid #ffd740;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  outline: 0 !important;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_one:hover, .btn_two:hover {
  background-color: #ffd740;
  color: #474747;
}

.btn_two, .btn_two:active, .btn_two:focus, .btn_two:visited {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_two:hover {
  background-color: transparent;
  border-color: #ffd740;
  color: #ffd740;
}

.btn_three, .btn_four, .btn_four:active, .btn_four:focus, .btn_four:visited, .btn_five, .btn_five:active, .btn_five:focus, .btn_five:visited, .btn_three:active, .btn_four:active, .btn_five:active, .btn_three:focus, .btn_four:focus, .btn_five:focus, .btn_three:visited, .btn_four:visited, .btn_five:visited {
  color: #474747;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffd740;
  box-shadow: none;
  outline: 0 !important;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 12px 20px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_three:hover, .btn_four:hover, .btn_five:hover {
  background-color: #474747;
  color: #ffd740;
}

.btn_four, .btn_four:active, .btn_four:focus, .btn_four:visited {
  padding: 12px 40px;
  font-size: 14px;
}

.btn_five, .btn_five:active, .btn_five:focus, .btn_five:visited {
  padding: 12px 40px;
  width: 100%;
  font-size: 14px;
}

.stroke:hover {
  background-color: transparent;
  border: 1px solid #ffd740;
}

.col-3 {
  width: 33.3333333%;
}

.lt_padding {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 768px) {
  .lt_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

nav {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav #menuzord {
  background-color: transparent;
}

nav #menuzord .menuzord-brand {
  margin-top: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav #menuzord .menuzord-menu li a {
  color: #fff;
  padding-top: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.scroll_nav {
  background-color: #474747;
}

nav.scroll_nav #menuzord .menuzord-brand {
  margin-top: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.scroll_nav #menuzord .menuzord-menu li a {
  color: #fff;
  padding-top: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.secondary_nav {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.secondary_nav .logo {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.secondary_nav.scroll_nav_2 {
  background-color: #474747;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.secondary_nav.scroll_nav_2 .logo {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.secondary_nav.scroll_nav_2 #nav-toogle {
  top: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.right-full-menu {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.right-full-menu .right-menu-item {
  position: fixed;
  top: 0;
  right: 0;
  width: 370px;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease-in-out;
  padding-left: 40px;
  z-index: 12;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: right bottom;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item {
    width: 300px;
  }
}

@media (max-width: 400px) {
  .right-full-menu .right-menu-item {
    width: 80%;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: right bottom;
  padding-left: 50px;
  padding-right: 50px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo {
  padding-top: 50px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo a {
  display: block;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo {
    display: none;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
  padding-top: 50px;
  padding-bottom: 150px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  padding: 10px 0px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a:hover {
  color: #ffd740;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
    font-size: 12px;
    padding: 8px 0px;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li.active a {
  color: #ffd740;
}

@media (max-width: 1400px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li {
  display: inline;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a {
  display: inline-block;
  padding: 15px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a i {
  font-size: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box {
    display: none;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p {
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p a {
  color: #ffd740;
  text-decoration: none;
}

.right-full-menu .right-menu-item.menu_show {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease-in-out;
  z-index: 15;
}

.right-full-menu.menu_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.right-full-menu.menu_show .right-menu-item {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease-in-out;
  z-index: 15;
}

#nav-toogle {
  position: absolute;
  width: 50px;
  right: 15px;
  top: 38px;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* Hamburger Menu */
  /* McButton */
}

#nav-toogle .McButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 21px;
  cursor: pointer;
  z-index: 99;
}

#nav-toogle .McButton b {
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: white;
}

#nav-toogle .McButton b:nth-child(1) {
  top: 0;
}

#nav-toogle .McButton b:nth-child(2) {
  top: 50%;
}

#nav-toogle .McButton b:nth-child(3) {
  top: 100%;
}

/*---------------------------------------
PLUGINS           
-----------------------------------------*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
Item name: Menuzord - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/*
	CONTENTS:
	
	 1 - MENU CONTAINER
		- Scrollable menu
	 2 - BRAND
	 3 - MENU
		- Right alignment
		- Menu items
		- Active/hover state
	 4 - DROPDOWN
		- Dropdown items
		- Hover state
		- Dropdown left alignment
	 5 - DROPDOWN/MEGAMENU INDICATORS
	 6 - MEGAMENU
	 7 - MEGAMENU WIDTHS
		- Half width
		- Quarter width
	 8 - GRID SYSTEM
	 9 - SHOW/HIDE BUTTON (MOBILE MODE)
		- Icon
	10 - ICONS (parent menu items)
	11 - SEARCH FIELD
		- Form
		- Input
	12 - VERTICAL TABS
	13 - COLOR SCHEMES
	14 - MOBILE MODE (RESPONSIVE MODE)
		- Menu container
		- Brand
		- Show/hide button
		- Menu
		- Dropdown
		- Dropdown items
		- Dropdown/megamenu indicators
		- Megamenu
		- Search field
*/
/* FONT
======================================*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
  background: #fff;
}

.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}

/* 2 - BRAND
======================================*/
.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}

/* 3 - MENU
======================================*/
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right;
}

/* Menu items */
.menuzord-menu > li {
  display: inline-block;
  float: left;
}

.menuzord-menu > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333;
}

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: #fff;
}

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
}

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}

/* Dropdown left alignment */
.menuzord-menu ul.dropdown.dropdown-left {
  left: none;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}

/* Quarter width */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto;
}

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px;
}

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
  margin-left: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%;
}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* Show/hide button icon */
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777;
}

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: 'FontAwesome';
}

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px;
}

/* Input */
.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}

.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px;
}

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs {
  width: 100%;
  float: left;
}

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0;
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
}

.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: solid 1px #f0f0f0;
}

.menuzord-tabs-content.active {
  display: block;
}

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #4A89DC;
}

/* green */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #37BC9B;
}

/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #E9573F;
}

/* orange */
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #ff670f;
}

/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #F6BB42;
}

/* purple */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967ADC;
}

/* pink */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #D770AD;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 768px) {
  /* Responsive menu container */
  .menuzord-responsive.menuzord {
    padding: 0;
  }
  /* Brand */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }
  /* Show/hide button */
  .menuzord-responsive .showhide {
    margin: 0;
  }
  /* Menu */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }
  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block;
  }
  /* Menu items */
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative;
  }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0;
  }
  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }
  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 40px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 50px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 70px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 90px !important;
  }
  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
  }
  /* Megamenu */
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
    margin-top: 0;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
    margin-top: 0;
  }
  /* Search field */
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important;
  }
  .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
    width: 100%;
  }
  /* Tabs */
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%;
  }
  .menuzord-responsive .menuzord-tabs-content {
    width: 100%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.preloader {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}

.la-ball-triangle-path {
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

.la-ball-triangle-path,
.la-ball-triangle-path > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffd740;
}

.la-ball-triangle-path {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-triangle-path.la-dark {
  color: #333;
}

.la-ball-triangle-path > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-triangle-path {
  width: 32px;
  height: 32px;
}

.la-ball-triangle-path > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
  -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
  -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
  -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-triangle-path.la-sm > div {
  width: 4px;
  height: 4px;
}

.la-ball-triangle-path.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-triangle-path.la-2x > div {
  width: 20px;
  height: 20px;
}

.la-ball-triangle-path.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-triangle-path.la-3x > div {
  width: 30px;
  height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}

@-moz-keyframes ball-triangle-path-ball-one {
  0% {
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}

@-o-keyframes ball-triangle-path-ball-one {
  0% {
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}

@keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}

@-webkit-keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}

@-moz-keyframes ball-triangle-path-ball-two {
  0% {
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}

@-o-keyframes ball-triangle-path-ball-two {
  0% {
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}

@keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}

@-moz-keyframes ball-triangle-path-ball-tree {
  0% {
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}

@-o-keyframes ball-triangle-path-ball-tree {
  0% {
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}

@keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17% {
    opacity: .25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  50% {
    opacity: .25;
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  83% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}

/*---------------------------------------
BACKGROUND           
-----------------------------------------*/
.header_bg {
  background-image: url(../images/bg/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.fun_facts_area {
  background-image: url(../images/bg/fun-facts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page_header {
  background-image: url(../images/bg/page-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page_header_blog_single {
  background-image: url(../images/bg/blog-single.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*---------------------------------------
HEADER         
-----------------------------------------*/
.header_top {
  padding-top: 40px;
}

.amber_hero_section {
  padding-top: 300px;
  padding-bottom: 300px;
}

.amber_hero_section .header_text h5 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 18px;
  margin: 0px;
  font-weight: 300;
}

.amber_hero_section .header_text h2 {
  color: #fff;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.amber_hero_section .header_text h2 span {
  color: #ffd740;
  font-weight: 400;
}

.amber_hero_section .header_text p {
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0px;
}

.amber_hero_section .header_text .hero_btn {
  padding-top: 35px;
}

@media (max-width: 768px) {
  .amber_hero_section .header_text h2 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .amber_hero_section .header_text h5 {
    font-size: 14px;
  }
  .amber_hero_section .header_text h2 {
    font-size: 20px;
  }
  .amber_hero_section .header_text p {
    font-size: 14px;
  }
  .amber_hero_section .header_text .hero_btn button {
    display: block;
    margin-bottom: 15px;
  }
  .amber_hero_section .header_text .hero_btn button.btn_two {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .amber_hero_section {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

/*---------------------------------------
PAGE HEADER            
-----------------------------------------*/
.page_header {
  padding-top: 200px;
  padding-bottom: 100px;
}

.page_header .inner_page_header h2 {
  color: #fff;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.page_header .inner_page_header h2 span {
  color: #ffd740;
  font-weight: 400;
}

.page_header .inner_page_header img {
  width: 115px;
}

/*---------------------------------------
SLIDER          
-----------------------------------------*/
.slider {
  position: relative;
}

.slider .carousel-inner {
  position: relative;
}

.slider .carousel-inner .item {
  background-size: cover !important;
  background-repeat: no-repeat;
}

.slider .carousel-inner .item img {
  max-width: inherit;
  max-height: inherit;
  min-height: 0px;
  min-width: 0px;
  height: 0px;
  width: 0px;
  position: relative;
  z-index: 5;
}

.slider .carousel-inner .item .header_text h5 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 18px;
  margin: 0px;
  font-weight: 300;
}

.slider .carousel-inner .item .header_text h2 {
  color: #fff;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider .carousel-inner .item .header_text h2 span {
  color: #ffd740;
  font-weight: 400;
}

.slider .carousel-inner .item .header_text p {
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0px;
}

.slider .carousel-inner .item .header_text .hero_btn {
  padding-top: 35px;
}

.slider .carousel-control {
  width: 50%;
}

.slider .carousel-control.left {
  background-image: none;
}

.slider .carousel-control.right {
  background-image: none;
}

.text_slider .carousel-inner {
  position: relative;
}

.text_slider .carousel-inner .item .header_text h5 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 18px;
  margin: 0px;
  font-weight: 300;
}

.text_slider .carousel-inner .item .header_text h2 {
  color: #fff;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text_slider .carousel-inner .item .header_text h2 span {
  color: #ffd740;
  font-weight: 400;
}

.text_slider .carousel-inner .item .header_text p {
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0px;
}

.text_slider .carousel-inner .item .header_text .hero_btn {
  padding-top: 35px;
}

.text_slider .carousel-control {
  width: 50%;
}

.text_slider .carousel-control.left {
  background-image: none;
}

.text_slider .carousel-control.right {
  background-image: none;
}

/*---------------------------------------
ABOUT            
-----------------------------------------*/
.about {
  background-color: #fff;
  padding-top: 100px;
}

.about .inner_about_area {
  padding-top: 130px;
  padding-bottom: 100px;
}

.about .inner_about_area .about_promo_area h2 {
  color: #5e5865;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
}

.about .inner_about_area .about_promo_area .about_promo p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 26px;
  margin: 0px;
}

@media (max-width: 991px) {
  .about .inner_about_area .about_promo_area {
    padding-bottom: 30px;
  }
}

.about .inner_about_area .skills_area h2 {
  color: #5e5865;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}

.about .inner_about_area .skills_area .single_progressbar {
  position: relative;
}

.about .inner_about_area .skills_area .single_progressbar .skill_text {
  position: relative;
  z-index: 1;
  top: 2px;
}

.about .inner_about_area .skills_area .single_progressbar .skill_text span {
  position: absolute;
  top: 1px;
  left: 12px;
  font-family: "PT Mono";
  font-weight: 400;
  color: #474747;
  font-size: 12px;
  text-transform: uppercase;
}

.about .inner_about_area .skills_area .single_progressbar .skill_text .skill_per {
  position: absolute;
  top: 1px;
  left: inherit;
  right: 12px;
  font-family: "PT Mono";
  font-size: 12px;
  font-weight: 400;
  color: #ffd740;
}

.about .inner_about_area .skills_area .single_progressbar .progress {
  box-shadow: none;
  border-radius: 0px;
  height: 22px;
  background-color: #474747;
  position: relative;
}

.about .inner_about_area .skills_area .single_progressbar .progress .progress-bar {
  background-color: #ffd740;
  box-shadow: none;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}

.about .download_cv {
  padding-top: 40px;
}

.fun_facts_area {
  font-family: "Lato", sans-serif;
  padding-top: 45px;
  padding-bottom: 45px;
}

.fun_facts_area .single_fun_facts i {
  font-size: 48px;
  color: #ffd740;
}

.fun_facts_area .single_fun_facts h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 15px;
}

.fun_facts_area .single_fun_facts h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

@media (max-width: 768px) {
  .fun_facts_area .single_fun_facts {
    margin-bottom: 50px;
  }
}

/*---------------------------------------
EXPERIENCES            
-----------------------------------------*/
.experiences {
  background-color: #fff;
  padding-top: 90px;
}

.experiences .inner_experiences {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  color: #383838;
  background-color: #f8f8f8;
}

a {
  color: #7b9d6f;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 100px;
  overflow: hidden;
}

.b_year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.b_year ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b_year ul li {
  color: #5e5865;
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 25px;
}

.b_year ul li.f_year {
  left: 0;
}

.b_year ul li.t_year {
  right: 0;
}

@media (max-width: 500px) {
  .b_year {
    top: 15px;
  }
  .b_year ul li {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-wrapper {
    margin: 0 45px;
  }
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 4px;
  /* width will be set using JavaScript */
  background: #b7b7b7;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #A0D8F1; /*#ffd740;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  color: #5e5865;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -29px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 0px solid #dfdfdf;
  background-color: #b7b7b7;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -21px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #5e5865;
  z-index: 2;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #5e5865;
}

.cd-horizontal-timeline .events a.selected::before {
  background-color: #5b88f6; /*#ffd740;*/
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* replace text with an icon */
  overflow: hidden;
  color: #b7b7b7;
  font-size: 36px;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cd-timeline-navigation a:hover {
  color: #ffd740;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cd-timeline-navigation a.inactive:hover {
  color: #b7b7b7;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-timeline-navigation a.prev {
  left: 0;
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  height: auto !important;
  padding-bottom: 30px;
}

.cd-horizontal-timeline .events-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events ol {
  list-style: none;
}

.cd-timeline-navigation {
  list-style: none;
  position: absolute;
  bottom: -45px;
  width: 90px;
  margin: 0 auto;
  display: block;
  left: 50%;
  margin-left: -45px;
  height: 35px;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  color: #474747;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cd-horizontal-timeline .events-content h4 {
  color: #5e5865;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0px;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 22px;
  margin-top: 30px;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*---------------------------------------
EDUCATION            
-----------------------------------------*/
.education {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
}

.education .right_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333333%;
  height: 100%;
  background-image: url(../images/bg/education.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.education .right_image .award_wrapper {
  text-align: right;
}

.education .right_image .award_wrapper .single_award {
  width: 200px;
  background-color: #454544;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  margin: 60px auto;
}

.education .right_image .award_wrapper .single_award h2 {
  color: #ffd740;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.education .right_image .award_wrapper .single_award .icon {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 70px;
  height: 70px;
  background-color: #ffd740;
}

.education .right_image .award_wrapper .single_award .icon i {
  color: #474747;
  font-size: 32px;
  line-height: 70px;
}

@media (max-width: 991px) {
  .education .right_image {
    position: relative;
    width: 100%;
  }
}

.education .education_wrapper {
  padding-top: 115px;
  padding-bottom: 60px;
}

.education .education_wrapper .single_education {
  position: relative;
  padding-left: 200px;
  margin-bottom: 40px;
}

.education .education_wrapper .single_education .right_education_desc {
  position: relative;
}

.education .education_wrapper .single_education .right_education_desc h2 {
  color: #474747;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0px;
}

.education .education_wrapper .single_education .right_education_desc h4 {
  color: #5e5865;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.education .education_wrapper .single_education .right_education_desc p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 24px;
}

.education .education_wrapper .single_education .right_education_desc:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -35px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #474747;
}

.education .education_wrapper .single_education .left_date {
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
}

.education .education_wrapper .single_education .left_date h4 {
  color: #474747;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  line-height: 22px;
  margin-top: 5px;
}

.education .education_wrapper .single_education .left_date h4 span {
  display: block;
}

@media (max-width: 400px) {
  .education .education_wrapper .single_education {
    padding-left: 0px;
  }
  .education .education_wrapper .single_education .left_date {
    position: relative;
    width: 100%;
  }
  .education .education_wrapper .single_education .left_date h4 {
    text-align: left;
  }
}

/*---------------------------------------
PORTFOLIO           
-----------------------------------------*/
.portfolio_area {
  background-color: #fff;
  padding-top: 100px;
}

.portfolio_area .inner_portfolio {
  padding-top: 140px;
}

.portfolio_area .inner_portfolio .left_portfolio_filter {
  background-color: #474747;
  padding-top: 90px;
  text-align: center;
  width: 25%;
  float: left;
  margin-top: 10px;
  min-height: 624px;
}

.portfolio_area .inner_portfolio .left_portfolio_filter h2 {
  color: #ffd740;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 0px;
}

.portfolio_area .inner_portfolio .left_portfolio_filter ul.portfolio-filter {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  list-style: none;
}

.portfolio_area .inner_portfolio .left_portfolio_filter ul.portfolio-filter li {
  margin-bottom: 15px;
}

.portfolio_area .inner_portfolio .left_portfolio_filter ul.portfolio-filter li a {
  display: inline-block;
  color: #ffd740;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 7px 10px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_area .inner_portfolio .left_portfolio_filter ul.portfolio-filter li.active a {
  border: 1px solid #ffd740;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .portfolio_area .inner_portfolio .left_portfolio_filter {
    min-height: 512px;
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .portfolio_area .inner_portfolio .left_portfolio_filter {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important;
    min-height: auto !important;
  }
}

.portfolio_area .inner_portfolio .right_portfolio_grid {
  width: 75%;
  float: left;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item {
  padding: 10px;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb {
  position: relative;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb img {
  width: 100%;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb .portfolio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 215, 64, 0.9);
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb .portfolio_overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 40px;
  margin-left: -57px;
  margin-top: -20px;
  font-family: "PT Mono";
  font-size: 14px;
  color: #ffd740;
  background-color: #474747;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb .portfolio_overlay a:active, .portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb .portfolio_overlay a:focus, .portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item .thumb .portfolio_overlay a:visited {
  outline: 0;
}

.portfolio_area .inner_portfolio .right_portfolio_grid .portfolio-item:hover .portfolio_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 991px) {
  .portfolio_area .inner_portfolio .right_portfolio_grid {
    width: 100%;
  }
}

.height_one {
  height: 240px;
}

.height_two {
  height: 480px;
}

/*---------------------------------------
TESTIMONIAL           
-----------------------------------------*/
.testimonial {
  background-color: #fff;
  padding-top: 100px;
  overflow: hidden;
}

.testimonial .inner_testimonial {
  background-color: #fff;/*#3b5998;*//*#474747;*/
  padding-bottom: 100px;
  padding-top: 100px;
}

.testimonial .inner_testimonial .carousel-indicators {
  bottom: 0px;
  left: 0px;
}

.testimonial .inner_testimonial .carousel-indicators li {
  background-color: #ffd740;
  border: 0px;
  opacity: .3;
  width: 10px;
  height: 10px;
  margin: 2px;
}

.testimonial .inner_testimonial .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 2px;
}

.testimonial .inner_testimonial .carousel-inner {
  overflow: inherit;
}

.testimonial .inner_testimonial .single_testimonial_item .t_client_image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 10px;
  margin-top: -65px;
  background-color: #474747;
}

.testimonial .inner_testimonial .single_testimonial_item .t_client_image img {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonial .inner_testimonial .single_testimonial_item .t_client_image {
    margin: -65px auto;
  }
}

.testimonial .inner_testimonial .single_testimonial_item .client_info {
  padding-top: 30px;
  padding-bottom: 55px;
}

.testimonial .inner_testimonial .single_testimonial_item .client_info h3 {
  color: #adadad;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0px;
}

.testimonial .inner_testimonial .single_testimonial_item .client_info h4 {
  color: #adadad;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .testimonial .inner_testimonial .single_testimonial_item .client_info {
    padding-top: 90px;
    text-align: center;
  }
}

.testimonial .inner_testimonial .single_testimonial_item .t_client_logo {
  padding-bottom: 50px;
}

.testimonial .inner_testimonial .single_testimonial_item .t_client_logo img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .testimonial .inner_testimonial .single_testimonial_item .t_client_logo {
    text-align: center;
    padding-bottom: 0px;
  }
}

.testimonial .inner_testimonial .single_testimonial_item .testimonial_text {
  padding-top: 70px;
}

.testimonial .inner_testimonial .single_testimonial_item .testimonial_text p {
  color: #adadad;
  font-size: 24px;
  line-height: 35px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 991px) {
  .testimonial .inner_testimonial .single_testimonial_item .testimonial_text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.testimonial .inner_testimonial .single_testimonial_item .testimonial_quote {
  padding-top: 120px;
  padding-left: 30px;
}

.testimonial .inner_testimonial .single_testimonial_item .testimonial_quote img {
  width: auto;
}

@media (max-width: 991px) {
  .testimonial .inner_testimonial .single_testimonial_item .testimonial_quote {
    display: none;
  }
}

/*---------------------------------------
BLOG         
-----------------------------------------*/
.recent_blog {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 80px;
}

.recent_blog .inner_recent_blog {
  padding-top: 100px;
}

.recent_blog .inner_recent_blog .single_recent_blog {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_title {
  padding: 30px;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_title a {
  color: #474747;
  font-family: "Lato", sans-serif;
  font-family: 400;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_title a:hover {
  color: #ffd740;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_featured_image img {
  width: 100%;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info {
  padding: 30px;
  position: relative;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info h4 {
  color: #5e5865;
  font-family: "PT Mono";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info h4 span {
  padding-left: 20px;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info h4 span a {
  text-decoration: none;
  color: #5e5865;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info h4 span a:hover {
  color: #ffd740;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info .recent_post_comment {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffd740;
  text-decoration: none;
  box-shadow: 1px 1px 1px #ebebeb;
}

.recent_blog .inner_recent_blog .single_recent_blog .recent_post_info .recent_post_comment i {
  color: #474747;
  font-size: 24px;
  text-align: center;
  display: block;
  line-height: 60px;
}

@media (max-width: 991px) {
  .recent_blog .inner_recent_blog .single_recent_blog {
    margin-bottom: 30px;
  }
}

.recent_blog .inner_recent_blog .single_recent_blog:hover {
  box-shadow: 2px 5px 6px #ebebeb;
}

.recent_blog .inner_recent_blog .recent_blog_btn {
  padding-top: 80px;
}

.blog_page_area {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.single_blog_post {
  padding-bottom: 100px;
}

.single_blog_post .featured_image img {
  width: 100%;
}

.single_blog_post .post_content h5 {
  color: #ffd740;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}

.single_blog_post .post_content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single_blog_post .post_content h2 a {
  color: #474747;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.single_blog_post .post_content .post_extra_info {
  padding-bottom: 30px;
}

.single_blog_post .post_content .post_extra_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_blog_post .post_content .post_extra_info ul li {
  display: inline-block;
  color: #a2a2a2;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.single_blog_post .post_content .post_extra_info ul li i {
  color: #5e5865;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -1px;
}

.single_blog_post .post_content .post_extra_info ul li a {
  text-decoration: none;
  color: #a2a2a2;
}

.single_blog_post .post_content .post_desc {
  padding-bottom: 23px;
}

.single_blog_post .post_content .post_desc p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 24px;
}

.pagination_area nav .pagination li a {
  background-color: #474747;
  border-radius: 0px;
  color: #a2a2a2;
  font-family: "PT Mono";
  font-weight: 400;
  padding: 20px;
  border: 0px;
  position: relative;
  height: 60px;
  line-height: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pagination_area nav .pagination li a i {
  color: #ffd740;
  font-size: 24px;
  position: absolute;
  top: 19px;
}

.pagination_area nav .pagination li a:hover {
  color: #ffd740;
}

.pagination_area nav .pagination li:first-child a {
  padding-left: 30px;
}

.pagination_area nav .pagination li:first-child a i {
  right: 0;
}

.pagination_area nav .pagination li:last-child a {
  padding-right: 30px;
}

.pagination_area nav .pagination li:last-child a i {
  left: 0;
}

.page_header_blog_single .blog_single_overlay {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 440px;
  padding-bottom: 60px;
}

.page_header_blog_single .inner_page_header_blog_single h4 {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "PT Mono";
  font-family: 400;
  text-decoration: none;
}

.page_header_blog_single .inner_page_header_blog_single h2 {
  color: #fff;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0px;
}

.page_header_blog_single .inner_page_header_blog_single .post_info_list {
  padding-top: 15px;
}

.page_header_blog_single .inner_page_header_blog_single .post_info_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_header_blog_single .inner_page_header_blog_single .post_info_list ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.page_header_blog_single .inner_page_header_blog_single .post_info_list ul li i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -1px;
}

.page_header_blog_single .inner_page_header_blog_single .post_info_list ul li a {
  text-decoration: none;
  color: #fff;
}

.blog_single_page_content p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.blog_single_page_content ul {
  list-style: none;
  margin: 0px;
  padding-left: 50px;
  margin-bottom: 25px;
}

.blog_single_page_content ul li {
  position: relative;
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 24px;
  padding-left: 20px;
}

.blog_single_page_content ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffd740;
  border-radius: 50%;
}

.blog_single_page_content blockquote {
  margin-left: 50px;
  padding: 5px 20px;
  border-left: 5px solid #ffd740;
  position: relative;
}

.blog_single_page_content blockquote:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 10px solid #ffd740;
  border-bottom: 5px solid transparent;
  margin-top: -3px;
}

.blog_single_page_content blockquote p {
  color: #5e5865;
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-family: 300;
  font-style: italic;
  line-height: 35px;
  margin-bottom: 15px;
}

.blog_single_page_content blockquote h4 {
  color: #adadad;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.blog_single_page_content .image_box {
  padding-left: 50px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .blog_single_page_content .image_box {
    padding-left: 0px;
  }
}

.blog_single_page_content .image_box h2 {
  color: #474747;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}

.blog_single_page_content .image_box .media {
  margin-top: 25px;
}

.blog_single_page_content .image_box .media .media-left {
  padding-right: 25px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .blog_single_page_content .image_box .media .media-left {
    display: block;
    padding-bottom: 20px;
  }
}

.blog_single_page_content h2 {
  color: #474747;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 50px;
}

.author_widget {
  background-color: #474747;
  padding-left: 210px;
  position: relative;
  margin-top: 110px;
}

.author_widget .author_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}

.author_widget .author_thumb img {
  width: 100%;
}

@media (max-width: 1200px) {
  .author_widget .author_thumb {
    padding-left: 30px;
    padding-top: 30px;
  }
}

.author_widget .right_author_title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.author_widget .right_author_title h2 {
  color: #474747;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffd740;
  padding: 10px 20px;
  position: relative;
}

.author_widget .right_author_title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-top: 15px solid #ffd740;
  border-right: 15px solid transparent;
}

.author_widget .right_author_title h4 {
  color: #adadad;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 42px;
  margin-bottom: 0px;
}

.author_widget .right_author_title h5 {
  color: #adadad;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}

.author_widget .right_author_desc {
  padding: 30px;
  padding-left: 0px;
}

.author_widget .right_author_desc p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0px;
}

.author_widget .right_author_desc .author_social {
  text-align: right;
  padding-top: 15px;
}

.author_widget .right_author_desc .author_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author_widget .right_author_desc .author_social ul li {
  display: inline;
}

.author_widget .right_author_desc .author_social ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  padding-bottom: 0px;
}

.author_widget .right_author_desc .author_social ul li a i {
  font-size: 14px;
  color: #7e7e7e;
}

.author_widget .right_author_desc .author_social ul li:last-child a {
  padding-right: 0px;
}

.comments_area {
  padding-top: 200px;
}

.comments_area .comment_title h2 {
  color: #474747;
  font-size: 24px;
  font-family: "PT Mono";
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  background-color: #ffd740;
  padding: 10px 20px;
  letter-spacing: 3px;
  line-height: 30px;
  position: relative;
}

.comments_area .comment_title h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  bottom: -20px;
  border-top: 30px solid #ffd740;
  border-right: 20px solid transparent;
}

.comments_area .comment_list {
  padding-top: 60px;
}

.comments_area .comment_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments_area .comment_list ul li .media {
  margin-bottom: 50px;
}

.comments_area .comment_list ul li .media .media-left {
  padding: 0px;
  position: relative;
}

.comments_area .comment_list ul li .media .media-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0px;
  height: 0px;
  border-top: 10px solid #ffd740;
  border-right: 15px solid transparent;
}

.comments_area .comment_list ul li .media .media-left img {
  width: 90px;
  height: 90px;
  border: 5px solid #ffd740;
}

.comments_area .comment_list ul li .media .media-body {
  padding-left: 40px;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 {
  margin-top: -13px;
  margin-bottom: 15px;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 a {
  color: #474747;
  font-size: 18px;
  font-weight: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 .comment_date {
  padding-left: 25px;
  margin-left: 20px;
  color: #a2a2a2;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  position: relative;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 .comment_date i {
  color: #5e5865;
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 .reply a {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.comments_area .comment_list ul li .media .media-body .comment_info h2 .reply a:hover {
  color: #5e5865;
}

.comments_area .comment_list ul li .media .media-body .comment_info p {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 22px;
}

.comments_area .comment_list ul li ul {
  padding-left: 50px;
}

.comment_form {
  padding-top: 100px;
}

.comment_form h2 {
  color: #474747;
  font-size: 24px;
  font-family: "PT Mono";
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  background-color: #ffd740;
  padding: 10px 20px;
  letter-spacing: 3px;
  line-height: 30px;
  position: relative;
}

.comment_form h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  bottom: -20px;
  border-top: 30px solid #ffd740;
  border-right: 20px solid transparent;
}

.comment_form form {
  padding-top: 100px;
}

.comment_form form .form-group .form-control, .comment_form form .form-group .form-control:active, .comment_form form .form-group .form-control:focus, .comment_form form .form-group .form-control:visited {
  border: 0px;
  border-bottom: 1px solid #adadad;
  height: 30px;
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  padding-left: 0px;
}

.comment_form form .form-group .form-control::-webkit-input-placeholder, .comment_form form .form-group .form-control:active::-webkit-input-placeholder, .comment_form form .form-group .form-control:focus::-webkit-input-placeholder, .comment_form form .form-group .form-control:visited::-webkit-input-placeholder {
  color: #adadad;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.comment_form form .form-group .form-control:-moz-placeholder, .comment_form form .form-group .form-control:active:-moz-placeholder, .comment_form form .form-group .form-control:focus:-moz-placeholder, .comment_form form .form-group .form-control:visited:-moz-placeholder {
  color: #adadad;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.comment_form form .form-group .form-control::-moz-placeholder, .comment_form form .form-group .form-control:active::-moz-placeholder, .comment_form form .form-group .form-control:focus::-moz-placeholder, .comment_form form .form-group .form-control:visited::-moz-placeholder {
  color: #adadad;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.comment_form form .form-group .form-control:-ms-input-placeholder, .comment_form form .form-group .form-control:active:-ms-input-placeholder, .comment_form form .form-group .form-control:focus:-ms-input-placeholder, .comment_form form .form-group .form-control:visited:-ms-input-placeholder {
  color: #adadad;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.comment_form form .form-group #comment_message {
  height: 50px;
  resize: none;
}

.comment_form form button {
  margin-top: 20px;
}

.sidebar {
  background-color: #474747;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar .widget {
  padding-bottom: 50px;
}

.sidebar .widget .widget_title {
  padding-bottom: 50px;
}

.sidebar .widget .widget_title h2 {
  color: #474747;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffd740;
  padding: 10px 20px;
  position: relative;
}

.sidebar .widget .widget_title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-top: 15px solid #ffd740;
  border-right: 15px solid transparent;
}

.sidebar .widget .my_desc img {
  width: 100%;
  margin-bottom: 25px;
}

.sidebar .widget .my_desc p {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}

.sidebar .widget .inner_popular_post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget .inner_popular_post ul li {
  padding-bottom: 20px;
}

.sidebar .widget .inner_popular_post ul li .media .media-left {
  padding-right: 20px;
}

.sidebar .widget .inner_popular_post ul li .media .media-body h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sidebar .widget .inner_popular_post ul li .media .media-body h4 a {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget .inner_popular_post ul li .media .media-body h4 a:hover {
  color: #ffd740;
}

.sidebar .widget .inner_popular_post ul li .media .media-body h5 {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}

.sidebar .widget .inner_popular_post ul li:last-child {
  padding-bottom: 0px;
}

.sidebar .widget .inner_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget .inner_categories ul li {
  padding-bottom: 20px;
}

.sidebar .widget .inner_categories ul li a {
  color: #a2a2a2;
  font-size: 14px;
  font-family: "PT Mono";
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget .inner_categories ul li a span {
  float: right;
  width: 40px;
  height: 20px;
  border-radius: 3px;
  color: #5e5865;
  background-color: #a2a2a2;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget .inner_categories ul li a:hover {
  color: #ffd740;
}

.sidebar .widget .inner_categories ul li a:hover span {
  background-color: #ffd740;
  color: #474747;
}

.sidebar .widget .inner_categories ul li:last-child {
  padding-bottom: 0px;
}

.sidebar .widget .inner_tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget .inner_tags ul li {
  display: inline;
}

.sidebar .widget .inner_tags ul li a {
  display: inline-block;
  background-color: transparent;
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  border: 1px solid #a2a2a2;
  border-left: 10px solid #a2a2a2;
  padding: 10px 15px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-right: 18px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget .inner_tags ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 9px solid #474747;
  border-bottom: 5px solid transparent;
  top: 14px;
  left: -10px;
}

.sidebar .widget .inner_tags ul li a:hover {
  color: #ffd740;
  border: 1px solid #ffd740;
  border-left: 10px solid #ffd740;
}

.sidebar .widget .inner_subscribe form .form-group {
  margin-bottom: 20px;
}

.sidebar .widget .inner_subscribe form .form-group .form-control, .sidebar .widget .inner_subscribe form .form-group .form-control:focus, .sidebar .widget .inner_subscribe form .form-group .form-control:active, .sidebar .widget .inner_subscribe form .form-group .form-control:visited {
  height: 40px;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #ffd740;
  box-shadow: none;
  outline: 0;
}

.sidebar .widget .inner_subscribe form .form-group .form-control::-webkit-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:focus::-webkit-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:active::-webkit-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:visited::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sidebar .widget .inner_subscribe form .form-group .form-control:-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:focus:-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:active:-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:visited:-moz-placeholder {
  color: #a2a2a2;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sidebar .widget .inner_subscribe form .form-group .form-control::-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:focus::-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:active::-moz-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:visited::-moz-placeholder {
  color: #a2a2a2;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sidebar .widget .inner_subscribe form .form-group .form-control:-ms-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:focus:-ms-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:active:-ms-input-placeholder, .sidebar .widget .inner_subscribe form .form-group .form-control:visited:-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

/*---------------------------------------
CONTACT           
-----------------------------------------*/
.contact_area {
  overflow: hidden;
  position: relative;
  background-color: #474747;
}

.contact_area .map_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.contact_area .map_area #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact_area .map_area {
    position: relative;
    width: 100%;
    height: 300px;
  }
}

.contact_area .contact_information {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact_area .contact_information .left_address .contact_address {
  padding-top: 60px;
}

.contact_area .contact_information .left_address .contact_address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_area .contact_information .left_address .contact_address ul li {
  color: #adadad;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  padding-bottom: 20px;
}

.contact_area .contact_information .left_address .contact_address ul li i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.contact_area .contact_information .contact_form {
  padding-top: 100px;
}

.contact_area .contact_information .contact_form form .form-group {
  margin-bottom: 25px;
}

.contact_area .contact_information .contact_form form .form-group .form-control {
  color: #fff;
  height: 25px;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border-radius: 0px;
  border-bottom: 1px solid #adadad;
  padding-left: 0px;
}

.contact_area .contact_information .contact_form form .form-group .form-control::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}

.contact_area .contact_information .contact_form form .form-group .form-control:-moz-placeholder {
  color: #adadad;
  font-size: 14px;
}

.contact_area .contact_information .contact_form form .form-group .form-control::-moz-placeholder {
  color: #adadad;
  font-size: 14px;
}

.contact_area .contact_information .contact_form form .form-group .form-control:-ms-input-placeholder {
  color: #adadad;
  font-size: 14px;
}

.contact_area .contact_information .contact_form form .form-group .form-control#Message {
  height: 40px;
  resize: none;
}

/*---------------------------------------
FOOTER           
-----------------------------------------*/
footer {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .copyright p {
  color: #5e5865;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
}

footer .footer_social {
  text-align: right;
}

footer .footer_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer_social ul li {
  display: inline;
}

footer .footer_social ul li a {
  display: inline-block;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer_social ul li a i {
  color: #9b989f;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer_social ul li a.facebook:hover i {
  color: #3b5998;
}

footer .footer_social ul li a.twitter:hover i {
  color: #55acee;
}

footer .footer_social ul li a.dribble:hover i {
  color: #ea4c89;
}

footer .footer_social ul li a.linkedin:hover i {
  color: #007bb5;
}

footer .footer_social ul li:last-child a {
  padding-right: 0px;
}
