/*-----------------------------------------------------------------------------------

    Template Name: Krowd - Crowdfunding Projects & Charity HTML Template
    Template URI: layerdrops.com
    Description: Krowd - Crowdfunding Projects & Charity HTML Template
    Author: Layerdrops
    Author URI: layerdrops.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer
    05. Footer
    06. Footer
    07. Footer
    08. Footer
    09. Footer
    10. Footer
    11. Footer
    12. Footer
    13. Footer
    14. Footer
    15. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #838694;
  overflow-x: hidden; }

* {
  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: "Times", cursive;
  font-weight: 400;
  color: #1b1f2e;
  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; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #838694;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  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: 0px;
  padding: 0 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 74px;
  border-radius: 0px;
  color: #1b1f2e;
  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;
  background-color: #BFFF00;
  position: relative; }
  .main-btn::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 17px;
    width: 17px;
    background: #1b1f2e;
    -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; }
  .main-btn:hover {
    background-color: #1b1f2e;
    color: #fff; }
    .main-btn:hover::before {
      width: 100%;
      height: 100%; }
  .main-btn.main-btn-2 {
    background-color: #1b1f2e;
    color: #fff; }
    .main-btn.main-btn-2::before {
      background: #fff; }
    .main-btn.main-btn-2:hover {
      background-color: #fff;
      color: #1b1f2e; }

.section-title {
  padding-bottom: 32px; }
  .section-title span {
    font-size: 18px;
    color: #465D48;
    text-transform: capitalize;
    padding-left: 16px;
    position: relative; }
    .section-title span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 6px;
      width: 6px;
      background: #BFFF00; }
  .section-title .title {
    font-size: 60px;
    font-weight: 400;
    padding-top: 6px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title .title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-title .title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title .title {
        font-size: 40px; } }
  .section-title.section-title-2 span {
    color: #fff; }
  .section-title.section-title-2 .title {
    color: #fff; }

/*===========================
    2.HEADER css 
===========================*/
.header-area .header-top {
  height: 50px;
  border-bottom: 1px solid #e9e9ee; }
  @media (max-width: 767px) {
    .header-area .header-top {
      display: none; } }
  .header-area .header-top .header-info ul li {
    display: inline-block; }
    .header-area .header-top .header-info ul li a {
      color: #838694; }
      .header-area .header-top .header-info ul li a i {
        padding-right: 6px;
        color: #465D48; }
    .header-area .header-top .header-info ul li:last-child {
      margin-left: 36px; }
  .header-area .header-top .social ul li {
    display: inline-block; }
    .header-area .header-top .social ul li a {
      color: #838694;
      margin-left: 26px;
      -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 .header-top .social ul li a:hover {
        color: #465D48; }
.header-area.header-2-area .main-header {
  top: 0px;
  background: transparent;
  padding: 0; }
  .header-area.header-2-area .main-header.sticky {
    top: 0;
    background: #1b1f2e; }
  .header-area.header-2-area .main-header::before {
    display: none; }
  .header-area.header-2-area .main-header .main-header-item {
    padding: 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .header-area.header-2-area .main-header .main-header-item {
        padding: 0px 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-2-area .main-header .main-header-item {
        padding: 0px 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-2-area .main-header .main-header-item {
        padding: 30px 15px; } }
    @media (max-width: 767px) {
      .header-area.header-2-area .main-header .main-header-item {
        padding: 30px 10px; } }
    .header-area.header-2-area .main-header .main-header-item .header-info .info::before {
      background: rgba(255, 255, 255, 0.15); }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .info::before {
          left: -20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .info::before {
          left: -15px; } }
      @media (max-width: 767px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .info::before {
          height: 110px;
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .info::before {
          height: 110px;
          display: block; } }
    .header-area.header-2-area .main-header .main-header-item .header-info .info .title {
      color: #fff; }
    .header-area.header-2-area .main-header .main-header-item .header-info .info span {
      color: #fff; }
    .header-area.header-2-area .main-header .main-header-item .header-info .social {
      margin-right: 102px;
      position: relative; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .social {
          display: block;
          margin-right: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .social {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .social {
          display: none; } }
      @media (max-width: 767px) {
        .header-area.header-2-area .main-header .main-header-item .header-info .social {
          display: none; } }
      .header-area.header-2-area .main-header .main-header-item .header-info .social::before {
        position: absolute;
        content: '';
        right: -52px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 110px;
        background: rgba(255, 255, 255, 0.15); }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .header-area.header-2-area .main-header .main-header-item .header-info .social::before {
            right: -13px; } }
        @media (max-width: 767px) {
          .header-area.header-2-area .main-header .main-header-item .header-info .social::before {
            width: 0;
            left: -30px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-area.header-2-area .main-header .main-header-item .header-info .social::before {
            height: 78px;
            width: 1px; } }
      .header-area.header-2-area .main-header .main-header-item .header-info .social ul li {
        display: inline-block; }
        .header-area.header-2-area .main-header .main-header-item .header-info .social ul li a {
          color: #fff;
          margin-right: 26px;
          -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.header-2-area .main-header .main-header-item .header-info .social ul li a:hover {
            color: #465D48; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
      position: relative; }
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo::before {
        position: absolute;
        content: '';
        right: -80px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 110px;
        background: rgba(255, 255, 255, 0.15); }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo::before {
            right: -50px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo::before {
            display: none; } }
        @media (max-width: 767px) {
          .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo::before {
            display: none; } }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-info .search {
        padding-right: 50px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-info .search {
        padding-right: 50px; } }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-info .search a {
      color: #fff; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-info .toggle-btn i {
      color: #fff; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
      color: #fff; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
          margin: 0 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
          margin: 0 25px 0 0; } }
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a.active {
        color: #BFFF00; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li:hover > a {
      color: #BFFF00; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li .sub-menu > li a {
      color: #1b1f2e;
      margin: 0; }
.header-area.header-3-area {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 99; }
  .header-area.header-3-area .header-top {
    background: #465D48;
    padding: 0 40px;
    border-bottom: 0; }
    .header-area.header-3-area .header-top .header-info ul li a {
      color: #fff; }
      .header-area.header-3-area .header-top .header-info ul li a i {
        color: #BFFF00; }
    .header-area.header-3-area .header-top .social ul li a {
      color: #fff; }
  .header-area.header-3-area .main-header {
    background-color: transparent;
    padding: 0; }
    .header-area.header-3-area .main-header.sticky {
      background: #fff; }
    .header-area.header-3-area .main-header .main-header-item {
      background: #fff;
      padding: 0 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area.header-3-area .main-header .main-header-item {
          padding: 31px 20px; } }
      @media (max-width: 767px) {
        .header-area.header-3-area .main-header .main-header-item {
          padding: 31px 20px; } }
      .header-area.header-3-area .main-header .main-header-item .header-menu ul li > a {
        margin: 0 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-3-area .main-header .main-header-item .header-menu ul li > a {
            margin: 0 6px; } }
      .header-area.header-3-area .main-header .main-header-item .header-menu ul li .sub-menu > li a {
        margin: 0; }

.main-header {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header {
      padding: 31px 0; } }
  @media (max-width: 767px) {
    .main-header {
      top: 0;
      padding: 15px 0; } }
  .main-header .main-header-item .header-btn a {
    background: #BFFF00;
    line-height: 70px;
    padding: 0 60px 0 85px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-right: 10px solid #fff;
    white-space: nowrap;
    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; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .main-header .main-header-item .header-btn a {
        padding: 0 30px 0 55px; } }
    @media (max-width: 767px) {
      .main-header .main-header-item .header-btn a {
        padding: 0 20px; } }
    .main-header .main-header-item .header-btn a::before {
      position: absolute;
      content: '';
      left: 60px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 15px;
      background: #fff;
      -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; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .main-header .main-header-item .header-btn a::before {
          left: 30px; } }
      @media (max-width: 767px) {
        .main-header .main-header-item .header-btn a::before {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .main-header .main-header-item .header-btn a::before {
          display: block; } }
    .main-header .main-header-item .header-btn a:hover {
      color: #fff;
      background: #192437; }
      .main-header .main-header-item .header-btn a:hover::before {
        background: #fff; }
  .main-header .main-header-item .header-menu ul {
    padding: 0 0px 0 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .main-header .main-header-item .header-menu ul {
        padding: 0 0 0 37px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .main-header .main-header-item .header-menu ul {
        padding: 0 15px; } }
    .main-header .main-header-item .header-menu ul li {
      display: inline-block;
      position: relative; }
      .main-header .main-header-item .header-menu ul li > a {
        line-height: 110px;
        font-size: 16px;
        color: #838694;
        text-transform: capitalize;
        font-weight: 400;
        margin: 0  31px;
        -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; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .main-header .main-header-item .header-menu ul li > a {
            margin: 0 15px; } }
        .main-header .main-header-item .header-menu ul li > a.active {
          color: #1b1f2e;
          font-weight: 500; }
      .main-header .main-header-item .header-menu ul li .sub-menu {
        position: absolute;
        left: 30px;
        top: 110%;
        width: 200px;
        background-color: #fff;
        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);
        border-top: 4px solid #BFFF00;
        padding: 0; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .main-header .main-header-item .header-menu ul li .sub-menu {
            left: 20px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .main-header .main-header-item .header-menu ul li .sub-menu {
            left: 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .main-header .main-header-item .header-menu ul li .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 0s ease-out 0s;
            -moz-transition: all 0s ease-out 0s;
            -ms-transition: all 0s ease-out 0s;
            -o-transition: all 0s ease-out 0s;
            transition: all 0s ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        @media (max-width: 767px) {
          .main-header .main-header-item .header-menu ul li .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 0s ease-out 0s;
            -moz-transition: all 0s ease-out 0s;
            -ms-transition: all 0s ease-out 0s;
            -o-transition: all 0s ease-out 0s;
            transition: all 0s ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        .main-header .main-header-item .header-menu ul li .sub-menu > li {
          position: relative;
          display: block; }
          .main-header .main-header-item .header-menu ul li .sub-menu > li a {
            display: block;
            padding: 10px 24px;
            margin: 0;
            position: relative;
            color: #222;
            -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;
            line-height: 30px;
            border-top: 1px solid #BFFF00; }
            .main-header .main-header-item .header-menu ul li .sub-menu > li a::before {
              display: none; }
            .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
              float: right;
              font-size: 14px;
              margin-top: 5px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                  display: none; } }
              @media (max-width: 767px) {
                .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                  display: none; } }
          .main-header .main-header-item .header-menu ul li .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; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                padding-left: 30px; } }
            @media (max-width: 767px) {
              .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                padding-left: 30px; } }
            .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu li:hover .sub-menu {
              top: 0 !important; }
          .main-header .main-header-item .header-menu ul li .sub-menu > li:hover .sub-menu {
            top: 0%;
            opacity: 1;
            visibility: visible; }
          .main-header .main-header-item .header-menu ul li .sub-menu > li:hover > a {
            background-color: #1b1f2e;
            color: #fff !important; }
      .main-header .main-header-item .header-menu ul li:hover > a {
        color: #1b1f2e;
        font-weight: 500; }
        .main-header .main-header-item .header-menu ul li:hover > a::before {
          opacity: 1; }
      .main-header .main-header-item .header-menu ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .main-header .main-header-item .header-menu ul li:last-child a {
        margin-right: 0 !important; }
  .main-header .main-header-item .header-info {
    position: relative; }
    .main-header .main-header-item .header-info .search {
      padding-right: 100px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .main-header .main-header-item .header-info .search {
          padding-right: 70px; } }
      @media (max-width: 767px) {
        .main-header .main-header-item .header-info .search {
          padding-right: 50px; } }
      .main-header .main-header-item .header-info .search a {
        color: #838694; }
    .main-header .main-header-item .header-info .info {
      padding-left: 62px;
      position: relative; }
      .main-header .main-header-item .header-info .info::before {
        position: absolute;
        content: '';
        left: -52px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 110px;
        background: #e9e9ee; }
        @media (max-width: 767px) {
          .main-header .main-header-item .header-info .info::before {
            width: 0;
            left: -30px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .main-header .main-header-item .header-info .info::before {
            height: 78px;
            width: 1px; } }
      .main-header .main-header-item .header-info .info span {
        font-size: 14px;
        color: #838694; }
      .main-header .main-header-item .header-info .info .title {
        font-size: 20px;
        font-family: "Roboto", sans-serif; }
      .main-header .main-header-item .header-info .info img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .main-header .main-header-item .header-info .toggle-btn {
      font-size: 24px;
      color: #838694;
      display: none;
      cursor: pointer; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-header .main-header-item .header-info .toggle-btn {
          display: block; } }
      @media (max-width: 767px) {
        .main-header .main-header-item .header-info .toggle-btn {
          display: block; } }
  .main-header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky  1.2s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
    .main-header.sticky .main-header-item .header-logo {
      margin-top: 0; }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0; }
  .off_canvars_overlay.active {
    opacity: .5;
    visibility: visible; }

.offcanvas_menu {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block; } }
  @media (max-width: 767px) {
    .offcanvas_menu {
      display: block; } }

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto; }
  .offcanvas_menu_wrapper.active {
    margin-left: 0; }
  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto; }
  .offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px; }
    .offcanvas_menu_wrapper .header-btn a {
      color: #222; }
      .offcanvas_menu_wrapper .header-btn a:hover {
        color: #222; }

.offcanvas_main_menu li {
  position: relative; }
  .offcanvas_main_menu li:last-child {
    margin: 0; }
  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0; }
  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -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; }
    .offcanvas_main_menu li a:hover {
      color: #BFFF00; }
  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px; }

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    -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; }
    .offcanvas_footer span a:hover {
      color: #BFFF00; }

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px; }
  .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #222;
    -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; }
    .canvas_close a:hover {
      background: #BFFF00;
      border-color: #BFFF00;
      color: #fff; }

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #222;
  -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; }
  .canvas_open a:hover {
    color: #BFFF00;
    border-color: #BFFF00; }

.offcanvas-social {
  margin-bottom: 40px; }
  .offcanvas-social ul li {
    display: inline-block; }
    .offcanvas-social ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      color: #BFFF00;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      margin: 0 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; }
      .offcanvas-social ul li a:hover {
        background: #BFFF00;
        border-color: #BFFF00;
        color: #fff; }

/*===========================
    3.HEADER css 
===========================*/
.banner-slider.banner-2-area .banner-area {
  margin-top: auto;
  height: 940px;
  z-index: 10; }
  @media (max-width: 767px) {
    .banner-slider.banner-2-area .banner-area {
      height: 700px; } }
  .banner-slider.banner-2-area .banner-area .banner-content .title {
    font-size: 78px;
    line-height: 88px; }
    @media (max-width: 767px) {
      .banner-slider.banner-2-area .banner-area .banner-content .title {
        font-size: 36px;
        line-height: 46px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-slider.banner-2-area .banner-area .banner-content .title {
        font-size: 60px;
        line-height: 70px; } }
  .banner-slider.banner-2-area .banner-area .banner-color-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .banner-slider.banner-2-area .banner-area .banner-color-shadow img {
      width: 100%; }
  .banner-slider.banner-2-area .banner-area .banner-line {
    position: absolute;
    top: 210px;
    right: 215px;
    z-index: -1; }
  .banner-slider.banner-2-area .banner-area .banner-line-2 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
.banner-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  height: 80px;
  width: 80px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 80px;
  color: #838694;
  cursor: pointer;
  font-size: 18px;
  -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; }
  .banner-slider .slick-arrow::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 13px;
    width: 13px;
    background: #BFFF00;
    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; }
  .banner-slider .slick-arrow:hover {
    background: #fff; }
    .banner-slider .slick-arrow:hover::before {
      opacity: 1; }
  .banner-slider .slick-arrow.prev {
    left: calc((100% - 1170px) / 2); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-slider .slick-arrow.prev {
        left: calc((100% - 930px) / 2); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-slider .slick-arrow.prev {
        left: 0; } }
  .banner-slider .slick-arrow.next {
    left: calc((100% - 980px) / 2); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-slider .slick-arrow.next {
        left: calc((100% - 740px) / 2); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-slider .slick-arrow.next {
        left: 95px; } }
.banner-slider.banner-3-slider .slick-arrow {
  left: auto;
  transform: translateY(-50%);
  right: calc((100% - 795px) / 3); }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-slider.banner-3-slider .slick-arrow {
      right: calc((100% - 795px) / 6); } }
  .banner-slider.banner-3-slider .slick-arrow.prev {
    top: 65%; }
  .banner-slider.banner-3-slider .slick-arrow.next {
    top: 55%; }

.banner-area {
  height: 785px;
  margin-top: 110px;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .banner-area {
      margin-top: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area {
      margin-top: 28px; } }
  .banner-area .banner-line {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .banner-area .banner-content .box {
    height: 46px;
    width: 46px;
    background: #465D48;
    display: inline-block;
    position: relative;
    margin-bottom: 15px; }
    .banner-area .banner-content .box::before {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      height: 17px;
      width: 17px;
      background: #BFFF00; }
  .banner-area .banner-content span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .banner-area .banner-content span {
        font-size: 15px; } }
    .banner-area .banner-content span::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.3); }
  .banner-area .banner-content .title {
    color: #fff;
    text-align: center;
    padding-bottom: 39px; }
    @media (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 50px;
        line-height: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 60px;
        line-height: 70px; } }
  .banner-area.banner-3-area {
    margin-top: 0;
    height: 940px;
    position: relative; }
    @media (max-width: 767px) {
      .banner-area.banner-3-area {
        height: 750px; } }
    .banner-area.banner-3-area::before {
      position: absolute;
      content: '';
      left: 135px;
      bottom: 104px;
      height: 555px;
      width: 555px;
      border-radius: 50%;
      background: rgba(103, 77, 240, 0.5); }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area.banner-3-area::before {
          left: 30px;
          bottom: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-3-area::before {
          left: 30px;
          bottom: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-3-area::before {
          left: 30px;
          bottom: 30px;
          height: 300px;
          width: 300px; } }
      @media (max-width: 767px) {
        .banner-area.banner-3-area::before {
          left: 30px;
          bottom: 100px;
          height: 200px;
          width: 200px; } }
    .banner-area.banner-3-area .banner-content {
      padding-bottom: 180px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 80px; } }

.page-title-area {
  margin-top: 110px; }
  @media (max-width: 767px) {
    .page-title-area {
      margin-top: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title-area {
      margin-top: 28px; } }
  .page-title-area .page-title-content {
    height: 330px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .page-title-area .page-title-content {
        display: block;
        padding-top: 90px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .page-title-area .page-title-content {
        display: flex;
        padding-top: 0; } }
    .page-title-area .page-title-content::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 37px;
      width: 37px;
      background: #BFFF00; }
    .page-title-area .page-title-content .title {
      font-size: 60px;
      color: #fff; }
      @media (max-width: 767px) {
        .page-title-area .page-title-content .title {
          padding-bottom: 20px;
          font-size: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .page-title-area .page-title-content .title {
          padding-bottom: 0px;
          font-size: 40px; } }
    .page-title-area .page-title-content nav {
      display: inline-block; }
      .page-title-area .page-title-content nav ol {
        background-color: transparent;
        padding: 0;
        margin: 0; }
        .page-title-area .page-title-content nav ol li {
          font-size: 18px;
          font-weight: 500;
          color: #fff; }
          .page-title-area .page-title-content nav ol li a {
            color: #fff;
            padding: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "."; }

/*===========================
    4.CATEGORIES css 
===========================*/
.categories-area {
  padding-top: 112px;
  padding-bottom: 128px;
  background-size: 100% 100%; }
  .categories-area .categories-content {
    margin-top: -10px; }
    .categories-area .categories-content span {
      font-size: 18px;
      color: #E3EAE3;
      position: relative;
      padding-left: 14px; }
      .categories-area .categories-content span::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 6px;
        width: 6px;
        background: #BFFF00; }
    .categories-area .categories-content .title {
      font-size: 60px;
      color: #fff;
      font-weight: 400;
      padding-top: 6px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .categories-area .categories-content .title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .categories-area .categories-content .title {
          font-size: 40px; } }
    .categories-area .categories-content p {
      font-size: 18px;
      color: #E3EAE3;
      line-height: 34px;
      padding-top: 39px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .categories-area .categories-content p {
          font-size: 16px; } }
    .categories-area .categories-content .item {
      padding-left: 66px;
      position: relative;
      margin-top: 44px; }
      @media (max-width: 767px) {
        .categories-area .categories-content .item {
          padding-left: 35px; } }
      .categories-area .categories-content .item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 7px;
        height: 75px;
        background: #BFFF00; }
      .categories-area .categories-content .item .thumb {
        margin-right: 30px;
        position: relative; }
        .categories-area .categories-content .item .thumb::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          width: 75px;
          height: 75px;
          border: 1px solid #fff; }
  .categories-area .categories-box {
    margin-left: 54px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .categories-area .categories-box {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .categories-area .categories-box {
        margin-left: 0;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .categories-area .categories-box {
        margin-left: 0;
        margin-top: 30px; } }
    .categories-area .categories-box .categories-box-item {
      display: flex; }
      @media (max-width: 767px) {
        .categories-area .categories-box .categories-box-item {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .categories-area .categories-box .categories-box-item {
          display: flex; } }
      .categories-area .categories-box .categories-box-item .item {
        width: 50%;
        background: #fff;
        border: 1px solid #465D48;
        text-align: center;
        -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; }
        @media (max-width: 767px) {
          .categories-area .categories-box .categories-box-item .item {
            width: 100%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .categories-area .categories-box .categories-box-item .item {
            width: 50%; } }
        .categories-area .categories-box .categories-box-item .item::before {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          height: 0px;
          width: 0px;
          background: #BFFF00;
          -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; }
        .categories-area .categories-box .categories-box-item .item a {
          text-align: center; }
          .categories-area .categories-box .categories-box-item .item a i {
            font-size: 60px;
            color: #465D48;
            -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; }
          .categories-area .categories-box .categories-box-item .item a span {
            font-size: 18px;
            font-weight: 500;
            color: #1b1f2e;
            padding-top: 18px;
            text-align: left;
            padding: 20px 30px; }
        .categories-area .categories-box .categories-box-item .item:hover {
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          z-index: 10; }
          .categories-area .categories-box .categories-box-item .item:hover::before {
            height: 18px;
            width: 18px; }
          .categories-area .categories-box .categories-box-item .item:hover a i {
            transform: scale(1.1); }

.base {
  background-color: white;
  position: absolute;
  left: 1122px;
  top: 1058px;
  width: 204px;
  height: 199px;
  z-index: 470; }

/*===========================
    9.BRAND css 
===========================*/
.brand-area {
  margin-top: -63px;
  z-index: 11;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .brand-area {
      margin-top: 0; } }
  .brand-area::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: -1;
    background: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .brand-area::before {
        display: none; } }
  .brand-area .brand-box {
    background: #fff; }
    .brand-area .brand-box .brand-content {
      background: #465D48;
      padding: 120px 70px 100px 80px;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .brand-area .brand-box .brand-content {
          padding: 70px 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .brand-area .brand-box .brand-content {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .brand-area .brand-box .brand-content {
          margin-bottom: 40px;
          padding: 34px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .brand-area .brand-box .brand-content {
          margin-bottom: 40px;
          padding: 70px 70px 70px 80px; } }
      .brand-area .brand-box .brand-content::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 44px;
        width: 44px;
        background: #BFFF00; }
      .brand-area .brand-box .brand-content .title {
        font-size: 36px;
        color: #fff; }
  @media (max-width: 767px) {
    .brand-area .brand-item {
      margin-top: 30px; } }
  .brand-area .brand-item img {
    opacity: .2;
    -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;
    cursor: pointer; }
    .brand-area .brand-item img:hover {
      opacity: 1; }

/*===========================
    10.TESTIMONIALS css 
===========================*/
.testimonials-area {
  padding-top: 112px;
  padding-bottom: 120px; }
  .testimonials-area .section-title {
    padding-bottom: 62px; }
  .testimonials-area .testimonials-slide .testimonials-box {
    background: #f7f7f9;
    padding: 54px 30px 30px 60px;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    min-height: 300px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonials-area .testimonials-slide .testimonials-box {
        margin-left: 0;
        margin-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonials-area .testimonials-slide .testimonials-box {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .testimonials-area .testimonials-slide .testimonials-box {
        margin-left: 0;
        margin-right: 0;
        padding: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .testimonials-area .testimonials-slide .testimonials-box {
        margin-left: 0;
        margin-right: 0;
        padding: 54px 30px 30px 60px; } }
    .testimonials-area .testimonials-slide .testimonials-box::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 5px;
      background: #BFFF00; }
    .testimonials-area .testimonials-slide .testimonials-box .testimonials-content .title {
      font-size: 26px;
      color: #465D48;
      padding-bottom: 33px; }
    .testimonials-area .testimonials-slide .testimonials-box .testimonials-content p {
      font-size: 16px;
      line-height: 24px;
      padding-right: 0px;
      padding-bottom:15px;
      margin-right: -5px;
      color: #838694; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .testimonials-area .testimonials-slide .testimonials-box .testimonials-content p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .testimonials-area .testimonials-slide .testimonials-box .testimonials-content p {
          font-size: 16px;
          line-height: 30px; } }
    .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
      margin-top: -85px;
      position: relative;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
          margin-top: 20px; } }
      .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb img {
        width: 100%;
        max-width: 360px; }
      .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb .quote {
        position: absolute;
        top: 0;
        right: 0;
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        background: #BFFF00;
        color: #1b1f2e;
        font-size: 18px; }
  .testimonials-area .testimonials-slide .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 80px;
    width: 80px;
    background: white;
    text-align: center;
    line-height: 80px;
    color: #838694;
    cursor: pointer;
    font-size: 18px;
    -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; }
    .testimonials-area .testimonials-slide .slick-arrow::before {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      height: 13px;
      width: 13px;
      background: #BFFF00;
      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; }
    .testimonials-area .testimonials-slide .slick-arrow:hover {
      background: #465D48;
      color: #fff; }
      .testimonials-area .testimonials-slide .slick-arrow:hover::before {
        opacity: 1; }
    .testimonials-area .testimonials-slide .slick-arrow.prev {
      right: 215px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .testimonials-area .testimonials-slide .slick-arrow.prev {
          left: 60px; } }
      @media (max-width: 767px) {
        .testimonials-area .testimonials-slide .slick-arrow.prev {
          left: 0; } }
    .testimonials-area .testimonials-slide .slick-arrow.next {
      right: 105px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .testimonials-area .testimonials-slide .slick-arrow.next {
          left: 150px; } }
      @media (max-width: 767px) {
        .testimonials-area .testimonials-slide .slick-arrow.next {
          left: 100px; } }

/*===========================
    11.TEAM css 
===========================*/
.team-area {
  padding-top: 112px;
  padding-bottom: 258px;
  position: relative;
  background-attachment: fixed; }
  .team-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(27, 31, 46, 0.7); }
  .team-area .section-title {
    padding-bottom: 4px; }

.team-main-area {
  margin-top: -230px; }
  .team-main-area .team-item .team-thumb {
    position: relative; }
    .team-main-area .team-item .team-thumb .share {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 56px;
      width: 56px;
      text-align: center;
      line-height: 56px;
      color: #fff;
      background: #465D48;
      z-index: 5;
      border-top: 1px solid #765ff2; }
      .team-main-area .team-item .team-thumb .share ul {
        position: absolute;
        left: 0;
        bottom: 40px;
        -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;
        z-index: -1; }
        .team-main-area .team-item .team-thumb .share ul li a {
          height: 56px;
          width: 56px;
          text-align: center;
          line-height: 56px;
          color: #fff;
          background: #465D48;
          -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-main-area .team-item .team-thumb .share ul li a:hover {
            background: #3c1ddd; }
    .team-main-area .team-item .team-thumb img {
      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; }
  .team-main-area .team-item .team-content {
    border-bottom: 1px solid #e9e9ee;
    padding-top: 25px;
    padding-bottom: 23px; }
    .team-main-area .team-item .team-content .title {
      font-weight: 400;
      font-size: 20px; }
    .team-main-area .team-item .team-content span {
      color: #838694; }
  .team-main-area .team-item:hover .team-thumb .share ul {
    opacity: 1;
    bottom: 56px; }
  .team-main-area .team-item:hover .team-thumb img {
    filter: grayscale(100%); }
  .team-main-area.about-team-main-area {
    margin-top: 112px;
    padding-bottom: 120px; }
  .team-main-area.team-page-area {
    padding-top: 90px;
    margin-top: 0; }

/*===========================
    12.NEWS css 
===========================*/
.news-area {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .news-area .news-item {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .news-area .news-item .news-thumb {
      width: 100%; } }
  .news-area .news-item .news-thumb img {
    width: 100%; }
  .news-area .news-content {
    background: #f7f7f9;
    padding: 50px 44px 0px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-area .news-content {
        padding: 20px 20px 0px 20px; } }
    @media (max-width: 767px) {
      .news-area .news-content {
        padding: 30px 20px 0px 20px; } }
    .news-area .news-content span {
      line-height: 30px;
      color: #fff;
      background: #465D48;
      padding: 0 15px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 13px; }
    .news-area .news-content ul li {
      display: inline-block;
      font-size: 14px;
      color: #838694; }
      .news-area .news-content ul li i {
        padding-right: 1px;
        color: #BFFF00; }
      .news-area .news-content ul li:last-child {
        margin-left: 9px; }
    .news-area .news-content .title {
      font-size: 24px;
      line-height: 36px;
      padding-top: 24px;
      padding-bottom: 35px;
      -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;
      cursor: pointer; }
      .news-area .news-content .title:hover {
        color: #465D48; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-area .news-content .title {
          font-size: 20px;
          line-height: 28px;
          padding-bottom: 19px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .news-area .news-content .title {
          font-size: 28px;
          line-height: 42px;
          padding-top: 40px;
          padding-bottom: 62px; } }
    .news-area .news-content a {
      height: 59px;
      width: 59px;
      text-align: center;
      line-height: 59px;
      background: #fff;
      color: #a4a6b1;
      -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; }
      .news-area .news-content a:hover {
        background: #BFFF00;
        color: #1b1f2e; }
  .news-area.news-2-area .news-content .title {
    font-size: 30px;
    padding-right: 10px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .news-area.news-2-area .news-content .title {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-area.news-2-area .news-content .title {
        font-size: 30px;
        line-height: 40px; } }
  .news-area.news-2-area.news-3-area {
    position: relative; }
    .news-area.news-2-area.news-3-area::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 475px;
      background: #f7f7f9; }
    .news-area.news-2-area.news-3-area .news-item .news-content {
      background: #fff;
      -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; }
      .news-area.news-2-area.news-3-area .news-item .news-content a {
        background: #f7f7f9; }
        .news-area.news-2-area.news-3-area .news-item .news-content a:hover {
          background: #BFFF00;
          color: #1b1f2e; }
    .news-area.news-2-area.news-3-area .news-item:hover .news-content {
      box-shadow: 0px 15px 35px 0px rgba(27, 31, 46, 0.06); }
  .news-area.news-page-area {
    padding-top: 90px; }

.brand-area-2 {
  background-image: url(../images/next-big-thing-bg.png);
  border-top: 1px solid #e9e9ee; }
  .brand-area-2 .brand-item img {
    display: inline-block;
    opacity: .2;
    -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; }
    .brand-area-2 .brand-item img:hover {
      opacity: 1; }
  .brand-area-2.brand-area-3 {
    border-top: 0;
    border-bottom: 1px solid #e9e9ee;
    margin-bottom: 120px; }

/*===========================
    13.GUIDE css 
===========================*/
.guide-area {
  padding-top: 112px;
  padding-bottom: 120px;
  overflow: hidden; }
  .guide-area .section-title {
    padding-bottom: 0; }
    .guide-area .section-title span {
      color: #222; }
      .guide-area .section-title span::before {
        background: #222; }
    .guide-area .section-title .input-box {
      margin-left: 40px;
      margin-right: 40px;
      display: flex;
      margin-top: 60px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .guide-area .section-title .input-box {
          margin-left: 0;
          margin-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .guide-area .section-title .input-box {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .guide-area .section-title .input-box {
          margin-left: 0;
          margin-right: 0;
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .guide-area .section-title .input-box {
          display: flex; } }
      .guide-area .section-title .input-box input {
        margin-right: 20px;
        width: 100%;
        border: 0;
        line-height: 74px;
        padding-left: 40px;
        color: #838694; }
        .guide-area .section-title .input-box input::placeholder {
          opacity: 1;
          color: #838694; }
      @media (max-width: 767px) {
        .guide-area .section-title .input-box button {
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .guide-area .section-title .input-box button {
          margin-top: 0px; } }

/*===========================
    14.FOOTER css 
===========================*/
.footer-area {
  background-size: 100% 100%;
  padding-top: 90px;
  position: relative;
  z-index: 10; }
  .footer-area .footer-shape {
    position: absolute;
    bottom: 85px;
    right: 150px;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .footer-area .footer-shape {
        right: 30px;
        bottom: 30px; } }
  .footer-area .footer-about p {
    color: #8d91a2;
    padding-right: 40px;
    padding-top: 44px;
    padding-bottom: 36px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-area .footer-about p {
        padding-right: 0; } }
  .footer-area .footer-about ul li {
    display: inline-block; }
    .footer-area .footer-about ul li a {
      height: 47px;
      width: 47px;
      text-align: center;
      line-height: 47px;
      color: #1b1f2e;
      background: #BFFF00;
      margin-right: 5px;
      position: relative;
      z-index: 5; }
      .footer-area .footer-about ul li a::before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        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; }
      .footer-area .footer-about ul li a:hover::before {
        height: 9px;
        width: 9px; }
  .footer-area .footer-list .footer-title {
    padding-top: 7px; }
    .footer-area .footer-list .footer-title .title {
      font-size: 30px;
      font-weight: 400;
      color: #fff;
      padding-bottom: 49px; }
    .footer-area .footer-list .footer-title ul li a {
      color: #8d91a2;
      line-height: 36px;
      -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 .footer-list .footer-title ul li a:hover {
        color: #465D48; }
  .footer-area .footer-newsletter {
    margin-left: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-newsletter {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .footer-area .footer-newsletter {
        margin-left: 0; } }
    .footer-area .footer-newsletter .footer-title {
      padding-top: 7px; }
      .footer-area .footer-newsletter .footer-title .title {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 49px; }
    .footer-area .footer-newsletter .input-box {
      position: relative; }
      .footer-area .footer-newsletter .input-box button {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        height: 62px;
        width: 62px;
        text-align: center;
        line-height: 62px;
        color: #fff;
        background: #465D48;
        border: 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; }
        .footer-area .footer-newsletter .input-box button:hover {
          background: #BFFF00; }
      .footer-area .footer-newsletter .input-box input {
        width: 100%;
        background-color: transparent;
        border: 1px solid #323643;
        padding-left: 30px;
        line-height: 73px;
        color: #8d91a2; }
        .footer-area .footer-newsletter .input-box input::placeholder {
          opacity: 1;
          color: #8d91a2; }
    .footer-area .footer-newsletter p {
      color: #8d91a2;
      line-height: 32px;
      padding-top: 18px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-newsletter p {
          font-size: 15px; } }
  .footer-area .footer-copyright {
    margin-top: 107px;
    border-top: 1px solid #2d313e; }
    .footer-area .footer-copyright p {
      color: #8d91a2;
      line-height: 98px; }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #BFFF00;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 0px; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #BFFF00;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      border-radius: 0px; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 0px;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #BFFF00;
    border-radius: 0px; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #BFFF00;
      border-radius: 0px; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #222;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }