.n_golge {
  -webkit-box-shadow: 0px 30px 20px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 30px 20px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 30px 20px -15px rgba(0,0,0,0.75);
}
/* Font */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Skin */
::-moz-selection {
  color: #fff;
  background: #00b1d0
}

::selection {
  color: #fff;
  background: #00b1d0
}

a {
  color: #efefef;
  text-decoration:none !important;
}

a:hover {
  color: #b7b7b7
}

a:focus {
  color: #b7b7b7
}

a:active {
  color: #b7b7b7
}

html .text-color-primary, html .text-primary {
  color: #00b1d0!important
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
  color: #00b1d0!important
}

html .text-color-dark, html .text-dark {
  color: #212529!important
}

html .bg-color-dark, html .bg-dark {
  background-color: #212529!important
}

@media (min-width:992px) {
  #header .header-nav-main nav>ul>li>a {
    color: #00b1d0
  }
  #header .header-nav-main nav>ul>li:hover>a {
    background: #00b1d0
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    border-top-color: #00b1d0
  }
  #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
    border-bottom-color: #00b1d0
  }
  #header .header-nav-main nav>ul:not(:hover)>li>a.active {
    background-color: #00b1d0;
    color: #fff
  }
  #header .header-nav.header-nav-links nav>ul li:hover>a {
    color: #00b1d0
  }
  #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: #00b1d0
  }
  #header .header-nav.header-nav-line nav>ul li:hover>a {
    color: #00b1d0
  }
  #header .header-nav.header-nav-line nav>ul li:hover>a:before {
    background: #00b1d0
  }
  #header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active {
    color: #00b1d0
  }
  #header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active:before {
    background: #00b1d0
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li:hover>span>a {
    color: #00b1d0
  }
  #header .header-nav-main.header-nav-main-slide nav>ul:not(:hover)>li>span>a.active {
    color: #00b1d0
  }
}

@media (max-width:991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
    color: #00b1d0
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a:active {
    color: #00b1d0
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active {
    background: #00b1d0
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active:hover {
    background: #00b1d0
  }
  #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a.active {
    background: #00b1d0
  }
  #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a.active:hover {
    background: #00b1d0
  }
  
}

/* Skin */


/* Theme Css */
/* Header*/

html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none!important;
  -webkit-font-smoothing: antialiased
}

body {
  background-color: #fff;
  color: #777;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0
}

body a {
  outline: 0!important
}

.body {
  background-color: #fff
}

html[dir=rtl] .body {
  overflow-x: hidden
}

li {
  line-height: 24px
}

@media (max-width:575px) {
  body {
    font-size: 13px
  }
}

#header {
  position: relative;
  z-index: 1030
}

#header .header-body {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: min-height .3s ease;
  width: 100%;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid transparent;
  z-index: 1001
}

#header .header-body[class*=border-color-] {
  border-bottom: 0!important
}

#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height .3s
}

@media (max-width:991px) {
  #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
    padding: 0 .75rem
  }
}

#header .header-container.header-container-height-md {
  height: 125px
}

#header .header-container.header-container-height-lg {
  height: 145px
}

#header .container {
  position: relative
}

@media (max-width:767px) {
  #header .container {
    width: 100%
  }
}

#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%
}

#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column
}

#header .header-column.header-column-border-right {
  border-right: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column.header-column-border-left {
  border-left: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column .header-row {
  justify-content: inherit
}

#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

#header .header-column .header-extra-info li {
  display: inline-flex;
  margin-left: 25px
}

#header .header-column .header-extra-info li .header-extra-info-icon {
  font-size: 32px;
  font-size: 2rem;
  margin-right: 10px
}

#header .header-column .header-extra-info li .header-extra-info-text label {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
  display: block;
  margin: 0;
  color: #333;
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.3
}

#header .header-column .header-extra-info li .header-extra-info-text a {
  color: #333
}

#header.header-no-min-height .header-body {
  min-height: 0!important
}

#header .header-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, .06);
  min-height: 47px
}

#header .header-top.header-top-light-border-bottom {
  border-bottom-color: rgba(255, 255, 255, .1)
}

#header .header-top.header-top-simple-border-bottom {
  border-bottom-width: 1px
}

#header .header-top.header-top-default {
  background: #f7f7f7
}

#header .header-top.header-top-borders {
  border-bottom-width: 1px
}

#header .header-top.header-top-borders .nav-item-borders {
  border-right: 1px solid rgba(0, 0, 0, .06);
  padding-left: 12px;
  padding-right: 12px
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
  padding-left: 0
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
  border-right: 0
}

#header .header-top.header-top-light-borders {
  border-bottom-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-2-borders {
  border-bottom-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, .06)
}

#header .header-logo {
  margin: 16px 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1
}

#header .header-logo img {
  transition: all .3s ease;
  position: relative;
  top: 0;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0)
}

#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px
}

#header .header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center
}

#header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span {
  color: #999;
  font-size: .9em;
  padding: 6px 10px;
  display: inline-block;
  letter-spacing: -.5px
}

#header .header-nav-top .nav>li>a .icons, #header .header-nav-top .nav>li>a [class*=fa-], #header .header-nav-top .nav>li>span .icons, #header .header-nav-top .nav>li>span [class*=fa-] {
  margin-right: 3px;
  font-size: .8em;
  position: relative
}

#header .header-nav-top .nav>li>a {
  text-decoration: none
}

#header .header-nav-top .nav>li>a a:focus, #header .header-nav-top .nav>li>a:hover {
  background: 0 0
}

#header .header-nav-top .nav>li+.nav-item-left-border {
  margin-left: 10px;
  padding-left: 10px;
  position: relative
}

#header .header-nav-top .nav>li+.nav-item-left-border:after {
  background: rgba(0, 0, 0, .08);
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0
}

#header .header-nav-top .nav>li+.nav-item-right-border {
  margin-right: 10px;
  padding-right: 10px;
  position: relative
}

