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

01. Typography style
02. Preloader style
03. Owl-Theme Custom style
04. Section style
05. Navbar style
06. Header style
07. Slider Fade & Slider style
08. Parallax Header style
09. Kenburns SlideShow style
10. Video Background style
11. Banner Header style
12. About style
13. Services style
14. Services 2 style
15. Services 3 style
16. Service Details style
17. Portfolio Home style
18. Portfolio style
19. Portfolio Details style
20. Team style
21. Team-Single style
22. Price style
23. FAQs style
24. Clients style
25. Testimonials style
26. Image Gallery style
27. Video Gallery style
28. Video Popup style
29. Blog style
30. Blog 2 style
31. Post style
32. Contact style
33. Contact Box style
34. 404 style
35. Button style
36. Footer style
37. toTop Button style
38. Modal Form & Popup style
39. Responsive style
40. Overlay Effect Bg Image style

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

/* ======= Typography style ======= */

@font-face {
    font-family: 'Now';
    src: url(../fonts/web-fonts/now-regular.otf) format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Now';
    src: url(../fonts/web-fonts/now-medium.otf) format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Now';
    src: url(../fonts/web-fonts/now-light.otf) format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Now';
    src: url(../fonts/web-fonts/now-thin.otf) format("truetype");
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'aphroditeslimtextregular';
    src: url("../fonts/web-fonts/aphrodite-slim-text.otf") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  
  
  html,
  body {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
  }
  * {
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      outline: none;
      list-style: none;
      word-wrap: break-word;
  }
  body {
      font-family: "Now";
      font-size: 17px;
      font-weight: 400;
      line-height: 1.75em;
      color: #727272;
      overflow-x: hidden !important;
  }
  p {
      font-family: "Now";
      font-size: 18px;
      font-weight: 600;
      line-height: 1.75em;
      color: #383e42;
      margin-bottom: 15px;
  }
  h1 {
      font-size: 55px;
  }
  h2 {
      font-size: 45px;
  }
  h3 {
      font-size: 40px;
  }
  h4 {
      font-size: 27px;
  }
  h5 {
      font-size: 20px;
  }
  h6 {
      font-size: 17px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: "Montserrat";
      font-weight: 500;
      line-height: 1.5em;
      margin: 0 0 15px 0;
      color: #000;
  }
  img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }
  span,
  a,
  a:hover {
      display: inline-block;
      text-decoration: none;
      color: inherit;
  }
  b {
      font-weight: 400;
      color: #fff;
  }
  /* text field */
  button,
  input,
  optgroup,
  select,
  textarea {
      font-family: "Now";
  }
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus,
  textarea:focus {
      outline: none;
  }
  input[type="password"],
  input[type="email"],
  input[type="text"],
  input[type="file"],
  textarea {
      max-width: 100%;
      margin-bottom: 15px;
      padding: 18.5px 20px;
      height: auto;
      background-color: #f0f0f3;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: block;
      width: 100%;
      line-height: 1.5em;
      font-family: "Now";
      font-size: 17px;
      font-weight: 400;
      color: #727272;
      background-image: none;
      border: none;
      border-radius: 30px;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button {
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      line-height: 1.75em;
      -webkit-transition: background-color .15s ease-out;
      transition: background-color .15s ease-out;
      background: #fff;
      border: none;
  }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover {
      color: #727272;
      border: none;
  }
  select {
      padding: 10px;
      border-radius: 5px;
  }
  textarea:focus,
  textarea:active,
  textarea::placeholder {
      color: #727272;
  }
  table,
  th,
  tr,
  td {
      border: 0px solid #727272;
  }
  th,
  tr,
  td {
      padding: 10px;
  }
  input[type="radio"],
  input[type="checkbox"] {
      display: inline;
  }
  /* submit and alert success  */
  input[type="submit"] {
      display: inline-block;
      height: auto;
      padding: 19px 35px;
      border: none;
      border-radius: 0;
      background-color: #00477f;
      -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
      transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
      color: #000;
      text-align: center;
      border-radius: 30px;
      font-family: "Now";
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  input[type="submit"]:hover {
      border: none;
      background-color: #000;
      color: #fff;
  }
  /* placeholder */
  ::-webkit-input-placeholder {
      color: #727272;
      font-family: "Now";
      font-size: 17px;
      font-weight: 400;
  }
  :-moz-placeholder {
      color: #727272;
  }
  ::-moz-placeholder {
      color: #727272;
      opacity: 1;
  }
  :-ms-input-placeholder {
      color: #727272;
  }
  /* Important */
  .bg-position-top {
      background-position: top;
  }
  .bg-position-center {
      background-position: center;
  }
  .bg-position-bottom {
      background-position: bottom;
  }
  .o-hidden {
      overflow: hidden;
  }
  .position-re {
      position: relative;
  }
  .full-width {
      width: 100%;
  }
  .bg-img {
      background-size: cover;
      background-repeat: no-repeat;
  }
  .bg-fixed {
      background-attachment: fixed;
  }
  .bg-white {
      background-color: #fff;
  }
  .bg-drkgray {
      background-color: #000;
  }
  .bg-drk {
      background-color: #000;
  }
  .txt-dark {
      color: #fff;
  }
  .pattern {
      background-repeat: repeat;
      background-size: auto;
  }
  .bold {
      font-weight: 400;
  }
  .count {
      font-family: "Now";
  }
  .valign {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .v-middle {
      position: absolute;
      width: 100%;
      top: 50%;
      /*    left: 0;*/
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      z-index: 9;
  }
  .v-middle2 {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  }
  .v-bottom {
      position: absolute;
      width: 100%;
      bottom: 5%;
      left: 0;
      -webkit-transform: translate(0%, -5%);
      transform: translate(0%, -5%);
      z-index: 9;
  }
  .js .animate-box {
      opacity: 0;
  }
  :root {
      scroll-behavior: auto;
  }
  .position-relative {
      position: relative !important;
  }
  .bp-bottom {
      background-position: bottom;
  }
  .bp-top {
      background-position: top;
  }
  .bp-center {
      background-position: center;
  }
  .icon-bg {
      background: #fff !important;
  }
  .br-20 {
      border-radius: 20px;
  }
  .brtl-20 {
      border-top-left-radius: 20px;
  }
  .brtr-20 {
      border-top-right-radius: 20px;
  }
  .brbl-20 {
      border-bottom-left-radius: 20px;
  }
  .brbr-20 {
      border-bottom-right-radius: 20px;
  }
  hr {
      margin-top: 5px;
      margin-bottom: 15px;
      border: 0;
  }
  .mt-15 {
      margin-top: 15px !important;
  }
  .mt-20 {
      margin-top: 20px !important;
  }
  .mt-30 {
      margin-top: 30px !important;
  }
  .mt-45 {
      margin-top: 45px !important;
  }
  .mt-60 {
      margin-top: 60px !important;
  }
  .mt-90 {
      margin-top: 90px !important;
  }
  .mt--120 {
      margin-top: -120px !important;
  }
  .mb-0 {
      margin-bottom: 0 !important;
  }
  .mb-15 {
      margin-bottom: 15px !important;
  }
  .mb-20 {
      margin-bottom: 15px !important;
  }
  .mb-25 {
      margin-bottom: 25px !important;
  }
  .mb-30 {
      margin-bottom: 30px !important;
  }
  .mb-40 {
      margin-bottom: 40px !important;
  }
  .mb-45 {
      margin-bottom: 45px !important;
  }
  .mb-60 {
      margin-bottom: 60px !important;
  }
  .mb-90 {
      margin-bottom: 90px !important;
  }
  .mb-120 {
      margin-bottom: 120px !important;
  }
  .pt-60 {
      padding-top: 60px !important;
  }
  .pb-0 {
      padding-bottom: 0 !important;
  }
  .no-padding {
      padding: 0 !important;
  }
  .ml-30 {
      margin-left: 30px !important;
  }
  .mr-10 {
      margin-right: 10px !important;
  }
  .mr-15 {
      margin-right: 15px !important;
  }
  .br-20 {
      border-radius: 20px;
  }
  .brtleft-20 {
      border-top-left-radius: 20px;
  }
  .brtlright-20 {
      border-top-right-radius: 20px;
  }
  .brbleft-20 {
      border-bottom-left-radius: 20px;
  }
  .brtbright-20 {
      border-bottom-right-radius: 20px;
  }
  /* list */
  .list {
      position: relative;
      display: block;
  }
  .list li {
      position: relative;
      display: flex;
      align-items: center;
  }
  .list li + li {
      margin-top: 10px;
  }
  .list-icon {
      display: grid;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #f0f0f3;
      border-radius: 100%;
      text-align: center;
      align-items: center;
  }
  .list-icon span {
      font-size: 12px;
      color: #000;
  }
  .list-text {
      margin-left: 15px;
  }
  .list-text p {
      font-size: 17px;
      margin: 0;
      color: #727272;
  }
  /* vertical line */
  .line-vr-section {
      position: relative;
      margin: -25px auto;
      border: 0;
      border-left: 1px solid;
      border-color: #00477f;
      width: 2px;
      height: 50px;
      z-index: 10;
      opacity: 1;
  }
  /* breadcrumb */
  .breadcrumb {
      font-family: "Now";
      font-family: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: 500;
  }
  .breadcrumb a {
      color: #00477f;
  }
  .breadcrumb-item + .breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.5);
  }
  .breadcrumb-item.active {
      color: #fff;
  }
  /* bottom fade */
  .bottom-fade {
      width: 100%;
      top: 0.5px;
      height: 100%;
      float: left;
      position: absolute;
      background: linear-gradient(to top, #000 0%, rgba(0,0,0, 0.738) 19%, rgba(0,0,0, 0.541) 34%, rgba(0,0,0, 0.382) 47%, rgba(0,0,0, 0.278) 56.5%, rgba(0,0,0, 0.194) 65%, rgba(0,0,0, 0.126) 73%, rgba(0,0,0, 0.075) 80.2%, rgba(0,0,0, 0.042) 86.1%, rgba(0,0,0, 0.021) 91%, rgba(0,0,0, 0.008) 95.2%, rgba(0,0,0, 0.002) 98.2%, transparent 100%);
      z-index: 0;
      border-radius: 20px 20px 0 20px;
  }
  
  .feather-shadow {
      mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
      -webkit-mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
  }
  .feather-shadow2 {
      mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
      -webkit-mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
  }
  
  
  /* ======= Preloader style ======= */
  .preloader-bg,
  #preloader {
      position: fixed;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #fff;
      z-index: 10000009;
  }
  #preloader {
      display: table;
      table-layout: fixed;
  }
  #preloader-status {
      display: table-cell;
      vertical-align: middle;
  }
  .preloader-position {
      position: relative;
      margin: 0 auto;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
  }
  .loader {
      position: relative;
      width: 80px;
      height: 80px;
      left: 50%;
      top: auto;
      margin-left: -40px;
      margin-top: 1px;
      -webkit-animation: rotate 1s infinite linear;
      -moz-animation: rotate 1s infinite linear;
      -ms-animation: rotate 1s infinite linear;
      -o-animation: rotate 1s infinite linear;
      animation: rotate 1s infinite linear;
      border: 1px solid rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
  }
  .loader span {
      position: absolute;
      width: 80px;
      height: 80px;
      top: -1px;
      left: -1px;
      border: 1px solid transparent;
      border-top: 1px solid #00477f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
  }
  @-webkit-keyframes rotate {
      0% {
          -webkit-transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
      }
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
  
  
  /* ======= Owl-Theme Custom style ======= */
  .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px;
      line-height: .7;
      display: block;
  }
  .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 0 3px;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #00477f;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #00477f;
      border: 1px solid #00477f;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
      outline: none;
  }
  .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
  }
  /* owl-nav next and prev */
  .owl-nav {
      position: absolute;
      bottom: 5%;
      right: 12%;
  }
  .owl-prev {
      float: left;
  }
  .owl-next {
      float: right;
  }
  /* owl-theme owl-nav */
  .owl-theme .owl-nav {
      position: absolute !important;
      top: 45% !important;
      bottom: auto !important;
      width: 100%
  }
  .owl-theme .owl-nav {
      position: relative;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .owl-theme .owl-prev,
  .owl-theme .owl-prev {
      left: 10px !important
  }
  .owl-theme .owl-next {
      right: 10px !important
  }
  .owl-theme .owl-prev > span,
  .owl-theme .owl-next > span {
      position: absolute;
      line-height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }
  .owl-theme .owl-nav [class*=owl-] {
      width: 50px;
      height: 50px;
      line-height: 50px;
      background: transparent;
      border-radius: 0;
      color: #fff;
      font-size: 10px;
      margin-right: 30px;
      margin-left: 30px;
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0.7);
      transition: all 0.2s ease-in-out;
      transform: scale(1.0);
      border-radius: 100%;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
      background: #fff;
      border: 1px solid #fff;
      color: #000;
  }
  .owl-theme .owl-nav {
      top: 35% !important;
  }
  .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  
  
  /* ======= Section style ======= */
  .section-padding {
      padding: 120px 0;
  }
  .section-title {
      font-size: 50px;
      font-family: "Montserrat";
      color: #000;
      position: relative;
      margin-bottom: 15px;
      line-height: 1em;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
  }
  [data-overlay-dark] .section-title span,
  .section-title span {
      color: #00477f;
  }
  .section-title.white {
      color: #fff;
  }
  .section-title.black {
      color: #000;
  }
  .section-subtitle {
      position: relative;
      font-family: "Montserrat";
      font-weight: 600;
      color: #000;
      font-size: 20px;
      letter-spacing: 0px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      /* padding-left: 15px; */
      text-transform: uppercase;
  }
  .section-subtitle:after {
      /* content: ''; */
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 40%;
      border-radius: 100%;
  }
  .section-subtitle.icon-white:after {
      background: #fff;
  }
  .section-subtitle.text-white {
      color: #fff;
  }
  @media screen and (max-width: 991px) {
      .section-title {
          font-size: 45px;
      }
  }
  
  
  /* ======= Navbar style ======= */
  .navbar {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 99;
      padding-right: 0;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      height: 100px;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .container {
      border: none;
  }
  .nav-scroll .container {
      border: none;
  }
  .navbar-toggler-icon {
      background-image: none;
  }
  .navbar .navbar-toggler-icon,
  .navbar .icon-bar {
      color: #383e42;
  }
  .navbar .navbar-nav .nav-link {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 14px;
      color: #383e42;
      margin: 1px;
      -webkit-transition: all .4s;
      transition: all .4s;
      padding-right: 12px;
      padding-left: 12px;
      letter-spacing: 0px;
      text-transform: uppercase;
  }
  .navbar .navbar-nav .nav-link.nav-color {
      color: #fff;
  }
  .navbar .navbar-nav .nav-link:hover {
      color: #00477f;
  }
  .navbar .navbar-nav .nav-link:hover i {
      color: #00477f;
  }
  .navbar .navbar-nav .active {
      color: #00477f !important;
  }
  .navbar .navbar-nav .active i {
      color: #00477f;
  }
  .nav-scroll {
      background: #fff;
      padding: 0 0 0 0;
      position: fixed;
      top: -85px;
      left: 0;
      width: 100%;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      -webkit-transform: translateY(85px);
      transform: translateY(85px);
      border: none;
      -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
      box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
      height: 85px;
  }
  .nav-scroll .navbar-toggler-icon,
  .nav-scroll .icon-bar {
      color: #000;
  }
  .nav-scroll .navbar-nav .nav-link {
      color: #000;
  }
  .nav-scroll .navbar-nav .active {
      color: #00477f;
  }
  .nav-scroll .navbar-nav .logo {
      padding: 15px 0;
      color: #000;
  }
  .nav-scroll .logo-img {
      width: 300px;
  }
  .nav-scroll .logo-img {
      margin-bottom: 0px;
  }
  .nav-scroll .logo-wrapper .logo h2 {
      display: block;
      width: 100%;
      position: relative;
      color: #fff;
      margin-bottom: 0;
      padding: 0;
  }
  .nav-scroll .logo-wrapper .logo span {
      color: #00477f;
  }
  .nav-scroll .logo-wrapper {}
  .logo-wrapper {
      float: left;
  }
  .logo-wrapper .logo h2 {
      font-size: 30px;
      display: block;
      width: 100%;
      position: relative;
      color: #fff;
      margin-bottom: 0;
      padding: 0;
      line-height: 1.25em;
  }
  .logo-wrapper .logo h2 span {
      color: #00477f;
  }
  .logo {
      padding: 0;
  }
  .logo-img {
      width: 300px;
      text-align: center;
  }
  .dropdown .nav-link i {
      padding-left: 0px;
      font-size: 9px;
      color: #00477f;
  }
  .nav-scroll .dropdown .nav-link i {
      color: #727272;
  }
  .nav-scroll .navbar-nav .active i {
      color: #00477f;
  }
  .navbar .dropdown-menu .dropdown-item {
      padding: 9px 0;
      font-family: "Montserrat";
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      color: #000;
      position: relative;
      background-color: transparent;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
  }
  .navbar .dropdown-menu .dropdown-item span {
      display: block;
      cursor: pointer;
  }
  .navbar .dropdown-menu .dropdown-item i {
      padding: 13px 0 0 5px;
      font-size: 9px;
      float: right;
      color: #000;
  }
  .navbar .dropdown-menu .dropdown-item.active i {
      color: #00477f;
  }
  .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
  .navbar .dropdown-menu .dropdown-item.active,
  .navbar .dropdown-menu .dropdown-item:hover {
      color: #00477f;
  }
  .navbar .dropdown-toggle::after {
      display: none;
  }
  .navbar .dropdown-menu {
      box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
  }
  .navbar .dropdown-menu li:last-child {
      border-bottom: none;
  }
  /* li hover */
  .navbar .dropdown-menu li {
      position: relative;
      display: block;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  }
  .navbar .dropdown-menu li:hover {
      padding-left: 5px;
  }
  .navbar .dropdown-menu .dropdown-menu.pull-left {
      top: 0;
      left: auto;
      right: 100%;
  }
  /* navbar-right */
  .navbar .navbar-right {
      position: relative;
      display: flex;
      align-items: center;
  }
  .navbar .navbar-right .wrap {
      position: relative;
      display: flex;
      align-items: center;
      z-index: 5;
      margin-left: 20px;
  }
  .navbar .navbar-right .wrap .icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      background-color: transparent;
      border-radius: 50%;
      font-size: 17px;
      color: #fff;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-scroll .navbar-right .wrap .icon {
      color: #fff;
  }
  .navbar .navbar-right .wrap .text {
      margin-left: 5px;
      top: 0;
      position: relative;
  }
  .navbar .navbar-right .wrap .text p {
      font-size: 12px;
      line-height: 11px;
      color: #fff;
      margin-bottom: 4px;
  }
  .navbar .navbar-right .wrap .text h5 {
      font-family: "Now";
      font-size: 17px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 0;
  }
  .navbar .navbar-right .wrap .text h5 a {
      color: #fff;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  .navbar .navbar-right .wrap .text h5 a:hover {
      color: #00477f;
  }
  .nav-scroll .navbar-right .wrap .text p,
  .nav-scroll .navbar-right .wrap .text h5,
  .nav-scroll .navbar-right .wrap .text h5 a {
      color: #fff;
  }
  /* Navbar Media Query */
  @media screen and (min-width: 992px) {
      .navbar .dropdown-menu {
          display: block;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
          width: auto;
          padding: 20px;
          border-radius: 15px;
          border: 0;
          background-color: #fff;
          -webkit-transition: all .3s;
          transition: all .3s;
      }
      .navbar .dropdown-menu .dropdown-menu {
          left: calc(100% + 5px);
          top: -20px;
          right: auto;
          min-width: 200px;
          transform: translateY(0);
          background-color: #fff;
      }
      .navbar .dropdown:hover > .dropdown-menu {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
      }
  }
  @media screen and (max-width: 991px) {
      .navbar {
          padding-left: 0px;
          padding-right: 0px;
          background: #fff;
          padding-top: 0px;
          padding-bottom: 0px;
          height: 100px;
          border: none;
      }
      .nav-scroll {
          background: #fff;
      }
      .logo-wrapper {
          float: left;
          padding: 31px 15px;
      }
      .nav-scroll .logo-wrapper {
          padding: 31px 15px;
          background-color: transparent;
      }
      .nav-scroll .logo-img {
          width: 220px;
      }
      .navbar .logo {
          text-align: left;
          margin-left: 0px;
      }
      .nav-scroll .logo {}
      .logo-img {
          margin-bottom: 0px;
          width: 150px;
          padding: 0;
      }
      .navbar button {
          margin-right: 0px;
          outline: none !important;
          background: transparent;
          margin-top: 10px;
          border: none;
      }
      .navbar button:hover {
          background: transparent;
      }
      .navbar button:active,
      .navbar button:focus,
      .navbar button:hover {
          background: transparent;
          outline: none;
          color: transparent !important;
      }
      .navbar .container {
          max-width: 100%;
          padding: 0;
      }
      .navbar .nav-link {
          margin: 0px auto !important;
      }
      .navbar .navbar-nav .nav-link {
          color: #fff;
      }
      .nav-scroll .navbar-collapse .nav-link {
          color: #fff !important;
      }
      .nav-scroll .navbar-collapse .active {
          color: #00477f !important;
      }
      .navbar .dropdown-menu .dropdown-item {
          color: #fff;
          padding: 0 15px;
          font-size: 17px;
          line-height: 40px;
      }
      .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
          font-weight: 400;
      }
      .navbar .dropdown-submenu .dropdown-toggle::after {
          right: 15px;
          font-size: 10px;
      }
      .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
          transform: rotate(0deg);
      }
      .navbar .dropdown-submenu .dropdown-toggle.show::after {
          transform: rotate(90deg);
      }
      .navbar .dropdown-menu {
          border: none;
          padding: 0;
          border-radius: 0;
          margin: 0;
          background: #000;
          box-shadow: none;
      }
      .navbar .dropdown-submenu .dropdown-menu {
          margin: 0;
          padding: 0 0 0 20px;
      }
      .navbar .dropdown-menu li a {
          padding: 0 15px;
      }
      .navbar .navbar-nav .nav-link {
          padding-right: 0px;
          padding-left: 0px;
      }
      .navbar .navbar-nav {
          padding: 20px;
      }
      .navbar .navbar-collapse {
          max-height: 450px;
          overflow: auto;
          background: #000;
          text-align: left;
      }
      .dropdown .nav-link i {
          color: rgba(255, 255, 255, 0.5);
      }
      .nav-scroll .dropdown .nav-link i {
          color: rgba(255, 255, 255, 0.5);
      }
      .nav-scroll .dropdown .nav-link.active i {
          color: #00477f;
      }
      .navbar .dropdown-menu .dropdown-item i {
          color: #fff;
      }
      .navbar .navbar-right {
          display: none;
      }
  }
  
  
  /* ======= Header style ======= */
  .header {
      height: 100vh;
      overflow: hidden;
  }
  .header .caption .o-hidden {
      display: inline-block;
  }
  .header .caption[data-overlay-dark] h6,
  .header .caption h6 {
      position: relative;
      font-family: "Now";
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      padding-left: 15px;
      text-transform: uppercase;
  }
  .header .caption[data-overlay-dark] h6:after,
  .header .caption h6:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 36%;
      border-radius: 100%;
  }
  .header .caption[data-overlay-dark] h6.icon-white:after,
  .header .caption h6.icon-white:after {
      background: #fff;
  }
  .header .caption[data-overlay-dark] h6.text-white .header .caption h6.text-white {
      color: #fff;
  }
  .header .caption h1 {
      position: relative;
      font-size: 150px;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1em;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
      text-transform: uppercase;
  }
  .header .caption h1 span {
      color: #00477f;
  }
  .header .caption p {
      position: relative;
      padding-left: 70px;
      margin-left: 5px;
      position: relative;
      color: rgba(255, 255, 255, 0.9);
      -webkit-animation-delay: .6s;
      animation-delay: .6s;
      font-size: 17px;
  }
  .header .caption p:after {
      content: '';
      position: absolute;
      left: 0;
      top: 15px;
      background: #fff;
      width: 40px;
      height: 1px;
  }
  .header .caption .button-1,
  .header .caption .button-2,
  .header .caption .button-3,
  .header .caption .button-4 {
      -webkit-animation-delay: .8s;
      animation-delay: .8s;
      margin-right: 15px;
      margin-bottom: 15px;
  }
  @media screen and (max-width: 991px) {
      .header .caption h1 {
          font-size: 75px;
      }
      .header .caption p {
          font-size: 17px;
      }
  }
  
  
  /* ======= Slider Fade & Slider style ======= */
  .slider-fade .owl-item,
  .slider .owl-item {
      height: 100vh;
      position: relative;
  }
  .slider-fade .item,
  .slider .item {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
  }
  .slider-fade .item .caption,
  .slider .item .caption {
      z-index: 9;
      position: relative;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  }
  /* owl-theme owl-dots */
  .slider-fade .owl-theme .owl-dots,
  .slider .owl-theme .owl-dots {
      position: absolute;
      bottom: 4vh;
      width: 100%;
  }
  .slider-fade .owl-theme .owl-dots .owl-dot span,
  .slider .owl-theme .owl-dots .owl-dot span {
      border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .slider-fade .owl-theme .owl-dots .owl-dot.active span,
  .slider-fade .owl-theme .owl-dots .owl-dot:hover span,
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
      background: #00477f;
      border: 1px solid #00477f;
  }
  /* owl-theme owl-nav */
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
      position: absolute !important;
      top: 45% !important;
      bottom: auto !important;
      width: 100%
  }
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
      position: relative;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .slider-fade .owl-theme .owl-prev,
  .slider-fade .owl-theme .owl-prev,
  .slider .owl-theme .owl-prev,
  .slider .owl-theme .owl-prev {
      left: 10px !important
  }
  .slider-fade .owl-theme .owl-next,
  .slider .owl-theme .owl-next {
      right: 10px !important
  }
  .slider-fade .owl-theme .owl-prev > span,
  .slider-fade .owl-theme .owl-next > span,
  .slider .owl-theme .owl-prev > span,
  .slider .owl-theme .owl-next > span {
      position: absolute;
      line-height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }
  .slider-fade .owl-theme .owl-nav [class*=owl-],
  .slider .owl-theme .owl-nav [class*=owl-] {
      width: 55px;
      height: 55px;
      line-height: 48px;
      background: transparent;
      border-radius: 100%;
      color: #fff;
      font-size: 15px;
      margin-right: 30px;
      margin-left: 30px;
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.2s ease-in-out;
      transform: scale(1.0);
  }
  .slider-fade .owl-theme .owl-nav [class*=owl-]:hover,
  .slider .owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
  }
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
      top: 45% !important;
  }
  .slider-fade .owl-theme .owl-nav [class*=owl-],
  .slider .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .slider-fade .owl-theme:hover .owl-nav [class*=owl-],
  .slider .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  @media screen and (max-width: 991px) {
      .slider-fade .owl-theme .owl-nav,
      .slider .owl-theme .owl-nav {
          display: none;
      }
  }
  
  
  /* ======= Parallax Header style ======= */
  .parallax-header {
      height: 100vh;
      background-position: center;
  }
  .parallax-header.full-height {
      height: 100vh;
      background-position: center;
  }
  .parallax-header[data-overlay-dark] h6,
  .parallax-header h6 {
      position: relative;
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      padding-left: 15px;
      text-transform: uppercase;
      letter-spacing: 4px;
  }
  .parallax-header[data-overlay-dark] h6:after,
  .parallax-header h6:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 36%;
      border-radius: 100%;
  }
  .parallax-header[data-overlay-dark] h6.icon-white:after,
  .parallax-header h6.icon-white:after {
      background: #fff;
  }
  .parallax-header[data-overlay-dark] h6.text-white .parallax-header h6.text-white {
      color: #fff;
  }
  .parallax-header[data-overlay-dark] h1,
  .parallax-header h1 {
      position: relative;
      font-size: 60px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1.2em;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
      text-transform: uppercase;
  }
  .parallax-header[data-overlay-dark] h1 span,
  .parallax-header h1 span {
      color: #00477f;
  }
  .parallax-header[data-overlay-dark] p,
  .parallax-header p {
      position: relative;
      padding-left: 70px;
      margin-left: 5px;
      position: relative;
      color: rgba(255, 255, 255, 0.9);
      -webkit-animation-delay: .6s;
      animation-delay: .6s;
      font-size: 17px;
  }
  .parallax-header[data-overlay-dark] p:after,
  .parallax-header p:after {
      content: '';
      position: absolute;
      left: 0;
      top: 15px;
      background: #fff;
      width: 40px;
      height: 1px;
  }
  @media screen and (max-width: 991px) {
      .parallax-header[data-overlay-dark] h1,
      .parallax-header h1 {
          font-size: 35px;
      }
      .parallax-header[data-overlay-dark] p,
      .parallax-header p {
          font-size: 17px;
      }
  }
  
  
  /* ===== Kenburns SlideShow style ===== */
  .kenburns-section {
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100vh;
  }
  .kenburns-section::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -5;
      background: #fff;
  }
  .kenburns-inner {
      position: relative;
      z-index: 15;
  }
  .kenburns-inner .caption {
      position: relative;
  }
  .kenburns-inner .caption[data-overlay-dark] h6,
  .kenburns-inner .caption h6 {
      position: relative;
      font-family: "Now";
      font-weight: 500;
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      padding-left: 15px;
      text-transform: uppercase;
  }
  .kenburns-inner .caption[data-overlay-dark] h6:after,
  .kenburns-inner .caption h6:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 36%;
      border-radius: 100%;
  }
  .kenburns-inner .caption[data-overlay-dark] h6.icon-white:after,
  .kenburns-inner .caption h6.icon-white:after {
      background: #fff;
  }
  .kenburns-inner .caption[data-overlay-dark] h6.text-white .kenburns-inner .captions h6.text-white {
      color: #fff;
  }
  .kenburns-inner .caption h1 {
      position: relative;
      font-size: 150px;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1em;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
      text-transform: uppercase;
  }
  .kenburns-inner .caption h1 span {
      color: #00477f;
  }
  .kenburns-inner .caption p {
      position: relative;
      padding-left: 70px;
      margin-left: 5px;
      position: relative;
      color: rgba(255, 255, 255, 0.9);
      -webkit-animation-delay: .6s;
      animation-delay: .6s;
      font-size: 17px;
  }
  .kenburns-inner .caption p:after {
      content: '';
      position: absolute;
      left: 0;
      top: 15px;
      background: #fff;
      width: 40px;
      height: 1px;
  }
  #kenburnsSliderContainer .vegas-overlay {
      outline: none;
  }
  @media screen and (max-width: 991px) {
      .kenburns-inner .caption h1 {
          font-size: 75px;
      }
  }
  
  
  /* =======  Video Background style  ======= */
  .video-fullscreen-wrap {
      position: relative;
      height: 100vh;
      overflow: hidden;
  }
  .video-fullscreen-video {
      height: 100vh;
  }
  .video-fullscreen-wrap video {
      width: 100vw;
      min-width: 100%;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover;
  }
  .video-fullscreen-wrap .video-fullscreen-inner {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .position-relative {
      position: relative !important;
  }
  .video-fullscreen-wrap[data-overlay-dark] h6,
  .video-fullscreen-wrap h6 {
      position: relative;
      font-family: "Now";
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      padding-left: 15px;
      text-transform: uppercase;
  }
  .video-fullscreen-wrap[data-overlay-dark] h6:after,
  .video-fullscreen-wrap h6:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 36%;
      border-radius: 100%;
  }
  .video-fullscreen-wrap[data-overlay-dark] h6.icon-white:after,
  .video-fullscreen-wrap h6.icon-white:after {
      background: #fff;
  }
  .video-fullscreen-wrap[data-overlay-dark] h6.text-white .video-fullscreen-wrap h6.text-white {
      color: #fff;
  }
  .video-fullscreen-wrap[data-overlay-dark] h1,
  .video-fullscreen-wrap h1 {
      position: relative;
      font-size: 150px;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1em;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
      text-transform: uppercase;
  }
  .video-fullscreen-wrap[data-overlay-dark] h1 span,
  .video-fullscreen-wrap h1 span {
      color: #00477f;
  }
  .video-fullscreen-wrap[data-overlay-dark] p,
  .video-fullscreen-wrap p {
      position: relative;
      padding-left: 70px;
      margin-left: 5px;
      position: relative;
      color: rgba(255, 255, 255, 0.9);
      -webkit-animation-delay: .6s;
      animation-delay: .6s;
      font-size: 17px;
  }
  .video-fullscreen-wrap[data-overlay-dark] p:after,
  .video-fullscreen-wrap p:after {
      content: '';
      position: absolute;
      left: 0;
      top: 15px;
      background: #fff;
      width: 40px;
      height: 1px;
  }
  @media screen and (max-width: 991px) {
      .video-fullscreen-wrap h1 {
          font-size: 75px;
      }
  }
  
  
  /* ======= Banner Header style ======= */
  .banner-header {
      height: 80vh;
      background-position: center;
  }
  .banner-header.middle-height {
      height: 90vh;
  }
  .banner-header.full-height {
      height: 100vh;
  }
  .banner-header[data-overlay-dark] h6,
  .banner-header h6 {
      position: relative;
      font-family: "Now";
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: flex;
      display: inline-flex;
      align-items: center;
      padding-left: 15px;
      text-transform: uppercase;
  }
  .banner-header[data-overlay-dark] h6:after,
  .banner-header h6:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #00477f;
      position: absolute;
      left: 0px;
      top: 36%;
      border-radius: 100%;
  }
  .banner-header[data-overlay-dark] h6.icon-white:after,
  .banner-header h6.icon-white:after {
      background: #fff;
  }
  .banner-header[data-overlay-dark] h6.text-white .header .caption h6.text-white {
      color: #fff;
  }
  .banner-header h1 {
      font-size: 120px;
      color: #fff;
      position: relative;
      line-height: 1em;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 0px;
      font-size: 45px;
      font-weight: 600;
      font-family: 'Montserrat';
  }
  .banner-header h1 span {
      color: #00477f;
  }
  .banner-header h2 {
      font-size: 120px;
      color: #fff;
      position: relative;
      line-height: 1em;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .banner-header h2 span {
      color: #00477f;
  }
  .banner-header p,
  .banner-header[data-overlay-dark] p {
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 0;
      color: #fff;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
  }
  /* author & date */
  .banner-header .author .avatar {
      width: 30px;
      height: 30px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 5px;
  }
  .banner-header .post {
      margin-top: 20px;
  }
  .banner-header .post div {
      display: inline-block;
  }
  .banner-header .post .author {
      margin-right: 20px;
      font-size: 17px;
  }
  .banner-header .post .date-comment {
      position: relative;
      font-size: 16px;
      color: #fff;
      margin-right: 20px
  }
  .banner-header .post .date-comment i {
      color: #00477f;
      font-size: 17px;
      margin-right: 5px;
  }
  .banner-header .post .date-comment:last-of-type {
      margin-right: 0px;
  }
  @media screen and (max-width: 991px) {
      .banner-header h1 {
          font-size: 60px;
      }
      .banner-header h2 {
          font-size: 45px;
      }
  }
  
  
  /* ======= About style ======= */
  .about {
      position: relative;
  }
  .about h5 {
      position: relative;
      color: #000;
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
  }
  .about .phone {
      font-family: "Now";
      font-size: 20px;
      font-weight: 500;
      color: #000;
      text-align: left;
      display: inline-block;
      margin-left: 15px;
      margin-bottom: 15px;
      letter-spacing: 1px;
  }
  .about .phone i {
      height: 60px;
      width: 60px;
      line-height: 60px;
      background: #f0f0f3;
      font-size: 20px;
      font-weight: 300;
      color: #000;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
  }
  .about .item {
      position: relative;
      border-radius: 25px 25px 25px;
      overflow: hidden;
      margin-bottom: 15px;
      isolation: isolate;
  }
  .about .item img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .about .item:hover img {
      transform: scale(1.05);
  }
  /* title */
  .about .item .title {
      position: absolute;
      bottom: 20px;
      padding: 0;
      z-index: 1;
      left: 105px;
  }
  .about .item .title h4 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .about .item .title h6 {
      font-family: "Now";
      color: #fff;
      font-weight: 400;
      font-size: 17px;
      margin-bottom: 15px;
  }
  /* icon */
  .about .item .icon {
      position: absolute;
      bottom: -6px;
      left: -6px;
      width: 90px;
      height: 90px;
      background: #fff;
      border-top-right-radius: 50%;
      padding: 15px;
  }
  .about .item:hover .icon .arrow {
      transform: scale(1.05);
  }
  .about .item .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      right: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .about .item .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      left: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .about .item .icon .arrow {
      position: absolute;
      background: #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
  }
  .about .item .icon .arrow span {
      color: #fff;
      font-size: 24px;
  }
  .about .item:hover .icon .arrow {
      color: #000;
      background: #00477f;
  }
  .about .item:hover .icon .arrow span {
      color: #000;
  }
  /* img */
  .about .img2 {
      position: relative;
      overflow: hidden;
      transform: scale(1);
      transition: transform 500ms ease;
      border-radius: 20px;
  }
  .about .img2:hover img {
      transform: scale(1.05);
  }
  .about .img2 .text {
      position: absolute;
      top: 50%;
      right: -5px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      width: auto;
      padding: 12px 24px;
      border-radius: 30px 30px 0 0;
      -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
      -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
      transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
      -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right;
      background: #fff;
  }
  .about .img2 .text h6 {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      color: #fff;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 15px;
      color: #00477f;
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 4px;
  }
  .about .img2 .text .shap-left-bottom {
      position: absolute;
      bottom: 0px;
      left: -29px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .about .img2 .text .shap-left-bottom svg {
      width: 30px;
      height: 30px;
  }
  .about .img2 .text .shap-right-bottom {
      position: absolute;
      bottom: 0px;
      right: -28px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }
  .about .img2 .text .shap-right-bottom svg {
      width: 30px;
      height: 30px;
  }
  
  
  /* ======= Services style ======= */
  .services {
      position: relative;
  }
  .services .item {
      position: relative;
      padding: 50px 40px 90px 40px;
      border-radius: 20px 20px 0 20px;
      background: #f0f0f3;
      z-index: 2;
      margin-bottom: 15px;
  }
  /* text */
  .services .item .text h5 {
      color: #000;
      font-size: 27px;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .services .item .text p {
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 0;
  }
  /* icon */
  .services .item .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .services .item:hover .icon .arrow {
      transform: scale(1.05);
  }
  .services .item .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .services .item .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .services .item .icon .arrow {
      position: absolute;
      background: #f0f0f3;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
  }
  .services .item .icon .arrow span {
      font-size: 15px;
  }
  .services .item:hover .icon .arrow {
      background: #00477f;
      color: #000;
  }
  .services .item .icon .icon-w {
      overflow: hidden;
      background-color: transparent;
      color: #000;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
  }
  .services .item:hover .icon .icon-w i.icon-show,
  .services .item .icon .icon-w i.icon-hidden {
      display: none;
  }
  .services .item:hover .icon .icon-w i.icon-hidden {
      display: inline;
      text-align: center;
      color: #000;
      font-size: 15px;
      vertical-align: middle;
  }
  
  
  /* ======= Services 2 style ======= */
  .services2 {
      position: relative;
  }
  .services2 .item {
      position: relative;
      border-radius: 20px 20px 0 20px;
      overflow: hidden;
      margin-bottom: 15px;
      isolation: isolate;
  }
  .services2 .item img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .services2 .item:hover img {
      transform: scale(1.05);
  }
  /* title */
  .services2 .item .title {
      position: absolute;
      bottom: 0px;
      padding: 30px 100px 30px 30px;
      width: 100%;
  }
  .services2 .item .title h4 {
      color: #fff;
      font-size: 27px;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  /* icon */
  .services2 .item .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .services2 .item:hover .icon .arrow {
      transform: scale(1.05);
  }
  .services2 .item .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .services2 .item .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .services2 .item .icon .arrow {
      position: absolute;
      background: #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
  }
  .services2 .item .icon .arrow span {
      color: #fff;
      font-size: 17px;
  }
  .services2 .item:hover .icon .arrow {
      color: #fff;
      background: #000;
  }
  .services2 .item .icon .icon-w {
      overflow: hidden;
      background-color: transparent;
      color: #00477f;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
  }
  .services2 .item:hover .icon .icon-w i.icon-show,
  .services2 .item .icon .icon-w i.icon-hidden {
      display: none;
  }
  .services2 .item:hover .icon .icon-w i.icon-hidden {
      display: inline;
      text-align: center;
      color: #00477f;
      font-size: 15px;
      vertical-align: middle;
  }
  
  
  /* ======= Services 3 style  ======= */
  .services3 {
      position: relative;
  }
  .services3 .item {
      padding: 60px 40px 40px 40px;
      border-radius: 20px;
      background: #f0f0f3;
      position: relative;
      overflow: hidden;
  }
  .services3 .item h3 {
      color: #000;
      font-size: 27px;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .services3 .item p {
      font-size: 17px;
      font-weight: 400;
      color: #727272;
  }
  .services3 .item .icon {
      color: #00477f;
      font-size: 55px;
      line-height: 55px;
      font-weight: normal;
      margin-bottom: 20px;
  }
  .services3 .item .icon i {
      font-weight: normal;
  }
  /* arrow */
  .services3 .item .rmore {
      position: absolute;
      top: -20px;
      right: -20px;
      background: #fff;
      padding: 15px;
      border-radius: 0 0 0 40px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      opacity: 0;
  }
  .services3 .item .rmore .arrow {
      width: 60px;
      height: 60px;
      line-height: 60px;
      border: 1px solid #000;
      background: #000;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
  }
  .services3 .item .rmore .arrow i {
      color: #fff;
      font-size: 15px;
      vertical-align: middle;
  }
  /* arrow hover */
  .services3 .item:hover .rmore {
      opacity: 1;
      top: 0px;
      right: 0px;
  }
  .services3 .item .rmore:hover .arrow {
      background: #00477f;
      border: 1px solid #00477f;
  }
  .services3 .item .rmore:hover .arrow i {
      color: #000;
  }
  /* active */
  .services3 .item .rmore.active {
      opacity: 1;
      top: 0px;
      right: 0px;
  }
  .services3 .item .rmore .arrow.active {
      background: #00477f;
  }
  .services3 .item .rmore .arrow.active i {
      color: #fff;
  }
  /* border */
  .services3 .item .rmore .br-left-top {
      position: absolute;
      top: 0;
      left: -20px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      line-height: 1;
  }
  .services3 .item .rmore .br-left-top svg {
      width: 20px;
      height: 20px;
  }
  .services3 .item .rmore .br-right-bottom {
      position: absolute;
      bottom: -20px;
      right: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      line-height: 1;
  }
  .services3 .item .rmore .br-right-bottom svg {
      width: 20px;
      height: 20px;
  }
  
  /* ======= Service Details style ======= */
  .service-details {
      position: relative;
  }
  .service-details h3 {
      color: #000;
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .service-details .sidebar-page {
      position: relative;
      display: block;
      padding: 0;
      background: #f0f0f3;
      border-radius: 20px;
      margin-top: -226px;
      z-index: 9;
  }
  .service-details .sidebar-page .title {
      position: relative;
      background-color: #00477f;
      padding: 38px 30px;
      border-radius: 20px 20px 0 0;
      text-align: center;
  }
  .service-details .sidebar-page .title h4 {
      font-size: 36px;
      line-height: 1em;
      font-weight: 500;
      color: #000;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .service-details .sidebar-page .item {
      padding: 40px;
  }
  .service-details .sidebar-page .item .features {
      grid-template-columns: 95% 5%;
      border-radius: 0;
      padding: 15px 0;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      display: grid;
      align-items: center;
  }
  .service-details .sidebar-page .item .features:last-child {
      border: none;
  }
  .service-details .sidebar-page .item .features span {
      color: #000;
      text-transform: uppercase;
      font-family: "Now";
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 24px;
  }
  .service-details .sidebar-page .item .features i {
      color: #000;
      font-size: 12px;
  }
  .service-details .sidebar-page .item .features p {
      margin-bottom: 0px;
      color: #fff;
      text-align: right;
  }
  .service-details .sidebar-page .item .features:hover i,
  .service-details .sidebar-page .item .features.active i {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
  }
  .service-details .sidebar-page .item .features:hover,
  .service-details .sidebar-page .item .features.active {
      color: #00477f;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
  }
  .service-details .sidebar-page .item .features:hover i,
  .service-details .sidebar-page .item .features.active i {
      color: #00477f;
  }
  .service-details .sidebar-page .item .features:hover span,
  .service-details .sidebar-page .item .features.active span {
      color: #00477f;
  }
  @media screen and (max-width: 991px) {
      .service-details .sidebar-page {
          margin-top: 30px;
      }
  }
  
  
  /* ======= Portfolio Home style ======= */
  .portfolio-home {
      position: relative;
      overflow: hidden;
  }
  .portfolio-home .portfolio-home-carousel {
      position: relative;
      display: block;
      max-width: 900px;
      margin: 0 auto;
  }
  .portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
      overflow: visible;
      padding: 0px 0px 0px;
  }
  .portfolio-home .item {
      position: relative;
      display: block;
      margin-bottom: 15px;
  }
  /* img */
  .portfolio-home .item .img {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 1;
      border-radius: 20px;
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .portfolio-home .item:hover .img img {
      transform: scale(1.05);
  }
  .portfolio-home .item .con {
      position: relative;
      z-index: 2;
      opacity: 0;
      border-radius: 20px;
      display: grid;
      grid-template-columns: 85% 15%;
      align-items: center;
  }
  .portfolio-home .item .con.opacity-1 {
      opacity: 0;
  }
  .portfolio-home .item .con.active {
      visibility: visible;
      opacity: 1;
  }
  /* arrow */
  .portfolio-home .item .con .arrow {
      position: relative;
      display: block;
      visibility: visible;
      opacity: 1;
      text-align: -webkit-right;
      transform: rotate(0);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  .portfolio-home .item .con .arrow a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border: 1px solid #00477f;
      background: #00477f;
      border-radius: 50%;
      font-size: 17px;
      color: #fff;
  }
  .portfolio-home .item:hover .con .arrow a {
      border: 1px solid #fff;
      background: #fff;
      color: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  /* title */
  .portfolio-home .item .con .title {
      position: absolute;
      bottom: 20px;
      left: 20px;
      padding: 20px 25px;
      margin-right: 100px;
      width: auto;
      border-radius: 20px;
  }
  .portfolio-home .item .con .title h6 {
      font-family: "Now";
      color: #000;
      font-weight: 400;
      font-size: 17px;
      margin-bottom: 0;
      background: rgba(255,255,255, 0.7);
      display: inline-table;
      line-height: 30px;
      padding: 5px 15px;
      border-radius: 15px 15px 0 0;
  }
  .portfolio-home .item .con .title h6 span {
      color: #00477f;
      margin-right: 5px;
      font-size: 12px;
  }
  .portfolio-home .item .con .title h4 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 0;
  }
  .portfolio-home .item .con .title h3 {
      color: #000;
      font-size: 27px;
      margin-bottom: 0;
      line-height: 1.25em;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #00477f;
      padding: 10px 15px;
      border-radius: 0 10px 10px 10px;
  }
  /* icon */
  .portfolio-home .item .con .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .portfolio-home .item:hover .con .icon .arrow {
      transform: scale(1.05);
  }
  .portfolio-home .item .con .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .portfolio-home .item .con .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .portfolio-home .item .con .icon .arrow {
      position: absolute;
      background: #00477f;
      color: #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
  }
  .portfolio-home .item:hover .con .icon .arrow {
      background: #000;
      color: #fff;
  }
  /* owl nav */
  .portfolio-home .owl-item.active .item .con {
      visibility: visible;
      opacity: 1;
  }
  .portfolio-home .owl-theme .owl-nav {
      position: absolute !important;
      top: 45% !important;
      bottom: auto !important;
      width: 100%
  }
  .portfolio-home .owl-theme .owl-nav {
      position: relative;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .portfolio-home .owl-theme .owl-prev,
  .portfolio-home .owl-theme .owl-prev {
      left: 10px !important
  }
  .portfolio-home .owl-theme .owl-next {
      right: 10px !important
  }
  .portfolio-home .owl-theme .owl-prev,
  .portfolio-home .owl-theme .owl-next {
      color: #fff;
      position: absolute !important;
      top: 50%;
      padding: 0;
      height: 50px;
      width: 50px;
      border-radius: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 0;
      text-align: center;
      font-size: 17px
  }
  .portfolio-home .owl-theme .owl-prev > span,
  .portfolio-home .owl-theme .owl-next > span {
      position: absolute;
      line-height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }
  .portfolio-home .owl-carousel .owl-nav button.owl-next,
  .portfolio-home .owl-carousel .owl-nav button.owl-prev {
      outline: none;
  }
  .portfolio-home .owl-theme .owl-nav [class*=owl-] {
      width: 55px;
      height: 55px;
      line-height: 58px;
      background: #00477f;
      border: none;
      border-radius: 100%;
      color: #000;
      font-size: 15px;
      margin-right: 10px;
      margin-left: 10px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      transform: scale(1.0);
  }
  .portfolio-home .owl-theme .owl-nav [class*=owl-]:hover {
      border: none;
      background: #fff;
      color: #000;
  }
  .portfolio-home .owl-theme .owl-nav {
      top: 40% !important;
  }
  .portfolio-home .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .portfolio-home .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  
  
  @media screen and (max-width: 991px) {
      .order2 {
          -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
          order: 2 !important;
      }
      .order1 {
          -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
          order: 1 !important;
      }
      .portfolio-home-carousel {
          overflow: hidden;
      }
      .portfolio-home .owl-theme .owl-nav {
          display: none;
      }
      .portfolio-home .item .con .title h3 {
          font-size: 20px;
      }
  }
  
  
  /* ======= Portfolio style ======= */
  .portfolio {
      position: relative;
  }
  .portfolio .portfolio-carousel {
      position: relative;
      display: block;
      max-width: 800px;
      margin: 0 auto;
  }
  .portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
      overflow: visible;
      padding: 0px 0px 0px;
  }
  .portfolio .item {
      position: relative;
      display: block;
      margin-bottom: 15px;
  }
  /* img */
  .portfolio .item .img {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 1;
      border-radius: 20px;
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .portfolio .item:hover .img img {
      transform: scale(1.05);
  }
  .portfolio .item .con {
      position: relative;
      z-index: 2;
      opacity: 0;
      border-radius: 20px;
      display: grid;
      grid-template-columns: 85% 15%;
      align-items: center;
  }
  .portfolio .item .con.opacity-1 {
      opacity: 0;
  }
  .portfolio .item .con.active {
      visibility: visible;
      opacity: 1;
  }
  /* arrow */
  .portfolio .item .con .arrow {
      position: relative;
      display: block;
      visibility: visible;
      opacity: 1;
      text-align: -webkit-right;
      transform: rotate(0);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  .portfolio .item .con .arrow a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border: 1px solid #00477f;
      background: #00477f;
      border-radius: 50%;
      font-size: 17px;
      color: #fff;
  }
  .portfolio .item:hover .con .arrow a {
      border: 1px solid #fff;
      background: #fff;
      color: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  /* title */
  .portfolio .item .con .title {
      position: absolute;
      bottom: 0px;
      padding: 20px 90px 30px 20px;
      width: 100%;
  }
  .portfolio .item .con .title h6 {
      font-family: "Now";
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-size: 15px;
      margin-bottom: 0;
  }
  .portfolio .item .con .title h6 span {
      color: #00477f;
      margin-right: 2px;
  }
  .portfolio .item .con .title h4 {
      color: #fff;
      font-size: 27px;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .portfolio .item .con .title h3 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 0;
  }
  /* icon */
  .portfolio .item .con .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .portfolio .item:hover .con .icon .arrow {
      transform: scale(1.05);
  }
  .portfolio .item .con .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .portfolio .item .con .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .portfolio .item .con .icon .arrow {
      position: absolute;
      background: #000;
      color: #00477f;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
  }
  .portfolio .item:hover .con .icon .arrow {
      background: #00477f;
      color: #000;
  }
  /* owl nav */
  .portfolio .owl-item.active .item .con {
      visibility: visible;
      opacity: 1;
  }
  .portfolio .owl-theme .owl-nav {
      position: absolute !important;
      top: 45% !important;
      bottom: auto !important;
      width: 100%
  }
  .portfolio .owl-theme .owl-nav {
      position: relative;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .portfolio .owl-theme .owl-prev,
  .portfolio .owl-theme .owl-prev {
      left: 10px !important
  }
  .portfolio .owl-theme .owl-next {
      right: 10px !important
  }
  .portfolio .owl-theme .owl-prev,
  .portfolio .owl-theme .owl-next {
      color: #fff;
      position: absolute !important;
      top: 50%;
      padding: 0;
      height: 50px;
      width: 50px;
      border-radius: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 0;
      text-align: center;
      font-size: 17px
  }
  .portfolio .owl-theme .owl-prev > span,
  .portfolio .owl-theme .owl-next > span {
      position: absolute;
      line-height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }
  .portfolio .owl-carousel .owl-nav button.owl-next,
  .portfolio .owl-carousel .owl-nav button.owl-prev {
      outline: none;
  }
  .portfolio .owl-theme .owl-nav [class*=owl-] {
      width: 55px;
      height: 55px;
      line-height: 58px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      color: #fff;
      font-size: 12px;
      margin-right: 10px;
      margin-left: 10px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      transform: scale(1.0);
  }
  .portfolio .owl-theme .owl-nav [class*=owl-]:hover {
      border: 1px solid #fff;
      background: #fff;
      color: #000;
  }
  .portfolio .owl-theme .owl-nav {
      top: 40% !important;
  }
  .portfolio .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .portfolio .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  .portfolio .bottom-fade {
      z-index: 1;
  }
  @media screen and (max-width: 991px) {
      .order2 {
          -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
          order: 2 !important;
      }
      .order1 {
          -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
          order: 1 !important;
      }
      .portfolio-carousel {
          overflow: hidden;
      }
      .portfolio .owl-theme .owl-nav {
          display: none;
      }
  }
  
  
  /* ======= Portfolio Details style ======= */
  .portfolio-details {
      position: relative;
  }
  .portfolio-details h3 {
      color: #000;
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .portfolio-details .sidebar-car {
      position: relative;
      display: block;
      padding: 0;
      background: #f0f0f3;
      border-radius: 20px;
      margin-top: -226px;
      z-index: 9;
  }
  .portfolio-details .sidebar-car .title {
      position: relative;
      background-color: #00477f;
      padding: 38px 30px;
      border-radius: 20px 20px 0 0;
      text-align: center;
  }
  .portfolio-details .sidebar-car .title h4 {
      font-size: 36px;
      line-height: 1.2em;
      color: #000;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .portfolio-details .sidebar-car .item {
      padding: 30px 30px 40px 30px;
  }
  .portfolio-details .sidebar-car .item .features {
      padding: 12px 0;
      display: grid;
      grid-template-columns: 50% 50%;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .portfolio-details .sidebar-car .item .features span {
      color: #727272;
  }
  .portfolio-details .sidebar-car .item .features span i {
      color: #00477f;
      margin-right: 10px;
      font-size: 17px;
  }
  .portfolio-details .sidebar-car .item .features p {
      margin-bottom: 0px;
      color: #727272;
      text-align: right;
  }
  @media screen and (max-width: 991px) {
      .portfolio-details .sidebar-car {
          margin-top: 30px;
      }
  }
  
  
  /* ======= Team style ======= */
  .team {
      position: relative;
      overflow: hidden;
  }
  .team .team-container {
      width: 140%;
      position: relative;
  }
  .team .item {
      position: relative;
      padding: 0 0 0 45px;
      margin: 10px;
  }
  .team .item .wrapper {
      position: relative;
  }
  /* img */
  .team .item .wrapper img {
      border-radius: 20px 20px 0 20px;
      width: 100%;
  }
  /* text */
  .team .item .wrapper .text {
      bottom: 10px;
      left: -10px;
      position: absolute;
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      transform-origin: bottom left;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  .team .item .wrapper .text .name,
  .team .item .wrapper .text .position {
      display: inline-block;
  }
  .team .item .wrapper .text .name {
      margin: 0;
      font-size: 20px;
      font-weight: 500;
      font-family: "Now";
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .team .item .wrapper .text .position {
      font-family: "Now";
      font-size: 17px;
      font-weight: 400;
      color: #727272;
      margin: 0;
      padding-left: 20px;
      position: relative;
  }
  .team .item .wrapper .text .position:before {
      content: "·";
      left: 5px;
      position: absolute;
      top: -3px;
      font-size: 30px;
      color: #00477f;
  }
  /* icon */
  .team .item .wrapper .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .team .item:hover .wrapper .icon .arrow {
      transform: scale(1.05);
  }
  .team .item .wrapper .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .team .item .wrapper .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .team .item .wrapper .icon .arrow {
      position: absolute;
      background: #f0f0f3;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
  }
  .team .item .wrapper .icon .arrow span {
      color: #000;
      font-size: 17px;
  }
  .team .item:hover .wrapper .icon .arrow {
      color: #000;
      background: #00477f;
  }
  .team .item:hover .wrapper .icon .arrow span {
      color: #000;
  }
  @media screen and (max-width: 991px) {
      .team .team-container {
          width: 100%;
      }
  }
  
  
  /* ======= Team-Single style ======= */
  .team-single {
      position: relative;
  }
  .team-single h6 {
      font-size: 36px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .team-single h6 span {
      color: #00477f;
  }
  .team-single .item {
      position: relative;
      border-radius: 20px 20px 20px 0;
      overflow: hidden;
      margin-bottom: 30px;
      isolation: isolate;
  }
  .team-single .item .img img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .team-single .item:hover .img img {
      transform: scale(1.05);
  }
  .team-single .item .img .curv-butn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      border-radius: 0 40px 0 0;
  }
  .team-single .item .img .curv-butn .br-left-top {
      position: absolute;
      top: -24px;
      left: -1px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      line-height: 1;
  }
  .team-single .item .img .curv-butn .br-left-top svg {
      width: 24px;
      height: 24px;
  }
  .team-single .item .img .curv-butn .br-right-bottom {
      position: absolute;
      bottom: -1px;
      right: -24px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      line-height: 1;
  }
  .team-single .item .img .curv-butn .br-right-bottom svg {
      width: 24px;
      height: 24px;
  }
  .team-single .item .img .curv-butn.icon-bg {
      background: #fff !important;
  }
  .team-single .item .img .curv-butn .social-icons {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 100%;
      background: transparent;
      bottom: 15px;
      z-index: 1;
  }
  .team-single .item .img .curv-butn .social-icons .link {
      position: relative;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #000;
      color: #00477f;
      border-radius: 100%;
      font-size: 15px;
  }
  .team-single .item .img .curv-butn .social-icons .link:hover {
      background-color: #00477f;
      color: #000;
  }
  .team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
      margin-bottom: -50px;
      opacity: 0;
  }
  .team-single .item .img .curv-butn .social-icons .link.plus-link {
      z-index: 10;
  }
  .team-single .item .img:hover .curv-butn .social-icons {
      margin-bottom: -50px;
  }
  .team-single .item .img:hover .curv-butn .social-icons .link {
      margin-bottom: 0 !important;
      opacity: 1 !important;
  }
  .team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
      opacity: 0 !important;
  }
  /* list */
  .team-single .list {
      position: relative;
      display: block;
  }
  .team-single .list li {
      position: relative;
      display: flex;
      align-items: baseline;
  }
  .team-single .list li + li {
      margin-top: 10px;
  }
  .team-single .list-icon {
      background: #f0f0f3;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      align-items: center;
      border-radius: 100%;
  }
  .team-single .list-icon span {
      font-size: 12px;
      color: #000;
  }
  .team-single .list-text {
      margin-left: 15px;
  }
  .team-single .list-text p {
      font-size: 17px;
      margin: 0;
      color: #727272;
  }
  /* tabs */
  .team-single .cont .simpl-bord.nav-tabs {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      ;
  }
  .team-single .cont .simpl-bord .nav-item {
      margin-right: 30px;
  }
  .team-single .cont .simpl-bord .nav-item:last-of-type {
      margin-right: 0;
  }
  .team-single .cont .simpl-bord .nav-link {
      padding: 0;
      border: 0;
      color: inherit;
      background: transparent !important;
      cursor: pointer;
      color: #000;
      font-family: "Now";
      font-size: 24px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .team-single .cont .simpl-bord .nav-link.active {
      color: #00477f;
  }
  .team-single .tab-content p {
      color: #727272;
  }
  
  
  /* ======= Price style  ======= */
  .price .item {
      padding: 50px 40px;
      border-radius: 20px;
      background: #f0f0f3;
      position: relative;
      overflow: hidden;
  }
  .price .item h3 {
      color: #000;
      font-size: 36px;
      line-height: 1.25em;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .price .item h3 span {
      font-weight: 400;
      font-size: 10px;
      display: block;
      color: #00477f;
      text-transform: uppercase;
      letter-spacing: 3px;
  }
  .price .item p {
      font-size: 17px;
      font-weight: 400;
      color: #727272;
      margin-bottom: 0;
  }
  .price .item ul {
      margin: 0;
      padding-left: 15px;
  }
  .price .item li {
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative;
  }
  .price .item li:after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: calc(50% - 5px);
  }
  .price .item .dot-list li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 5px;
  }
  .price .item .dot-list li:before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      background: #00477f;
  }
  .price .item .dot-list li:last-of-type {
      margin-bottom: 0;
  }
  /* arrow */
  .price .item .rmore {
      position: absolute;
      top: -15px;
      right: -15px;
      background: #fff;
      padding: 15px;
      border-radius: 0 0 0 45px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      opacity: 0;
  }
  .price .item .rmore .arrow {
      width: 75px;
      height: 75px;
      line-height: 75px;
      border: 1px solid #000;
      background: #000;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      font-family: "Now";
      font-size: 27px;
      color: #fff;
      font-weight: 500;
      display: inline-flex;
      justify-content: center;
  }
  .price .item .rmore .arrow span {
      color: #fff;
      font-family: "Now";
      font-size: 20px;
      display: inline-block;
      font-weight: 500;
      align-self: flex-start;
      margin-right: 1px;
  }
  /* arrow hover */
  .price .item:hover .rmore {
      opacity: 1;
      top: 0px;
      right: 0px;
  }
  .price .item .rmore:hover .arrow {
      border: 1px solid #00477f;
      background: #00477f;
      color: #000;
  }
  .price .item .rmore:hover .arrow span {
      color: #000;
  }
  /* active */
  .price .item .rmore.active {
      opacity: 1;
      top: 0px;
      right: 0px;
  }
  .price .item .rmore .arrow.active {
      background: #00477f;
  }
  .price .item .rmore .arrow.active i {
      color: #fff;
  }
  /* border */
  .price .item .rmore .br-left-top {
      position: absolute;
      top: 0;
      left: -20px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      line-height: 1;
  }
  .price .item .rmore .br-left-top svg {
      width: 20px;
      height: 20px;
  }
  .price .item .rmore .br-right-bottom {
      position: absolute;
      bottom: -20px;
      right: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      line-height: 1;
  }
  .price .item .rmore .br-right-bottom svg {
      width: 20px;
      height: 20px;
  }
  
  
  
  /* ======= Clients style ======= */
  .clients {
      position: relative;
  }
  .clients .wrap {
      padding-bottom: 90px;
  }
  .clients .wrap .item {
      position: relative;
  }
  .clients .wrap .item img {
      -webkit-transition: all .3s cubic-bezier(.12, 0, .39, 0);
      transition: all .3s cubic-bezier(.12, 0, .39, 0);
      height: 35px;
  }
  .clients .wrap:hover .item {
      opacity: .3;
      transition: 0.7s;
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .clients .wrap:hover .item:hover {
      opacity: 1;
      transition: 0.7s;
  }
  
  
  /* ======= FAQs style ======= */
  .accordion-box {
      position: relative;
      padding: 0px;
  }
  .accordion-box .block {
      position: relative;
      background: #f0f0f3;
      overflow: hidden;
      margin-bottom: 15px;
      border-radius: 20px;
  }
  .accordion-box .block.active-block {
      border-radius: 20px;
  }
  .accordion-box .block:last-child {
      margin-bottom: 0;
  }
  .accordion-box .block .acc-btn {
      position: relative;
      font-size: 24px;
      line-height: 24px;
      font-family: "Now";
      font-weight: 500;
      cursor: pointer;
      padding: 40px 30px;
      padding-right: 80px;
      color: #000;
      transition: all 500ms ease;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .accordion-box .block .acc-btn .count {
      color: #fff;
      background: #00477f;
      font-weight: 400;
      font-family: "Now";
      font-size: 17px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-right: 15px;
      border-radius: 100%;
      text-align: center;
  }
  .accordion-box .block .acc-btn.active .count {
      color: #fff;
  }
  .accordion-box .block .acc-btn:before {
      position: absolute;
      right: 23px;
      top: 23px;
      font-size: 15px;
      color: #000;
      content: "\e628";
      font-family: "themify";
      transition: all 500ms ease;
      background: #00477f;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
  }
  .accordion-box .block .acc-btn.active {
      background-color: #000;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .accordion-box .block .acc-btn.active:before {
      color: #000;
      font-family: "themify";
      content: "\e62a";
      background: #00477f;
  }
  .accordion-box .block .acc-content {
      position: relative;
      display: none;
  }
  .accordion-box .block .content {
      position: relative;
      padding: 30px;
      color: #fff;
      border-radius: 0px 0px 20px 20px;
  }
  .accordion-box .block .acc-content.current {
      display: block;
  }
  .accordion-box .block .content .text {
      display: block;
      position: relative;
      top: 0px;
      color: #727272;
  }
  
  /* ======= Testimonials style ======= */
  .testimonials {
      position: relative;
      overflow: hidden;
  }
  .testimonials .item {
      position: relative;
      padding: 40px 40px 0px;
      border-radius: 20px 20px 20px 0;
      background: #f0f0f3;
      margin-bottom: 15px;
  }
  .testimonials .item i.fa-quote-left {
      color: #00477f;
      font-size: 60px;
      margin-bottom: 0px;
  }
  .testimonials .item .text h5 {
      border-radius: 20px;
      font-family: "Now";
      color: #00477f;
      font-weight: 400;
      font-size: 17px;
  }
  .testimonials .item .text p {
      color: #727272;
  }
  .testimonials .item .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -40px;
  }
  .testimonials .item .info .img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
  }
  .testimonials .item .info .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
  }
  .testimonials .item .info h6 {
      color: #000;
      font-size: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1em;
  }
  .testimonials .item .info p {
      font-size: 15px;
      line-height: 1.5em;
      color: #727272;
      margin-bottom: 0;
  }
  .testimonials .item .img-curv {
      position: relative;
      padding: 15px;
      border-radius: 0 40px 0 0;
      background: #fff;
  }
  .testimonials .item .img-curv .shap-left-top {
      position: absolute;
      top: -22px;
      left: -4px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }
  .testimonials .item .img-curv .shap-left-top svg {
      width: 24px;
      height: 20px;
  }
  .testimonials .item .img-curv .shap-right-bottom {
      position: absolute;
      bottom: -5px;
      right: -21px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }
  .testimonials .item .img-curv .shap-right-bottom svg {
      width: 24px;
      height: 24px;
  }
  
  
  /* =======  Image Gallery style  ======= */
  .gallery-filter {
      width: 100%;
      padding-bottom: 30px;
      padding-left: 0px;
      position: relative;
  }
  .gallery-filter li {
      font-family: "Now";
      font-size: 27px;
      font-weight: 500;
      margin-right: 15px;
      display: inline-block;
      cursor: pointer;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .gallery-filter li:last-child {
      margin-right: 0;
  }
  .gallery-filter li.active {
      color: #00477f;
      content: "";
      left: 0;
      bottom: -4px;
      border-bottom: 2px solid #00477f;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .gallery-filter li:hover {
      color: #00477f;
  }
  .gallery-item-inner {
      position: relative;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
      -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
      -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
      transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
      border-radius: 7px;
  }
  .gallery-box {
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      /* align-items: center; */
      cursor: pointer;
      /* text-align: center; */
      border-radius: 20px;
      isolation: isolate;
  }
  .gallery-box .gallery-img {
      position: relative;
      overflow: hidden;
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .gallery-box .gallery-img:after {
      content: " ";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      overflow: hidden;
      -webkit-transition: all .5s;
      transition: all .5s;
  }
  .gallery-box .gallery-img > img {
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      border-radius: 0;
      -webkit-transition: all .5s;
      transition: all .5s;
  }
  .gallery-box:hover .gallery-img > img {
      -webkit-filter: none;
      filter: none;
      -webkit-transform: scale(1.09, 1.09);
      transform: scale(1.09, 1.09);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
  }
  .gallery-box .gallery-detail {
      position: absolute;
      opacity: 0;
      transform: translateX(-20px);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      padding: 20px;
      bottom: 0;
  }
  .gallery-box .gallery-detail h4 {
      font-size: 27px;
      color: #fff;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .gallery-box .gallery-detail p {
      color: #00477f;
      margin-bottom: 0;
  }
  .gallery-box:hover .gallery-detail {
      opacity: 1;
      transform: translateX(0px);
  }
  /* magnific popup custom */
  .mfp-counter {
      display: none;
  }
  .mfp-figure button {
      border: 0px solid transparent;
  }
  button.mfp-close,
  button.mfp-arrow {
      border: 0px solid transparent;
      background: transparent;
  }
  .mfp-bg,
  body.mfp-zoom-out-cur {
      overflow: hidden !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 100% !important;
  }
  
  
  /* ======= Gallery Scroll style ======= */
  .galleryscroll {
      position: relative;
  }
  .galleryscroll .item {
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      border-radius: 5px;
      isolation: isolate;
  }
  .galleryscroll .item .img {
      position: relative;
      overflow: hidden;
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      isolation: isolate;
  }
  .galleryscroll .item .img:after {
      content: " ";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      overflow: hidden;
      -webkit-transition: all .5s;
      transition: all .5s;
  }
  .galleryscroll .item .img > img {
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      border-radius: 0;
      -webkit-transition: all .5s;
      transition: all .5s;
  }
  .galleryscroll .item:hover .img > img {
      -webkit-filter: none;
      filter: none;
      -webkit-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
  }
  
  
  /* ======= Video Gallery style ======= */
  .vid-icon {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
  }
  .vid-icon:hover img {
      -webkit-filter: none;
      filter: none;
      -webkit-transform: scale(1.09, 1.09);
      transform: scale(1.09, 1.09);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
  }
  .video-gallery-button {
      position: relative;
      margin: auto;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      z-index: 4;
      margin-right: 20px;
      float: left;
  }
  .video-gallery-polygon {
      z-index: 2;
      padding-right: 5px;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: #00477f;
      border-radius: 50%;
      color: #fff;
      padding: 12px 11px 12px 13px;
      line-height: 0;
      box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
  }
  .video-gallery-polygon:hover {
      background: #fff;
      color: #00477f;
  }
  .video-gallery-polygon {
      font-size: 20px;
  }
  .video-gallery {
      position: relative;
  }
  .video-gallery .item {
      position: relative;
      border-radius: 20px 20px 20px 0;
      overflow: hidden;
      margin-bottom: 30px;
      isolation: isolate;
  }
  .video-gallery .item img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .video-gallery .item:hover img {
      transform: scale(1.05);
  }
  .video-gallery .item .title {
      position: absolute;
      top: 0px;
      padding: 30px;
  }
  .video-gallery .item .title h4 {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
  }
  .video-gallery .item .curv-butn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90px;
      height: 90px;
      line-height: 90px;
      text-align: center;
      border-radius: 0 45px 0 0;
  }
  .video-gallery .item .curv-butn .vid {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 100%;
      background: transparent;
      color: #fff;
  }
  .video-gallery .item .curv-butn .br-left-top {
      position: absolute;
      top: -24px;
      left: -1px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      line-height: 1;
  }
  .video-gallery .item .curv-butn .br-left-top svg {
      width: 24px;
      height: 24px;
  }
  .video-gallery .item .curv-butn .br-right-bottom {
      position: absolute;
      bottom: -1px;
      right: -24px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      line-height: 1;
  }
  .video-gallery .item .curv-butn .br-right-bottom svg {
      width: 24px;
      height: 24px;
  }
  .video-gallery .item .curv-butn .icon {
      width: 60px;
      height: 60px;
      font-size: 20px;
      color: #fff;
      border: 1px solid #000;
      background-color: #000;
      border-radius: 100%;
      line-height: 60px;
  }
  .video-gallery .item:hover .curv-butn .icon {
      background-color: #00477f;
      border: 1px solid #00477f;
      color: #000;
      border-radius: 100%;
  }
  
  
  /* ======= Video Popup style ======= */
  .play-button {
      position: relative;
      margin: auto;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      z-index: 4;
  }
  .play-button svg {
      position: absolute;
      width: 100%;
      height: 100%;
  }
  .polygon {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 90px;
      font-size: 30px;
      z-index: 2;
  }
  .play-button svg.circle-fill {
      z-index: 1;
      stroke-dasharray: 322;
      stroke-dashoffset: 322;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  .play-button:hover svg.circle-fill {
      stroke-dashoffset: 38.5;
  }
  .play-button svg.circle-track {
      z-index: 0;
  }
  .video-wrapper {}
  .video-wrapper .vid {
      position: relative;
      z-index: 8;
  }
  .video-wrapper .vid .vid-butn:hover .icon {
      color: #fff;
  }
  .video-wrapper .vid .vid-butn:hover .icon:before {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
  }
  .video-wrapper .vid .vid-butn .icon {
      color: #fff;
      width: 100px;
      height: 100px;
      border: none;
      border-radius: 50%;
      line-height: 110px;
      text-align: center;
      font-size: 40px;
      position: relative;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
  }
  .video-wrapper .vid .vid-butn .icon:after {
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      right: 5px;
      left: 5px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: -1;
  }
  .video-wrapper .vid .vid-butn .icon:before {
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      right: 5px;
      left: 5px;
      background: transparent;
      border-radius: 50%;
      z-index: -1;
      -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
      transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  }
  .video-wrapper .vid .vid-butn:hover .icon:after {
      border: 2px solid #fff;
  }
  .video-text {
      font-size: 270px;
      line-height: 110px;
      font-family: "Now";
      font-weight: 500;
      z-index: 1;
      left: -30px;
      right: 80vw;
      bottom: -60px;
      white-space: nowrap;
      font-style: normal;
      position: absolute !important;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
  }
  
  
  /* ======= Rotatext style ======= */
  .video-wrapper {
      overflow: hidden;
  }
  .rotatex {
      position: relative;
      background-attachment: fixed;
      background-position: center;
      overflow: hidden;
  }
  .rotatex .rotate-box {
      position: relative;
      width: 220px;
      height: 220px;
      -webkit-margin-start: auto;
      margin-inline-start: auto;
      -webkit-margin-end: 0;
      margin-inline-end: 0;
  }
  .rotatex .rotate-box .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 90px;
      width: 90px;
      border-radius: 50%;
      background-color: transparent;
      font-size: 40px;
      border: 1px solid #00477f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #00477f;
  }
  .rotatex .rotate-box .rotate-text {
      -webkit-animation: rotateText 20s linear infinite;
      animation: rotateText 20s linear infinite;
      font-weight: 400;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      border-radius: 50%;
      color: #fff;
      font-size: 50px;
      font-weight: 500;
      font-family: "Now";
  }
  .rotatex .rotate-box .rotate-circle svg {
      width: 220px;
      height: 220px;
      fill: #fff;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  @-webkit-keyframes rotateText {
      0% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
      100% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  }
  @keyframes rotateText {
      0% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
      100% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  }
  .rotatex .header-shaps {
      position: absolute;
      bottom: 50px;
      right: 20px;
      width: 70%;
      -o-object-fit: contain;
      object-fit: contain;
  }
  .rotatex .nav-pills {
      margin-top: 50px;
  }
  .rotatex .nav-pills .nav-item {
      position: relative;
  }
  .rotatex .nav-pills .nav-item:last-of-type .nav-link {
      padding-right: 0;
  }
  .rotatex .nav-pills .nav-item:last-of-type .nav-link::after {
      display: none;
  }
  .rotatex .nav-pills .nav-item .nav-link {
      position: relative;
      border-radius: 0;
      background-color: transparent;
      color: #777;
      text-transform: capitalize;
      font-size: 20px;
      font-weight: 500;
      font-family: "Now";
      letter-spacing: 1px;
  }
  .rotatex .nav-pills .nav-item .nav-link::after {
      position: absolute;
      content: "/";
      right: 0;
      top: 7px;
  }
  .rotatex .nav-pills .nav-item .nav-link.active {
      color: #151515;
  }
  @media screen and (max-width: 991px) {
      .rotatex {
          padding: 80px 0;
          overflow: hidden;
      }
      .video-fullscreen-wrap .rotatex {
          padding: 80px 0;
          overflow: hidden;
          display: none;
      }
      
      .kenburns-inner .rotatex {
          display: none;
      }
      
      .video-text {
          display: none;
      }
      .rotatex .rotate-box {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      .parallax-header .rotatex .rotate-box {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          display: none;
      }
      .rotatex .nav-pills .nav-item .nav-link {
          font-size: 13px;
      }
  }
  
  
  /* ======= Blog style ======= */
  .blog {
      position: relative;
  }
  .blog .item {
      position: relative;
      border-radius: 20px 20px 0 20px;
      overflow: hidden;
      margin-bottom: 15px;
      isolation: isolate;
  }
  .blog .item img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
      border-radius: 20px;
  }
  .blog .item:hover img {
      transform: scale(1.05);
      transition: transform 500ms ease;
  }
  /* text */
  .blog .item .title {
      position: absolute;
      bottom: 0px;
      padding: 20px 120px 30px 20px;
      width: 100%;
  }
  .blog .item .title h4 {
      color: #fff;
      font-size: 27px;
      margin-bottom: 0;
      line-height: 1.4em;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  /* icon */
  .blog .item .icon {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      background: #fff;
      border-top-left-radius: 50%;
      padding: 15px;
  }
  .blog .item:hover .icon .arrow {
      transform: scale(1.05);
  }
  .blog .item .icon::before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .blog .item .icon::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 6px 6px 0 6px #fff;
  }
  .blog .item .icon .arrow {
      position: absolute;
      background: #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      line-height: 60px;
  }
  .blog .item .icon .arrow span {
      color: #000;
      font-size: 17px;
  }
  .blog .item:hover .icon .arrow {
      color: #000;
      background: #00477f;
  }
  .blog .item .icon .icon-w {
      overflow: hidden;
      background-color: transparent;
      color: #000;
      font-style: normal;
      font-weight: normal;
  }
  .blog .item .icon i.icon-show {
      text-align: center;
  }
  .blog .item .icon i.icon-show span {
      font-family: "Now";
      font-weight: 500;
      line-height: 15px;
      vertical-align: middle;
      font-size: 27px;
      color: #00477f;
      font-style: normal;
  }
  .blog .item .icon i.icon-show span i {
      font-family: "Now";
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 12px;
      color: #fff;
  }
  .blog .item:hover .icon .icon-w i.icon-show,
  .blog .item .icon .icon-w i.icon-hidden {
      display: none;
      line-height: 50px;
  }
  .blog .item:hover .icon .icon-w i.icon-hidden {
      display: inline;
      text-align: center;
      color: #000;
      font-size: 15px;
      vertical-align: middle;
  }
  
  
  /* ======= Blog 2 style ======= */
  .blog2 .item {
      margin-bottom: 30px;
  }
  .blog2 .post-img {
      position: relative;
      overflow: hidden;
      border-radius: 20px 20px 0 0;
      isolation: isolate;
  }
  .blog2 .post-img:hover img {
      -webkit-filter: none;
      filter: none;
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
  }
  .blog2 .post-img a {
      display: block;
  }
  .blog2 .post-img img {
      -webkit-transition: all .5s;
      transition: all .5s;
  }
  .blog2 .post-cont {
      padding: 30px 40px 40px 40px;
      border-radius: 0 0 20px 20px;
      background: #000;
  }
  .blog2 .post-cont .tag {
      display: block;
      font-size: 17px;
      color: #00477f;
      margin-bottom: 0px;
  }
  .blog2 .post-cont h5,
  .blog2 .post-cont h5 a {
      color: #fff;
      font-size: 30px;
      line-height: 1.25em;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .blog2 .post-cont .category a {
      margin-right: 5px;
      position: relative;
      font-size: 15px;
      margin-bottom: 15px;
      color: #fff;
      display: inline-block;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      letter-spacing: 0;
  }
  .blog2 .post-cont .category a:hover {
      color: #00477f;
  }
  .blog2 .post-cont .category a:before {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #00477f;
      content: "";
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  .blog2 .post-cont .category a:last-child {
      margin-right: 15px;
  }
  .blog2 .post-cont .category a:last-child:after {
      display: none;
  }
  .blog2 .post-cont .calendar a {
      margin-right: 5px;
      position: relative;
      font-size: 15px;
      color: #727272;
      display: inline-block;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      letter-spacing: 0;
  }
  .blog2 .post-cont .calendar a:hover {
      color: #fff;
  }
  /* blog sidebar */
  .blog2-sidebar .widget {
      background: #f0f0f3;
      padding: 30px;
      margin-bottom: 30px;
      overflow: hidden;
      border-radius: 20px;
      border: none;
  }
  .blog2-sidebar .widget ul {
      margin-bottom: 0;
      padding: 0;
  }
  .blog2-sidebar .widget ul li {
      font-size: 17px;
      line-height: 1.5em;
      margin-bottom: 15px;
  }
  .blog2-sidebar .widget ul li a {
      color: #000;
  }
  .blog2-sidebar .widget ul li a.active {
      color: #000;
  }
  .blog2-sidebar .widget ul li a:hover {
      color: #000;
  }
  .blog2-sidebar .widget ul li:last-child {
      margin-bottom: 0;
  }
  .blog2-sidebar .widget ul li i {
      font-size: 10px;
      margin-right: 10px;
      color: #00477f;
  }
  .blog2-sidebar .widget .recent li {
      display: block;
      overflow: hidden;
  }
  .blog2-sidebar .widget .recent .thum {
      width: 80px;
      overflow: hidden;
      float: left;
      border-radius: 5px;
  }
  .blog2-sidebar .widget .recent a {
      display: block;
      margin-left: 100px;
  }
  .blog2-sidebar .widget-title {
      margin-bottom: 15px;
  }
  .blog2-sidebar .widget-title h6 {
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 27px;
      margin-bottom: 15px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .blog2-sidebar .search form {
      position: relative;
  }
  .blog2-sidebar .search form input {
      width: 100%;
      padding: 18px;
      border: 0;
      background: #fff;
      margin-bottom: 0;
      border: none;
      color: #727272;
  }
  .blog2-sidebar .search form input::placeholder {
      color: #727272;
  }
  .blog2-sidebar .search form button {
      position: absolute;
      right: 6px;
      top: 6px;
      background-color: #000;
      color: #00477f;
      border: 0;
      cursor: pointer;
      border-radius: 100%;
      outline: none;
      transform: rotate(0);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
      width: 50px;
      height: 50px;
      line-height: 50px;
  }
  .blog2-sidebar:hover .search form button {
      background-color: #00477f;
      color: #000;
      outline: none;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  .blog2-sidebar .tags li {
      margin: 4px !important;
      padding: 9px 24px;
      background-color: #000;
      color: #fff;
      float: left;
      border-radius: 20px;
  }
  .blog2-sidebar ul.tags li a {
      font-size: 15px;
      color: #fff;
  }
  .blog2-sidebar ul.tags li:hover,
  .blog2-sidebar ul.tags li:hover a {
      background-color: #00477f;
      color: #000;
  }
  
  /* ======= Post style ======= */
  .post {
      position: relative;
  }
  .post h4 {
      font-size: 30px;
      margin-bottom: 15px;
      color: #fff;
  }
  .post h4 span {
      color: #00477f;
  }
  .post .form-box {
      background: transparent;
  }
  .post .form-box h5 {
      font-size: 27px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .post .section {}
  .post .section h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 27px;
      color: #000;
  }
  .post .section h6 span {
      font-size: 15px;
      color: #727272;
      font-weight: 400;
      font-family: "Now";
      letter-spacing: 0;
      display: block;
      text-transform: none;
  }
  .post .section .wrap {
      display: flex;
      margin-bottom: 60px;
  }
  .post .section .wrap .user {
      margin-right: 20px;
      flex: 0 0 auto;
  }
  .post .section .wrap .user img {
      border-radius: 100%;
      width: 90px;
      border: 1px solid #f0f0f3;
      padding: 4px;
  }
  .post .section .wrap .cont {}
  /* pagination */
  .pagination-wrap {
      padding: 0;
      margin: 0;
  }
  .pagination-wrap li {
      display: inline-block;
      margin: 0 5px;
  }
  .pagination-wrap li a {
      background: #f0f0f3;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #000;
      font-family: "Now";
      font-weight: 500;
      border: 1px solid #f0f0f3;
      border-radius: 100%;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
  }
  .pagination-wrap li a i {
      font-size: 12px;
  }
  .pagination-wrap li a:hover {
      opacity: 1;
      text-decoration: none;
      background: #000;
      border: 1px solid #000;
      color: #fff;
      transform: translate3d(0px, -6px, 0.01px);
  }
  .pagination-wrap li a.active {
      background-color: #00477f;
      border: 1px solid #00477f;
      color: #000;
  }
  /* prev/next post */
  .post-prev-next {
      padding: 45px 0;
      border: none;
      background-color: #f0f0f3;
  }
  .post-prev-next a {
      display: inline-block;
      font-family: "Now";
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #727272;
      line-height: 1em;
  }
  .post-prev-next a i {
      color: #00477f;
      font-size: 27px;
  }
  .post-prev-next .post-prev-next-left a i {
      margin-right: 10px;
      font-size: 15px;
      background: #000;
      color: #fff;
      padding: 15px;
      border-radius: 50%;
  }
  .post-prev-next .post-prev-next-left a:hover i {
      background: #00477f;
      color: #000;
  }
  .post-prev-next .post-prev-next-right a i {
      font-size: 15px;
      margin-left: 10px;
      background: #000;
      color: #fff;
      padding: 15px;
      border-radius: 50%;
  }
  .post-prev-next .post-prev-next-right a:hover i {
      background: #00477f;
      color: #000;
  }
  @media screen and (max-width: 991px) {
      .pagination-wrap {
          padding: 0;
          margin: 0;
          text-align: center;
      }
      .post-prev-next {
          text-align: center;
      }
      .post-prev-next-left {
          margin-bottom: 10px;
      }
  }
  
  
  /* ======= Contact style ======= */
  .contact {
      position: relative;
  }
  .contact p {
      color: #727272;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .contact h5 {
      color: #000;
      font-size: 36px;
      text-align: center;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .contact .con {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #727272;
      text-decoration: none;
  }
  .contact .con .icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-right: 15px;
      margin-bottom: 15px;
      border-radius: 100%;
      border: 1px solid #00477f;
      text-align: center;
      background: transparent;
      font-size: 20px;
      color: #fff;
  }
  .contact .con .icon .img {
      border-radius: 0;
      border: 1px solid #00477f;
  }
  .contact .con .icon img {
      background: transparent;
      padding: 13px;
  }
  .contact .con .text {
      color: #727272;
      line-height: 1.5em;
  }
  /* opening-hours list */
  .opening-hours ul {
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      width: 320px;
  }
  .opening-hours ul li .tit,
  .opening-hours ul li .dots,
  .opening-hours ul li span {
      display: table-cell;
      white-space: nowrap;
  }
  .opening-hours ul li {
      margin-bottom: 15px;
      font-size: 17px;
  }
  .opening-hours ul li:last-of-type {
      margin-bottom: 0;
  }
  .opening-hours ul li span {
      white-space: nowrap;
      padding-left: 10px;
      color: #727272;
  }
  .opening-hours ul li .tit {
      padding-right: 10px;
      color: #727272;
  }
  .opening-hours ul li .dots {
      height: 4px;
      width: 100%;
      border-bottom: 2px dashed #202020;
      position: relative;
      top: -7px;
  }
  .google-map {
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      height: calc(64% + 30px);
      overflow: hidden;
      border-radius: 10px;
  }
  
  
  /* ======= Contact Box style ======= */
  .contact-box {
      position: relative;
      margin-bottom: 0px;
      margin-top: -100px;
  }
  .contact-box .container {
      position: relative;
      z-index: 2;
  }
  .contact-box .item {
      background: #f0f0f3;
      padding: 45px 30px;
      -webkit-transition: .5s;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
      line-height: 1;
      text-align: left;
      overflow: hidden;
      transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
      border-radius: 20px;
  }
  .contact-box .item.active {
      background: #00477f;
  }
  .contact-box .item:hover {
      background: #00477f;
      transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
  }
  .contact-box .item h5 {
      font-size: 25px;
      color: #000;
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .contact-box .item.active h5 {
      color: #fff;
  }
  .contact-box .item:hover h5 {
      color: #fff;
      -webkit-transition: .5s;
      transition: .5s;
  }
  .contact-box .item p {
      color: #727272;
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 0;
  }
  .contact-box .item.active p {
      color: #fff;
  }
  .contact-box .item:hover p {
      color: #fff;
  }
  .contact-box .item span {
      font-size: 45px;
      color: #00477f;
      line-height: 1;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-transition: .5s;
      transition: .5s;
  }
  
  .contact-box :hover .item span{
      font-size: 45px;
      color: #fff;
      line-height: 1;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-transition: .5s;
      transition: .5s;
  }
  .contact-box .item.active span {
      color: #fff;
  }
  .contact-box .item:hover span {a
      color: #000;
  }
  .contact-box .item i.numb {
      font-size: 120px;
      position: absolute;
      bottom: -20px;
      right: -30px;
      color: rgb(0 0 0 / 20%);
      opacity: .2;
  }
  .contact-box .item.active i.numb {
      color: rgba(22, 22, 22, 0.5);
  }
  .contact-box .item:hover .numb {
      color: rgba(22, 22, 22, 0.5)
  }
  
  
  /* ======= 404 style ======= */
  .not-found h1 {
      font-size: 240px;
      line-height: 240px;
      letter-spacing: 1px;
      font-weight: 900;
      color: #00477f;
  }
  .not-found h3 {
      color: #000;
      font-size: 36px;
      line-height: 1em;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .not-found p {
      color: #727272;
  }
  .not-found .search-form {
      position: relative;
      max-width: 520px;
      margin: 20px auto 0;
  }
  .not-found .search-form form {
      position: relative;
  }
  .not-found .search-form .form-group {
      position: relative;
      margin: 0;
  }
  .not-found .search-form .form-group input[type="text"],
  .not-found .search-form .form-group input[type="search"],
  .not-found .search-form .form-group input[type="email"] {
      position: relative;
      width: 100%;
      line-height: 30px;
      padding: 10px 100px 10px 20px;
      height: 60px;
      display: block;
      font-size: 17px;
      background: transparent;
      color: #000;
      border-radius: 0px;
      border: 1px solid rgba(0,0,0, 0.1);
      transition: all 300ms ease;
      border-radius: 30px;
  }
  .not-found .search-form .form-group input[type="text"]:focus,
  .not-found .search-form .form-group input[type="email"]:focus,
  .not-found .search-form .form-group input[type="search"]:focus {
      border-color: #00477f;
  }
  .not-found .search-form .form-group input::-webkit-input-placeholder {
      color: #727272;
  }
  .not-found .search-form .form-group input[type="search"]:focus {
      color: #727272;
  }
  .not-found .search-form .form-group .search-button {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 15px;
      background: none;
      color: #fff;
      background: #000;
      border-radius: 100%;
      outline: none;
      transform: rotate(0);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  .not-found .search-form .form-group .search-button span {
      vertical-align: middle;
      outline: none;
  }
  .not-found .search-form:hover .form-group .search-button {
      background: #00477f;
      color: #000;
      outline: none;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  @media screen and (max-width: 991px) {
      .not-found h1 {
          font-size: 140px;
          line-height: 140px;
      }
  }
  
  
  /* ======= Button style ======= */
  /* button 1 */
  .button-1 {
      display: inline-block;
      height: auto;
      padding: 12px 36px;
      border: 1px solid #00477f;
      border-radius: 40px;
      background-color: #00477f;
      color: #fff;
      text-align: center;
      font-family: "Now";
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
  }
  [data-overlay-dark] .button-1 span,
  .button-1 span {
      font-size: 12px;
      margin-left: 5px;
      color: #000;
  }
  [data-overlay-dark] .button-1 i,
  .button-1 i {
      font-style: normal;
      font-size: 17px;
      padding-right: 5px;
      color: #000;
  }
  .button-1:hover {
      border: 1px solid #000;
      background-color: #000;
      color: #fff;
      transform: translate3d(0px, -6px, 0.01px);
  }
  .button-1:hover span {
      color: #fff;
  }
  /* button 2 */
  .button-2 {
      display: inline-block;
      height: auto;
      padding: 12px 36px;
      border: 1px solid #fff;
      border-radius: 40px;
      background-color: #fff;
      color: #000;
      text-align: center;
      font-family: "Now";
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
  }
  [data-overlay-dark] .button-2 span,
  .button-2 span {
      font-size: 12px;
      margin-left: 5px;
      color: #000;
  }
  [data-overlay-dark] .button-2 i,
  .button-2 i {
      font-style: normal;
      font-size: 17px;
      padding-right: 5px;
      color: #000;
  }
  .button-2:hover {
      border: 1px solid #00477f;
      background-color: #00477f;
      color: #000;
      transform: translate3d(0px, -6px, 0.01px);
  }
  .button-2:hover span {
      color: #000;
  }
  /* button 3 */
  .button-3 {
      display: inline-block;
      height: auto;
      padding: 12px 36px;
      border: 1px solid #383e42;
      border-radius: 40px;
      background-color: #383e42;
      color: #fff;
      text-align: center;
      font-family: "Now";
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
      letter-spacing: 1px;
  }
  [data-overlay-dark] .button-3 span,
  .button-3 span {
      font-size: 12px;
      margin-left: 5px;
      color: #fff;
  }
  [data-overlay-dark] .button-3 i,
  .button-3 i {
      font-style: normal;
      font-size: 17px;
      padding-right: 5px;
      color: #fff;
  }
  .button-3:hover {
      border: 1px solid #00477f;
      background-color: #00477f;
      color: #fff;
      transform: translate3d(0px, -6px, 0.01px);
  }
  .button-3:hover span {
      color: #fff;
  }
  /* button 4 */
  .button-4 {
      display: inline-block;
      height: auto;
      padding: 12px 36px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 40px;
      background-color: transparent;
      color: #fff;
      text-align: center;
      font-family: "Now";
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
      transform-style: preserve-3d;
  }
  [data-overlay-dark] .button-4 span,
  .button-4 span {
      font-size: 12px;
      margin-left: 5px;
      color: #fff;
  }
  [data-overlay-dark] .button-4 i,
  .button-4 i {
      font-style: normal;
      font-size: 17px;
      padding-right: 5px;
      color: #fff;
  }
  .button-4:hover {
      border: 1px solid #fff;
      background-color: #fff;
      color: #000;
      transform: translate3d(0px, -6px, 0.01px);
  }
  .button-4:hover span {
      color: #000;
  }
  
  
  /* ======= LetsTalk style ======= */
  .lets-talk {
      position: relative;
  }
  .lets-talk .section-title {
      color: #fff;
      font-size: 40px;
      line-height: 1.2em;
  }
  .lets-talk .section-subtitle {
      color: #00477f;
  }
  .lets-talk .wrap {
      justify-content: flex-start;
      align-items: center;
      display: inline-flex;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      text-decoration: none;
  }
  .lets-talk .wrap .social {
      grid-column-gap: 12px;
      display: inline-flex;
  }
  .lets-talk .wrap .social .icon {
      max-height: 20px;
      max-width: 20px;
      min-height: 20px;
      min-width: 20px;
      background-color: transparent;
      border-radius: 0;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      line-height: 1em;
      text-decoration: none;
      display: flex;
  }
  .lets-talk .wrap .dv {
      max-width: 1px;
      min-width: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      align-self: stretch;
      margin-left: 12px;
      margin-right: 12px;
      height: 12px;
      margin-top: 9px;
  }
  .lets-talk .wrap .icon-right {
      margin-left: 6px;
      line-height: 1em;
      display: inline-block;
  }
  .lets-talk .wrap a {
      font-family: "Now";
      color: #fff;
      font-size: 20px;
  }
  .lets-talk .wrap a:hover {
      color: #00477f;
  }
  .lets-talk .wrap a i.icon-right {
      overflow: hidden;
      transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
  }
  .lets-talk .wrap a:hover i.icon-right {
      transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
  }
  
  
  
  /* ======= Scrolling Style ======= */
  .scrolling {
      background: #000;
      padding: 30px 0;
  }
  .scrolling.scrolling-ticker {
      padding: 20px 0;
  }
  .scrolling.scrolling-ticker .wrapper {
      --gap: 30px;
      position: relative;
      display: flex;
      overflow: hidden;
      user-select: none;
      gap: var(--gap);
      align-items: center;
  }
  .scrolling.scrolling-ticker .wrapper .content {
      flex-shrink: 0;
      display: flex;
      gap: var(--gap);
      min-width: 100%;
      animation: scroll 50s linear infinite;
  }
  .scrolling.scrolling-ticker .wrapper .content span {
      font-family: "Now";
      display: inline-flex;
      align-items: center;
      font-size: 27px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.2em;
      text-transform: uppercase;
      color: #fff;
      vertical-align: middle;
  }
  .scrolling.scrolling-ticker .wrapper .content span img {
      width: 100%;
      max-width: 30px;
      margin-right: 30px;
  }
  @keyframes scroll{
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(calc(-100% - var(--gap)));
      }
  }
  @media only screen and (max-width: 991px) {
      .scrolling {
          padding: 15px 0;
      }
      .scrolling.scrolling-ticker .wrapper {
          --gap: 20px;
      }
      .scrolling.scrolling-ticker .wrapper .content span {
          font-size: 20px;
      }
      .scrolling.scrolling-ticker .wrapper .content span img {
          max-width: 20px;
          margin-right: 20px;
      }
  }
  @media only screen and (max-width: 767px){
      .scrolling.scrolling-ticker .wrapper {
          --gap: 15px;
      }
      .scrolling.scrolling-ticker .wrapper .content span {
          font-size: 17px;
      }
      .scrolling.scrolling-ticker .wrapper .content span img {
          max-width: 15px;
          margin-right: 15px;
      }
  }
  
  
  /* ======= Footer style ======= */
  .footer {
      position: relative;
      background-color: #383e42;
  }
  /* footer top */
  .footer .top {
      padding: 100px 0 20px 0;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .top .item .logo,
  .footer .bottom .logo {
      width: 300px;
      margin-bottom: 15px;
  }
  .footer .top .item h2 {
      color: #fff;
      font-size: 30px;
      margin-bottom: 15px;
  }
  .footer .top .item h2 span {
      color: #00477f;
  }
  .footer .top .item h3 {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .footer .top .item h3 span {
      color: #00477f;
  }
  .footer .top .item p {
      color: #fff;
  }
  .footer .top .item .language {
      width: 160px;
      display: flex;
      flex-wrap: wrap;
      position: relative;
  }
  .footer .top .item .language i {
      position: absolute;
      right: 30px;
      top: 17px;
      font-size: 17px;
      font-weight: 400;
      color: #fff;
  }
  .footer .top .item .language select {
      height: 50px;
      background: #00477f;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      border: none;
      border-radius: 30px;
  }
  .footer .top .item .language select option {
      color: rgba(255, 255, 255, 0.7);
  }
  select {
      width: 160px;
      max-width: 100%;
      height: 70px;
      padding: 0 30px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      color: rgba(255, 255, 255, 0.7);
      -webkit-appearance: none;
      -moz-appearance: none;
  }
  .footer .top .item .links ul {
      margin: 0;
      padding: 0;
  }
  .footer .top .item .links ul li {
      margin-bottom: 5px;
  }
  .footer .top .item .links ul li:hover {
      color: #00477f;
  }
  .footer .top .item .links ul li i {
      font-size: 7px;
      margin-right: 3px;
  }
  .footer .top .item .links ul li a {
      color: #fff;
      position: relative;
  }
  .footer .top .item .links ul li:hover a {
      color: #00477f;
  }
  .footer .top .item .address {
      color: rgba(255, 255, 255, 0.7);
      font-size: 17px;
      margin-bottom: 15px;
  }
  .footer .top .item .phone {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7);
      font-weight: 400;
      display: block;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      margin-bottom: 15px;
      line-height: 1.25em;
  }
  .footer .top .item .mail {
      font-size: 17px;
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      display: inline-block;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  .footer .top .item .newsletter {
      position: relative;
  }
  .footer .top .item .newsletter input {
      height: 60px;
      width: 100%;
      border: none;
      background: transparent;
      font-size: 17px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.7);
      outline: none;
      padding: 0 90px 0 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px;
  }
  .footer .top .item .newsletter button {
      height: 50px;
      width: 50px;
      border: none;
      background: rgba(255, 255, 255, 0.1);
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      outline: none;
      padding: 0px 16px;
      cursor: pointer;
      display: inline-block;
      position: absolute;
      top: 5px;
      right: 5px;
      border-radius: 100%;
      line-height: 55px;
      outline: none;
      transform: rotate(0);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
  }
  .footer .top .item .newsletter input::placeholder {
      color: #fff;
  }
  .footer .top .item .newsletter:hover button {
      background: #00477f;
      outline: none;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.7s linear;
      -o-transition: all 0.7s linear;
      transition: all 0.7s linear;
      color: #000;
  }
  /* footer bottom */
  .footer .bottom {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .footer .bottom p {
      color: #fff;
      font-size: 15px;
  }
  .footer .bottom p a {
      background: linear-gradient(to bottom, #00477f 0%, #00477f 100%);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 1px 1px;
      color: #fff;
      text-decoration: none;
      transition: background-size .2s;
  }
  .footer .bottom p a:hover {
      color: #00477f;
  }
  /* social icons */
  .footer .top .social-icons li {
      display: inline-block;
      border: none;
      z-index: 1;
      position: relative;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin-right: 5px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border-radius: 100%;
      font-size: 15px;
      color: #fff;
      background: #1b1b1b;
  }
  .footer .top .social-icons .list-inline {
      margin: 0;
  }
  .footer .top .social-icons li:hover {
      background: #00477f;
      color: #000;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
  }
  
  
  /* ======= toTop Button style ======= */
  .progress-wrap {
      position: fixed;
      background: #00477f;
      bottom: 30px;
      right: 30px;
      height: 55px;
      width: 55px;
      cursor: pointer;
      display: block;
      border-radius: 50px;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 400ms linear;
      -o-transition: all 400ms linear;
      transition: all 400ms linear;
  }
  .progress-wrap.active-progress {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  .progress-wrap::after {
      position: absolute;
      font-family: 'themify';
      content: '\e627';
      text-align: center;
      line-height: 55px;
      font-size: 15px;
      font-weight: normal;
      left: 0;
      top: 0;
      height: 55px;
      width: 55px;
      cursor: pointer;
      display: block;
      z-index: 1;
      -webkit-transition: all 400ms linear;
      -o-transition: all 400ms linear;
      transition: all 400ms linear;
  }
  .progress-wrap svg path {
      fill: none;
  }
  .progress-wrap svg.progress-circle path {
      stroke: #00477f;
      stroke-width: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 400ms linear;
      -o-transition: all 400ms linear;
      transition: all 400ms linear;
  }
  .progress-wrap::after {
      color: #fff;
  }
  .progress-wrap svg.progress-circle path {
      stroke: #00477f;
  }
  
  
  /* ======= Modal Form & Popup style ======= */
  /* modal box */
  .modal-box {
      position: relative;
      background: #000;
      padding: 60px 40px;
      margin-bottom: -60px;
      border-radius: 0 0 20px 20px;
  }
  .modal-box .head-box h6 {
      font-size: 10px;
      font-weight: 400;
      color: #00477f;
      position: relative;
      letter-spacing: 3px;
      margin-bottom: 10px;
      text-transform: uppercase;
  }
  .modal-box .head-box h4 {
      font-size: 40px;
      margin-bottom: 30px;
      color: #fff;
      line-height: 1em;
      font-weight: 400;
  }
  .modal-box .head-box h4 span {
      color: #000;
  }
  /* button */
  .modal-button {
      display: block;
      padding: 0 30px;
      border: none;
      margin: 0;
      width: auto;
      background: #00477f;
      color: #000;
      font-size: 17px;
      text-decoration: none;
      line-height: 60px;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease-out;
      font-weight: 400;
      border-radius: 30px;
  }
  .modal-button:hover {
      background: #fff;
      color: #000;
  }
  .modal-button:focus {
      outline: none;
  }
  @media screen and (max-width: 991px) {
      .modal-box {
          margin-bottom: 90px;
          margin-bottom: 0px;
          padding: 35px 20px;
      }
  }
  /* modal popup */
  .modal-content {
      position: relative;
      border-radius: 20px;
      border: none;
  }
  .modal-header {
      background: #00477f;
      border: none;
      padding: 25px 30px;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
  }
  .modal-body {
      background: #000;
      padding: 0;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
  }
  .modal-body .modal-box {
      margin-bottom: 0;
  }
  .modal-title {
      font-family: "Now";
      font-weight: 400;
      font-size: 24px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .modal-header .btn-close:focus,
  .modal-header .btn-close:active {
      outline: none;
      box-shadow: none;
  }
  
  
  /* ======= Responsive style ======= */
  @media (min-width: 1400px) {
      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
          max-width: 1220px;
      }
  }
  @media screen and (max-width: 991px) {
      .bg-fixed {
          background-attachment: scroll !important;
      }
      .lets-talk .section-title {
          font-size: 45px;
      }
      .lets-talk .wrap {
          display: flow;
          display: flow-root;
      }
  }
  
  
  .bg-imgfixed {
      background-attachment: fixed;
  }
  
  @media (hover: none) and (pointer: coarse), (max-width: 1366px) {
      .bg-imgfixed {
          background-attachment: scroll !important;
      }
  }
  
  
  /* ======= Overlay Effect Bg Image style ======= */
  [data-overlay-dark] {
      position: relative;
  }
  [data-overlay-dark] .container {
      position: relative;
      z-index: 2;
  }
  [data-overlay-dark]:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
  }
  [data-overlay-dark]:before {
      background: #000;
  }
  [data-overlay-dark] h1,
  [data-overlay-dark] h2,
  [data-overlay-dark] h3,
  [data-overlay-dark] h4,
  [data-overlay-dark] h5,
  [data-overlay-dark] h6,
  [data-overlay-dark] span {
      color: #fff;
  }
  [data-overlay-dark] p {
      color: #727272;
  }
  [data-overlay-dark="0"]:before {
      opacity: 0;
  }
  [data-overlay-dark="1"]:before {
      opacity: 0.1;
  }
  [data-overlay-dark="2"]:before {
      opacity: 0.2;
  }
  [data-overlay-dark="3"]:before {
      opacity: 0.3;
  }
  [data-overlay-dark="4"]:before {
      opacity: 0.4;
  }
  [data-overlay-dark="5"]:before {
      opacity: 0.5;
  }
  [data-overlay-dark="6"]:before {
      opacity: 0.6;
  }
  [data-overlay-dark="7"]:before {
      opacity: 0.7;
  }
  [data-overlay-dark="8"]:before {
      opacity: 0.8;
  }
  [data-overlay-dark="9"]:before {
      opacity: 0.9;
  }
  [data-overlay-dark="10"]:before {
      opacity: 1;
  }
  
  .content h1{
      font-size: 35px;
      line-height: 40px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: -1px;
  }
  
  .content h2{
      font-size: 28px;
      line-height: 35px;
      text-transform: uppercase;
      font-weight: 500;
  }
  
  .content h3{
      font-size: 28px;
      line-height: 35px;
      text-transform: uppercase;
      font-weight: 500;
  }