/* =======================================================================
HIKARI - ONE PAGE PARALLAX
======================================================================= */

/*

    1. TYPOGRAPHY
    2. GLOBAL STYLES
    3. HEADER
    4. NAVGITION
    5. ABOUT
    6. SKILLS
    7. SERVICES
    8. WORK
    9. WORK WITH US
    10. PRICE
    11. WHY CHOOSE US
    12. TESTIMONIALS
    13. CLIENTS
    14. BLOG
    15. CONTACT
    16. FOOTER
    17. CONTACT PAGE   

*/

/*---------------------------------------
  1. TYPOGRAPHY                
-----------------------------------------*/
  
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');

/* --------------------------------------
  2. GLOBAL STYLES
-----------------------------------------*/
body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #1c1c1c;
}
ul,ol {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	color:#1c1c1c;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
p,span,h1,h2,h3,h4,h5,a {
  margin:0;
  letter-spacing: 0.5px;
  line-height: 27px;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
	clear:both;
}
.sections {
  padding: 120px 0;
  position: relative;
}
.s-title {
  text-align: center;
  position: relative;
  padding: 0 15px;
  float: none;
  margin: 0 auto;
  margin-bottom: 120px;
}
.s-title h5 {
  color: #bbb;
  opacity: 0.20;
  font-size: 200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
  text-transform: uppercase;
}
.s-title h4,
.s-title p {
  z-index: 2;
  position: relative;
}
.s-title h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.s-title p {
  color: #6f6f6f;
}
.divider {
  height: 1.5px;
  width: 75px;
  background-color: #FFF;
  margin: 25px auto;
}

/* PRELOADER */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9999999999999
}
.load-circle {
  margin: 45vh auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  border-top: 2px solid #212121;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

/*---------------------------------------
  3. HEADER                
-----------------------------------------*/
.s-header {
  background: url('http://via.placeholder.com/1350x750');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: hidden!important;
}
.s-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
}
.s-header .middle-c {
  color: #FFF;
  position: absolute;
  width: 100%;
  top: 49.5%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 1;
}
.s-header .middle-c .capt {
  margin: 0 auto;
  margin-top: 50px;
  float: left;
  text-align: left;
}
.s-header .middle-c .capt h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 30px;
}
.s-header .capt a {
  color: #FFF;
  margin: 10px 10px 10px 0;
}
.s-header .capt .cta-btn {
  display: inline-block;
  font-size: 11px;
  padding: 11px 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 600;
}
.s-header .capt .cta-btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.s-header .capt .text-btn {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  margin-left: 15px;
}
.s-header .capt .text-btn:before {
  content: '';
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  z-index: 2;
}
.s-header .capt .text-btn:after {
  content: '';
  width: 100%;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.5px;
  z-index: 1;
}
.s-header .capt .text-btn:hover::before {
  width: 100%;
}
.sheader-shape {
  bottom: -10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}
.sheader-shape img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