#header .header-nav-top .nav>li+.nav-item-right-border:before {
  background: rgba(0, 0, 0, .08);
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0
}

@media (max-width:575px) {
  #header .header-nav-top .nav>li:not(.d-none) {
    margin-left: 0;
    padding-left: 0
  }
}

#header .header-nav-top .nav>li.nav-item:not(.dropdown)>a .icons, #header .header-nav-top .nav>li.nav-item:not(.dropdown)>a [class*=fa-] {
  left: -1px;
  top: -1px
}

#header .header-nav-top .dropdown .dropdown-item {
  font-size: .75em
}

#header .header-nav-top .dropdown-menu {
  border: 0;
  margin-top: -2px;
  margin-left: -2px;
  padding: 0;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
  background: #fff;
  padding: 3px;
  min-width: 180px;
  z-index: 10000;
  margin-right: 0;
  margin-top: 1px;
  transition: opacity .2s ease-out;
  border-radius: 0
}

#header .header-nav-top .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  transform: translate3d(-7px, -6px, 0)
}

#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 5px 12px;
  font-size: .9em
}

#header .header-nav-top .dropdown-menu a:active {
  color: #fff
}

#header .header-social-icons {
  margin-left: 16px;
  margin-left: 1rem
}

#header .header-border-left {
  border-left: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-right {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-top {
  border-top: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

@media (max-width:991px) {
  #header .header-mobile-border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
  }
}

#header .header-btn-collapse-nav {
  background: #ccc;
  color: #fff;
  display: none;
  float: right;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem
}

#header.header-no-border-bottom .header-body {
  padding-bottom: 0!important;
  border-bottom: 0!important
}

#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a, #header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a, #header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li:hover>a, #header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a {
  margin: 0
}

#header.header-effect-shrink {
  transition: ease height .3s
}

#header.header-effect-shrink .header-top {
  transition: ease height .3s
}

#header.header-effect-shrink .header-container {
  min-height: 100px
}

#header.header-effect-shrink .header-logo {
  display: flex;
  align-items: center
}

#header.header-dark .header-body {
  background: #212529
}

html #header.header-bottom-slider {
  position: absolute;
  bottom: 0
}

html #header.header-bottom-slider .header-body {
  border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
  border-top: 1px solid rgba(68, 68, 68, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
  border-top: 1px solid rgba(68, 68, 68, .1)
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
  border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width:991px) {
  html #header.header-bottom-slider .header-nav-main {
    top: calc(100% + 15px)
  }
}

html #header.header-transparent {
  min-height: 0!important;
  width: 100%;
  position: absolute
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: transparent!important
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, .4)
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, .1)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, .4)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width:991px) {
  html #header.header-transparent .header-body {
    overflow: hidden
  }
  html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-dark .header-nav-main:before {
    background-color: #212529
  }
  html #header.header-transparent .header-nav-main:before {
    width: calc(100% - 30px)
  }
  html #header.header-transparent .header-nav-main nav {
    padding: 0 30px
  }
}

@media (min-width:992px) {
  #header .header-nav-main {
    display: flex!important;
    height: auto!important
  }
  #header .header-nav-main nav {
    display: flex!important
  }
  #header .header-nav-main nav>ul>li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px
  }
  #header .header-nav-main nav>ul>li>a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: .5rem 1rem;
    letter-spacing: -.5px;
    text-transform: uppercase
  }
  #header .header-nav-main nav>ul>li>a:after {
    display: none
  }
  #header .header-nav-main nav>ul>li>a:active {
    background-color: transparent;
    text-decoration: none;
    color: #ccc
  }
  #header .header-nav-main nav>ul>li>a.active {
    background-color: transparent
  }
  #header .header-nav-main nav>ul>li:hover>a {
    background: #ccc;
    color: #fff
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 3px solid #ccc;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .07);
    margin: 0;
    min-width: 200px;
    padding: 5px 0;
    text-align: left
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #777;
    font-size: .8em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    letter-spacing: -.5px
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:active, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover {
    background-color: transparent
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.active>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:active>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:focus>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:hover>a {
    background-color: #00b1d0;
    color:white;
  }
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0
  }
  #header .header-nav-main nav>ul>li.dropdown:hover>a {
    border-radius: 4px 4px 0 0;
    position: relative
  }
  #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #ccc
  }
  #header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
    top: auto;
    display: block;
    opacity: 1
  }
  #header .header-nav-main.header-nav-main-square nav>ul>li>a {
    border-radius: 0!important
  }
  #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu {
    border-radius: 0!important
  }
  #header .header-nav-main.header-nav-main-dropdown-no-borders nav>ul>li.dropdown .dropdown-menu {
    border: 0!important;
    border-radius: 4px
  }
  #header .header-nav-main.header-nav-main-font-md nav>ul>li>a {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -1px
  }
  #header .header-nav-main.header-nav-main-font-lg nav>ul>li>a {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -1px
  }
  #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega)>.dropdown-menu {
    transform: translate3d(-50%, 10px, 0)!important
  }
  #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega):hover>.dropdown-menu {
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0)!important
  }
  #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav>ul>li.dropdown:hover>.dropdown-menu {
    margin-top: -14px!important
  }
  #header .header-nav-main.header-nav-main-dark nav>ul>li>a {
    color: #444
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li>a {
    background-color: transparent;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 18px 22px!important;
    margin: 0!important;
    transition: ease transform .3s
  }
}

@media (min-width:992px) and (min-width:992px) {
  #header .header-nav-main.header-nav-main-slide nav>ul>li>a.dropdown-toggle:after {
    visibility: hidden
  }
}

