  /* Css For Aundri */
  /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
  /*** 

====================================================================
  Reset
====================================================================

 ***/
  
  * {
      margin: 0px;
      padding: 0px;
      border: none;
      outline: none;
  }
  /*** 

====================================================================
  Global Settings
====================================================================

 ***/
  
  body {
      font-size: 16px;
      color: #2c2d2e;
      line-height: 34px;
      font-weight: 400;
      background: #ffffff;
      font-family: 'Open Sans', sans-serif;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      -webkit-font-smoothing: antialiased;
  }
  
  @media (min-width:1200px) {
      .container {
          max-width: 1200px;
          padding: 0px 15px;
      }
  }
  
  .large-container {
      max-width: 1500px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  
  .container-fluid {
      padding: 0px;
  }
  
  .auto-container {
      position: static;
      max-width: 1200px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  
  .small-container {
      max-width: 680px;
      margin: 0 auto;
  }
  
  .boxed_wrapper {
      position: relative;
      margin: 0 auto;
      overflow: hidden !important;
      width: 100%;
      min-width: 300px;
  }
  
  a {
      text-decoration: none;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  a:hover {
      text-decoration: none;
      outline: none;
  }
  
  input,
  button,
  select,
  textarea {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
  }
  
  ul,
  li {
      list-style: none;
      padding: 0px;
      margin: 0px;
  }
  
  input {
      transition: all 500ms ease;
  }
  
  button:focus,
  input:focus,
  textarea:focus {
      outline: none;
      box-shadow: none;
      transition: all 500ms ease;
  }
  
  p {
      position: relative;
      font-family: sans-serif;
      color: #5b5c5e;
      font-weight: 400;
      margin: 0px;
      transition: all 500ms ease;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      position: relative;
      font-family: #3d4041f7;
      font-weight: 400;
      color: #00323de3;
      margin: 0px;
      transition: all 500ms ease;
  }
  
  .preloader {
      position: fixed;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      z-index: 999999;
      background-color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/logo3.png);
  }
  
  .centred {
      text-align: center;
  }
  
  .pull-left {
      float: left;
  }
  
  .pull-right {
      float: right;
  }
  
  figure {
      margin: 0px;
  }
  
  img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      transition-delay: .1s;
      transition-timing-function: ease-in-out;
      transition-duration: .7s;
      transition-property: all;
  }
  /** button **/
  
  .theme-btn {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #fff !important;
      text-align: center;
      padding: 22px 40px;
      letter-spacing: 1px;
      text-transform: uppercase;
      z-index: 1;
  }
  
  .theme-btn.style-one {}
  
  .theme-btn.style-two {}
  
  .theme-btn:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      left: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn:hover:before {
      width: 50%;
  }
  
  .theme-btn:after {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      right: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn:hover:after {
      width: 50%;
  }
  
  .pagination {
      position: relative;
      display: block;
  }
  
  .pagination li {
      display: inline-block;
      margin: 0px 3px;
  }
  
  .pagination li a {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      height: 75px;
      width: 75px;
      line-height: 75px;
      background: #e6edf4;
      text-align: center;
      color: #687f9b;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .pagination li a:hover,
  .pagination li a.current {
      color: #fff;
  }
  
  .pagination li:first-child a:hover,
  .pagination li:last-child a:hover {
      color: #fff;
  }
  
  .sec-pad {
      padding: 56px 0px 71px 0px;
  }
  
  .sec-pad-2 {
      padding: 50px 0px;
  }
  
  .mr-0 {
      margin: 0px !important;
  }
  
  .scroll-top {
      width: 55px;
      height: 55px;
      line-height: 55px;
      position: fixed;
      bottom: 105%;
      right: 30px;
      font-size: 24px;
      z-index: 99;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
      transition: 1s ease;
  }
  
  .scroll-top.open {
      bottom: 50px;
  }
  
  .scroll-top span {
      color: #fff;
  }
  
  .sec-title {
      position: relative;
      display: block;
      margin-bottom: 6px;
  }
  
  .sec-title p {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      color: #0787a5;
      margin-bottom: 4px;
  }
  
  .sec-title h2 {
      position: relative;
      display: block;
      font-size: 40px;
      line-height: 60px;
      font-weight: 700;
      margin-bottom: 2px;
  }
  
  .sec-title img {
      width: 24px;
      height: 24px;
  }
  
  .sec-title.centred img {
      margin: 0 auto;
  }
  
  .sec-title.light p,
  .sec-title.light h2 {
      color: #fff;
  }
  
  .sec-title.centred {
      text-align: center !important;
  }
  /*** 

====================================================================
                        Home-Page-One
====================================================================

***/
  /** main-header **/
  
  .main-header {
      position: relative;
      left: 0px;
      top: 0px;
      z-index: 999;
      width: 100%;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .sticky-header {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      left: 0px;
      top: 0px;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
      width: 100%;
      z-index: 0;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .fixed-header .sticky-header {
      z-index: 999;
      opacity: 1;
      visibility: visible;
      -ms-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -op-animation-name: fadeInDown;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -ms-animation-duration: 500ms;
      -moz-animation-duration: 500ms;
      -op-animation-duration: 500ms;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms;
      -ms-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -op-animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -ms-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -op-animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
  }
  /** header-top **/
  
  .header-top {
      position: relative;
      width: 100%;
      background: #00323d;
  }
  
  .header-top .info li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 50px;
      font-weight: 600;
      color: #fff;
      padding-left: 30px;
      margin-right: 25px;
  }
  
  .header-top .info li:last-child {
      margin: 0px !important;
  }
  
  .header-top .info li a {
      color: #fff;
  }
  
  .header-top .info li a:hover {}
  
  .header-top .info li i {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 18px;
      font-weight: 400;
  }
  
  .header-top .social-links,
  .header-top .btn-box {
      position: relative;
      display: inline-block;
      float: left;
  }
  
  .header-top .social-links {
      margin-right: 40px;
  }
  
  .header-top .social-links li {
      position: relative;
      display: inline-block;
      margin-right: 25px;
      line-height: 50px;
  }
  
  .header-top .social-links li:last-child {
      margin: 0px !important;
  }
  
  .header-top .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .header-top .social-links li a:hover {}
  
  .btn-box1 {
      margin-top: 20px;
  }
  
  .header-top .btn-box .theme-btn {
      padding: 12px 31px;
  }
  
  .header-top .btn-box .theme-btn:before,
  .header-top .btn-box .theme-btn:after {}
  /** header-lower **/
  
  .header-lower {
      position: relative;
      background: #fff;
      width: 100%;
  }
  
  .main-header .outer-box {
      position: relative;
  }
  
  .main-header .logo-box {
      position: relative;
      padding: 3.5px 0px;
  }
  
  .main-header .logo-box .logo {
      position: relative;
      max-width: 220px;
      width: 100%;
      margin-top: 13px;
  }
  
  .main-header .logo-box .logo img {
      width: 100%;
  }
  
  .main-header .menu-right-content {
      position: relative;
      float: left;
      padding: 0px 0px 0px 120px;
      margin-top: 39px;
      margin-left: 40px;
  }
  
  .main-header .menu-right-content:before {
      position: absolute;
      content: '';
      background: ;
      width: 1px;
      height: 65px;
      left: 0px;
      top: -8px;
  }
  
  .main-header .menu-right-content i {
      position: absolute;
      left: 40px;
      top: 0px;
      font-size: 65px;
      line-height: 50px;
  }
  
  .main-header .menu-right-content h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .main-header .menu-right-content h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .main-header .menu-right-content h6 a:hover {}
  
  .main-header .menu-right-content p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
  }
  /** main-menu **/
  
  .main-menu {
      float: left;
  }
  
  .main-menu .navbar-collapse {
      padding: 0px;
      display: block !important;
  }
  
  .main-menu .navigation {
      margin: 0px;
  }
  
  .main-menu .navigation>li {
      position: inherit;
      float: left;
      z-index: 2;
      padding: 35px 0px 37px 0px;
      margin: 0px 10px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
  }
  
  .main-menu .navigation>li:last-child {
      margin-right: 0px !important;
  }
  
  .main-menu .navigation>li:first-child {
      margin-left: 0px !important;
  }
  
  .main-menu .navigation>li>a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      opacity: 1;
      color: #3f4144;
      z-index: 1;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .main-menu .navigation>li.current>a,
  .main-menu .navigation>li:hover>a {}
  
  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>.megamenu {
      position: absolute;
      left: inherit;
      top: 100%;
      width: 250px;
      z-index: 100;
      display: none;
      opacity: 0;
      visibility: hidden;
      padding: 10px 0px;
      background: #00323d;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .main-menu .navigation>li>ul.from-right {
      left: auto;
      right: 0px;
  }
  
  .main-menu .navigation>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  
  .main-menu .navigation>li:hover>ul>li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+5) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+6) {
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+7) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+8) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s;
  }
  
  .main-menu .navigation>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>a,
  .main-menu .navigation>li>.megamenu li>a {
      position: relative;
      display: block;
      padding: 14px 0px;
      line-height: 24px;
      font-weight: 600;
      font-size: 15px;
      text-transform: capitalize;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      text-align: left;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation>li>ul>li>a:hover,
  .main-menu .navigation>li>.megamenu li>a:hover {}
  
  .main-menu .navigation>li>ul>li:last-child>a,
  .main-menu .navigation>li>.megamenu li:last-child>a {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>a:hover {}
  
  .main-menu .navigation>li>ul>li.dropdown>a:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 14px;
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 800;
      text-align: center;
      z-index: 5;
  }
  
  .main-menu .navigation>li>ul>li>ul {
      position: absolute;
      right: 100%;
      top: 0%;
      width: 230px;
      z-index: 100;
      display: none;
      padding: 10px 0px;
      background: #00323d;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .main-menu .navigation>li>ul>li>ul.from-right {
      left: auto;
      right: 0px;
  }
  
  .main-menu .navigation>li>ul>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
  }
  
  .main-menu .navigation>li>ul>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  
  .main-menu .navigation>li>ul>li:hover>ul>li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li>a {
      position: relative;
      display: block;
      padding: 14px 0px;
      line-height: 24px;
      font-weight: 600;
      font-size: 16px;
      text-transform: capitalize;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      text-align: left;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child>a {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li>a:hover {}
  
  .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 12px;
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 900;
      z-index: 5;
  }
  
  .main-menu .navigation>li.dropdown:hover>ul,
  .main-menu .navigation>li.dropdown:hover>.megamenu {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      top: 99%;
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
  }
  
  .main-menu .navigation li>ul>li.dropdown:hover>ul {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      top: 0%;
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
  }
  
  .main-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: -32px;
      top: 66px;
      width: 34px;
      height: 30px;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      color: #3b3b3b;
      cursor: pointer;
      display: none;
      z-index: 5;
      transition: all 500ms ease;
  }
  
  .main-menu .navigation li.current.dropdown .dropdown-btn,
  .main-menu .navigation li:hover .dropdown-btn {}
  
  .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
      display: none;
  }
  
  .menu-area .mobile-nav-toggler {
      position: relative;
      float: right;
      font-size: 40px;
      line-height: 50px;
      cursor: pointer;
      color: #fff;
      display: none;
  }
  
  .mobile-menu .menu-backdrop {
      background: #00323d;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar {
      position: relative;
      height: 2px;
      width: 30px;
      display: block;
      margin-bottom: 5px;
      background-color: #fff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar:last-child {
      margin-bottom: 0px;
  }
  
  .main-header .sticky-header .logo-box {
      padding: 3px 0px;
  }
  
  .main-header .sticky-header .main-menu .navigation>li {
      padding: 27px 0px 30px 0px !important;
  }
  
  .main-header .sticky-header .menu-right-content {
      margin-top: 20px;
      padding-left: 105px;
  }
  
  .main-header .sticky-header .menu-right-content i {
      font-size: 50px;
  }
  /** megamenu-style **/
  
  .main-menu .navigation>li.dropdown>.megamenu {
      position: absolute;
      width: 100%;
      padding: 30px 50px;
      left: 0px;
  }
  
  .main-menu .navigation li.dropdown .megamenu li h4 {
      font-weight: 500;
      padding: 3px 0px;
      color: #fff;
  }
  /** mobile-menu **/
  
  .nav-outer .mobile-nav-toggler {
      position: relative;
      float: right;
      font-size: 40px;
      line-height: 50px;
      cursor: pointer;
      color: #3786ff;
      display: none;
  }
  
  .mobile-menu {
      position: fixed;
      right: 0;
      top: 0;
      width: 300px;
      padding-right: 30px;
      max-width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: 999999;
  }
  
  .mobile-menu .navbar-collapse {
      display: block !important;
  }
  
  .mobile-menu .nav-logo {
      position: relative;
      padding: 50px 25px;
      text-align: left;
      padding-bottom: 100px;
  }
  
  .mobile-menu-visible {
      overflow: hidden;
  }
  
  .mobile-menu-visible .mobile-menu {
      opacity: 1;
      visibility: visible;
  }
  
  .mobile-menu .menu-backdrop {
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%);
      transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -webkit-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease;
  }
  
  .mobile-menu-visible .mobile-menu .menu-backdrop {
      opacity: 0.70;
      visibility: visible;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
  }
  
  .mobile-menu .menu-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow-y: auto;
      background: #202020;
      padding: 0px 0px;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      border-radius: 0px;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%);
  }
  
  .mobile-menu-visible .mobile-menu .menu-box {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
  }
  
  .mobile-menu .close-btn {
      position: absolute;
      right: 25px;
      top: 10px;
      line-height: 30px;
      width: 24px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer;
      z-index: 10;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease;
  }
  
  .mobile-menu-visible .mobile-menu .close-btn {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  
  .mobile-menu .close-btn:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .mobile-menu .navigation {
      position: relative;
      display: block;
      width: 100%;
      float: none;
  }
  
  .mobile-menu .navigation li {
      position: relative;
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation li>ul>li:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation li>a {
      position: relative;
      display: block;
      line-height: 24px;
      padding: 10px 25px;
      font-size: 15px;
      font-weight: 500;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .navigation li ul li>a {
      font-size: 16px;
      margin-left: 20px;
      text-transform: capitalize;
  }
  
  .mobile-menu .navigation li>a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      border-left: 5px solid #fff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .navigation li.current>a:before {
      height: 100%;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: 6px;
      top: 6px;
      width: 32px;
      height: 32px;
      text-align: center;
      font-size: 16px;
      line-height: 32px;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.10);
      cursor: pointer;
      border-radius: 2px;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 5;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn.open {
      background: #fff;
      color: #3b3b3b;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .mobile-menu .navigation li>ul,
  .mobile-menu .navigation li>ul>li>ul,
  .mobile-menu .navigation>li.dropdown>.megamenu {
      display: none;
  }
  
  .mobile-menu .social-links {
      position: relative;
      padding: 0px 25px;
  }
  
  .mobile-menu .social-links li {
      position: relative;
      display: inline-block;
      margin: 0px 10px 10px;
  }
  
  .mobile-menu .social-links li a {
      position: relative;
      line-height: 32px;
      font-size: 16px;
      color: #ffffff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .social-links li a:hover {}
  
  div#mCSB_1_container {
      top: 0px !important;
  }
  
  .mobile-menu .contact-info {
      position: relative;
      padding: 120px 30px 20px 30px;
  }
  
  .mobile-menu .contact-info h4 {
      position: relative;
      font-size: 20px;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 20px;
  }
  
  .mobile-menu .contact-info ul li {
      position: relative;
      display: block;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.80);
      margin-bottom: 3px;
  }
  
  .mobile-menu .contact-info ul li a {
      color: rgba(255, 255, 255, 0.80);
  }
  
  .mobile-menu .contact-info ul li a:hover {}
  
  .mobile-menu .contact-info ul li:last-child {
      margin-bottom: 0px;
  }
  /** banner-section **/
  
  .banner-section {
      position: relative;
      overflow: hidden;
  }
  
  .banner-carousel {
      position: relative;
  }
  
  .banner-carousel .slide-item {
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 185px 0px 190px 0px;
  }
  
  .banner-carousel .slide-item:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.0) 100%);
      top: 0px;
      right: 0px;
      z-index: 1;
  }
  
  .banner-carousel .slide-item .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 6000ms linear;
      -moz-transition: all 6000ms linear;
      -ms-transition: all 6000ms linear;
      -o-transition: all 6000ms linear;
      transition: all 6000ms linear;
  }
  
  .banner-carousel .active .slide-item .image-layer {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
  }
  
  .banner-carousel .content-box {
      position: relative;
      display: block;
      max-width: 660px;
      z-index: 5;
  }
  
  .banner-carousel .content-box h4 {
      position: relative;
      display: inline-block;
      font-size: 20px;
      line-height: 20px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #687f9b;
      margin-bottom: 33px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h4 {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      -ms-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms;
  }
  
  .banner-carousel .content-box h1 {
      position: relative;
      display: block;
      font-size: 53px;
      line-height: 78px;
      font-weight: 700;
      margin-bottom: 45px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h1 {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      -ms-transition-delay: 1000ms;
      -o-transition-delay: 1000ms;
      transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box .btn-box {
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box .btn-box {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1300ms;
      -moz-transition-delay: 1300ms;
      -ms-transition-delay: 1300ms;
      -o-transition-delay: 1300ms;
      transition-delay: 1300ms;
  }
  
  .banner-carousel .content-box .btn-box .theme-btn {
      padding: 22px 47px;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav {
      display: none !important;
  }
  
  .banner-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 100px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      opacity: 0.2;
      transition: all 500ms ease;
  }
  
  .banner-carousel .owl-nav .owl-next {
      position: absolute;
      right: 100px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      opacity: 0.2;
      transition: all 500ms ease;
  }
  
  .banner-carousel:hover .owl-nav .owl-prev,
  .banner-carousel:hover .owl-nav .owl-next {
      opacity: 1;
  }
  
  .banner-carousel .owl-nav .owl-prev:hover,
  .banner-carousel .owl-nav .owl-next:hover {}
  /** about-section **/
  
  .about-section {
      position: relative;
      padding-top: 33px;
      overflow: hidden;
  }
  
  .image_block_1 .image-box {
      position: relative;
      display: block;
      margin-bottom: 30px;
  }
  
  .image_block_1 .image-box:before {
      position: absolute;
      content: '';
      background: #f3f7fa;
      width: 560px;
      height: 120px;
      left: -360px;
      bottom: -120px;
  }
  
  .image_block_1 .image-box:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 100px;
      bottom: -120px;
      left: 220px;
  }
  
  .image_block_1 .image-box .image img {
      max-width: none;
      float: right;
  }
  
  .image_block_1 .image-box .video-btn {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 200px;
      height: 156px;
      background: #f5f7fa;
      padding: 20px 20px 0px 20px;
  }
  
  .image_block_1 .image-box .video-btn a {
      position: relative;
      display: inline-block;
      width: 160px;
      height: 136px;
      line-height: 100px;
      font-size: 30px;
      color: #fff;
      text-align: center;
  }
  
  .about-section .content_block_1 .content-box {
      margin-left: 70px;
      margin-top: -7px;
  }
  
  .about-section .content_block_1 .content-box h3 {
      font-size: 24px;
      line-height: 38px;
      font-style: italic;
      margin-bottom: 44px;
  }
  
  .about-section .content_block_1 .content-box .list-item li {
      position: relative;
      display: block;
      float: left;
      width: 50%;
      font-size: 15px;
      line-height: 26px;
      font-weight: 700;
      color: black;
      margin-bottom: 12px;
      padding-left: 35px;
  }
  
  .about-section .content_block_1 .content-box .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .about-section .content_block_1 .content-box .list-item {
      margin-bottom: 34px;
  }
  
  .about-section .content_block_1 .content-box .text {
      margin-bottom: 23px;
  }
  
  .about-section .content_block_1 .content-box .text p {
      font-size: 17px;
      line-height: 31px;
      font-weight: 500;
  }
  
  .about-section .content_block_1 .content-box .theme-btn {
      padding: 12px 22px;
  }
  
  .about-section .image-layer {
      position: absolute;
      right: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /** service-section **/
  
  .service-section {
      position: relative;
      padding-top: 30px;
  }
  
  .service-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  .service-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .service-block-one .inner-box .image-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      opacity: 0.8;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box:before {
      transform: scale(1, 1);
  }
  
  .service-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box img {
      transform: scale(1.1);
  }
  
  .service-block-one .inner-box .lower-content {
      position: relative;
      padding: 13px 18px 14px 8px;
  }
  
  .service-section .inner-container {
      position: relative;
      margin: 0px 15px;
      margin-bottom: -120px;
      z-index: 1;
  }
  
  .inner-container .service-block {
      padding: 0px;
  }
  
  .service-block-one .inner-box .lower-content:before {
      position: absolute;
      content: '';
      background: #f3f7fa;
      width: 100%;
      height: 0%;
      left: 0px;
      top: 0px;
      right: 0px;
      transition: all 900ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content:before {
      height: 100%;
  }
  
  .service-block-one .inner-box .lower-content .icon-box {
      position: absolute;
      left: 50px;
      top: -47px;
      width: 94px;
      height: 94px;
      line-height: 94px;
      font-size: 65px;
      color: #fff;
      text-align: center;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content .icon-box {}
  
  .service-block-one .inner-box .lower-content h3 {
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 5px;
  }
  
  .service-block-one .inner-box .lower-content h3 a {
      display: inline-block;
      color: #00323d;
  }
  
  .service-block-one .inner-box .lower-content h3 a:hover {}
  
  .service-block-one .inner-box .lower-content p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      color: #616467;
      margin-bottom: 15px;
  }
  
  .service-block-one .inner-box .lower-content .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #0787a5;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: white;
  }
  
  .service-block-one .inner-box .lower-content .link a:hover {
      color: #fff;
  }
  
  .service-section .sec-title {
      margin-bottom: 22px;
  }
  /** funfact-section **/
  
  .funfact-section {
      position: relative;
      padding-top: 70px;
  }
  
  .counter-block-one .inner-box {
      position: relative;
      padding-bottom: 50px;
  }
  
  .counter-block-one .inner-box:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 100%;
      right: -15px;
      bottom: 0px;
  }
  
  .counter-block:last-child .counter-block-one .inner-box:before {
      display: none;
  }
  
  .counter-block-one .inner-box .count-outer {
      position: relative;
      display: block;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      font-weight: 800;
      margin-bottom: 14px;
  }
  
  .counter-block-one .inner-box p {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 700;
  }
  
  .funfact-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: repeat-x;
      background-size: cover;
      animation: slide 90s linear infinite;
      -webkit-animation: slide 90s linear infinite;
  }
  
  @keyframes slide {
      from {
          background-position: 0 0;
      }
      to {
          background-position: 1920px 0;
      }
  }
  
  @-webkit-keyframes slide {
      from {
          background-position: 0 0;
      }
      to {
          background-position: 1920px 0;
      }
  }
  /** video-section **/
  
  .video-section {
      position: relative;
      padding: 135px 0px 110px 0px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
  }
  
  .video-section:before {
      position: absolute;
      content: '';
      background: #143a69;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      opacity: 0.8;
  }
  
  .video-section .inner-box .video-btn {
      position: relative;
      margin-bottom: 22px;
  }
  
  .video-section .inner-box .video-btn a {
      position: relative;
      display: inline-block;
      width: 106px;
      height: 106px;
      line-height: 106px;
      font-size: 30px;
      color: #fff;
      text-align: center;
  }
  
  .video-section .inner-box .video-btn .border-animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(255, 255, 255, .2);
      animation: squares 2.9s linear 0s infinite;
      -webkit-animation: squares 2.9s linear 0s infinite;
      -ms-animation: squares 2.9s linear 0s infinite;
      -o-animation: squares 2.9s linear 0s infinite;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      -o-animation-play-state: running;
      animation-play-state: running;
      opacity: 0;
  }
  
  .video-section .inner-box .video-btn .border-animation.border-2 {
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
  }
  
  .video-section .inner-box .video-btn .border-animation.border-3 {
      -webkit-animation-delay: 2s;
      -moz-animation-delay: 2s;
      -o-animation-delay: 2s;
      animation-delay: 2s;
  }
  
  .video-section .inner-box h2 {
      font-size: 60px;
      line-height: 70px;
      color: #fff;
      font-weight: 800;
  }
  /** pricing-section **/
  
  .pricing-section {
      position: relative;
      padding-top: 48px;
  }
  
  .pricing-section .map-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pricing-block-one {
      position: relative;
      display: block;
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  }
  
  .pricing-block-one .inner-box {
      position: relative;
      overflow: hidden;
      padding: 0px 20px 21px 15px;
  }
  
  .pricing-block-one:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: 100%;
      height: 0%;
      left: 0px;
      top: 0px;
      right: 0px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover:before {
      height: 100%;
  }
  
  .pricing-block-one .icon-box {
      position: relative;
      display: inline-block;
      width: 118px;
      height: 118px;
      line-height: 118px;
      text-align: center;
      font-size: 65px;
      border-radius: 50%;
      color: #fff;
      box-shadow: 0 0px 0px 10px #fff;
      transition: all 900ms ease;
      margin-bottom: 20px;
      margin-top: -59px;
      z-index: 1;
  }
  
  .pricing-block-one:hover .icon-box {
      box-shadow: 0 0px 0px 10px #00323d;
  }
  
  .pricing-block-one .icon-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .icon-box:before {
      transform: scale(1, 1);
  }
  
  .pricing-block-one .inner-box span {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      font-weight: 600;
      color: #687f9b;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 2px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .inner-box span {
      color: rgba(255, 255, 255, 0.6);
  }
  
  .pricing-block-one .inner-box h3 {
      font-size: 22px;
      line-height: 34px;
      font-weight: 700;
      margin-bottom: 22px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .inner-box h3 {
      color: #fff;
  }
  
  .pricing-block-one:hover .inner-box p {
      color: #fff;
  }
  
  .pricing-block-one .inner-box .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: #7086a1;
      z-index: 1;
  }
  
  .pricing-block-one .inner-box .link a:hover {
      color: #fff;
  }
  
  .pricing-block-one .inner-box .light-icon {
      position: absolute;
      right: -30px;
      bottom: 0px;
      font-size: 150px;
      line-height: 100px;
      color: rgb(117 117 117 / 8%);
      transform: rotate(-30deg);
  }
  
  .pricing-section .pricing-inner {
      padding-bottom: 48px;
  }
  
  .cta-section .inner-box {
      position: relative;
      display: block;
      padding: 90px 100px;
  }
  
  .cta-section .inner-box .text h2 {
      font-size: 40px;
      line-height: 50px;
      color: #fff;
      font-weight: 800;
  }
  
  .cta-section .inner-box .text h2 span {
      color: #00323d;
      font-style: italic;
  }
  
  .cta-section .inner-box .btn-box {
      margin-top: 15px;
  }
  
  .cta-section .inner-box .btn-box .theme-btn {
      background: #00323d;
      padding: 22px 52px;
  }
  
  .cta-section .inner-box .btn-box .theme-btn:before,
  .cta-section .inner-box .btn-box .theme-btn:after {}
  
  .cta-section .inner-box .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pricing-section .sec-title {
      margin-bottom: 125px;
  }
  
  .bg-color-3 {
      background: #f3f7fa;
  }
  /** chooseus-section **/
  
  .chooseus-section {
      position: relative;
      padding: 56px 0px 50px 0px;
  }
  
  .chooseus-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .content_block_2 .content-box .inner-box {
      position: relative;
      max-width: 500px;
      width: 100%;
  }
  
  .content_block_2 .content-box .inner-box .star-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 94px;
      height: 94px;
      line-height: 94px;
      text-align: center;
      border-radius: 50%;
      z-index: 1;
      margin-left: -10px;
      margin-top: -10px;
  }
  
  .content_block_2 .content-box .inner-box .single-item {
      position: relative;
      float: left;
      width: 50%;
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner {
      position: relative;
      display: block;
      background: #fff;
      max-width: 230px;
      width: 100%;
      padding: 23px 17px 28px 30px;
      margin-bottom: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner .icon-box {
      position: relative;
      font-size: 65px;
      line-height: 65px;
      margin-bottom: 24px;
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .content_block_2 .content-box .sec-title {
      margin-bottom: 57px;
  }
  
  .content_block_3 .content-box .text {
      position: relative;
      padding-left: 100px;
      margin-bottom: 5px;
  }
  
  .content_block_3 .content-box .text p {
      font-size: 14px;
      line-height: 25px;
      color: #5c6064;
      font-weight: 700;
  }
  
  .content_block_3 .content-box .image-box {
      position: relative;
      display: block;
      margin: 0px -290px 0px 0px;
  }
  
  .content_block_3 .content-box .image-box .image img {
      width: 100%;
  }
  /** gallery-section **/
  
  .gallery-section {
      position: relative;
      padding: 6px 0px;
  }
  
  .gallery-block-one .inner-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .gallery-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .gallery-block-one .inner-box .image-box img {
      width: 100%;
      transform: scale(1.1);
      transition: all 500ms ease;
  }
  
  .gallery-block-one .inner-box:hover .image-box img {
      transform: scale(1);
      opacity: 0.1;
  }
  
  .gallery-block-one .inner-box .view-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .gallery-block-one .inner-box .view-btn a {
      position: relative;
      display: inline-block;
      width: 32px;
      height: 32px;
      transform: scale(0, 0);
  }
  
  .gallery-block-one .inner-box:hover .view-btn a {
      transform: scale(1, 1);
  }
  
  .gallery-block-one .inner-box .view-btn a:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.8);
      width: 2px;
      height: 32px;
      left: 50%;
      transform: translateY(-50%);
      top: 0px;
  }
  
  .gallery-block-one .inner-box .view-btn a:after {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.8);
      width: 32px;
      height: 2px;
      left: 0px;
      top: 0px;
  }
  /** testimonial-section **/
  
  .testimonial-section {
      position: relative;
  }
  
  .testimonial-section .title-inner {
      position: relative;
      margin-right: 70px;
  }
  
  .testimonial-section .title-inner .customer-box {
      position: relative;
      display: block;
      padding: 41px 30px 44px 120px;
  }
  
  .testimonial-section .title-inner .customer-box .icon-box {
      position: absolute;
      left: 60px;
      top: 50px;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
  }
  
  .testimonial-section .title-inner .customer-box h2 {
      display: block;
      font-size: 40px;
      line-height: 50px;
      color: #fff;
      font-weight: 800;
      margin-bottom: 0px;
  }
  
  .testimonial-section .title-inner .customer-box h4 {
      display: block;
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
  }
  
  .testimonial-section .sec-title {
      margin-bottom: 57px;
  }
  
  .testimonial-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: repeat-x;
      animation: slide 90s linear infinite;
      -webkit-animation: slide 90s linear infinite;
  }
  
  .testimonial-section .testimonial-inner {
      position: relative;
      margin-right: -755px;
      margin-top: 7px;
      overflow: hidden;
      padding-bottom: 44px;
      padding-left: 57px;
      margin-left: -57px;
  }
  
  .testimonial-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      padding: 46px 40px 57px 85px;
  }
  
  .testimonial-block-one .inner-box:before {
      position: absolute;
      content: '';
      background: #fff;
      width: 65px;
      height: 45px;
      right: 90px;
      bottom: -45px;
      clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 15% 0%);
  }
  
  .testimonial-block-one .inner-box .image-box {
      position: absolute;
      left: -46px;
      top: 70px;
      width: 92px;
      height: 92px;
      border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .image-box:before {
      position: absolute;
      content: '';
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      left: -10px;
      top: -10px;
      border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .image-box img {
      width: 100%;
      border-radius: 50%;
  }
  
  .testimonial-section .owl-stage-outer {
      overflow: visible;
  }
  
  .testimonial-section .owl-stage-outer .owl-item {
      opacity: 0;
  }
  
  .testimonial-section .owl-stage-outer .owl-item.active {
      opacity: 1;
  }
  
  .testimonial-block-one .inner-box h3 {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 46px;
      margin-bottom: 40px;
  }
  
  .testimonial-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
  }
  
  .testimonial-block-one .inner-box h4 span {
      font-size: 16px;
      font-weight: 400;
      color: #687f9b;
  }
  
  .testimonial-block-one .inner-box .quote-box {
      position: absolute;
      right: 65px;
      bottom: 60px;
      font-size: 85px;
      line-height: 60px;
  }
  /** news-section **/
  
  .news-section {
      position: relative;
  }
  
  .news-block-one .inner-box {
      position: relative;
      display: block;
      transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  
  .news-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .news-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .image-box img {
      transform: scale(1.05);
  }
  
  .news-block-one .inner-box .lower-content {
      position: relative;
      display: block;
      padding: 30px 40px 23px 40px;
      border: 1px solid #e6edf4;
      border-top: none;
  }
  
  .news-block-one .inner-box .lower-content .post-date {
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      font-weight: 600;
      padding: 9px 25px;
      text-transform: uppercase;
      margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content h3 {
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 36px;
      font-weight: 800;
      padding-bottom: 22px;
      margin-bottom: 21px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .news-block-one .inner-box .lower-content h3 a {
      display: inline-block;
      color: #00323d;
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover {}
  
  .news-block-one .inner-box .lower-content .post-info li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
      color: #687f9b;
      font-weight: 600;
      padding-left: 20px;
      margin-right: 15px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child {
      margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a {
      color: #687f9b;
  }
  
  .news-block-one .inner-box .lower-content .post-info li i {
      position: absolute;
      left: 0px;
      top: 5px;
      font-weight: 400;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a:hover {}
  
  .news-block-one .inner-box .lower-content .link {
      position: absolute;
      right: 40px;
      bottom: 20px;
  }
  
  .news-block-one .inner-box .lower-content .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: #7086a1;
      z-index: 1;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover {
      color: #fff;
  }
  
  .news-section .sec-title {
      margin-bottom: 57px;
  }
  /** clients-section **/
  
  .clients-section {
      position: relative;
      padding: 30px 0px;
  }
  
  .clients-section .clients-logo-box {
      position: relative;
      display: block;
  }
  
  .clients-section .clients-logo-box img {
      display: block;
      max-width: 100%;
      width: auto;
      margin: 0 auto;
      opacity: 0.2;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .clients-section .clients-logo-box img:hover {
      opacity: 1;
      transform: scale(1.05);
  }
  /** main-footer **/
  
  .main-footer {
      position: relative;
      overflow: hidden;
      background: #00323d;
  }
  
  .main-footer .footer-logo {
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 50px 60px;
  }
  
  .main-footer .footer-top {
      padding-bottom: 10px;
  }
  
  .main-footer .right-column .subscribe-box,
  .main-footer .right-column .social-links {
      position: relative;
      float: left;
  }
  
  .main-footer .right-column .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
  }
  
  .main-footer .right-column .social-links li:last-child {
      margin: 0px !important;
  }
  
  .main-footer .right-column .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 15px;
      color: #87a9d1;
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      border-radius: 50%;
      background: #143a69;
  }
  
  .main-footer .right-column .social-links li a:hover {
      color: #fff;
  }
  
  .main-footer .right-column .subscribe-box {
      margin-right: 50px;
  }
  
  .main-footer .right-column .social-links {
      margin-top: 9px;
  }
  
  .main-footer .right-column .subscribe-box .form-group {
      position: relative;
      margin: 0px;
      min-width: 552px;
      width: 100%;
      padding-right: 163px;
  }
  
  .main-footer .right-column {
      position: relative;
      padding: 40px 0px;
  }
  
  .main-footer .right-column:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.1);
      width: 5000px;
      height: 1px;
      left: -63px;
      bottom: 1px;
  }
  
  .main-footer .right-column .subscribe-box .form-group input[type='email'] {
      position: relative;
      width: 100%;
      max-width: 390px;
      height: 70px;
      background: #fff;
      font-size: 15px;
      font-weight: 600;
      color: #69809b;
      border: 1px solid #fff;
      padding: 10px 20px;
      transition: all 500ms ease;
  }
  
  .main-footer .right-column .subscribe-box .form-group input::-webkit-input-placeholder {
      color: #69809b;
  }
  
  .main-footer .right-column .subscribe-box .form-group input:focus {}
  
  .main-footer .right-column .subscribe-box .form-group button {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .main-footer .right-column .subscribe-box .form-group button:before,
  .main-footer .right-column .subscribe-box .form-group button:after {
      background: #fff;
  }
  
  .main-footer .right-column .subscribe-box .form-group button:hover {}
  
  .main-footer .widget-section .contact-widget .btn-box {
      position: relative;
      margin-bottom: 46px;
  }
  
  .main-footer .widget-section .contact-widget .btn-box a {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase;
      background: #f2f4f6;
      color: #fff;
      letter-spacing: 1px;
      padding: 5px 13px;
      text-align: center;
  }
  
  .main-footer .widget-section .contact-widget .btn-box a:hover {}
  
  .main-footer .widget-section .contact-widget .info-list li {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
      padding-left: 30px;
      margin-bottom: 18px;
  }
  
  .main-footer .widget-section .contact-widget .info-list li:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .widget-section .contact-widget .info-list li a {
      display: inline-block;
      color: #fff;
  }
  
  .main-footer .widget-section .contact-widget .info-list li a:hover {}
  
  .main-footer .widget-section .contact-widget .info-list li i {
      position: absolute;
      left: 0px;
      top: 0px;
      font-weight: 400;
  }
  
  .main-footer .widget-section {
      padding-bottom: 50px;
  }
  
  .ml-25 {
      margin-left: 25px;
  }
  
  .main-footer .widget-title {
      position: relative;
      display: block;
      margin-bottom: 24px;
  }
  
  .main-footer .widget-title h3 {
      font-size: 22px;
      line-height: 30px;
      color: #fff;
      font-weight: 700;
  }
  
  .main-footer .links-widget .links-list li {
      position: relative;
      display: block;
      margin-bottom: 6px;
  }
  
  .main-footer .links-widget .links-list li:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .links-widget .links-list li a {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: rgb(255 255 255 / 92%);
  }
  
  .main-footer .links-widget .links-list li a:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 1px;
      left: 0px;
      bottom: 0px;
      opacity: 0;
      transition: all 500ms ease;
  }
  
  .main-footer .links-widget .links-list li a:hover:before {
      width: 100%;
      opacity: 1;
  }
  
  .main-footer .links-widget .links-list li a:hover {}
  
  .main-footer .footer-widget {
      padding-top: 42px;
  }
  
  .ml-70 {
      margin-left: 70px;
  }
  
  .ml-50 {
      margin-left: 50px;
  }
  
  .main-footer .post-widget .post {
      position: relative;
      display: block;
      padding-left: 90px;
      margin-bottom: 30px;
  }
  
  .main-footer .post-widget .post:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .post-widget .post .post-thumb {
      position: absolute;
      left: 0px;
      top: 5px;
      width: 70px;
      height: 70px;
      overflow: hidden;
  }
  
  .main-footer .post-widget .post .post-thumb img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .main-footer .post-widget .post:hover .post-thumb img {
      opacity: 0.2;
  }
  
  .main-footer .post-widget .post .post-date {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 9px;
  }
  
  .main-footer .post-widget .post h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      color: #87a9d1;
  }
  
  .main-footer .post-widget .post h6 a {
      display: inline-block;
      color: #87a9d1;
  }
  
  .main-footer .post-widget .post h6 a:hover {}
  
  .main-footer .post-widget .widget-title {
      margin-bottom: 29px;
  }
  
  .main-footer .pattern-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
  }
  
  .footer-bottom {
      position: relative;
      background: #143a69;
      padding: 8px 0px;
  }
  
  .footer-bottom p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .footer-bottom p a {
      color: rgba(255, 255, 255, 0.6);
  }
  
  .footer-bottom p a:hover {}
  
  .main-footer .image-layer {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
  /** header-style-two **/
  
  .main-header.style-two {
      position: relative;
  }
  
  .main-header.style-two .header-upper .logo-box {
      position: relative;
      padding: 40px 0px 36px 0px;
  }
  
  .main-header.style-two .header-upper .logo-box:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: calc(5000px - 75px);
      height: 100%;
      top: 0px;
      right: 75px;
  }
  
  .main-header.style-two .header-upper .logo-box .logo {
      position: relative;
      float: left;
      margin-right: 50px;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box {
      position: relative;
      float: left;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn {
      padding: 12px 30px;
      font-size: 12px;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:before,
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:after {}
  
  .main-header.style-two .header-upper .upper-info {
      position: relative;
      margin-top: 39px;
  }
  
  .main-header.style-two .header-upper .upper-info li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 65px;
      padding-left: 50px;
  }
  
  .main-header.style-two .header-upper .upper-info li:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 1px;
      height: 65px;
      top: -9px;
      right: -30px;
  }
  
  .main-header.style-two .header-upper .upper-info li:last-child:before {
      display: none;
  }
  
  .main-header.style-two .header-upper .upper-info li:last-child {
      margin-right: 0px !important;
  }
  
  .main-header.style-two .header-upper .upper-info li i {
      position: absolute;
      left: 0px;
      top: 10px;
      font-size: 30px;
      line-height: 30px;
  }
  
  .main-header.style-two .header-upper .upper-info li p {
      font-size: 14px;
      line-height: 22px;
      color: #687f9b;
      font-weight: 500;
      margin-bottom: 0px;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 a:hover {}
  
  .main-header.style-two .header-upper {
      position: relative;
      width: 100%;
      background: #fff;
  }
  
  .main-header.style-two .header-upper:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 100%;
      height: 1px;
      left: 0px;
      bottom: 0px;
  }
  
  .main-header.style-two .outer-box .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
      line-height: 70px;
  }
  
  .main-header.style-two .outer-box .social-links li:last-child {
      margin: 0px !important;
  }
  
  .main-header.style-two .outer-box .social-links li a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 13px;
      background: #e6edf4;
      color: #687f9b;
      text-align: center;
      border-radius: 50%;
  }
  
  .main-header.style-two .outer-box .social-links li a:hover {
      color: #fff;
  }
  
  .main-header.style-two .main-menu .navigation>li {
      padding: 20px 0px !important;
  }
  /** banner-style-two **/
  
  .banner-section.style-two .banner-carousel .slide-item:before {
      background: #143a69;
      opacity: 0.5;
  }
  
  .banner-section.style-two .banner-carousel .content-box {
      max-width: 850px;
      margin: 0 auto;
  }
  
  .banner-section.style-two .banner-carousel .content-box h1 {
      line-height: 100px;
      color: #fff;
  }
  
  .banner-section.style-two .banner-carousel .content-box h1 span {
      display: inline-block;
  }
  
  .banner-section.style-two .banner-carousel .content-box p {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
      line-height: 32px;
      margin-bottom: 46px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-section.style-two .banner-carousel .active .content-box p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1150ms;
      -moz-transition-delay: 1150ms;
      -ms-transition-delay: 1150ms;
      -o-transition-delay: 1150ms;
      transition-delay: 1150ms;
  }
  
  .banner-section.style-two .banner-carousel .slide-item {
      padding: 175px 0px 225px 0px;
  }
  /** feature-section **/
  
  .feature-section {
      position: relative;
  }
  
  .feature-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 871px;
      height: 709px;
      background-repeat: no-repeat;
  }
  
  .feature-section .inner-container {
      position: relative;
      background: #fff;
      margin-top: -80px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      z-index: 1;
  }
  
  .feature-block-one .inner-box {
      position: relative;
      display: block;
      overflow: hidden;
      background: #fff;
      padding: 55px 40px 51px 60px;
  }
  
  .inner-container .feature-block-one {
      position: relative;
      float: left;
      width: 33.333%;
  }
  
  .feature-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 27px;
      transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box p {
      font-size: 16px;
      line-height: 32px;
      font-weight: 600;
      transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover h4,
  .feature-block-one .inner-box:hover p {
      color: #fff;
  }
  
  .feature-block-one .inner-box .bg-layer {
      position: absolute;
      content: "";
      top: 0;
      left: -101%;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      background-size: 101% 101%;
  }
  
  .feature-block-one .inner-box .bg-layer:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      opacity: 0.9;
  }
  
  .feature-block-one .inner-box:hover .bg-layer {
      left: 0px;
  }
  /** about-style-two **/
  
  .about-style-two {
      position: relative;
      overflow: hidden;
      padding: 120px 0px;
  }
  
  .content_block_4 .content-box .text {
      position: relative;
      margin-bottom: 45px;
  }
  
  .content_block_4 .content-box .text p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .content_block_4 .content-box .inner-box .single-item {
      position: relative;
      float: left;
      width: 50%;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner {
      position: relative;
      display: block;
      margin-bottom: 18px;
      padding-right: 50px;
      min-height: 133px;
  }
  
  .content_block_4 .content-box .inner-box .single-item:nth-child(2) .inner,
  .content_block_4 .content-box .inner-box .single-item:last-child .inner {
      padding-right: 0px;
      padding-left: 40px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner .icon-box {
      position: relative;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 7px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 4px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .content_block_4 .content-box .inner-box {
      position: relative;
      padding-bottom: 35px;
  }
  
  .content_block_4 .content-box .inner-box:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 1px;
      height: 275px;
      left: 50%;
      top: 5px;
      margin-left: -10px;
  }
  
  .content_block_4 .content-box .btn-box .theme-btn {
      padding: 22px 50px;
  }
  
  .image_block_2 .image-box {
      position: relative;
      display: block;
      padding-left: 100px;
      padding-bottom: 185px;
  }
  
  .image_block_2 .image-box img {
      width: 100%;
  }
  
  .image_block_2 .image-box .image-2 {
      position: absolute;
      left: -20px;
      bottom: 0px;
  }
  
  .image_block_2 .image-box .image-1 {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .image_block_2 .image-box .image-1:before {
      position: absolute;
      top: 0;
      left: -80%;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  
  .image_block_2 .image-box:hover .image-1:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }
  
  @keyframes shine {
      100% {
          left: 125%;
      }
  }
  
  .image_block_2 .image-box .image-content {
      position: absolute;
      left: 10px;
      top: 60px;
      width: 165px;
      height: 165px;
      border-radius: 50%;
      text-align: center;
      padding: 30px 30px;
      z-index: 1;
  }
  
  .image_block_2 .image-box .image-content .icon-box {
      position: relative;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 5px;
  }
  
  .image_block_2 .image-box .image-content h4 {
      display: block;
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #fff;
  }
  
  .about-style-two .image-layer {
      position: absolute;
      right: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  
  .cta-section.alternat-2 {
      position: relative;
      overflow: hidden;
  }
  
  .cta-section.alternat-2 .pattern-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 682px;
      height: 281px;
      background-repeat: no-repeat;
  }
  
  .service-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 594px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pb-120 {
      padding-bottom: 120px;
  }
  /** solution-section **/
  
  .solution-section {
      position: relative;
      overflow: hidden;
  }
  
  .solution-section .bg-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 42%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
  .progress-box {
      margin-bottom: 27px;
      position: relative;
  }
  
  .progress-box:last-child {
      margin-bottom: 0px;
  }
  
  .progress-box .bar {
      position: relative;
      width: 100%;
      height: 5px;
      background: #e6edf4;
      border-radius: 0px;
  }
  
  .progress-box .bar-inner {
      position: relative;
      display: block;
      width: 0px;
      height: 5px;
      -webkit-transition: all 1500ms ease;
      -ms-transition: all 1500ms ease;
      -o-transition: all 1500ms ease;
      -moz-transition: all 1500ms ease;
      transition: all 1500ms ease;
  }
  
  .progress-box .count-text {
      position: absolute;
      top: -43px;
      right: -33px;
      font-size: 16px;
      color: #687f9b;
      font-weight: 600;
      opacity: 0;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .progress-box .bar-inner.counted .count-text {
      opacity: 1;
  }
  
  .content_block_5 .content-box .upper-box {
      position: relative;
      max-width: 600px;
      width: 100%;
  }
  
  .content_block_5 .content-box .upper-box .text p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #00323d;
      margin-bottom: 14px;
      padding-left: 30px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li:last-child {
      margin-bottom: 0px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner {
      position: relative;
      padding-top: 45px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item {
      margin-bottom: 55px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .progress-box h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 7px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .progress-content {
      margin-right: 30px;
  }
  
  .content_block_5 .content-box .lower-box .right-content {
      position: relative;
      display: block;
      padding: 60px 60px 51px 60px;
      margin-top: 13px;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner {
      position: relative;
      padding-left: 145px;
      min-height: 118px;
      padding-top: 5px;
      margin-bottom: 30px;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner .icon-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 118px;
      height: 118px;
      line-height: 118px;
      text-align: center;
      font-size: 60px;
      color: #fff;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner h3 {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #fff;
      font-style: italic;
  }
  
  .content_block_5 .content-box .lower-box .right-content .text p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
  }
  
  .solution-section .image-layer {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /** team-section **/
  
  .team-section {
      position: relative;
  }
  
  .team-section .sec-title {
      margin-bottom: 57px;
  }
  
  .team-section .map-layer {
      position: absolute;
      left: 0px;
      top: 110px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .team-block-one .inner-box {
      position: relative;
      display: block;
      text-align: center;
      background: #fff;
  }
  
  .team-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .team-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .image-box img {
      transform: scale(1.05);
  }
  
  .team-block-one .inner-box .lower-content {
      position: relative;
      padding: 26px 0px 25px 0px;
      border-bottom: 2px solid #e6edf4;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content {
      padding-top: 46px;
      margin-bottom: -20px;
  }
  
  .team-block-one .inner-box .lower-content:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      left: 0px;
      bottom: -2px;
      transform: scale(0, 0);
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content:before {
      transform: scale(1, 1);
  }
  
  .team-block-one .inner-box .lower-content .social-links {
      position: absolute;
      left: 0px;
      top: -17px;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content .social-links {
      top: -27px;
      visibility: visible;
      opacity: 1;
  }
  
  .team-block-one .inner-box .lower-content .social-links li {
      position: relative;
      display: inline-block;
      margin: 0px 3px;
  }
  
  .team-block-one .inner-box .lower-content .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 15px;
      color: #687f9b;
      background: #e6edf4;
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      border-radius: 50%;
  }
  
  .team-block-one .inner-box .lower-content .social-links li a:hover {
      color: #fff;
  }
  
  .team-block-one .inner-box .lower-content h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 4px;
  }
  
  .team-block-one .inner-box .lower-content h5 a {
      display: inline-block;
      color: #143a69;
  }
  
  .team-block-one .inner-box .lower-content h5 a:hover {}
  
  .team-block-one .inner-box .lower-content .designation {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
  }
  /** download-section **/
  
  .download-section {
      position: relative;
  }
  
  .download-section .inner-box {
      position: relative;
      padding-bottom: 100px;
  }
  
  .download-section .inner-box h2 {
      position: relative;
      display: block;
      font-size: 50px;
      line-height: 55px;
      font-weight: 800;
      margin-bottom: 17px;
  }
  
  .download-section .inner-box p {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 59px;
  }
  
  .download-section .inner-box .btn-box .theme-btn {
      text-align: left;
      padding: 22px 30px 22px 75px;
  }
  
  .download-section .inner-box .btn-box .theme-btn i {
      position: absolute;
      left: 40px;
      top: 27px;
      font-size: 30px;
  }
  
  .download-section .inner-box .btn-box .theme-btn span {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-weight: 800;
      text-transform: none;
  }
  
  .download-section .inner-box .btn-box .theme-btn h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 22px;
      font-weight: 800;
      color: #fff;
      text-transform: capitalize;
  }
  
  .download-section .inner-box .btn-box .theme-btn.google-play {
      margin-right: 16px;
  }
  
  .download-section .inner-box .image-box .image-1 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 1;
  }
  
  .download-section .inner-box .image-box .image-2 {
      position: absolute;
      right: 160px;
      bottom: 0px;
  }
  
  .pt-120 {
      padding-top: 120px;
  }
  /** contact-section **/
  
  .contact-section {
      position: relative;
      padding: 58px 0px 47px 0px;
  }
  
  .contact-section .default-form .form-group {
      padding: 0px 10px;
  }
  
  .contact-section .default-form {
      margin: 0px 5px;
  }
  
  .default-form .form-group {
      position: relative;
      margin-bottom: 20px;
  }
  
  .default-form .form-group:last-child {
      margin-bottom: 0px;
  }
  
  .default-form .form-group input[type='text'],
  .default-form .form-group input[type='email'],
  .default-form .form-group textarea {
      position: relative;
      display: block;
      width: 100%;
      height: 70px;
      background: #fff;
      border: 1px solid #e6edf4;
      font-size: 14px;
      color: #687f9b;
      font-weight: 600;
      padding: 10px 20px;
      transition: all 500ms ease;
  }
  
  .default-form .form-group input::-webkit-input-placeholder {
      color: #687f9b;
  }
  
  .default-form .form-group textarea::-webkit-input-placeholder {
      color: #687f9b;
  }
  
  .default-form .form-group textarea {
      height: 170px;
      resize: none;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus {}
  
  .contact-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 62%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .contact-section .map-inner {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 50%;
      height: 100%;
      margin: 50px 0px;
  }
  
  .contact-section .map-inner .google-map {
      position: relative;
      width: 100%;
      height: 620px;
  }
  
  .contact-section .map-inner .map-column {
      position: relative;
      padding-left: 229px;
  }
  
  .contact-section .map-inner .map-column .map-content {
      position: absolute;
      left: -141px;
      top: 250px;
      width: 620px;
      padding: 31px 30px;
      text-align: center;
      transform: rotate(-90deg);
  }
  
  .contact-section .map-inner .map-column .map-content h3 {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      font-weight: 800;
  }
  
  .contact-section .map-inner .map-column .map-content h3 a {
      display: inline-block;
      color: #fff;
  }
  
  .contact-section .map-inner .map-column .map-content h3 a:hover {
      text-decoration: underline;
  }
  
  .contact-section .map-inner .map-column .map-content p {
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
      font-style: italic;
  }
  /*** 

====================================================================
                        About-Page
====================================================================

***/
  /** page-title **/
  
  .page-title {
      position: relative;
      padding: 80px 0px 0px 0px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .page-title .content-box .title {
      position: relative;
      margin-bottom: 42px;
  }
  
  .page-title .content-box .title h1 {
      position: relative;
      font-size: 45px;
      line-height: 70px;
      color: #00323d;
      font-weight: 600;
  }
  
  .page-title .content-box .bread-crumb {
      position: relative;
      display: inline-block;
      background: #fff;
      padding: 8px 30px;
  }
  
  .page-title .content-box .bread-crumb li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      color: #687f9b;
      padding-right: 18px;
      margin-right: 6px;
      letter-spacing: 1px;
      text-transform: uppercase;
  }
  
  .page-title .content-box .bread-crumb li a {
      color: #687f9b;
  }
  
  .page-title .content-box .bread-crumb li a:hover {}
  
  .page-title .content-box .bread-crumb li:last-child {
      padding: 0px !important;
      margin: 0px !important;
  }
  
  .page-title .content-box .bread-crumb li:before {
      position: absolute;
      content: '/';
      top: 0px;
      right: 0px;
  }
  
  .page-title .content-box .bread-crumb li:last-child:before {
      display: none;
  }
  /** about-style-three **/
  
  .about-style-three {
      position: relative;
      padding-top: 120px;
  }
  
  .image_block_3 .image-box {
      position: relative;
      display: block;
  }
  
  .image_block_3 .image-box .image img {
      width: 100%;
  }
  
  .image_block_3 .image-box .image {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
  }
  
  .image_block_3 .image-box .image:before {
      position: absolute;
      top: 0;
      left: -80%;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  
  .image_block_3 .image-box .image:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
  }
  
  .image_block_3 .image-box .top-content {
      position: absolute;
      left: -110px;
      top: 55px;
      width: 165px;
      height: 165px;
      border-radius: 50%;
      text-align: center;
      padding: 30px 30px;
      z-index: 1;
  }
  
  .image_block_3 .image-box .top-content .icon-box {
      position: relative;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 5px;
  }
  
  .image_block_3 .image-box .top-content h4 {
      display: block;
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #fff;
  }
  
  .image_block_3 .image-box .bottom-content {
      position: relative;
      display: block;
      padding: 19.5px 30px;
      text-align: center;
  }
  
  .image_block_3 .image-box .bottom-content h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      font-style: italic;
      font-weight: 700;
  }
  
  .about-style-three .content_block_6 .content-box {
      margin-left: 70px;
      margin-top: -10px;
  }
  
  .content_block_6 .content-box .text {
      margin-bottom: 50px;
  }
  
  .content_block_6 .content-box p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600
  }
  
  .content_block_6 .content-box .inner-box .left-column,
  .content_block_6 .content-box .inner-box .right-column {
      width: 50%;
      position: relative;
  }
  
  .content_block_6 .content-box .inner-box .left-column {
      border-right: 1px solid #e6edf4;
      padding-right: 70px;
      margin-top: 7px;
  }
  
  .content_block_6 .content-box .inner-box .left-column .icon-box {
      position: relative;
      font-size: 65px;
      line-height: 60px;
      margin-bottom: 19px;
  }
  
  .content_block_6 .content-box .inner-box .right-column {
      padding-left: 55px;
  }
  
  .content_block_6 .content-box .inner-box p {
      font-size: 16px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item {
      margin-bottom: 18px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item:last-child {
      margin-bottom: 0px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item .icon-box {
      position: relative;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 8px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item h5 {
      position: relative;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 5px;
  }
  
  .content_block_6 .content-box .sec-title {
      margin-bottom: 7px;
  }
  
  .content_block_6 .content-box .inner-box {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 50px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .content_block_6 .content-box .support-box h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      font-weight: 800;
  }
  
  .content_block_6 .content-box .support-box h3 a {
      display: inline-block;
  }
  
  .content_block_6 .content-box .support-box h3 span {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      color: #687f9b;
      font-style: italic;
      margin-left: 8px;
  }
  
  .content_block_6 .content-box .support-box h3 a:hover {}
  /** process-section **/
  
  .process-section {
      position: relative;
      border-bottom: 1px solid #e6edf4;
  }
  
  .process-block-one .inner-box {
      position: relative;
      display: block;
      padding: 0px 20px;
  }
  
  .process-block-one .inner-box .icon-box {
      position: relative;
      display: inline-block;
      width: 190px;
      height: 190px;
      line-height: 190px;
      font-size: 65px;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
      margin-bottom: 35px;
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover .icon-box {
      color: #fff;
  }
  
  .process-block-one .inner-box .icon-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0px;
      top: 0px;
      right: 0px;
      z-index: -1;
      transform: scale(0, 0);
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover .icon-box:before {
      transform: scale(1, 1);
  }
  
  .process-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 32px;
  }
  
  .process-block-one .inner-box p {
      position: relative;
      font-size: 16px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 38px;
  }
  
  .process-block-one .inner-box span {
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      color: #687f9b;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #e6edf4;
      padding: 9px 32px;
      text-align: center;
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover span {
      color: #fff;
  }
  
  .process-block-one .inner-box span:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 20px;
      height: 20px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      top: -8px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover span:before {}
  
  .process-block-one .inner-box .arrow {
      position: absolute;
      top: 70px;
      right: -46px;
      width: 64px;
      height: 52px;
      background-repeat: no-repeat;
  }
  
  .process-section .map-layer {
      position: absolute;
      left: 0px;
      top: 130px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .process-section .sec-title {
      margin-bottom: 55px;
  }
  /** faq-section **/
  
  .faq-section {
      position: relative;
      padding: 120px 0px;
  }
  
  .accordion-box .block {
      position: relative;
      display: block;
      border: 1px solid #e1e7ee;
      margin-bottom: 10px;
      background: #fff;
      transition: all 500ms ease;
  }
  
  .accordion-box .block.active-block {
      box-shadow: 0 0px 50px rgba(0, 0, 0, 0.07);
      border: 1px solid #e6edf4;
  }
  
  .accordion-box .block:last-child {
      margin-bottom: 0px;
  }
  
  .accordion-box .block .acc-content.current {
      display: block;
  }
  
  .accordion-box .block .acc-btn {
      position: relative;
      display: block;
      padding: 20px 60px 25px 40px;
      cursor: pointer;
  }
  
  .accordion-box .block .acc-btn h5 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
  }
  
  .accordion-box .block .acc-btn.active h5 {}
  
  .accordion-box .block .acc-btn .icon-outer {
      position: absolute;
      top: 19px;
      right: 38px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: all 500ms ease;
      z-index: 1;
  }
  
  .accordion-box .block .acc-btn.active .icon-outer i:before {
      position: relative;
      font-size: 15px;
      font-family: 'Font Awesome 5 Pro';
      margin: 0px;
      content: "\f068";
  }
  
  .accordion-box .block .acc-content {
      position: relative;
      display: none;
      padding: 5px 40px 32px 40px;
  }
  
  .accordion-box .block .acc-content p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
      margin: 0px;
  }
  
  .faq-section .sec-title {
      margin-bottom: 27px;
  }
  
  .faq-section .title-inner .image-box {
      position: relative;
      display: block;
  }
  
  .faq-section .title-inner .image-box img {
      width: 100%;
  }
  
  .faq-section .title-inner {
      position: relative;
      margin-top: 17px;
  }
  /** gallery-page-section **/
  
  .gallery-page-section {
      position: relative;
      padding: 19px 0px 31px 0px;
  }
  
  .gallery-page-section .gallery-block-one .inner-box {
      margin-bottom: 30px;
  }
  /*** 

====================================================================
                        Error-Page
====================================================================

***/
  
  .error-section {
      position: relative;
      padding: 100px 0px 120px 0px;
  }
  
  .error-section .inner-box .theme-btn-one i {
      margin-right: 10px;
  }
  
  .error-section .inner-box .error-image {
      position: relative;
      display: inline-block;
      margin-bottom: 60px;
  }
  
  .error-section .inner-box h1 {
      font-size: 200px;
      line-height: 200px;
      font-weight: 900;
      margin-bottom: 10px;
  }
  
  .error-section .inner-box h2 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 42px;
      font-weight: 700;
      margin-bottom: 60px;
  }
  /*** 

====================================================================
                        Service-Page
====================================================================

***/
  
  .service-details {
      position: relative;
  }
  
  .service-sidebar .categories-widget {
      position: relative;
      display: block;
      background: #f3f7fa;
      margin-bottom: 30px;
  }
  
  .service-sidebar .categories-widget .widget-title {
      position: relative;
      display: block;
      padding: 16px 15px;
  }
  
  .service-sidebar .categories-widget .widget-title h4 {
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      font-weight: 700;
  }
  
  .service-sidebar .categories-widget .categories-list li {
      position: relative;
      display: block;
  }
  
  .service-sidebar .categories-widget .categories-list li a {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      color: #687f9b;
      font-weight: 600;
      background: transparent;
      padding: 19px 13px;
  }
  
  .service-sidebar .categories-widget .categories-list li a.current,
  .service-sidebar .categories-widget .categories-list li a:hover {
      color: #fff;
      background: #00323d;
  }
  
  .service-sidebar .categories-widget .categories-list li a:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 50px;
      top: 15px;
      display: inline-block;
      color: #687f9b;
      width: 28px;
      height: 28px;
      line-height: 28px;
      background: #fff;
      border-radius: 50%;
      font-size: 15px;
      text-align: center;
      transition: all 500ms ease;
  }
  
  .service-sidebar .categories-widget .categories-list li a.current:before,
  .service-sidebar .categories-widget .categories-list li a:hover:before {
      color: #fff;
  }
  
  .service-sidebar .categories-widget .categories-list {
      position: relative;
      padding: 23px 0px 35px 0px;
  }
  
  .service-sidebar .support-box {
      position: relative;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 51px 30px 55px 30px;
      margin-bottom: 30px;
  }
  
  .service-sidebar .support-box:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      opacity: 0.9;
  }
  
  .service-sidebar .support-box .inner h2 {
      position: relative;
      font-size: 40px;
      line-height: 48px;
      font-weight: 800;
      color: #fff;
      font-style: italic;
      margin-bottom: 20px;
  }
  
  .service-sidebar .support-box .inner .icon-box {
      position: relative;
      display: inline-block;
      width: 110px;
      height: 110px;
      line-height: 110px;
      text-align: center;
      font-size: 60px;
      color: #fff;
      border-radius: 50%;
      margin-bottom: 22px;
  }
  
  .service-sidebar .support-box .inner h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      color: #fff;
      font-weight: 800;
      margin-bottom: 0px;
  }
  
  .service-sidebar .support-box .inner h3 a {
      display: inline-block;
      color: #fff;
  }
  
  .service-sidebar .support-box .inner h3 a:hover {}
  
  .service-sidebar .support-box .inner p {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 26px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .service-sidebar .download-borucher a {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding: 23px 15px;
  }
  
  .service-sidebar .download-borucher a:hover {}
  
  .service-details-content .image-box {
      position: relative;
      display: block;
      margin-bottom: 19px;
  }
  
  .service-details-content .image-box img {
      width: 100%;
  }
  
  .service-details-content .image-box .icon-box {
      position: absolute;
      left: 50px;
      bottom: -47px;
      width: 94px;
      height: 94px;
      line-height: 94px;
      text-align: center;
      font-size: 60px;
      color: #fff;
  }
  
  .service-details-content h2 {
      position: relative;
      display: block;
      font-size: 39px;
      line-height: 44px;
      font-weight: 700;
      margin-bottom: 18px;
  }
  
  .service-details-content p {
      font-size: 16px;
      line-height: 31px;
      font-weight: 400;
  }
  
  .service-details-content .content-one .text p {
      margin-bottom: 10px;
  }
  
  .service-details-content .content-one .text p:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .content-one {
      position: relative;
      margin-bottom: 16px;
  }
  
  .service-details-content .content-two {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 57px 60px 50px 60px;
      margin-bottom: 55px;
  }
  
  .service-details-content .content-two .single-item {
      position: relative;
  }
  
  .service-details-content .content-two .single-item .icon-box {
      position: relative;
      display: inline-block;
      font-size: 65px;
      line-height: 65px;
      margin-bottom: 22px;
  }
  
  .service-details-content .content-two .single-item h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 27px;
  }
  
  .service-details-content .content-two .single-item p {
      font-size: 16px;
      line-height: 32px;
  }
  
  .service-details-content .two-column .image {
      position: relative;
      display: block;
  }
  
  .service-details-content .two-column .image img {
      width: 100%;
  }
  
  .service-details-content h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .service-details-content .two-column .text h3 {
      margin-bottom: 14px;
  }
  
  .service-details-content .two-column .text h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 34px;
      font-weight: 700;
      font-style: italic;
      margin-bottom: 15px;
  }
  
  .service-details-content .two-column .text .list-item li {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      color: #4f5257;
      margin-bottom: 12px;
      padding-left: 35px;
  }
  
  .service-details-content .two-column .text .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .service-details-content .two-column .text .list-item li:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .two-column .text {
      position: relative;
      margin-top: -7px;
  }
  
  .service-details-content .two-column {
      position: relative;
      margin-bottom: 51px;
  }
  
  .service-details-content .content-three .text {
      margin-bottom: 55px;
  }
  
  .service-details-content .content-three .text h3 {
      margin-bottom: 41px;
  }
  
  .service-details-content .accordion-box .block {
      position: relative;
      display: block;
      border: 1px solid #e6edf4;
      margin-bottom: 10px;
      background: #fff;
      box-shadow: none;
      transition: all 500ms ease;
  }
  
  .service-details-content .accordion-box .block.active-block {
      background: #f3f7fa;
      border: 1px solid #f3f7fa;
      box-shadow: none;
  }
  
  .service-details-content .accordion-box .block:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .accordion-box .block .acc-content.current {
      display: block;
  }
  
  .service-details-content .accordion-box .block .acc-btn {
      position: relative;
      display: block;
      padding: 20px 60px 25px 40px;
      cursor: pointer;
  }
  
  .service-details-content .accordion-box .block .acc-btn h5 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      transition: all 500ms ease;
  }
  
  .service-details-content .accordion-box .block .acc-btn.active h5 {}
  
  .service-details-content .accordion-box .block .acc-btn .icon-outer {
      position: absolute;
      top: 19px;
      right: 38px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: all 500ms ease;
      z-index: 1;
  }
  
  .service-details-content .accordion-box .block .acc-btn.active .icon-outer i:before {
      position: relative;
      font-size: 14px;
      font-family: 'Font Awesome 5 Pro';
      margin: 0px;
      content: "\f068";
      font-weight: 700;
  }
  
  .service-details-content .accordion-box .block .acc-content {
      position: relative;
      display: none;
      padding: 5px 60px 40px 40px;
  }
  /*** 

====================================================================
                        Blog-Page
====================================================================

***/
  
  .blog-grid {
      position: relative;
      padding: 120px 0px;
  }
  
  .blog-grid .news-block-one .inner-box {
      margin-bottom: 30px;
  }
  
  .blog-grid .pagination-wrapper {
      position: relative;
      margin-top: 30px;
  }
  
  .sidebar-page-container {
      position: relative;
      padding: 120px 0px;
  }
  
  .news-block-one .inner-box .lower-content h2 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 44px;
      font-weight: 800;
      margin-bottom: 33px;
  }
  
  .news-block-one .inner-box .lower-content h2 a {
      display: inline-block;
      color: #00323d;
  }
  
  .news-block-one .inner-box .lower-content h2 a:hover {}
  
  .news-block-one .inner-box .lower-content p {
      display: block;
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      padding-bottom: 24px;
      margin-bottom: 21px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .blog-standard-content .news-block-one .inner-box {
      margin-bottom: 30px;
  }
  
  .blog-sidebar .sidebar-search {
      position: relative;
      display: block;
      padding: 10px 30px;
      margin-bottom: 20px;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group {
      position: relative;
      margin: 0px;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
      position: relative;
      width: 100%;
      height: 50px;
      background: transparent;
      border: 1px solid transparent;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      padding: 10px 60px 10px 20px;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input:focus {
      border-color: #fff;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
      color: #fff;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group button {
      position: absolute;
      top: 9px;
      right: 19px;
      font-size: 16px;
      color: #fff;
      background: transparent;
      cursor: pointer;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-widget {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 40px 50px;
      margin-bottom: 30px;
  }
  
  .blog-sidebar .sidebar-widget:last-child {
      margin-bottom: 0px;
  }
  
  .blog-sidebar .sidebar-post {
      padding: 44px 15px 18px 15px !important;
  }
  
  .blog-sidebar .sidebar-post .post {
      position: relative;
      display: block;
      padding: 23px 25px 23px 130px;
      min-height: 129px;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-post .post:hover {
      background: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  
  .blog-sidebar .sidebar-post .post .post-thumb {
      position: absolute;
      left: 35px;
      top: 30px;
      width: 70px;
      height: 68px;
      overflow: hidden;
  }
  
  .blog-sidebar .sidebar-post .post .post-thumb img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-post .post:hover .post-thumb img {
      opacity: 0.2;
  }
  
  .blog-sidebar .sidebar-post .post .post-date {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 7px;
  }
  
  .blog-sidebar .sidebar-post .post h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
  }
  
  .blog-sidebar .sidebar-post .post h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .blog-sidebar .sidebar-post .post h6 a:hover {}
  
  .blog-sidebar .widget-title {
      position: relative;
      display: block;
      margin-bottom: 15px;
  }
  
  .blog-sidebar .widget-title h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
  }
  
  .blog-sidebar .sidebar-post .widget-title {
      padding-left: 35px;
      margin-bottom: 10px;
  }
  
  .blog-sidebar .category-widget .category-list li {
      position: relative;
      display: block;
      margin-bottom: 18px;
  }
  
  .blog-sidebar .category-widget .category-list li:last-child {
      margin-bottom: 0px;
  }
  
  .blog-sidebar .category-widget .category-list li a {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #687f9b;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover {}
  
  .blog-sidebar .category-widget .category-list li a:before {
      position: absolute;
      right: 0px;
      top: 2px;
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      font-size: 15px;
      font-weight: 700;
      color: #687f9b;
      background: #fff;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      border-radius: 50%;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover:before {
      color: #fff;
  }
  
  .blog-sidebar .category-widget {
      padding: 44px 50px 38px 50px;
  }
  
  .blog-sidebar .tags-widget .tags-list li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
  }
  
  .blog-sidebar .tags-widget .tags-list li a {
      position: relative;
      display: inline-block;
      font-size: 11px;
      line-height: 22px;
      font-weight: 700;
      color: #687f9b;
      text-transform: uppercase;
      background: #fff;
      padding: 9px 24px 7px 24px;
      text-align: center;
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover {
      color: #fff;
  }
  
  .blog-sidebar .tags-widget {
      padding: 44px 50px 40px 50px;
  }
  
  .blog-sidebar .tags-widget .widget-title {
      margin-bottom: 28px;
  }
  
  .blog-details-content .news-block-one .inner-box {
      box-shadow: none !important;
  }
  
  .blog-details-content .news-block-one .inner-box .image-box img {
      transform: scale(1) !important;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content p {
      border-bottom: none;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content .text {
      border-bottom: 1px solid #e6edf4;
  }
  
  .blog-details-content .post-share-option .tags li {
      position: relative;
      display: inline-block;
      margin-right: 5px;
  }
  
  .blog-details-content .post-share-option .tags li h5 {
      font-size: 18px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .blog-details-content .post-share-option .tags li a {
      position: relative;
      display: inline-block;
      font-size: 11px;
      line-height: 24px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      background: #e6edf4;
      padding: 7px 21px;
  }
  
  .blog-details-content .post-share-option .tags li:last-child {
      margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .tags li a:hover {
      color: #fff;
  }
  
  .blog-details-content .post-share-option .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
  }
  
  .blog-details-content .post-share-option .social-links li:last-child {
      margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      color: #687f9b;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
  }
  
  .blog-details-content .post-share-option .social-links li a:hover {
      color: #fff;
  }
  
  .blog-details-content .post-share-option {
      position: relative;
      display: block;
      padding: 20px 0px;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content p {
      margin-bottom: 10px;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content {
      padding-bottom: 0px;
  }
  
  .blog-details-content .news-block-one {
      margin-bottom: 60px;
  }
  
  .blog-details-content .author-box {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 56px 50px 54px 270px;
      margin-bottom: 52px;
  }
  
  .blog-details-content .author-box .image-box {
      position: absolute;
      width: 170px;
      height: 160px;
      left: 60px;
      top: 60px;
  }
  
  .blog-details-content .author-box .image-box img {
      width: 100%;
  }
  
  .blog-details-content .author-box .inner h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 38px;
  }
  
  .blog-details-content .author-box .inner p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .blog-details-content .group-title {
      position: relative;
      display: block;
      margin-bottom: 50px;
  }
  
  .blog-details-content .group-title h3 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .blog-details-content .comment-box .comment {
      position: relative;
      display: block;
      padding-left: 180px;
      padding-bottom: 53px;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 55px;
  }
  
  .blog-details-content .comment-box .comment:last-child {
      margin-bottom: 0px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box {
      position: absolute;
      left: 0px;
      top: 5px;
      width: 140px;
      height: 140px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box img {
      width: 100%;
  }
  
  .blog-details-content .comment-box .comment .comment-info h4 {
      position: relative;
      font-size: 20px;
      line-height: 28px;
      float: left;
      font-weight: 700;
      margin-right: 12px;
  }
  
  .blog-details-content .comment-box .comment .comment-info .post-date {
      position: relative;
      float: left;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
      color: #687f9b;
  }
  
  .blog-details-content .comment-box .comment .comment-info .post-date i {
      margin-right: 5px;
  }
  
  .blog-details-content .comment-box .comment .comment-info {
      position: relative;
      margin-bottom: 34px;
  }
  
  .blog-details-content .comment-box .comment .reply-btn {
      position: absolute;
      display: inline-block;
      top: 5px;
      right: 0px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      padding: 7px 14px 5px 14px;
      letter-spacing: 1px;
      z-index: 1;
  }
  
  .blog-details-content .comment-box .comment .reply-btn:hover {
      background: #00323d;
  }
  
  .blog-details-content .comment-box .comment .comment-inner p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .blog-details-content .comment-box {
      margin-bottom: 53px;
  }
  
  .default-form .form-group {
      position: relative;
      margin-bottom: 20px;
  }
  
  .default-form .form-group:last-child {
      margin-bottom: 0px;
  }
  
  .default-form .form-group input[type='text'],
  .default-form .form-group input[type='email'],
  .default-form .form-group textarea {
      position: relative;
      display: block;
      width: 100%;
      height: 48px;
      border: 1px solid #e6edf4;
      font-size: 14px;
      color: #687f9b;
      font-weight: 600;
      padding: 10px 30px;
      transition: all 500ms ease;
  }
  
  .default-form .form-group textarea {
      resize: none;
      height: 170px;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus {}
  
  .default-form .form-group .theme-btn-one {
      padding: 22px 60px;
      font-size: 14px;
  }
  /*** 

====================================================================
                        Contact-Page
====================================================================

***/
  
  .contact-style-two {
      position: relative;
      padding: 40px 0px;
  }
  
  .contact-style-two .info-inner {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 20px 10px 50px 10px;
  }
  
  .contact-style-two .info-inner .info-list li {
      position: relative;
      display: block;
      padding: 35px 15px 19px 93px;
      border-bottom: 1px solid #e3e0e0;
  }
  
  .contact-style-two .info-inner .info-list li:last-child {
      border-bottom: none;
  }
  
  .contact-style-two .info-inner .info-list li i {
      position: absolute;
      left: 50px;
      top: 42px;
      font-size: 30px;
      line-height: 30px;
  }
  
  .contact-style-two .info-inner .info-list li p {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      margin-bottom: 0px;
  }
  
  .contact-style-two .info-inner .info-list li h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .contact-style-two .info-inner .info-list li h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .contact-style-two .info-inner .info-list li h6 a:hover {}
  
  .contact-style-two .info-inner .btn-box {
      position: relative;
      display: block;
      padding: 0px 50px;
  }
  
  .contact-style-two .info-inner .btn-box .theme-btn {
      display: block;
      width: 100%;
      padding: 12px 40px;
      font-size: 12px;
  }
  
  .contact-style-two .content_block_6 .content-box {
      margin-top: 14px;
  }
  
  .google-map-section {
      position: relative;
      width: 100%;
  }
  
  .google-map-section #contact-google-map {
      position: relative;
      width: 100%;
      height: 550px;
  }
  
  .three-item-carousel .owl-stage-outer {
      overflow: visible;
  }
  
  .three-item-carousel .owl-stage-outer .owl-item {
      opacity: 0;
      transition: all 500ms ease;
  }
  
  .three-item-carousel .owl-stage-outer .owl-item.active {
      opacity: 1;
  }
  
  .pt-140 {
      padding-top: 140px;
  }
  
  @media only screen and (min-width: 375px) and (max-width: 775px) {
      .mt_70 {
          margin-top: -40px;
      }
      .s5 {
          display: none !important;
      }
      .content_block_2 .content-box .inner-box .single-item .inner {
          position: relative;
          display: block;
          background: #fff;
          max-width: 346px !important;
          width: 100%;
          padding: 25px 10px 25px 16px;
          margin-bottom: 20px;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
      }
  }
  
  .store-section {
      padding: 36px 0px;
  }
  
  .container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
  }
  
  .store-card {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      border: 1px solid rgba(0, 140, 255, 0.3);
      border-radius: 16px;
      padding: 15px;
      transition: 0.3s ease;
  }
  
  .store-card:hover {
      transform: translateY(-5px);
      border-color: #0d6efd;
      box-shadow: 0 0 25px rgba(13, 110, 253, 0.3);
  }
  
  .store-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
  }
  
  .store-top h3 {
      font-size: 18px;
      font-weight: 600;
  }
  
  .location {
      color: #0787a5;
      font-size: 14px;
      margin-bottom: 10px;
  }
  
  .address {
      font-size: 14px;
      color: #ccc;
      line-height: 1.6;
      margin-bottom: 15px;
  }
  
  .divider {
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      margin: 15px 0;
  }
  
  .phone {
      color: #0787a5;
      font-weight: 500;
      margin-bottom: 12px;
  }
  
  .details-link {
      display: inline-block;
      color: #0787a5;
      font-size: 14px;
      margin-bottom: 18px;
      text-decoration: none;
      transition: 0.3s;
  }
  
  .details-link:hover {
      color: #fff;
  }
  
  .btn-group {
      display: flex;
      gap: 15px;
  }
  
  .btn {
      flex: 1;
      text-align: center;
      padding: 10px;
      border-radius: 8px;
      font-size: 14px;
      text-decoration: none;
      font-weight: 500;
      transition: 0.3s ease;
  }
  
  .whatsapp {
      background: #25D366;
      color: #fff;
  }
  
  .whatsapp:hover {
      background: #1ebe5d;
  }
  
  .call {
      background: #0787a5;
      color: #fff;
  }
  
  .call:hover {
      background: #1e5fd1;
  }
  
  .franchise-section {
      padding: 28px 0px;
  }
  /* ================= FORM ================= */
  
  .form-box {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      padding: 35px;
      border-radius: 16px;
      border: 1px solid rgba(0, 140, 255, 0.25);
  }
  
  .input-group {
      margin-bottom: 20px;
      width: 100%;
  }
  
  .input-group label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      color: #ddd;
  }
  
  .input-group input,
  .input-group select,
  .input-group textarea {
      width: 100%;
      padding: 12px 14px;
      background: #172437;
      border: 1px solid #223a57;
      border-radius: 8px;
      color: #fff;
      font-size: 14px;
      outline: none;
      transition: 0.3s;
  }
  
  .input-group input:focus,
  .input-group select:focus,
  .input-group textarea:focus {
      border-color: #2b7cff;
      box-shadow: 0 0 10px rgba(43, 124, 255, 0.4);
  }
  
  .submit-btn {
      width: 100%;
      padding: 14px;
      background: linear-gradient(90deg, #349ab3, #0787a5);
      border: none;
      border-radius: 8px;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      transition: 0.3s;
  }
  
  .submit-btn:hover {
      opacity: 0.9;
  }
  /* ================= RIGHT INFO ================= */
  
  .info-box {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      padding: 35px;
      border-radius: 16px;
      border: 1px solid rgba(0, 140, 255, 0.25);
  }
  
  .info-box h2 {
      margin-bottom: 30px;
      font-size: 22px;
  }
  
  .step {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
  }
  
  .icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
  }
  
  .blue {
      background: rgba(43, 124, 255, 0.2);
      color: #2b7cff;
  }
  
  .green {
      background: rgba(40, 167, 69, 0.2);
      color: #28a745;
  }
  
  .purple {
      background: rgba(111, 66, 193, 0.2);
      color: #6f42c1;
  }
  
  .orange {
      background: rgba(255, 140, 0, 0.2);
      color: #ff8c00;
  }
  
  .step h4 {
      margin-bottom: 5px;
      font-size: 15px;
  }
  
  .step p {
      font-size: 13px;
      color: #bbb;
  }
  /* ================= RESPONSIVE ================= */
  
  @media(max-width: 992px) {
      .container {
          grid-template-columns: 1fr;
      }
      .row {
          flex-direction: column;
      }
  }
  /* Sky Blue Gradient Card */
  
  .assist-card {
      background: linear-gradient(135deg, #158da9 0%, #128ca9 45%, #108ba7 100%);
      padding: 18px;
      border-radius: 22px;
      width: 100%;
      color: #fff;
      box-shadow: 0 20px 50px rgba(43, 124, 255, 0.35);
  }
  
  .assist-card h2 {
      font-size: 24px;
      margin-bottom: 10px;
  }
  
  .sub-text {
      font-size: 15px;
      opacity: 0.9;
      margin-bottom: 30px;
  }
  /* Contact Items */
  
  .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 10px;
  }
  
  .icon {
      font-size: 18px;
      margin-top: 4px;
      color: white;
  }
  
  .contact-item strong {
      display: block;
      font-size: 15px;
      margin-bottom: 4px;
  }
  
  .contact-item p {
      font-size: 14px;
      opacity: 0.95;
  }
  /* Responsive */
  
  @media (max-width: 480px) {
      .assist-card {
          width: 95%;
          padding: 30px;
      }
  }
  
  .financial-wrapper {
      width: 1250px;
      margin: auto;
      background: url('logo.png') center/200px no-repeat, rgba(255, 255, 255, 0.05);
      background-blend-mode: overlay;
  }
  
  .title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  
  .title span {
      color: #1a9aad;
  }
  
  .table-container {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .financial-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      background: #ffffff;
  }
  
  .financial-table th,
  .financial-table th,
  .financial-table td {
      padding: 12px 6px;
      border: 1px solid #dcdcdc;
      font-size: 19px;
  }
  /* Header Colors */
  
  .financial-table thead th {
      color: #ffffff;
      font-weight: 600;
  }
  
  .financial-table .col-a {
      background: #1f9eab;
  }
  
  .financial-table .col-b {
      background: #2c6e73;
  }
  
  .financial-table .col-c {
      background: #1f9eab;
  }
  /* Left Label Column */
  
  .financial-table .label {
      background: #1a6e78;
      color: #ffffff;
      text-align: left;
      font-weight: 600;
  }
  /* Alternate Row Effect */
  
  .financial-table tbody tr:nth-child(even) td:not(.label) {
      background: #eaf3f5;
  }
  
  .note {
      margin-top: 12px;
      font-size: 14px;
      color: #333;
  }
  
  .categories-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .categories-list li {
      margin-bottom: 8px;
  }
  
  .categories-list li a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      color: #333;
      background: #f5f5f5;
      border-radius: 5px;
      transition: 0.3s ease;
  }
  /* Hover */
  
  .categories-list li a:hover {
      background: #00bcd4;
      color: #fff;
  }
  /* Active */
  
  .categories-list li a.current {
      background: #00bcd4;
      color: #fff;
      font-weight: 600;
  }
  /* HERO SECTION */
  
  .store-hero {
      background: linear-gradient(135deg, #0787a5, #0787a5);
      padding: 100px 0 80px;
      text-align: center;
  }
  
  .store-hero h1 {
      font-size: 56px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  
  .store-hero p {
      font-size: 20px;
      opacity: .9;
      margin-bottom: 35px;
  }
  
  .store-count {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.15);
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 18px;
  }
  
  .store-count strong {
      font-size: 22px;
  }
  /* SEARCH AREA */
  
  .store-search {
      background: #081a33;
      padding: 50px 0;
  }
  
  .search-box {
      margin: auto;
      max-width: 900px;
      margin-bottom: 35px;
  }
  
  .search-box input {
      width: 100%;
      padding: 18px 25px;
      border-radius: 40px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: #1c2b42;
      color: #fff;
      font-size: 16px;
  }
  
  .search-box input::placeholder {
      color: #a8b6d6;
  }
  /* FILTERS */
  
  .filters {
      display: flex;
      gap: 30px;
      margin-top: 20px;
  }
  
  .filter-box {
      flex: 1;
  }
  
  .filter-box label {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      color: #b8c7e6;
  }
  
  .filter-box select {
      width: 100%;
      padding: 14px 16px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: #1c2b42;
      color: #fff;
      font-size: 15px;
  }
  /* BOTTOM TEXT */
  
  .store-count-text {
      margin-top: 25px;
      text-align: center;
      color: #9fb3d9;
  }
  
  .store-count-text span {
      color: #4da3ff;
      font-weight: 600;
  }
  
  .store-cta {
      background: linear-gradient(90deg, #081a33, #020a17, #0b223b);
      padding: 100px 20px;
      text-align: center;
      color: #fff;
  }
  
  .store-cta .container {
      max-width: 900px;
      margin: auto;
  }
  
  .store-cta h2 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
  }
  
  .store-cta p {
      font-size: 18px;
      color: #cfd7e6;
      line-height: 1.6;
      margin-bottom: 40px;
  }
  
  .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
  }
  
  .cta-buttons a {
      padding: 14px 30px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: .3s;
  }
  /* Contact Button */
  
  .btn-contact {
      background: linear-gradient(90deg, #6cc3ff, #3c7cff);
      color: #fff;
  }
  
  .btn-contact:hover {
      opacity: .9;
  }
  /* Franchise Button */
  
  .btn-franchise {
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .btn-franchise:hover {
      background: rgba(255, 255, 255, 0.15);
  }
  
  .team-hero {
      padding: 30px 0;
      position: relative;
      color: #fff;
  }
  
  .container {
      width: 1200px;
      max-width: 90%;
      margin: auto;
  }
  
  .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
  }
  /* LEFT TEXT */
  
  .hero-content h1 {
      font-size: 52px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
  }
  
  .hero-content p {
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 40px;
      opacity: 0.9;
  }
  /* STATS */
  
  .hero-stats {
      display: flex;
      gap: 60px;
      margin-bottom: 35px;
  }
  
  .stat h3 {
      font-size: 36px;
      color: #ffd24a;
      margin-bottom: 5px;
  }
  
  .stat span {
      font-size: 14px;
      opacity: .9;
  }
  /* BUTTONS */
  
  .hero-buttons {
      display: flex;
      gap: 20px;
  }
  
  .btn-primary {
      background: linear-gradient(90deg, #2093ae, #218fb3);
      padding: 14px 28px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
  }
  
  .btn-outline {
      border: 2px solid #fff;
      padding: 12px 26px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
  }
  /* IMAGE */
  
  .hero-image {
      position: relative;
  }
  
  .hero-image img {
      width: 100%;
      border-radius: 18px;
  }
  /* FLOATING CARD */
  
  .floating-badge {
      position: absolute;
      bottom: -30px;
      left: 40px;
      background: #fff;
      color: #222;
      padding: 15px 20px;
      border-radius: 12px;
      display: flex;
      gap: 12px;
      align-items: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  
  .floating-badge p {
      margin: 0;
      font-size: 13px;
      color: #777;
  }
  /* ANNOUNCEMENT */
  
  .announcement-btn {
      position: absolute;
      right: 60px;
      bottom: 40px;
      background: #3b82f6;
      padding: 14px 24px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
  }
  /* RESPONSIVE */
  
  @media(max-width:992px) {
      .hero-grid {
          grid-template-columns: 1fr;
      }
      .hero-content h1 {
          font-size: 40px;
      }
      .hero-stats {
          gap: 40px;
      }
      .announcement-btn {
          position: static;
          display: inline-block;
          margin-top: 40px;
      }
  }
  /* Css For Aundri */
  /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
  /*** 

====================================================================
  Reset
====================================================================

 ***/
  
  * {
      margin: 0px;
      padding: 0px;
      border: none;
      outline: none;
  }
  /*** 

====================================================================
  Global Settings
====================================================================

 ***/
  
  body {
      font-size: 16px;
      color: #2c2d2e;
      line-height: 30px;
      font-weight: 400;
      background: #ffffff;
      font-family: 'Open Sans', sans-serif;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      -webkit-font-smoothing: antialiased;
  }
  
  @media (min-width:1200px) {
      .container {
          max-width: 1200px;
          padding: 0px 15px;
      }
  }
  
  .large-container {
      max-width: 1500px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  
  .container-fluid {
      padding: 0px;
  }
  
  .auto-container {
      position: static;
      max-width: 1200px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  
  .small-container {
      max-width: 680px;
      margin: 0 auto;
  }
  
  .boxed_wrapper {
      position: relative;
      margin: 0 auto;
      overflow: hidden !important;
      width: 100%;
      min-width: 300px;
  }
  
  a {
      text-decoration: none;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  a:hover {
      text-decoration: none;
      outline: none;
  }
  
  input,
  button,
  select,
  textarea {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
  }
  
  ul,
  li {
      list-style: none;
      padding: 0px;
      margin: 0px;
  }
  
  input {
      transition: all 500ms ease;
  }
  
  button:focus,
  input:focus,
  textarea:focus {
      outline: none;
      box-shadow: none;
      transition: all 500ms ease;
  }
  
  p {
      position: relative;
      font-family: sans-serif;
      color: #5b5c5e;
      font-weight: 400;
      margin: 0px;
      transition: all 500ms ease;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      position: relative;
      font-family: "Google Sans", sans-serif;
      font-weight: 400;
      color: #00323de3;
      margin: 0px;
      transition: all 500ms ease;
  }
  
  .preloader {
      position: fixed;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      z-index: 999999;
      background-color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/logo3.png);
  }
  
  .centred {
      text-align: center;
  }
  
  .pull-left {
      float: left;
  }
  
  .pull-right {
      float: right;
  }
  
  figure {
      margin: 0px;
  }
  
  img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      transition-delay: .1s;
      transition-timing-function: ease-in-out;
      transition-duration: .7s;
      transition-property: all;
  }
  /** button **/
  
  .theme-btn1 {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #fff !important;
      text-align: center;
      padding: 16px 7px 16px 36px;
      letter-spacing: 1px;
      text-transform: uppercase;
      z-index: 1;
  }
  
  .theme-btn1.style-one {}
  
  .theme-btn1.style-two {}
  
  .theme-btn1:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      left: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn1:hover:before {
      width: 50%;
  }
  
  .theme-btn1:after {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      right: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn1:hover:after {
      width: 50%;
  }
  
  .theme-btn {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #fff !important;
      text-align: center;
      padding: 16px 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
      z-index: 1;
  }
  
  .theme-btn.style-one {}
  
  .theme-btn.style-two {}
  
  .theme-btn:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      left: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn:hover:before {
      width: 50%;
  }
  
  .theme-btn:after {
      position: absolute;
      content: '';
      width: 0%;
      height: 100%;
      background: #00323d;
      right: 0px;
      top: 0px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .theme-btn:hover:after {
      width: 50%;
  }
  
  .pagination {
      position: relative;
      display: block;
  }
  
  .pagination li {
      display: inline-block;
      margin: 0px 3px;
  }
  
  .pagination li a {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      height: 75px;
      width: 75px;
      line-height: 75px;
      background: #e6edf4;
      text-align: center;
      color: #687f9b;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .pagination li a:hover,
  .pagination li a.current {
      color: #fff;
  }
  
  .pagination li:first-child a:hover,
  .pagination li:last-child a:hover {
      color: #fff;
  }
  
  .sec-pad {
      padding: 18px 0px 33px 0px;
  }
  
  .sec-pad-2 {
      padding: 50px 0px;
  }
  
  .mr-0 {
      margin: 0px !important;
  }
  
  .scroll-top {
      width: 55px;
      height: 55px;
      line-height: 55px;
      position: fixed;
      bottom: 105%;
      right: 30px;
      font-size: 24px;
      z-index: 99;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
      transition: 1s ease;
  }
  
  .scroll-top.open {
      bottom: 15px;
  }
  
  .scroll-top span {
      color: #fff;
  }
  
  .sec-title {
      position: relative;
      display: block;
      margin-bottom: 6px;
  }
  
  .sec-title p {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      color: #0787a5;
      margin-bottom: 4px;
  }
  
  .sec-title h2 {
      position: relative;
      display: block;
      font-size: 33px;
      line-height: 51px;
      font-weight: 600;
      margin-bottom: 2px;
  }
  
  .sec-title img {
      width: 40px;
      height: 40px;
  }
  
  .sec-title.centred img {
      margin: 0 auto;
  }
  
  .sec-title.light p,
  .sec-title.light h2 {
      color: #fff;
  }
  
  .sec-title.centred {
      text-align: center !important;
  }
  /*** 

====================================================================
                        Home-Page-One
====================================================================

***/
  /** main-header **/
  
  .main-header {
      position: relative;
      left: 0px;
      top: 0px;
      z-index: 999;
      width: 100%;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .sticky-header {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      left: 0px;
      top: 0px;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
      width: 100%;
      z-index: 0;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .fixed-header .sticky-header {
      z-index: 999;
      opacity: 1;
      visibility: visible;
      -ms-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -op-animation-name: fadeInDown;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -ms-animation-duration: 500ms;
      -moz-animation-duration: 500ms;
      -op-animation-duration: 500ms;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms;
      -ms-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -op-animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -ms-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -op-animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
  }
  /** header-top **/
  
  .header-top {
      position: relative;
      width: 100%;
      background: #00323d;
  }
  
  .header-top .info li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 33px;
      font-weight: 600;
      color: #fff;
      padding-left: 30px;
      margin-right: 25px;
      margin-top: 4px;
  }
  
  .header-top .info li:last-child {
      margin: 0px !important;
  }
  
  .header-top .info li a {
      color: #fff;
  }
  
  .header-top .info li a:hover {}
  
  .header-top .info li i {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 18px;
      font-weight: 400;
  }
  
  .header-top .social-links,
  .header-top .btn-box {
      position: relative;
      display: inline-block;
      float: left;
  }
  
  .header-top .social-links {
      margin-right: 40px;
  }
  
  .header-top .social-links li {
      position: relative;
      display: inline-block;
      margin-right: 12px;
      line-height: 50px;
  }
  
  .header-top .social-links li:last-child {
      margin: 0px !important;
  }
  
  .header-top .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 16px;
      color: white;
  }
  
  .header-top .social-links li a:hover {}
  
  .header-top .btn-box .theme-btn {
      padding: 8px 16px;
  }
  
  .header-top .btn-box .theme-btn:before,
  .header-top .btn-box .theme-btn:after {}
  /** header-lower **/
  
  .header-lower {
      position: relative;
      background: #fff;
      width: 100%;
  }
  
  .main-header .outer-box {
      position: relative;
  }
  
  .main-header .logo-box {
      position: relative;
      padding: 3.5px 0px;
  }
  
  .main-header .logo-box .logo {
      position: relative;
      max-width: 225px;
      width: 100%;
      margin-top: 25px !important;
  }
  
  .main-header .logo-box .logo img {
      width: 100%;
  }
  
  .main-header .menu-right-content {
      position: relative;
      float: left;
      padding: 0px 0px 0px 16px;
      margin-top: 15px;
      margin-left: 0px;
  }
  
  .main-header .menu-right-content:before {
      position: static;
      content: '';
      background: ;
      width: 1px;
      height: 60px;
      left: 0px;
      top: 0px;
  }
  
  .main-header .menu-right-content i {
      position: static;
      left: 35px;
      top: 0px;
      font-size: 18px;
      line-height: 59px;
  }
  
  .main-header .menu-right-content h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .main-header .menu-right-content h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .main-header .menu-right-content h6 a:hover {}
  
  .main-header .menu-right-content p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
  }
  /** main-menu **/
  
  .main-menu {
      float: left;
  }
  
  .main-menu .navbar-collapse {
      padding: 0px;
      display: block !important;
  }
  
  .main-menu .navigation {
      margin: 0px;
  }
  
  .main-menu .navigation>li {
      position: inherit;
      float: left;
      z-index: 2;
      padding: 44px 0px 44px 0px;
      margin: 0px 8px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
  }
  
  .main-menu .navigation>li:last-child {
      margin-right: 0px !important;
  }
  
  .main-menu .navigation>li:first-child {
      margin-left: 0px !important;
  }
  
  .main-menu .navigation>li>a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      opacity: 1;
      color: #3f4144;
      z-index: 1;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .main-menu .navigation>li.current>a,
  .main-menu .navigation>li:hover>a {}
  
  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>.megamenu {
      position: absolute;
      left: inherit;
      top: 100%;
      width: 250px;
      z-index: 100;
      display: none;
      opacity: 0;
      visibility: hidden;
      padding: 10px 0px;
      background: #0787a5;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .main-menu .navigation>li>ul.from-right {
      left: auto;
      right: 0px;
  }
  
  .main-menu .navigation>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  
  .main-menu .navigation>li:hover>ul>li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+5) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+6) {
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+7) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
  }
  
  .main-menu .navigation>li>ul>li:nth-child(2n+8) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s;
  }
  
  .main-menu .navigation>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>a,
  .main-menu .navigation>li>.megamenu li>a {
      position: relative;
      display: block;
      padding: 14px 0px;
      line-height: 24px;
      font-weight: 600;
      font-size: 15px;
      text-transform: capitalize;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      text-align: left;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation>li>ul>li>a:hover,
  .main-menu .navigation>li>.megamenu li>a:hover {}
  
  .main-menu .navigation>li>ul>li:last-child>a,
  .main-menu .navigation>li>.megamenu li:last-child>a {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>a:hover {}
  
  .main-menu .navigation>li>ul>li.dropdown>a:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 14px;
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 800;
      text-align: center;
      z-index: 5;
  }
  
  .main-menu .navigation>li>ul>li>ul {
      position: absolute;
      right: 100%;
      top: 0%;
      width: 230px;
      z-index: 100;
      display: none;
      padding: 10px 0px;
      background: #00323d;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .main-menu .navigation>li>ul>li>ul.from-right {
      left: auto;
      right: 0px;
  }
  
  .main-menu .navigation>li>ul>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
  }
  
  .main-menu .navigation>li>ul>li>ul>li {
      position: relative;
      width: 100%;
      padding: 0px 30px;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  
  .main-menu .navigation>li>ul>li:hover>ul>li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li>a {
      position: relative;
      display: block;
      padding: 14px 0px;
      line-height: 24px;
      font-weight: 600;
      font-size: 16px;
      text-transform: capitalize;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      text-align: left;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation>li>ul>li>ul>li:last-child>a {
      border-bottom: none;
  }
  
  .main-menu .navigation>li>ul>li>ul>li>a:hover {}
  
  .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 12px;
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 900;
      z-index: 5;
  }
  
  .main-menu .navigation>li.dropdown:hover>ul,
  .main-menu .navigation>li.dropdown:hover>.megamenu {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      top: 99%;
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
  }
  
  .main-menu .navigation li>ul>li.dropdown:hover>ul {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      top: 0%;
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
  }
  
  .main-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: -32px;
      top: 66px;
      width: 34px;
      height: 30px;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      color: #3b3b3b;
      cursor: pointer;
      display: none;
      z-index: 5;
      transition: all 500ms ease;
  }
  
  .main-menu .navigation li.current.dropdown .dropdown-btn,
  .main-menu .navigation li:hover .dropdown-btn {}
  
  .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
      display: none;
  }
  
  .menu-area .mobile-nav-toggler {
      position: relative;
      float: right;
      font-size: 40px;
      line-height: 50px;
      cursor: pointer;
      color: #fff;
      display: none;
  }
  
  .mobile-menu .menu-backdrop {
      background: #00323d;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar {
      position: relative;
      height: 2px;
      width: 30px;
      display: block;
      margin-bottom: 5px;
      background-color: #fff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar:last-child {
      margin-bottom: 0px;
  }
  
  .main-header .sticky-header .logo-box {
      padding: 3px 0px;
  }
  
  .main-header .sticky-header .main-menu .navigation>li {
      padding: 41px 0px 44px 0px !important;
  }
  
  .main-header .sticky-header .menu-right-content {
      margin-top: 30px;
      padding-left: 28px;
  }
  
  .main-header .sticky-header .menu-right-content i {
      font-size: 20px;
  }
  /** megamenu-style **/
  
  .main-menu .navigation>li.dropdown>.megamenu {
      position: absolute;
      width: 100%;
      padding: 30px 50px;
      left: 0px;
  }
  
  .main-menu .navigation li.dropdown .megamenu li h4 {
      font-weight: 500;
      padding: 3px 0px;
      color: #fff;
  }
  /** mobile-menu **/
  
  .nav-outer .mobile-nav-toggler {
      position: relative;
      float: right;
      font-size: 40px;
      line-height: 50px;
      cursor: pointer;
      color: #3786ff;
      display: none;
  }
  
  .mobile-menu {
      position: fixed;
      right: 0;
      top: 0;
      width: 300px;
      padding-right: 30px;
      max-width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: 999999;
  }
  
  .mobile-menu .navbar-collapse {
      display: block !important;
  }
  
  .mobile-menu .nav-logo {
      position: relative;
      padding: 50px 25px;
      text-align: left;
      padding-bottom: 100px;
  }
  
  .mobile-menu-visible {
      overflow: hidden;
  }
  
  .mobile-menu-visible .mobile-menu {
      opacity: 1;
      visibility: visible;
  }
  
  .mobile-menu .menu-backdrop {
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%);
      transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -webkit-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease;
  }
  
  .mobile-menu-visible .mobile-menu .menu-backdrop {
      opacity: 0.70;
      visibility: visible;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
  }
  
  .mobile-menu .menu-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow-y: auto;
      background: #202020;
      padding: 0px 0px;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      border-radius: 0px;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%);
  }
  
  .mobile-menu-visible .mobile-menu .menu-box {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
  }
  
  .mobile-menu .close-btn {
      position: absolute;
      right: 25px;
      top: 10px;
      line-height: 30px;
      width: 24px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer;
      z-index: 10;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease;
  }
  
  .mobile-menu-visible .mobile-menu .close-btn {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  
  .mobile-menu .close-btn:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .mobile-menu .navigation {
      position: relative;
      display: block;
      width: 100%;
      float: none;
  }
  
  .mobile-menu .navigation li {
      position: relative;
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation li>ul>li:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .mobile-menu .navigation li>a {
      position: relative;
      display: block;
      line-height: 24px;
      padding: 10px 25px;
      font-size: 15px;
      font-weight: 500;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .navigation li ul li>a {
      font-size: 16px;
      margin-left: 20px;
      text-transform: capitalize;
  }
  
  .mobile-menu .navigation li>a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      border-left: 5px solid #fff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .navigation li.current>a:before {
      height: 100%;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: 6px;
      top: 6px;
      width: 32px;
      height: 32px;
      text-align: center;
      font-size: 16px;
      line-height: 32px;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.10);
      cursor: pointer;
      border-radius: 2px;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 5;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn.open {
      background: #fff;
      color: #3b3b3b;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .mobile-menu .navigation li>ul,
  .mobile-menu .navigation li>ul>li>ul,
  .mobile-menu .navigation>li.dropdown>.megamenu {
      display: none;
  }
  
  .mobile-menu .social-links {
      position: relative;
      padding: 0px 25px;
  }
  
  .mobile-menu .social-links li {
      position: relative;
      display: inline-block;
      margin: 0px 10px 10px;
  }
  
  .mobile-menu .social-links li a {
      position: relative;
      line-height: 32px;
      font-size: 16px;
      color: #ffffff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .mobile-menu .social-links li a:hover {}
  
  div#mCSB_1_container {
      top: 0px !important;
  }
  
  .mobile-menu .contact-info {
      position: relative;
      padding: 120px 30px 20px 30px;
  }
  
  .mobile-menu .contact-info h4 {
      position: relative;
      font-size: 20px;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 20px;
  }
  
  .mobile-menu .contact-info ul li {
      position: relative;
      display: block;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.80);
      margin-bottom: 3px;
  }
  
  .mobile-menu .contact-info ul li a {
      color: rgba(255, 255, 255, 0.80);
  }
  
  .mobile-menu .contact-info ul li a:hover {}
  
  .mobile-menu .contact-info ul li:last-child {
      margin-bottom: 0px;
  }
  /** banner-section **/
  
  .banner-section {
      position: relative;
      overflow: hidden;
  }
  
  .banner-carousel {
      position: relative;
  }
  
  .banner-carousel .slide-item {
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 185px 0px 190px 0px;
  }
  
  .banner-carousel .slide-item:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.0) 100%);
      top: 0px;
      right: 0px;
      z-index: 1;
  }
  
  .banner-carousel .slide-item .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 6000ms linear;
      -moz-transition: all 6000ms linear;
      -ms-transition: all 6000ms linear;
      -o-transition: all 6000ms linear;
      transition: all 6000ms linear;
  }
  
  .banner-carousel .active .slide-item .image-layer {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
  }
  
  .banner-carousel .content-box {
      position: relative;
      display: block;
      max-width: 660px;
      z-index: 5;
  }
  
  .banner-carousel .content-box h4 {
      position: relative;
      display: inline-block;
      font-size: 20px;
      line-height: 20px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #687f9b;
      margin-bottom: 33px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h4 {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      -ms-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms;
  }
  
  .banner-carousel .content-box h1 {
      position: relative;
      display: block;
      font-size: 53px;
      line-height: 78px;
      font-weight: 700;
      margin-bottom: 45px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h1 {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      -ms-transition-delay: 1000ms;
      -o-transition-delay: 1000ms;
      transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box .btn-box {
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box .btn-box {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1300ms;
      -moz-transition-delay: 1300ms;
      -ms-transition-delay: 1300ms;
      -o-transition-delay: 1300ms;
      transition-delay: 1300ms;
  }
  
  .banner-carousel .content-box .btn-box .theme-btn {
      padding: 22px 47px;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav {
      display: none !important;
  }
  
  .banner-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 100px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      opacity: 0.2;
      transition: all 500ms ease;
  }
  
  .banner-carousel .owl-nav .owl-next {
      position: absolute;
      right: 100px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      opacity: 0.2;
      transition: all 500ms ease;
  }
  
  .banner-carousel:hover .owl-nav .owl-prev,
  .banner-carousel:hover .owl-nav .owl-next {
      opacity: 1;
  }
  
  .banner-carousel .owl-nav .owl-prev:hover,
  .banner-carousel .owl-nav .owl-next:hover {}
  /** about-section **/
  
  .about-section {
      position: relative;
      padding-top: 33px;
      overflow: hidden;
  }
  
  .image_block_1 .image-box {
      position: relative;
      display: block;
      margin-bottom: 30px;
  }
  
  .image_block_1 .image-box:before {
      position: absolute;
      content: '';
      background: #f3f7fa;
      width: 560px;
      height: 120px;
      left: -360px;
      bottom: -120px;
  }
  
  .image_block_1 .image-box:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 100px;
      bottom: -120px;
      left: 220px;
  }
  
  .image_block_1 .image-box .image img {
      max-width: none;
      float: right;
  }
  
  .image_block_1 .image-box .video-btn {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 200px;
      height: 156px;
      background: #f5f7fa;
      padding: 20px 20px 0px 20px;
  }
  
  .image_block_1 .image-box .video-btn a {
      position: relative;
      display: inline-block;
      width: 160px;
      height: 136px;
      line-height: 100px;
      font-size: 30px;
      color: #fff;
      text-align: center;
  }
  
  .about-section .content_block_1 .content-box {
      margin-left: 70px;
      margin-top: -7px;
  }
  
  .about-section .content_block_1 .content-box h3 {
      font-size: 24px;
      line-height: 38px;
      font-style: italic;
      margin-bottom: 44px;
  }
  
  .about-section .content_block_1 .content-box .list-item li {
      position: relative;
      display: block;
      float: left;
      width: 50%;
      font-size: 15px;
      line-height: 26px;
      font-weight: 700;
      color: black;
      margin-bottom: 12px;
      padding-left: 35px;
  }
  
  .about-section .content_block_1 .content-box .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .about-section .content_block_1 .content-box .list-item {
      margin-bottom: 34px;
  }
  
  .about-section .content_block_1 .content-box .text {
      margin-bottom: 23px;
  }
  
  .about-section .content_block_1 .content-box .text p {
      font-size: 17px;
      line-height: 31px;
      font-weight: 500;
  }
  
  .about-section .content_block_1 .content-box .theme-btn {
      padding: 12px 22px;
  }
  
  .about-section .image-layer {
      position: absolute;
      right: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /** service-section **/
  
  .service-section {
      position: relative;
      padding-top: 30px;
  }
  
  .service-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  .service-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .service-block-one .inner-box .image-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      opacity: 0.8;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box:before {
      transform: scale(1, 1);
  }
  
  .service-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box img {
      transform: scale(1.1);
  }
  
  .service-block-one .inner-box .lower-content {
      position: relative;
      padding: 13px 18px 14px 8px;
  }
  
  .service-section .inner-container {
      position: relative;
      margin: 0px 15px;
      margin-bottom: -120px;
      z-index: 1;
  }
  
  .inner-container .service-block {
      padding: 0px;
  }
  
  .service-block-one .inner-box .lower-content:before {
      position: absolute;
      content: '';
      background: #f3f7fa;
      width: 100%;
      height: 0%;
      left: 0px;
      top: 0px;
      right: 0px;
      transition: all 900ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content:before {
      height: 100%;
  }
  
  .service-block-one .inner-box .lower-content .icon-box {
      position: absolute;
      left: 50px;
      top: -47px;
      width: 94px;
      height: 94px;
      line-height: 94px;
      font-size: 65px;
      color: #fff;
      text-align: center;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content .icon-box {}
  
  .service-block-one .inner-box .lower-content h3 {
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  
  .service-block-one .inner-box .lower-content h3 a {
      display: inline-block;
      color: #00323d;
  }
  
  .service-block-one .inner-box .lower-content h3 a:hover {}
  
  .service-block-one .inner-box .lower-content p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      color: #616467;
      margin-bottom: 15px;
  }
  
  .service-block-one .inner-box .lower-content .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #0787a5;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: white;
  }
  
  .service-block-one .inner-box .lower-content .link a:hover {
      color: #fff;
  }
  
  .service-section .sec-title {
      margin-bottom: 22px;
  }
  /** funfact-section **/
  
  .funfact-section {
      position: relative;
      padding-top: 70px;
  }
  
  .counter-block-one .inner-box {
      position: relative;
      padding-bottom: 50px;
  }
  
  .counter-block-one .inner-box:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 100%;
      right: -15px;
      bottom: 0px;
  }
  
  .counter-block:last-child .counter-block-one .inner-box:before {
      display: none;
  }
  
  .counter-block-one .inner-box .count-outer {
      position: relative;
      display: block;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 14px;
  }
  
  .counter-block-one .inner-box p {
      font-size: 23px;
      line-height: 26px;
      color: #fff;
      font-weight: 700;
  }
  
  .funfact-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: repeat-x;
      background-size: cover;
      animation: slide 90s linear infinite;
      -webkit-animation: slide 90s linear infinite;
  }
  
  @keyframes slide {
      from {
          background-position: 0 0;
      }
      to {
          background-position: 1920px 0;
      }
  }
  
  @-webkit-keyframes slide {
      from {
          background-position: 0 0;
      }
      to {
          background-position: 1920px 0;
      }
  }
  /** video-section **/
  
  .video-section {
      position: relative;
      padding: 135px 0px 110px 0px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
  }
  
  .video-section:before {
      position: absolute;
      content: '';
      background: #143a69;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      opacity: 0.8;
  }
  
  .video-section .inner-box .video-btn {
      position: relative;
      margin-bottom: 22px;
  }
  
  .video-section .inner-box .video-btn a {
      position: relative;
      display: inline-block;
      width: 106px;
      height: 106px;
      line-height: 106px;
      font-size: 30px;
      color: #fff;
      text-align: center;
  }
  
  .video-section .inner-box .video-btn .border-animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(255, 255, 255, .2);
      animation: squares 2.9s linear 0s infinite;
      -webkit-animation: squares 2.9s linear 0s infinite;
      -ms-animation: squares 2.9s linear 0s infinite;
      -o-animation: squares 2.9s linear 0s infinite;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      -o-animation-play-state: running;
      animation-play-state: running;
      opacity: 0;
  }
  
  .video-section .inner-box .video-btn .border-animation.border-2 {
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
  }
  
  .video-section .inner-box .video-btn .border-animation.border-3 {
      -webkit-animation-delay: 2s;
      -moz-animation-delay: 2s;
      -o-animation-delay: 2s;
      animation-delay: 2s;
  }
  
  .video-section .inner-box h2 {
      font-size: 60px;
      line-height: 70px;
      color: #fff;
      font-weight: 800;
  }
  /** pricing-section **/
  
  .pricing-section {
      position: relative;
      padding-top: 48px;
  }
  
  .pricing-section .map-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pricing-block-one {
      position: relative;
      display: block;
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  }
  
  .pricing-block-one .inner-box {
      position: relative;
      overflow: hidden;
      padding: 0px 20px 21px 15px;
  }
  
  .pricing-block-one:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: 100%;
      height: 0%;
      left: 0px;
      top: 0px;
      right: 0px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover:before {
      height: 100%;
  }
  
  .pricing-block-one .icon-box {
      position: relative;
      display: inline-block;
      width: 118px;
      height: 118px;
      line-height: 118px;
      text-align: center;
      font-size: 65px;
      border-radius: 50%;
      color: #fff;
      box-shadow: 0 0px 0px 10px #fff;
      transition: all 900ms ease;
      margin-bottom: 20px;
      margin-top: -59px;
      z-index: 1;
  }
  
  .pricing-block-one:hover .icon-box {
      box-shadow: 0 0px 0px 10px #00323d;
  }
  
  .pricing-block-one .icon-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .icon-box:before {
      transform: scale(1, 1);
  }
  
  .pricing-block-one .inner-box span {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      font-weight: 600;
      color: #687f9b;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 2px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .inner-box span {
      color: rgba(255, 255, 255, 0.6);
  }
  
  .pricing-block-one .inner-box h3 {
      font-size: 14px;
      line-height: 29px;
      font-weight: 700;
      margin-bottom: 1px;
      transition: all 500ms ease;
  }
  
  .pricing-block-one:hover .inner-box h3 {
      color: #fff;
  }
  
  .pricing-block-one .inner-box .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: #7086a1;
      z-index: 1;
  }
  
  .pricing-block-one .inner-box .link a:hover {
      color: #fff;
  }
  
  .pricing-block-one .inner-box .light-icon {
      position: absolute;
      right: -30px;
      bottom: 0px;
      font-size: 150px;
      line-height: 100px;
      color: rgb(117 117 117 / 8%);
      transform: rotate(-30deg);
  }
  
  .pricing-section .pricing-inner {
      padding-bottom: 48px;
  }
  
  .cta-section .inner-box {
      position: relative;
      display: block;
      padding: 90px 100px;
  }
  
  .cta-section .inner-box .text h2 {
      font-size: 40px;
      line-height: 50px;
      color: #fff;
      font-weight: 800;
  }
  
  .cta-section .inner-box .text h2 span {
      color: #00323d;
      font-style: italic;
  }
  
  .cta-section .inner-box .btn-box {
      margin-top: 15px;
  }
  
  .cta-section .inner-box .btn-box .theme-btn {
      background: #00323d;
      padding: 22px 52px;
  }
  
  .cta-section .inner-box .btn-box .theme-btn:before,
  .cta-section .inner-box .btn-box .theme-btn:after {}
  
  .cta-section .inner-box .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pricing-section .sec-title {
      margin-bottom: 56px;
  }
  
  .bg-color-3 {
      background: #f3f7fa;
  }
  /** chooseus-section **/
  
  .chooseus-section {
      position: relative;
      padding: 56px 0px 50px 0px;
  }
  
  .chooseus-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .content_block_2 .content-box .inner-box {
      position: relative;
      max-width: 500px;
      width: 100%;
  }
  
  .content_block_2 .content-box .inner-box .star-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 94px;
      height: 94px;
      line-height: 94px;
      text-align: center;
      border-radius: 50%;
      z-index: 1;
      margin-left: -10px;
      margin-top: -10px;
  }
  
  .content_block_2 .content-box .inner-box .single-item {
      position: relative;
      float: left;
      width: 50%;
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner {
      position: relative;
      display: block;
      background: #fff;
      max-width: 230px;
      width: 100%;
      padding: 23px 17px 28px 30px;
      margin-bottom: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner .icon-box {
      position: relative;
      font-size: 65px;
      line-height: 65px;
      margin-bottom: 24px;
  }
  
  .content_block_2 .content-box .inner-box .single-item .inner h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .content_block_2 .content-box .sec-title {
      margin-bottom: 57px;
  }
  
  .content_block_3 .content-box .text {
      position: relative;
      padding-left: 100px;
      margin-bottom: 5px;
  }
  
  .content_block_3 .content-box .text p {
      font-size: 14px;
      line-height: 25px;
      color: #5c6064;
      font-weight: 700;
  }
  
  .content_block_3 .content-box .image-box {
      position: relative;
      display: block;
      margin: 0px -290px 0px 0px;
  }
  
  .content_block_3 .content-box .image-box .image img {
      width: 100%;
  }
  /** gallery-section **/
  
  .gallery-section {
      position: relative;
      padding: 6px 0px;
  }
  
  .gallery-block-one .inner-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .gallery-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .gallery-block-one .inner-box .image-box img {
      width: 100%;
      transform: scale(1.1);
      transition: all 500ms ease;
  }
  
  .gallery-block-one .inner-box:hover .image-box img {
      transform: scale(1);
      opacity: 0.1;
  }
  
  .gallery-block-one .inner-box .view-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .gallery-block-one .inner-box .view-btn a {
      position: relative;
      display: inline-block;
      width: 32px;
      height: 32px;
      transform: scale(0, 0);
  }
  
  .gallery-block-one .inner-box:hover .view-btn a {
      transform: scale(1, 1);
  }
  
  .gallery-block-one .inner-box .view-btn a:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.8);
      width: 2px;
      height: 32px;
      left: 50%;
      transform: translateY(-50%);
      top: 0px;
  }
  
  .gallery-block-one .inner-box .view-btn a:after {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.8);
      width: 32px;
      height: 2px;
      left: 0px;
      top: 0px;
  }
  /** testimonial-section **/
  
  .testimonial-section {
      position: relative;
  }
  
  .testimonial-section .title-inner {
      position: relative;
      margin-right: 70px;
  }
  
  .testimonial-section .title-inner .customer-box {
      position: relative;
      display: block;
      padding: 41px 30px 44px 120px;
  }
  
  .testimonial-section .title-inner .customer-box .icon-box {
      position: absolute;
      left: 60px;
      top: 50px;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
  }
  
  .testimonial-section .title-inner .customer-box h2 {
      display: block;
      font-size: 40px;
      line-height: 50px;
      color: #fff;
      font-weight: 800;
      margin-bottom: 0px;
  }
  
  .testimonial-section .title-inner .customer-box h4 {
      display: block;
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
  }
  
  .testimonial-section .sec-title {
      margin-bottom: 57px;
  }
  
  .testimonial-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: repeat-x;
      animation: slide 90s linear infinite;
      -webkit-animation: slide 90s linear infinite;
  }
  
  .testimonial-section .testimonial-inner {
      position: relative;
      margin-right: -755px;
      margin-top: 7px;
      overflow: hidden;
      padding-bottom: 44px;
      padding-left: 57px;
      margin-left: -57px;
  }
  
  .testimonial-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      padding: 46px 40px 57px 85px;
  }
  
  .testimonial-block-one .inner-box:before {
      position: absolute;
      content: '';
      background: #fff;
      width: 65px;
      height: 45px;
      right: 90px;
      bottom: -45px;
      clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 15% 0%);
  }
  
  .testimonial-block-one .inner-box .image-box {
      position: absolute;
      left: -46px;
      top: 70px;
      width: 92px;
      height: 92px;
      border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .image-box:before {
      position: absolute;
      content: '';
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      left: -10px;
      top: -10px;
      border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .image-box img {
      width: 100%;
      border-radius: 50%;
  }
  
  .testimonial-section .owl-stage-outer {
      overflow: visible;
  }
  
  .testimonial-section .owl-stage-outer .owl-item {
      opacity: 0;
  }
  
  .testimonial-section .owl-stage-outer .owl-item.active {
      opacity: 1;
  }
  
  .testimonial-block-one .inner-box h3 {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 46px;
      margin-bottom: 40px;
  }
  
  .testimonial-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
  }
  
  .testimonial-block-one .inner-box h4 span {
      font-size: 16px;
      font-weight: 400;
      color: #687f9b;
  }
  
  .testimonial-block-one .inner-box .quote-box {
      position: absolute;
      right: 65px;
      bottom: 60px;
      font-size: 85px;
      line-height: 60px;
  }
  /** news-section **/
  
  .news-section {
      position: relative;
  }
  
  .news-block-one .inner-box {
      position: relative;
      display: block;
      transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  
  .news-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .news-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .image-box img {
      transform: scale(1.05);
  }
  
  .news-block-one .inner-box .lower-content {
      position: relative;
      display: block;
      padding: 30px 40px 23px 40px;
      border: 1px solid #e6edf4;
      border-top: none;
  }
  
  .news-block-one .inner-box .lower-content .post-date {
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      font-weight: 600;
      padding: 9px 25px;
      text-transform: uppercase;
      margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content h3 {
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 36px;
      font-weight: 800;
      padding-bottom: 22px;
      margin-bottom: 21px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .news-block-one .inner-box .lower-content h3 a {
      display: inline-block;
      color: #00323d;
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover {}
  
  .news-block-one .inner-box .lower-content .post-info li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
      color: #687f9b;
      font-weight: 600;
      padding-left: 20px;
      margin-right: 15px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child {
      margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a {
      color: #687f9b;
  }
  
  .news-block-one .inner-box .lower-content .post-info li i {
      position: absolute;
      left: 0px;
      top: 5px;
      font-weight: 400;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a:hover {}
  
  .news-block-one .inner-box .lower-content .link {
      position: absolute;
      right: 40px;
      bottom: 20px;
  }
  
  .news-block-one .inner-box .lower-content .link a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
      font-size: 15px;
      color: #7086a1;
      z-index: 1;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover {
      color: #fff;
  }
  
  .news-section .sec-title {
      margin-bottom: 57px;
  }
  /** clients-section **/
  
  .clients-section {
      position: relative;
      padding: 30px 0px;
  }
  
  .clients-section .clients-logo-box {
      position: relative;
      display: block;
  }
  
  .clients-section .clients-logo-box img {
      display: block;
      max-width: 100%;
      width: auto;
      margin: 0 auto;
      opacity: 0.2;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .clients-section .clients-logo-box img:hover {
      opacity: 1;
      transform: scale(1.05);
  }
  /** main-footer **/
  
  .main-footer {
      position: relative;
      overflow: hidden;
      background: #00323d;
  }
  
  .main-footer .footer-logo {
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 50px 60px;
  }
  
  .main-footer .footer-top {
      padding-bottom: 10px;
  }
  
  .main-footer .right-column .subscribe-box,
  .main-footer .right-column .social-links {
      position: relative;
      float: left;
  }
  
  .main-footer .right-column .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
  }
  
  .main-footer .right-column .social-links li:last-child {
      margin: 0px !important;
  }
  
  .main-footer .right-column .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 15px;
      color: #87a9d1;
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      border-radius: 50%;
      background: #143a69;
  }
  
  .main-footer .right-column .social-links li a:hover {
      color: #fff;
  }
  
  .main-footer .right-column .subscribe-box {
      margin-right: 50px;
  }
  
  .main-footer .right-column .social-links {
      margin-top: 9px;
  }
  
  .main-footer .right-column .subscribe-box .form-group {
      position: relative;
      margin: 0px;
      min-width: 552px;
      width: 100%;
      padding-right: 163px;
  }
  
  .main-footer .right-column {
      position: relative;
      padding: 40px 0px;
  }
  
  .main-footer .right-column:before {
      position: absolute;
      content: '';
      background: rgba(255, 255, 255, 0.1);
      width: 5000px;
      height: 1px;
      left: -63px;
      bottom: 1px;
  }
  
  .main-footer .right-column .subscribe-box .form-group input[type='email'] {
      position: relative;
      width: 100%;
      max-width: 390px;
      height: 70px;
      background: #fff;
      font-size: 15px;
      font-weight: 600;
      color: #69809b;
      border: 1px solid #fff;
      padding: 10px 20px;
      transition: all 500ms ease;
  }
  
  .main-footer .right-column .subscribe-box .form-group input::-webkit-input-placeholder {
      color: #69809b;
  }
  
  .main-footer .right-column .subscribe-box .form-group input:focus {}
  
  .main-footer .right-column .subscribe-box .form-group button {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .main-footer .right-column .subscribe-box .form-group button:before,
  .main-footer .right-column .subscribe-box .form-group button:after {
      background: #fff;
  }
  
  .main-footer .right-column .subscribe-box .form-group button:hover {}
  
  .main-footer .widget-section .contact-widget .btn-box {
      position: relative;
      margin-bottom: 46px;
  }
  
  .main-footer .widget-section .contact-widget .btn-box a {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase;
      background: #f2f4f6;
      color: #fff;
      letter-spacing: 1px;
      padding: 5px 13px;
      text-align: center;
  }
  
  .main-footer .widget-section .contact-widget .btn-box a:hover {}
  
  .main-footer .widget-section .contact-widget .info-list li {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
      padding-left: 30px;
      margin-bottom: 18px;
  }
  
  .main-footer .widget-section .contact-widget .info-list li:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .widget-section .contact-widget .info-list li a {
      display: inline-block;
      color: #fff;
  }
  
  .main-footer .widget-section .contact-widget .info-list li a:hover {}
  
  .main-footer .widget-section .contact-widget .info-list li i {
      position: absolute;
      left: 0px;
      top: 0px;
      font-weight: 400;
  }
  
  .main-footer .widget-section {
      padding-bottom: 50px;
  }
  
  .ml-25 {
      margin-left: 25px;
  }
  
  .main-footer .widget-title {
      position: relative;
      display: block;
      margin-bottom: 24px;
  }
  
  .main-footer .widget-title h3 {
      font-size: 22px;
      line-height: 30px;
      color: #fff;
      font-weight: 700;
  }
  
  .main-footer .links-widget .links-list li {
      position: relative;
      display: block;
      margin-bottom: 1px;
  }
  
  .main-footer .links-widget .links-list li:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .links-widget .links-list li a {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: rgb(255 255 255 / 92%);
  }
  
  .main-footer .links-widget .links-list li a:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 1px;
      left: 0px;
      bottom: 0px;
      opacity: 0;
      transition: all 500ms ease;
  }
  
  .main-footer .links-widget .links-list li a:hover:before {
      width: 100%;
      opacity: 1;
  }
  
  .main-footer .links-widget .links-list li a:hover {}
  
  .main-footer .footer-widget {
      padding-top: 42px;
  }
  
  .ml-70 {
      margin-left: 70px;
  }
  
  .ml-50 {
      margin-left: 50px;
  }
  
  .main-footer .post-widget .post {
      position: relative;
      display: block;
      padding-left: 90px;
      margin-bottom: 30px;
  }
  
  .main-footer .post-widget .post:last-child {
      margin-bottom: 0px;
  }
  
  .main-footer .post-widget .post .post-thumb {
      position: absolute;
      left: 0px;
      top: 5px;
      width: 70px;
      height: 70px;
      overflow: hidden;
  }
  
  .main-footer .post-widget .post .post-thumb img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .main-footer .post-widget .post:hover .post-thumb img {
      opacity: 0.2;
  }
  
  .main-footer .post-widget .post .post-date {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 9px;
  }
  
  .main-footer .post-widget .post h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      color: #87a9d1;
  }
  
  .main-footer .post-widget .post h6 a {
      display: inline-block;
      color: #87a9d1;
  }
  
  .main-footer .post-widget .post h6 a:hover {}
  
  .main-footer .post-widget .widget-title {
      margin-bottom: 29px;
  }
  
  .main-footer .pattern-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
  }
  
  .footer-bottom {
      position: relative;
      background: #00323d;
      padding: 8px 0px;
  }
  
  .footer-bottom p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .footer-bottom p a {
      color: rgba(255, 255, 255, 0.6);
  }
  
  .footer-bottom p a:hover {}
  
  .main-footer .image-layer {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
  /** header-style-two **/
  
  .main-header.style-two {
      position: relative;
  }
  
  .main-header.style-two .header-upper .logo-box {
      position: relative;
      padding: 40px 0px 36px 0px;
  }
  
  .main-header.style-two .header-upper .logo-box:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: calc(5000px - 75px);
      height: 100%;
      top: 0px;
      right: 75px;
  }
  
  .main-header.style-two .header-upper .logo-box .logo {
      position: relative;
      float: left;
      margin-right: 50px;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box {
      position: relative;
      float: left;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn {
      padding: 12px 30px;
      font-size: 12px;
  }
  
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:before,
  .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:after {}
  
  .main-header.style-two .header-upper .upper-info {
      position: relative;
      margin-top: 39px;
  }
  
  .main-header.style-two .header-upper .upper-info li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 65px;
      padding-left: 50px;
  }
  
  .main-header.style-two .header-upper .upper-info li:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 1px;
      height: 65px;
      top: -9px;
      right: -30px;
  }
  
  .main-header.style-two .header-upper .upper-info li:last-child:before {
      display: none;
  }
  
  .main-header.style-two .header-upper .upper-info li:last-child {
      margin-right: 0px !important;
  }
  
  .main-header.style-two .header-upper .upper-info li i {
      position: absolute;
      left: 0px;
      top: 10px;
      font-size: 30px;
      line-height: 30px;
  }
  
  .main-header.style-two .header-upper .upper-info li p {
      font-size: 14px;
      line-height: 22px;
      color: #687f9b;
      font-weight: 500;
      margin-bottom: 0px;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .main-header.style-two .header-upper .upper-info li h6 a:hover {}
  
  .main-header.style-two .header-upper {
      position: relative;
      width: 100%;
      background: #fff;
  }
  
  .main-header.style-two .header-upper:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 100%;
      height: 1px;
      left: 0px;
      bottom: 0px;
  }
  
  .main-header.style-two .outer-box .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
      line-height: 70px;
  }
  
  .main-header.style-two .outer-box .social-links li:last-child {
      margin: 0px !important;
  }
  
  .main-header.style-two .outer-box .social-links li a {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 13px;
      background: #e6edf4;
      color: #687f9b;
      text-align: center;
      border-radius: 50%;
  }
  
  .main-header.style-two .outer-box .social-links li a:hover {
      color: #fff;
  }
  
  .main-header.style-two .main-menu .navigation>li {
      padding: 20px 0px !important;
  }
  /** banner-style-two **/
  
  .banner-section.style-two .banner-carousel .slide-item:before {
      background: #143a69;
      opacity: 0.5;
  }
  
  .banner-section.style-two .banner-carousel .content-box {
      max-width: 850px;
      margin: 0 auto;
  }
  
  .banner-section.style-two .banner-carousel .content-box h1 {
      line-height: 100px;
      color: #fff;
  }
  
  .banner-section.style-two .banner-carousel .content-box h1 span {
      display: inline-block;
  }
  
  .banner-section.style-two .banner-carousel .content-box p {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
      line-height: 32px;
      margin-bottom: 46px;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition: all 1000ms ease;
  }
  
  .banner-section.style-two .banner-carousel .active .content-box p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 1150ms;
      -moz-transition-delay: 1150ms;
      -ms-transition-delay: 1150ms;
      -o-transition-delay: 1150ms;
      transition-delay: 1150ms;
  }
  
  .banner-section.style-two .banner-carousel .slide-item {
      padding: 175px 0px 225px 0px;
  }
  /** feature-section **/
  
  .feature-section {
      position: relative;
  }
  
  .feature-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 871px;
      height: 709px;
      background-repeat: no-repeat;
  }
  
  .feature-section .inner-container {
      position: relative;
      background: #fff;
      margin-top: -80px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      z-index: 1;
  }
  
  .feature-block-one .inner-box {
      position: relative;
      display: block;
      overflow: hidden;
      background: #fff;
      padding: 55px 40px 51px 60px;
  }
  
  .inner-container .feature-block-one {
      position: relative;
      float: left;
      width: 33.333%;
  }
  
  .feature-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 27px;
      transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box p {
      font-size: 16px;
      line-height: 32px;
      font-weight: 600;
      transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover h4,
  .feature-block-one .inner-box:hover p {
      color: #fff;
  }
  
  .feature-block-one .inner-box .bg-layer {
      position: absolute;
      content: "";
      top: 0;
      left: -101%;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      background-size: 101% 101%;
  }
  
  .feature-block-one .inner-box .bg-layer:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      opacity: 0.9;
  }
  
  .feature-block-one .inner-box:hover .bg-layer {
      left: 0px;
  }
  /** about-style-two **/
  
  .about-style-two {
      position: relative;
      overflow: hidden;
      padding: 40px 0px;
  }
  
  .content_block_4 .content-box .text {
      position: relative;
      margin-bottom: 45px;
  }
  
  .content_block_4 .content-box .text p {
      font-size: 17px;
      line-height: 37px;
      font-weight: 500;
  }
  
  .content_block_4 .content-box .inner-box .single-item {
      position: relative;
      float: left;
      width: 50%;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner {
      position: relative;
      display: block;
      margin-bottom: 18px;
      padding-right: 50px;
      min-height: 133px;
  }
  
  .content_block_4 .content-box .inner-box .single-item:nth-child(2) .inner,
  .content_block_4 .content-box .inner-box .single-item:last-child .inner {
      padding-right: 0px;
      padding-left: 40px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner .icon-box {
      position: relative;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 7px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 4px;
  }
  
  .content_block_4 .content-box .inner-box .single-item .inner p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .content_block_4 .content-box .inner-box {
      position: relative;
      padding-bottom: 35px;
  }
  
  .content_block_4 .content-box .inner-box:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 1px;
      height: 275px;
      left: 50%;
      top: 5px;
      margin-left: -10px;
  }
  
  .content_block_4 .content-box .btn-box .theme-btn {
      padding: 22px 50px;
  }
  
  .image_block_2 .image-box {
      position: relative;
      display: block;
      padding-left: 100px;
      padding-bottom: 50px;
  }
  
  .image_block_2 .image-box img {
      width: 100%;
  }
  
  .image_block_2 .image-box .image-2 {
      position: absolute;
      left: -20px;
      bottom: 131px;
  }
  
  .image_block_2 .image-box .image-1 {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .image_block_2 .image-box .image-1:before {
      position: absolute;
      top: 0;
      left: -80%;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  
  .image_block_2 .image-box:hover .image-1:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }
  
  @keyframes shine {
      100% {
          left: 125%;
      }
  }
  
  .image_block_2 .image-box .image-content {
      position: absolute;
      left: 10px;
      top: 60px;
      width: 165px;
      height: 165px;
      border-radius: 50%;
      text-align: center;
      padding: 30px 30px;
      z-index: 1;
  }
  
  .image_block_2 .image-box .image-content .icon-box {
      position: relative;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 5px;
  }
  
  .image_block_2 .image-box .image-content h4 {
      display: block;
      font-size: 17px;
      line-height: 25px;
      font-weight: 700;
      color: #fff;
  }
  
  .about-style-two .image-layer {
      position: absolute;
      right: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  
  .cta-section.alternat-2 {
      position: relative;
      overflow: hidden;
  }
  
  .cta-section.alternat-2 .pattern-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 682px;
      height: 281px;
      background-repeat: no-repeat;
  }
  
  .service-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 594px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .pb-120 {
      padding-bottom: 120px;
  }
  /** solution-section **/
  
  .solution-section {
      position: relative;
      overflow: hidden;
  }
  
  .solution-section .bg-layer {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 42%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
  .progress-box {
      margin-bottom: 27px;
      position: relative;
  }
  
  .progress-box:last-child {
      margin-bottom: 0px;
  }
  
  .progress-box .bar {
      position: relative;
      width: 100%;
      height: 5px;
      background: #e6edf4;
      border-radius: 0px;
  }
  
  .progress-box .bar-inner {
      position: relative;
      display: block;
      width: 0px;
      height: 5px;
      -webkit-transition: all 1500ms ease;
      -ms-transition: all 1500ms ease;
      -o-transition: all 1500ms ease;
      -moz-transition: all 1500ms ease;
      transition: all 1500ms ease;
  }
  
  .progress-box .count-text {
      position: absolute;
      top: -43px;
      right: -33px;
      font-size: 16px;
      color: #687f9b;
      font-weight: 600;
      opacity: 0;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .progress-box .bar-inner.counted .count-text {
      opacity: 1;
  }
  
  .content_block_5 .content-box .upper-box {
      position: relative;
      max-width: 600px;
      width: 100%;
  }
  
  .content_block_5 .content-box .upper-box .text p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #00323d;
      margin-bottom: 14px;
      padding-left: 30px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li:last-child {
      margin-bottom: 0px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner {
      position: relative;
      padding-top: 45px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .list-item {
      margin-bottom: 55px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .progress-box h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 7px;
  }
  
  .content_block_5 .content-box .lower-box .progress-inner .progress-content {
      margin-right: 30px;
  }
  
  .content_block_5 .content-box .lower-box .right-content {
      position: relative;
      display: block;
      padding: 60px 60px 51px 60px;
      margin-top: 13px;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner {
      position: relative;
      padding-left: 145px;
      min-height: 118px;
      padding-top: 5px;
      margin-bottom: 30px;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner .icon-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 118px;
      height: 118px;
      line-height: 118px;
      text-align: center;
      font-size: 60px;
      color: #fff;
  }
  
  .content_block_5 .content-box .lower-box .right-content .inner h3 {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #fff;
      font-style: italic;
  }
  
  .content_block_5 .content-box .lower-box .right-content .text p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
  }
  
  .solution-section .image-layer {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 472px;
      height: 440px;
      -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }
  /** team-section **/
  
  .team-section {
      position: relative;
  }
  
  .team-section .sec-title {
      margin-bottom: 57px;
  }
  
  .team-section .map-layer {
      position: absolute;
      left: 0px;
      top: 110px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .team-block-one .inner-box {
      position: relative;
      display: block;
      text-align: center;
      background: #fff;
  }
  
  .team-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
  }
  
  .team-block-one .inner-box .image-box img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .image-box img {
      transform: scale(1.05);
  }
  
  .team-block-one .inner-box .lower-content {
      position: relative;
      padding: 26px 0px 25px 0px;
      border-bottom: 2px solid #e6edf4;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content {
      padding-top: 20px;
      margin-bottom: -20px;
  }
  
  .team-block-one .inner-box .lower-content:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      left: 0px;
      bottom: -2px;
      transform: scale(0, 0);
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content:before {
      transform: scale(1, 1);
  }
  
  .team-block-one .inner-box .lower-content .social-links {
      position: absolute;
      left: 0px;
      top: -17px;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content .social-links {
      top: -27px;
      visibility: visible;
      opacity: 1;
  }
  
  .team-block-one .inner-box .lower-content .social-links li {
      position: relative;
      display: inline-block;
      margin: 0px 3px;
  }
  
  .team-block-one .inner-box .lower-content .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 15px;
      color: #687f9b;
      background: #e6edf4;
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      border-radius: 50%;
  }
  
  .team-block-one .inner-box .lower-content .social-links li a:hover {
      color: #fff;
  }
  
  .team-block-one .inner-box .lower-content h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 4px;
  }
  
  .team-block-one .inner-box .lower-content h5 a {
      display: inline-block;
      color: #143a69;
  }
  
  .team-block-one .inner-box .lower-content h5 a:hover {}
  
  .team-block-one .inner-box .lower-content .designation {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
  }
  /** download-section **/
  
  .download-section {
      position: relative;
  }
  
  .download-section .inner-box {
      position: relative;
      padding-bottom: 100px;
  }
  
  .download-section .inner-box h2 {
      position: relative;
      display: block;
      font-size: 50px;
      line-height: 55px;
      font-weight: 800;
      margin-bottom: 17px;
  }
  
  .download-section .inner-box p {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 59px;
  }
  
  .download-section .inner-box .btn-box .theme-btn {
      text-align: left;
      padding: 22px 30px 22px 75px;
  }
  
  .download-section .inner-box .btn-box .theme-btn i {
      position: absolute;
      left: 40px;
      top: 27px;
      font-size: 30px;
  }
  
  .download-section .inner-box .btn-box .theme-btn span {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-weight: 800;
      text-transform: none;
  }
  
  .download-section .inner-box .btn-box .theme-btn h5 {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 22px;
      font-weight: 800;
      color: #fff;
      text-transform: capitalize;
  }
  
  .download-section .inner-box .btn-box .theme-btn.google-play {
      margin-right: 16px;
  }
  
  .download-section .inner-box .image-box .image-1 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 1;
  }
  
  .download-section .inner-box .image-box .image-2 {
      position: absolute;
      right: 160px;
      bottom: 0px;
  }
  
  .pt-120 {
      padding-top: 120px;
  }
  /** contact-section **/
  
  .contact-section {
      position: relative;
      padding: 58px 0px 47px 0px;
  }
  
  .contact-section .default-form .form-group {
      padding: 0px 10px;
  }
  
  .contact-section .default-form {
      margin: 0px 5px;
  }
  
  .default-form .form-group {
      position: relative;
      margin-bottom: 20px;
  }
  
  .default-form .form-group:last-child {
      margin-bottom: 0px;
  }
  
  .default-form .form-group input[type='text'],
  .default-form .form-group input[type='email'],
  .default-form .form-group textarea {
      position: relative;
      display: block;
      width: 100%;
      height: 70px;
      background: #fff;
      border: 1px solid #e6edf4;
      font-size: 14px;
      color: #687f9b;
      font-weight: 600;
      padding: 10px 20px;
      transition: all 500ms ease;
  }
  
  .default-form .form-group input::-webkit-input-placeholder {
      color: #687f9b;
  }
  
  .default-form .form-group textarea::-webkit-input-placeholder {
      color: #687f9b;
  }
  
  .default-form .form-group textarea {
      height: 170px;
      resize: none;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus {}
  
  .contact-section .pattern-layer {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 62%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .contact-section .map-inner {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 50%;
      height: 100%;
      margin: 50px 0px;
  }
  
  .contact-section .map-inner .google-map {
      position: relative;
      width: 100%;
      height: 620px;
  }
  
  .contact-section .map-inner .map-column {
      position: relative;
      padding-left: 229px;
  }
  
  .contact-section .map-inner .map-column .map-content {
      position: absolute;
      left: -141px;
      top: 250px;
      width: 620px;
      padding: 31px 30px;
      text-align: center;
      transform: rotate(-90deg);
  }
  
  .contact-section .map-inner .map-column .map-content h3 {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      font-weight: 800;
  }
  
  .contact-section .map-inner .map-column .map-content h3 a {
      display: inline-block;
      color: #fff;
  }
  
  .contact-section .map-inner .map-column .map-content h3 a:hover {
      text-decoration: underline;
  }
  
  .contact-section .map-inner .map-column .map-content p {
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
      font-style: italic;
  }
  /*** 

====================================================================
                        About-Page
====================================================================

***/
  /** page-title **/
  
  .page-title {
      position: relative;
      padding: 80px 0px 0px 0px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .page-title .content-box .title {
      position: relative;
      margin-bottom: 42px;
  }
  
  .page-title .content-box .title h1 {
      position: relative;
      font-size: 45px;
      line-height: 70px;
      color: #00323d;
      font-weight: 600;
  }
  
  .page-title .content-box .bread-crumb {
      position: relative;
      display: inline-block;
      background: #fff;
      padding: 8px 30px;
  }
  
  .page-title .content-box .bread-crumb li {
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      color: #687f9b;
      padding-right: 18px;
      margin-right: 6px;
      letter-spacing: 1px;
      text-transform: uppercase;
  }
  
  .page-title .content-box .bread-crumb li a {
      color: #687f9b;
  }
  
  .page-title .content-box .bread-crumb li a:hover {}
  
  .page-title .content-box .bread-crumb li:last-child {
      padding: 0px !important;
      margin: 0px !important;
  }
  
  .page-title .content-box .bread-crumb li:before {
      position: absolute;
      content: '/';
      top: 0px;
      right: 0px;
  }
  
  .page-title .content-box .bread-crumb li:last-child:before {
      display: none;
  }
  /** about-style-three **/
  
  .about-style-three {
      position: relative;
      padding-top: 120px;
  }
  
  .image_block_3 .image-box {
      position: relative;
      display: block;
  }
  
  .image_block_3 .image-box .image img {
      width: 100%;
  }
  
  .image_block_3 .image-box .image {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
  }
  
  .image_block_3 .image-box .image:before {
      position: absolute;
      top: 0;
      left: -80%;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  
  .image_block_3 .image-box .image:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
  }
  
  .image_block_3 .image-box .top-content {
      position: absolute;
      left: -110px;
      top: 55px;
      width: 165px;
      height: 165px;
      border-radius: 50%;
      text-align: center;
      padding: 30px 30px;
      z-index: 1;
  }
  
  .image_block_3 .image-box .top-content .icon-box {
      position: relative;
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 5px;
  }
  
  .image_block_3 .image-box .top-content h4 {
      display: block;
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #fff;
  }
  
  .image_block_3 .image-box .bottom-content {
      position: relative;
      display: block;
      padding: 19.5px 30px;
      text-align: center;
  }
  
  .image_block_3 .image-box .bottom-content h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      font-style: italic;
      font-weight: 700;
  }
  
  .about-style-three .content_block_6 .content-box {
      margin-left: 70px;
      margin-top: -10px;
  }
  
  .content_block_6 .content-box .text {
      margin-bottom: 50px;
  }
  
  .content_block_6 .content-box p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600
  }
  
  .content_block_6 .content-box .inner-box .left-column,
  .content_block_6 .content-box .inner-box .right-column {
      width: 50%;
      position: relative;
  }
  
  .content_block_6 .content-box .inner-box .left-column {
      border-right: 1px solid #e6edf4;
      padding-right: 70px;
      margin-top: 7px;
  }
  
  .content_block_6 .content-box .inner-box .left-column .icon-box {
      position: relative;
      font-size: 65px;
      line-height: 60px;
      margin-bottom: 19px;
  }
  
  .content_block_6 .content-box .inner-box .right-column {
      padding-left: 55px;
  }
  
  .content_block_6 .content-box .inner-box p {
      font-size: 16px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item {
      margin-bottom: 18px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item:last-child {
      margin-bottom: 0px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item .icon-box {
      position: relative;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 8px;
  }
  
  .content_block_6 .content-box .inner-box .right-column .single-item h5 {
      position: relative;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 5px;
  }
  
  .content_block_6 .content-box .sec-title {
      margin-bottom: 7px;
  }
  
  .content_block_6 .content-box .inner-box {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 50px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .content_block_6 .content-box .support-box h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      font-weight: 800;
  }
  
  .content_block_6 .content-box .support-box h3 a {
      display: inline-block;
  }
  
  .content_block_6 .content-box .support-box h3 span {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      color: #687f9b;
      font-style: italic;
      margin-left: 8px;
  }
  
  .content_block_6 .content-box .support-box h3 a:hover {}
  /** process-section **/
  
  .process-section {
      position: relative;
      border-bottom: 1px solid #e6edf4;
  }
  
  .process-block-one .inner-box {
      position: relative;
      display: block;
      padding: 0px 20px;
  }
  
  .process-block-one .inner-box .icon-box {
      position: relative;
      display: inline-block;
      width: 190px;
      height: 190px;
      line-height: 190px;
      font-size: 65px;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
      margin-bottom: 35px;
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover .icon-box {
      color: #fff;
  }
  
  .process-block-one .inner-box .icon-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0px;
      top: 0px;
      right: 0px;
      z-index: -1;
      transform: scale(0, 0);
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover .icon-box:before {
      transform: scale(1, 1);
  }
  
  .process-block-one .inner-box h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 32px;
  }
  
  .process-block-one .inner-box p {
      position: relative;
      font-size: 16px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 38px;
  }
  
  .process-block-one .inner-box span {
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      color: #687f9b;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #e6edf4;
      padding: 9px 32px;
      text-align: center;
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover span {
      color: #fff;
  }
  
  .process-block-one .inner-box span:before {
      position: absolute;
      content: '';
      background: #e6edf4;
      width: 20px;
      height: 20px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      top: -8px;
      z-index: -1;
      transition: all 500ms ease;
  }
  
  .process-block-one .inner-box:hover span:before {}
  
  .process-block-one .inner-box .arrow {
      position: absolute;
      top: 70px;
      right: -46px;
      width: 64px;
      height: 52px;
      background-repeat: no-repeat;
  }
  
  .process-section .map-layer {
      position: absolute;
      left: 0px;
      top: 130px;
      right: 0px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .process-section .sec-title {
      margin-bottom: 55px;
  }
  /** faq-section **/
  
  .faq-section {
      position: relative;
      padding: 39px 0px;
  }
  
  .accordion-box .block {
      position: relative;
      display: block;
      border: 1px solid #e1e7ee;
      margin-bottom: 10px;
      background: #fff;
      transition: all 500ms ease;
  }
  
  .accordion-box .block.active-block {
      box-shadow: 0 0px 50px rgba(0, 0, 0, 0.07);
      border: 1px solid #e6edf4;
  }
  
  .accordion-box .block:last-child {
      margin-bottom: 0px;
  }
  
  .accordion-box .block .acc-content.current {
      display: block;
  }
  
  .accordion-box .block .acc-btn {
      position: relative;
      display: block;
      padding: 20px 60px 25px 40px;
      cursor: pointer;
  }
  
  .accordion-box .block .acc-btn h5 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
  }
  
  .accordion-box .block .acc-btn.active h5 {}
  
  .accordion-box .block .acc-btn .icon-outer {
      position: absolute;
      top: 19px;
      right: 38px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: all 500ms ease;
      z-index: 1;
  }
  
  .accordion-box .block .acc-btn.active .icon-outer i:before {
      position: relative;
      font-size: 15px;
      font-family: 'Font Awesome 5 Pro';
      margin: 0px;
      content: "\f068";
  }
  
  .accordion-box .block .acc-content {
      position: relative;
      display: none;
      padding: 5px 40px 32px 40px;
  }
  
  .accordion-box .block .acc-content p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
      margin: 0px;
  }
  
  .faq-section .sec-title {
      margin-bottom: 27px;
  }
  
  .faq-section .title-inner .image-box {
      position: relative;
      display: block;
  }
  
  .faq-section .title-inner .image-box img {
      width: 100%;
  }
  
  .faq-section .title-inner {
      position: relative;
      margin-top: 17px;
  }
  /** gallery-page-section **/
  
  .gallery-page-section {
      position: relative;
      padding: 19px 0px 31px 0px;
  }
  
  .gallery-page-section .gallery-block-one .inner-box {
      margin-bottom: 30px;
  }
  /*** 

====================================================================
                        Error-Page
====================================================================

***/
  
  .error-section {
      position: relative;
      padding: 100px 0px 120px 0px;
  }
  
  .error-section .inner-box .theme-btn-one i {
      margin-right: 10px;
  }
  
  .error-section .inner-box .error-image {
      position: relative;
      display: inline-block;
      margin-bottom: 60px;
  }
  
  .error-section .inner-box h1 {
      font-size: 200px;
      line-height: 200px;
      font-weight: 900;
      margin-bottom: 10px;
  }
  
  .error-section .inner-box h2 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 42px;
      font-weight: 700;
      margin-bottom: 60px;
  }
  /*** 

====================================================================
                        Service-Page
====================================================================

***/
  
  .service-details {
      position: relative;
  }
  
  .service-sidebar .categories-widget {
      position: relative;
      display: block;
      background: #f3f7fa;
      margin-bottom: 30px;
  }
  
  .service-sidebar .categories-widget .widget-title {
      position: relative;
      display: block;
      padding: 16px 15px;
  }
  
  .service-sidebar .categories-widget .widget-title h4 {
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      font-weight: 700;
  }
  
  .service-sidebar .categories-widget .categories-list li {
      position: relative;
      display: block;
  }
  
  .service-sidebar .categories-widget .categories-list li a {
      position: relative;
      display: block;
      font-size: 19px;
      line-height: 26px;
      color: #3a3b3c;
      font-weight: 600;
      background: transparent;
      padding: 15px 13px;
  }
  
  .service-sidebar .categories-widget .categories-list li a.current,
  .service-sidebar .categories-widget .categories-list li a:hover {
      color: #fff;
      background: #00323d;
  }
  
  .service-sidebar .categories-widget .categories-list li a:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f105";
      position: absolute;
      right: 50px;
      top: 15px;
      display: inline-block;
      color: #687f9b;
      width: 28px;
      height: 28px;
      line-height: 28px;
      background: #fff;
      border-radius: 50%;
      font-size: 15px;
      text-align: center;
      transition: all 500ms ease;
  }
  
  .service-sidebar .categories-widget .categories-list li a.current:before,
  .service-sidebar .categories-widget .categories-list li a:hover:before {
      color: #fff;
  }
  
  .service-sidebar .categories-widget .categories-list {
      position: relative;
      padding: 23px 0px 35px 0px;
  }
  
  .service-sidebar .support-box {
      position: relative;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 51px 30px 55px 30px;
      margin-bottom: 30px;
  }
  
  .service-sidebar .support-box:before {
      position: absolute;
      content: '';
      background: #00323d;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      opacity: 0.9;
  }
  
  .service-sidebar .support-box .inner h2 {
      position: relative;
      font-size: 40px;
      line-height: 48px;
      font-weight: 800;
      color: #fff;
      font-style: italic;
      margin-bottom: 20px;
  }
  
  .service-sidebar .support-box .inner .icon-box {
      position: relative;
      display: inline-block;
      width: 110px;
      height: 110px;
      line-height: 110px;
      text-align: center;
      font-size: 60px;
      color: #fff;
      border-radius: 50%;
      margin-bottom: 22px;
  }
  
  .service-sidebar .support-box .inner h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      color: #fff;
      font-weight: 800;
      margin-bottom: 0px;
  }
  
  .service-sidebar .support-box .inner h3 a {
      display: inline-block;
      color: #fff;
  }
  
  .service-sidebar .support-box .inner h3 a:hover {}
  
  .service-sidebar .support-box .inner p {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 26px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .service-sidebar .download-borucher a {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding: 23px 15px;
  }
  
  .service-sidebar .download-borucher a:hover {}
  
  .service-details-content .image-box {
      position: relative;
      display: block;
      margin-bottom: 19px;
  }
  
  .service-details-content .image-box img {
      width: 100%;
  }
  
  .service-details-content .image-box .icon-box {
      position: absolute;
      left: 50px;
      bottom: -47px;
      width: 94px;
      height: 94px;
      line-height: 94px;
      text-align: center;
      font-size: 60px;
      color: #fff;
  }
  
  .service-details-content h2 {
      position: relative;
      display: block;
      font-size: 39px;
      line-height: 44px;
      font-weight: 700;
      margin-bottom: 18px;
  }
  
  .service-details-content p {
      font-size: 16px;
      line-height: 31px;
      font-weight: 400;
  }
  
  .service-details-content .content-one .text p {
      margin-bottom: 10px;
  }
  
  .service-details-content .content-one .text p:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .content-one {
      position: relative;
      margin-bottom: 16px;
  }
  
  .service-details-content .content-two {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 57px 60px 50px 60px;
      margin-bottom: 55px;
  }
  
  .service-details-content .content-two .single-item {
      position: relative;
  }
  
  .service-details-content .content-two .single-item .icon-box {
      position: relative;
      display: inline-block;
      font-size: 65px;
      line-height: 65px;
      margin-bottom: 22px;
  }
  
  .service-details-content .content-two .single-item h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 27px;
  }
  
  .service-details-content .content-two .single-item p {
      font-size: 16px;
      line-height: 32px;
  }
  
  .service-details-content .two-column .image {
      position: relative;
      display: block;
  }
  
  .service-details-content .two-column .image img {
      width: 100%;
  }
  
  .service-details-content h3 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .service-details-content .two-column .text h3 {
      margin-bottom: 14px;
  }
  
  .service-details-content .two-column .text h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 34px;
      font-weight: 700;
      font-style: italic;
      margin-bottom: 15px;
  }
  
  .service-details-content .two-column .text .list-item li {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      color: #4f5257;
      margin-bottom: 12px;
      padding-left: 35px;
  }
  
  .service-details-content .two-column .text .list-item li:before {
      position: absolute;
      content: "\f058";
      font-family: 'Font Awesome 5 Pro';
      font-size: 16px;
      left: 0px;
      top: 1px;
      font-weight: 700;
  }
  
  .service-details-content .two-column .text .list-item li:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .two-column .text {
      position: relative;
      margin-top: -7px;
  }
  
  .service-details-content .two-column {
      position: relative;
      margin-bottom: 10px;
  }
  
  .service-details-content .content-three .text {
      margin-bottom: 55px;
  }
  
  .service-details-content .content-three .text h3 {
      margin-bottom: 41px;
  }
  
  .service-details-content .accordion-box .block {
      position: relative;
      display: block;
      border: 1px solid #e6edf4;
      margin-bottom: 10px;
      background: #fff;
      box-shadow: none;
      transition: all 500ms ease;
  }
  
  .service-details-content .accordion-box .block.active-block {
      background: #f3f7fa;
      border: 1px solid #f3f7fa;
      box-shadow: none;
  }
  
  .service-details-content .accordion-box .block:last-child {
      margin-bottom: 0px;
  }
  
  .service-details-content .accordion-box .block .acc-content.current {
      display: block;
  }
  
  .service-details-content .accordion-box .block .acc-btn {
      position: relative;
      display: block;
      padding: 20px 60px 25px 40px;
      cursor: pointer;
  }
  
  .service-details-content .accordion-box .block .acc-btn h5 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      transition: all 500ms ease;
  }
  
  .service-details-content .accordion-box .block .acc-btn.active h5 {}
  
  .service-details-content .accordion-box .block .acc-btn .icon-outer {
      position: absolute;
      top: 19px;
      right: 38px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: all 500ms ease;
      z-index: 1;
  }
  
  .service-details-content .accordion-box .block .acc-btn.active .icon-outer i:before {
      position: relative;
      font-size: 14px;
      font-family: 'Font Awesome 5 Pro';
      margin: 0px;
      content: "\f068";
      font-weight: 700;
  }
  
  .service-details-content .accordion-box .block .acc-content {
      position: relative;
      display: none;
      padding: 5px 60px 40px 40px;
  }
  /*** 

====================================================================
                        Blog-Page
====================================================================

***/
  
  .blog-grid {
      position: relative;
      padding: 120px 0px;
  }
  
  .blog-grid .news-block-one .inner-box {
      margin-bottom: 30px;
  }
  
  .blog-grid .pagination-wrapper {
      position: relative;
      margin-top: 30px;
  }
  
  .sidebar-page-container {
      position: relative;
      padding: 120px 0px;
  }
  
  .news-block-one .inner-box .lower-content h2 {
      position: relative;
      display: block;
      font-size: 30px;
      line-height: 44px;
      font-weight: 800;
      margin-bottom: 33px;
  }
  
  .news-block-one .inner-box .lower-content h2 a {
      display: inline-block;
      color: #00323d;
  }
  
  .news-block-one .inner-box .lower-content h2 a:hover {}
  
  .news-block-one .inner-box .lower-content p {
      display: block;
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      padding-bottom: 24px;
      margin-bottom: 21px;
      border-bottom: 1px solid #e6edf4;
  }
  
  .blog-standard-content .news-block-one .inner-box {
      margin-bottom: 30px;
  }
  
  .blog-sidebar .sidebar-search {
      position: relative;
      display: block;
      padding: 10px 30px;
      margin-bottom: 20px;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group {
      position: relative;
      margin: 0px;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
      position: relative;
      width: 100%;
      height: 50px;
      background: transparent;
      border: 1px solid transparent;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      padding: 10px 60px 10px 20px;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input:focus {
      border-color: #fff;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
      color: #fff;
  }
  
  .blog-sidebar .sidebar-search .search-form .form-group button {
      position: absolute;
      top: 9px;
      right: 19px;
      font-size: 16px;
      color: #fff;
      background: transparent;
      cursor: pointer;
      z-index: 1;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-widget {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 40px 50px;
      margin-bottom: 30px;
  }
  
  .blog-sidebar .sidebar-widget:last-child {
      margin-bottom: 0px;
  }
  
  .blog-sidebar .sidebar-post {
      padding: 44px 15px 18px 15px !important;
  }
  
  .blog-sidebar .sidebar-post .post {
      position: relative;
      display: block;
      padding: 23px 25px 23px 130px;
      min-height: 129px;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-post .post:hover {
      background: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  
  .blog-sidebar .sidebar-post .post .post-thumb {
      position: absolute;
      left: 35px;
      top: 30px;
      width: 70px;
      height: 68px;
      overflow: hidden;
  }
  
  .blog-sidebar .sidebar-post .post .post-thumb img {
      width: 100%;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .sidebar-post .post:hover .post-thumb img {
      opacity: 0.2;
  }
  
  .blog-sidebar .sidebar-post .post .post-date {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 7px;
  }
  
  .blog-sidebar .sidebar-post .post h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
  }
  
  .blog-sidebar .sidebar-post .post h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .blog-sidebar .sidebar-post .post h6 a:hover {}
  
  .blog-sidebar .widget-title {
      position: relative;
      display: block;
      margin-bottom: 15px;
  }
  
  .blog-sidebar .widget-title h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
  }
  
  .blog-sidebar .sidebar-post .widget-title {
      padding-left: 35px;
      margin-bottom: 10px;
  }
  
  .blog-sidebar .category-widget .category-list li {
      position: relative;
      display: block;
      margin-bottom: 18px;
  }
  
  .blog-sidebar .category-widget .category-list li:last-child {
      margin-bottom: 0px;
  }
  
  .blog-sidebar .category-widget .category-list li a {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #687f9b;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover {}
  
  .blog-sidebar .category-widget .category-list li a:before {
      position: absolute;
      right: 0px;
      top: 2px;
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      font-size: 15px;
      font-weight: 700;
      color: #687f9b;
      background: #fff;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      border-radius: 50%;
      transition: all 500ms ease;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover:before {
      color: #fff;
  }
  
  .blog-sidebar .category-widget {
      padding: 44px 50px 38px 50px;
  }
  
  .blog-sidebar .tags-widget .tags-list li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
  }
  
  .blog-sidebar .tags-widget .tags-list li a {
      position: relative;
      display: inline-block;
      font-size: 11px;
      line-height: 22px;
      font-weight: 700;
      color: #687f9b;
      text-transform: uppercase;
      background: #fff;
      padding: 9px 24px 7px 24px;
      text-align: center;
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover {
      color: #fff;
  }
  
  .blog-sidebar .tags-widget {
      padding: 44px 50px 40px 50px;
  }
  
  .blog-sidebar .tags-widget .widget-title {
      margin-bottom: 28px;
  }
  
  .blog-details-content .news-block-one .inner-box {
      box-shadow: none !important;
  }
  
  .blog-details-content .news-block-one .inner-box .image-box img {
      transform: scale(1) !important;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content p {
      border-bottom: none;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content .text {
      border-bottom: 1px solid #e6edf4;
  }
  
  .blog-details-content .post-share-option .tags li {
      position: relative;
      display: inline-block;
      margin-right: 5px;
  }
  
  .blog-details-content .post-share-option .tags li h5 {
      font-size: 18px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .blog-details-content .post-share-option .tags li a {
      position: relative;
      display: inline-block;
      font-size: 11px;
      line-height: 24px;
      color: #687f9b;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      background: #e6edf4;
      padding: 7px 21px;
  }
  
  .blog-details-content .post-share-option .tags li:last-child {
      margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .tags li a:hover {
      color: #fff;
  }
  
  .blog-details-content .post-share-option .social-links li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 10px;
  }
  
  .blog-details-content .post-share-option .social-links li:last-child {
      margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      color: #687f9b;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #e6edf4;
      text-align: center;
      border-radius: 50%;
  }
  
  .blog-details-content .post-share-option .social-links li a:hover {
      color: #fff;
  }
  
  .blog-details-content .post-share-option {
      position: relative;
      display: block;
      padding: 20px 0px;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content p {
      margin-bottom: 10px;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content {
      padding-bottom: 0px;
  }
  
  .blog-details-content .news-block-one {
      margin-bottom: 60px;
  }
  
  .blog-details-content .author-box {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 56px 50px 54px 270px;
      margin-bottom: 52px;
  }
  
  .blog-details-content .author-box .image-box {
      position: absolute;
      width: 170px;
      height: 160px;
      left: 60px;
      top: 60px;
  }
  
  .blog-details-content .author-box .image-box img {
      width: 100%;
  }
  
  .blog-details-content .author-box .inner h4 {
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 38px;
  }
  
  .blog-details-content .author-box .inner p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .blog-details-content .group-title {
      position: relative;
      display: block;
      margin-bottom: 50px;
  }
  
  .blog-details-content .group-title h3 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
  }
  
  .blog-details-content .comment-box .comment {
      position: relative;
      display: block;
      padding-left: 180px;
      padding-bottom: 53px;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 55px;
  }
  
  .blog-details-content .comment-box .comment:last-child {
      margin-bottom: 0px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box {
      position: absolute;
      left: 0px;
      top: 5px;
      width: 140px;
      height: 140px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box img {
      width: 100%;
  }
  
  .blog-details-content .comment-box .comment .comment-info h4 {
      position: relative;
      font-size: 20px;
      line-height: 28px;
      float: left;
      font-weight: 700;
      margin-right: 12px;
  }
  
  .blog-details-content .comment-box .comment .comment-info .post-date {
      position: relative;
      float: left;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
      color: #687f9b;
  }
  
  .blog-details-content .comment-box .comment .comment-info .post-date i {
      margin-right: 5px;
  }
  
  .blog-details-content .comment-box .comment .comment-info {
      position: relative;
      margin-bottom: 34px;
  }
  
  .blog-details-content .comment-box .comment .reply-btn {
      position: absolute;
      display: inline-block;
      top: 5px;
      right: 0px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      padding: 7px 14px 5px 14px;
      letter-spacing: 1px;
      z-index: 1;
  }
  
  .blog-details-content .comment-box .comment .reply-btn:hover {
      background: #00323d;
  }
  
  .blog-details-content .comment-box .comment .comment-inner p {
      font-size: 16px;
      line-height: 34px;
      font-weight: 600;
  }
  
  .blog-details-content .comment-box {
      margin-bottom: 53px;
  }
  
  .default-form .form-group {
      position: relative;
      margin-bottom: 20px;
  }
  
  .default-form .form-group:last-child {
      margin-bottom: 0px;
  }
  
  .default-form .form-group input[type='text'],
  .default-form .form-group input[type='email'],
  .default-form .form-group textarea {
      position: relative;
      display: block;
      width: 100%;
      height: 48px;
      border: 1px solid #e6edf4;
      font-size: 14px;
      color: #687f9b;
      font-weight: 600;
      padding: 10px 30px;
      transition: all 500ms ease;
  }
  
  .default-form .form-group textarea {
      resize: none;
      height: 170px;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus {}
  
  .default-form .form-group .theme-btn-one {
      padding: 22px 60px;
      font-size: 14px;
  }
  /*** 

====================================================================
                        Contact-Page
====================================================================

***/
  
  .contact-style-two {
      position: relative;
      padding: 40px 0px;
  }
  
  .contact-style-two .info-inner {
      position: relative;
      display: block;
      background: #f3f7fa;
      padding: 20px 10px 50px 10px;
  }
  
  .contact-style-two .info-inner .info-list li {
      position: relative;
      display: block;
      padding: 35px 15px 19px 93px;
      border-bottom: 1px solid #e3e0e0;
  }
  
  .contact-style-two .info-inner .info-list li:last-child {
      border-bottom: none;
  }
  
  .contact-style-two .info-inner .info-list li i {
      position: absolute;
      left: 50px;
      top: 42px;
      font-size: 30px;
      line-height: 30px;
  }
  
  .contact-style-two .info-inner .info-list li p {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      margin-bottom: 0px;
  }
  
  .contact-style-two .info-inner .info-list li h6 {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
  }
  
  .contact-style-two .info-inner .info-list li h6 a {
      display: inline-block;
      color: #00323d;
  }
  
  .contact-style-two .info-inner .info-list li h6 a:hover {}
  
  .contact-style-two .info-inner .btn-box {
      position: relative;
      display: block;
      padding: 0px 50px;
  }
  
  .contact-style-two .info-inner .btn-box .theme-btn {
      display: block;
      width: 100%;
      padding: 12px 40px;
      font-size: 12px;
  }
  
  .contact-style-two .content_block_6 .content-box {
      margin-top: 14px;
  }
  
  .google-map-section {
      position: relative;
      width: 100%;
  }
  
  .google-map-section #contact-google-map {
      position: relative;
      width: 100%;
      height: 550px;
  }
  
  .three-item-carousel .owl-stage-outer {
      overflow: visible;
  }
  
  .three-item-carousel .owl-stage-outer .owl-item {
      opacity: 0;
      transition: all 500ms ease;
  }
  
  .three-item-carousel .owl-stage-outer .owl-item.active {
      opacity: 1;
  }
  
  .pt-140 {
      padding-top: 140px;
  }
  
  @media only screen and (min-width: 375px) and (max-width: 775px) {
      .mt_70 {
          margin-top: -40px;
      }
      .s5 {
          display: none !important;
      }
      .content_block_2 .content-box .inner-box .single-item .inner {
          position: relative;
          display: block;
          background: #fff;
          max-width: 346px !important;
          width: 100%;
          padding: 25px 10px 25px 16px;
          margin-bottom: 20px;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
      }
  }
  
  .store-section {
      padding: 36px 0px;
  }
  
  .container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
  }
  
  .store-card {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      border: 1px solid rgba(0, 140, 255, 0.3);
      border-radius: 16px;
      padding: 15px;
      transition: 0.3s ease;
  }
  
  .store-card:hover {
      transform: translateY(-5px);
      border-color: #0d6efd;
      box-shadow: 0 0 25px rgba(13, 110, 253, 0.3);
  }
  
  .store-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
  }
  
  .store-top h3 {
      font-size: 18px;
      font-weight: 600;
  }
  
  .location {
      color: #0787a5;
      font-size: 14px;
      margin-bottom: 10px;
  }
  
  .address {
      font-size: 14px;
      color: #ccc;
      line-height: 1.6;
      margin-bottom: 15px;
  }
  
  .divider {
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      margin: 15px 0;
  }
  
  .phone {
      color: #0787a5;
      font-weight: 500;
      margin-bottom: 12px;
  }
  
  .details-link {
      display: inline-block;
      color: #0787a5;
      font-size: 14px;
      margin-bottom: 18px;
      text-decoration: none;
      transition: 0.3s;
  }
  
  .details-link:hover {
      color: #fff;
  }
  
  .btn-group {
      display: flex;
      gap: 15px;
  }
  
  .btn {
      flex: 1;
      text-align: center;
      padding: 10px;
      border-radius: 8px;
      font-size: 14px;
      text-decoration: none;
      font-weight: 500;
      transition: 0.3s ease;
  }
  
  .whatsapp {
      background: #25D366;
      color: #fff;
  }
  
  .whatsapp:hover {
      background: #1ebe5d;
  }
  
  .call {
      background: #0787a5;
      color: #fff;
  }
  
  .call:hover {
      background: #1e5fd1;
  }
  
  .franchise-section {
      padding: 28px 0px;
  }
  /* ================= FORM ================= */
  
  .form-box {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      padding: 35px;
      border-radius: 16px;
      border: 1px solid rgba(0, 140, 255, 0.25);
  }
  
  .input-group {
      margin-bottom: 20px;
      width: 100%;
  }
  
  .input-group label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      color: #ddd;
  }
  
  .input-group input,
  .input-group select,
  .input-group textarea {
      width: 100%;
      padding: 12px 14px;
      background: #172437;
      border: 1px solid #223a57;
      border-radius: 8px;
      color: #fff;
      font-size: 14px;
      outline: none;
      transition: 0.3s;
  }
  
  .input-group input:focus,
  .input-group select:focus,
  .input-group textarea:focus {
      border-color: #2b7cff;
      box-shadow: 0 0 10px rgba(43, 124, 255, 0.4);
  }
  
  .submit-btn {
      width: 100%;
      padding: 14px;
      background: linear-gradient(90deg, #349ab3, #0787a5);
      border: none;
      border-radius: 8px;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      transition: 0.3s;
  }
  
  .submit-btn:hover {
      opacity: 0.9;
  }
  /* ================= RIGHT INFO ================= */
  
  .info-box {
      background: linear-gradient(145deg, #0f1b2e, #0c1626);
      padding: 35px;
      border-radius: 16px;
      border: 1px solid rgba(0, 140, 255, 0.25);
  }
  
  .info-box h2 {
      margin-bottom: 30px;
      font-size: 22px;
  }
  
  .step {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
  }
  
  .icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
  }
  
  .blue {
      background: rgba(43, 124, 255, 0.2);
      color: #2b7cff;
  }
  
  .green {
      background: rgba(40, 167, 69, 0.2);
      color: #28a745;
  }
  
  .purple {
      background: rgba(111, 66, 193, 0.2);
      color: #6f42c1;
  }
  
  .orange {
      background: rgba(255, 140, 0, 0.2);
      color: #ff8c00;
  }
  
  .step h4 {
      margin-bottom: 5px;
      font-size: 15px;
  }
  
  .step p {
      font-size: 13px;
      color: #bbb;
  }
  /* ================= RESPONSIVE ================= */
  
  @media(max-width: 992px) {
      .container {
          grid-template-columns: 1fr;
      }
      .row {
          flex-direction: column;
      }
  }
  /* Sky Blue Gradient Card */
  
  .assist-card {
      background: linear-gradient(135deg, #158da9 0%, #128ca9 45%, #108ba7 100%);
      padding: 18px;
      border-radius: 22px;
      width: 100%;
      color: #fff;
      box-shadow: 0 20px 50px rgba(43, 124, 255, 0.35);
  }
  
  .assist-card h2 {
      font-size: 24px;
      margin-bottom: 10px;
  }
  
  .sub-text {
      font-size: 15px;
      opacity: 0.9;
      margin-bottom: 9px;
  }
  /* Contact Items */
  
  .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 10px;
  }
  
  .icon {
      font-size: 18px;
      margin-top: 4px;
      color: white;
  }
  
  .contact-item strong {
      display: block;
      font-size: 15px;
      margin-bottom: 4px;
  }
  
  .contact-item p {
      font-size: 14px;
      opacity: 0.95;
  }
  /* Responsive */
  
  @media (max-width: 480px) {
      .assist-card {
          width: 95%;
          padding: 30px;
      }
  }
  
  .financial-table .label {
      background: #1a6e78;
      color: #ffffff;
      text-align: left;
      font-weight: 600;
  }
  
  .financial-table th,
  .financial-table th,
  .financial-table td {
      padding: 12px 6px;
      border: 1px solid #dcdcdc;
      font-size: 19px;
  }
  
  .financial-wrapper {
      width: 1250px;
      margin: auto;
  }
  
  .title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  
  .title span {
      color: #1a9aad;
  }
  
  .table-container {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .financial-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      background: #ffffff;
  }
  
  .financial-table th,
  .financial-table th,
  .financial-table td {
      padding: 12px 6px;
      border: 1px solid #dcdcdc;
      font-size: 19px;
  }
  /* Header Colors */
  
  .financial-table thead th {
      color: #ffffff;
      font-weight: 600;
  }
  
  .financial-table .col-a {
      background: #1f9eab;
  }
  
  .financial-table .col-b {
      background: #2c6e73;
  }
  
  .financial-table .col-c {
      background: #1f9eab;
  }
  /* Left Label Column */
  
  .financial-table .label {
      background: #1a6e78;
      color: #ffffff;
      text-align: left;
      font-weight: 600;
  }
  /* Alternate Row Effect */
  
  .financial-table tbody tr:nth-child(even) td:not(.label) {
      background: #eaf3f5;
  }
  
  .note {
      margin-top: 12px;
      font-size: 14px;
      color: #333;
  }
  
  .categories-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .categories-list li {
      margin-bottom: 8px;
  }
  
  .categories-list li a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      color: #333;
      background: #f5f5f5;
      border-radius: 5px;
      transition: 0.3s ease;
  }
  /* Hover */
  
  .categories-list li a:hover {
      background: #00bcd4;
      color: #fff;
  }
  /* Active */
  
  .categories-list li a.current {
      background: #00bcd4;
      color: #fff;
      font-weight: 600;
  }
  /* HERO SECTION */
  
  .store-hero {
      background: linear-gradient(135deg, #0787a5, #0787a5);
      padding: 100px 0 80px;
      text-align: center;
  }
  
  .store-hero h1 {
      font-size: 56px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  
  .store-hero p {
      font-size: 20px;
      opacity: .9;
      margin-bottom: 35px;
  }
  
  .store-count {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.15);
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 18px;
  }
  
  .store-count strong {
      font-size: 22px;
  }
  /* SEARCH AREA */
  
  .store-search {
      background: #081a33;
      padding: 50px 0;
  }
  
  .search-box {
      margin: auto;
      max-width: 900px;
      margin-bottom: 35px;
  }
  
  .search-box input {
      width: 100%;
      padding: 18px 25px;
      border-radius: 40px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: #1c2b42;
      color: #fff;
      font-size: 16px;
  }
  
  .search-box input::placeholder {
      color: #a8b6d6;
  }
  /* FILTERS */
  
  .filters {
      display: flex;
      gap: 30px;
      margin-top: 20px;
  }
  
  .filter-box {
      flex: 1;
  }
  
  .filter-box label {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      color: #b8c7e6;
  }
  
  .filter-box select {
      width: 100%;
      padding: 14px 16px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: #1c2b42;
      color: #fff;
      font-size: 15px;
  }
  /* BOTTOM TEXT */
  
  .store-count-text {
      margin-top: 25px;
      text-align: center;
      color: #9fb3d9;
  }
  
  .store-count-text span {
      color: #4da3ff;
      font-weight: 600;
  }
  
  .store-cta {
      background: linear-gradient(90deg, #081a33, #020a17, #0b223b);
      padding: 100px 20px;
      text-align: center;
      color: #fff;
  }
  
  .store-cta .container {
      max-width: 900px;
      margin: auto;
  }
  
  .store-cta h2 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
  }
  
  .store-cta p {
      font-size: 18px;
      color: #cfd7e6;
      line-height: 1.6;
      margin-bottom: 40px;
  }
  
  .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
  }
  
  .cta-buttons a {
      padding: 14px 30px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: .3s;
  }
  /* Contact Button */
  
  .btn-contact {
      background: linear-gradient(90deg, #6cc3ff, #3c7cff);
      color: #fff;
  }
  
  .btn-contact:hover {
      opacity: .9;
  }
  /* Franchise Button */
  
  .btn-franchise {
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .btn-franchise:hover {
      background: rgba(255, 255, 255, 0.15);
  }
  
  .team-hero {
      padding: 30px 0;
      position: relative;
      color: #fff;
  }
  
  .container {
      width: 1200px;
      max-width: 90%;
      margin: auto;
  }
  
  .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
  }
  /* LEFT TEXT */
  
  .hero-content h1 {
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
  }
  
  .hero-content p {
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 20px;
      opacity: 0.9;
  }
  /* STATS */
  
  .hero-stats {
      display: flex;
      gap: 60px;
      margin-bottom: 35px;
  }
  
  .stat h3 {
      font-size: 36px;
      color: #ffd24a;
      margin-bottom: 5px;
  }
  
  .stat span {
      font-size: 14px;
      opacity: .9;
  }
  /* BUTTONS */
  
  .hero-buttons {
      display: flex;
      gap: 20px;
  }
  
  .btn-primary {
      background: linear-gradient(90deg, #2093ae, #218fb3);
      padding: 14px 28px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
  }
  
  .btn-outline {
      border: 2px solid #fff;
      padding: 12px 26px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
  }
  /* IMAGE */
  
  .hero-image {
      position: relative;
  }
  
  .hero-image img {
      width: 100%;
      border-radius: 18px;
  }
  /* FLOATING CARD */
  
  .floating-badge {
      position: absolute;
      bottom: -30px;
      left: 40px;
      background: #fff;
      color: #222;
      padding: 15px 20px;
      border-radius: 12px;
      display: flex;
      gap: 12px;
      align-items: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  
  .floating-badge p {
      margin: 0;
      font-size: 13px;
      color: #777;
  }
  /* ANNOUNCEMENT */
  
  .announcement-btn {
      position: absolute;
      right: 60px;
      bottom: 40px;
      background: #3b82f6;
      padding: 14px 24px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
  }
  /* RESPONSIVE */
  
  @media(max-width:992px) {
      .hero-grid {
          grid-template-columns: 1fr;
      }
      .hero-content h1 {
          font-size: 40px;
      }
      .hero-stats {
          gap: 40px;
      }
      .announcement-btn {
          position: static;
          display: inline-block;
          margin-top: 40px;
      }
  }
  
  .social-links {
      padding: 0;
      margin: 0;
  }
  
  .social-links li {
      display: inline-block;
      margin-right: 10px;
  }
  
  .social-links a {
      width: 30px;
      height: 30px;
      margin-top: 5px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      transition: all 0.3s ease;
  }
  /* Brand Background Colors */
  
  .social-links a.facebook {
      background: #1877F2;
  }
  
  .social-links a.linkedin {
      background: #0A66C2;
  }
  
  .social-links a.youtube {
      background: #FF0000;
  }
  
  .social-links a.instagram {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  /* Hover Effect */
  
  .social-links a:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .theme-btn i {
      margin-right: 8px;
      font-size: 14px;
  }
  
  .theme-btn i:last-child {
      margin-right: 0;
      margin-left: 8px;
  }
  
  .comparison-container {
      width: 100%;
      max-width: 100%;
      background: white;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .comparison-table {
      display: flex;
      flex-direction: column;
  }
  
  .gray-bg {
      background-color: #f9f9f9;
  }
  
  .cell {
      flex: 1;
      padding: 15px;
      text-align: center;
      font-weight: bold;
      color: #444;
  }
  /* Feature column on the left */
  
  .feature-col {
      flex: 2.5;
      text-align: center;
      font-weight: normal;
  }
  
  .feature-col strong {
      font-size: 1.1rem;
      color: #333;
      display: block;
  }
  
  .feature-col p {
      margin: 4px 0 0;
      font-size: 0.85rem;
      color: #666;
  }
  
  .feature-col span {
      color: #00a8e8;
      /* Blue accent color */
      font-weight: bold;
  }
  /* Header Specifics */
  
  .header .cell {
      color: #004a7c;
      font-size: 1.2rem;
      padding: 20px 10px;
  }
  /* Icons */
  
  .check {
      color: #00b4ff;
      font-size: 1.5rem;
  }
  
  .cross {
      color: #ff4d4d;
      font-size: 1.5rem;
  }
  /* Responsive for Mobile */
  
  @media (max-width: 600px) {
      .feature-col strong {
          font-size: 0.9rem;
      }
      .feature-col p {
          display: none;
      }
      /* Hide descriptions on small screens */
      .header .cell {
          font-size: 0.8rem;
      }
  }
  
   :root {
      --laundry-color: #002e3d;
      --labs-color: #00e0e0;
      --beauty-color: #00d28d;
      --preschool-color: #39ff7e;
  }
  
  .invest-section {
      font-family: 'Segoe UI', sans-serif;
      padding: 40px;
      max-width: 1200px;
      margin: auto;
  }
  
  .main-title {
      text-align: center;
      color: #4a7c92;
      font-weight: bold;
      margin-bottom: 50px;
  }
  
  .main-title span {
      color: #333;
  }
  
  .content-wrapper {
      display: flex;
      gap: 40px;
      align-items: flex-start;
  }
  /* 3D Chart Styling */
  
  .chart-container {
      flex: 1;
      display: flex;
      align-items: flex-end;
      height: 400px;
      padding-bottom: 20px;
  }
  
  .bar-group {
      display: flex;
      align-items: flex-end;
      gap: 15px;
      perspective: 1000px;
  }
  
  .bar-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
  }
  /* The "3D" Bar Look */
  
  .bar-3d {
      width: 60px;
      position: relative;
      transform: rotateX(10deg) rotateY(-20deg);
      transform-style: preserve-3d;
  }
  
  .laundry .bar-3d {
      height: 300px;
      background: var(--laundry-color);
  }
  
  .labs .bar-3d {
      height: 220px;
      background: var(--labs-color);
  }
  
  .beauty .bar-3d {
      height: 160px;
      background: var(--beauty-color);
  }
  
  .preschool .bar-3d {
      height: 100px;
      background: var(--preschool-color);
  }
  /* Right Text Side */
  
  .text-content {
      flex: 1.2;
      color: #555;
  }
  
  .text-content h3 {
      color: #00b4ff;
      margin-bottom: 15px;
  }
  /* Donut Chart Simulation */
  
  .donut-container {
      display: flex;
      align-items: center;
      margin-top: 30px;
      gap: 20px;
  }
  
  .donut-chart {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: conic-gradient(#8db600 4%, #118ca8 4%);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .inner-circle {
      width: 70px;
      height: 70px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .donut-stats strong {
      font-size: 1.2rem;
      display: block;
  }
  
  .submit-btn {
      width: 100%;
      padding: 12px;
      background: #0787a5 !important;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
  }
  
  .financial-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      background: #ffffff;
  }
  
  .financial-table th,
  .financial-table th,
  .financial-table td {
      padding: 12px 6px;
      border: 1px solid #dcdcdc;
      font-size: 19px;
  }
  
  .financial-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      background: #ffffff;
  }
  
  .table-container {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  @media only screen and (min-width: 375px) and (max-width: 775px) {
      .main-header .logo-box .logo {
          position: relative;
          max-width: 268px !important;
          width: 100%;
          margin-top: 0px !important;
      }
  }
  
  .store-rating {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 10px 0 5px;
      font-size: 14px;
  }
  
  .store-rating .stars {
      color: #fbbc04 !important;
  }
  
  .store-rating .rating-text {
      color: #ccc;
      font-weight: 500;
  }
  /* --- Base Styles --- */
  
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .hero-banner {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 60px 20px;
  }
  /* --- Content Section --- */
  
  .hero-content {
      flex: 1;
  }
  
  .title {
      font-size: clamp(2rem, 5vw, 3.5rem);
      /* Auto-scales between 2rem and 3.5rem */
      line-height: 1.1;
      margin-bottom: 20px;
  }
  
  .title span {
      color: #0787a5;
  }
  
  .description {
      font-size: 1.1rem;
      color: #cccccc;
      margin-bottom: 30px;
      max-width: 800px;
  }
  /* --- Buttons --- */
  
  .btn-group {
      display: flex;
      gap: 15px;
      margin-bottom: 40px;
  }
  
  .btn {
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: 0.3s;
      display: inline-block;
  }
  
  .btn-primary {
      background: #0787a5;
      color: white;
  }
  
  .btn-outline {
      border: 1px solid white;
      color: white;
  }
  /* --- Features Grid --- */
  
  .features-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      /* Desktop pe 2 columns */
      gap: 15px;
  }
  
  .feature-item {
      background-color: #0787a5;
      color: white;
      display: flex;
      align-items: center;
      padding: 1px 0px;
      border-radius: 50px;
      font-size: 0.8rem;
  }
  
  .feature-item:nth-child(even) {
      background-color: white;
      color: #004d61;
  }
  
  .icon {
      margin-right: 10px;
      font-size: 1.2rem;
  }
  /* --- Hero Card --- */
  
  .hero-card {
      width: 100%;
      background: #f3f4f5;
      border-radius: 20px;
      overflow: hidden;
      flex-shrink: 0;
      text-align: center;
  }
  
  .card-inner {
      padding: 30px;
      height: 400px;
  }
  
  .card-logo {
      max-width: 150px;
      margin-bottom: 20px;
  }
  
  .card-footer {
      background: #0787a5;
      padding: 15px;
      font-weight: bold;
  }
  /* --- RESPONSIVE BREAKPOINTS --- */
  /* 1. Tablet Version (Under 1024px) */
  
  @media (max-width: 1024px) {
      .container {
          flex-direction: column;
          /* Card content ke niche aa jayega */
          align-items: center;
          text-align: center;
      }
      .description {
          margin: 0 auto 30px;
      }
      .btn-group {
          justify-content: center;
      }
      .hero-card {
          width: 100%;
          max-width: 400px;
      }
  }
  /* 2. Mobile Version (Under 768px) */
  
  @media (max-width: 768px) {
      .features-container {
          grid-template-columns: 1fr;
          /* Buttons single column mein */
      }
      .title {
          font-size: 2.2rem;
      }
  }
  /* 3. Small Mobile (Under 480px) */
  
  @media (max-width: 480px) {
      .btn-group {
          flex-direction: column;
          /* Buttons ek ke upar ek */
      }
      .btn {
          width: 100%;
      }
      .feature-item {
          font-size: 0.8rem;
          padding: 10px;
      }
  }
  
  .format-section {
      padding: 33px 20px;
      color: white;
      text-align: center;
  }
  
  .format-title {
      font-size: 2.5rem;
      margin-bottom: 10px;
  }
  
  .format-title span {
      color: #00bcd4;
      /* Laundry Pro Cyan */
  }
  
  .format-subtitle {
      color: #94a3b8;
      margin-bottom: 50px;
  }
  
  .format-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(368px, 2fr));
      gap: 30px;
      max-width: 1250px;
      margin: 0 auto;
  }
  
  .format-card {
      background: rgb(0 50 61);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 40px 30px;
      transition: 0.4s;
      position: relative;
  }
  
  .format-card:hover {
      transform: translateY(-10px);
      border-color: #00bcd4;
      background: rgb(7 135 165);
  }
  /* Featured (Pro) Card Highlight */
  
  .format-card.featured {
      border: 2px solid #00bcd4;
      background: rgb(7 135 165);
  }
  
  .tag {
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #00bcd4;
      display: block;
      margin-bottom: 10px;
  }
  
  .format-card h3 {
      font-size: 2rem;
      margin-bottom: 25px;
  }
  
  .details {
      list-style: none;
      text-align: left;
      margin-bottom: 35px;
      padding: 0;
  }
  
  .details li {
      padding: 12px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      font-size: 16px;
  }
  
  .card-btn {
      display: block;
      padding: 15px;
      background: transparent;
      border: 1px solid #00bcd4;
      color: #00bcd4;
      text-decoration: none;
      border-radius: 12px;
      font-weight: bold;
      transition: 0.3s;
  }
  
  .featured .card-btn {
      background: #00bcd4;
      color: #fff;
  }
  
  .card-btn:hover {
      background: #00bcd4;
      color: #fff;
  }
  /* Mobile Responsive */
  
  @media (max-width: 768px) {
      .format-title {
          font-size: 1.8rem;
      }
  }
  /* Section Background */
  
  .support-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, #0f172a, #0ea5a4);
      position: relative;
      overflow: hidden;
  }
  /* Glow Effect */
  
  .support-section::before {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: rgba(14, 165, 164, 0.3);
      filter: blur(120px);
      top: -100px;
      left: -100px;
  }
  /* Container */
  
  .support-section .container {
      max-width: 1200px;
      margin: auto;
      position: relative;
      z-index: 2;
  }
  /* Header */
  
  .support-header {
      text-align: center;
      margin-bottom: 30px;
      color: #fff;
  }
  
  .support-header h2 {
      font-size: 40px;
      font-weight: 700;
  }
  
  .support-header span {
      color: #67e8f9;
  }
  
  .support-header p {
      margin-top: 10px;
      color: #cbd5f5;
  }
  /* Card (Glass Effect) */
  
  .support-card {
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.15);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
  }
  /* Hover Glow */
  
  .support-card::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      top: 0;
      left: -100%;
      transition: 0.6s;
  }
  
  .support-card:hover::before {
      left: 100%;
  }
  
  .support-card:hover {
      transform: translateY(-10px) scale(1.03);
  }
  /* Icon Circle */
  
  .icon-wrap {
      width: 60px;
      height: 60px;
      margin: auto;
      margin-bottom: 15px;
      border-radius: 50%;
      background: linear-gradient(135deg, #22d3ee, #0ea5a4);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      box-shadow: 0 0 20px rgba(34, 211, 238, 0.5);
  }
  /* Text */
  
  .support-card h4 {
      font-size: 18px;
      margin-bottom: 8px;
      color: white;
  }
  
  .support-card p {
      font-size: 14px;
      color: #e2e8f0;
  }
  /* =========================
   Tablet
========================= */
  
  @media (max-width: 992px) {
      .support-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  /* =========================
   Mobile
========================= */
  
  @media (max-width: 576px) {
      .support-grid {
          grid-template-columns: 1fr;
      }
      .support-header h2 {
          font-size: 28px;
      }
  }
  /* Section Background */
  
  .service-section1 {
      padding: 80px 20px;
      background: linear-gradient(135deg, #0f172a, #0ea5a4);
      position: relative;
      overflow: hidden;
  }
  /* Glow Effect */
  
  .service-section1::before {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: rgba(14, 165, 164, 0.3);
      filter: blur(120px);
      top: -100px;
      right: -100px;
  }
  /* Wrapper */
  
  .financial-wrapper {
      max-width: 1250px;
      margin: auto;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      border-radius: 16px;
      padding: 40px 20px;
      color: #fff;
  }
  /* Title */
  
  .financial-wrapper .title {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 30px;
  }
  
  .financial-wrapper .title span {
      color: #67e8f9;
  }
  /* Table Container (Responsive) */
  
  .table-container {
      overflow-x: auto;
  }
  /* Table */
  
  .financial-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 700px;
  }
  /* Header */
  
  .financial-table thead th {
      padding: 15px;
      text-align: center;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
  }
  /* Column Highlight */
  
  .financial-table .col-b {
      background: linear-gradient(135deg, #22d3ee, #0ea5a4);
      color: #fff;
  }
  /* Body */
  
  .financial-table td {
      padding: 14px;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #1b1b1c;
  }
  /* First Column */
  
  .financial-table .label {
      text-align: left;
      font-weight: 600;
      color: #fff;
  }
  /* Row Hover */
  
  .financial-table tbody tr:hover {
      background: rgba(255, 255, 255, 0.05);
  }
  /* Note */
  
  .note {
      margin-top: 20px;
      font-size: 13px;
      color: #cbd5f5;
  }
  /* =========================
   Mobile Optimization
========================= */
  
  @media (max-width: 768px) {
      .financial-wrapper .title {
          font-size: 26px;
      }
      .financial-table {
          font-size: 13px;
      }
  }
  /* Section */
  
  .leadership-section {
      padding: 35px 20px;
      background: linear-gradient(135deg, #f8fafc, #eef5f7);
  }
  /* Content */
  
  .leader-content h2 {
      font-size: 23px !important;
      font-weight: 700;
      color: #0f172a;
  }
  
  .leader-content h2 span {
      color: #0ea5a4;
  }
  
  .leader-content h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #475569;
  }
  
  .leader-content p {
      font-size: 17px;
      line-height: 1.7;
      color: #334155;
      margin-bottom: 10px;
      text-align: justify;
  }
  /* Image */
  
  .leader-image {
      text-align: center;
  }
  
  .leader-image img {
      width: 100%;
      max-width: 400px;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
      transition: 0.3s;
      border: 2px solid #0e8aa7;
  }
  
  .leader-image img:hover {
      transform: scale(1.03);
  }
  /* =========================
   Responsive
========================= */
  
  @media (max-width: 992px) {
      .leader-content {
          text-align: left;
          margin-bottom: 30px;
      }
  }
  
  @media (max-width: 576px) {
      .leader-content h2 {
          font-size: 26px;
      }
      .leader-content p {
          font-size: 14px;
      }
  }
  /* Base Section */
  
  .leadership-section {
      padding: 30px 20px;
  }
  /* Background Variations */
  
  .bg-light {
      background: #f8fafc;
  }
  
  .bg-white {
      background: #ffffff;
  }
  
  .bg-gradient {
      background: linear-gradient(135deg, #0ea5a4, #2563eb);
  }
  /* Text fix for gradient section */
  
  .bg-gradient .leader-content h2,
  .bg-gradient .leader-content h3,
  .bg-gradient .leader-content h5,
  .bg-gradient .leader-content p {
      color: #ffffff;
  }
  /* Optional: Stylish divider */
  
  .leader-content hr {
      width: 60px;
      height: 3px;
      background: #0ea5a4;
      border: none;
      margin: 15px 0;
  }
  /* White divider for gradient */
  
  .bg-gradient .leader-content hr {
      background: #ffffff;
  }
  
  .franchise-btn-round {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #00323d;
      color: #fff;
      padding: 5px 25px 5px 25px;
      font-size: 15px;
      font-weight: 600;
      border-radius: 50px;
      /* Fully rounded */
      text-decoration: none;
      transition: all 0.3s ease;
  }
  /* Icon Styling */
  
  .franchise-btn-round i {
      font-size: 16px;
  }
  /* Hover Effect */
  
  .franchise-btn-round:hover {
      background-color: #005a6b;
      transform: translateY(-2px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  }
  /* Click Effect */
  
  .franchise-btn-round:active {
      transform: scale(0.96);
      box-shadow: none;
  }
  
  @media only screen and (min-width: 768px) {
      .bv1 {
          display: none;
      }
  }
  
  @media only screen and (max-width :768px) {
      .vb1 {
          display: none;
      }
  }
  
  .modal {
      z-index: 1055 !important;
  }
  
  .modal-backdrop {
      z-index: 1050 !important;
  }