/* --------------------------------------
  4. NAVGITION
-----------------------------------------*/
.navbar {
  background-color: transparent;
  border-color: transparent;
  padding: 20px 0 30px;
  background: 0 0;
  border: none;
  border-radius: 0;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar .navbar-nav>li {
  font-size: 16px;
  margin: 30px 23px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.navbar .navbar-nav>li:last-child {
  margin-right:14px;
}
.navbar .navbar-nav>li>a {
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav>li>a:focus {
  background: transparent;
}
.navbar .navbar-nav>li>a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
.navbar .navbar-nav > li > a {
  padding-bottom: 20px;
}
.navbar .nav li > a {
  position: relative;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 40px;
  clear: both;
  color: #323232;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
  background: transparent;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
  background: #efefef;
}
.leftauto {
  right: 0 !important;
  left: auto !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  padding-top: 16px;
  margin-left: 0;
}
.navbar .logo {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.5px;
  padding-top: 15px;
}
.navbar .logo .dark-logo {
  display: none;
}
.navbar .logo .white-logo {
  display: block;
}
.navbar .logo, .navbar .logo:focus, .navbar .logo:hover {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
}
.fixed {
  background: #FFF;
  padding:0;
  position: fixed;
  -webkit-box-shadow: 0 0 13px #ddd;
  -moz-box-shadow: 0 0 13px #ddd;
  -o-box-shadow: 0 0 13px #ddd;
  -ms-box-shadow: 0 0 13px #ddd;
  box-shadow: 0 0 13px #ddd;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  z-index: 999;
}
.fixed .navbar-nav>li>a {
  color: #555;
}
.fixed .navbar-nav>li>a:hover {
  color: #555;
  opacity: 0.7;
}
.fixed .navbar-nav>li>.dropdown-menu {
  margin-top: 9px;
}
.fixed .navbar-nav>li {
  margin: 30px 23px 10px 23px;
}
.fixed .logo {
  padding-top: 25px;
}
.fixed .logo .white-logo {
  display: none;
}
.fixed .logo .dark-logo {
  display: block;
}
.navbar-toggle .icon-bar {
  background: #FFF;
}

/* --------------------------------------
  5. ABOUT
-----------------------------------------*/
.about .ab-content h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.about .ab-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0 40px 0;
}
.about .ab-content p {
  font-size: 15px;
  color: #555;
}
.about .ab-content .facts {
  margin-top: 50px;
}
.about .ab-content .facts .fact-item {
  padding-left: 0;
}
.about .ab-content .facts .fact-item .icon,
.about .ab-content .facts .fact-item i {
  font-size: 35px;
  margin-bottom: 25px;
}
.about .ab-content .facts .fact-item .count {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #555;
}
.about .ab-content .facts .fact-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

/* --------------------------------------
  6. SKILLS
-----------------------------------------*/
.skills {
  background: #1c1c1c;
}
.skills li span {
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 12.5px;
  text-transform: uppercase;
}
.skills .skillsbar:first-child {
  padding-right: 30px;
}
.skills .skillsbar:last-child {
  padding-left: 30px;
}
.skills .skills-left {
  padding: 0 30px 0 0;
}
.skills .skills-right {
  padding: 0 0 0 30px;
}
.skills .skills-bottom {
  padding: 30px 0 0 0;
}
.skills li {
  margin-bottom: 30px;
}
.skills li:last-child {
  margin-bottom: 0;
}
.skills li .progress-bar {
  position: relative;
  background: 0 0;
  box-shadow: none;
}
.skills li .progress {
  position: relative;
  background: 0 0;
  height: 30px;
  box-shadow: none;
  margin-bottom: 0;
}
.skills li .progress, .skills-background {
  border: none;
}
.skills li .progress::before {
  position: absolute;
  background: #dcdcdc;
}
.skills li .progress-bar::before {
  position: absolute;
  -webkit-transition: ease-out .7s;
  -moz-transition: ease-out .7s;
  -o-transition: ease-out .7s;
  transition: ease-out .7s;
}
.skills li .progress-bar::before,
.progress::before {
  content: '';
  top: 50%;
  width: 100%;
  height: 6px;
  left: 0;
}
.skills li .progress-bar span {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 3px 8px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
}

/* --------------------------------------
  7. SERVICES
-----------------------------------------*/
.services {
  padding: 120px 0 90px 0;
}
.services .serv-cont {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 60px 50px;
  position: relative;
  margin-bottom: 30px;
}
.services .serv-cont:after {
  content: '';
  position: absolute;
   width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.services .serv-cont:hover::after {
  opacity: 1;
}
.services .serv-cont .icon,
.services .serv-cont i,
.services .serv-cont h3,
.services .serv-cont p {
  position: relative;
  z-index: 2;
}
.services .serv-cont:hover .icon,
.services .serv-cont:hover i,
.services .serv-cont:hover h3,
.services .serv-cont:hover p {
  color: #FFF;
}
.services .serv-box .icon,
.services .serv-box i {
  font-size: 40px;
}
.services .serv-box h3 {
  margin: 30px 0 20px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.services .serv-box p {
  font-weight: 400;
  font-size: 13px;
  color: #585858;
}

/* --------------------------------------
  8. WORK
-----------------------------------------*/
.work {
  background: #f7f7f7;
}
.work {
  padding: 120px 0 110px 0;
}
.work .filter-work {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.work .filter-work a {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #555;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 1.5px;
  letter-spacing: 1.5px;
  -webkit-transition: ease-out .2s;
  -moz-transition: ease-out .2s;
  -o-transition: ease-out .2s;
  transition: ease-out .2s;
  padding: 7px 16px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-weight: 400;
}
.work .filter-work a:first-child {
  padding-left: 22px;
  border-radius: 100px 0 0 100px;
}
.work .filter-work a:last-child {
  padding-right: 22px;
  border-radius: 0 100px 100px 0;
}
.work .filter-work .is-checked {
  color: #FFF;
}
.work .work-item {
  padding: 0 0px 10px 14px;
  width: 33%;
}
.work .work-caption {
  position: relative;
}
.work .work-caption img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.work .work-caption .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.work .work-caption .overlay:focus {
  outline: none;
}
.work .work-caption .overlay span {
  color: #FFF;
}
.work .work-item:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.work .work-caption .info-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
}
.work .work-caption .info-content h4 {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.work .work-caption .info-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #dadada;
  font-style: italic;
}
.work .work-caption:focus,
.work .work-item:focus, 
.work .work-caption img:focus,
.work .work-caption a:focus {
  outline: none;
}
.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 640px;
  margin: 0 auto;
}
.white-popup div {
  padding: 30px;
  text-align: center;
}
.white-popup div h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16.5px;
  font-weight: 600;
  color: #000;
}
.white-popup div p {
  font-size: 14px;
  text-align: left;
  line-height: 27px;
}
.white-popup img {
  width: 100%;
  height: auto;
}
.mfp-close {
  left: 0;
}
.mfp-close:hover {
  color: #FFF;
}
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

/* --------------------------------------
  9. WORK WITH US
-----------------------------------------*/
.work-us {
  background: url('http://via.placeholder.com/1350x750');
  color: #FFF;
  text-align: center;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.work-us h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.work-us h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 45px;
  margin: 25px 15px 35px 15px;
}
.work-us a {
  display: inline-block;
  font-size: 13.5px;
  padding: 13px 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212121;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 600;
  background: #FFF;
}
.work-us a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

/* --------------------------------------
  10. PRICE
-----------------------------------------*/
.price {
  background-color: #f7f7f7;
}
.price-table .item {
  background: #FFF;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.price .item .type {
  margin: 0 0 50px;
}
.price .item .type h5 {
  font-size: 25px;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.price .item .mount {
  margin: 0 0 50px;
}
.price .item .mount h3 {
  font-size: 55px;
  font-family: 'Poppins', sans-serif;
}
.price .item .mount h3 span {
  font-size: 25px;
  font-weight: 400;
  padding-right: 5px;
}
.price .item .features {
  margin: 0 0 50px;
  width: 100%;
}
.price .item .features p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #6f6f6f;
  font-size: 14px;
}
.price .item .features p:last-child {
  border-width: 0;
  margin-bottom: 0;
}
.price .item .order a {
  width: 90%;
  color: #333;
  display: inline-block;
  font-size: 12px;
  padding: 9px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 400;
}
.price .best .item {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.price .best .order a {
  color: #FFF;
}
.price .best .item a {
  color: #FFF;
}
.price .best .item a:hover {
  color: #FFF;
}
.price .order a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

/* --------------------------------------
  11. WHY CHOOSE US
-----------------------------------------*/
.why-us .why-pic {
  padding-right: 40px;
}
.why-us .why-con h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 35px;
}
.why-us .why-con p {
  font-size: 13.5px;
  margin: 30px 0;
}
.why-us .why-con .whyus-feat p {
  margin: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.why-us .why-con .whyus-feat p:last-child {
  margin-bottom: 0;
}
.why-us .why-con .whyus-feat .icon,
.why-us .why-con .whyus-feat i {
  font-size: 20px;
  margin-right: 7px;
  position: absolute;
  left: 0;
}

/* --------------------------------------
  12. TESTIMONIALS
-----------------------------------------*/
.testimonials {
  background-image: url('http://via.placeholder.com/1600x800');
  background-color: rgba(0,0,0,.85);
  background-blend-mode: overlay;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.testimonials .s-title h5 {
  color: rgba(255,255,255,0.3);
}
.testimonials .s-title h4 {
  color: #fff;
}
.testimonials .icon {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 45px;
  color: #fff;
}
.testimonial-box {
  margin: 0 auto;
  float: none;
  padding-left: 30px;
  text-align: center;
}
.testimonial-box p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px; 
  margin-bottom: 35px;
  letter-spacing: 1.5px;
}
.testimonial-box h3 {
  letter-spacing: 3px;
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 45px;
}
.t-item .testimonial-box h3 span {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  text-transform: none;
  letter-spacing: .5px;
  color: #AAB2BD;
  font-size: 13px;
}
.t-item .testimonial-box h3 span:before {
  content: '-';
  padding: 0 7px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  background: transparent !important;
  border:2px solid #fff !important;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

/* --------------------------------------
  13. CLIENTS
-----------------------------------------*/
.clients {
  background-color: #f7f7f7;
}
.clients .owl-carousel {
  padding: 0 15px;
}

/* --------------------------------------
  14. BLOG
-----------------------------------------*/
.blog {
  padding: 120px 0 90px 0;
}
.blog-item {
  color: #212121;
  padding: 45px;
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.blog-item:hover a,
.blog-item:hover {
  background: #252525;
  color: #FFF;
}
.blog-item .post-meta {
  font-size: 12px;
  font-weight: 400;
}
.blog-item .post-meta ul li {
  margin-right: 10px;
  display: inline-block;
  font-style: italic;
}
.blog-item .post-meta ul li i {
  padding-right: 2px;
}
.blog-item .post-title {
  margin: 20px 0;
}
.blog-item .post-title a {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-item .post-title h3 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.blog-item .post-content p {
  color: #555;
  font-size: 14px;
}
.blog-item:hover p {
  color: #AAB2BD;
}

/* --------------------------------------
  15. CONTACT
-----------------------------------------*/
.contact {
  background-color: #1c1c1c;
}
.contact .s-title h4 {
  color: #FFF;
}
.contact .s-title h5 {
  opacity: 0.15;
}
.contact .s-title p {
  color: #bbb;
}
.contact-info {
  margin-bottom: 80px;
  text-align: center;
}
.contact .item i,
.contact .item .icon {
  font-size: 35px;
  margin-bottom: 20px;
}
.contact .item h5 {
  font-size: 13px;
  margin-top: 2.5px;
  color: #FFF;
}
.contact-form {
  padding: 0;
}
.contact-form span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact-form textarea,
.contact-form input {
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #191919;
  border: 1px solid #191919;
  color: #FFF;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.contact-item {
  margin-bottom: 30px;
}
.contact-item input:focus,
.contact-item textarea:focus {
  outline: none;
}
.contact-item .button {
  width: 100%;
  padding: 13px 60px;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 600; 
  margin-bottom: 0;
  font-size: 15px;
  color: #FFF;
}
.contact-item .button:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.contact-item .parsley-required {
  color: #a94442;
  float: left;
  margin: 7px 0 0 0;
}
.parsley-type { 
  color: #a94442;
  float: left;
  margin: 7px 0 0 0;
}
.contact-item:last-child {
  margin-bottom: 0;
}
#map{
  height: 500px;
  position: relative;
}

/* --------------------------------------
  16. FOOTER
-----------------------------------------*/
footer {
  text-align: center;
}
footer .sc-icon span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #FFF;
  background: #171717;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 7px;
}
.sub-footer {
  text-align: center;
  padding: 20px 0 0 0;
  margin-top: 25px;
}
.sub-footer span {
  font-weight: 400;
}
footer .sc-icon span:hover {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  color: #FFF;
}

/*---------------------------------------
  17. CONTACT PAGE                
-----------------------------------------*/
.contact-p {
  background: #fafafa;
}
.contact-f {
  float: none;
  text-align: center;
  background: #FFF;
  margin: 80px auto;
  padding: 60px 30px;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.contact-f h3 {
  font-size: 19px;
  margin-top: 30px;
}
.contact-success i {
  color: #8cc152;
}
.contact-nosuccess i {
  color: #e9573f;
}
.footer .f-co a {
  color: #232323;
}