@media (min-width:992px) {
  #header .header-nav-main.header-nav-main-slide nav>ul>li>span {
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a {
    display: flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.5px;
    text-transform: uppercase;
    position: relative;
    background: 0 0!important;
    color: #444;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
    transition: ease all .3s;
    transform: translateY(0)
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a.dropdown-toggle:after {
    display: none
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a.active:first-child {
    transform: translateY(-40%);
    opacity: 0
  }
  #header .header-nav-main.header-nav-main-slide nav>ul>li:hover>span>a:first-child {
    transform: translateY(-40%);
    opacity: 0
  }
  #header .header-nav-main.header-nav-main-transition nav>ul>li>a {
    transition: ease all .3s
  }
  #header .header-nav-main.header-nav-main-text-size-2 nav>ul>li>a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0
  }
  #header .header-nav-main.header-nav-main-text-size-3 nav>ul>li>a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0
  }
  #header .header-nav-main.header-nav-main-text-weight-600 nav>ul>li>a {
    font-weight: 600
  }
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch
  }
  #header .header-nav.header-nav-line, #header .header-nav.header-nav-links {
    padding: 0
  }
  #header .header-nav.header-nav-line .header-nav-main, #header .header-nav.header-nav-links .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0
  }
  #header .header-nav.header-nav-line nav>ul>li:hover>a, #header .header-nav.header-nav-line nav>ul>li>a, #header .header-nav.header-nav-links nav>ul>li:hover>a, #header .header-nav.header-nav-links nav>ul>li>a {
    position: relative;
    background: 0 0!important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%
  }
  #header .header-nav.header-nav-line nav>ul>li:hover>a:before, #header .header-nav.header-nav-links nav>ul>li:hover>a:before {
    opacity: 1
  }
  #header .header-nav.header-nav-line nav>ul>li>a.active, #header .header-nav.header-nav-links nav>ul>li>a.active {
    background: 0 0
  }
  #header .header-nav.header-nav-line nav>ul>li>a.active:before, #header .header-nav.header-nav-links nav>ul>li>a.active:before {
    opacity: 1
  }
  #header .header-nav.header-nav-line nav>ul>li.dropdown>a:before, #header .header-nav.header-nav-links nav>ul>li.dropdown>a:before {
    border-bottom: 0
  }
  #header .header-nav.header-nav-line nav>ul>li.dropdown:hover>.dropdown-menu, #header .header-nav.header-nav-links nav>ul>li.dropdown:hover>.dropdown-menu {
    margin-top: 0
  }
  
  #header .header-nav.header-nav-line nav>ul>li:hover>a:before, #header .header-nav.header-nav-line nav>ul>li>a:before {
    content: "";
    position: absolute;
    background: 0 0;
    width: auto;
    height: 3px;
    top: -2px;
    left: -1px;
    right: -1px;
    opacity: 0
  }
  #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
    opacity: 1!important
  }
  #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li:hover>a:before, #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -2px;
    left: 0
  }
  #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li:hover>a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li>a:before {
    top: -4px
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li:hover>a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li>a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    transform: translateY(-3px)
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a:before {
    transition: cubic-bezier(.55, 0, .1, 1) right .3s;
    right: 100%
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a.active:before {
    right: 15px
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li:hover>a:before {
    right: 15px
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav>ul>li:hover>a {
    color: #fff!important
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav>ul:not(:hover) li>a.active {
    color: #fff!important
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav>ul>li:hover>a {
    color: #444!important
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav>ul:not(:hover) li>a.active {
    color: #444!important
  }
  #header .header-nav.header-nav-icons nav>ul>li>a .icons, #header .header-nav.header-nav-icons nav>ul>li>a [class*=fa-] {
    font-size: 1.1rem;
    margin-right: .28rem;
    margin-top: .1rem
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin-left: .7rem;
    margin-right: .7rem
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
    font-size: .9em;
    text-transform: none;
    font-weight: 400;
    margin-top: .3rem
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
    margin-top: -.5rem
  }
}

@media (min-width:992px) {
  #header .header-nav-main-arrows nav>ul>li>a.dropdown-toggle:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: .6rem
  }
}

@media (min-width:992px) {
  #header .header-nav-main-dark-text nav>.nav-pills>li>a {
    color: #333
  }
}

@media (min-width:992px) {
  #header .header-nav-main-rounded nav>.nav-pills>li>a {
    justify-content: center;
    align-self: center;
    border-radius: 1.5rem
  }
  #header .header-nav-main-rounded nav>.nav-pills>li>a:before {
    display: none!important
  }
  #header .header-nav-main-rounded nav>ul>li.dropdown:hover>a {
    border-radius: 1.5rem
  }
  #header .header-nav-main-rounded nav>ul>li.dropdown .dropdown-menu {
    border-radius: 4px
  }
}

@media (min-width:992px) {
  #header .header-nav-main.header-nav-main-light nav>ul>li>a {
    color: #fff
  }
  #header .header-nav-main.header-nav-main-light nav>ul>li>a.active {
    color: #ccc;
    background: #fff
  }
  #header .header-nav-main.header-nav-main-light nav>ul>li.active>a, #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a {
    background: #fff
  }
  #header .header-nav-main.header-nav-main-light nav>ul>li.active>.dropdown-menu, #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu {
    border-top-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, .05)
  }
  #header .header-nav-main.header-nav-main-light nav>ul>li.active>a {
    background: #fff
  }
  #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown:hover>a:before {
    border-bottom-color: #fff
  }
  #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:focus, #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:hover {
    background: #f5f5f5
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu li a {
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0)
  }
  #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu li a {
    transform: translate3d(0, 0, 0)
  }
  #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0)
  }
  #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 2px, 0)
  }
  #header .header-nav.header-nav-line .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-2 nav>ul>li.dropdown .dropdown-menu {
    transition: opacity .2s ease-out;
    opacity: 0
  }
  #header .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu {
    opacity: 1
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-3 nav>ul>li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, 10px, 0)
  }
  #header .header-nav-main-effect-3 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-4 nav>ul>li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(-10px, 0, 0)
  }
  #header .header-nav-main-effect-4 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-5 nav>ul>li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, -10px, 0)
  }
  #header .header-nav-main-effect-5 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:992px) {
  #header .header-nav-main-effect-6 nav>ul>li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(10px, 0, 0)
  }
  #header .header-nav-main-effect-6 nav>ul>li.dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0)
  }
}

