@charset "UTF-8";
/*!
    Concept - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 2000-2095 ForBetterWeb.com
 */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(../fonts/fontawesome/css/fontawesome.min.css);
@import url(../fonts/fontawesome/css/brands.min.css);
@import url(../fonts/fontawesome/css/solid.min.css);
@import url(../fonts/ionicons/css/ionicons.min.css);
@import url(../css/vegas.min.css);
@import url(../css/animate.min.css);
@import url(../css/swipebox.css);

body,
html {
  width: 100% !important;
  height: 100% !important
}

.span {
  background: transparent;
  /* or gradient if necessary */
}

#preloader,
#status:after,
#status:before,
.overlay,
.overlay-white {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.text-gradient,
.text-gradient-gray {
  -webkit-text-fill-color: transparent
}

.float-left,
.iconsmall {
  float: left
}

#status,
.fa,
.navbar-custom .navbar-brand i {
  vertical-align: middle
}

.add-cart:before,
.topbtn::after {
  font-family: "Font Awesome 5 Free"
}

.atthah-overlay,
.content-bx,
.testimonial-bg {
  box-sizing: border-box
}

.awp-quote,
.sub-heading,
.tagline {
  font-style: italic
}

#notable_awards ul li,
#team h5 {
  font-size: 1.6rem !important
}

body {
  font: 500 15px/1.6 Montserrat, sans-serif;
  background-color: #0c0805;
  -webkit-font-smoothing: antialiased;
  overflow: hidden !important;
  overflow-y: scroll !important;
  background-repeat: repeat;
  background-attachment: fixed
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  line-height: 1.3;
  font-weight: 700
}

.container,
.navbar-fixed-top .container {
  padding: 0 15px !important
}

#preloader {
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  width: 100%;
  overflow: hidden
}

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  background: #999;
  animation: 1.15s ease-in-out infinite loader;
  -webkit-animation: 1.15s ease-in-out infinite loader;
  -moz-animation: 1.15s ease-in-out infinite loader
}

#status:after,
#status:before {
  animation: 1.15s ease-in-out infinite;
  -webkit-animation: 1.15s ease-in-out infinite;
  -moz-animation: 1.15s ease-in-out infinite;
  width: 100%;
  border-radius: 50%
}

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1
  }

  to {
    transform: scale(1);
    opacity: .5
  }
}

@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1
  }

  to {
    -ms-transform: scale(1);
    opacity: .5
  }
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1
  }

  to {
    -webkit-transform: scale(1);
    opacity: .5
  }
}

@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1
  }

  to {
    -moz-transform: scale(1);
    opacity: .5
  }
}

.no-transform {
  text-transform: none
}

p {
  margin: 0 0 35px
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer !important
}

a img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.btn,
a .fa,
a .icon {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  text-decoration: none
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
  width: 100%
}

:focus,
a,
img,
input {
  outline: 0 !important
}

a:focus,
a:hover {
  color: #666;
  text-decoration: none
}

#carousel-shop .carousel-indicators li:hover img,
a img:hover {
  opacity: .75
}

.no-pad {
  padding: 0 !important;
  margin: 0 !important
}

.no-pad-btm {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important
}

.no-pad-top {
  padding-top: 0 !important
}

.overlay {
  background: rgba(7, 9, 21, .5)
}

.overlay-white {
  background: rgba(255, 255, 255, .85);
  color: #555 !important;
  text-shadow: none
}

.overlay,
.overlay-white {
  width: 100%;
  z-index: -1
}

.image-overlay {
  padding: 0;
  margin-top: -150px;
  z-index: 999;
  position: relative
}

.breadcrumb {
  background-color: transparent;
  padding: 15px
}

.section,
section {
  position: relative;
  z-index: 992;
  overflow: hidden
}

.section-small {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: auto !important
}

.section-offcet {
  overflow: inherit
}

.list-inline>li {
  padding-bottom: 10px;
  vertical-align: bottom
}

input,
textarea {
  border-radius: 50px !important
}

.dropdown-menu,
.list-group-item,
.panel,
.progress,
select {
  border-radius: 6px !important
}

.nav .label {
  padding: .4em .7em .3em
}

.label-danger {
  background-color: #c00
}

.btn-border,
.btn-dark-border {
  background-color: transparent
}

.badge {
  line-height: inherit;
  border-radius: 15px !important
}

.dark-gray {
  color: #999
}

.bg-dark .progress-thin .progress-bar,
.gray,
section.bg-dark .fa,
section.bg-dark2 .fa {
  color: #ccc
}

.awp-highlight,
.orange {
  color: #f60
}

.blue {
  color: #5bc0df
}

.violet {
  color: #ff4081
}

.pastel {
  color: #9aa8b1
}

.navbar-custom.top-nav-collapse a,
.text-black {
  color: #000
}

.bg-dark a,
.bg-dark2 a,
.bg-img a,
.bg-img-custom,
.bg-img-custom-small,
.bg-img2 a,
.bg-img3 a,
.bg-img4 a,
.bg-img5 a,
.bg-img6 a,
.bg-primary a,
.bg-transparent a,
.buy-badge a,
.demo-badge a,
.intro a,
.landing-nav,
.landing-nav a,
.white {
  color: #fff
}

.btn {
  font-size: 12px !important;
  letter-spacing: .5px;
  outline: 0;
  text-transform: uppercase;
  text-shadow: none;
  padding: 7px 25px;
  border-radius: 5px;
  font-weight: 800
}

.transform-journey-btn,
.transform-journey-btn:focus,
.transform-journey-btn:hover {
  outline: white solid 1px !important
}

.btn-lg {
  font-size: 13px !important;
  padding: 10px 32px
}

.btn-sm {
  font-size: 12px !important;
  font-weight: 400
}

.btn-xs {
  font-size: 9px !important;
  padding: 4px 10px
}

.header-content {
  font-family: sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 800 !important
}

.classic,
.classic-big {
  font-weight: 400 !important
}

.btn-border {
  border: 1px solid #fff;
  color: #fff !important
}

.btn-dark-border {
  border: 2px solid #000;
  color: #000
}

.btn-white,
.transform-journey-btn {
  color: #fff !important;
  background-color: #ffffff00
}

.btn-white {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.transform-journey-btn {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05) !important;
  padding: 25px 130px !important;
  border-radius: 50px !important
}

.transform-journey-btn:hover {
  background: #fff !important;
  color: #f60 !important;
  border-color: #fff !important
}

.btn-gray {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #000 !important
}

.btn-Concept,
.btn-dark,
.btn-violet {
  color: #fff !important
}

.btn-dark {
  border: 2px solid #18191b;
  background-color: #18191b
}

.btn-Concept {
  border: 2px solid #9aa8b1;
  background-color: #9aa8b1
}

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081
}

#carousel-shop .carousel-indicators li.active img,
.btn-Concept:focus,
.btn-border:focus,
.btn-dark-border:focus,
.btn-gray:focus,
.btn-violet:focus,
.btn-white:focus,
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right,
.distinguished-card[style*="display: block"],
.distinguished-card[style*="display: inline-block"] {
  opacity: 1
}

.btn:hover {
  box-shadow: none;
  opacity: .85 !important
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  border-radius: 50px;
  margin: 0
}

.input-group-btn .btn {
  margin-left: -30px !important;
  z-index: 9
}

a .fa,
a .icon {
  transition: .3s ease-in-out
}

.iconsmall {
  font-size: 46px;
  line-height: 54px;
  padding-right: 10px
}

.icon-big,
.icon-small {
  font-size: 80px !important;
  display: block !important;
  line-height: 75px !important
}

.icon-big-left {
  width: 25% !important;
  display: block !important
}

.icon-small {
  width: 20% !important;
  margin: 0 auto;
  padding: 15px
}

.icon-big {
  width: 15% !important;
  padding: 6px
}

.icon-big-left,
.intro-body .icon-big {
  padding: 20px
}

.classic {
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  font-size: 18px;
  padding: 5px
}

