/* Author CSS */
body {
  margin: 0;
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";-webkit-appearance: none;
 }

h1.title {
  color: #2b2e35;
  font-size: 58px; }

h2.title {
  color: #2b2e35;
  font-size: 42px; }

h3.title {
  color: #2b2e35;
  font-size: 28px; }

h4.title {
  color: #2b2e35;
  line-height: 1.6;
  font-size: 22px; }

h5.title {
  color: #2b2e35;
  font-size: 18px; }

h6.title {
  color: #4876FF;
  font-size: 14px;
  margin-bottom: 0; }
.color-primary{
  color: #4876FF !important;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0; }

p {
  color: #1a1a1a;
  margin-bottom: 10px; }

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

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

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none; }

button {
  cursor: pointer; }
.font-bold{
  font-weight: bold !important;
}
.f16{
  font-size: 16px !important;
}
.m-article p{
  line-height: 1.7;
  font-size: 16px;
}
img {
  width: 100%;
  height: auto;
  display: block; }

/* Main Menu */
.mobile-logo {
  display: none; }

@media only screen and (max-width: 991px) {
  .align-self-center{
    padding: 0 40px;
  }
  .align-self-center h1.title{
    font-size: 36px;
  }
  .slick-dots{
    display: none !important;
  }
  .mobile-logo {
    display: block; }
  .desktop-logo {
    display: none !important; } }

.navbar-area {
  padding: 10px 0; }
  .navbar-area.nav-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
  .navbar-area.nav-style-02 .nav-container {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px; }
    .navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
      color: #fff;
      cursor: pointer; }
      .navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
        margin-left: 5px; }
      .navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
        color: #fff; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
      color: #fff; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
      color: #4876FF; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
      z-index: initial; }
      .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: #fff; }
      .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: 1px solid #eaeaea; }
      .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: #fff;
        color: #555; }
        .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
          background-color: #4876FF;
          color: #fff; }
      .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
        color: #333; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      color: #fff;
      text-transform: capitalize;
      font-family: "Roboto", sans-serif; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
      color: #fff; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
      color: #fff; }
  .navbar-area .nav-container {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px; }
    .navbar-area .nav-container .nav-right-content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: 15px; }
      .navbar-area .nav-container .nav-right-content ul li {
        display: inline-block;
        margin: 0 10px; }
        .navbar-area .nav-container .nav-right-content ul li:last-child {
          margin-right: 0; }
        .navbar-area .nav-container .nav-right-content ul li a {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .nav-container .nav-right-content ul li a:hover {
            color: var(--main-color-one); }
        .navbar-area .nav-container .nav-right-content ul li.search {
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .nav-container .nav-right-content ul li.search:hover {
            color: var(--main-color-one); }
        .navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
          font-weight: 600;
          text-transform: capitalize;
          border-radius: 5px;
          background-color: var(--main-color-one); }
          .navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
            background-color: var(--secondary-color); }
    .navbar-area .nav-container .navbar-brand .site-title {
      font-weight: 700;
      font-size: 30px;
      font-family: var(--heading-font);
      line-height: 90px;
      color: var(--heading-color); }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
      display: block;
      width: 100%;
      text-align: right; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 80px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
          margin-left: 30px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
          color: var(--main-color-one); }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
          position: relative;
          z-index: 0;
          padding-right: 20px; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
            position: absolute;
            right: 0;
            top: 50%;
            content: '\f107';
            font-family: 'fontawesome';
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
            top: 100%;
            visibility: visible;
            opacity: 1; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
            position: absolute;
            text-align: left;
            min-width: 200px;
            margin: 0;
            padding: 0;
            list-style: none;
            left: 0;
            top: 110%;
            background-color: #ffffff;
            z-index: 9;
            border-bottom: 4px solid var(--main-color-one);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
              display: block;
              margin-left: 0;
              line-height: 24px;
              font-size: 16px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                border-top: 1px solid #e2e2e2; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                display: block;
                padding: 12px 30px;
                background-color: #fff;
                white-space: nowrap;
                color: #1a1a1a;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                  background-color: var(--main-color-one);
                  color: #fff; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
              position: relative;
              z-index: 0;
              padding-right: 0px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
                position: absolute;
                right: 15px;
                top: 50%;
                content: '\f105';
                font-family: 'fontawesome';
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
                left: 100%;
                top: 20px; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
                  left: auto;
                  right: 100%; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
                visibility: visible;
                opacity: 1; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
                  color: #ffffff; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
            color: var(--main-color-one); }

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 0px; }
    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
      background-color: transparent; }
    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
      background-color: transparent; }
      .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent; }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px; }
    .navbar-area .nav-container .navbar-brand {
      display: block; }
      .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #eaeaea; }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
      display: block;
      margin-top: 30px; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2); }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
          display: block; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
          border-bottom: none; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
          margin-left: 0; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
          top: 25px;
          right: 20px;
          color: #ffffff !important; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
          padding-bottom: 0; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
            visibility: visible;
            height: auto;
            opacity: 1;
            background-color: #4876FF;
            border-bottom: none; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
          position: initial;
          display: block;
          width: 100%;
          border-top: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          margin-left: 0;
          padding-bottom: 0;
          visibility: hidden;
          opacity: 0;
          height: 0;
          overflow: hidden;
          max-height: 250px;
          overflow-y: scroll; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
            content: "\f107"; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
            padding: 0; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
              top: 30px;
              color: #ffffff; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
              border-top: none; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
              border-top: 1px solid #e2e2e2; } }

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px; } }

/* Header Section */
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-header-section .navbar-toggler {
    position: absolute;
    top: 32px;
    right: 15px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-header-section .navbar-toggler {
    position: absolute;
    top: 32px;
    right: 15px; } }

@media (max-width: 575.98px) {
  .company-header-section .navbar-toggler {
    position: absolute;
    top: 30px;
    right: 15px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-header-section .navbar-toggler .toggle-icon {
    height: 2px;
    width: 24px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-header-section .navbar-toggler .toggle-icon {
    height: 2px;
    width: 24px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative; } }

@media (max-width: 575.98px) {
  .company-header-section .navbar-toggler .toggle-icon {
    height: 2px;
    width: 24px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-header-section .navbar-nav {
    background-color: #4876FF;
    padding: 5px 20px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-header-section .navbar-nav {
    background-color: #4876FF;
    padding: 5px 20px; } }

@media (max-width: 575.98px) {
  .company-header-section .navbar-nav {
    background-color: #4876FF;
    padding: 5px 20px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-header-section .navbar-nav li a {
    color: #ffffff !important; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-header-section .navbar-nav li a {
    color: #ffffff !important; } }

@media (max-width: 575.98px) {
  .company-header-section .navbar-nav li a {
    color: #ffffff !important; } }
.company-header-section{
  background-color: #325bd6;
}
.company-header-section .nav-right-content li {
  margin-left: 20px !important; }

.company-header-section .nav-right-content .template-button {
  padding: 12px 24px;
  color: #ffffff !important;
  background-color: #4876FF;
  border: 1px solid transparent; }
  .company-header-section .nav-right-content .template-button:hover {
    opacity: .8; }

.company-header-section .nav-right-content .template-button.home-2-button {
  background-color: #4876FF; }
  .company-header-section .nav-right-content .template-button.home-2-button:hover {
    color: #4876FF;
    background-color: transparent;
    border: 1px solid #4876FF; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-header-section .nav-right-content {
    position: absolute;
    top: 28px;
    right: 80px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-header-section .nav-right-content {
    position: absolute;
    top: 28px;
    right: 80px; } }

@media (max-width: 575.98px) {
  .company-header-section .nav-right-content {
    position: absolute;
    top: 35px;
    right: 40px; }
    .company-header-section .nav-right-content .template-button {
      display: none; } }

/* Footer Section */
.footer-section {
  background-color: #F3F7FF;
  position: relative;
  padding: 60px 0; }
  .footer-section h5.title{
    color: #fff;
    opacity: 0.6;
    margin-bottom: 5px;
  }
  .footer-section .planet-shape {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .footer-section .footer-bottom {
    margin-top: 20px; }
    .footer-section .footer-bottom .footer-logo img {
      width: auto;
      height: auto; }
    .footer-section .footer-bottom .footer-logo span {
      text-transform: capitalize;
      margin-top: 20px;
      display: block; }
    .footer-section .footer-bottom .footer img {
      width: 90%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-section .footer-bottom .footer img {
        width: 80%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .footer-section .footer-bottom .footer img {
        width: 80%; } }
    @media (max-width: 575.98px) {
      .footer-section .footer-bottom .footer img {
        width: 80%; } }
    .footer-section .footer-bottom .footer-contact {
      float: right; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .footer-section .footer-bottom .footer-contact {
          float: none;
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        .footer-section .footer-bottom .footer-contact {
          float: none;
          margin-top: 30px; } }
      .footer-section .footer-bottom .footer-contact .footer-content-right i {
        font-size: 30px;
        margin-right: 10px; }
    .footer-section .footer-bottom .footer-social-link {
      margin-top: 5px; }
.footer-content-right h3.title{
  color: #fff;
}
/* Footer Home 02 */
.footer-home-2 {
  background-color: #ffffff;
  position: relative; }
  .footer-home-2 .haiya-shape {
    left: 0; }
  .footer-home-2 .more-feature-shape {
    right: 0; }
  .footer-home-2 .footer-bottom .footer-logo img {
    width: auto;
    height: auto;
    margin: auto; }
  .footer-home-2 .footer-copyright {
    background-color: #F3F7FF; }

.footer-home-2.common-footer input {
  background-color: #4876FF; }

/* Breadcrumb */
.breadcrumb-section {
  background-image: url("../images/breadcrumb-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 140px 0;
  position: relative; }
  .breadcrumb-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50,91,214,0.80); }
  .breadcrumb-section h2.title,
  .breadcrumb-section a,
  .breadcrumb-section span {
    color: #ffffff;
    text-transform: capitalize; }

/* haiya Section */
.company-haiya-section {
  position: relative;
  /* background-image: url("../images/body-bg.png"); */
  background: linear-gradient(80deg, #325bd6, #325bd6 100%) !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .company-haiya-section .planet-image {
    position: absolute;
    top: 150px;
    right: 25%;
    z-index: 10;
    width: auto;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-haiya-section .planet-image {
        display: none; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-haiya-section .planet-image {
        display: none; } }
    @media (max-width: 575.98px) {
      .company-haiya-section .planet-image {
        display: none; } }
  .company-haiya-section .haiya-left-shape {
    position: absolute;
    top: 50%;
    left: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    background-color: #4876FF;
    border-radius: 50%;
    opacity: .5; }
    .company-haiya-section .company-haiya-slider h1{
      color: #fff;
    }
    .company-haiya-section .company-haiya-slider .subtitle{
      font-size: 18px;
      font-weight: normal;
      line-height: 1.7;
      padding-top: 20px;
    }
    .haiya-single-slide__item{
      max-width: 1400px;
      margin-left: auto ;
      margin-right: auto;
    }
  .company-haiya-section .company-haiya-slider {
    padding:150px 0 60px 0; }
    .single-slide-content p{
      color: #666;
    }
    .company-haiya-section .company-haiya-slider .single-slide-content h1.title span {
      color: #4876FF; }
    .company-haiya-section .company-haiya-slider .single-slide-content .haiya-button {
      margin-top: 40px; }
    .company-haiya-section .company-haiya-slider .single-slide-image {
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .company-haiya-section .company-haiya-slider .single-slide-image {
          display: none; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .company-haiya-section .company-haiya-slider .single-slide-image {
          display: none; } }
      @media (max-width: 575.98px) {
        .company-haiya-section .company-haiya-slider .single-slide-image {
          display: none; } }
      .company-haiya-section .company-haiya-slider .single-slide-image .slide-image-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /* background-image: url("../images/slide-image-bg.png"); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1; }
      .company-haiya-section .company-haiya-slider .single-slide-image .slide-shape-blue,
      .company-haiya-section .company-haiya-slider .single-slide-image .slide-shape-yellow {
        position: absolute;
        border-radius: 50%; }
      .company-haiya-section .company-haiya-slider .single-slide-image .slide-shape-blue {
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-color: #4876FF;
        opacity: .5; }
      .company-haiya-section .company-haiya-slider .single-slide-image .slide-shape-yellow {
        top: 32%;
        left: 45%;
        width: 30px;
        height: 30px;
        background-color: #f4e005; }
      .company-haiya-section .company-haiya-slider .single-slide-image .tree-image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        height: auto; }
    .company-haiya-section .company-haiya-slider .slick-active .single-slide-content h1.title,
    .company-haiya-section .company-haiya-slider .slick-active .single-slide-content .title-top {
      -webkit-animation: 1.5s .3s fadeInUp;
      animation: 1.5s .3s fadeInUp; }
    .company-haiya-section .company-haiya-slider .slick-active .single-slide-content .haiya-button {
      -webkit-animation: 1.5s .3s fadeInDown;
      animation: 1.5s .3s fadeInDown; }
    .company-haiya-section .company-haiya-slider .slick-dots {
      position: absolute;
      top: 50%;
      right: 100px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .company-haiya-section .company-haiya-slider .slick-dots button {
        font-size: 0;
        background-color: transparent;
        border: transparent;
        position: relative; }
        .company-haiya-section .company-haiya-slider .slick-dots button:before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 8px;
          height: 8px;
          background-color: #fba920;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .company-haiya-section .company-haiya-slider .slick-dots button:after {
          position: absolute;
          content: '';
          top: 4px;
          left: 0;
          width: 80px;
          height: 1px;
          background-color: #4876FF;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .company-haiya-section .company-haiya-slider .slick-dots .slick-active button:before {
        background-color: #4876FF; }
      .company-haiya-section .company-haiya-slider .slick-dots .slick-active button:after {
        opacity: 1; }


/* Feature Section */
.company-feature-section {
  background-color: #F3F7FF;
  position: relative;
  overflow: hidden; }
  .company-feature-section .feature-item {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .company-feature-section .feature-item:hover {
      background: #4876FF; }
      .company-feature-section .feature-item:hover i,
      .company-feature-section .feature-item:hover h4.title,
      .company-feature-section .feature-item:hover p,
      .company-feature-section .feature-item:hover a {
        color: #ffffff; }
    .company-feature-section .feature-item i {
      font-size: 50px;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .company-feature-section .feature-item .feature-content-para {
      margin: 20px 0; }
    .company-feature-section .feature-item a {
      color: #2b2e35;
      font-weight: 700;
      text-transform: capitalize; }
  .company-feature-section .feature-item.active {
    background-color: #4876FF; }
    .company-feature-section .feature-item.active i,
    .company-feature-section .feature-item.active h4.title,
    .company-feature-section .feature-item.active p,
    .company-feature-section .feature-item.active a {
      color: #ffffff; }
  .company-feature-section .prev-arrow,
  .company-feature-section .next-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #2b2e35;
    color: #2b2e35;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1; }
    .company-feature-section .prev-arrow:hover,
    .company-feature-section .next-arrow:hover {
      color: #ffffff;
      background-color: #4876FF;
      border: 1px solid transparent; }
  .company-feature-section .prev-arrow {
    left: -150px; }
  .company-feature-section .next-arrow {
    right: -150px; }
  .company-feature-section .slick-slide {
    margin: 0 10px; }

/* Feature Section Home 02 */
.feature-home-2 {
  position: relative;
  margin-top: -120px; }
  .feature-home-2 .single-feature-item {
    padding: 40px 30px;
    background-color: #F3F7FF;
    border-radius: 10px;
   
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .feature-home-2 .single-feature-item:hover {
      margin-top: -10px; }
    .feature-home-2 .single-feature-item .feature-content-para {
      margin-top: 15px; }
    .feature-home-2 .single-feature-item .feature-btn {
      margin-top: 10px;
      display: inline-block;
      color: #2b2e35;
      text-transform: capitalize;
      font-weight: 500;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .feature-home-2 .single-feature-item .feature-btn:hover {
        color: #4876FF; }

/* More Feature Section Home 02 */
.more-feature-home-2 {
  position: relative; }
  .more-feature-home-2 .more-feature-shape {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto; }
  .more-feature-home-2 .more-feature-image-section img {
    border-radius: 80px 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .more-feature-home-2 .more-feature-image-section {
      display: none; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .more-feature-home-2 .more-feature-image-section {
      display: none; } }
  @media (max-width: 575.98px) {
    .more-feature-home-2 .more-feature-image-section {
      display: none; } }
  .more-feature-home-2 .more-feature-content-section .feature-single-list {
    margin-top: 30px; }
    .more-feature-home-2 .more-feature-content-section .feature-single-list i {
      margin-right: 20px;
      margin-bottom: 0; }

/* CounterUp Section */
.single-counterup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .single-counterup .single-counterup-icon {
    margin-right: 20px; }
    .single-counterup .single-counterup-icon i {
      font-size: 30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 50%;
      text-align: center; }
  .single-counterup .single-counterup-content span {
    text-transform: capitalize; }
  .single-counterup .single-counterup-content .counter-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.single-counterup.single-counterup-1 .single-counterup-icon i {
  color: #4876FF;
  background-color: rgba(89, 86, 233, 0.1); }

.single-counterup.single-counterup-1 .single-counterup-content h3.title {
  color: #4876FF; }

.single-counterup.single-counterup-2 .single-counterup-icon i {
  color: #f4557e;
  background-color: rgba(244, 85, 126, 0.1); }

.single-counterup.single-counterup-2 .single-counterup-content h3.title {
  color: #f4557e; }

.single-counterup.single-counterup-3 .single-counterup-icon i {
  color: #fba920;
  background-color: rgba(251, 169, 32, 0.1); }

.single-counterup.single-counterup-3 .single-counterup-content h3.title {
  color: #fba920; }

.single-counterup.single-counterup-4 .single-counterup-icon i {
  color: #4cc5e4;
  background-color: rgba(76, 197, 228, 0.1); }

.single-counterup.single-counterup-4 .single-counterup-content h3.title {
  color: #4cc5e4; }

/* Pricing Section */
.company-pricing-section .single-pricing-box {
  position: relative;
  background-color: #eaeaea;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .company-pricing-section .single-pricing-box:hover {
    background-color: #4876FF; }
    .company-pricing-section .single-pricing-box:hover .pricing-flower {
      opacity: 1; }
    .company-pricing-section .single-pricing-box:hover h6.title,
    .company-pricing-section .single-pricing-box:hover h3.title {
      color: #ffffff; }
    .company-pricing-section .single-pricing-box:hover .pricing-amount {
      color: #ffffff; }
    .company-pricing-section .single-pricing-box:hover .pricing-list li {
      color: #ffffff; }
    .company-pricing-section .single-pricing-box:hover .template-large-button {
      color: #4876FF;
      background-color: #ffffff; }
  .company-pricing-section .single-pricing-box .pricing-flower {
    position: absolute;
    top: 40px;
    right: 40px;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0; }
  .company-pricing-section .single-pricing-box .pricing-top-icon i {
    color: #fba920;
    font-size: 30px; }
  .company-pricing-section .single-pricing-box h3.title,
  .company-pricing-section .single-pricing-box h6.title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .company-pricing-section .single-pricing-box .pricing-amount {
    color: #4876FF;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .company-pricing-section .single-pricing-box .pricing-amount span.amount-opacity {
      opacity: .5; }
  .company-pricing-section .single-pricing-box .pricing-list {
    margin-top: 40px; }
    .company-pricing-section .single-pricing-box .pricing-list li {
      margin: 15px 0;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .company-pricing-section .single-pricing-box .pricing-list li img {
        width: auto;
        height: auto;
        margin-right: 16px; }
  .company-pricing-section .single-pricing-box .pricing-button {
    margin-top: 40px;
    text-align: center; }
    .company-pricing-section .single-pricing-box .pricing-button .template-large-button {
      width: 100%; }

.company-pricing-section .single-pricing-box.active {
  background-color: #4876FF; }
  .company-pricing-section .single-pricing-box.active .pricing-flower {
    opacity: 1; }
  .company-pricing-section .single-pricing-box.active h6.title,
  .company-pricing-section .single-pricing-box.active h3.title {
    color: #ffffff; }
  .company-pricing-section .single-pricing-box.active .pricing-amount {
    color: #ffffff; }
  .company-pricing-section .single-pricing-box.active .pricing-list li {
    color: #ffffff; }
  .company-pricing-section .single-pricing-box.active .template-large-button {
    color: #4876FF;
    background-color: #ffffff; }

.company-pricing-section .tab-accordion .tab-content .hidden-item {
  display: none; }

.company-pricing-section .tab-accordion .tab-content .active {
  display: block; }

.company-pricing-section .tab-accordion .tab {
  margin-bottom: 50px;
  text-align: center; }
  .company-pricing-section .tab-accordion .tab li {
    display: inline-block;
    margin: 0 10px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500; }
  .company-pricing-section .tab-accordion .tab .active {
    color: #4876FF; }

/* Pricing Section Home 02 */
.pricing-home-2 {
  position: relative;
  background-image: url("../images/pricing-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%; }
  .pricing-home-2 .single-pricing-box {
    position: relative;
    border-radius: 30px 0;
    padding: 40px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid rgba(121, 119, 238, 0.2);
    background-color: #ffffff; }
    .pricing-home-2 .single-pricing-box:hover {
      border: 1px solid transparent;
      -webkit-box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1);
      box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1); }
    .pricing-home-2 .single-pricing-box .pricing-amount {
      font-size: 30px;
      font-weight: 700;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-top: 10px; }
      .pricing-home-2 .single-pricing-box .pricing-amount span.amount-opacity {
        font-size: 16px; }
    .pricing-home-2 .single-pricing-box .pricing-list {
      margin-top: 30px; }
      .pricing-home-2 .single-pricing-box .pricing-list li {
        margin: 15px 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .pricing-home-2 .single-pricing-box .pricing-list li i {
          margin-right: 10px;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .pricing-home-2 .single-pricing-box .pricing-button {
      margin-top: 40px;
      text-align: center; }
      .pricing-home-2 .single-pricing-box .pricing-button .template-large-button {
        width: 100%; }
        .pricing-home-2 .single-pricing-box .pricing-button .template-large-button:hover {
          color: #ffffff;
          background-color: #4876FF; }
  .pricing-home-2 .single-pricing-box.blue-box:hover .pricing-amount {
    color: #4876FF; }
  .pricing-home-2 .single-pricing-box.blue-box:hover .pricing-list i {
    color: #4876FF; }
  .pricing-home-2 .single-pricing-box.blue-box:hover .template-large-button {
    background-color: #4876FF; }
  .pricing-home-2 .single-pricing-box.yellow-box:hover .pricing-amount {
    color: #fba920; }
  .pricing-home-2 .single-pricing-box.yellow-box:hover .pricing-list i {
    color: #fba920; }
  .pricing-home-2 .single-pricing-box.yellow-box:hover .template-large-button {
    background-color: #fba920; }
  .pricing-home-2 .single-pricing-box.single-pricing-box.yellow-box.active {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1);
    box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1); }
    .pricing-home-2 .single-pricing-box.single-pricing-box.yellow-box.active .pricing-amount {
      color: #fba920; }
    .pricing-home-2 .single-pricing-box.single-pricing-box.yellow-box.active .pricing-list i {
      color: #fba920; }
    .pricing-home-2 .single-pricing-box.single-pricing-box.yellow-box.active .template-large-button {
      background-color: #fba920; }
  .pricing-home-2 .single-pricing-box.orange-box:hover .pricing-amount {
    color: #FF5711; }
  .pricing-home-2 .single-pricing-box.orange-box:hover .pricing-list i {
    color: #FF5711; }
  .pricing-home-2 .single-pricing-box.orange-box:hover .template-large-button {
    background-color: #FF5711; }
  .pricing-home-2 .tab-accordion .tab-content .hidden-item {
    display: none; }
  .pricing-home-2 .tab-accordion .tab-content .active {
    display: block; }
  .pricing-home-2 .tab-accordion .tab {
    margin-bottom: 50px;
    text-align: center; }
    .pricing-home-2 .tab-accordion .tab li {
      display: inline-block;
      margin: 0 10px;
      text-transform: capitalize;
      cursor: pointer;
      font-weight: 500; }
    .pricing-home-2 .tab-accordion .tab .active {
      color: #4876FF; }

/* Strategy Section */
.company-strategy-section {
  background-color: #F3F7FF;
  position: relative;
  padding: 115px 0 120px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .company-strategy-section {
      padding: 115px 0 90px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .company-strategy-section {
      padding: 115px 0 90px; } }
  @media (max-width: 575.98px) {
    .company-strategy-section {
      padding: 115px 0 90px; } }
  .company-strategy-section .strategy-left-part,
  .company-strategy-section .strategy-right-part {
    width: 80%;
    position: relative; }
    @media (min-width: 1200px) and (max-width: 1439.98px) {
      .company-strategy-section .strategy-left-part,
      .company-strategy-section .strategy-right-part {
        width: 95%; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .company-strategy-section .strategy-left-part,
      .company-strategy-section .strategy-right-part {
        width: 95%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-strategy-section .strategy-left-part,
      .company-strategy-section .strategy-right-part {
        width: 95%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-strategy-section .strategy-left-part,
      .company-strategy-section .strategy-right-part {
        width: 95%; } }
    @media (max-width: 575.98px) {
      .company-strategy-section .strategy-left-part,
      .company-strategy-section .strategy-right-part {
        width: 95%; } }
    .company-strategy-section .strategy-left-part img,
    .company-strategy-section .strategy-right-part img {
      position: absolute;
      width: auto;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1440px) and (max-width: 1599.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
      @media (min-width: 1200px) and (max-width: 1439.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
      @media (max-width: 575.98px) {
        .company-strategy-section .strategy-left-part img,
        .company-strategy-section .strategy-right-part img {
          display: none; } }
  .company-strategy-section .strategy-left-part {
    float: right; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-strategy-section .strategy-left-part {
        float: none; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-strategy-section .strategy-left-part {
        float: none; } }
    @media (max-width: 575.98px) {
      .company-strategy-section .strategy-left-part {
        float: none; } }
    .company-strategy-section .strategy-left-part img {
      right: -100px; }
    .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
      position: relative;
      left: -40px; }
      @media (min-width: 1200px) and (max-width: 1439.98px) {
        .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
          left: 0; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
          left: 0; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
          left: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
          left: 0; } }
      @media (max-width: 575.98px) {
        .company-strategy-section .strategy-left-part .strategy-single-box.single-box-2 {
          left: 0; } }
  .company-strategy-section .strategy-right-part img {
    left: -100px; }
  .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
    position: relative;
    left: 40px; }
    @media (min-width: 1200px) and (max-width: 1439.98px) {
      .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
        left: 0; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
        left: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
        left: 0; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
        left: 0; } }
    @media (max-width: 575.98px) {
      .company-strategy-section .strategy-right-part .strategy-single-box.single-box-5 {
        left: 0; } }
  .company-strategy-section .strategy-single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px; }
    .company-strategy-section .strategy-single-box .single-box-icon {
      margin-right: 20px; }
      .company-strategy-section .strategy-single-box .single-box-icon i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center; }
  .company-strategy-section .strategy-single-box.single-box-1 .single-box-icon i {
    color: #4876FF;
    background-color: rgba(120, 119, 238, 0.1); }
    .single-box-content p{
      padding-top: 10px;
      color: #666;
    }
  .company-strategy-section .strategy-single-box.single-box-1 .single-box-content h3.title {
    color: #4876FF; }
  .company-strategy-section .strategy-single-box.single-box-2 .single-box-icon i,
  .company-strategy-section .strategy-single-box.single-box-5 .single-box-icon i {
    color: #f4557e;
    background-color: rgba(244, 85, 126, 0.1); }
  .company-strategy-section .strategy-single-box.single-box-2 .single-box-content h3.title,
  .company-strategy-section .strategy-single-box.single-box-5 .single-box-content h3.title {
    color: #f4557e; }
  .company-strategy-section .strategy-single-box.single-box-3 .single-box-icon i,
  .company-strategy-section .strategy-single-box.single-box-6 .single-box-icon i {
    color: #fba920;
    background-color: rgba(251, 169, 32, 0.1); }
  .company-strategy-section .strategy-single-box.single-box-3 .single-box-content h3.title,
  .company-strategy-section .strategy-single-box.single-box-6 .single-box-content h3.title {
    color: #fba920; }
  .company-strategy-section .strategy-single-box.single-box-4 .single-box-icon i {
    color: #4cc5e4;
    background-color: rgba(76, 197, 228, 0.1); }
  .company-strategy-section .strategy-single-box.single-box-4 .single-box-content h3.title {
    color: #4cc5e4; }
  .company-strategy-section .strategy-video-part {
    background-image: url("../images/video-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 620px;
    width: 78%;
    margin: auto;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1440px) and (max-width: 1599.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%; } }
    @media (min-width: 1200px) and (max-width: 1439.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%;
        height: 200px;
        background: none;
        margin-bottom: 30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%;
        height: 200px;
        background: none;
        display: none;
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .company-strategy-section .strategy-video-part {
        width: 100%;
        display: none;
        height: 200px;
        background: none;
        margin-bottom: 30px; } }
    .company-strategy-section .strategy-video-part .video-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .company-strategy-section .strategy-video-part .video-play-button i {
        font-size: 30px;
        color: #ffffff;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #4876FF;
        border-radius: 50%;
        cursor: pointer;
        -webkit-animation: ripple 1s linear infinite;
        animation: ripple 1s linear infinite; }

/* Team Section */
.company-team-member {
  margin-bottom: 30px; }
  .company-team-member .team-member-image {
    position: relative;
    overflow: hidden; }
    .company-team-member .team-member-image:hover .hover-state {
      right: 0;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .company-team-member .team-member-image .hover-state {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .company-team-member .team-member-image .hover-state .team-member-content {
        position: absolute;
        top: 20px;
        left: 20px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .company-team-member .team-member-image .hover-state .team-member-content span,
        .company-team-member .team-member-image .hover-state .team-member-content h4.title {
          color: #ffffff;
          text-transform: capitalize; }
        .company-team-member .team-member-image .hover-state .team-member-content span {
          margin-bottom: 10px;
          display: block; }
      .company-team-member .team-member-image .hover-state ul {
        position: absolute;
        bottom: 20px;
        right: 20px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .company-team-member .team-member-image .hover-state ul li {
          margin-top: 5px; }
          .company-team-member .team-member-image .hover-state ul li a {
            color: #ffffff;
            font-size: 24px;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .company-team-member .team-member-image .hover-state ul li a:hover {
              color: #4876FF; }
    .company-team-member .team-member-image .hover-state.hover-state-1 {
      background-color: rgba(251, 169, 32, 0.7); }
    .company-team-member .team-member-image .hover-state.hover-state-2 {
      background-color: rgba(76, 197, 228, 0.7); }
    .company-team-member .team-member-image .hover-state.hover-state-3 {
      background-color: rgba(89, 86, 233, 0.7); }
    .company-team-member .team-member-image .hover-state.hover-state-4 {
      background-color: rgba(244, 85, 126, 0.7); }

/* SpeedUp Section */
.company-speedup-section {
  padding: 90px 0 90px; }
  .company-speedup-section .speedup-image {
    position: relative;
    background-image: url("../images/speedup-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-speedup-section .speedup-image {
        display: none; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-speedup-section .speedup-image {
        display: none; } }
    @media (max-width: 575.98px) {
      .company-speedup-section .speedup-image {
        display: none; } }
    .company-speedup-section .speedup-image img {
      width: auto;
      height: auto; }
    .company-speedup-section .speedup-image .speedup-main-image {
      margin: auto;
      position: relative;
      top: 60px; }
    .company-speedup-section .speedup-image .speedup-image-1 {
      position: absolute;
      top: 60px;
      left: -60px; }
    .company-speedup-section .speedup-image .speedup-image-2 {
      position: absolute;
      top: 270px;
      left: 20px; }
    .company-speedup-section .speedup-image .speedup-image-3 {
      position: absolute;
      top: 150px;
      right: 20px; }
    .company-speedup-section .speedup-image .speedup-image-4 {
      position: absolute;
      top: 280px;
      right: 10px; }

.speedup-progressbar .dm h5.title,
.speedup-progressbar .dm .percentCount {
  color: #4876FF; }

.speedup-progressbar .fs h5.title,
.speedup-progressbar .fs .percentCount {
  color: #f4557e; }

.speedup-progressbar .con h5.title,
.speedup-progressbar .con .percentCount {
  color: #fba920; }

.speedup-progressbar .percentCount {
  margin-top: 0;
  position: relative;
  top: -32px; }

/* Client Section */
.company-client-section {
  background-color: #fff; }
  .company-client-section .client-slider .client-single-slide {
    background-color: #F3F7FF;
    padding: 60px 80px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-client-section .client-slider .client-single-slide {
        padding: 40px; } }
    @media (max-width: 575.98px) {
      .company-client-section .client-slider .client-single-slide {
        padding: 40px; } }
    .company-client-section .client-slider .client-single-slide .single-slide-image img {
      width: 150px;
      height: 150px;
      border-radius: 50%; }
    .company-client-section .client-slider .client-single-slide .single-slide-content {
      margin-left: 40px; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .company-client-section .client-slider .client-single-slide .single-slide-content {
          margin-left: 0;
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        .company-client-section .client-slider .client-single-slide .single-slide-content {
          margin-left: 0;
          margin-top: 30px; } }
      .company-client-section .client-slider .client-single-slide .single-slide-content span.reviewer-text {
        color: #666;
        font-size: 20px;
        font-weight: 500;
         }
      .company-client-section .client-slider .client-single-slide .single-slide-content .reviewer-info {
        margin-top: 20px; }
        .company-client-section .client-slider .client-single-slide .single-slide-content .reviewer-info h4.title {
          color: #4876FF;margin-bottom: 10px; }
  .company-client-section .client-slider .prev-arrow,
  .company-client-section .client-slider .next-arrow {
    position: absolute;
    top: -80px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #2b2e35;
    color: #2b2e35;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1; }
    .company-client-section .client-slider .prev-arrow:hover,
    .company-client-section .client-slider .next-arrow:hover {
      color: #ffffff;
      background-color: #4876FF;
      border: 1px solid transparent; }
  .company-client-section .client-slider .prev-arrow {
    right: 50px; }
  .company-client-section .client-slider .next-arrow {
    right: 0; }

/* Client Section Home 02 */
.client-home-2 .client-slider-home-2 .client-single-slide {
  background-color: #ffffff;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(121, 119, 238, 0.2);
  border-radius: 20px 0; }
  @media (max-width: 575.98px) {
    .client-home-2 .client-slider-home-2 .client-single-slide {
      display: inherit; } }
  .client-home-2 .client-slider-home-2 .client-single-slide .client-image {
    width: 20%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .client-home-2 .client-slider-home-2 .client-single-slide .client-image {
        width: 25%; } }
    @media (max-width: 575.98px) {
      .client-home-2 .client-slider-home-2 .client-single-slide .client-image {
        width: 30%; } }
    .client-home-2 .client-slider-home-2 .client-single-slide .client-image img {
      width: 80px;
      height: 80px;
      border-radius: 10px 0 10px 0; }
  .client-home-2 .client-slider-home-2 .client-single-slide .client-content {
    width: 80%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .client-home-2 .client-slider-home-2 .client-single-slide .client-content {
        width: 75%; } }
    @media (max-width: 575.98px) {
      .client-home-2 .client-slider-home-2 .client-single-slide .client-content {
        width: 100%;
        margin-top: 20px; } }
    .client-home-2 .client-slider-home-2 .client-single-slide .client-content p {
      font-size: 18px; }
  .client-home-2 .client-slider-home-2 .client-single-slide .client-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .client-home-2 .client-slider-home-2 .client-single-slide .client-content-bottom .client-author span {
      color: #4876FF;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize; }
    .client-home-2 .client-slider-home-2 .client-single-slide .client-content-bottom .client-quote-icon i {
      color: rgba(121, 119, 238, 0.2);
      font-size: 30px; }

.client-home-2 .client-slider-home-2 .slick-slide {
  margin: 0 10px; }

  .m-article {
    text-align: justify;
    word-break: break-all;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.9;
  
  }
  
  .m-article-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    margin: 0 0 25px 0;
    color: rgb(51, 51, 51);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
  }
  
  .m-article-subtitle {
    font-size: 13px;
    color: #999;
    margin-bottom: 25px;
    margin-top: -15px;
    text-align: center;
    position: relative;
  }
  
  .m-article-share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--primary);
  }
  
  .m-article p {
    color: #333;
    text-indent: 2em;
    margin: 5px 0;
    line-height: 1.9;
  }
  
  .m-article ul li {
    color: #333;
  }
  
  .m-article h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0;
    color: var(--el-color-primary);
  }
  
  .m-article h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
  }
  
  .m-article table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ddd;
  
  }
  
  .m-article table td {
    border: solid 1px #ddd;
    padding: 8px 6px;
    font-size: 14px;
    color: #555;
  }
  
  .m-article table td p {
    margin: 0;
  }
  
  .m-article ol li,
  .m-article ul li {
    list-style-type: square;
    list-style-position: inside;
  }
  
  .m-article img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  
  .m-article video {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    background-color: #000;
  }
  
  .m-article p,
  .m-article div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
/* Blog Section */
.company-blog-section{
  background-color: #F3F7FF;
}
.company-blog-section .blog-single-slide:hover .single-slide-image img {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg); }

.company-blog-section .blog-single-slide .single-slide-image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .company-blog-section .blog-single-slide .single-slide-image img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .company-blog-section .blog-single-slide .single-slide-image .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    text-align: center; }
    .company-blog-section .blog-single-slide .single-slide-image .blog-date h5.title {
      margin: 0;
      color: #ffffff; }
    .company-blog-section .blog-single-slide .single-slide-image .blog-date span {
      color: #ffffff;
      text-transform: capitalize; }
  .company-blog-section .blog-single-slide .single-slide-image .blog-date.date-1 {
    background-color: #f4557e; }
  .company-blog-section .blog-single-slide .single-slide-image .blog-date.date-2 {
    background-color: #fba920; }
  .company-blog-section .blog-single-slide .single-slide-image .blog-date.date-3 {
    background-color: #4876FF; }

.company-blog-section .blog-single-slide .single-slide-content h4.title a {
  color: #2b2e35;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .company-blog-section .blog-single-slide .single-slide-content h4.title a:hover {
    color: #4876FF; }

.company-blog-section .blog-single-slide .single-slide-content p {
  margin-top: 20px; }

.company-blog-section .blog-single-slide .single-slide-content .blog-button {
  color: #2b2e35;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 10px;
  display: inline-block; }
  .company-blog-section .blog-single-slide .single-slide-content .blog-button i {
    margin-left: 5px; }
  .company-blog-section .blog-single-slide .single-slide-content .blog-button:hover {
    color: #4876FF; }

.company-blog-section .blog-slider .slick-slide {
  padding: 0 10px; }

.company-blog-section .blog-slider .prev-arrow,
.company-blog-section .blog-slider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50);
  -ms-transform: translateY(-50);
  transform: translateY(-50);
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #2b2e35;
  color: #2b2e35;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .company-blog-section .blog-slider .prev-arrow:hover,
  .company-blog-section .blog-slider .next-arrow:hover {
    color: #ffffff;
    background-color: #4876FF;
    border: 1px solid transparent; }

.company-blog-section .blog-slider .prev-arrow {
  left: -100px; }

.company-blog-section .blog-slider .next-arrow {
  right: -100px; }

/* Blog Section Home 2 */
.blog-home-2 .blog-single-item {
  margin-bottom: 30px; }
  .blog-home-2 .blog-single-item:hover .blog-single-image img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  .blog-home-2 .blog-single-item .blog-single-image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 50px 0; }
    .blog-home-2 .blog-single-item .blog-single-image img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-home-2 .blog-single-item .blog-single-image .blog-date {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      text-align: center;
      border-radius: 10px 0; }
      .blog-home-2 .blog-single-item .blog-single-image .blog-date h5.title {
        margin: 0;
        color: #ffffff; }
      .blog-home-2 .blog-single-item .blog-single-image .blog-date span {
        color: #ffffff;
        text-transform: capitalize; }
    .blog-home-2 .blog-single-item .blog-single-image .blog-date.date-1 {
      background-color: #f4557e; }
    .blog-home-2 .blog-single-item .blog-single-image .blog-date.date-2 {
      background-color: #fba920; }
    .blog-home-2 .blog-single-item .blog-single-image .blog-date.date-3 {
      background-color: #4876FF; }
  .blog-home-2 .blog-single-item .blog-single-content h4.title a {
    color: #2b2e35;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .blog-home-2 .blog-single-item .blog-single-content h4.title a:hover {
      color: #4876FF; }
  .blog-home-2 .blog-single-item .blog-single-content p {
    margin-top: 20px; }
  .blog-home-2 .blog-single-item .blog-single-content .blog-button {
    color: #2b2e35;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 10px;
    display: inline-block; }
    .blog-home-2 .blog-single-item .blog-single-content .blog-button i {
      margin-left: 5px; }
    .blog-home-2 .blog-single-item .blog-single-content .blog-button:hover {
      color: #4876FF; }

/* CTA Section */
.company-cta-section {
  position: relative; }
  .company-cta-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #F3F7FF; }
  .company-cta-section .cta-content {
    background-image: url("../images/cta-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .company-cta-section .cta-content .cta-title {
      width: 50%;
      margin: auto; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .company-cta-section .cta-content .cta-title {
          width: 70%; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .company-cta-section .cta-content .cta-title {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .company-cta-section .cta-content .cta-title {
          width: 100%; } }
    .company-cta-section .cta-content h2.title {
      color: #ffffff; }
    .company-cta-section .cta-content p {
      color: #ffffff;
      margin: 40px 0; }
    .company-cta-section .cta-content .template-large-button {
      border: 1px solid #ffffff; }
      .company-cta-section .cta-content .template-large-button:hover {
        border: 1px solid transparent; }

/* Brand Section */
.company-brand-section img {
  width: 80%;
  height: auto;
  margin: auto; }

/* Case Study Section */
.company-case-study-section {
  position: relative; }
  .company-case-study-section .case-study-title {
    margin-top: 100px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .company-case-study-section .case-study-title {
        margin-top: 0;
        margin-bottom: 40px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .company-case-study-section .case-study-title {
        margin-top: 0;
        margin-bottom: 40px; } }
    @media (max-width: 575.98px) {
      .company-case-study-section .case-study-title {
        margin-top: 0;
        margin-bottom: 40px; } }
  .company-case-study-section .case-study-single-item .case-study-image {
    border-radius: 50px 0;
    margin-bottom: 30px;
    overflow: hidden; }
  .company-case-study-section .case-study-single-item .case-study-content span {
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
    font-weight: 500; }
  .company-case-study-section .case-study-slider .prev-arrow,
  .company-case-study-section .case-study-slider .next-arrow {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #4876FF;
    color: #4876FF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1; }
    .company-case-study-section .case-study-slider .prev-arrow:hover,
    .company-case-study-section .case-study-slider .next-arrow:hover {
      color: #ffffff;
      background-color: #4876FF;
      border: 1px solid transparent; }
  .company-case-study-section .case-study-slider .prev-arrow {
    left: -280px; }
  .company-case-study-section .case-study-slider .next-arrow {
    left: -220px; }
  .company-case-study-section .case-study-slider .slick-slide {
    margin: 0 10px;
    position: relative; }
    .company-case-study-section .case-study-slider .slick-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .company-case-study-section .case-study-slider .slick-current:before {
    background-color: transparent; }

/* Contact Section */
.contact-section {
  position: relative;
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F3F7FF;
  background-size: 100%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-section .contact-left {
      margin-bottom: 60px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section .contact-left {
      margin-bottom: 60px; } }
  @media (max-width: 575.98px) {
    .contact-section .contact-left {
      margin-bottom: 60px; } }
  .contact-section .contact-left h2 {
    color: #4876FF; }
  .contact-section .contact-form {
    padding: 50px 40px;
    background-color: #F3F7FF;
    border-radius: 50px 0; }

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #ffffff;
      font-weight: 600;
      text-transform: capitalize;
      color: #4876FF;
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: #4876FF;
        color: #ffffff; }

.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #4876FF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

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

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

/* Button */
.template-button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 14px 30px;
  background-color: #4876FF;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px; }
  .template-button i {
    margin-left: 5px; }
  .template-button:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }

.template-button.home-2-button {
  border-radius: 7px 0;
  background-color: #4876FF; }
  .template-button.home-2-button:hover {
    color: #4876FF;
    background-color: transparent;
    border: 1px solid #4876FF; }

.template-large-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 14px 30px;
  background-color: #4876FF;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 7px; }
  .template-large-button:hover {
    color: #4876FF;
    background-color: #ffffff; }

/* Form */
.common-footer{
  background-color: #325bd6;
  color: #fff;
}
.common-footer h4.title{
  color: #fff;
}
.common-footer form {
  position: relative;
  margin-bottom: 15px;
  
  width: 100%; }
  .common-footer form input {
    color: #ffffff;
    background-color: #4876FF;
    width: 100%;
    border: 1px solid transparent;
    padding: 12px 60px 12px 20px; }
  .common-footer form button {
    color: #ffffff;
    border: 1px solid transparent;
    padding: 12px 24px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    cursor: pointer; }
  .common-footer form ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  .common-footer form :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  .common-footer form ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  .common-footer form ::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  .common-footer form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }
  .common-footer form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff; }

.contact-form form input,
.contact-form form textarea {
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(121, 119, 238, 0.2);
  border-radius: 8px 0; }

.contact-form form input[type=text]:focus,
.contact-form form input[type=email]:focus {
  border: 1px solid rgba(121, 119, 238, 0.2); }

.contact-form form textarea {
  height: 150px; }

.newsletter-form {
  position: relative; }
  .newsletter-form input {
    padding: 15px 30px;
    width: 60%;
    border: 1px solid rgba(121, 119, 238, 0.2);
    border-radius: 8px 0; }

/* Accordion Item */
.accordion-wrapper .card {
  border: none;
  background-color: transparent; }
  .accordion-wrapper .card + .card {
    margin-top: 20px; }
  .accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none; }
    .accordion-wrapper .card .card-header a {
      display: block;
      line-height: 10px;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      background-color: transparent;
      color: #2b2e35;
      padding: 14px 30px;
      cursor: pointer;
      position: relative; }
      .accordion-wrapper .card .card-header a:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #4876FF;
        border-radius: 50%; }
      .accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
        content: '';
        position: absolute;
        top: 15px;
        left: 4px;
        width: 0;
        height: 100px;
        background-color: transparent;
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px dotted #4876FF; }
  .accordion-wrapper .card .card-body {
    background-color: transparent;
    padding: 10px 30px; }

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1; }

.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
  .search-popup .search-form:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .search-popup .search-form {
      min-width: 400px; } }
  @media (max-width: 575.98px) {
    .search-popup .search-form {
      min-width: 300px; } }

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px; }

.search-popup .search-form .submit-btn {
  color: #ffffff;
  border: 1px solid #4876FF;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #4876FF;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center; }
  .search-popup .search-form .submit-btn:hover {
    background-color: #4876FF;
    border: 1px solid #4876FF; }

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }

.body-overlay.active {
  visibility: visible;
  opacity: .80; }

/* Theme */
span.title-top {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.6;
  display: block; }
  span.title-top i {
    color: #fba920;
    font-size: 16px;
    margin-right: 5px; }

.section-title {
  margin-bottom: 40px; }
  .section-title h2.title span {
    color: #4876FF; }

.template-icon i {
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px 0;
  margin-bottom: 30px; }

.template-icon.blue-icon i {
  color: #4876FF;
  background-color: rgba(121, 119, 238, 0.1); }

  .footer-section .template-icon i{
    background-color: transparent !important;
    color: #fff !important;
    font-size: 20px;
  }
.template-icon.yellow-icon i {
  color: #fba920;
  background-color: rgba(251, 169, 32, 0.1); }

.template-icon.red-icon i {
  color: #f4557e;
  background-color: rgba(244, 85, 126, 0.1); }

.template-icon.paste-icon i {
  color: #4cc5e4;
  background-color: rgba(76, 197, 228, 0.1); }

.common-bg-home-2 {
  position: relative; }
  .common-bg-home-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    background-color: #F3F7FF;
    border-radius: 0 0 200px 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .common-bg-home-2:before {
        width: 90%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .common-bg-home-2:before {
        width: 90%; } }
    @media (max-width: 575.98px) {
      .common-bg-home-2:before {
        width: 90%; } }

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

.footer-widget {
  margin-bottom: 30px;}
  .footer-widget li {
    margin-bottom: 10px; }
    .footer-widget p {
      color: rgba(255,255,255,0.7);
     }
    .footer-widget li a {
      color: #fff;
      text-transform: capitalize;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .footer-widget li a:hover {
        color: #4876FF; }

.footer-social-link {
  margin-top: 10px; }
  .footer-social-link li {
    display: inline-block;
    margin: 0 5px;
    font-size: 30px; }
  .footer-social-link .facebook-icon i {
    color: #3b5999; }
  .footer-social-link .twitter-icon i {
    color: #55acee; }
  .footer-social-link .linkedin-icon i {
    color: #0077B5; }
  .footer-social-link .instagram-icon i {
    color: #e4405f; }

.fixed-navigation .nav-absolute {
  position: inherit; }
  .fixed-navigation  .navbar-area{
    padding: 0;
  }
.leaf-shape-left {
  position: relative; }
  .leaf-shape-left .haiya-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    z-index: -1; }

.leaf-shape-right {
  position: relative; }
  .leaf-shape-right .more-feature-shape {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    z-index: -1; }

.leaf-shape-both {
  position: relative; }
  .leaf-shape-both .more-feature-shape,
  .leaf-shape-both .haiya-shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    z-index: -1; }
  .leaf-shape-both .more-feature-shape {
    right: 0; }
  .leaf-shape-both .haiya-shape {
    left: 0; }

@media (max-width: 575.98px) {
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    margin-right: 0; } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  -o-animation: ripple 3s infinite ease-in-out;
  -ms-animation: ripple 3s infinite ease-in-out;
  -moz-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0); } }

.item-ripple-yellow {
  -webkit-animation: ripple-yellow 3s infinite ease-in-out;
  -o-animation: ripple-yellow 3s infinite ease-in-out;
  -ms-animation: ripple-yellow 3s infinite ease-in-out;
  -moz-animation: ripple-yellow 3s infinite ease-in-out;
  animation: ripple-yellow 3s infinite ease-in-out; }

@-webkit-keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 169, 32, 0.2), 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.2);
    box-shadow: 0 0 0 0 rgba(251, 169, 32, 0.2), 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.1), 0 0 0 60px rgba(251, 169, 32, 0);
    box-shadow: 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.1), 0 0 0 60px rgba(251, 169, 32, 0); } }

@keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 169, 32, 0.2), 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.2);
    box-shadow: 0 0 0 0 rgba(251, 169, 32, 0.2), 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.1), 0 0 0 60px rgba(251, 169, 32, 0);
    box-shadow: 0 0 0 20px rgba(251, 169, 32, 0.2), 0 0 0 40px rgba(251, 169, 32, 0.1), 0 0 0 60px rgba(251, 169, 32, 0); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateThree {
  -webkit-animation: animateThree 5s infinite ease-in-out;
  -o-animation: animateThree 5s infinite ease-in-out;
  -ms-animation: animateThree 5s infinite ease-in-out;
  -moz-animation: animateThree 5s infinite ease-in-out;
  animation: animateThree 5s infinite ease-in-out; }

@-webkit-keyframes animateThree {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateThree {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

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

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

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

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

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

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

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

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

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

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

.padding-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.padding-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* About Page */
.feature-home-2.feature-about-page {
  margin-top: 0;
  background-color: #fff; }
  .feature-home-2.feature-about-page .template-icon i {
    border-radius: 8px; }

.value-section .template-icon i {
  border-radius: 8px; }

.value-section .single-value-item {
  margin-bottom: 30px;
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1);
  box-shadow: 0 20px 50px rgba(121, 119, 238, 0.1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .value-section .single-value-item:hover {
    margin-top: -10px; }
  .value-section .single-value-item a {
    color: #2b2e35;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 10px;
    display: inline-block; }
    .value-section .single-value-item a:hover {
      color: #4876FF; }

.company-team-section.team-about-page {
  background-color: #F3F7FF; }
.timeline-content p{
  color: #666;
  line-height: 1.7;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-about-section.about-page .about-page-image {
    display: none; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-about-section.about-page .about-page-image {
    display: none; } }

@media (max-width: 575.98px) {
  .company-about-section.about-page .about-page-image {
    display: none; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-about-section.about-page .about-page-content {
    margin-top: 0; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-about-section.about-page .about-page-content {
    margin-top: 0; } }

@media (max-width: 575.98px) {
  .company-about-section.about-page .about-page-content {
    margin-top: 0; } }

.about-page-2 .content-author img {
  width: auto;
  height: auto; }

.about-page-2 .content-author .author-company {
  margin: 0 20px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-page-2 .about-image {
    display: none; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-page-2 .about-image {
    display: none; } }

@media (max-width: 575.98px) {
  .about-page-2 .about-image {
    display: none; } }

.brochure-section {
  padding: 40px 60px;
  background-color: #4876FF; }
  .brochure-section h4.title,
  .brochure-section p {
    color: #ffffff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .brochure-section .brochure-button {
      margin-top: 40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .brochure-section .brochure-button {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .brochure-section .brochure-button {
      margin-top: 40px; } }
  .brochure-section .brochure-button a {
    color: #F3F7FF;
    text-transform: capitalize;
    padding: 20px 30px;
    background-color: #8E8EEF;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .brochure-section .brochure-button a:hover {
      -webkit-box-shadow: 0 5px 10px #4876FF;
      box-shadow: 0 5px 10px #4876FF; }

.feature-about-page.feature-about-page-2 {
  background-color: #ffffff; }
  .feature-about-page.feature-about-page-2 .single-feature-item .template-icon i {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%; }
    .working-history-section{
      background-color: #fff;
    }
.working-history-section .working-timeline {
  position: relative; }
  .working-history-section .working-timeline:before {
    content: '';
    position: absolute;
    top: 40px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 92%;
    background-color: #eaeaea; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .working-history-section .working-timeline:before {
        left: 7px; } }
    @media (max-width: 575.98px) {
      .working-history-section .working-timeline:before {
        left: 7px; } }
  .working-history-section .working-timeline .single-timeline {
    overflow: hidden; }
    .working-history-section .working-timeline .single-timeline span.one-step {
      padding: 7px 20px;
      text-transform: capitalize;
      font-weight: 500; }
  .working-history-section .working-timeline .timeline-content,
  .working-history-section .working-timeline .timeline-year {
    padding: 30px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .working-history-section .working-timeline .timeline-year {
      padding: 30px 30px 0; } }
  @media (max-width: 575.98px) {
    .working-history-section .working-timeline .timeline-year {
      padding: 30px 30px 0; } }
  .working-history-section .working-timeline .timeline-1 {
    position: relative; }
    .working-history-section .working-timeline .timeline-1:before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #4876FF; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .working-history-section .working-timeline .timeline-1:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 575.98px) {
        .working-history-section .working-timeline .timeline-1:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
    .working-history-section .working-timeline .timeline-1 h3.timeline-year {
      color: #4876FF; }
    .working-history-section .working-timeline .timeline-1 span.one-step {
      color: #4876FF;
      background-color: rgba(121, 119, 238, 0.1); }
  .working-history-section .working-timeline .timeline-2 {
    position: relative; }
    .working-history-section .working-timeline .timeline-2:before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #fba920; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .working-history-section .working-timeline .timeline-2:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 575.98px) {
        .working-history-section .working-timeline .timeline-2:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
    .working-history-section .working-timeline .timeline-2 h3.timeline-year {
      color: #fba920; }
    .working-history-section .working-timeline .timeline-2 span.one-step {
      color: #fba920;
      background-color: rgba(251, 169, 32, 0.1); }
  .working-history-section .working-timeline .timeline-3 {
    position: relative; }
    .working-history-section .working-timeline .timeline-3:before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #f4557e; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .working-history-section .working-timeline .timeline-3:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 575.98px) {
        .working-history-section .working-timeline .timeline-3:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
    .working-history-section .working-timeline .timeline-3 h3.timeline-year {
      color: #f4557e; }
    .working-history-section .working-timeline .timeline-3 span.one-step {
      color: #f4557e;
      background-color: rgba(244, 85, 126, 0.1); }
  .working-history-section .working-timeline .timeline-4 {
    position: relative; }
    .working-history-section .working-timeline .timeline-4:before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #4cc5e4; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .working-history-section .working-timeline .timeline-4:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 575.98px) {
        .working-history-section .working-timeline .timeline-4:before {
          left: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
    .working-history-section .working-timeline .timeline-4 h3.timeline-year {
      color: #4cc5e4; }
    .working-history-section .working-timeline .timeline-4 span.one-step {
      color: #4cc5e4;
      background-color: rgba(76, 197, 228, 0.1); }

.common-footer.footer-about-2 {
  background-color: #F3F7FF; }
  .common-footer.footer-about-2 .footer-copyright {
    background-color: #ffffff; }

/* Blog Page */
.blog-area .company-blog-item {
  margin-bottom: 60px; }
  .blog-area .company-blog-item .blog-image {
    height: 380px; }
    .blog-area .company-blog-item .blog-image img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-area .company-blog-item .blog-image:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .7; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .blog-area .company-blog-item .blog-image {
        height: 280px; } }
    @media (max-width: 575.98px) {
      .blog-area .company-blog-item .blog-image {
        height: 250px; } }

.blog-area .company-blog-item .blog-image {
  position: relative;
  overflow: hidden; }
  .blog-area .company-blog-item .blog-image img {
    height: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.blog-area .company-blog-item .blog-content {
  padding: 40px;
  background-color: #F3F7FF;
  width: 90%;
  margin: auto;
  border-radius: 10px 10px 0 0;
  margin-top: -20px;
  position: relative;
  z-index: 2; }
  .blog-area .company-blog-item .blog-content .blog-meta {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 14px; }
    .blog-area .company-blog-item .blog-content .blog-meta a {
      color: #1a1a1a; }
    .blog-area .company-blog-item .blog-content .blog-meta i {
      margin-right: 5px;
      font-weight: 700; }
    .blog-area .company-blog-item .blog-content .blog-meta li {
      display: inline-block; }
      .blog-area .company-blog-item .blog-content .blog-meta li + li {
        margin-left: 20px; }
  .blog-area .company-blog-item .blog-content h3.title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .blog-area .company-blog-item .blog-content h3.title a {
      color: #2b2e35;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-area .company-blog-item .blog-content h3.title:hover a {
      color: #4876FF; }
  .blog-area .company-blog-item .blog-content p {
    margin-top: 20px;
    margin-bottom: 0; }

.widget-area .widget-style {
  padding: 30px;
  background-color: #F3F7FF; }
  .widget-area .widget-style + .widget-style {
    margin-top: 30px; }
  .widget-area .widget-style .widget-title {
    margin-bottom: 20px; }

.widget-area .widget-search form {
  width: 100%;
  position: relative; }
  .widget-area .widget-search form input {
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #ffffff;
    border: 1px solid transparent; }
  .widget-area .widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    background-color: var(--white-soft-color);
    color: #4876FF;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .widget-area .widget-search form button:hover {
      color: #4876FF; }

.widget-area .widget-recent-post .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .widget-area .widget-recent-post .single-post + .single-post {
    margin-top: 20px; }
  .widget-area .widget-recent-post .single-post .single-post-image {
    width: 80px;
    height: auto;
    margin-right: 20px; }
    .widget-area .widget-recent-post .single-post .single-post-content{
      flex: 1;
      line-height: 1.7;
    }
  .widget-area .widget-recent-post .single-post .single-post-content a {
    color: #2b2e35;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize; }
    .widget-area .widget-recent-post .single-post .single-post-content a:hover {
      color: #4876FF; }
  .widget-area .widget-recent-post .single-post .single-post-content span {
    text-transform: capitalize;
    display: block;
    font-size: 14px; }

.widget-area .widget-social-links ul li {
  display: inline; }
  .widget-area .widget-social-links ul li + li {
    margin-left: 10px; }
  .widget-area .widget-social-links ul li a {
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 0; }
    .widget-area .widget-social-links ul li a:hover {
      opacity: .7; }
  .widget-area .widget-social-links ul li .facebook-icon {
    color: #3b5999; }
  .widget-area .widget-social-links ul li .twitter-icon {
    color: #55acee; }
  .widget-area .widget-social-links ul li .google-plus-icon {
    color: #dd4b39; }
  .widget-area .widget-social-links ul li .instagram-icon {
    color: #e4405f; }

.widget-area .widget-categories li {
  padding-left: 30px;
  position: relative; }
  .widget-area .widget-categories li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #4876FF;
    border-radius: 50%; }
  .widget-area .widget-categories li a {
    color: #2b2e35;
    text-transform: capitalize;
    font-family: var(--heading-font);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .widget-area .widget-categories li a:hover {
      color: #4876FF; }
  .widget-area .widget-categories li + li {
    margin-top: 10px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .company-blog-pagination {
    margin-top: 40px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .company-blog-pagination {
    margin-top: 40px; } }

@media (max-width: 575.98px) {
  .company-blog-pagination {
    margin-top: 40px; } }

.company-blog-pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .company-blog-pagination ul li + li {
    margin-left: 10px; }
  .company-blog-pagination ul li:hover {
    color: #ffffff;
    background-color: #4876FF;
    border: 1px solid transparent; }

.company-blog-pagination ul .active {
  color: #ffffff;
  background-color: #4876FF;
  border: 1px solid transparent; }

/* Blog Details Page */
.blog-details-area .company-blog-item {
  margin-bottom: 60px; }
  .blog-details-area .company-blog-item .blog-image {
    height: 380px; }
    .blog-details-area .company-blog-item .blog-image img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-details-area .company-blog-item .blog-image:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .7; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .blog-details-area .company-blog-item .blog-image {
        height: 280px; } }
    @media (max-width: 575.98px) {
      .blog-details-area .company-blog-item .blog-image {
        height: 250px; } }
  .blog-details-area .company-blog-item .blog-single-quote {
    position: relative;
    padding: 30px;
    background-color: #ffffff; }
    .blog-details-area .company-blog-item .blog-single-quote .blog-quote {
      position: absolute;
      top: 25px;
      left: 30px;
      color: #4876FF;
      font-size: 30px; }
    .blog-details-area .company-blog-item .blog-single-quote p {
      margin-top: 0;
      margin-left: 45px; }

.blog-details-area .blog-image {
  position: relative;
  overflow: hidden; }
  .blog-details-area .blog-image img {
    height: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.blog-details-area .blog-content {
  padding: 40px;
  background-color: #F3F7FF;
  width: 90%;
  margin: auto;
  border-radius: 10px 10px 0 0;
  margin-top: -20px;
  position: relative;
  z-index: 2; }
  .blog-details-area .blog-content .blog-meta {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 14px; }
    .blog-details-area .blog-content .blog-meta a {
      color: #1a1a1a; }
    .blog-details-area .blog-content .blog-meta i {
      margin-right: 5px;
      font-weight: 700; }
    .blog-details-area .blog-content .blog-meta li {
      display: inline-block; }
      .blog-details-area .blog-content .blog-meta li + li {
        margin-left: 20px; }
  .blog-details-area .blog-content h3.title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .blog-details-area .blog-content h3.title a {
      color: #2b2e35;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-details-area .blog-content h3.title:hover a {
      color: #4876FF; }
  .blog-details-area .blog-content p {
    margin-top: 20px;
    margin-bottom: 0; }

.blog-details-area .comments-title {
  margin-bottom: 40px; }

.blog-details-area .single-comment-list {
  margin-top: 40px; }
  .blog-details-area .single-comment-list .list-image {
    float: left;
    overflow: hidden;
    margin-right: 20px; }
    .blog-details-area .single-comment-list .list-image img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
  .blog-details-area .single-comment-list .list-content {
    overflow: hidden; }
    .blog-details-area .single-comment-list .list-content .replay-button {
      color: #2b2e35;
      font-size: 14px;
      text-transform: capitalize;
      opacity: .8;
      cursor: pointer;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .blog-details-area .single-comment-list .list-content .replay-button:hover {
        color: #4876FF; }
      .blog-details-area .single-comment-list .list-content .replay-button i {
        margin-right: 5px; }

.blog-details-area .single-comment-list-02 {
  margin-left: 100px; }
  @media (max-width: 575.98px) {
    .blog-details-area .single-comment-list-02 {
      margin-left: 50px; } }

.blog-details-area .area-separator {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 60px 0; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .widget-search {
    margin-top: 60px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .widget-search {
    margin-top: 60px; } }

@media (max-width: 575.98px) {
  .blog-details-area .widget-search {
    margin-top: 60px; } }

.blog-details-area .blog-comments-form form input,
.blog-details-area .blog-comments-form form textarea {
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(121, 119, 238, 0.2); }

.blog-details-area .blog-comments-form form textarea {
  height: 150px; }

.blog-details-area .blog-comments-form form button {
  border: 1px solid transparent; }
  .blog-details-area .blog-comments-form form button:hover {
    color: #2b2e35;
    border: 1px solid #2b2e35; }

/* Service Page */
.service-page-service-section .company-service-item {
  position: relative;
  margin-bottom: 30px; }
  .service-page-service-section .company-service-item:hover .service-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7; }
  .service-page-service-section .company-service-item .service-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .service-page-service-section .company-service-item .service-image img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .service-page-service-section .company-service-item .service-image img {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .service-page-service-section .company-service-item .service-image img {
          width: 100%; } }
    .service-page-service-section .company-service-item .service-image .service-icon {
      position: absolute;
      left: 20px;
      bottom: 0; }
    .service-page-service-section .company-service-item .service-image .template-icon.blue-icon i {
      background-color: rgba(255, 255, 255, 0.7); }
    .service-page-service-section .company-service-item .service-image .template-icon.red-icon i {
      background-color: rgba(255, 255, 255, 0.7); }
    .service-page-service-section .company-service-item .service-image .template-icon.yellow-icon i {
      background-color: rgba(255, 255, 255, 0.7); }
    .service-page-service-section .company-service-item .service-image .template-icon.paste-icon i {
      background-color: rgba(255, 255, 255, 0.7); }
  .service-page-service-section .company-service-item .service-content {
    background-color: #ffffff;
    padding: 30px 10px;
    border-radius: 0 0 50px 0; }
    .service-page-service-section .company-service-item .service-content p {
      color: #666;
      margin: 15px 0; }
    .service-page-service-section .company-service-item .service-content a {
      color: #2b2e35;
      font-weight: 700;
      text-transform: capitalize;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .service-page-service-section .company-service-item .service-content a:hover {
        color: #4876FF; }

.company-service-pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .company-service-pagination ul li + li {
    margin-left: 10px; }
  .company-service-pagination ul li:hover {
    color: #ffffff;
    background-color: #4876FF;
    border: 1px solid transparent; }

.company-service-pagination ul .active {
  color: #ffffff;
  background-color: #4876FF;
  border: 1px solid transparent; }

/* Service Details Page */
.service-details{
  line-height: 1.7;
}
.service-details-section .subpage-menu-tab .subpage-menu {
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(121, 119, 238, 0.1);
  box-shadow: 0 5px 20px rgba(121, 119, 238, 0.1);
  position: relative;
  cursor: pointer; }
  .service-details-section .subpage-menu-tab .subpage-menu a{
    color: #333;
    display: block;
  }
  .service-details-section .subpage-menu-tab .subpage-menu.active a{
    color: #fff;
  }
  .service-details-section .subpage-menu-tab .subpage-menu.active{
    background-color: #4876FF;
    color: #fff;
  }
  .service-details-section .subpage-menu-tab .subpage-menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #4876FF;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.service-details-section .subpage-menu-tab .subpage-menu.active:before {
  width: 4px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-section .tab-content {
    margin-top: 60px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-details-section .tab-content {
    margin-top: 60px; } }

@media (max-width: 575.98px) {
  .service-details-section .tab-content {
    margin-top: 60px; } }

.service-details-section .tab-content .hidden-item {
  display: none; }

.service-details-section .tab-content .hidden-item.active {
  display: block; }

.service-details-section .button-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #4876FF;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .service-details-section .button-widget .button-icon {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .service-details-section .button-widget:hover {
    color: #ffffff;
    background-color: #4876FF; }
    .service-details-section .button-widget:hover .button-icon {
      color: #ffffff; }

.service-details-section .widget-help-box {
  padding: 40px 30px;
  border: 2px dotted #eaeaea; }
  .service-details-section .widget-help-box .template-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    margin-bottom: 0;
    margin-right: 20px; }
  .service-details-section .widget-help-box .content-part h5.title {
    color: #4876FF; }
  .service-details-section .widget-help-box .content-part span {
    font-weight: 500;font-size: 20px; }
  .service-details-section .widget-help-box .email-part h5.title {
    color: #fba920; }
  .service-details-section .widget-help-box .email-part span {
    font-weight: 500;font-size: 20px; }
  .service-details-section .widget-help-box .address-part h5.title {
    color: #f4557e; }
  .service-details-section .widget-help-box .address-part span {
    font-weight: 500; font-size: 20px;}

.service-details-section .industrial-service-list span.role-li {
  margin: 10px 0;
  font-weight: 500;
  text-transform: capitalize;
  display: block; }
  .service-details-section .industrial-service-list span.role-li i {
    margin-right: 10px; }

.service-details-section.leaf-shape-both .haiya-shape {
  top: 30%; }

.service-details-section.leaf-shape-both .more-feature-shape {
  top: 70%; }

/* Project Page */
.single-project-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .single-project-item:hover .hover-state {
    opacity: 1;
    top: 0; }
  .single-project-item .hover-state {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(121, 119, 238, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0; }
    .single-project-item .hover-state .hover-content {
      position: absolute;
      bottom: 40px;
      left: 40px; }
    .single-project-item .hover-state h3.title,
    .single-project-item .hover-state p {
      color: #ffffff; }
    .single-project-item .hover-state a {
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-transform: capitalize;
      font-weight: 500; }
      .single-project-item .hover-state a:hover {
        color: #2b2e35; }

/* Project Details Page */
.project-details-section .project-details-top .single-info {
  padding: 20px 0; }
  .project-details-section .project-details-top .single-info + .single-info {
    border-top: 1px solid #eaeaea; }
  .project-details-section .project-details-top .single-info span {
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 500; }

.project-details-section .project-about .about-box {
  padding: 40px;
  border: 1px solid #eaeaea; }

.project-details-section .project-working-process .single-working-process {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px rgba(121, 119, 238, 0.1);
  box-shadow: 0 20px 40px rgba(121, 119, 238, 0.1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .project-details-section .project-working-process .single-working-process:hover {
    margin-top: -10px; }
  .project-details-section .project-working-process .single-working-process .template-icon i {
    border-radius: 8px; }

.project-details-section .projcet-solution span.role-li {
  margin: 10px 0;
  font-weight: 500;
  text-transform: capitalize;
  display: block; }
  .project-details-section .projcet-solution span.role-li i {
    margin-right: 10px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-details-section .projcet-solution .solution-image {
    margin-top: 30px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-details-section .projcet-solution .solution-image {
    margin-top: 30px; } }

@media (max-width: 575.98px) {
  .project-details-section .projcet-solution .solution-image {
    margin-top: 30px; } }

.project-details-section.leaf-shape-both .haiya-shape {
  top: 30%; }

.project-details-section.leaf-shape-both .more-feature-shape {
  top: 70%; }

/* Contact Page */
.contact-page-top .contact-info-box {
  position: relative;
  -webkit-box-shadow: 0 20px 40px rgba(121, 119, 238, 0.1);
  box-shadow: 0 20px 40px rgba(121, 119, 238, 0.1);
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px; }
  .contact-page-top .contact-info-box:hover {
    margin-top: -10px; }
  .contact-page-top .contact-info-box .template-icon i {
    border-radius: 8px; }
  .contact-page-top .contact-info-box .icon-opacity {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    line-height: 0;
    opacity: .1; }

.contact-page-top .contact-info-box.email-part .icon-opacity i {
  color: #f4557e; }

.contact-page-top .contact-info-box.address-part .icon-opacity i {
  color: #fba920; }

.contact-page-top .contact-info-box.office-part .icon-opacity i {
  color: #4cc5e4; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-page-bottom .contact-map {
    margin-bottom: 30px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-page-bottom .contact-map {
    margin-bottom: 30px; } }

@media (max-width: 575.98px) {
  .contact-page-bottom .contact-map {
    margin-bottom: 30px; } }

.contact-page-bottom .contact-form input,
.contact-page-bottom .contact-form textarea {
  border-radius: 0; }

.contact-page-bottom .contact-form .template-button.home-2-button {
  border-radius: 0;
  width: 100%; }

/* 404 Page */
.page-404 {
  background-color: #ffffff;
  text-align: center;
  position: relative; }
  .page-404 .content-404 img {
    height: auto;
    margin: auto; }
.logo-wrapper img{height: 44px;}