@media (max-width:991px) {
  #header .header-nav-main {
    position: absolute;
    background: 0 0;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
  }
  #header .header-nav-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateX(-50%)
  }
  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    transition: ease all .5s
  }
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px
  }
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(204, 204, 204, .5)
  }
  #header .header-nav-main nav>ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column
  }
  #header .header-nav-main nav>ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative
  }
  #header .header-nav-main nav>ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left
  }
  #header .header-nav-main nav>ul li a.dropdown-toggle {
    position: relative
  }
  #header .header-nav-main nav>ul li a.dropdown-toggle:after {
    content: none
  }
  #header .header-nav-main nav>ul li a:active {
    background-color: #00b1d0;
    color: white;
  }
  #header .header-nav-main nav>ul li.dropdown .dropdown-menu {
    background: 0 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static
  }
  #header .header-nav-main nav>ul li:last-child {
    border-bottom: 0
  }
  #header .header-nav-main nav>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #ccc
  }
  #header .header-nav-main nav>ul>li>a:active {
    color: #ccc
  }
  #header .header-nav-main nav>ul>li>a.active {
    color: #fff!important;
    background: #ccc
  }
  #header .header-nav-main nav>ul>li>a.active:focus, #header .header-nav-main nav>ul>li>a.active:hover {
    color: #fff;
    background: #ccc
  }
  #header .header-nav-main.header-nav-main-square nav>ul>li a {
    border-radius: 0!important
  }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1
  }
  #header .header-nav.header-nav-line, #header .header-nav.header-nav-links {
    min-height: 70px
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
    display: block;
    text-transform: none;
    font-weight: 400
  }
}

@media (max-width:991px) {
  #header .header-nav-main.header-nav-main-dark-text nav>ul>li>a {
    color: #333
  }
  #header .header-nav-main.header-nav-main-dark-text nav>ul>li>a.active {
    color: #fff
  }
}

@media (min-width:992px) {
  #header .header-body:not(.h-100) {
    height: auto!important
  }
}

@media (max-width:991px) {
  #header .header-logo img {
    z-index: 1
  }
  #header .header-nav {
    display: flex;
    align-items: center
  }
}

@media (min-width:992px) and (max-width:1199px) {
  html:not(.side-header-disable-offcanvas).side-header:not(.side-header-above) body>.body {
    margin: 0
  }
}

body[data-plugin-section-scroll] #header .header-body {
  background: 0 0
}

.page-header {
  background-color: #212529;
  margin: 0 0 35px 0;
  padding: 30px 0;
  position: relative;
  text-align: left
}

.page-header h1 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
  top: 1px
}

.page-header .sub-title {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  opacity: .8;
  color: #fff
}

.page-header .page-header-extra-button {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5
}

.page-header.page-header-lg {
  padding: 50px 0
}

.page-header.page-header-lg h1 {
  font-size: 40px
}

.p-relative {
  position: relative!important
}

.opacity-0 {
  opacity: 0!important
}

.opacity-1 {
  opacity: .1!important
}

.opacity-2 {
  opacity: .2!important
}

.opacity-3 {
  opacity: .3!important
}

.opacity-4 {
  opacity: .4!important
}

.opacity-5 {
  opacity: .5!important
}

.opacity-6 {
  opacity: .6!important
}

.opacity-7 {
  opacity: .7!important
}

.opacity-8 {
  opacity: .8!important
}

.opacity-9 {
  opacity: .9!important
}

.opacity-10 {
  opacity: 1!important
}


.no-borders {
  border: none!important
}

/* Header */


/* Footer */
#footer {
  background: #212529;
  border-top: 4px solid #212529;
  font-size: .9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #fff
}

#footer a:not(.btn):not(.no-footer-css) {
  color: #777;
  transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #fff
}

#footer a:not(.btn):not(.no-footer-css):active, #footer a:not(.btn):not(.no-footer-css):focus {
  color: #ccc
}

#footer a:not(.btn):not(.no-footer-css).text-color-light {
  color: #fff!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
  color: #e6e5e5!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:active, #footer a:not(.btn):not(.no-footer-css).text-color-light:focus {
  color: #ccc!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default {
  color: #777!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:hover {
  color: #919090!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:active, #footer a:not(.btn):not(.no-footer-css).text-color-default:focus {
  color: #5e5d5d!important
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
  position: relative;
  left: 0;
  transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
  left: 3px
}

#footer ul.nav-list>li a {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  line-height: 20px;
  padding-bottom: 11px
}

#footer ul.nav-list>li:last-child a {
  border-bottom: 0
}

#footer ul.nav-list>li a:hover {
  background-color: rgba(255, 255, 255, .05)
}

#footer ul.list.icons li {
  margin-bottom: 5px
}

#footer .footer-nav nav {
  display: flex
}

#footer .footer-nav nav>ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

#footer .footer-nav nav>ul>li {
  position: relative;
  height: 100%;
  align-self: stretch
}

#footer .footer-nav nav>ul>li>a {
  position: relative;
  background: 0 0;
  padding: 0 14.4px;
  padding: 0 .9rem;
  margin: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a {
  padding-left: 0
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a:before {
  left: 0
}

@media (min-width:768px) {
  #footer .footer-nav.footer-nav-bottom-line nav>ul>li>a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: .85rem;
    right: .85rem;
    margin-top: 15px;
    transform: translate3d(0, -50%, 0)
  }
}

@media (max-width:991px) {
  #footer .footer-nav {
    width: 100%
  }
  #footer .footer-nav nav {
    text-align: center
  }
  #footer .footer-nav nav>ul {
    width: 100%
  }
  #footer .footer-nav nav>ul>li>a {
    text-align: center;
    padding: 5px 12px
  }
}