.classic-gradient {
  background: -moz-linear-gradient(#ccc, #000);
  background: -webkit-linear-gradient(#ccc, #000);
  background: linear-gradient(#ccc, #000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text
}

.classic-big {
  font-size: 70px !important;
  line-height: 60px;
  letter-spacing: -1px !important;
  text-transform: none !important;
  padding-bottom: 0;
  display: block
}

.navbar-custom,
.navbar-custom a,
[id*=clock] div {
  text-transform: uppercase
}

.bg-dark .classic {
  background: 0 0;
  color: #fff
}

.text-gradient {
  background: linear-gradient(to bottom left, #aee5ff, #005279);
  -webkit-background-clip: text
}

.text-gradient-gray {
  background: linear-gradient(to bottom left, #ccc, #000);
  -webkit-background-clip: text
}

::-moz-selection,
::selection {
  color: #fff;
  background: #000
}

ol,
ul {
  margin-bottom: 1.5em
}

a .la {
  opacity: .6 !important
}

.landing-nav .toggle-btn:hover,
.landing-nav a:hover,
a .la:hover {
  opacity: .9
}

.float-right {
  float: right
}

.navbar-custom {
  font-family: Raleway, sans-serif;
  margin-bottom: 0;
  border-bottom: transparent;
  color: rgba(0, 0, 0, .9);
  -webkit-transition: .8s;
  -moz-transition: .8s;
  transition: .8s
}

.navbar-custom .navbar-brand {
  font-size: 32px;
  font-weight: 500;
  text-transform: none
}

.navbar-custom img,
.rotating {
  display: inline-block
}

#toggle:checked+label.toggle-btn .bar,
.bg-gray3,
.navbar-custom.top-nav-collapse {
  background-color: #fff
}

.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 22px
}

@media (min-width:1200px) {
  .top-nav-collapse .container {
    width: 1170px !important
  }
}

.navbar-custom .navbar-brand .logo {
  max-width: 150px
}

.logoborder {
  border: 1px solid #fff;
  padding: 12px 18px;
  max-height: 48px !important;
  margin-top: -10px;
  font-size: 20px
}

.icon-big-left,
.logobig .icon-big {
  line-height: 1px;
  margin-top: -25px
}

.logobig .classic {
  font-size: 36px;
  transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important
}

#awards .owl-next,
#awards .owl-prev,
#partners .owl-next,
#partners .owl-prev,
.awards-carousel .owl-carousel .owl-nav.disabled,
.contactus-sec .form-bg .section-sub-heading,
.contactus-sec .form-bg p,
.d-none,
.mobile-vision-image,
.owl-carousel .owl-dots.disabled {
  display: none !important
}

.logodark.classic {
  font-size: 40px;
  margin-top: -8px
}

.supcircle {
  background-color: #5bc0de;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  position: absolute;
  margin: 14px -15px;
  line-height: 16px;
  border-radius: 50% !important;
  font-weight: 700
}

.action-box span,
.navbar-custom .navbar-brand .logodark {
  display: none
}

.navbar-custom .navbar-brand .logo,
.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  display: inline-block;
  width: 100%;
  margin: 0 auto
}

/* .navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-width: 150px;
  display: none
} */

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-height: 25px
}

.navbar-custom .navbar-brand .navbar-toggle:active,
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand:focus {
  outline: 0
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff
}

.nav>li>a {
  padding: 21px 20px 15px
}

.navbar-custom a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .5px;
  font-weight: 700
}

.navbar-custom .nav li a {
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.navbar-custom .nav li a:active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
  outline: 0;
  background-color: transparent
}

.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important
}

.navbar-custom .nav li.active a {
  color: #789 !important
}

.navbar-custom .nav li.active a:hover,
.small-header .bg-white h2,
.small-header .bg-white h3 {
  color: #789
}

.dropdown-menu {
  background: linear-gradient(135deg, #1a1410, #2b221c) !important;
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0
}

.bg-transparent,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.nav-pills.nav>li>a:focus,
.nav-pills.nav>li>a:hover,
.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent
}

.dropdown-menu>li>a {
  font-size: 11px;
  padding: 11px 18px;
  white-space: nowrap
}

.dropdown-menu>.active>a {
  color: #333 !important
}

#news-wide .portfolio-overlay .caption:hover,
.search-button {
  background: 0 0
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: transparent
}

.search-form .form-control {
  color: #ccc !important
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  color: #888;
  border: none;
  outline: 0
}

.search-form {
  font-size: 14px;
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0
}

.nav .badge {
  color: #fff;
  padding: 5px 6px 4px 7px;
  position: absolute;
  margin: -10px -4px;
  line-height: 1;
  border-radius: 50% !important;
  border: 2px solid #dadada
}

.navbar-toggle {
  padding: 10px 0
}

.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background: #fff
}

.top-nav-collapse .icon-bar {
  background: #333
}

.navbar-custom.nav-bright a,
.shop-nav,
.shop-nav a {
  color: #333
}

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0
}

a.btn-nav .btn {
  margin: 30px 0 109px
}

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0
}

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1px;
  color: #555 !important
}

.journey-bx,
.lab-caseStudies .dark-bx,
.nav .active {
  height: auto !important
}

.dropdown-menu {
  padding: 5px 0
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid
}

.navbar-nav.sm-collapsible .caret:before {
  content: "+";
  font-family: monospace;
  font-size: 20px
}

.navbar-nav.sm-collapsible .open>a>.caret:before,
.panel-heading a:not(.collapsed) .accordian-toggle-icon::after {
  content: "-"
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: "" !important
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  height: 0;
  overflow: hidden;
  border-right: 7px dashed transparent;
  border-left: 7px dashed transparent;
  width: 0
}

.navbar-nav span.scroll-up-arrow {
  top: -2px;
  border-top: 7px dashed transparent;
  border-bottom: 7px solid
}

.navbar-nav span.scroll-down-arrow {
  border-top: 7px solid;
  border-bottom: 7px dashed transparent;
  top: 6px
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
  padding-left: 35px
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a {
  padding-left: 45px
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a {
  padding-left: 55px
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a {
  padding-left: 65px
}

.navbar-nav .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
  white-space: normal
}

.navbar-nav ul.sm-nowrap>li>a {
  white-space: nowrap
}

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0
}

.dropdown-menu .fa {
  opacity: .5 !important;
  line-height: 13px !important
}

.nav .fa {
  font-size: 16px;
  line-height: 1px
}

.nav .fa-angle-down {
  font-size: 13px
}

.nav .fa,
.nav a .fa {
  opacity: 1 !important
}

.nav .fa-plus,
.progress-default {
  font-size: 12px
}

.landing-nav a:hover:after,
.landing-nav nav {
  width: 100%;
  left: 0
}

.bg-dark a,
.bg-img-custom a,
.close:focus,
.close:hover,
.footer a.btn,
.footer-bottom a {
  color: #fff !important
}

.carousel-item,
.carousel-item-text,
.v-center>[class*=col] {
  float: none;
  vertical-align: middle
}

#news-wide .portfolio-overlay,
.carousel-fade .carousel-inner,
.intro,
.leaders-card,
.portfolio-item,
.portfolio-overlay,
.shop-nav,
.team-lead,
.teaser,
nav .shop-cart {
  overflow: hidden
}

.navbar-center .navbar-brand {
  transform: translateX(-50%);
  left: 51%;
  position: absolute;
  padding: 14px 0;
  margin-left: 0
}

.navbar-center {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.navbar-center .nav>li>a {
  padding: 21px 12px 15px !important
}

@media (min-width:1170px) {
  .navbar-center .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:991px) {
  #testimonial-carousel {
    height: 280px
  }

  .search-form input {
    background: 0 0;
    border: 0;
    width: 200px
  }

  .navbar-custom {
    padding: 15px 30px;
    border-bottom: 0;
    background: 0 0
  }

  .navbar-custom.top-nav-collapse {
    background-color: #fff;
    padding: 4px !important
  }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #ddd
  }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px)
    }

    100% {
      opacity: 1;
      transform: translate(0, 0)
    }
  }

  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px)
    }

    100% {
      opacity: 1;
      transform: translate(0, 0)
    }
  }

  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: .7s forwards fadeInUniversal;
    animation: .7s forwards fadeInUniversal
  }

  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block
  }

  .navbar-left {
    float: right !important
  }

  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 860px !important
  }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important
  }

  .columns2 .btn-white,
  .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block
  }

  .navbar-fixed-top .caret,
  .navbar-fixed-top .open>.dropdown-menu {
    display: none
  }

  .angle-right:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: "";
    color: inherit;
    position: absolute;
    right: 20px
  }
}

.landing-nav nav {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.landing-nav nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: .3s ease-in-out
}

.landing-nav nav ul li {
  transform: translateY(50px);
  opacity: 0
}

.landing-nav nav ul li a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: .2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

.landing-nav a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  background: #5bc0df;
  transition: width 1s, left .5s;
  width: 0
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 50px;
  cursor: pointer;
  transition: .5s
}

.top-nav-collapse .toggle-btn {
  top: 40px;
  right: 40px
}

.toggle-btn .bar {
  width: 40px;
  height: 3px;
  margin: 6px auto;
  transition: .3s;
  background-color: #fff
}

.intro,
.intro .intro-body {
  width: 100%;
  position: relative
}

.landing-nav .logo,
.landing-nav .logodark {
  max-height: 60px;
  position: absolute;
  top: 50px;
  left: 50px
}

.landing-nav.top-nav-collapse .logodark {
  max-height: 50px;
  opacity: 1;
  top: 40px;
  left: 40px
}

/* .landing-nav .logodark,
.landing-nav.top-nav-collapse .logo {
  opacity: 0
} */

.toggle-btn-white .bar,
.well {
  background-color: #fff !important
}

.toggle-btn-black .icon-bar {
  background-color: #000 !important
}

.top-nav-collapse .toggle-btn .bar {
  background-color: #000
}

.toggle-btn .bar:nth-child(2) {
  margin-right: 5px
}

.toggle-btn .bar:nth-child(2):hover {
  margin-right: 0
}

#toggle:checked~nav,
.portfolio-item a:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible
}

#toggle:checked~nav ul li {
  transform: translateY(0);
  opacity: 1;
  transition: .3s cubic-bezier(.6, 0, .8, 1.5) .3s
}

#toggle:checked+label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0
}

#toggle:checked+label.toggle-btn .bar:first-child {
  transform: translateY(10px) rotate(45deg)
}

#toggle:checked+label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

.logolanding {
  max-height: 120px;
  margin: 25px 0
}

.landing-nav .footer {
  position: fixed;
  bottom: 30px
}

.bg-gray {
  background-color: #f7f7f7
}

.bg-gray2 {
  background-color: #f1f1f1
}

.bg-dark2 {
  background-color: rgba(12, 13, 15, .98)
}

.bg-custom-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important
}

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px
}

