/*
    Css Table of Content
    --------------------------
    ** Navbar
    --------------------------
    ** Header
    --------------------------
    ** About
    --------------------------
    ** Features
    --------------------------
    ** Product 
    --------------------------
    ** Subscription
    --------------------------
    ** Testimonial 
    --------------------------
    ** Faq 
    --------------------------
    --------------------------
    ** Contact 
    --------------------------
    ** Sidebar 
    --------------------------
    ** Footer 
    --------------------------
    ** Blog Page 
    --------------------------
    ** Blog Details 
    --------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:400,500,600,700");
/*---------------------------
** Global Scss
---------------------------*/
.remove-col-padding {
  padding: 0; }

.remove-col-padding-right {
  padding-right: 0; }

.remove-col-padding-left {
  padding-left: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

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

.padding-top-50 {
  padding-top: 50px; }

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

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

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

.margin-top-10 {
  margin-top: 10px; }

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

.margin-top-30 {
  margin-top: 30px; }

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

.margin-top-50 {
  margin-top: 50px; }

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

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

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

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

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

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-top-100 {
  margin-bottom: 100px; }

.margin-top-120 {
  margin-top: 120px; }

.padding-left-0 {
  padding-left: 0px !important; }

.section-subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #18ba60;
  font-weight: 700; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  font-size: 30px; }

.gray-bg {
  background-color: #f7f7f7; }

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1; }
  .video-play-btn:hover {
    color: #313131; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: 202px;
  background-color: #333333;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .boxed-btn:hover {
    color: #fff;
    background-color: #333333; }
  .boxed-btn.btn-rounded {
    border-radius: 30px; }
  .boxed-btn.blank {
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333; }
    .boxed-btn.blank:hover {
      background-color: #333333;
      color: #fff; }
  .boxed-btn.black {
    border: none;
    color: #fff;
    background-color: #333333; }
    .boxed-btn.black:hover {
      background-color: #333333;
      color: #fff; }

.section-title {
  text-align: center;
  margin-bottom: 57px; }
  .section-title .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #333333; }
  .section-title p {
    font-size: 14px;
    color: #777777;
    max-width: 520px;
    line-height: 24px;
    margin: 0 auto; }

.c-white {
  color: #fff; }

.c-red {
  color: #333333; }

.bg-red {
  background-color: #333333; }

.c-green {
  color: #00cf92; }

.submit-btn {
  width: 200px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333333;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }
  .submit-btn.btn-rounded {
    border-radius: 30px; }
  .submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px; }
  .submit-btn:focus {
    outline: none; }

.section-title-inner {
  text-align: center;
  margin-bottom: 45px; }
  .section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    display: block; }
  .section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px; }

.form-element.margin-bottom-30 {
  margin-bottom: 27px; }

.form-element label {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px; }
  .form-element label span {
    color: #BE1F27; }

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-icon {
  position: relative;
  display: block; }
  .has-icon.textarea .the-icon {
    top: 25px; }
  .has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #7c7c90; }

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (max-width: 991px) {
  .row.reorder-sm {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-sm > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7c7c90; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7c7c90; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7c7c90; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7c7c90; }
  .input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.1); }
    .input-field.borderd:focus {
      border: 2px solid rgba(0, 0, 0, 0.1); }
  .input-field.textarea {
    min-height: 120px;
    padding: 20px 30px;
    resize: none; }
  .input-field.error {
    border: 1px solid #333333; }
    .input-field.error::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #333333; }
    .input-field.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333333; }
    .input-field.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333333; }
    .input-field.error:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #333333; }
    .input-field.error:focus {
      border-color: #333333; }

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content .title {
  display: none; }

.email-success {
  display: block;
  width: 100%; }

.checkbox-element {
  display: inline-block; }

.checkbox-wrapper {
  display: inline-block; }

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .checkbox-inner input:checked ~ .checkmark {
    background-color: transparent; }
  .checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-inner input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.table-responsive {
  display: table; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
  position: relative;
  z-index: 0;
  padding: 110px 0 120px 0;
  background-color: #1f2732; }
  .breadcrumb-area .page-title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px; }
  .breadcrumb-area .page-navigation {
    font-size: 18px;
    line-height: 20px;
    color: #333333; }
    .breadcrumb-area .page-navigation a {
      color: #fff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .breadcrumb-area .page-navigation a:hover {
        color: #333333; }
  .breadcrumb-area.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center; }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff; }
  .preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px; }

.sk-circle {
  width: 80px;
  height: 80px;
  position: relative;
  display: block; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

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

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

@-webkit-keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0); }
  30% {
    clip: rect(0, 80px, 20px, 0); }
  50% {
    clip: rect(0, 80px, 20px, 0); }
  80% {
    clip: rect(0, 80px, 20px, 80px); }
  100% {
    clip: rect(0, 80px, 20px, 80px); } }

@keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0); }
  30% {
    clip: rect(0, 80px, 20px, 0); }
  50% {
    clip: rect(0, 80px, 20px, 0); }
  80% {
    clip: rect(0, 80px, 20px, 80px); }
  100% {
    clip: rect(0, 80px, 20px, 80px); } }

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

@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*====================
** Normalize
====================*/
html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #777777;
  overflow-x: hidden; }

h1 {
  font-size: 72px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 32px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
  font-family: "Montserrat", serif; }

p {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #333333;
  text-decoration: none; }

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

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

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

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block; }

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #333333;
  padding: 0; }
  .navbar-area.navbar-light-color {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); }
    .navbar-area.navbar-light-color.nav-fixed {
      background-color: #fff; }
    .navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item.active .nav-link {
      color: #333333; }
    .navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #333333; }
  .navbar-area.nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background-color: #333333; }
  .navbar-area .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
    .navbar-area .navbar-collapse .navbar-nav .nav-item {
      display: inline-block;
      font-size: 14px;
      line-height: 63px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 20px 10px;
      position: relative; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item.navbar-btn-wrapper {
        padding-top: 30px; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {
        padding-left: 0; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
        padding: 0;
        border-radius: 0;
        margin: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
          font-size: 14px;
          font-weight: 700;
          color: #8e96a0;
          padding: 0px 20px;
          line-height: 50px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
            background-color: #333333;
            color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
          padding: 0;
          border-radius: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
            font-size: 14px;
            font-weight: 700;
            color: #8e96a0;
            padding: 0px 20px;
            line-height: 50px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
              background-color: #333333;
              color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
        padding-right: 0; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #e5e5e5;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn {
          border: 1px solid #333333;
          width: 160px;
          height: 50px;
          border-radius: 25px; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn:hover {
            background-color: #333333;
            color: #fff; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
          padding-left: 0; }

/*------------------------------
    Header Area
------------------------------*/
.header-area-outer .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  background-color: #3a3a3a;
  color: #fff;
  height: 90px;
  width: 30px;
  line-height: 90px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 3px; }
  .header-area-outer .owl-nav div.owl-next {
    left: auto;
    right: 0; }
  .header-area-outer .owl-nav div:hover {
    background-color: #333333; }

.header-area {
  padding: 272px 0 275px 0;
  background-color: #fefcfc;
  overflow: hidden; }
  .header-area.style-02 {
    background-color: #f5fef9;
    position: relative; }
    .header-area.style-02 .header-right-content {
      position: absolute;
      right: 10%;
      top: 100px; }
    .header-area.style-02 .header-inner .title {
      color: #333333; }
    .header-area.style-02 .header-inner p {
      color: #777; }
  .header-area.header-bg {
    background-color: #f6f6f6;
    background-image: url(../img/bg/header-bg-ok.jpg);
    background-position: center;
    background-size: cover; }
  .header-area.header-bg-2 {
    background-color: #f6f6f6;
    background-image: url(../img/bg/header-bg-ok.jpg);
    background-position: center;
    background-size: cover; }
  .header-area .header-inner .title {
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    color: #fff; }
  .header-area .header-inner p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    max-width: 600px; }
  .header-area .header-inner .btn-wrapper {
    margin-top: 35px; }
    .header-area .header-inner .btn-wrapper .boxed-btn {
      border: none;
      width: 160px;
      height: 50px;
      line-height: 50px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      font-size: 16px;
      font-weight: 600; }
      .header-area .header-inner .btn-wrapper .boxed-btn:hover {
        background-color: #333333;
        -webkit-box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.9);
        box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.9); }

.header-botttom-area {
  padding: 60px 0 40px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
  .header-botttom-area .single-header-bottom-item {
    position: relative; }
    .header-botttom-area .single-header-bottom-item:hover .icon {
      background-color: #333333;
      color: #fff;
      -ms-transform: rotateY(360deg);
      /* IE 9 */
      -webkit-transform: rotateY(360deg);
      /* Chrome, Safari, Opera */
      transform: rotateY(360deg); }
    .header-botttom-area .single-header-bottom-item:hover .content .title {
      color: #333333; }
    .header-botttom-area .single-header-bottom-item .icon {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 65px;
      height: 65px;
      border: 1px solid #333333;
      border-radius: 5px;
      line-height: 65px;
      text-align: center;
      color: #333333;
      font-size: 40px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .header-botttom-area .single-header-bottom-item .content {
      padding-left: 80px; }
      .header-botttom-area .single-header-bottom-item .content .title {
        font-size: 20px;
        line-height: 26px;
        color: #333333;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .header-botttom-area .single-header-bottom-item .content p {
        color: #969696;
        font-size: 14px;
        line-height: 26p; }

.owl-item.active .header-inner .title {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both; }

.owl-item.active .header-inner p {
  -webkit-animation: 1s .6s fadeInDown both;
  animation: 1s .6s fadeInDown both; }

.owl-item.active .header-inner .boxed-btn {
  -webkit-animation: 1s .9s flipInX both;
  animation: 1s .9s flipInX both; }

/*------------------------
    About area
------------------------*/
.about-area {
  padding: 120px 0; }
  .about-area .left-content-area .title, .about-area .faq-area .right-content-area .title, .faq-area .about-area .right-content-area .title {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600; }
  .about-area .left-content-area p, .about-area .faq-area .right-content-area p, .faq-area .about-area .right-content-area p {
    font-size: 14px;
    line-height: 26px;
    color: #777777; }
  .about-area .left-content-area .btn-wrapper, .about-area .faq-area .right-content-area .btn-wrapper, .faq-area .about-area .right-content-area .btn-wrapper {
    margin-top: 32px; }
    .about-area .left-content-area .btn-wrapper .boxed-btn, .about-area .faq-area .right-content-area .btn-wrapper .boxed-btn, .faq-area .about-area .right-content-area .btn-wrapper .boxed-btn {
      width: 160px; }
      .about-area .left-content-area .btn-wrapper .boxed-btn:hover, .about-area .faq-area .right-content-area .btn-wrapper .boxed-btn:hover, .faq-area .about-area .right-content-area .btn-wrapper .boxed-btn:hover {
        background-color: #333333;
        -webkit-box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.6);
        box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.6); }
  .about-area .right-content-area .img-wrapper {
    display: inline-block;
    position: relative;
    border-radius: 20px; }
    .about-area .right-content-area .img-wrapper img {
      border-radius: 20px; }
    .about-area .right-content-area .img-wrapper .hover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .about-area .right-content-area .img-wrapper .hover .video-play-btn {
        background-color: #333333;
        color: #fff; }
        .about-area .right-content-area .img-wrapper .hover .video-play-btn:before {
          background-color: #333333; }

/*-------------------------
    Features Aarea
-------------------------*/
.features-area-start {
  padding: 110px 0 120px 0; }
  .features-area-start .left-content-area, .features-area-start .faq-area .right-content-area, .faq-area .features-area-start .right-content-area {
    position: relative; }
    .features-area-start .left-content-area:hover .icon, .features-area-start .faq-area .right-content-area:hover .icon, .faq-area .features-area-start .right-content-area:hover .icon {
      background-color: #333333; }
      .features-area-start .left-content-area:hover .icon:after, .features-area-start .faq-area .right-content-area:hover .icon:after, .faq-area .features-area-start .right-content-area:hover .icon:after {
        border-color: #333333; }
    .features-area-start .left-content-area:hover .content .title, .features-area-start .faq-area .right-content-area:hover .content .title, .faq-area .features-area-start .right-content-area:hover .content .title {
      color: #333333; }
    .features-area-start .left-content-area .icon, .features-area-start .faq-area .right-content-area .icon, .faq-area .features-area-start .right-content-area .icon {
      left: 10px;
      top: 10px;
      position: absolute;
      width: 60px;
      height: 60px;
      background-color: #333333;
      display: inline-block;
      z-index: 0;
      text-align: center;
      line-height: 60px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .features-area-start .left-content-area .icon:after, .features-area-start .faq-area .right-content-area .icon:after, .faq-area .features-area-start .right-content-area .icon:after {
        position: absolute;
        left: -2px;
        top: -2px;
        width: 64px;
        height: 64px;
        content: '';
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Chrome, Safari, Opera */
        transform: scale(1.2);
        z-index: -1;
        border-radius: 50%;
        border: 1px dashed #333333;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .features-area-start .left-content-area .content, .features-area-start .faq-area .right-content-area .content, .faq-area .features-area-start .right-content-area .content {
      padding-left: 110px; }
      .features-area-start .left-content-area .content .title, .features-area-start .faq-area .right-content-area .content .title, .faq-area .features-area-start .right-content-area .content .title {
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-bottom: 20px; }
      .features-area-start .left-content-area .content p, .features-area-start .faq-area .right-content-area .content p, .faq-area .features-area-start .right-content-area .content p {
        color: #777777;
        font-size: 14px;
        line-height: 24px; }
      .features-area-start .left-content-area .content .btn-wrapper, .features-area-start .faq-area .right-content-area .content .btn-wrapper, .faq-area .features-area-start .right-content-area .content .btn-wrapper {
        margin-top: 35px; }
        .features-area-start .left-content-area .content .btn-wrapper .boxed-btn, .features-area-start .faq-area .right-content-area .content .btn-wrapper .boxed-btn, .faq-area .features-area-start .right-content-area .content .btn-wrapper .boxed-btn {
          border-radius: 30px;
          width: 160px; }

.product-fetured-row {
  border-bottom: 1px solid #e1e1e4;
  margin-bottom: 60px; }
  .product-fetured-row:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.core-feature .left-content-area, .core-feature .faq-area .right-content-area, .faq-area .core-feature .right-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .core-feature .left-content-area .img-wrapper, .core-feature .faq-area .right-content-area .img-wrapper, .faq-area .core-feature .right-content-area .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    .core-feature .left-content-area .img-wrapper.core-feature-bg, .core-feature .faq-area .right-content-area .img-wrapper.core-feature-bg, .faq-area .core-feature .right-content-area .img-wrapper.core-feature-bg {
      background-image: url(../img/core-feature.jpg);
      background-size: cover;
      background-position: center; }

.core-feature .right-content-area {
  max-width: 450px;
  padding: 110px 0px 87px 85px; }
  .core-feature .right-content-area .title {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    line-height: 40px; }
  .core-feature .right-content-area p {
    font-size: 14px;
    line-height: 24px;
    color: #777777; }
    .core-feature .right-content-area p:last-child {
      margin-bottom: 0; }
  .core-feature .right-content-area .core-fearure-list {
    margin-top: 55px; }
    .core-feature .right-content-area .core-fearure-list li .single-core-feature {
      position: relative;
      margin-bottom: 25px; }
      .core-feature .right-content-area .core-fearure-list li .single-core-feature:hover .icon {
        color: #fff;
        background-color: #333333; }
      .core-feature .right-content-area .core-fearure-list li .single-core-feature:hover .content .title {
        color: #333333; }
      .core-feature .right-content-area .core-fearure-list li .single-core-feature .icon {
        position: absolute;
        left: 0;
        top: 0;
        border: 2px solid #333333;
        line-height: 65px;
        width: 65px;
        height: 65px;
        border-radius: 35px;
        text-align: center;
        color: #333333;
        font-size: 30px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .core-feature .right-content-area .core-fearure-list li .single-core-feature .content {
        padding-left: 85px; }
        .core-feature .right-content-area .core-fearure-list li .single-core-feature .content .title {
          font-size: 20px;
          line-height: 30px;
          color: #333333;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .core-feature .right-content-area .core-fearure-list li .single-core-feature .content p {
          font-size: 14px;
          line-height: 26px;
          color: #777777;
          max-width: 260px; }
          .core-feature .right-content-area .core-fearure-list li .single-core-feature .content p:last-child {
            margin-bottom: 0; }

/*------------------------
    Product Area
------------------------*/
.product-area {
  padding: 110px 0 90px 0; }
  .product-area .section-title {
    margin-bottom: 52px; }

.single-product-item {
  margin-bottom: 30px; }
  .single-product-item .thumb {
    margin-bottom: 22px; }
  .single-product-item .content {
    text-align: center; }
    .single-product-item .content .title {
      font-size: 16px;
      line-height: 26px;
      color: #333333; }
    .single-product-item .content .price {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 25px; }
    .single-product-item .content .buynow {
      display: inline-block;
      width: 130px;
      height: 40px;
      color: #fff;
      background-color: #333333;
      border-radius: 20px;
      line-height: 40px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-product-item .content .buynow:hover {
        background-color: #333333;
        -webkit-box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.8);
        box-shadow: 0 0 25px 0 rgba(24, 186, 96, 0.8); }

/*-------------------------
    Subscription
-------------------------*/
.subscription-area {
  padding: 62px 0 70px 0; }
  .subscription-area.subscription-bg {
    background-image: url(../img/bg/subscription-bg.png);
    background-size: cover; }
  .subscription-area .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .subscription-area .left-content .title {
      font-size: 30px;
      line-height: 40px;
      color: #fff;
      font-weight: 700; }
    .subscription-area .left-content p {
      font-size: 16px;
      line-height: 26px;
      color: #fff; }
      .subscription-area .left-content p:last-child {
        margin-bottom: 0; }
    .subscription-area .left-content .subscription-form {
      position: relative;
      margin-top: 22px; }
      .subscription-area .left-content .subscription-form .form-element .input-field {
        height: 50px;
        border: none;
        border-radius: 25px;
        padding-right: 170px; }
      .subscription-area .left-content .subscription-form .submit-btn {
        position: absolute;
        right: -1px;
        top: 0;
        height: 50px;
        border-radius: 25px;
        width: 160px;
        background-color: #333333;
        font-size: 14px; }
        .subscription-area .left-content .subscription-form .submit-btn:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.5); }
  .subscription-area .right-content {
    text-align: right; }

/*---------------------------
    Testimonial Section
---------------------------*/
.testimonial-area {
  padding: 113px 0 120px 0; }
  .testimonial-area .section-title {
    margin-bottom: 46px; }
  .testimonial-area .testimonial-carousel .single-testmonial-item {
    text-align: center;
    background-color: #333333;
    position: relative;
    margin-top: 90px;
    border-radius: 30px; }
    .testimonial-area .testimonial-carousel .single-testmonial-item .thumb {
      position: absolute;
      top: -80px;
      left: 50%;
      -ms-transform: translateX(-50%);
      /* IE 9 */
      -webkit-transform: translateX(-50%);
      /* Chrome, Safari, Opera */
      transform: translateX(-50%); }
      .testimonial-area .testimonial-carousel .single-testmonial-item .thumb img {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        border: 2px solid #333333; }
    .testimonial-area .testimonial-carousel .single-testmonial-item .content {
      padding: 117px 40px 18px 40px;
      border-radius: 30px; }
      .testimonial-area .testimonial-carousel .single-testmonial-item .content .name {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase; }
      .testimonial-area .testimonial-carousel .single-testmonial-item .content .post {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        display: block;
        margin-bottom: 17px; }
      .testimonial-area .testimonial-carousel .single-testmonial-item .content p {
        font-size: 14px;
        line-height: 26px;
        color: #fff; }

/*--------------------
    Faq area
----------------------*/
.faq-area {
  padding: 113px 0 100px 0; }
  .faq-area.faq-area-bg {
    background-color: #e5e5e5;
    background-image: url(../img/bg/faq-area-bg.jpg);
    background-position: center;
    background-size: cover; }
  .faq-area .left-content-area .card, .faq-area .right-content-area .card {
    border: none;
    background-color: unset; }
    .faq-area .left-content-area .card .card-header, .faq-area .right-content-area .card .card-header {
      border: none;
      padding: 0;
      background-color: transparent; }
      .faq-area .left-content-area .card .card-header a, .faq-area .right-content-area .card .card-header a {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        background-color: #fff;
        display: block;
        padding: 16px 70px 15px 70px;
        position: relative;
        cursor: pointer;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
        .faq-area .left-content-area .card .card-header a[aria-expanded="true"], .faq-area .right-content-area .card .card-header a[aria-expanded="true"] {
          margin-bottom: 0;
          color: #333333; }
          .faq-area .left-content-area .card .card-header a[aria-expanded="true"]:before, .faq-area .right-content-area .card .card-header a[aria-expanded="true"]:before {
            content: '\ea66'; }
          .faq-area .left-content-area .card .card-header a[aria-expanded="true"]:after, .faq-area .right-content-area .card .card-header a[aria-expanded="true"]:after {
            background-color: #333333; }
        .faq-area .left-content-area .card .card-header a:after, .faq-area .right-content-area .card .card-header a:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 50px;
          height: 50px;
          background-color: #353535;
          color: #fff;
          text-transform: uppercase;
          content: 'Q';
          line-height: 50px;
          text-align: center;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .faq-area .left-content-area .card .card-header a:before, .faq-area .right-content-area .card .card-header a:before {
          position: absolute;
          right: 20px;
          top: 15px;
          font-family: 'IcoFont';
          content: "\ea63";
          text-align: center;
          color: #333; }
    .faq-area .left-content-area .card .card-body, .faq-area .right-content-area .card .card-body {
      margin-bottom: 10px;
      padding: 23px 0px 18px 70px; }

/*--------------------------
    Contact Area
---------------------------*/
.map {
  height: 500px; }

.contact-area {
  padding-bottom: 73px; }
  .contact-area .title {
    font-size: 30px;
    font-weight: 600;
    color: #333333; }
  .contact-area .left-content-area, .contact-area .faq-area .right-content-area, .faq-area .contact-area .right-content-area {
    padding-top: 111px; }
    .contact-area .left-content-area .title, .contact-area .faq-area .right-content-area .title, .faq-area .contact-area .right-content-area .title {
      margin-bottom: 16px; }
    .contact-area .left-content-area p, .contact-area .faq-area .right-content-area p, .faq-area .contact-area .right-content-area p {
      color: #777;
      font-size: 14px;
      line-height: 24px; }
    .contact-area .left-content-area .contact-info-list, .contact-area .faq-area .right-content-area .contact-info-list, .faq-area .contact-area .right-content-area .contact-info-list {
      margin-top: 55px; }
      .contact-area .left-content-area .contact-info-list li, .contact-area .faq-area .right-content-area .contact-info-list li, .faq-area .contact-area .right-content-area .contact-info-list li {
        margin-bottom: 30px; }
        .contact-area .left-content-area .contact-info-list li:last-child, .contact-area .faq-area .right-content-area .contact-info-list li:last-child, .faq-area .contact-area .right-content-area .contact-info-list li:last-child {
          margin-bottom: 0; }
        .contact-area .left-content-area .contact-info-list li .sigle-contact-info-item, .contact-area .faq-area .right-content-area .contact-info-list li .sigle-contact-info-item, .faq-area .contact-area .right-content-area .contact-info-list li .sigle-contact-info-item {
          position: relative; }
          .contact-area .left-content-area .contact-info-list li .sigle-contact-info-item .icon, .contact-area .faq-area .right-content-area .contact-info-list li .sigle-contact-info-item .icon, .faq-area .contact-area .right-content-area .contact-info-list li .sigle-contact-info-item .icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #333;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            border-radius: 50%; }
          .contact-area .left-content-area .contact-info-list li .sigle-contact-info-item .content, .contact-area .faq-area .right-content-area .contact-info-list li .sigle-contact-info-item .content, .faq-area .contact-area .right-content-area .contact-info-list li .sigle-contact-info-item .content {
            padding-left: 50px; }
            .contact-area .left-content-area .contact-info-list li .sigle-contact-info-item .content .title, .contact-area .faq-area .right-content-area .contact-info-list li .sigle-contact-info-item .content .title, .faq-area .contact-area .right-content-area .contact-info-list li .sigle-contact-info-item .content .title {
              font-size: 14px;
              font-weight: 600;
              color: #333; }
            .contact-area .left-content-area .contact-info-list li .sigle-contact-info-item .content .details, .contact-area .faq-area .right-content-area .contact-info-list li .sigle-contact-info-item .content .details, .faq-area .contact-area .right-content-area .contact-info-list li .sigle-contact-info-item .content .details {
              font-size: 14px;
              color: #777777; }
  .contact-area .right-content-area {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 100px 60px 100px;
    position: relative;
    top: 118px;
    z-index: 1;
    background-color: #fff; }
    .contact-area .right-content-area .title {
      font-size: 20px;
      line-height: 30px;
      color: #333;
      margin-bottom: 35px; }

.get-touch-form .form-element .input-field {
  height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: none; }
  .get-touch-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #777777; }
  .get-touch-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777; }
  .get-touch-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777; }
  .get-touch-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #777777; }

.get-touch-form .submit-btn {
  -webkit-box-shadow: 0px 12px 8px 0px rgba(24, 186, 96, 0.15);
  box-shadow: 0px 12px 8px 0px rgba(24, 186, 96, 0.15);
  border-radius: 25px; }

/*-------------------
    Sidebar
-------------------*/
.sidebar .widget-area {
  border: 2px solid rgba(0, 0, 0, 0.07);
  padding: 32px 30px 35px 30px;
  margin-bottom: 30px; }
  .sidebar .widget-area .widget-title .title {
    font-size: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .sidebar .widget-area .widget-title .title:after {
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 50px;
      height: 3px;
      background-color: #333333;
      content: ''; }
  .sidebar .widget-area.search {
    border: none;
    padding: 0; }
    .sidebar .widget-area.search .widget-body .search-form {
      border: 2px solid rgba(0, 0, 0, 0.07);
      position: relative; }
      .sidebar .widget-area.search .widget-body .search-form .form-element .input-field {
        border: none;
        padding-right: 80px; }
      .sidebar .widget-area.search .widget-body .search-form .submit-btn {
        position: absolute;
        right: -2px;
        top: -2px;
        height: 64px;
        width: 70px;
        font-size: 25px; }
  .sidebar .widget-area.category .widget-title .title {
    margin-bottom: 26px; }
  .sidebar .widget-area.category .widget-body ul li {
    display: block;
    margin: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 15px; }
    .sidebar .widget-area.category .widget-body ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .sidebar .widget-area.category .widget-body ul li a {
      font-size: 16px;
      color: #818181;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar .widget-area.category .widget-body ul li a:hover {
        color: #333333; }
      .sidebar .widget-area.category .widget-body ul li a .count {
        float: right;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  .sidebar .widget-area.tags {
    padding-bottom: 28px; }
    .sidebar .widget-area.tags .widget-body ul li {
      display: inline-block;
      margin: 0 5px;
      margin-bottom: 10px; }
      .sidebar .widget-area.tags .widget-body ul li a {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.07);
        color: #818181;
        padding: 5px 15px;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sidebar .widget-area.tags .widget-body ul li a:hover {
          background-color: #333333;
          color: #fff; }
  .sidebar .widget-area.popular-post .widget-body ul li {
    display: block;
    margin-bottom: 20px; }
    .sidebar .widget-area.popular-post .widget-body ul li:last-child {
      margin-bottom: 2px; }
    .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post {
      position: relative;
      min-height: 80px; }
      .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post .thumb {
        position: absolute; }
      .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post .content {
        padding-left: 100px; }
        .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post .content .title {
          font-size: 18px;
          line-height: 20px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post .content .title:hover {
            color: #333333; }
        .sidebar .widget-area.popular-post .widget-body ul li .single-popular-post .content .time {
          font-size: 14px;
          line-height: 24px;
          color: #818181; }

/*----------------------
    Footer area
-----------------------*/
.footer-area {
  background-color: #333333;
  padding: 25px 0; }
  .footer-area .left-content-area, .footer-area .faq-area .right-content-area, .faq-area .footer-area .right-content-area {
    margin-top: 8px;
    display: inline-block; }
    .footer-area .left-content-area .copyright-text, .footer-area .faq-area .right-content-area .copyright-text, .faq-area .footer-area .right-content-area .copyright-text {
      color: #e5e5e5; }
  .footer-area .right-content-area {
    display: inline-block;
    float: right; }
    .footer-area .right-content-area .social-icon li {
      display: inline-block;
      margin: 0 8px; }
      .footer-area .right-content-area .social-icon li:hover a {
        background-color: #333333;
        color: #fff; }
      .footer-area .right-content-area .social-icon li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        color: #333333;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .footer-area .right-content-area .social-icon li:last-child {
        margin-right: 0; }

/*--------------------
    Blog Page
--------------------*/
.blog-page-content-area {
  padding: 120px 0; }
  .blog-page-content-area .blog-page-content-warpper .single-blog-post-item {
    margin-bottom: 30px; }
    .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content {
      padding: 23px 30px 25px 30px;
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-top: none; }
      .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .title {
        font-size: 24px;
        line-height: 30px;
        color: #3b3b3b;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .title:hover {
          color: #333333; }
      .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .meta-data {
        margin-bottom: 18px; }
        .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .meta-data li {
          display: inline-block;
          font-size: 14px;
          color: #818181;
          margin: 0 5px; }
          .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .meta-data li:first-child {
            margin-left: 0; }
          .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .meta-data li a {
            color: #818181;
            font-size: 14px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .meta-data li a:hover {
              color: #333333; }
      .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .description {
        color: #818181; }
        .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .description p {
          color: #818181;
          font-size: 14px;
          line-height: 26px; }
      .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .readmore {
        margin-top: 25px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        color: #3b3b3b;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .readmore:hover {
          color: #333333; }
          .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .readmore:hover i {
            visibility: visible;
            opacity: 1;
            -ms-transform: translateX(-5px);
            /* IE 9 */
            -webkit-transform: translateX(-5px);
            /* Chrome, Safari, Opera */
            transform: translateX(-5px);
            color: #333333; }
        .blog-page-content-area .blog-page-content-warpper .single-blog-post-item .content .readmore i {
          font-size: 20px;
          font-weight: 700;
          -ms-transform: translateX(-30px);
          /* IE 9 */
          -webkit-transform: translateX(-30px);
          /* Chrome, Safari, Opera */
          transform: translateX(-30px);
          display: inline-block;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
  .blog-page-content-area .blog-page-content-warpper .btn-wrapper {
    margin-top: 12px;
    display: block;
    text-align: center; }
    .blog-page-content-area .blog-page-content-warpper .btn-wrapper .page-navigation {
      text-align: center; }
      .blog-page-content-area .blog-page-content-warpper .btn-wrapper .page-navigation li {
        display: inline-block;
        margin: 0 3px; }
        .blog-page-content-area .blog-page-content-warpper .btn-wrapper .page-navigation li.active a {
          background-color: #333333;
          color: #fff; }
        .blog-page-content-area .blog-page-content-warpper .btn-wrapper .page-navigation li a {
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          color: #333333;
          border: 2px solid rgba(0, 0, 0, 0.07);
          border-radius: 3px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          font-weight: 600; }
          .blog-page-content-area .blog-page-content-warpper .btn-wrapper .page-navigation li a:hover {
            background-color: #333333;
            color: #fff; }

/*--------------------
    Blog Details
--------------------*/
.blog-single-page-content-area {
  padding: 120px 0; }
  .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 8px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .thumb {
      margin-bottom: 26px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .title {
      font-size: 28px;
      line-height: 30px;
      color: #3b3b3b;
      font-weight: 600; }
    .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .meta-data {
      margin-bottom: 18px; }
      .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .meta-data li {
        display: inline-block;
        font-size: 14px;
        color: #818181;
        margin: 0 5px; }
        .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .meta-data li:first-child {
          margin-left: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .meta-data li a {
          color: #818181;
          font-size: 14px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .meta-data li a:hover {
            color: #333333; }
    .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content p {
      color: #818181;
      font-size: 16px;
      line-height: 26px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .blockquote {
      background-color: #333333;
      padding: 26px 40px 25px 40px; }
      .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .blockquote .text {
        font-size: 16px;
        line-height: 26px;
        font-style: italic;
        color: #fff;
        margin-bottom: 8px;
        display: block; }
      .blog-single-page-content-area .blog-single-page-content-warpper .single-blog-post-item .content .blockquote .author {
        display: block;
        font-weight: 600;
        font-size: 18px;
        color: #fff; }
  .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 25px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .left-content-area, .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .faq-area .right-content-area, .faq-area .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area {
      display: inline-block; }
      .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .left-content-area ul li, .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .faq-area .right-content-area ul li, .faq-area .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li {
        display: inline-block;
        margin: 0 5px;
        font-size: 16px; }
        .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .left-content-area ul li:first-child, .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .faq-area .right-content-area ul li:first-child, .faq-area .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li:first-child {
          font-weight: 600;
          color: #3b3b3b;
          margin-left: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .left-content-area ul li a, .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .faq-area .right-content-area ul li a, .faq-area .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li a {
          color: #818181;
          display: inline-block;
          padding: 5px 15px;
          border: 1px solid rgba(0, 0, 0, 0.07);
          border-radius: 3px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .left-content-area ul li a:hover, .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .faq-area .right-content-area ul li a:hover, .faq-area .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li a:hover {
            color: #fff;
            background-color: #333333; }
    .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area {
      display: inline-block;
      float: right;
      margin-top: 8px; }
      .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li {
        display: inline-block;
        margin: 0 5px;
        font-size: 16px; }
        .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li:first-child {
          font-weight: 600;
          color: #3b3b3b;
          margin-left: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li:last-child {
          margin-right: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li a {
          color: #818181;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-single-page-content-area .blog-single-page-content-warpper .post-meta-area .right-content-area ul li a:hover {
            color: #333333; }
  .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area {
    padding-top: 8px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 35px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .comments-separator {
      display: block;
      background-color: rgba(0, 0, 0, 0.07);
      margin-top: 22px;
      height: 1px;
      width: 100%;
      margin-bottom: 30px; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list {
      position: relative;
      min-height: 80px; }
      .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list.reply {
        margin-left: 85px; }
      .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .reply {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .reply:hover {
          color: #333333; }
      .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .thumb {
        position: absolute;
        left: 0;
        top: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .thumb img {
          border-radius: 50%; }
      .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .content {
        padding-left: 100px; }
        .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .content .name {
          font-size: 18px;
          font-weight: 600;
          line-height: 20px;
          margin-bottom: 0; }
        .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .content .time {
          font-size: 14px;
          line-height: 20px;
          color: #818181;
          display: block;
          margin-bottom: 12px; }
        .blog-single-page-content-area .blog-single-page-content-warpper .comments-list-area .single-comments-list .content p {
          color: #818181; }
  .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px; }
  .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .form-element .input-field {
    border: 2px solid rgba(0, 0, 0, 0.07); }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .form-element .input-field::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #818181; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .form-element .input-field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #818181; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .form-element .input-field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #818181; }
    .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .form-element .input-field:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #818181; }
  .blog-single-page-content-area .blog-single-page-content-warpper .comments-form-area .comment-form-wrapper .submit-btn {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600; }