@media (max-width:767px) {
  #footer .footer-nav {
    width: 100%
  }
  #footer .footer-nav nav {
    text-align: center
  }
  #footer .footer-nav nav>ul {
    width: 100%
  }
  #footer .footer-nav nav>ul>li {
    height: auto;
    width: 100%
  }
  #footer .footer-nav nav>ul>li>a {
    text-align: center;
    padding: 1em 0
  }
}

#footer form {
  opacity: .85
}

#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both
}

#footer form .alert {
  padding: 6px;
  text-align: center
}

#footer .logo img {
  position: relative;
  top: 2px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0)
}

#footer .twitter .icons, #footer .twitter [class*=fa-] {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  margin-right: -22px;
  left: -30px;
  color: #fff
}

#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: .9em;
  padding-top: 3px;
  opacity: .5
}

#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#footer .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px
}

#footer .twitter ul li:last-child {
  padding-bottom: 0
}

#footer .twitter.twitter-dark .icons, #footer .twitter.twitter-dark [class*=fa-] {
  color: #333
}

#footer .twitter.twitter-dark .meta a {
  color: #333
}

#footer .twitter.twitter-light {
  color: #fff
}

#footer .twitter.twitter-light .icons, #footer .twitter.twitter-light [class*=fa-] {
  color: #fff
}

#footer .twitter.twitter-light .meta a {
  color: #fff;
  opacity: .7
}

#footer .footer-bg-color-2 {
  background: #1c2023
}

#footer .footer-copyright {
  background: #1c2023
}

#footer .footer-copyright nav {
  font-size: .9em
}

#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0
}

#footer .footer-copyright nav ul li:last-child {
  padding-right: 0
}

#footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: .9em
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #212529;
  border-top: 1px solid rgba(255, 255, 255, .05)
}

#footer .footer-copyright.footer-copyright-border-grey {
  border-top: 1px solid #e5e5e5
}

.footer-top-border {
  border-top: 1px solid rgba(0, 0, 0, .05)!important
}

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

.footer-left-border {
  border-left: 1px solid rgba(0, 0, 0, .05)!important
}

.footer-right-border {
  border-right: 1px solid rgba(0, 0, 0, .05)!important
}

.footer-top-light-border {
  border-top: 1px solid rgba(255, 255, 255, .05)!important
}

.footer-bottom-light-border {
  border-bottom: 1px solid rgba(255, 255, 255, .05)!important
}

.footer-left-light-border {
  border-left: 1px solid rgba(255, 255, 255, .05)!important
}

.footer-right-light-border {
  border-right: 1px solid rgba(255, 255, 255, .05)!important
}
/* Footer */


html.dark .body, html.dark body {
  background-color: #212529
}

html.dark #header .header-top {
  background: #2c3237;
  border-bottom-color: #333940
}

html.dark #header .header-body {
  background: #212529;
  border-top-color: #333940
}

html.dark #header .header-nav-top .nav>li>a a:focus, html.dark #header .header-nav-top .nav>li>a:hover {
  background-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu {
  background: #262a2f;
  border-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu a:focus, html.dark #header .header-nav-top .dropdown-menu a:hover {
  background: #2c3237!important
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
  display: none;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 0.5rem;
  opacity: 0.7;
  right: 10px;
  transform: translateY(-50%);
  transition: all .2s ease-out;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
  right: 100%;
  display: block;
  margin-top: -8px;
  margin-left: -1px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
  opacity: 1;
  right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
  top: 0;
  opacity: 1;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
  right: 30px;
  transform: translateY(-50%) rotateY(180deg);
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
  left: auto;
  right: 100%;
  transform: translate3d(0, 0, 0);
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
  color: #fff
}

html.dark h1.card-title, html.dark h2.card-title, html.dark h3.card-title, html.dark h4.card-title, html.dark h5.card-title, html.dark h6.card-title {
  color: #fff
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
  color: #111
}

html.dark blockquote {
  border-color: #2c3237
}

html.dark section.featured {
  background-color: #1c2023;
  border-top-color: #333940
}

html.dark section.section {
  background-color: #262a2f;
  border-top-color: #2c3237
}

html.dark .dropdown-menu>li a {
  color: #fff
}

html.dark .dropdown-menu>li a:focus, html.dark .dropdown-menu>li a:hover {
  background-color: #333940
}

html.dark .nav>li>a:focus, html.dark .nav>li>a:hover {
  background-color: #333940
}

html.dark .counters.with-borders .counter {
  border-top: 1px solid #333940;
  border-bottom: 1px solid #333940;
  border-left: 1px solid #2c3237;
  border-right: 1px solid #2c3237
}

html.dark .counters.counters-text-dark .counter {
  color: #fff!important
}

html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter [class*=fa-], html.dark .counters.counters-text-dark .counter label, html.dark .counters.counters-text-dark .counter strong {
  color: #fff!important
}

html.dark form:not(.form-style-4) .form-control {
  background-color: #2c3237;
  border-color: #2c3237
}

html.dark form.form-style-4 .form-control {
  border-bottom-color: #3c3c3c
}

html.dark .btn-light {
  background-color: #2c3237;
  border-color: #2c3237;
  color: #fff
}

html.dark .btn[disabled], html.dark .btn[disabled]:active, html.dark .btn[disabled]:focus, html.dark .btn[disabled]:hover {
  border-color: #2c3237!important
}

html.dark section.section-custom-map {
  background-color: #212529
}

html.dark section.section-custom-map section.section {
  background: rgba(38, 42, 47, .8)
}

html.dark .page-header {
  border-bottom-color: #1c2023
}

html.dark .page-header-light {
  background-color: #333940
}

html.dark .card {
  background-color: #1c2023
}

html.dark .toggle>.toggle-title, html.dark .toggle>label {
  background-color: #333940
}

html.dark .toggle.toggle-simple .toggle>.toggle-title, html.dark .toggle.toggle-simple .toggle>label {
  color: #fff
}

html.dark .featured-box {
  background: #333940;
  border-left-color: #333940;
  border-right-color: #333940;
  border-bottom-color: #333940
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
  background: 0 0
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
  background: #212529
}