.small-header.bg-dark:before,
.small-header.bg-img2:before,
.small-header.bg-img3:before,
.small-header.bg-img4:before,
.small-header.bg-img5:before,
.small-header.bg-img6:before,
.small-header.bg-img:before,
.small-header.bg-transparent:before {
  background: rgba(7, 9, 21, .5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9
}

.bg-img-custom-small {
  min-height: 500px
}

.bg-dark,
.bg-dark2,
.bg-img,
.bg-img-custom,
.bg-img-custom-small,
.bg-img2,
.bg-img3,
.bg-img4,
.bg-img5,
.bg-img6,
.bg-transparent {
  color: rgba(255, 255, 255, .9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.bg-white,
.solid-color.intro {
  text-shadow: none !important
}

.bg-img-custom a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.bg-img {
  background: url(../img/main/35.jpg)
}

.bg-img2 {
  background: url(../img/main/18.jpg)
}

.bg-img3 {
  background: url(../img/main/2.jpg)
}

.bg-img4 {
  background: url(../img/main/10.jpg)
}

.bg-img5 {
  background: url(../img/main/0.jpg)
}

.bg-img6 {
  background: url(../img/main/40.jpg)
}

.bg-img7 {
  background: url(../img/misc/background.png)
}

.bg-img,
.bg-img-custom,
.bg-img-custom-small,
.bg-img-custom-static,
.bg-img2,
.bg-img3,
.bg-img4,
.bg-img5,
.bg-img6,
.bg-img7 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0)
}

.bg-dark a:hover,
.bg-dark2 a:hover,
.bg-img a:hover,
.bg-img-custom a:hover,
.bg-img-custom-small a:hover,
.bg-img2 a:hover,
.bg-img3 a:hover,
.bg-img4 a:hover,
.bg-img5 a:hover,
.bg-img6 a:hover,
.bg-transparent a:hover {
  color: rgba(255, 255, 255, .8)
}

.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #222 !important
}

.bg-white a {
  color: #555 !important
}

.intro {
  display: table;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover
}

.intro a:hover {
  color: #ccc;
  text-decoration: none
}

.introhalf {
  height: 400px !important
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 70px;
  z-index: 1
}

#team h5,
.bottom-center,
.mouse i,
.video-controls {
  position: absolute
}

.bottom .intro-body,
.bottom-hero {
  vertical-align: bottom;
  width: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 100px
}

.bottom-center {
  vertical-align: bottom;
  bottom: 45px;
  width: 100%
}

@media (max-width:990px) {

  .nav a,
  .nav a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
  }

  p.empty {
    display: none
  }

  .search-button {
    margin-top: 0
  }

  .nav .badge {
    margin: 2px 4px
  }

  .nav a {
    color: #000 !important
  }

  .navbar-header,
  .navbar-nav>li {
    float: none
  }

  .navbar-left,
  .navbar-nav,
  .navbar-right {
    float: none !important
  }

  .navbar-toggle {
    display: block
  }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
  }

  .navbar-collapse.collapse {
    display: none !important
  }

  .navbar-nav {
    margin-top: 7px
  }

  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px
  }

  .collapse.in {
    display: block !important
  }

  .navbar-collapse.in {
    overflow-y: auto !important
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
    background-image: none
  }

  .bottom .intro-body {
    right: auto;
    width: 100%;
    padding: 40px
  }
}

.introhalf .intro-body {
  padding: 180px 0 110px
}

.transparent,
transparent a,
transparent h1 {
  color: #000 !important;
  text-shadow: none
}

.transformx:before {
  transform: skewX(7deg);
  transform-origin: top right;
  right: 0;
  left: auto;
  width: 830px;
  content: "";
  top: 0;
  position: fixed;
  height: 100%;
  z-index: -9
}

.transformx.orange:before {
  background: rgba(255, 100, 0, .6)
}

.transformx.black:before {
  background: rgba(0, 0, 0, .5)
}

.intro h1 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0
}

.intro h1.intro-small {
  font-size: 65px;
  line-height: 65px
}

.intro .small {
  font-size: 50px;
  line-height: 50px
}

.intro .lead {
  margin: 40px 0 0
}

.intro-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%
}

.intro-fullscreen .small {
  font-size: 85%
}

@keyframes kenburns {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

@media (min-width:768px) {
  .intro {
    padding: 0
  }
}

#vision .showcase,
.panel-default>.panel-heading,
.solid-color .intro-body:before {
  background: 0 0 !important
}

.solid-color {
  background: linear-gradient(45deg, #e91e62 0, #ff0057de 52%)
}

.video-controls {
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none
}

#team .shadow::after,
#technology-exp .owl-carousel,
.exp-institution-bx,
.form-signin .form-control,
.leaders-card,
.project-block,
.shop-item {
  position: relative
}

.bg-video-small,
.section-video {
  opacity: 1 !important;
  top: 0 !important
}

.video-controls-visible {
  display: inline
}

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px
}

.video-controls a.fa {
  text-decoration: none
}

.mbYTP_wrapper {
  z-index: 0 !important
}

.section-video {
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column
}

.teaser,
.teaser div[class*=col-] {
  min-height: 280px
}

#awards,
.ion-ios-play-outline {
  margin: 0 auto
}

.section-video .mbYTP_wrapper {
  z-index: -1 !important
}

.section-video:before {
  background: rgba(7, 9, 21, .5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9
}

.bg-video-small {
  text-align: left !important
}

.small-form {
  margin: 0 auto 40px !important;
  max-width: 350px
}

.help-block {
  color: #f60 !important;
  line-height: 1
}

.help-block li {
  list-style: none;
  color: #ff7300 !important
}

.help-block ul,
.table.shop-cart h3,
.table.shop-cart h4,
.table.shop-cart h5 {
  padding: 0;
  margin: 0
}

#contact2 hr,
.grid-pad div[class*=col-] {
  margin-bottom: 40px
}

.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

#map,
#mapdark {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.box-shadow,
.box-shadow-dark,
.demo img {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1)
}

.demo .badge.new,
.demo a img:hover {
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, .1)
}

.nav-pills.nav>li>a,
.offcet-art-main div[class*=col-],
.subscribe-form {
  padding: 0
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: 0
}

input[type=checkbox],
input[type=radio] {
  margin: 7px 0 0
}

#uploadCV h4,
.checkbox label,
.custom-slide-details p,
.custom-slide-details ul li,
.radio label,
.specialized-bx p {
  font-weight: 400
}

.form-signin .form-control:focus {
  z-index: 2
}

.form-signin input {
  margin-bottom: -1px
}

.dark-form input,
.dark-form textarea {
  color: #ccc;
  background-color: rgba(0, 0, 0, .45);
  border: 0
}

[id*=clock] {
  padding: 40px 0
}

[id*=clock] div {
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  letter-spacing: 2px;
  line-height: 60px
}

[id*=clock] span {
  font-weight: 200;
  display: block;
  font-size: 54px;
  padding: 30px 0;
  width: 68px;
  border-bottom: 1px solid #ccc
}

@media (max-width:1170px) {
  [id*=clock] div {
    margin: 0 15px
  }

  [id*=clock] span {
    font-size: 48px;
    padding: 18px 0
  }
}

@media (max-width:768px) {
  [id*=clock] div {
    margin: 0 15px
  }

  [id*=clock] span {
    font-size: 38px;
    padding: 15px 0;
    width: 40px
  }

  .facts .col-sm-6 {
    margin-top: 25px;
    margin-bottom: 25px
  }
}

@media (max-width:468px) {
  [id*=clock] div {
    margin: 0 7px
  }

  [id*=clock] span {
    font-size: 32px;
    padding: 5px 0
  }
}

#news h5,
.grid-pad img {
  margin-bottom: 25px
}

#news div[class*=col-],
.table.shop-cart {
  margin-bottom: 60px
}

#news h5 {
  padding-top: 10px
}

#news-wide h3,
#news-wide h4,
#news-wide h5 {
  margin: 5px 0
}

#team h5,
.portfolio-items,
.pricing .panel-heading h4,
.row:not(:first-child) div[class*=col-] {
  margin-bottom: 0
}

#news-single .carousel {
  padding-bottom: 20px
}

.leaders-card {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1410, #2b221c);
  border: 1px solid #565451;
  border-radius: 10px
}

#team [class*=col-] {
  padding: 0 10px 30px !important
}

#team i {
  color: #777
}

#team h5 {
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000000db;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px
}

#team .fab,
#tweecool span,
.quote {
  font-size: 18px
}

#team .list-inline {
  margin: -10px
}

#team .shadow::after {
  display: block;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -200px;
  height: 230px;
  width: 100%;
  content: ""
}

#contact {
  padding-top: 0;
  padding-bottom: 0
}

#contact #map {
  height: 420px
}

#contact div[class*=col-] {
  padding: 30px;
  background: rgba(255, 255, 255, .85);
  margin-top: -375px;
  box-shadow: 0 0 57px rgba(0, 0, 0, .08)
}

#contact2 {
  background: #f9f9f9 !important
}

#contact2 a {
  text-decoration: none;
  color: #555
}

#contact2 hr {
  margin-top: 40px;
  border-top: 1px solid #ccc
}

#contact2 .list-inline {
  padding-top: 10px
}

blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none
}

blockquote:after,
blockquote:before {
  color: #ccc;
  font-size: 18px;
  font-family: "Font Awesome 5 Free"
}

blockquote:before {
  content: "";
  padding-right: 15px
}

blockquote:after {
  content: "";
  padding-left: 10px
}

.action-box li {
  float: left;
  margin: 20px 0 0 15px
}

#map {
  height: 400px
}

#mapdark {
  height: 430px;
  border: 0 !important
}

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important
}

.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, .9)
}

.carousel-control:focus,
.carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, .9);
  opacity: .5
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none
}

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, .9)
}

#Carousel-intro .carousel-control:focus,
#Carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, .9);
  opacity: .5
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1
}

.carousel-fade .carousel-control {
  z-index: 9
}

.carousel-item {
  display: inline-block
}

.carousel-item-text {
  display: inline-block;
  padding: 30px 0
}

#Carousel-intro .carousel-inner {
  position: absolute !important
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.active.left,
  .carousel-fade .carousel-inner>.item.active.right,
  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .carousel-fade .carousel-inner>.item.active,
  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-indicators {
  bottom: -65px
}

.indicators-inside {
  bottom: 7px
}

#Carousel-intro .carousel-indicators,
#news-wide .portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 30px
}

.carousel-indicators .active {
  width: 10px;
  height: 10px !important;
  margin: 0 5px;
  background-color: #666
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #777;
  border: 0
}

.active,
.awards-carousel img,
.carousel,
.carousel-inner,
.fill,
.item {
  height: 100%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 90px;
  color: #999
}

#carousel-light2,
#carousel-light3,
#carousel-light6,
.slider-offset {
  margin-top: -120px
}

#carousel-light2 .carousel-indicators,
#carousel-light3 .carousel-indicators,
#carousel-light6 .carousel-indicators,
.slider-offset .carousel-indicators {
  bottom: -55px
}

.fill {
  display: table;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover
}

#team,
#testimonials {
  background-size: 1000px
}

#news-wide .portfolio-overlay:hover,
.portfolio-overlay {
  background: rgba(0, 0, 0, .6)
}

#carousel-news img,
#loader2 img,
.atthah-experience-story img,
.contact-bx .contact-bx-icon img,
.footer-img-bx img,
.testimonial-bx .img-bx img,
.testimonial-img {
  width: 100%
}

#carousel-example-generic {
  margin: 20px auto;
  width: 400px
}

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static
}

#carousel-shop .carousel-indicators img {
  max-width: 104px
}

#carousel-shop .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto
}

#carousel-shop .carousel-indicators li img {
  display: block;
  opacity: .3;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px
}

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, .27)
}

.mouse {
  position: relative;
  display: inline-block;
  height: 60px;
  margin-right: 40px
}

.mouse i {
  font-size: 40px;
  display: block;
  top: 0;
  left: 50%;
  animation: 3s linear infinite scroll
}

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%
  }

  20% {
    opacity: 1;
    top: 80%
  }

  60% {
    opacity: 0;
    top: 80%
  }

  100% {
    opacity: 0;
    top: 30%
  }
}

@media (max-height:690px) {
  .scroll-btn {
    display: none
  }
}

.numscroller {
  font-size: 50px;
  line-height: 25px;
  font-weight: 500;
  display: block
}

.btn .numscroller {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  padding-left: 7px;
  margin-left: 8px;
  border-left: 1px solid #fff
}

#testimonials .carousel-caption {
  display: block;
  position: unset
}

.portfolio-sorting,
.portfolio-sorting2 {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 12px
}

.portfolio-sorting li a,
.portfolio-sorting2 li a {
  padding: 5px 15px;
  color: #777
}

.portfolio-sorting a.active,
.portfolio-sorting a:hover,
.portfolio-sorting2 a.active,
.portfolio-sorting2 a:hover {
  color: #fff;
  background: #999;
  border-radius: 20px
}

#portfolio .list-inline li {
  display: inline-block;
  padding: 10px 5px 0
}

.portfolio-item {
  font-size: 14px;
  position: relative;
  display: block;
  -webkit-transition: .9s;
  -moz-transition: .9s;
  transition: .9s
}

.portfolio-overlay,
.portfolio-overlay .caption {
  transition: .4s;
  position: absolute;
  left: 0;
  opacity: 0
}

.portfolio-item a {
  display: inline-block;
  color: #fff !important
}

.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%
}

.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px)
}

.portfolio-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  visibility: hidden
}

.portfolio-overlay .caption {
  bottom: 100px;
  padding: 0 30px;
  text-align: left;
  -moz-transition: .4s;
  -webkit-transition: .4s
}

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1
}

.portfolio-item a h5 {
  margin-bottom: 5px;
  color: #fff
}

.description,
.portfolio-wide .portfolio-item {
  margin-bottom: 20px
}

#portfolio .no-pad {
  padding: 2px !important
}

#news-wide .portfolio-overlay {
  background: rgba(0, 0, 0, .4);
  opacity: 1;
  visibility: visible
}

#news-wide .portfolio-overlay .caption {
  position: absolute;
  bottom: 20px;
  opacity: 1;
  max-width: 400px
}

#gallery .portfolio-item {
  border: 2.5px solid transparent
}

.panel {
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s
}

.panel .list-group-item {
  border: 1px solid #dedede
}

.pricing .number {
  font-size: 60px;
  font-weight: 200
}

.pricing .panel-heading {
  background-color: #eee;
  margin: -1px
}

.panel-default {
  border-color: transparent
}

.panel-body {
  padding: 35px 20px
}

.pricing sub,
.pricing sup {
  font-weight: 700;
  color: #999
}

.pricing sup {
  font-size: 16px;
  top: -33px
}

.pricing sub {
  font-size: 10px;
  top: 0
}

.bg-dark .list-group-item,
.bg-dark .panel,
.bg-dark .panel-body {
  background-color: rgba(0, 0, 0, .1)
}

.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc
}

.bg-dark .list-group-item,
.bg-dark2 .list-group-item {
  border: 1px solid #222
}

.pricing .panel-heading {
  border: 0
}

.pricing .list-group-item,
.pricing .panel-heading {
  padding: 20px 10px
}

.nav-tabs {
  margin-bottom: 30px
}

.box-shadow,
.box-shadow-dark {
  position: relative;
  z-index: 993;
  background: #fff
}

.box-shadow [class*=col-],
.box-shadow-dark [class*=col-] {
  padding: 35px 45px
}

.box-shadow-dark {
  background: #222
}

.box-shadow2 {
  box-shadow: 0 15px 80px 0 rgba(0, 0, 0, .2)
}

.border {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #333;
  border-color: #333
}

.teaser {
  position: relative;
  z-index: 993;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.teaser-caption {
  padding: 40px
}

.bg-img-custom-static {
  background-attachment: inherit;
  min-height: 280px
}

.bg-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .25)
}

.bg-pastel {
  background: #9aa8b1;
  color: #fff
}

.big {
  font-size: 9rem !important;
  line-height: 90px !important;
  font-weight: bolder !important;
  text-transform: none !important;
  padding-bottom: 50px
}

.bold {
  font-weight: 800 !important
}

.light {
  font-weight: 500 !important;
  text-transform: none
}

.agenda,
.badge.price,
.project-detail-bx h3 {
  text-transform: uppercase
}

.indent {
  text-indent: -160px
}

.topbtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: none;
  z-index: 1000;
  padding: 13px;
  border-radius: 50%;
  color: #999;
  background: rgb(255 255 255 / 7%);
  line-height: 1
}

.add-cart,
.badge.price,
.demo .badge.new {
  z-index: 1;
  position: absolute
}

.topbtn::after {
  display: inline-block;
  content: "";
  cursor: pointer
}

@media (max-width:500px) {
  .topbtn {
    display: none !important
  }
}

.pager li>a,
.pager li>span {
  padding: 30px 0;
  border: 0
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: transparent
}

#testimonial-carousel,
li .shop-cart a:hover {
  background-color: transparent !important
}

.pagination>li>a,
.pagination>li>span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff
}

.pagination>.active>a {
  color: #fff !important
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 50% !important
}

#animate img {
  padding-bottom: 180px
}

.progress-default .progress {
  background-color: #ddd
}

.progress-default .progress-bar {
  background-color: #777
}

.progress-bar {
  text-align: left;
  text-indent: 20px;
  -webkit-transition: width 2.5s !important;
  -moz-transition: width 2.5s !important;
  transition: width 2.5s !important
}

.progress-thin .progress {
  margin-top: 10px;
  height: 3px;
  margin-bottom: 5px
}

.bg-dark .progress-default .progress {
  background-color: #888
}

.badge.price,
.bg-dark .progress-default .progress-bar {
  background-color: #555
}

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px
}

.circle span {
  letter-spacing: -1px
}

.circle canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 6px
}

.circle span:after {
  content: "%";
  margin-left: .1em
}

.agenda {
  padding: 45px 0 40px;
  font-size: 12px
}

.shop-nav {
  width: 250px;
  padding: 10px 18px 0;
  display: block
}

.shop-item img {
  border: 1px solid #eee
}

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px
}

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left
}

.shop-nav .btn-dark-border {
  margin-bottom: 8px
}

.shop-nav .fa {
  margin: 0 0 15px 5px
}

.add-cart {
  bottom: 8px;
  left: 20px;
  font-weight: 800
}

.add-cart:before {
  content: "";
  padding-right: 10px;
  font-size: 20px;
  opacity: .5
}

.badge.price {
  font-size: 13px;
  font-weight: 800;
  bottom: 12px;
  right: 14px;
  width: 110px;
  height: 30px;
  text-align: center;
  color: #fff !important;
  padding: 5px 7px
}

.badge.price.sale {
  bottom: 45px;
  background-color: #789
}

.badge.price.trend {
  bottom: 45px;
  background-color: #ff4081
}

.badge.price.new {
  bottom: 45px;
  background-color: #5bc0de
}

.badge.price.white {
  bottom: 25px;
  background-color: #fff;
  color: #333 !important;
  left: 40px
}

.sorting {
  border: 0;
  margin: -9px 0;
  background: 0 0
}

.sorting>option {
  font-size: 14px
}

.table.shop-cart>tbody>tr>td,
.table.shop-cart>tbody>tr>th,
.table.shop-cart>tfoot>tr>td,
.table.shop-cart>tfoot>tr>th,
.table.shop-cart>thead>tr>td,
.table.shop-cart>thead>tr>th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd
}

nav.nav-demo {
  background: #efefef
}

.demo-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.demo-header .big {
  font-size: 80px !important;
  line-height: 66px !important
}

.demo-header .indent {
  text-indent: -45px
}

.demo-header sup {
  top: -35px;
  font-size: 20px;
  padding-left: 29px
}

.demo-header .list-inline {
  margin-top: -28px
}

.intro.demo-header h1 {
  font-size: 60px
}

.intro.demo-header h2 {
  font-size: 30px;
  letter-spacing: 0
}

.intro.demo-header .btn-lg {
  font-size: 16px !important;
  padding: 10px 65px;
  font-weight: 600;
  border-radius: 25px
}

.intro.demo-header .overlay {
  background: rgba(0, 0, 0, .8)
}

.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px
}

.demo img {
  margin: 20px 0 30px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-out;
  transition: .3s ease-in-out;
  border-radius: 5px;
  border: 1px solid #eee
}

.demo a img:hover {
  transform: translate(0, 3px);
  opacity: 1
}

.demo .badge.new {
  background-color: #94aeb3;
  color: #fff;
  font-size: 10px;
  top: 50px;
  right: 20px;
  margin: -40px -10px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  text-align: center;
  padding-top: 18px;
  font-weight: 700
}

.demo .col-md-4 {
  padding: 0 25px 25px
}

.awwwards a {
  position: fixed;
  top: 10px;
  left: 0;
  width: 90px;
  height: 135px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 90px 135px;
  background-image: url(../img/misc/awwwards_left.png)
}

.buy-badge,
.demo-badge {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 9999;
  background-color: #333;
  color: #323743;
  padding: 7px 0 6px 4px;
  font-weight: 700;
  font-size: 12px;
  width: 161px;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
  text-align: center;
  display: block
}

.buy-badge i,
.demo-badge i {
  font-size: 20px;
  padding-right: 5px;
  width: 28px
}

.demo-badge {
  left: 172px;
  background: #9aa8b1;
  color: #fff;
  width: 110px
}

.buy-badge a img {
  width: 76px;
  vertical-align: text-top
}

@media (max-width:940px) {
  .awwwards a {
    display: none
  }
}

.showcase .col-lg-6 {
  width: 49%
}

.offcet {
  margin: -65px auto 30px
}

.offcet2 {
  margin: 0 auto -20px
}

.offcet-art,
.offcet-art-dark,
.offcet-art-right {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
  background: #fff;
  position: absolute;
  top: auto;
  left: -195px;
  bottom: 20px;
  color: #000;
  padding: 45px 55px;
  width: 60%;
  text-align: left;
  border-radius: 4px
}

.offcet-art .text-right,
.offcet-art-dark .text-right,
.offcet-art-right .text-right {
  display: block
}

.offcet-art-right {
  right: -195px;
  left: auto
}

.offcet-art-dark {
  background: #000;
  color: #fff
}

.row.v-center {
  margin-right: -25px;
  margin-left: -25px
}

.v-center>[class*=col] {
  display: inline-block;
  padding: 0 50px
}

.name-bx,
.v-center-simple {
  display: flex;
  align-items: center
}

.magic,
.magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0
}

.footer {
  line-height: 27px;
  background-color: #18191b !important;
  background-image: none
}

.footer .footer-menu a {
  line-height: 40px
}

.footer .counter {
  line-height: 44px
}

.footer a,
.footer a:hover {
  text-decoration: none;
  opacity: 1
}

.footer p {
  margin: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-weight: 400
}

@media (max-width:480px) {
  .intro h1 {
    font-size: 30px !important;
    line-height: 40px !important
  }
}

@media (max-width:991px) {

  #subscribe .subscribe-form,
  .action .subscribe-form,
  .dropdown-menu {
    padding: 0
  }

  #contact,
  #subscribe,
  #subscribe .text-right,
  .action,
  .action .btn,
  .action .text-right,
  .footer,
  .intro .intro-body .row,
  .row.v-center,
  section {
    text-align: center
  }

  .carousel-big .carousel-control {
    display: none
  }

  .footer .text-right {
    text-align: center !important
  }

  .wow {
    animation-name: none !important;
    visibility: visible !important
  }

  .action .btn {
    float: none;
    margin-top: 30px
  }

  .header-overlay {
    background: rgba(255, 255, 255, .75);
    padding: 36px;
    width: 90%;
    border-radius: 6px;
    position: unset
  }

  .grid-pad div[class*=col-] {
    margin-bottom: 40px !important
  }

  .row.v-center {
    margin-right: 0;
    margin-left: 0
  }

  .indent {
    text-indent: unset
  }

  .big {
    font-size: 80px !important;
    line-height: 60px !important
  }

  .intro .intro-body {
    padding: 150px 20px 70px;
    text-align: center
  }

  .pull-left,
  .pull-right {
    float: none !important
  }

  .btn {
    margin: 10px
  }

  .footer .footer-menu {
    padding-bottom: 20px
  }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important
  }

  .search-button {
    margin-top: 5px
  }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important
  }

  .nav li a {
    -webkit-transition: ease-in-out !important;
    -moz-transition: ease-in-out !important;
    transition: ease-in-out !important
  }
}

#accordion1 .panel-body,
#accordion2 .panel-body,
#thankYouBox {
  padding: 15px
}

#ConsultationForm,
#thankYouBox {
  transition: opacity .5s
}

@media (max-width:1199px) {
  .image-overlay {
    margin-top: 0
  }

  #about,
  #about-slider,
  #about2,
  #action-slider,
  #action-slider2,
  #action-slider3,
  .footer div[class*=col-],
  .showcase {
    text-align: center
  }

  #carousel-dark,
  #carousel-light2,
  #carousel-light3,
  #carousel-light4,
  #carousel-transparent {
    margin: 45px 0
  }

  .offcet-art,
  .offcet-art-dark,
  .offcet-art-right {
    left: 0;
    width: 100%;
    position: inherit;
    text-align: center
  }

  .showcase {
    background: #f7f7f7
  }

  .showcase [class*=col] {
    width: 100%
  }

  .footer div[class*=col-] {
    min-height: 30px
  }

  .v-center>[class*=col] {
    padding: 40px
  }
}

.content-bx {
  position: relative;
  width: 100%;
  padding: 0 18%
}

.header-subText {
  font-size: 2rem;
  width: 50vw;
  margin: 30px auto !important;
  font-weight: 400
}

.custom-padding {
  padding-bottom: 2rem
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: 10px !important
}

.mb-2 {
  margin-bottom: 20px !important
}

.mb-3 {
  margin-bottom: 30px !important
}

.mb-4 {
  margin-bottom: 40px !important
}

.mb-5 {
  margin-bottom: 50px !important
}

.mb-6 {
  margin-bottom: 60px !important
}

.mt-6 {
  margin-top: 60px !important
}

.pb-6 {
  padding-bottom: 60px !important
}

.pt-6 {
  padding-top: 60px !important
}

.container {
  max-width: 1200px;
  margin: 0 auto
}

.title {
  text-align: center;
  margin-bottom: 40px
}

.title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px
}

.slide {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  overflow: visible;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  height: 350px;
  position: relative;
  margin: 10px
}

.slide h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500
}

.founder-para p,
.info h3,
header {
  margin: 0 !important
}

.slide .description {
  color: #fff;
  font-weight: 400
}

.tagline {
  margin-bottom: 20px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400
}

.know-more,
.name,
.stats-number {
  font-weight: 700
}

.know-more {
  display: inline-block;
  color: #6f6564;
  text-decoration: none
}

.know-more:hover {
  text-decoration: underline
}

.owl-nav button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  outline: 0
}

.owl-nav button span {
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 400
}

.dropdown-menu li a,
h3 {
  font-weight: 600 !important
}

.owl-nav .owl-prev,
.owl-prev {
  left: -48px
}

.owl-nav .owl-next,
.owl-next {
  right: -48px
}

.mt-2,
.owl-dots {
  margin-top: 20px !important
}

.awards-carousel,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important
}

#testimonial-inner .row,
#testimonial-inner-experience .row,
#testimonial-inner-labs .row,
#testimonial-inner-awards .row,
.equal-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch
}

.equal-height>div {
  display: flex;
  flex-direction: column
}

.awp-slide-image img,
.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.founder-img {
  flex: 1
}

.journey-bx {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  flex: 1
}

.founder-para {
  background: #dcdcdc;
  padding: 10px
}

.founder-para p {
  font-size: 1.8rem;
  font-weight: 600
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: 10px !important
}

.mt-3 {
  margin-top: 30px !important
}

.mt-4 {
  margin-top: 40px !important
}

.mt-5 {
  margin-top: 50px !important
}

.team-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto
}

.team-member {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  text-align: left;
  transition: transform .3s ease-in-out
}

.contact-bx:hover,
.team-member:hover {
  transform: translateY(-5px)
}

.image-placeholder {
  width: 100%;
  height: 180px
}

.info h3 {
  font-size: 18px
}

.role {
  color: #555;
  margin: 0 0 25px
}

.description {
  font-size: 14px;
  color: #666;
  line-height: 1.4
}

@media (max-width:768px) {

  .table.shop-cart>tbody>tr>td,
  .table.shop-cart>tbody>tr>th,
  .table.shop-cart>tfoot>tr>td,
  .table.shop-cart>tfoot>tr>th,
  .table.shop-cart>thead>tr>td,
  .table.shop-cart>thead>tr>th {
    padding: 5px
  }

  .intro.demo-header h1 {
    font-size: 50px
  }

  .buy-badge,
  .carousel-control,
  .demo-badge {
    display: none
  }

  body {
    letter-spacing: 0
  }

  .h1,
  .h2,
  h1,
  h2 {
    font-size: 24px
  }

  .h3,
  h3 {
    font-size: 20px
  }

  .h4,
  h4 {
    font-size: 16px
  }

  .intro h1 {
    font-size: 38px !important;
    line-height: 38px !important
  }

  .intro h1.classic {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0
  }

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

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

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0
  }

  .shop-item img,
  .team-member {
    width: 100%
  }

  .demo-header .big {
    font-size: 70px !important;
    line-height: 65px !important
  }

  .demo .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }

  #portfolio .list-inline li {
    width: 100%;
    padding: 10px 5px 15px;
    text-align: center
  }

  .content-bx {
    padding: 0 5%
  }

  .title h1 {
    font-size: 2rem
  }

  .slide {
    height: auto;
    min-height: 400px
  }

  .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 30px !important
  }

  .owl-next {
    right: -25px
  }

  .owl-prev {
    left: -25px
  }
}

.distinguished-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  justify-content: center
}

.distinguished-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  background-color: #1e1a17
}

.profile-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block
}

.info {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 5px;
  backdrop-filter: blur(10px);
  background: #1e1a17;
  color: #fff
}

.name {
  font-size: 1.6rem
}

.info .designation {
  font-size: 1.2rem
}

header {
  border-radius: 0 !important
}

.specialized-bx h6,
.specialized-bx p {
  font-size: 15px !important
}

.footer-img-bx {
  width: 45%;
  padding-bottom: 20px
}

.footer-bottom {
  border-top: 1px solid #757575;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #18191b !important;
  color: #fff !important
}

.footer-bottom .container {
  padding: 15px !important
}

.footer a {
  color: #fff !important;
  display: inline-block !important;
  opacity: .75 !important
}

.footer-menu {
  display: flex;
  justify-content: left;
  flex-direction: column
}

#contact2 ul,
.choose_path {
  padding-inline-start: 20px
}

.project-details-ul,
.ul-padding-start {
  padding-inline-start: 20px !important
}

.text-left {
  text-align: left !important
}

.lab-showcase {
  padding: 0 !important;
  background: #fff !important
}

.stats-row {
  text-align: center;
  margin-top: 50px
}

.stats-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 180px;
  font-family: Arial, sans-serif;
  position: relative
}

.stats-number {
  font-size: 36px;
  color: #fff;
  display: inline-block
}

.numscroller::after,
.stats-number::after {
  content: "+";
  margin-left: 2px
}

.stats-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px
}

.stats-description {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #fff
}

#testimonial-carousel {
  box-shadow: none !important
}

.atthah-team-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px
}

.atthah-image-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 8px;
  overflow: hidden;
  background-color: #161210
}

.atthah-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: rgb(255 255 255 / 79%);
  backdrop-filter: blur(6px);
  color: #000;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  transition: height .4s ease-in-out, background .4s ease-in-out;
  align-items: center
}

.atthah-overlay h3,
.atthah-role {
  margin: 0;
  transition: color .4s ease-in-out
}

.atthah-overlay h3 {
  font-size: 21px
}

.atthah-role {
  font-size: 14px
}

.atthah-description {
  font-size: 1.1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  transition: opacity .4s ease-in-out, max-height .4s ease-in-out, margin-top .4s ease-in-out
}

@media (hover:hover) and (pointer:fine) {
  .atthah-image-box:hover .atthah-overlay {
    height: 100%
  }

  .atthah-image-box:hover .atthah-description {
    opacity: 1;
    max-height: 220px;
    margin-top: 10px;
    text-align: center
  }
}

@media (max-width:767px) {
  .atthah-team-section {
    flex-direction: column
  }

  .atthah-image-box {
    padding-top: 60%
  }

  .atthah-overlay {
    position: static;
    height: auto;
    background: #ffffffc2;
    backdrop-filter: none;
    padding: 10px 15px
  }

  .atthah-overlay p {
    padding: 0 0 10px !important;
    margin: 0 !important
  }

  .atthah-role {
    font-weight: 600
  }

  .atthah-description {
    opacity: 1;
    font-size: 1rem;
    max-height: none;
    margin-top: 10px
  }
}

.vertical-tabs ul li a i {
  font-size: 2.1rem;
  padding-right: 10px;
  font-weight: 400 !important
}

.vertical-tabs ul li a:active,
.vertical-tabs ul li a:hover {
  color: #000 !important
}

.nav-pills>li>a {
  border-radius: 0;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d5d5d5;
  justify-content: flex-start
}

.nav-stacked>li {
  line-height: 4rem !important
}

.nav-pills>li.active>a {
  background-color: transparent;
  color: #000 !important;
  font-weight: 700;
  border-bottom: 2px solid #000
}

.tab-content {
  padding: 20px;
  border-left: 1px solid #ddd;
  min-height: 200px;
  width: 60%
}

.contactForm p,
.tab-pane p {
  font-size: 1.8rem
}

.vertical-tabs {
  display: flex
}

.vertical-tabs .nav-pills {
  min-width: 300px;
  padding-right: 70px
}

.counter-group {
  display: inline-flex;
  align-items: center
}

.counter-group span {
  font-weight: 500;
  line-height: 1
}

.milestone-description {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #fff;
  text-align: left
}

#milestone .timeline ol li {
  background: #ff6223
}

#milestone .timeline ol li div {
  background: 0 0;
  border-left-style: dashed;
  border-color: #b5b5b5;
  color: #fff;
  width: 320px
}

#milestone .timeline ol li:nth-child(2n) div,
#milestone .timeline ol li:nth-child(odd) div {
  left: 104%;
  font-size: 1.5rem
}

#milestone .timeline time {
  color: #ff6223;
  font-size: 1.8rem
}

.atthah-experience-story {
  width: 100%;
  margin: 0 auto
}

.arch-team-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  background: linear-gradient(135deg, #1a1410, #2b221c);
  border: 1px solid #565451;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.arch-team-card img {
  width: 100%;
  height: auto;
  display: block
}

.arch-team-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 84%);
  backdrop-filter: blur(8px);
  padding: 5px
}

.arch-team-overlay h5 {
  margin: 0;
  font-weight: 600;
  font-size: 2.5rem
}

.arch-team-role,
.lab-slide .description,
.project-detail-bx p {
  font-size: 1.6rem;
  font-weight: 400
}

.arch-team-role {
  color: #fff
}

.arch-team-bio {
  margin-top: 5px;
  font-size: 1.3rem;
  color: #fff
}

.atthah-exp-slider .slide {
  height: 450px
}

.panel-body-atthah-next {
  padding: 10px !important
}

#recognition {
  background: #f9f9f9
}

#recognition .recognition-img-bx {
  width: 20%
}

#recognition .recognition-txt-bx {
  margin-top: 3%
}

.recognition-carousel-indicators {
  top: 60%
}

.lab-slide {
  height: 280px;
  position: relative;
  overflow: hidden;
  background-color: transparent
}

.lab-slide .icon-big {
  width: 25% !important
}

.lab-slide .sub-sub-heading {
  font-size: 2.5rem !important
}

.accordian-toggle-icon {
  font-size: 35px;
  font-weight: 400;
  transition: .3s;
  bottom: 16px;
  position: relative
}

.panel-heading a.collapsed .accordian-toggle-icon::after {
  content: "+"
}

#accordion1 .panel-body p,
#accordion2 .panel-body p {
  margin: 0
}

.address-bx {
  display: flex;
  flex-direction: row;
  align-items: baseline
}

.address-bx p {
  padding-left: 15px !important
}

#team .small {
  font-weight: 400 !important;
  line-height: 1.3;
  color: #ffff;
  font-size: 80%
}

.row.text-center .col-md-4 {
  display: inline-block;
  float: none;
  vertical-align: top
}

#ai_potential .overlay-white {
  background: rgb(107 84 84 / 0%) !important
}

.contactus-sec {
  border-left: 1px solid #b7b7b7;
  height: 100%;
  padding-left: 10%
}

.carousel-card-dark,
.dark-bx,
.form-bg,
.testimonial-bg {
  background: linear-gradient(135deg, #1a1410, #2b221c);
  padding: 20px
}

.carousel-card-dark,
.dark-bx {
  border: 1px solid #565451;
  border-radius: 10px;
  height: 350px;
  width: 100%;
  transition: transform .3s, box-shadow .3s
}

.dark-bx:hover,
.owl-carousel .owl-item.center .slide {
  border: 1px solid #f60
}

.carousel-card-dark {
  height: 300px
}

.dark-bx:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.sub-heading {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400
}

.sub-sub-heading {
  font-weight: 500;
  font-size: 1.8rem;
  color: #f60
}

.awards-carousel img,
.partner-carousel img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}

#partners .partner-carousel img {
  width: 70%;
  height: auto
}

#partners .owl-carousel .owl-item.center {
  transform: scale(1)
}

.owl-carousel .owl-item .slide {
  transition: border-color .3s;
  transform: scale(.8)
}

.owl-carousel .owl-item.center {
  transform: scale(1.4);
  transition: transform .3s;
  overflow: visible !important;
  z-index: 2
}

#service .slide-item .btn,
.btn,
.btn-primary,
.contactForm .btn,
.experience-span-bx .slide-item .btn,
.owl-carousel .owl-item .btn {
  transition: background .3s, border .3s, color .3s, box-shadow .3s
}

#service .slide-item:hover .btn,
.contactForm .btn:hover,
.experience-span-bx .slide-item:hover .btn,
.owl-carousel .owl-item:hover .btn {
  background: #f60;
  border: 1px solid #f60;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(255, 102, 0, .3)
}

.fw-bold {
  font-size: 2.5rem
}

.small {
  font-size: 1.4rem;
  font-weight: 400
}

.section-heading {
  font-size: 50px;
  font-weight: 700
}

.facts .section-desc {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  width: 85%
}

.choose_path li,
.facts .sub-sub-heading {
  font-size: 2rem
}

.team-lead {
  width: auto
}

.img-circle {
  border-radius: 5%
}

.testimonial-bg {
  border: 1px solid #565451;
  border-radius: 10px;
  width: 100%;
  height: 99%
}

.testimonial-bx {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 140px
}

.testimonial-bx .img-bx {
  width: 25%
}

.testimonial-bx .rating-bx {
  width: 50%
}

#testimonial-inner .description {
  margin-bottom: 5px
}

.form-bg {
  border: 1px solid #565451;
  border-radius: 10px
}

.common-btn {
  width: 100%;
  background: #f60;
  padding: 8px;
  border: none;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.9rem;
  border-radius: 10px
}

.blogs,
.facts {
  background-size: 800px
}

#team,
#testimonials,
.blogs,
.contactForm,
.facts {
  background-image: url(../img/background-gradient.png);
  background-repeat: no-repeat
}

.section-sub-heading {
  font-size: 3rem;
  font-weight: 500
}

.swiper-wrapper {
  justify-content: center
}

.testimonial-img img {
  display: block;
  width: 100%
}

.facts h2 {
  font-size: 40px
}

.carousel-inner {
  overflow: hidden !important;
  height: 45vh !important
}

.intro .carousel-inner {
  height: 100% !important
}

.owl-carousel .owl-stage {
  padding: 20px 0
}

.blogs {
  background-position: -24vw -12vh
}

.facts {
  padding-top: 30px;
  padding-bottom: 0;
  background-position: 79vw -10vh
}

#team {
  background-position: -32vw 3vh
}

#testimonials {
  background-position: 74vw -16vh
}

.contactForm {
  background-position: 78vw 5vh;
  background-size: 1300px
}

.journey-bx p {
  font-size: 1.7rem;
  font-weight: 400
}

.achievement-heading {
  text-align: left;
  margin: 0 !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important
}

.panel-default,
.section,
section {
  padding: 0 !important
}

.imm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px
}

.imm-main-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-top: 30px
}

.imm-left-content {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  text-align: right;
  padding-right: 20px
}

.imm-right-content {
  flex: 1;
  min-width: 300px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 20px
}

.imm-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2
}

.imm-highlight {
  color: #f60;
  font-weight: 700
}

.imm-subtitle {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 400
}

.imm-principles-title {
  font-size: 2.3rem;
  font-weight: 500 !important
}

.imm-accordion {
  list-style: none;
  padding-inline-start: 0px !important
}

.imm-accordion-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color .3s, font-weight .3s, font-size .3s
}

.imm-accordion-header:hover {
  color: #f60;
  font-size: 1.9rem
}

.imm-accordion-header.imm-active {
  color: #f60;
  font-weight: 600;
  font-size: 1.9rem
}

.imm-accordion-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f60;
  margin-right: 15px
}

.imm-accordion-toggle {
  margin-left: auto;
  transform: rotate(0);
  transition: transform .4s
}

.imm-accordion-content,
.imm-accordion-content.imm-active {
  transition: max-height .5s ease-in-out, opacity .4s ease-in-out, padding .3s
}

.imm-accordion-header.imm-active .imm-accordion-toggle {
  transform: rotate(90deg)
}

.imm-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0
}

.imm-accordion-content.imm-active {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px
}

.imm-accordion-content p {
  margin-bottom: 10px
}

.imm-timeline-wrapper {
  position: relative;
  padding-left: 30px
}

.imm-timeline-line {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #fff, #fff 4px, transparent 4px, transparent 10px);
  z-index: 0
}

.imm-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.imm-accordion-item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 21px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1
}

.imm-accordion-item.active::before {
  background: #f60;
  border-color: #f60
}

.experience-span-bx {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 15px;
  position: relative
}

.experience-span-bx:before {
  content: none
}

#service .dark-bx>*,
#technology-exp .owl-carousel .lab-slide,
#uploadCV,
.experience-span-bx .slide-item {
  position: relative;
  z-index: 1
}

.experience-span-bx .slide-item:hover::after {
  opacity: .4
}

#technology-exp .owl-carousel .lab-slide::after,
.experience-span-bx .slide-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  z-index: -1
}

.experience-span-desc li,
.panel-body p {
  font-weight: 400;
  font-size: 1.4rem
}

.custom-slide-details h4,
.icons-bg h4,
.innovation-exp-bx h3,
.panel-title,
.section-exp-bg h5 {
  font-weight: 500
}

.panel {
  background: linear-gradient(135deg, #1a1410, #2b221c);
  border: 1px solid;
  border-color: #565451 !important
}

.panel-group .panel+.panel {
  margin-top: 10px
}

.panel-title {
  transition: color .3s, font-weight .3s, font-size .3s;
  font-size: 17px !important
}

.panel-title.orange {
  color: #f60
}

.section-exp-bg {
  background-image: url(../img/main/Works_on_display.png);
  background-position: center;
  width: 100%;
  height: 25vh;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center
}

.innovation-exp-bx,
.true-measures-bx {
  height: 20vh;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-content: center
}

.carousel-header,
.section-exp-bg h4 {
  font-weight: 600
}

#atthah_transformation .slide .owl-carousel .owl-item.center {
  transform: scale(1.1);
  transition: transform .3s;
  overflow: visible !important;
  z-index: 2
}

.true-measures-bx {
  background-image: url(../img/main/true-measures.png)
}

.innovation-exp-bx {
  background-image: url(../img/main/Innovation-sec.png)
}

/* #testimonial-inner-experience .testimonial-bg {
  height: 38Vh
} */

.Investment-planning-bx {
  height: 455px !important
}

.img-responsive {
  border-radius: 10px
}

#technology-exp .slide .owl-carousel .owl-item.center {
  transform: scale(1) !important
}

.lab-caseStudies .slide .owl-carousel .owl-item.center {
  transform: scale(.9) !important;
  overflow: visible !important;
  z-index: 2
}

/* #testimonial-inner-awards .testimonial-bg,
#testimonial-inner-labs .testimonial-bg {
  height: 38vh !important
} */

.ai_action_list {
  padding-inline-start: 20px;
  font-weight: 400
}

.next-line-bx {
  background-image: url(../img/main/next-sec-bg.png);
  background-position: center;
  width: 100%;
  height: 20vh;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center
}

.awp-slide,
.custom-carousel-wrapper {
  background: linear-gradient(135deg, #1a1410, #2b221c)
}

.next-line-bx blockquote {
  font-size: 1.6rem;
  line-height: 1.5
}

.custom-carousel-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 40px 50px;
  border: 1px solid #565451;
  color: #fff;
  border-radius: 10px;
  overflow: hidden
}

.custom-owl-carousel .owl-stage-outer {
  overflow: visible !important;
  margin-top: 30px
}

.custom-owl-carousel .owl-item {
  overflow: visible;
  transition: transform .3s
}

.custom-owl-carousel .custom-carousel-item {
  overflow: hidden;
  border-radius: 12px;
  height: auto
}

.custom-owl-carousel .custom-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 400px;
  object-fit: contain
}

.custom-owl-carousel .owl-item.center .custom-carousel-item {
  transform: scale(1.2);
  z-index: 2;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5)
}

.custom-owl-carousel .owl-item.center .custom-carousel-item img {
  border-radius: 12px
}

.custom-slide-details {
  padding: 25px;
  margin-top: 20px;
  border-radius: 10px
}

.custom-slide-details h3 {
  color: #f60;
  margin-top: 20px;
  font-weight: 500 !important
}

.custom-slide-details ul {
  padding-left: 20px;
  margin-top: 10px
}

.custom-slide-details blockquote {
  border-left: 4px solid #f60;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic
}

.owl-nav button {
  background: #f60 !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.custom-owl-carousel .owl-nav button span {
  font-size: 40px !important;
  height: 72px
}

.awards-image-bx {
  width: 65%;
  margin: 0 auto
}

.discipline-heading {
  font-weight: 600;
  font-size: 3rem
}

.discipline-Sub-heading {
  font-weight: 600;
  font-size: 2rem;
  color: #f60
}

#award-journey .timeline ol li div {
  margin-top: 8px;
  font-size: 1.5rem;
  background: 0 0;
  border-left-style: dashed;
  border-color: #b5b5b5;
  color: #fff
}

#award-journey .timeline time {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #f60
}

#award-journey .timeline ol li:nth-child(2n) div,
#award-journey .timeline ol li:nth-child(odd) div {
  margin-left: -1px
}

.awp-section {
  padding: 40px 20px
}

.awp-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px
}

.awp-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden
}

.awp-carousel-track {
  display: flex;
  width: 100%;
  transition: transform .5s ease-in-out
}

.awp-slide {
  min-width: 100%;
  padding: 20px;
  border: 1px solid #565451;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%
}

#awpCarouselTrack {
  transition: transform .6s ease-in-out
}

.awp-slide-body {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

.awp-slide-title {
  text-align: center;
  margin-bottom: 30px
}

.awp-slide-title h3 {
  margin: 0;
  font-size: 22px;
  color: #f60
}

.awp-slide-image {
  flex: 1;
  min-width: 300px
}

.awp-slide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.awp-slide-content h4 {
  color: #f60;
  margin-top: 0;
  font-weight: 500
}

.awp-slide-content ul {
  padding-left: 20px
}

.awp-quote {
  font-size: .9em;
  color: #ccc;
  margin-top: auto
}

.awp-nav-btn {
  position: absolute;
  top: 6%;
  transform: translateY(-50%);
  background: #f60;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 50%;
  padding: 1px 13px;
  cursor: pointer;
  z-index: 10
}

.awp-nav-prev,
.prev {
  left: 10px
}

.awp-nav-next {
  right: 10px;
  padding: 2px 12px
}

.icons-bg {
  background: linear-gradient(135deg, #1a1410, #2b221c);
  border: 1px solid #565451;
  border-radius: 10px;
  padding: 20px;
  width: 40%;
  height: 22vh;
  margin-left: 25px
}

#service .dark-bx::after,
.lightbox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.dropdown-menu li a {
  color: #fff !important;
  font-size: 1.2rem !important
}

.nav .dropdown-menu li a:hover {
  background-color: transparent !important;
  color: #f60 !important
}

.nav li:has(ul.dropdown-menu li.active)>a {
  color: #f60 !important
}

#service .dark-bx {
  position: relative;
  overflow: hidden;
  transition: .3s ease-in-out
}

#service .dark-bx::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: 0;
  pointer-events: none
}

#service .btn {
  color: rgb(255 255 255) !important;
  position: absolute !important;
  font-weight: 600;
  border: 1px solid #fff;
  bottom: 35px
}

#service .slide-item:first-child .dark-bx:hover::after {
  background-image: url('../img/main/Atthah_Experiences_active.png');
  opacity: 1
}

#service .slide-item:nth-child(2) .dark-bx:hover::after {
  background-image: url('../img/main/Atthah_Labs_active.png');
  opacity: 1
}

#service .slide-item:nth-child(3) .dark-bx:hover::after {
  background-image: url('../img/main/Atthah_Next_active.png');
  opacity: 1
}

.exp-institution-bx .btn-border {
  position: absolute;
  bottom: 35px
}

h4,
h5 {
  font-size: 2rem !important
}

.name-bx small {
  font-size: 1.8rem !important
}

.slide-item:first-child::after {
  background-image: url('../img/main/Museums_Science_Centers.jpg') !important
}

.slide-item:nth-child(2)::after {
  background-image: url('../img/main/Heritage_Memorial_Spaces.jpg') !important
}

.slide-item:nth-child(3)::after {
  background-image: url('../img/main/Corporate_Experience_Centers.jpg') !important
}

.slide-item:nth-child(4)::after {
  background-image: url('../img/main/Government_Showcases.jpg') !important
}

#technology-exp .owl-item.active.center .lab-slide::after {
  opacity: .3 !important;
  filter: brightness(.7)
}

.lab-slide.vr-bg::after {
  background-image: url('../img/main/VR_Experiences_bg.jpg') !important
}

.lab-slide.mobile-bg::after {
  background-image: url('../img/main/MObile_applications_bg.jpg') !important
}

.lab-slide.interactive-bg::after {
  background-image: url('../img/main/interactive_displays_bg.jpg') !important
}

.lab-slide.digital-interfaces-bg::after {
  background-image: url('../img/main/Digital_Interfaces_bg.jpg') !important
}

.lab-slide.prototyping-bg::after {
  background-image: url('../img/main/Technology_Prototyping_bg.jpg') !important
}

.lab-slide.hci-bg::after {
  background-image: url('../img/main/Human_Computer_Interaction_bg.jpg') !important
}

.lab-slide.experimentation-bg::after {
  background-image: url('../img/main/Digital_Experimentation_bg.jpg') !important
}

.lab-slide.research-bg::after {
  background-image: url('../img/main/Research_lab_bg.jpg') !important
}

.lab-slide.simulators-bg::after {
  background-image: url('../img/main/Simulators_bg.jpg') !important
}

.lab-slide.kinetic-bg::after {
  background-image: url('../img/main/kinetic_installments_bg.jpg') !important
}

.lab-slide.rotoscope-bg::after {
  background-image: url('../img/main/Automated_Rotoscope_bg.jpg') !important
}

.workDtls>div>a {
  height: 500px
}

.project-detail-bx h4 {
  font-weight: 500;
  font-size: 1.9rem !important
}

.project-detail-bx .orange {
  font-size: 2rem;
  font-weight: 500
}

.project-detail-bx h3 {
  color: #fff
}

.project-details-ul li {
  font-weight: 300;
  font-size: 1.7rem !important
}

.category-buttons {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center
}

.category-btn {
  padding: 10px 20px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: .3s
}

.category-btn.active {
  background-color: #ff6b00;
  color: #fff;
  border-color: #ff6b00
}

.workDtls .col-sm-6 {
  transition: opacity .4s, transform .4s
}

.workDtls .col-sm-6.hide {
  opacity: 0;
  transform: scale(.95);
  pointer-events: none;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.project-item.show,
.workDtls .col-sm-6.show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1
}

.workDtls .col-sm-6.show {
  transform: scale(1);
  height: auto;
  margin-bottom: 1.5rem
}

.project-item {
  opacity: 0;
  transform: translateY(20px);
  transition: .4s;
  pointer-events: none;
  visibility: hidden
}

.project-item.show {
  transform: translateY(0)
}

.project-item.hide {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.distinguished-card {
  display: inline-block;
  vertical-align: top
}

#cvForm,
#knowMoreBtn {
  margin-top: 20px
}

.btn-primary {
  border: none !important;
  font-weight: 500 !important;
  background: #f60 !important
}

.gallery-grid {
  column-count: 4;
  column-gap: 1em
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1em;
  cursor: pointer;
  transition: transform .2s
}

.gallery-item img {
  width: 100%;
  border-radius: 8px;
  display: block
}

@media (max-width:992px) {

  .small-header,
  .small-header .text-right {
    text-align: center !important
  }

  .gallery-grid {
    column-count: 3
  }
}

@media (max-width:768px) {
  .custom-owl-carousel .custom-carousel-item {
    transform: scale(1) !important
  }

  .custom-slide-details {
    padding: 15px;
    font-size: .9rem
  }

  .awp-slide-body {
    flex-direction: column
  }

  .gallery-grid {
    column-count: 2
  }
}

@media (max-width:480px) {
  .team-section {
    flex-direction: column;
    align-items: center
  }

  .gallery-grid {
    column-count: 1
  }
}

.lightbox {
  display: none;
  position: fixed;
  padding-top: 60px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .9);
  z-index: 11111111111
}

.lightbox-img {
  margin: auto;
  display: block;
  max-width: 100%;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.close,
.next,
.prev {
  position: absolute;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  user-select: none
}

.close {
  top: 20px;
  right: 35px;
  color: #fff;
  opacity: 1 !important
}

.next,
.prev {
  top: 50%;
  transform: translateY(-50%)
}

.next {
  right: 10px
}

.footer,
.footer-bottom {
  z-index: 9 !important;
  position: relative !important
}

.upload-cv-bx {
  background-color: #1e1a17;
  color: #fff;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  align-items: flex-end
}

.form-control-cv {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #ddd;
  transition: border-bottom .3s;
  border-radius: 0 !important;
  padding-bottom: 13px;
  padding-top: 25px
}

.form-control-cv.error {
  border-bottom: 1px solid #f60 !important
}

#fileNameDisplay {
  font-size: 13px;
  color: #ccc
}

.input-sm {
  font-size: 16px
}

.btn-primary:hover,
.btn:hover {
  background: #f60;
  border: 1px solid #f60;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 102, 0, .3)
}

#team-row-1,
#team-row-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center
}

.primary-btn {
  background: 0 0;
  padding: 5px 15px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 30px;
  border-radius: 6px
}

.form-control,
.rc-anchor-light {
  background: 0 0 !important;
  color: #fff !important
}

#awards .owl-carousel .owl-item.center {
  transform: none !important
}

#awards .owl-carousel .owl-item img,
.awards-carousel .item img {
  width: 90%
}

#ConsultationForm input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
  background-color: transparent !important;
  transition: background-color 9999s ease-in-out
}

#thankYouBox {
  display: block;
  opacity: 1;
  border: 1px solid #565451;
  background: #0a0908;
  color: #f60;
  border-radius: 10px
}

.carousel-inner .item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block
}

.carousel-inner .item.active {
  opacity: 1;
  position: relative;
  z-index: 2
}

#leaders-container .leaders-card img,
#leaders-container .team-lead img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

#leaders-container .leaders-card:hover img,
#leaders-container .team-lead:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

#founder-journey-bx .dark-bx:hover {
  border: 1px solid #565451 !important
}

.contact-bx {
  display: flex;
  align-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  align-items: baseline;
  transition: .3s ease-in-out
}

.contact-bx .contact-bx-icon {
  width: 9%
}

.contactus-sec #ConsultationForm .control-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important
}

.alert {
  padding: 5px;
  line-height: 1.3
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #f60 !important
}

#loader2 {
  width: 10%
}

.rc-anchor-light {
  border-radius: 10px
}

.addressBookDivision {
  border: 1px;
  border-top: 1px solid #404040;
  width: 100%;
  margin: 10px 0
}

.contactaddressDivision {
  border: 1px;
  border-top: 1px solid #404040;
  width: 70%;
  margin: 10px auto
}



/* ////accordian///// */
.custom-accordion .panel {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.custom-accordion .panel-heading {
  padding: 15px;
  cursor: pointer;
}

.custom-accordion .panel-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-accordion .panel-collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

/* .custom-accordion .panel:nth-child(1) .panel-collapse {
  height: auto;
} */

.custom-accordion .accordion-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.distinguished-container {
  min-height: 400px;
}

#loader {
  background: #000000a3 !important;
  backdrop-filter: blur(5px) !important;
}

p {
  font-weight: 550 !important;
}

#people .distinguished-card {
  height: max-content;
}