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

    Template Name: Sprout - SaaS App Landing Page Template
    Template URI: uideck.com
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Helvetica, Arial, Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #263238; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

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

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica, Arial, Lucida Grande", sans-serif;
  font-weight: 600;
  color: #263238;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }
  
green {
 color: #1fb299; }

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #263238;
  margin: 0px; }

.bg_cover {
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  
  .green {
	color: #1fb299; }

/*===== All Section Title =====*/
.section-title .title {
  font-size: 50px;
  font-weight: 500;
  color: #263238;
  line-height: 60px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      line-height: 35px; } }

.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  margin-top: 24px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #1fb299 #1fb299 #e9ecef;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #e9ecef;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #e9ecef;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/*===========================
    11.BUTTON css 
===========================*/
.buttons-title .title {
  font-size: 36px;
  line-height: 45px;
  color: #455a64; }
  @media (max-width: 767px) {
    .buttons-title .title {
      font-size: 24px;
      line-height: 35px; } }

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #1fb299;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .main-btn {
      font-size: 14px;
      padding: 0 20px;
      line-height: 40px; } }


/*===========================
    6.FORM ELEMENTS css 
===========================*/
.form-input .help-block {
  margin-top: 2px; }
  .form-input .help-block .list-unstyled li {
    font-size: 12px;
    line-height: 16px;
    color: #fc3832; }

.form-input label {
  font-size: 12px;
  line-height: 18px;
  color: #455a64;
  margin-bottom: 8px;
  display: inline-block; }

.form-input .input-items {
  position: relative; }
  .form-input .input-items input,
  .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px; }
  .form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none; }
  .form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9; }
  .form-input .input-items.default input,
  .form-input .input-items.default textarea {
    border-color: #a4a4a4;
    color: #455a64; }
    .form-input .input-items.default input:focus,
    .form-input .input-items.default textarea:focus {
      border-color: #1fb299; }
    .form-input .input-items.default input::placeholder,
    .form-input .input-items.default textarea::placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default input::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default input::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default input::-webkit-input-placeholder,
    .form-input .input-items.default textarea::-webkit-input-placeholder {
      color: #455a64;
      opacity: 1; }
  .form-input .input-items.default i {
    color: #455a64; }
  .form-input .input-items.active input,
  .form-input .input-items.active textarea {
    border-color: #1fb299;
    color: #263238; }
    .form-input .input-items.active input::placeholder,
    .form-input .input-items.active textarea::placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active input::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active input::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active input::-webkit-input-placeholder,
    .form-input .input-items.active textarea::-webkit-input-placeholder {
      color: #263238;
      opacity: 1; }
  .form-input .input-items.active i {
    color: #1fb299; }
  .form-input .input-items.error input,
  .form-input .input-items.error textarea {
    border-color: #fc3832;
    color: #fc3832; }
    .form-input .input-items.error input::placeholder,
    .form-input .input-items.error textarea::placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-webkit-input-placeholder,
    .form-input .input-items.error textarea::-webkit-input-placeholder {
      color: #fc3832;
      opacity: 1; }
  .form-input .input-items.error i {
    color: #fc3832; }
  .form-input .input-items.success input,
  .form-input .input-items.success textarea {
    border-color: #4da422;
    color: #4da422; }
    .form-input .input-items.success input::placeholder,
    .form-input .input-items.success textarea::placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-webkit-input-placeholder,
    .form-input .input-items.success textarea::-webkit-input-placeholder {
      color: #4da422;
      opacity: 1; }
  .form-input .input-items.success i {
    color: #4da422; }
  .form-input .input-items.disabled input,
  .form-input .input-items.disabled textarea {
    border-color: #a4a4a4;
    color: #455a64;
    background: none; }
    .form-input .input-items.disabled input::placeholder,
    .form-input .input-items.disabled textarea::placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled input::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled input::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled input::-webkit-input-placeholder,
    .form-input .input-items.disabled textarea::-webkit-input-placeholder {
      color: #455a64;
      opacity: 1; }
  .form-input .input-items.disabled i {
    color: #455a64; }

.form-style-two .form-input .input-items input,
.form-style-two .form-input .input-items textarea {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 44px; }

.form-style-two .form-input .input-items i {
  left: auto;
  right: 13px; }

.form-style-three .form-input {
  text-align: center; }
  .form-style-three .form-input .input-items input,
  .form-style-three .form-input .input-items textarea {
    border-radius: 50px;
    text-align: center; }

.form-style-four .form-input label {
  padding-left: 44px;
  margin-bottom: 0; }

.form-style-four .form-input .input-items input,
.form-style-four .form-input .input-items textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.form-style-five .form-input {
  position: relative; }
  .form-style-five .form-input label {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    z-index: 5;
    padding: 0 5px; }
  .form-style-five .form-input .input-items input,
  .form-style-five .form-input .input-items textarea {
    border-radius: 5px; }
	
	
	
	
	.form-input .input-items select,
  .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px; }
  .form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none; }
  .form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9; }
  .form-input .input-items.default select,
  .form-input .input-items.default textarea {
    border-color: #a4a4a4;
    color: #455a64; }
    .form-input .input-items.default select:focus,
    .form-input .input-items.default textarea:focus {
      border-color: #1fb299; }
    .form-input .input-items.default select::placeholder,
    .form-input .input-items.default textarea::placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default select::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default select::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.default select::-webkit-input-placeholder,
    .form-input .input-items.default textarea::-webkit-input-placeholder {
      color: #455a64;
      opacity: 1; }
  .form-input .input-items.default i {
    color: #455a64; }
  .form-input .input-items.active select,
  .form-input .input-items.active textarea {
    border-color: #1fb299;
    color: #263238; }
    .form-input .input-items.active select::placeholder,
    .form-input .input-items.active textarea::placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active select::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active select::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #263238;
      opacity: 1; }
    .form-input .input-items.active select::-webkit-input-placeholder,
    .form-input .input-items.active textarea::-webkit-input-placeholder {
      color: #263238;
      opacity: 1; }
  .form-input .input-items.active i {
    color: #1fb299; }
  .form-input .input-items.error select,
  .form-input .input-items.error textarea {
    border-color: #fc3832;
    color: #fc3832; }
    .form-input .input-items.error select::placeholder,
    .form-input .input-items.error textarea::placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error select::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error select::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error select::-webkit-input-placeholder,
    .form-input .input-items.error textarea::-webkit-input-placeholder {
      color: #fc3832;
      opacity: 1; }
  .form-input .input-items.error i {
    color: #fc3832; }
  .form-input .input-items.success select,
  .form-input .input-items.success textarea {
    border-color: #4da422;
    color: #4da422; }
    .form-input .input-items.success select::placeholder,
    .form-input .input-items.success textarea::placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success select::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success select::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success select::-webkit-input-placeholder,
    .form-input .input-items.success textarea::-webkit-input-placeholder {
      color: #4da422;
      opacity: 1; }
  .form-input .input-items.success i {
    color: #4da422; }
  .form-input .input-items.disabled select,
  .form-input .input-items.disabled textarea {
    border-color: #a4a4a4;
    color: #455a64;
    background: none; }
    .form-input .input-items.disabled select::placeholder,
    .form-input .input-items.disabled textarea::placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled select::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled select::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #455a64;
      opacity: 1; }
    .form-input .input-items.disabled select::-webkit-input-placeholder,
    .form-input .input-items.disabled textarea::-webkit-input-placeholder {
      color: #455a64;
      opacity: 1; }
  .form-input .input-items.disabled i {
    color: #455a64; }


.form-style-four .form-input label {
  padding-left: 44px;
  margin-bottom: 0; }

.form-style-four .form-input .input-items select,
.form-style-four .form-input .input-items textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0; }

/*===========================
    2.HEADER css 
===========================*/
/*===== HEADER FOUR =====*/

.header-area .navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  
.header-area .navbar-brand {
	display: block;}
.header-area .navbar-brand img{
	position: absolute;
	top: 0px;
	left: -30px; 
	height: 70px !important; }
	
.header-area .navbar-area .navbar-brand .front {
	z-index: 1; 
	opacity: 1;}
.header-area .navbar-area.sticky .navbar-brand .front {
	z-index: 1; 
	opacity: 0;}
.header-area .navbar-area .navbar-brand .back {
	z-index: 2; 
	opacity: 0;}
.header-area .navbar-area.sticky .navbar-brand .back {
	z-index: 2; 
	opacity: 1;}
	
.header-area .navbar-brand .dark-logo {
	display: block; 
	position: absolute; 
	top: 5px; 
	z-index: 1; }

.header-area .navbar-area {
  padding: 10px 0;
  background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
  background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
  background: linear-gradient(to right, rgba(0, 103, 244,0), rgba(43, 219, 220,0)); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar-area {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .header-area .navbar-area {
      padding: 10px 0; } }
  .header-area .navbar-area.sticky {
    position: fixed;
    background-color: #263238;
    padding: 5px 0; 
	z-index: 30; }
		.header-area .navbar-area.sticky .navbar .navbar-nav .nav-item a {
		color: #fff; }
		.header-area .navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
		background-color: #fff; }
	.header-area .navbar-area.sticky .navbar-btn i {
		color: #fff; }
  .header-area .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .header-area .navbar-area .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #263238;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
	.header-area .navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .header-area .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .header-area .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .header-area .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1fb299;
        z-index: 8;
        padding: 4px 16px; } }
    @media (max-width: 767px) {
      .header-area .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1fb299;
        z-index: 8;
        padding: 4px 16px; } }
    .header-area .navbar-area .navbar .navbar-nav {
      margin-right: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .header-area .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      .header-area .navbar-area .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 16px; }
	  @media only screen and (min-width: 991px) and (max-width: 1199px) {
		  .header-area .navbar-area .navbar .navbar-nav .nav-item {
        position: relative;
		margin: 0 8px; }}
        .header-area .navbar-area .navbar .navbar-nav .nav-item a {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          padding: 11px 0;
          color: #263238;
          text-transform: uppercase;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0;
              margin: 0; } }
          @media (max-width: 767px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0;
              margin: 0; } }
          .header-area .navbar-area .navbar .navbar-nav .nav-item a::before {
            position: absolute;
            content: '';
            width: 32px;
            height: 4px;
            background-color: #263238;
            left: 50%;
            bottom: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            -webkit-transform: translateX(-50%) scaleX(0);
            -moz-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            -o-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0); }
            /* @media only screen and (min-width: 768px) and (max-width: 991px) {
              .header-area .navbar-area .navbar .navbar-nav .nav-item a::before {
                display: none; } }
            @media (max-width: 767px) {
              .header-area .navbar-area .navbar .navbar-nav .nav-item a::before {
                display: none; } } */
        .header-area .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .header-area .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
          -webkit-transform: translateX(-50%) scaleX(1);
          -moz-transform: translateX(-50%) scaleX(1);
          -ms-transform: translateX(-50%) scaleX(1);
          -o-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1); }
        .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
          position: absolute;
          right: 0;
          top: 100%;
          width: 260px;
          background-color: #fff;
          border-radius: 5px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 99;
          -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); }
          /* @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 0;
              visibility: hidden;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          @media (max-width: 767px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } } */
          .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
            position: relative; }
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
              color: #263238;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
              display: block;
              padding: 0px 0px;
              position: relative;
              color: #263238;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              border-radius: 0;
              margin: 0 0;
              z-index: 5; }
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
                float: right;
                font-size: 14px;
                margin-top: 5px; }
               
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
                display: inline-block; }
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
                display: none; }
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
                background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
                background: linear-gradient(to right, #1fb299 0%, #2bdbdc 100%);
                opacity: 0;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                z-index: -1; }
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
			 
              
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
              opacity: 1;
              visibility: visible; }
			  
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
              color: #fff; }
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
              color: #fff; }
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
                opacity: 1; }
              .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
                opacity: 1; }
        .header-area .navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
        .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
          display: none; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
          @media (max-width: 767px) {
            .header-area .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 22px; } }
    @media (max-width: 767px) {
      .header-area .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 22px; } }
    .header-area .navbar-area .navbar .navbar-btn .main-btn {
      z-index: 5;
      overflow: hidden;
      background: -webkit-linear-gradient(#f4f6f7 0%, #deebfd 100%);
      background: -o-linear-gradient(#f4f6f7 0%, #deebfd 100%);
      background: linear-gradient(#f4f6f7 0%, #deebfd 100%);
      line-height: 52px;
      border: 0; }
      .header-area .navbar-area .navbar .navbar-btn .main-btn:hover {
        color: #1fb299;
        background: -webkit-linear-gradient(bottom, #f4f6f7 0%, #7debd9 50%);
        background: -o-linear-gradient(bottom, #f4f6f7 0%, #7debd9 50%);
        background: linear-gradient(to top, #f4f6f7 0%, #7debd9 50%); }

	


.header-area .header-content-area {
  background: -webkit-linear-gradient(#455a64 -200%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#455a64 -200%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#455a64 -200%, rgba(255, 255, 255, 0) 100%); }
  .header-area .header-content-area .header-content {
    padding-top: 220px; 
	height: }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area .header-content-area .header-content {
        padding-top: 150px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-content-area .header-content {
        padding-top: 150px; } }
    @media (max-width: 767px) {
      .header-area .header-content-area .header-content {
        padding-top: 50px; } }
	@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .header-content-area .header-content img{
		display: block;
		margin-left: auto;
		margin-right: auto;} }
    .header-area .header-content-area .header-content .header-title {
      font-size: 60px;
      line-height: 65px;
      color: #263238;
      font-weight: 600; 
	  padding-top: 100px;
	  position: -50% 50%; }
      @media (max-width: 576px) {
        .header-area .header-content-area .header-content .header-title {
          font-size: 38px;
          line-height: 42px; 
		  padding-top: 50px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .header-content-area .header-content .header-title {
          font-size: 42px;
          line-height: 52px; 
		  padding-top: 50px; } }
	  @media only screen and (min-width: 767px) and (max-width: 991px) {
        .header-area .header-content-area .header-content .header-title {
		  padding-top: 50px; } }
	.header-area .header-content-area .header-content .writing {
	padding-right: 40px; }
    .header-area .header-content-area .header-content .text {
      font-size: 28px;
      line-height: 42px;
      color: #455a64;
      margin-top: 8px; }
	  @media (max-width: 576px) {
        .header-area .header-content-area .header-content .text {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .header-content-area .header-content .text {
          font-size: 24px;
          line-height: 34px; } }
    .header-area .header-content-area .header-content .header-newslatter {
      max-width: 410px;
      position: relative;
      margin: 0 auto;
      margin-top: 40px; }
      .header-area .header-content-area .header-content .header-newslatter i {
        position: absolute;
        top: 12px;
        left: 20px;
        font-size: 24px;
        color: #1fb299; }
      .header-area .header-content-area .header-content .header-newslatter input {
        width: 100%;
        height: 48px;
        padding-left: 60px;
        padding-right: 30px;
        border-radius: 50px;
        border: 2px solid #cbced1;
        font-size: 16px;
        font-weight: 600;
        color: #455a64; }
        .header-area .header-content-area .header-content .header-newslatter input:focus {
          border-color: #1fb299; }
      .header-area .header-content-area .header-content .header-newslatter .header-btn {
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 767px) {
          .header-area .header-content-area .header-content .header-newslatter .header-btn {
            position: relative;
            margin-top: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-area .header-content-area .header-content .header-newslatter .header-btn {
            position: absolute;
            margin-top: 0; } }
        .header-area .header-content-area .header-content .header-newslatter .header-btn .main-btn {
          border: 0;
          line-height: 48px;
          border-radius: 50px; }
          @media (max-width: 767px) {
            .header-area .header-content-area .header-content .header-newslatter .header-btn .main-btn {
              width: 100%; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .header-area .header-content-area .header-content .header-newslatter .header-btn .main-btn {
              width: auto; } }
  @media (max-width: 767px) {
    .header-area .header-content-area .header-image {
      padding-top: 30px; } }
  .header-area .header-content-area img {
	height: 500px; }
	@media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-area .header-content-area img {
		height: 200px;  } }
    @media (max-width: 575px) {
      .header-area .header-content-area img {
        height: 160px;
		display: block;
		margin-left: auto;
		margin-right: auto; } }
    
	

/*===========================
      17.ABOUT css 
===========================*/
.about-area {
  position: relative;
  padding-top:50px;
  padding-bottom: 120px;
  height: 600px; }
  @media only screen and (min-width: 1400px) {
    .about-area {
      height: 920px; 
	  padding-top: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area {
      height: auto !important; 
	  padding-top: 50px; } }
  @media (max-width: 767px) {
    .about-area {
      height: auto !important; 
	  padding-top: 50px;
	  padding-bottom: 30px;} }
.about-area .features-content .text {
	font-size: 20px;
	line-height: 26px;}
.about-two {
	height: auto !important; }
	@media only screen and (min-width: 576px) and (max-width: 991px) {
		.about-two {
			margin-bottom: 50px; } }
	@media only screen and (max-width: 576px) {
		.about-two {
			margin-bottom: 20px; } }
.about-area .image-steps {
	position: relative;
        height: 150px;
        margin-top: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
        padding-left: 5px;
        padding-right: 5px; }
		@media (max-width: 991px) {
			.about-area .image-steps {
				height: 120px;
				margin-bottom: 0;}}
.about-area .image-steps img {
	height: 100px; }
.mission-area {
  height: auto !important; }
.about-area .about-content-five .sub-title {
	font-size: 26px; }
	@media (max-width: 576px) {
        .about-area .about-content-five .sub-title {
          font-size: 20px;
          line-height: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-area .about-content-five .sub-titl {
          font-size: 22px;
          line-height: 28px; } }
.about-area .about-content-five .about-title {
	font-size: 36px; }
	@media (max-width: 576px) {
        .about-area .about-content-five .about-title {
          font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-area .about-content-five .about-titl {
          font-size: 32px; } }
.about-area .about-content-five .text {
	font-size: 24px; 
	line-height: 30px; }
	@media (max-width: 576px) {
        .about-area .about-content-five .text {
          font-size: 18px;
          line-height: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-area .about-content-five .text {
          font-size: 20px;
          line-height: 28px; } }
  .about-area .section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #263238; }
    @media (max-width: 767px) {
      .about-area .section-title .title {
        font-size: 30px;
        line-height: 40px; } }
  .about-area .section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #455a64;
    margin-top: 24px; }
  .about-area .about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-area .about-image {
        position: relative;
        max-width: 720px;
        width: 100%;
        margin: 50px auto 0;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .about-area .about-image {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 50px auto 0;
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-area .about-image {
        max-width: 540px; } }
    .about-area .about-image .image {
      max-width: 720px;
      margin-left: auto;
	  margin-right: auto; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .about-area .about-image .image {
          max-width: 470px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-area .about-image .image {
          max-width: 520px; } }
      .about-area .about-image .image img {
        height: 550px; }
  .about-area .about-image-2 {
    left: auto;
    right: 0; }
    .about-area .about-image-2 .image {
      margin-right: auto;
      margin-left: auto; }
  .about-area .about-content .sub-title {
    color: #263238;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-area .about-content .sub-title {
        font-size: 20px; } }
    @media (max-width: 992px) {
      .about-area .about-content .sub-title {
        font-size: 20px; } }
  .about-area .about-content .about-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    color: #263238;
    margin-top: 16px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-area .about-content .about-title {
        font-size: 38px;
        line-height: 45px; } }
    @media (max-width: 992px) {
      .about-area .about-content .about-title {
        font-size: 32px;
        line-height: 35px; 
		text-align: center;} }
  .about-area .about-content .text {
    color: #455a64;
    font-size: 28px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 34px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-area .about-content .text {
        font-size: 18px; } }
    @media (max-width: 992px) {
      .about-area .about-content .text {
        font-size: 16px;
        line-height: 24px; 
		text-align: center;
		padding: 10px;} }
	
.single-features-one-items {
	margin-left: auto !important;
	margin-right: auto !important;}
.single-features-one-items .features-image img{
	height: 200px; 
	margin-bottom: 20px; }
	@media only screen and (max-width: 992px) {
		.single-features-one-items .features-image img{
			padding-top: 20px; } }
			


.team-page {
	height: fit-content;}
.team-page .about-content p {
	font-size: 18px;}


.team-page .about-content .video .right {
	float: right;}
.team-page .about-content .video .left {
	float: left;}

@media (max-width: 992px) {
.team-page .about-content .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;}}

@media (max-width: 992px) {
.team-page .about-content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 10px 0;}}




/*===========================
    2.HEADER css 
===========================*/
.single-features {
  position: relative;
  background-color: #ffffff;
  padding: 32px 45px;
  border: none; }
  @media only screen and (max-width: 991px) {
	  .single-features { 
		padding: 0px 0px;
		margin-top: 5px; } }
  .features-four .single-features .features-icon {
    position: relative;
    display: inline-block;
	padding-top: auto;
    padding-bottom: auto;
    width: 80px;
    height: 80px; }
    .features-four .single-features .features-icon .shape {
      position: absolute;
      top: 60px;
      left: -30px;
      opacity: 1; }
	  @media only screen and (max-width: 767px) {
		  .features-four .single-features .features-icon .shape {
				top: 40px; } }
		@media only screen and (max-width: 576px) {
		  .features-four .single-features .features-icon .shape {
				left: 20px; } }
  .single-features::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #1fb299 0%, #2bdbdc 100%);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-features .features-title a {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    color: #263238;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features .features-title a {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .single-features .features-title a {
        font-size: 28px; } }
  .single-features .text {
    font-size: 24px;
    line-height: 30px;
    color: #263238;
    margin-top: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 5; }
	@media only screen and (min-width: 576px) and (max-width: 767px) {
		.single-features .text {
			font-size: 20px} }
	@media only screen and (max-width: 576px) {
		.features-four .single-features .text { 
			font-size: 16px;
			line-height: 24px;}
		.features-four .single-features .features-icon img{
			max-width: 80%} }
  .single-features:hover::before {
    opacity: 1; }
  .single-features:hover .features-title {
    color: #fff; }
  .single-features:hover .text {
    color: #fff; }

/*===========================
      16.PRICING css 
===========================*/
.pricing {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(#1fb299, #2bdbdc);
  background: -o-linear-gradient(#1fb299, #2bdbdc);
  background: linear-gradient(#1fb299, #2bdbdc); }
  .pricing .pricing-header .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 8px; }
    .pricing .pricing-header .sub-title::before {
      position: absolute;
      content: '';
      width: 72px;
      height: 4px;
      bottom: 0;
      right: 0;
      background-color: #2bdbdc;
      margin: 0 auto; }
  .pricing .pricing-header .price {
    display: block;
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 32px;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px; } }

  
  .pricing .pricing-list {
    margin-top: 40px; }
    .pricing .pricing-list ul li {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      margin-top: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .pricing .pricing-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media (max-width: 767px) {
        .pricing .pricing-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .pricing .pricing-list ul li {
          font-size: 16px;
          margin-top: 16px; } }
      .pricing .pricing-list ul li i {
        color: #fff;
        margin-right: 8px; }

  .pricing .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%; }
	
/*===== PRICING STYLE THREE =====*/
.pricing-style-three {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .pricing-style-three .pricing-header .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #263238;
    position: relative;
    padding-bottom: 8px; }
    .pricing-style-three .pricing-header .sub-title::before {
      position: absolute;
      content: '';
      width: 72px;
      height: 4px;
      bottom: 0;
      right: 0;
      background-color: #1fb299;
      margin: 0 auto; }
  .pricing-style-three .pricing-header .price {
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 32px;
    color: #263238; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pricing-style-three .pricing-header .price {
        font-size: 50px;
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .pricing-style-three .pricing-header .price {
        font-size: 50px;
        margin-top: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .pricing-style-three .pricing-header .price {
        font-size: 64px;
        margin-top: 32px; } }
  .pricing-style-three .pricing-header .year {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #455a64;
    margin-top: 3px; }
  .pricing-style-three .pricing-flower {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 90px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pricing-style-three .pricing-flower {
        width: 50px; } }
    @media (max-width: 767px) {
      .pricing-style-three .pricing-flower {
        width: 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .pricing-style-three .pricing-flower {
        width: 70px; } }
    .pricing-style-three .pricing-flower img {
      width: 100%; }
  .pricing-style-three .pricing-list {
    margin-top: 70px; 
	margin-bottom: 80px; }
	@media only screen and (min-width: 576px) and (max-width: 992px) {
		.pricing-style-three .pricing-list {
			margin-bottom: 80px; } }
	@media only screen and (min-width: 350px) and (max-width: 576px) {
		.pricing-style-three .pricing-list {
			margin-bottom: 150px; } }
	@media only screen and (max-width: 350px) {
		.pricing-style-three .pricing-list {
			margin-bottom: 70px; } }
    .pricing-style-three .pricing-list ul li {
      font-size: 20px;
      line-height: 28px;
      color: #263238;
      margin-top: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .pricing-style-three .pricing-list ul li {
          font-size: 16px;
          margin-top: 12px; } }
      @media (max-width: 576px) {
        .pricing-style-three .pricing-list ul li {
          font-size: 20px;
          margin-top: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .pricing-style-three .pricing-list ul li {
          font-size: 22px;
          margin-top: 16px; } }
	  @media only screen and (min-width: 767px) and (max-width: 991px) {
        .pricing-style-three .pricing-list ul li {
          font-size: 24px;
          margin-top: 16px; } }
      .pricing-style-three .pricing-list ul li i {
        color: #1fb299;
        margin-right: 8px; }
	  
	  
	  
	  
	  .pricing-style-three .pricing-list p {
      font-size: 20px;
      line-height: 28px;
      color: #263238;
      margin-top: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .pricing-style-three .pricing-list p {
          font-size: 16px;
          margin-top: 12px; } }
      @media (max-width: 576px) {
        .pricing-style-three .pricing-list p {
          font-size: 20px;
          margin-top: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .pricing-style-three .pricing-list p {
          font-size: 22px;
          margin-top: 16px; } }
	  @media only screen and (min-width: 767px) and (max-width: 991px) {
        .pricing-style-three .pricing-list p {
          font-size: 24px;
          margin-top: 16px; } }
		  
  .pricing-style-three .pricing-btn {
    margin-top: 42px; }
    .pricing-style-three .pricing-btn .main-btn {
      background-color: #1fb299;
      color: #fff;
      border-color: #1fb299; }
      .pricing-style-three .pricing-btn .main-btn:hover {
        background-color: #005ad5;
        border-color: #005ad5; }
  .pricing-style-three .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%; }

/*===========================
        13.TEAM css 
===========================*/
.single-team {
  position: relative; }
  .single-team .team-image img {
    width: 100%; }
  .single-team .team-content {
    padding: 16px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 62px;
    background-color: #fff; }
    .single-team .team-content::before {
      position: absolute;
      content: '';
      width: 72px;
      height: 4px;
      background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: linear-gradient(to right, #1fb299 0%, #2bdbdc 100%);
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .single-team .team-content .name a {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      color: #263238;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team .team-content .name a {
          font-size: 20px; } }
      .single-team .team-content .name a:hover {
        color: #1fb299; }
    .single-team .team-content .sub-title {
      font-size: 16px;
      line-height: 24px;
      color: #a4a4a4;
      margin-top: 8px; }
    .single-team .team-content .social {
      margin-top: 8px; }
      .single-team .team-content .social li {
        display: inline-block;
        margin: 0 8px; }
        .single-team .team-content .social li a {
          font-size: 20px;
          color: #1fb299; }
		  
/*===== TEAM STYLE ELEVEN =====*/
.team-area .section-title .text {
	font-size: 24px;}
.team-style-eleven {
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }
  .team-style-eleven .team-image img {
    width: 100%; }
  .team-style-eleven .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .team-style-eleven .team-content {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .team-style-eleven .team-content::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: linear-gradient(to right, #1fb299 0%, #2bdbdc 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
    .team-style-eleven .team-content .team-social {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      visibility: hidden;
      opacity: 0; }
		.team-style-eleven .team-content .team-social .description {
		  color: #fff;
		  font-size: 16px; 
		  opacity: 0; 
		  padding: 30px}
      .team-style-eleven .team-content .team-social .social {
        background-color: #fff;
        display: inline-block;
        padding: 10px 20px 6px;
        border-radius: 50px; }
        .team-style-eleven .team-content .team-social .social li {
          display: inline-block;
          margin: 0 8px; }
          .team-style-eleven .team-content .team-social .social li a {
            font-size: 16px;
            color: #a4a4a4;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            .team-style-eleven .team-content .team-social .social li a:hover {
              color: #1fb299; }
    .team-style-eleven .team-content .team-name a {
      color: #263238;
      font-size: 30px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .team-style-eleven .team-content .team-name a {
          font-size: 18px; } }
    .team-style-eleven .team-content .sub-title {
      font-size: 22px;
      color: #1fb299;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .team-style-eleven .team-content .sub-title {
          font-size: 14px; } }
  .team-style-eleven:hover .team-content {
    padding-top: 300px; }
    @media (max-width: 767px) {
      .team-style-eleven:hover .team-content {
        padding-top: 300px; } }
    .team-style-eleven:hover .team-content::before {
      opacity: 1; }
    .team-style-eleven:hover .team-content .team-social {
      top: -20px;
      visibility: visible;
      opacity: 1; }
	.team-style-eleven:hover .team-content .team-social .description {
	  top: -120px;
	  visibility: visible;
	  opacity: 1; }
    .team-style-eleven:hover .team-content .team-name a {
      color: #fff; }
    .team-style-eleven:hover .team-content .sub-title {
      color: #fff; }
	  
	  
	.team-style-eleven .team-content .sub-title {
      font-size: 22px;
      color: #1fb299;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
	  
	  
	  
	  
	.investor .team-style-eleven:hover .team-content {
    padding-top: 215px !important; }
    @media (max-width: 767px) {
      .investor .team-style-eleven:hover .team-content {
        padding-top: 215px !important; } }
		
	.investor .team-style-eleven .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .investor .team-style-eleven .team-content {
        padding-top: 5px !important;
        padding-bottom: 5px !important; } }
	  



/*===== JOBS STYLE ELEVEN =====*/
.jobs-area .section-title .text {
	font-size: 24px;}
.jobs-style-eleven {
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }
  .jobs-style-eleven .jobs-image img {
    width: 100%; }
  .jobs-style-eleven .jobs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .jobs-style-eleven .jobs-content {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .jobs-style-eleven .jobs-content::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: -o-linear-gradient(left, #1fb299 0%, #2bdbdc 100%);
      background: linear-gradient(to right, #1fb299 0%, #2bdbdc 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
    .jobs-style-eleven .jobs-content .jobs-social {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      visibility: hidden;
      opacity: 0; }
		.jobs-style-eleven .jobs-content .jobs-social .description {
		  color: #fff;
		  font-size: 16px; 
		  opacity: 0; 
		  padding: 50px 30px 30px 30px;}
      .jobs-style-eleven .jobs-content .jobs-social .social {
        background-color: #fff;
        display: inline-block;
        padding: 10px 20px 6px;
        border-radius: 50px; }
        .jobs-style-eleven .jobs-content .jobs-social .social li {
          display: inline-block;
          margin: 0 8px; }
          .jobs-style-eleven .jobs-content .jobs-social .social li a {
            font-size: 16px;
            color: #a4a4a4;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            .jobs-style-eleven .jobs-content .jobs-social .social li a:hover {
              color: #1fb299; }
    .jobs-style-eleven .jobs-content .jobs-name a {
      color: #263238;
      font-size: 30px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .jobs-style-eleven .jobs-content .jobs-name a {
          font-size: 18px; } }
    .jobs-style-eleven .jobs-content .sub-title {
      font-size: 22px;
      color: #1fb299;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .jobs-style-eleven .jobs-content .sub-title {
          font-size: 14px; } }
  .jobs-style-eleven:hover .jobs-content {
    padding-top: 220px; }
    @media (max-width: 767px) {
      .jobs-style-eleven:hover .jobs-content {
        padding-top: 300px; } }
    .jobs-style-eleven:hover .jobs-content::before {
      opacity: 1; }
    .jobs-style-eleven:hover .jobs-content .jobs-social {
      top: -20px;
      visibility: visible;
      opacity: 1; }
	.jobs-style-eleven:hover .jobs-content .jobs-social .description {
	  top: -120px;
	  visibility: visible;
	  opacity: 1; }
    .jobs-style-eleven:hover .jobs-content .jobs-name a {
      color: #fff; }
    .jobs-style-eleven:hover .jobs-content .sub-title {
      color: #fff; }
	  
	  
	.jobs-style-eleven .jobs-content .sub-title {
      font-size: 22px;
      color: #1fb299;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
	  
	  
	  
/*===========================
       25.CLIENT css 
===========================*/
.single-client {
	margin-right: auto;
	margin-left: auto; 
	margin-top: auto;
	margin-bottom: auto;
	height: }
.single-client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 60%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
  height: 75px;}
  @media only screen and (min-width: 767px) and (max-width: 991px) {
	  .single-client img {
		  height: 80px;} 
	  .col-md-3 {
		  flex: 0 0 100%;
		  max-width: 50%;} }
	@media only screen and (min-width: 576px) and (max-width: 767px) {
	  .single-client img {
		  height: 65px;} 
	  .col-md-3 {
		  flex: 0 0 100%;
		  max-width: 50%;} }
	@media only screen and (max-width: 576px) {
	  .single-client img {
		  height: 50px;}
	  .col-md-3 {
		  flex: 0 0 100%;
		  max-width: 50%;} }
.single-client:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); 
  opacity: 100%;}

.client-logo-area {
	padding-top: 70px; }
	@media only screen and (min-width: 576px) and (max-width: 991px) {
		.client-logo-area {
			padding-top: 40px; } }
	@media only screen and (max-width: 576px) {
		.client-logo-area {
			padding-top: 20px; } }
/*===========================
      20.CONTACT css 
===========================*/
.contact-area {
  padding-top: 70px;
  padding-bottom: 120px; }
  .contact-area .section-title .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 55px; }
    @media (max-width: 767px) {
      .contact-area .section-title .title {
        font-size: 24px;
        line-height: 35px; } }
  .contact-area .section-title-2 .title {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px; }
    @media (max-width: 767px) {
      .contact-area .section-title-2 .title {
        font-size: 24px;
        line-height: 35px; } }

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #263238;
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #e9ecef; }

.form-message.error {
  color: #fc3832; }

.contact-form .form-input .input-items textarea,
.contact-form .form-input .input-items input {
  background: none; }

.contact-form .form-input .input-items textarea {
  padding-top: 10px; }

.contact-form .form-input .input-items .main-btn {
  border: 0;
  border-radius: 50px; }

.contact-info ul li .single-info {
  position: relative;
  margin-top: 19px; }
  .contact-info ul li .single-info .info-icon {
    position: absolute;
    top: 0;
    left: 0; }
    .contact-info ul li .single-info .info-icon i {
      color: #455a64;
      font-size: 18px;
      line-height: 24px; }
  .contact-info ul li .single-info .info-content {
    padding-left: 30px; }
    .contact-info ul li .single-info .info-content .text {
      font-size: 16px;
      line-height: 24px;
      color: #455a64;
      font-weight: 500; }

.contact-info .social li {
  display: inline-block;
  margin-right: 12px; }
  .contact-info .social li a {
    font-size: 32px;
    color: #455a64;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .contact-info .social li a:hover {
      color: #1fb299; }

.contact-box {
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #f4f6f7; }

.single-contact-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 35px;
  height: 255px; }
  @media (max-width: 767px) {
    .single-contact-box {
      padding: 24px 20px; } }
  .single-contact-box .box-icon {
    position: relative;
    display: inline-block; }
    .single-contact-box .box-icon i {
      font-size: 88px;
      position: relative;
      z-index: 5;
      color: #1fb299; }
    .single-contact-box .box-icon .shape {
      position: absolute;
      top: 0;
      left: 0; }
  .single-contact-box .box-content {
    margin-top: 24px; }
    .single-contact-box .box-content .box-title {
      font-size: 28px;
      line-height: 35px;
      color: #263238; }
    .single-contact-box .box-content .text {
      font-size: 14px;
      line-height: 20px;
      color: #263238;
      margin-top: 16px; }

/*===========================
    22.FOOTER css 
===========================*/
.footer-area {
  background-color: #f4f6f7;
  padding-top: 50px;
  padding-bottom: 20px; }
  .footer-area .social li {
    display: inline-block;
    margin: 0 5px; }
    .footer-area .social li a {
      font-size: 24px;
      color: #455a64;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-area .social li a:hover {
        color: #1fb299; }
  .footer-area .footer-support {
    padding-top: 21px; }
    .footer-area .footer-support span {
      font-size: 16px;
      line-height: 24px;
      color: #263238;
      font-weight: 600;
      display: block; }
      @media (max-width: 767px) {
        .footer-area .footer-support span {
          display: block; } }
  .footer-area .footer-app-store {
    padding-top: 27px; }
    .footer-area .footer-app-store ul li {
      display: inline-block;
      margin-right: 8px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .footer-app-store ul li {
          margin-right: 6px; } }
      .footer-area .footer-app-store ul li:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .footer-area .footer-app-store ul li {
          width: 120px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-app-store ul li {
          width: auto; } }
  .footer-area .copyright .text {
    color: #263238; }
  .footer-area.footer-bark {
    background-color: #263238; }
    .footer-area.footer-bark .social li a {
      color: #fff; }
    .footer-area.footer-bark .footer-support {
      padding-top: 21px; }
      .footer-area.footer-bark .footer-support span {
        color: #fff; }
    .footer-area.footer-bark .footer-app-store {
      padding-top: 27px; }
      .footer-area.footer-bark .footer-app-store ul li {
        color: #fff; }
    .footer-area.footer-bark .copyright .text {
      color: #fff; }
	  
.footer-area .footer-links a{
	color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #1fb299;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #005ad5; }
	
	
/*===== ADDITIONS =====*/
.steps {
padding: 20px; }

.steps .features-title {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    color: #263238;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 5; }
	
	
.features-content {
padding: 20px; }
@media only screen and (max-width: 576px) {
	.features-content {
		padding-left: 40px;
		padding-right: 10px;} }
	
.features-content .features-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #263238;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 5; }
	
.h-70 {
	height: 70px; }
	
	
	/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner {
  background-color: #1fb299; }
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: 600px; 
    width: 100%; 
	background-size: cover;
	background-attachment: fixed;
	background-clip: border-box;}
    @media (max-width: 767px) {
      .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        height: 400px; } }
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      left: 0; }
      .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 44px;
        font-weight: 700;
        color: #fff;
        line-height: 55px; }
        @media (max-width: 767px) {
          .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
            font-size: 24px;
            line-height: 32px; } }
      .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        display: inline-block;
        margin: 16px 8px 0; }
        @media (max-width: 767px) {
          .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
            margin: 16px 3px 0; } }
        .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-three {
          border: 0; }
        .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one {
          border-color: #fff;
          color: #fff; }
          .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one:hover {
            background-color: #fff;
            color: #1fb299; }
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
  top: 50%;
  width: auto;
  height: auto;
  font-size: 70px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 70px;
  opacity: 1;
  z-index: 99; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
      left: 30px;
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
      left: 30px;
      font-size: 50px; } }
  @media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
      left: 20px;
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
      font-size: 34px; } }
.slider-one .bd-example .carousel .carousel-control-next {
  right: 70px;
  left: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-next {
      right: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-next {
      right: 40px; } }
  @media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-next {
      right: 20px; } }
.slider-one .bd-example .carousel .carousel-indicators {
  margin-bottom: 20px; }
  .slider-one .bd-example .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    border: 0; }
    .slider-one .bd-example .carousel .carousel-indicators li.active {
      width: 16px;
      background-color: #fff;
      border-radius: 5px; }
	  
	  
        
	  
/*===== SLIDER FIVE =====*/
.slider-five {
  background-color: #f4f6f7;
  position: relative; }
  @media only screen and (min-width: 767px) and (max-width: 1399px) {
	  .slider-five {
			margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
	  .slider-five {
			margin-bottom: 30px; } }
  .slider-five .slider-content {
    max-width: 560px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .slider-five .slider-content {
        padding-top: 100px;
        padding-bottom: 106px; } }
.slider-five .slider-content img{
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;}
    .slider-five .slider-content .slider-title {
      font-size: 44px;
      font-weight: 600;
      color: #263238;
      line-height: 55px; }
      @media (max-width: 767px) {
        .slider-five .slider-content .slider-title {
          font-size: 28px;
          line-height: 38px; } }
    .slider-five .slider-content .text {
      font-size: 28px;
      color: #263238;
      line-height: 34px;
      margin-top: 16px; }
      @media only screen and (max-width: 576px) {
        .slider-five .slider-content .text {
          font-size: 18px; 
		  padding: 25px; 
		  margin-left: auto;
		  margin-right: auto ;} }
	  @media only screen and (max-width: 767px) and (min-width: 576px) {
		 .slider-five .slider-content .text {
          font-size: 20px; 
		  padding: 15px; 
		  margin-left: auto;
		  margin-right: auto ;} }
    .slider-five .slider-content .slider-newsletter {
      max-width: 410px;
      position: relative;
      margin: 24px auto 0; }
      .slider-five .slider-content .slider-newsletter i {
        font-size: 26px;
        color: #1fb299;
        position: absolute;
        left: 18px;
        top: 12px; }
      .slider-five .slider-content .slider-newsletter input {
        width: 100%;
        height: 48px;
        border: 0;
        border-radius: 50px;
        background-color: #fff;
        padding-left: 60px;
        padding-right: 30px; }
        .slider-five .slider-content .slider-newsletter input::placeholder {
          opacity: 1;
          color: #455a64; }
        .slider-five .slider-content .slider-newsletter input::-moz-placeholder {
          opacity: 1;
          color: #455a64; }
        .slider-five .slider-content .slider-newsletter input::-moz-placeholder {
          opacity: 1;
          color: #455a64; }
        .slider-five .slider-content .slider-newsletter input::-webkit-input-placeholder {
          opacity: 1;
          color: #455a64; }
      .slider-five .slider-content .slider-newsletter .slider-btn {
        border: 0;
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 767px) {
          .slider-five .slider-content .slider-newsletter .slider-btn {
            position: relative;
            right: auto;
            margin-top: 15px; } }
        .slider-five .slider-content .slider-newsletter .slider-btn .main-btn {
          border: 0;
          border-radius: 50px;
          line-height: 48px; }
  .slider-five .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-five .carousel {
        height: 720px;
        position: relative;
        width: 100%; } }
    @media (max-width: 767px) {
      .slider-five .carousel {
        height: 420px;
        position: relative;
        width: 100%; } }
    .slider-five .carousel .carousel-inner {
      height: 100%;
      width: 100%; }
      .slider-five .carousel .carousel-inner .carousel-item {
        height: 100%;
        width: 100%; 
		background-size: 40%;}
	  @media only screen and (max-width: 450px) {
		  .slider-five .carousel .carousel-inner .carousel-item {
			background-size: 45%; } }
	  @media only screen and (min-width: 450spx) and (max-width: 767px) {
		  .slider-five .carousel .carousel-inner .carousel-item {
			background-size: 35%; } }
	  @media only screen and (min-width: 767px) and (max-width: 991px) {
		  .slider-five .carousel .carousel-inner .carousel-item {
			background-size: 50%; } }
	
	  .slider-five .carousel .carousel-inner .story{
	  padding: 50px;
	  margin-right: auto;
	  margin-left: auto;
	  width: 80%;
	  text-align: center;}
	  @media (max-width: 767px) {
		  .slider-five .carousel .carousel-inner .story{
			  padding: 20px;
			  width: 100%;}}
	.slider-five .carousel .carousel-inner .story p{
	font-size: 24px;
	line-height: 28px;}
	@media only screen and (min-width: 576px) and (max-width: 767px) {
		.slider-five .carousel .carousel-inner .story p{
			font-size: 20px;
			line-height: 24px; } }
	@media only screen and (max-width: 576px) {
		.slider-five .carousel .carousel-inner .story p{
			font-size: 18px;
			line-height: 22px; } }
    .slider-five .carousel .carousel-control-prev, .slider-five .carousel .carousel-control-next {
      top: 50%;
      width: auto;
      height: auto;
      font-size: 32px;
      color: rgba(31, 178, 153, 0.3);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      bottom: auto;
      left: 70px;
      opacity: 1;
      z-index: 99;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-five .carousel .carousel-control-prev, .slider-five .carousel .carousel-control-next {
          left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-five .carousel .carousel-control-prev, .slider-five .carousel .carousel-control-next {
          left: 40px; } }
      @media (max-width: 767px) {
        .slider-five .carousel .carousel-control-prev, .slider-five .carousel .carousel-control-next {
          left: 20px;
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider-five .carousel .carousel-control-prev, .slider-five .carousel .carousel-control-next {
          font-size: 34px; } }
      .slider-five .carousel .carousel-control-prev:hover, .slider-five .carousel .carousel-control-next:hover {
        color: #1fb299; }
    .slider-five .carousel .carousel-control-next {
      right: 70px;
      left: auto; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-five .carousel .carousel-control-next {
          right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-five .carousel .carousel-control-next {
          right: 40px; } }
      @media (max-width: 767px) {
        .slider-five .carousel .carousel-control-next {
          right: 20px; } }
    .slider-five .carousel .carousel-indicators {
      margin-bottom: 20px; }
      .slider-five .carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 103, 244, 0.3);
        border-radius: 50px;
        border: 0; }
        .slider-five .carousel .carousel-indicators li.active {
          width: 16px;
          background-color: #1fb299;
          border-radius: 5px; }


/*===== POLICIES =====*/

.policy ul{
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-inline-start: 40px; }
	
.policy li {
	font-size: 20px; 
	line-height: 32px; 
	color: #455a64; }
	
.policy .policy-text p{
	font-size: 18px; 
	line-height: 24px; 
	color: #455a64; 
	margin-block-start: 1em;
    margin-block-end: 1em; }
	
.policy .policy-text h3{
	margin-top: 90px; }
	
.policy .policy-text h5{
	padding-top: 10px; 
	font-style: italic; }
	
.policy .policy-text .cookies-item-table {
	border: 1px dashed #263238; 
	color: #455a64; 
	font-size: 14px; 
	border-collapse: collapse; }
.policy .policy-text .cookies-item-table tbody{
	display: table-row-group; 
	vertical-align: middle; }
.policy .policy-text .cookies-item-table tr{
	display: table-row; }
.policy .policy-text .cookies-item-table td{
	border: 1px dashed #263238;
	display: table-cell; 
	padding: 5px; }
.policy .policy-text .cookies-item-table p{
	margin-bottom: 16px; }
	
.CookieDeclarationType {
	display: block; 
	margin: 12px 0 12px 0; 
	padding: 8px 8px 0 8px; 
	border: 1px solid #263238; 
	vertical-align: top; }
.CookieDeclarationTypeHeader {
	font-weight: bold; }
.CookieDeclarationTypeDescription {
	margin: 2px 0 16px 0; }
.CookieDeclarationTable {
	table-layout: fixed; 
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0; 
	margin: 0 0 18px 0;
	font-size: 18px; 
	vertical-align: baseline; }
.CookieDeclarationTableHeader {
	font-weight: bold; 
	border-bottom: 1px solid #263238; 
	text-align: left; 
	padding: 4px; 
	overflow: hidden; }
.CookieDeclarationTableCell {
	text-overflow: ellipsis;
	border-bottom: 1px solid #263238; 
	text-align: top; 
	padding: 4px 4px 5px 4px; }
.policy a {
	color: #1fb299; }
.policy-text li{
	font-size: 18px; }

.footer-area .footer-links .nav-item a::before {
		background-color: #fff; }
		
.footer-area .footer-links .nav-item a::before {
            position: absolute;
            content: '';
            width: 32px;
            height: 4px;
            background-color: #263238;
            left: 50%;
            bottom: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            -webkit-transform: translateX(-50%) scaleX(0);
            -moz-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            -o-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0); }	
.footer-area .footer-links .nav-item.active > a::before, .footer-area .footer-links .nav-item:hover > a::before {
          -webkit-transform: translateX(-50%) scaleX(1);
          -moz-transform: translateX(-50%) scaleX(1);
          -ms-transform: translateX(-50%) scaleX(1);
          -o-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1); }