html.dark .featured-boxes-style-4 .featured-box {
  background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box {
  background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box {
  background: 0 0
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
  border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box {
  background: 0 0
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
  box-shadow: 3px 3px #1a1d21
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
  background: #333940
}

html.dark .featured-box-effect-1 .icon-featured:after {
  box-shadow: 0 0 0 3px #333940
}

html.dark .owl-carousel.top-border {
  border-top-color: #3f4247
}

html.dark ul.nav-list>li a {
  border-bottom-color: #2c3237
}

html.dark ul.nav-list>li a:hover {
  background-color: #2c3237
}

html.dark .page-header {
  border-bottom-color: #2c3237
}

html.dark .google-map-borders {
  border-color: #333940
}

html.dark .alert.alert-default {
  border-color: #333940;
  background-color: #2c3237
}

html.dark hr {
  background-image: linear-gradient(to left, #212529, #3f4247, #212529)
}

html.dark hr.light {
  background-image: linear-gradient(to left, #212529, #3f4247, #212529)
}

html.dark .heading.heading-bottom-border h1 {
  border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
  border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
  border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
  border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
  background: #212529
}

html.dark ul.simple-post-list li {
  border-bottom-color: #262a2f
}

html.dark .post-block {
  border-top-color: #1c2023
}

html.dark .dialog {
  background-color: #212529
}

html.dark .modal-content {
  background-color: #212529
}

html.dark .modal-header {
  border-bottom-color: #2c3237
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
  color: #777
}

html.dark .modal-header .close {
  text-shadow: none;
  color: #fff
}

html.dark .modal-footer {
  border-top-color: #2c3237
}

html.dark .popup-inline-content {
  background: #212529!important
}

@media (min-width:992px) {
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu {
    background: #262a2f
  }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active>a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active>a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus>a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover>a {
    background: #333940
  }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
    border-bottom-color: #333940
  }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover {
    background: #333940
  }
  html.dark #header .header-nav.header-nav-line nav>ul>li:hover>a, html.dark #header .header-nav.header-nav-line nav>ul>li>a, html.dark #header .header-nav.header-nav-links nav>ul>li:hover>a, html.dark #header .header-nav.header-nav-links nav>ul>li>a {
    color: #ccc
  }
}

@media (max-width:991px) {
  html.dark #header .header-nav-main:before {
    background-color: #212529
  }
  html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
    background: #39404c
  }
  html.dark #header .header-nav-main nav>ul li {
    border-bottom-color: #333940
  }
  html.dark #header .header-nav-main nav ul li a:active {
    background-color: #1e1e1e;
    color: #fff
  }
}


/* Sosyal Medya */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}

.social-icons li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #666 !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.social-icons li:hover a {
  background: #151719;
  color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a !important;
}

.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2 !important;
}

.social-icons li:hover.social-icons-youtube a {
  background: #c3191e !important;
}

.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a !important;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a {
  color: #212121 !important;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a {
  color: #FFF !important;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #FFF !important;
}
.social-icons.social-icons-medium li a {
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
  background: #FFF;
}

/* Sosyal Medya */
/* Theme Css */



/* Font Size */

.text-1 {
  font-size: .8em !important;
}

.text-2 {
  font-size: .9em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-5 {
  font-size: 1.50em !important;
}

.text-6 {
  font-size: 1.80em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.30em !important;
}

.text-9 {
  font-size: 2.50em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}
/* Font Size */

/* yandan menu */
.mobile-menu-toggler {
  border: 0;
  background: transparent;
  color: #3f3f3f;
  padding: 1rem .5rem;
  font-size: 1.5rem;
  line-height: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.5rem;
  cursor: pointer;
}

.mobile-menu-toggler i:before {
  margin: 0;
}

.mobile-menu-toggler {
  margin-right: 1rem;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  transition: all .35s;
  background-color: #00b1d0;
  font-size: 1.2rem;
  line-height: 1.5;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  visibility: hidden;
  z-index: 1063;
  overflow-y: auto;
}

.mmenu-active .mobile-menu-container {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-container .social-icons {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  font-size: 1.5rem;
}

.mobile-menu-container .social-icon + .social-icon {
  margin-left: .3rem;
}

.mobile-menu-container
.social-icon:hover,
.mobile-menu-container
.social-icon:focus {
  background-color: transparent;
  color: #fafafa;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0 4rem;
}

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .4rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mmenu-active .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  margin: 0 0 2rem;
  padding: 0;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  list-style: none;
}

.mobile-menu > li > a {
  text-transform: uppercase;
}

.mobile-menu li {
  display: block;
  position: relative;
  border-top: 1px solid #ffffff;
}

.mobile-menu li a {
  display: block;
  position: relative;
  /* margin-right: 4.5rem; */
  padding: 1.2rem;
  color: #fff;
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #25221e;
  text-decoration: none;
}

.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #25221e;
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li ul li a {
  padding-left: 2.5rem;
}

.mobile-menu li ul ul li a {
  padding-left: 3.5rem;
}

.mmenu-btn {
  display: block;
  /* position: absolute; */
  top: 50%;
  right: -3.8rem;
  /* width: 3rem; */
  /* height: 3rem; */
  margin-top: -1.5rem;
  /* text-align: center; */
  text-align: end;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  /* line-height: 3rem; */
  cursor: pointer;
}
/* .mmenu-btn:after {
  display: inline-block;
  margin-top: -2px;
  font-family: 'porto';
  content: '\e81c';
}
.open > a > .mmenu-btn:after {
  content: '\e81b';
}
.icon-angle-down:before {
  content: '\e81c'; 
}
.icon-angle-up:before {
  content: '\e81b'; 
} */

.btn-menu {
  display: block;
  position: absolute;
  top: 50%;
  right: -3.8rem;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  text-align: center;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  cursor: pointer;
}

/* yandan menu */

/* mobil menü buton */

#nav-icon3 {
  width: 46px;
  height: 38px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #00b1d0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 15px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* mobil menü buton */

/* Custom */
.main {
  min-height: 600px;
}

.logo {
  width: 200px;
  max-width: 100%;
}

.mini_logo {
  width: 120px;
  max-width: 100%;
}

.title {
  color: #00b1d0 !important;
}

.golge {
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.footer-bg {
  background-color: #00183b !important;
}

.c-container {
  max-width: 1400px;
}

.bg-white {
  background-color: #ffffffb5 !important;
  padding: 10px;
}

/* Alt Çizgi */
.title_alt_div_h {
  border: 1px solid #00b1d0;
  margin-bottom: 5px;
  width: 100px;
  max-width: 100%;
}

/* Hakkımızda */
.bg-color {
  background: #f7f7f7;
}

/* İç Banner Yazı */

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  /* text-transform: uppercase; */
  text-shadow: none;
}

.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}


