
  /*-------------------------------------------------------*/
  /* Preloader
  /*-------------------------------------------------------*/
  .loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999; }
  
  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #121212;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  
  .loader,
  .loader:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10em;
    height: 10em; }
  
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @media (max-width: 991px) {
    .navbar-header {
      float: none; }
    .navbar-left, .navbar-nav, .navbar-right {
      float: none !important; }
    .navbar-toggle {
      display: block; }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .navbar-collapse.collapse {
      display: none !important; }
    .navbar-nav {
      margin-top: 7.5px; }
    .navbar-nav > li {
      float: none; }
    .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collapse.in {
      display: block !important; }
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  
  /*-------------------------------------------------------*/
  /* Navigation Onepage
  /*-------------------------------------------------------*/
  .nav-type-1 .container-fluid {
    padding: 0 50px; 
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 60px;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
    top:-10px;
}

.navbar-nav {
    margin: 0;
    float: right;
    display: inline-block; 
}

.navbar-nav > li > a {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 90px;
    color: #00aeef;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: bold;
    transition: all 0.3s ease-in-out; 
}

.navigation-overlay {
    width: 100%;
    transition: all 0.3s ease-in-out; 
}

.navigation-overlay.sticky {
    background-color: #ffffff; /* White background when sticky */
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.navigation-overlay.sticky .navbar-nav > li > a,
.navigation-overlay.sticky .menu-socials li > a {
    line-height: 60px; 
    color: #00aeef; 
}

.navbar-header {
    width: 20%;
    padding-right: 15px; 
}

.nav-wrap {
    /*width: 80%;*/ 
}

.menu-socials {
    width: 20%;
    float: right;
    padding: 0 15px; 
}

.menu-socials ul {
    float: right; 
}

.menu-socials li {
    display: inline-block; 
}

.menu-socials li > a {
    font-size: 16px;
    line-height: 90px;
    margin-left: 22px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-in-out; 
}

.menu-socials li > a:hover {
    border-color: #00aeef; 
}

.logo-container {
    padding: 0 15px;
    float: left; 
}

.logo-wrap {
    display: table;
    width: 100%; 
}

.logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    transition: all 0.3s ease-in-out; 
}

.logo-wrap.shrink > a {
    height: 60px; 
}

.logo-wrap img {
    transition: all 0.3s ease-in-out;
    height: 66px; 
}

.logo-wrap.shrink img {
    height: 48px; 
}

.navbar-collapse.in {
    overflow-x: hidden; 
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
    opacity: 1;
    color: #00aeef !important; 
}

.navbar-collapse {
    padding: 0;
    border-top: none; 
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    border-color: #f2f2f2; 
}

  @media (max-width: 991px) {
    .navigation-overlay,
    .navigation-overlay.sticky {
      background-color: rgba(17, 17, 17, 0.9); }
    .nav-wrap {
      width: 100%;
      padding: 0;
      min-height: 0; }
    .nav-type-1 .container-fluid {
      padding: 0 15px; }
    .navbar-header {
      width: 100%;
      padding-right: 0; }
    .logo-wrap img {
      height: 48px; }
    .logo-wrap > a {
      height: 60px; }
    .navbar-nav {
      width: 100%;
      padding: 40px 0; }
    .navigation-overlay.sticky .navbar-nav > li > a,
    .navigation-overlay .navbar-nav > li > a {
      padding: 10px 0;
      line-height: 30px; } }
  
  /* Navigation Toggle
  -------------------------------------------------------*/
  .navbar-toggle {
    margin-top: 13px;
    border: none;
    z-index: 50;
    margin-right: 5px; }
    .navbar-toggle .icon-bar {
      background-color: #fff;
      width: 18px; }
    .navbar-toggle:focus, .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
      background-color: #f2f2f2; }
  
  /*Go to Top*/
  #back-to-top {
    display: block;
    z-index: 500;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #ffffff;
    text-decoration: none;
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12); }
    #back-to-top i {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    #back-to-top a {
      width: 40px;
      height: 40px;
      display: block;
      color: #111; }
    #back-to-top.show {
      bottom: 20px; }
    #back-to-top:hover {
      background-color: #111; }
    #back-to-top:hover i {
      color: #fff; }
  
  /*-------------------------------------------------------*/
  /* Navigation Multi-Page
  /*-------------------------------------------------------*/
  .nav-type-2 .navbar {
    min-height: 90px; }
  
  .nav-type-2 .nav-wrap {
    width: 80%; }
  
  .nav-type-2 .navbar-nav > li > a {
    padding: 0 15px; }
  
  .nav-type-2 .navbar-toggle:focus .icon-bar,
  .nav-type-2 .navbar-toggle:hover .icon-bar {
    background-color: #111; }
  
  .nav-type-2 .navbar-nav > li > a {
    color: #111;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  
  .nav-type-2 .navbar-toggle .icon-bar,
  .nav-type-4 .navbar-toggle .icon-bar {
    background-color: #7a7a7a; }
  
  .navigation.offset {
    -webkit-transform: translate3d(0, -300px, 0);
    -moz-transform: translate3d(0, -300px, 0);
    -ms-transform: translate3d(0, -300px, 0);
    -o-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  
  .navigation.sticky {
    position: fixed;
    background-color: hsl(0, 0%, 100%);
    visibility: hidden;
    opacity: 1;
    width: 100%;
    height: 60px;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1009; }
  
  .navigation.scrolling {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  
    .navigation.sticky.scrolling {
      opacity: 1;
      visibility: visible;
      background-color: #fff; /* Ensures the background stays white when scrolling */
  }
  .navigation.sticky .navbar-nav > li > a {
    line-height: 60px; 
 }
  
  .navbar-nav .dropdown-menu {
    left: 0; }
    .navbar-nav .dropdown-menu.menu-right {
      left: auto;
      right: 0; }
  
  .dropdown-menu {
    min-width: 200px;
    margin: 0;
    padding:0px 0;
    border-top: 3px solid #00aeef;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
    .dropdown-menu > li > a {
      padding: 10px 20px;
      font-size: 16px;
      color: #333;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 500; }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
      background-color: transparent;
      color: #00aeef; }
    .dropdown-menu .megamenu-wrap ul > li > a {
      display: block;
      clear: both;
      font-weight: 500;
      line-height: 1.42857143;
      color: #7a7a7a;
      white-space: nowrap;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  
  .dropdown-submenu > a:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    right: 15px;
    color: #7a7a7a; }
  
  .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible; }
  
  .navbar .dropdown-menu {
    margin-top: 0; }
  
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -2px; }
  
  /* Menu Search
  -------------------------------------------------------*/
  .navbar-nav > li > a.nav-search {
    position: relative;
    display: block;
    margin: 38px 0 37px;
    width: 15px;
    height: 15px;
    padding-left: 10px; }
  
  .navigation.sticky .navbar-nav > li > a.nav-search {
    margin: 23px 0 22px; }
  
  .search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20; }
    .search-wrap .form-control {
      height: 100%;
      border: none;
      font-size: 24px; }
    .search-wrap input,
    .search-wrap input:focus {
      background-color: #fff !important;
      border: none; }
  
  .search-trigger {
    z-index: 22;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    opacity: 1; }
  
  .search-close {
    opacity: 0;
    font-size: 16px;
    z-index: 21;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0; }
  
  .nav-search.open .search-trigger {
    opacity: 0;
    z-index: 20; }
  
  .nav-search.open .search-close {
    opacity: 1; }
  
  #mobile-search {
    display: none; }
  
  /*-------------------------------------------------------*/
  /* Navigation Portfolio
  /*-------------------------------------------------------*/
  .nav-type-3 {
    background-color: #fff;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1000; }
    .nav-type-3 .nav-wrap {
      display: table;
      height: 100px;
      width: 100%;
      float: left; }
    .nav-type-3 .logo-container a {
      z-index: 11;
      vertical-align: middle;
      display: table-cell;
      height: 100px;
      padding: 0 20px; }
  
  .full-nav,
  #nav-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  .fs-menu {
    position: fixed;
    background-color: rgba(12, 12, 12, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden; }
    .fs-menu.open {
      opacity: .9;
      visibility: visible;
      z-index: 200;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .fs-menu.open li {
      -webkit-animation: fadeInUp .35s ease forwards;
      -moz-animation: fadeInUp .35s ease forwards;
      -ms-animation: fadeInUp .35s ease forwards;
      -o-animation: fadeInUp .35s ease forwards;
      animation: fadeInUp .35s ease forwards;
      -webkit-animation-delay: .10s;
      -moz-animation-delay: .10s;
      -ms-animation-delay: .10s;
      -o-animation-delay: .10s;
      animation-delay: .10s; }
    .fs-menu.open li:nth-of-type(2) {
      animation-delay: .15s; }
    .fs-menu.open li:nth-of-type(3) {
      animation-delay: .20s; }
    .fs-menu.open li:nth-of-type(4) {
      animation-delay: .25s; }
    .fs-menu.open li:nth-of-type(5) {
      animation-delay: .30s; }
    .fs-menu.open li:nth-of-type(6) {
      animation-delay: .35s; }
    .fs-menu.open li:nth-of-type(7) {
      animation-delay: .40s; }
  
  .overlay-menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .overlay-menu ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      height: 100%; }
    .overlay-menu ul li {
      display: block;
      position: relative;
      opacity: 0;
      padding: 15px 0; }
    .overlay-menu ul li a {
      display: block;
      position: relative;
      overflow: hidden;
      font-family: "Montserrat", sans-serif;
      font-size: 36px;
      letter-spacing: 0.05em;
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .overlay-menu ul li.active > a,
    .overlay-menu ul li a:hover {
      color: #00aeef; }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      bottom: 20%; }
    100% {
      opacity: 1;
      bottom: 0; } }
  
  /* Nav icon */
  #nav-icon {
    right: 40px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    margin-right: 0;
    z-index: 300;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer; }
    #nav-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #111;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -ms-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
      top: 6px; }
    #nav-icon span:nth-child(4) {
      top: 12px; }
    #nav-icon.open span:nth-child(1) {
      top: 6px;
      width: 0%;
      left: 50%; }
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff; }
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #fff; }
    #nav-icon.open span:nth-child(4) {
      top: 6px;
      width: 0%;
      left: 50%; }
  
  /*-------------------------------------------------------*/
  /* Navigation Leftside
  /*-------------------------------------------------------*/
  .sidenav .container-fluid,
  .sidenav .container {
    width: 90%; }
  
  .sidenav .result-boxes .container-fluid {
    width: 100%; }
  
  .sidenav .header-wrap {
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 70px 50px; }
  
  .sidenav .works-grid-3-col-wide .container-fluid {
    padding: 0 15px; }
  
  .content-wrap {
    margin-left: 300px;
    position: relative;
    width: auto; }
  
  .nav-type-4 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    height: 100%;
    width: 300px; }
    .nav-type-4 .navbar-header,
    .nav-type-4 .nav-wrap {
      width: 100%; }
    .nav-type-4 .navbar-header {
      padding: 0; }
    .nav-type-4 .navbar {
      min-height: 100%; }
    .nav-type-4 .logo-container {
      width: 100%;
      padding: 0; }
    .nav-type-4 .logo-wrap > a {
      height: auto;
      text-align: center; }
    .nav-type-4 .nav {
      width: 100%;
      margin-top: 40px; }
    .nav-type-4 .navbar-nav > li {
      float: none; }
    .nav-type-4 .navbar-nav > li > a {
      padding: 17px 0;
      line-height: 1;
      color: #111; }
    .nav-type-4 .social-icons a {
      float: none !important; }
      .nav-type-4 .social-icons a:hover {
        color: #111; }
  
  /* Clients
  -------------------------------------------------------*/
  .client-logo {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    text-align: center; }
    .client-logo:last-child {
      border-right: none; }
  
  .second-row .client-logo {
    border-bottom: none; }
  
  /* Contact
  -------------------------------------------------------*/
  .contact-row {
    margin-left: -8px;
    margin-right: -8px; }
  
  .contact-name,
  .contact-email {
    padding: 0 8px; }
  
  .contact-item {
    position: relative;
    padding-left: 70px;
    padding-top: 5px;
    margin-top: 30px; }
    .contact-item:first-of-type {
      margin-top: 38px; }
    .contact-item h6 {
      font-size: 12px;
      margin-top: 5px;
      margin-bottom: 7px; }
    .contact-item p,
    .contact-item span,
    .contact-item a {
      font-size: 16px; }
    .contact-item a:hover {
      color: #111; }
  
  .contact-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #00aeef;
    text-align: center;
    position: absolute;
    left: 0; }
    .contact-icon i {
      font-size: 18px;
      color: #00aeef;
      line-height: 47px; }
  
  .gmap {
    position: relative;
    width: 100%;
    height: 450px; }
  
  #contact-form .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff; }
  
  #contact-form .message.error {
    background-color: #f44336; }
  
  #contact-form .message.success {
    background-color: #4CAF50; }
  
 
 
  
 
  
  /*-------------------------------------------------------*/
  /* 404
  /*-------------------------------------------------------*/
  .page-404 h1 {
    font-size: 200px; }
  
  .page-404 a,
  .page-404 p {
    font-size: 14px; }
  
  /* Intro
  -------------------------------------------------------*/
  .section-wrap.intro {
    padding:90px 0 120px; }
  
  .intro.style-2 .intro-text p {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    color: #111; }
  
  
  /*-------------------------------------------------------*/
  /* Shortcodes
  /*-------------------------------------------------------*/
  /* Accordions
  -------------------------------------------------------*/
  .accordion > .panel-content {
    padding: 10px 0 10px 20px; }
  
  .accordion > .acc-panel > a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 13px 20px;
    background-color: #fff;
    color: #7a7a7a;
    margin-bottom: 10px;
    border: 3px solid #d1d1d1;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  
  .accordion > .acc-panel > a.active {
    color: #111;
    background-color: #fff;
    border-color: #333; }
  
  .accordion > .acc-panel > a:after {
    font-family: "ElegantIcons";
    position: absolute;
    right: 10px;
    top: 2px;
    color: #7a7a7a;
    font-weight: normal;
    font-size: 26px; }
  
  .accordion > .acc-panel > a:after {
    content: "\35"; }
  
  .accordion > .acc-panel > a.active:after {
    content: "\33";
    color: #333; }
  
  .accordion > .acc-panel > a:hover {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  
  .accordion > .acc-panel > a:hover:after {
    color: #fff; }
  
 
  
  /*-------------------------------------------------------*/
  /* Footer
  /*-------------------------------------------------------*/
  .footer.minimal {
    padding: 50px 0;
    text-align: center; }
  
  .footer.minimal .copyright {
    display: block;
    margin-top: 70px;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; 
  color:#fff;}
  
  .footer.minimal .copyright a {
    color: #909090; }
  
  .socials.footer-socials a {
    margin: 0 2px; }
    .socials.footer-socials a:hover i {
      color: #fff;
      background-color: #00aeef; }
  
  .socials.footer-socials i {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1b1b1b;
    color: #dbdbdb;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  
  /*-------------------------------------------------------*/
  /* Footer Type-2
  /*-------------------------------------------------------*/
  .footer.footer-type-2 {
    background-color: #111; }
  
  .footer-widgets {
    padding: 100px 0; }
    .footer-widgets h5 {
      margin-bottom: 24px;
      font-size: 16px;
      color: #fff; }
    .footer-widgets a {
      color: #7a7a7a; }
      .footer-widgets a:hover {
        color: #fff; }
  
  .footer-links ul > li {
    padding: 13px 0;
    border-bottom: 1px solid #292929;
    line-height: 24px; }
  
  .footer-links li {
    padding-bottom: 7px; }
    .footer-links li:last-child {
      padding-bottom: 0; }
  
  .footer-get-in-touch p {
    margin-bottom: 7px; }
  
  p.footer-address {
    margin-bottom: 24px; }
  
  .footer-entry {
    padding: 9px 0 14px;
    border-bottom: 1px solid #292929; }
    .footer-entry p {
      margin-bottom: 1px; }
    .footer-entry span {
      color: #4c4c4c;
      font-size: 12px; }
  
  .footer-entry:first-child,
  .footer-links li:first-child {
    padding-top: 0; }
  
  .footer-entry:last-child,
  .footer-links li:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  
  .footer-socials .social-icons a {
    margin-right: 3px;
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-color: transparent;
    color: #7a7a7a;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  
  .social-icons.light a {
    background-color: #f7f7f7; }
  
  .social-icons i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative; }
  
  .social-icons a:hover {
    color: #fff; }
  
  .bottom-footer {
    background-color: #0c0c0c;
    padding: 34px 0; }
  
  .copyright span {
    font-size: 13px;
    line-height: 32px; }
    .copyright span a {
      color: #7a7a7a; }
      .copyright span a:hover {
        color: #fff; }
  
  /*-------------------------------------------------------*/
  /* Footer Type-3
  /*-------------------------------------------------------*/
  .footer-type-3 {
    padding: 100px 0;
    font-size: 13px;
    line-height: 37px; }
    .footer-type-3 .footer-socials {
      text-align: right; }
    .footer-type-3 .footer-socials i {
      background-color: transparent;
      color: #7a7a7a; }
    .footer-type-3 .footer-socials a:hover i {
      background-color: transparent;
      color: #111; }
    .footer-type-3 a {
      color: #7a7a7a; }
      .footer-type-3 a:hover {
        color: #111; }
  
  /*# sourceMappingURL=style.css.map */
  