/* Ürünlerimiz */
.c-card {
  padding: 10px;
  border:none;
  /* background-repeat: no-repeat; */
  /* border-radius: 10px; */
}
.shine_hover {
  position: relative;
  overflow: hidden;
}

.shine_hover:before {
  position: absolute;
  top: 0;
  left: -120%;
  z-index: 2;
  display: block;
  visibility: visible;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  transform: skewX(-25deg)
}
.shine_hover:hover:before {
  z-index: 99;
  animation: shine 1s forwards
}
@keyframes shine {
  0% {left: -90%}
  100% {left: 130%}
}

.c-text {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

/* Ürünlerimiz */


/* Footer yazı */
.c-btn_2>*, .c-btn_2:visited>* {
  color: #3f3f3f !important;
}
.c-btn_2:active>*, .c-btn_2:hover>*, .c-btn_2:focus>*, .c-btn_2:focus-within>* {
  color: #00b1d0 !important;
}

.c-btn_1>*, .c-btn_1:visited>* {
  color: #f0f0f0 !important;
}
.c-btn_1:active>*, .c-btn_1:hover>*, .c-btn_1:focus>*, .c-btn_1:focus-within>* {
  color: #c0c0c0 !important;
}



/* Tarihce */
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  /* opacity: .3; */
  /* filter: blur(2px); */
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px );
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px );
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
}

/* Tarihce */

/* Hizmetler */
.hizmet :hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #3f3f3fcc;
  border-radius: 0.25rem;
}

.banner {
  width: 100%;
  margin: auto;
  height:  200px;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 1s;
  position: relative;
  border-radius: 0.25rem;
  /* box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.45); */
}

.banner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner:hover .inner > h3 {
  bottom:40%;
  visibility: visible;
  opacity: 1;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  
}

.banner .inner > h3 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  bottom: 30%;
  display: inline-block;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  text-decoration:none;
  color: #FFFFFF;
}

.banner .inner::before,
.banner .inner::after, .banner::after, .banner::before {
  content: "";
  position: absolute;
}
.banner::before {
  top: 20px;
  right: 20px;
  height: 0;
  width: 2px;
  background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
  transition: height 200ms ease-out 0.75s;
}
.banner::after {
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 2px;
  background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
  transition: width 200ms ease-out 0.5s;
}
.banner .inner::before {
  bottom: 20px;
  left: 20px;
  height: 0;
  width: 2px;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  transition: height 200ms ease-out 0.25s;
}
.banner .inner::after {
  top: 20px;
  left: 20px;
  height: 2px;
  width: 0;
  background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
  transition: width 200ms ease-out 0s;
}
.banner:hover::before {
  height: calc( 200px - 20px * 2);
  transition: height 200ms ease-out 0s;
}
.banner:hover::after {
  width: calc(100% - 20px * 2);
  transition: width 200ms ease-out 0.25s;
}
.banner:hover .inner::before {
  height: calc( 200px - 20px * 2);
  transition: height 200ms ease-out 0.5s;
}
.banner:hover .inner::after {
  width: calc(100% - 20px * 2);
  transition: width 200ms ease-out 0.75s;
}
@media (min-width: 768px) {
  .banner:hover {
    background-size: 760px;
  }
}

/* Hizmetler */


/* buton */
.c-button {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  background: #a0adb6;
  border: 3px solid #a0adb6;
  text-align: center;
  transition: .4s;
  border-radius: 10px;
}

.c-button:hover {
  background: white;
  color: #a0adb6
}
/* buton */

/* Projeler */ 
.l-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 1400px;
  max-width: 100%;
  padding: 30px;
}

@media screen and (max-width: 760px) {
  .l-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.b-game-card {
  position: relative;
  z-index: 1;
  /* width:300px; */
  max-width: 100%;
  padding-bottom: 150%;
  perspective: 1000px;
}
.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}
.b-game-card__cover::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.b-game-card:hover .b-game-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}
/* Projeler */

/* Nivo Slider */
.theme-default .nivoSlider {
  position:relative;
  background:#fff url(https://upload.cc/i/VHEyei.gif) no-repeat 50% 50%;
  margin-bottom:10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.theme-default .nivo-controlNav a {
  display:inline-block;
  width:22px;
  height:22px;
  background:url(https://upload.cc/i/dApeBv.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(https://upload.cc/i/fdHwI5.png) no-repeat;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
}
.theme-default a.nivo-prevNav {
  left:15px;
}

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color:#fff;
  border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
  background:white; 
  filter:alpha(opacity=0); 
  opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
  display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align:center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
/* Nivo Slider */



/* Hakkımızda */
section.section.section-parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0;
}

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

section.section.section-height-3 {
  padding: 73.846px 0;
  padding: 4.6153846154rem 0;
}

section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  clear: both;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
  margin: 70px 0;
  padding: 50px 0;
}

.parallax blockquote {
  border: 0;
  padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}

.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

.parallax-disabled .parallax-background {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

.block {
  /* border-left: 5px solid #2c828d !important; */
  border-left: 5px solid #C0C0C0 !important;
}

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

/* Counters */
.counters .counter {
  text-align: center;
}

.counters [class*="fa-"], .counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}

.counters .counter-side-icon [class*="fa-"], .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
  display: inline-block;
}

.counters .counter-with-unit strong {
  display: inline-block;
}

.counters .counter-with-unit.counter-unit-on-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.counters .counter-with-unit.counter-unit-on-top .unit {
  font-size: 32px;
  font-size: 2rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  margin-left: 4.8px;
  margin-left: 0.3rem;
}

.counters .counter-with-unit.counter-unit-on-top label {
  width: 100%;
  margin-top: 11.2px;
  margin-top: 0.7rem;
}

.counters .counter-with-unit.counter-unit-on-bottom {
  align-items: flex-end;
}

.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}

.counters.counters-sm [class*="fa-"], .counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}

.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}

.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}

.counters.counters-lg [class*="fa-"] {
  font-size: 45px;
  line-height: 45px;
}

.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}

.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}

.counters.counters-text-light .counter {
  color: #FFF !important;
}

.counters.counters-text-light .counter [class*="fa-"], .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
  color: #FFF !important;
}

.counters.counters-text-dark .counter {
  color: #333940 !important;
}

.counters.counters-text-dark .counter [class*="fa-"], .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
  color: #333940 !important;
}

/* Hakkımızda */



/* Carousel */

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; 
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; 
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.referans {
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

/* Carousel */


/* Katalog */

section.section.section-overlay-opacity {
  position: relative;
}
section.section.section-background {
  background-repeat: repeat;
  border: 0;
}
section.section.section-center {
  text-align: center;
}
section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(
  135deg
  , #00b1d0 0%, #74a0a8 40%, #a8a8a8 80%) !important;
}
section.section.section-overlay-opacity-gradient:before {
  opacity: 0.85;
}
section.section.section-overlay-opacity:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}


.custom-btn-style-1 {
  position: relative;
  border-radius: 0;
  left: 5px;
}

.custom-btn-style-1:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #25221e;;
  transition: ease all 300ms;
}

.custom-btn-style-1:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-btn-style-1.custom-btn-style-1-right {
  left: auto;
  right: 5px;
}

.custom-box-shadow-1 {
  box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.3);
}

/* Katalog */

/* Lightbox */

.sort-destination {
  overflow: hidden;
}

.sort-destination-loader {
  height: auto;
  overflow: hidden;
  position: relative;
}

.sort-destination-loader:after {
  transition: opacity 0.3s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.sort-destination-loader .bounce-loader {
  display: none;
}

.sort-destination-loader.sort-destination-loader-showing {
  max-height: 200px;
}

.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}

.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}

.sort-destination-loader.loader-showing-dark:after {
  background: #181818;
}

.sort-destination-loader.sort-destination-loader-loaded {
  overflow: visible;
}

.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
  max-height: 330px;
}

.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

.custom-thumb-info-1 {
  border: none;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
  transform: none;
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
  opacity: 0.8;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus {
  opacity: 1;
  width: 30%;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.custom-thumb-info-1 .thumb-info-wrapper {
  margin: 0 !important;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
  transform: none;
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
  background: #3f3f3f;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate(-50%, -50%);
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Arrows */
button.mfp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 0;
  border-radius: 4px;
  background: #212529;
  width: 35px;
  height: 100px;
  color: #FFF;
  margin: 0 !important;
  transform: translate3d(0, -50%, 0);
}

button.mfp-arrow:before {
  content: none;
}

button.mfp-arrow:after {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: none !important;
}

button.mfp-arrow.mfp-arrow-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

button.mfp-arrow.mfp-arrow-left:after {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: auto;
  left: -2px;
  width: auto;
  height: auto;
}

button.mfp-arrow.mfp-arrow-right {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

button.mfp-arrow.mfp-arrow-right:after {
  content: "\f054";
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
  right: -2px;
  width: auto;
  height: auto;
}

/* Close */
.mfp-close, .mfp-close-btn-in .mfp-close {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* Lighbox */




/* Form */

.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}

.form-control:not(.form-control-lg) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.85;
  height: 50px !important;
    border-radius: 5px !important;
}

.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

.c-f {
  border: 1px solid #00b1d0;
}

/* Form */


.tab_btn_1,
.tab_btn_1:visited {
  
  border-color: #00b1d0;
  border: 1px solid ;
  background-color:#fff;
  color:  #00b1d0 !important;
  box-shadow: none;
}
.tab_btn_1.active,
.tab_btn_1:active,
.tab_btn_1:hover,
.tab_btn_1:focus,
.tab_btn_1:focus-within {
  border-color: #00b1d0;
  border: 1px solid ;
  background-color:#00b1d0;
  color: #fff !important;
  box-shadow: none;
  cursor:pointer;
  
}

/* Kariyer */

.ik_card {
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgb(16 63 164 / 10%);
  border: solid 1px #eee;
  background-color: #fff;
}

.ik_card_header {
  color: #013682 !important;
  line-height: 28px;
}

.ik_card_text {
  color: #4a4a4a;
  line-height: 22px;
}

.butCardCover {
  text-align: end;
}

input[type="checkbox"] {
  width: 30px;
  height: 30px;
}


/* table, th, td {
  border: 1px solid rgb(255, 255, 255);
} */

table {
  width: 100%;
  border: 2px solid #ffffff;
}
table {
  border-collapse: collapse;
}

@media (max-width:600px) {
  /* table */
  tr {
      /* display: flex; */
      flex-direction: column;
  }
  /* table */
}

td, th {
  /* padding: 2px; */
  border: 2px solid #ffffff;
}
.title-dark {
  font-size: 20px; 
  color: #000000;
  font-weight: 400;
}


.bg_clr_3 {
    background-color: #c7ced4;
}

.c-fixed-bottom {
    position: fixed;
    bottom: 150px;
    right:0;
    z-index: 1030;
}

.k-fixed-bottom {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1030;
}