/*
Template Name : Eleska v1
Author: Eleska internet Hizmetleri Ltd. sti
Version: 1.00;
Date:04/01/2020
If it is used without permission, a lawsuit will be filed.
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");
@font-face {
font-family: 'NeueEinstellung';
font-style: normal;
font-weight: normal;
src: url(/theme/eleska/file/fonts/NeueEinstellung-Normal.woff2) format('woff2');
}
@font-face {
font-family: 'NeueEinstellung';
font-style: normal;
font-weight: 600;
src: url(/theme/eleska/file/fonts/NeueEinstellung-SemiBold.woff2) format('woff2');
}
@font-face {
font-family: 'NeueEinstellung';
font-style: normal;
font-weight: 700;
src: url(/theme/eleska/file/fonts/NeueEinstellung-Bold.woff2) format('woff2');
}
@font-face {
font-family: 'NeueEinstellung';
font-style: normal;
font-weight: 500;
src: url(/theme/eleska/file/fonts/NeueEinstellung-Medium.woff2) format('woff2');
}


.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}


.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.bg-primary {
    background-color: #2f55d4 !important;
}

.bg-soft-primary {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.bg-eleska {
    background-color: #f5f7fb !important;
}

.text-primary {
    color: #2f55d4 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #284bc1 !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.bg-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #506180 !important;
}

.bg-success {
    background-color: #2eca8b !important;
}

.bg-soft-success {
    background-color: rgba(46, 202, 139, 0.1) !important;
    border: 1px solid rgba(46, 202, 139, 0.1) !important;
    color: #2eca8b !important;
}

.text-success {
    color: #2eca8b !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-success:hover,
a.text-success:focus {
    color: #29b57d !important;
}

.bg-warning {
    background-color: #f17425 !important;
}

.bg-soft-warning {
    background-color: rgba(241, 116, 37, 0.1) !important;
    border: 1px solid rgba(241, 116, 37, 0.1) !important;
    color: #f17425 !important;
}

.text-warning {
    color: #f17425 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ed650f !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-soft-info {
    background-color: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid rgba(23, 162, 184, 0.1) !important;
    color: #17a2b8 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-info:hover,
a.text-info:focus {
    color: #148ea1 !important;
}

.bg-danger {
    background-color: #e43f52 !important;
}

.bg-soft-danger {
    background-color: rgba(228, 63, 82, 0.1) !important;
    border: 1px solid rgba(228, 63, 82, 0.1) !important;
    color: #e43f52 !important;
}

.text-danger {
    color: #e43f52 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e1293e !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #323c49 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.text-light {
    color: #f8f9fc !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.bg-blue {
    background-color: #2f55d4 !important;
}

.bg-soft-blue {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.text-blue {
    color: #2f55d4 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #284bc1 !important;
}

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

.bg-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

.text-footer {
    color: #202942 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #181e30 !important;
}

.bg-black {
    background: #161c2d !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}


.tabletit {
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    color: #525252;
    font-weight: 500;
}

.component-wrapper .title {
    font-size: 20px;
}

.component-wrapper.sticky-bar li {
    margin-bottom: 6px;
}

.component-wrapper.sticky-bar li:last-child {
    margin-bottom: 0px !important;
}

.component-wrapper.sticky-bar li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.component-wrapper.sticky-bar li a:hover,
.component-wrapper.sticky-bar li a:focus {
    color: #2f55d4 !important;
}

.btn-primary {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #2443ac !important;
    border-color: #2443ac !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(46, 202, 139, 0.1) !important;
    border: 1px solid rgba(46, 202, 139, 0.1) !important;
    color: #2eca8b !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #d55b0e !important;
    border-color: #d55b0e !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(241, 116, 37, 0.1) !important;
    border: 1px solid rgba(241, 116, 37, 0.1) !important;
    color: #f17425 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid rgba(23, 162, 184, 0.1) !important;
    color: #17a2b8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
    background-color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #d21e32 !important;
    border-color: #d21e32 !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(228, 63, 82, 0.1) !important;
    border: 1px solid rgba(228, 63, 82, 0.1) !important;
    color: #e43f52 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-black {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: white !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
	    font-weight: 600 !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.focus {
    background-color: white !important;
    border-color: #bfbebe !important;
    color: #000000 !important;
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important;
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #2443ac !important;
    border-color: #2443ac !important;
    color: #ffffff !important;
}

.btn-soft-blue {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
}

.btn-outline-blue {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-footer {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #ffffff !important;
}

.btn-outline-footer {
    border: 1px solid #202942;
    color: #202942;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #202942;
    border-color: #202942;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 1px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 2px 8px;
    font-size: 13px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn.btn-light {
    color: #3c4858 !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d4daed !important;
    color: #3c4858 !important;
}

.btn.btn-soft-light {
    color: rgba(60, 72, 88, 0.5) !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #3c4858 !important;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc !important;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px;
}



button:not(:disabled) {
    outline: none;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge-primary {
    background-color: #2f55d4 !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
}

.badge-soft-primary {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.badge-secondary {
    background-color: #5a6d90 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
}

.badge-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.badge-success {
    background-color: #2eca8b !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
}

.badge-soft-success {
    background-color: rgba(46, 202, 139, 0.1) !important;
    border: 1px solid rgba(46, 202, 139, 0.1) !important;
    color: #2eca8b !important;
}

.badge-warning {
    background-color: #f17425 !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #f17425 !important;
    border: 1px solid #f17425 !important;
}

.badge-soft-warning {
    background-color: rgba(241, 116, 37, 0.1) !important;
    border: 1px solid rgba(241, 116, 37, 0.1) !important;
    color: #f17425 !important;
}

.badge-info {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.badge-soft-info {
    background-color: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid rgba(23, 162, 184, 0.1) !important;
    color: #17a2b8 !important;
}

.badge-danger {
    background-color: #e43f52 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
}

.badge-soft-danger {
    background-color: rgba(228, 63, 82, 0.1) !important;
    border: 1px solid rgba(228, 63, 82, 0.1) !important;
    color: #e43f52 !important;
}

.badge-dark {
    background-color: #3c4858 !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
}

.badge-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
}

.badge-muted {
    background-color: #8492a6 !important;
    color: #ffffff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
}

.badge-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.badge-light {
    background-color: #f8f9fc !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
}

.badge-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.badge-blue {
    background-color: #2f55d4 !important;
    color: #ffffff !important;
}

.badge-outline-blue {
    background-color: transparent !important;
    color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
}

.badge-soft-blue {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.badge-footer {
    background-color: #202942 !important;
    color: #ffffff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: #202942 !important;
    border: 1px solid #202942 !important;
}

.badge-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

.badge {
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge.badge-light {
    color: #3c4858 !important;
    background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
    color: #3c4858 !important;
    border: 1px solid white !important;
    background-color: transparent !important;
}

.badge.badge-pill {
    border-radius: 12px;
}

.badge:focus,
.badge.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2f55d4 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2eca8b !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f17425 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #17a2b8 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #e43f52 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f8f9fc !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2f55d4 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #202942 !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #2f55d4;
}

.alert-primary .alert-link {
    color: #122258;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #2f55d4;
    border-color: #2f55d4;
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #ffffff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #5a6d90;
    border-color: #5a6d90;
}

.alert-success {
    background-color: rgba(46, 202, 139, 0.9);
    color: #ffffff;
    border-color: #2eca8b;
}

.alert-success .alert-link {
    color: #124d35;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #2eca8b;
    border-color: #2eca8b;
}



.alert-warning .alert-link {
    color: #753208;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #f17425;
    border-color: #f17425;
}

.alert-info {
    background-color: rgba(23, 162, 184, 0.9);
    color: #ffffff;
    border-color: #17a2b8;
}

.alert-info .alert-link {
    color: #062a30;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #17a2b8;
    border-color: #17a2b8;
}

.alert-danger {
    background-color: rgba(228, 63, 82, 0.9);
    color: #ffffff;
    border-color: #e43f52;
}

.alert-danger .alert-link {
    color: #79111d;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #e43f52;
    border-color: #e43f52;
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #ffffff;
    border-color: #3c4858;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #3c4858;
    border-color: #3c4858;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #ffffff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-blue {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #2f55d4;
}

.alert-blue .alert-link {
    color: #122258;
}

.alert-outline-blue {
    background-color: #ffffff;
    color: #2f55d4;
    border-color: #2f55d4;
}

.alert-footer {
    background-color: rgba(32, 41, 66, 0.9);
    color: #ffffff;
    border-color: #202942;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #202942;
    border-color: #202942;
}

.alert {
    padding: 8px 15px;
    border-radius: 0px;
    font-size: 14px;
}

.alert-primary, .alert-secondary, .alert-success, .alert-danger, .alert-warning, .alert-info, .alert-light, .alert-dark {
    border-left: 9px solid rgba(0, 0, 0, 0.15);
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .close {
    top: -2px;
    right: -10px;
    font-size: 16px !important;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}

.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99;
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px;
    }
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #2f55d4;
}

.breadcrumb .breadcrumb-item.active {
    color: #2f55d4;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #3c4858;
    font-family: 'Material Design Icons';
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

li.page-item {
    margin-right: 4px;
}

.pagination .page-item .page-link {
    color: #3c4858;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 25px;
    min-width: 35px;
    font-weight: 600;
    text-align: center;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #000000 !important;
}

.pagination .page-item .page-link.active {
    background-color: #000000;
    color: white;
}


.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
    color: #ffffff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #3c4858 !important;
}

.nav-pills .nav-link.active {
    background: #2f55d4;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -25px;
    right: -15px;
    font-size: 13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
	width: 100%;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group input.form-control, .form-group select.form-control {
    height: 42px;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #2f55d4;
}

.form-group textarea {
    /* height: auto !important; */
    min-height: 40px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #ffffff;
    border-color: #2f55d4;
    background-color: #2f55d4;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2f55d4;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 2px;
}

.custom-switch .custom-control-label:after {
    top: 4px;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
    white-space: nowrap;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
    color: #3c4858;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    /*text-align: end;*/
}

.modal-open {
    padding-right: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2f55d4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    width: 32px;
    /* padding: 0px; */
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}


i.fea.icon-m-md.fa.fa-whatsapp {
    font-size: 28px;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 18px;
    right: 15px;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.back-to-top .icons {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.back-to-top:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top:hover .icons {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

body {
    font-family: "NeueEinstellung", "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
	max-width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "NeueEinstellung", "Nunito", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 80px 0;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgb(60 72 88 / 35%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background-color: rgba(47, 85, 212, 0.6);
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-overlay-gradient2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#2f55d4), to(#2eca8b));
    background-image: linear-gradient(90deg, #2eca8b, #2f55d4, #2eca8b);
    opacity: 0.5;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 25px !important;
    }
}

.title-heading .para-desc {
    font-size: 18px;
}

h1.heading.title-dark.text-white.mb-3 span.element {
    text-shadow: 8px 1px 14px black;
    background-color: #000000b8;
    color: white;
    padding: 7px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

span.typed-cursor {
    background-color: #000000b8;
    padding: 7px 5px 7px 0px;
    color: white;
}

p.para-desc.para-dark.text-light {
    text-shadow: 8px 1px 14px black;
    background-color: #000000b8;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}

.text-shadow-title {
    text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.shape.integration-hero {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .shape.integration-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.integration-hero {
        height: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}

@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%;
    }
}

.spin-anything {
    -webkit-animation: spinner-animation 5s linear infinite;
    animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.seo-hero-widget {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.seo-hero-widget:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
}

.home-wrapper:before {
    content: "";
    position: absolute;
    bottom: 40rem;
    right: 0rem;
    width: 90rem;
    height: 35rem;
    -webkit-transform: rotate(78.75deg);
    transform: rotate(78.75deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), to(transparent));
    background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
    z-index: 1;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .home-wrapper:before {
        right: -20rem;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .home-wrapper:before {
        right: -15rem;
        width: 70rem;
        height: 25rem;
    }
}

@media (max-width: 425px) {
    .home-wrapper:before {
        right: -25rem;
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
    .text-md-left {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
}

#topnav .logo .l-dark {
    display: none;
}

#topnav .logo .l-light {
    display: inline-block;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #2f55d4 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #2f55d4;
}

#topnav .has-submenu {
    position: relative;
    margin: 0px 12px 0px 5px;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #2f55d4;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px 20px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #000000;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 65px;
}

#topnav .buy-button>li {
    line-height: initial;
}

#topnav .buy-button .login-btn-primary {
    display: none;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #ddb56f;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: right;
    display: block;
    position: relative;
    /* margin: 0 6px; */
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #4d3484 !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #4d3484;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #2f55d4;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #4d3484;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -1px;
    top: 37px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #3c4858;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #2f55d4;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #2f55d4;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: center;
        justify-content: flex-end;
    }
    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }
    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important;
    }
    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        /*top: 30px;*/
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #2f55d4 !important;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 85px;
    }
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #4d3484;
    }
    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #4d3484 !important;
    }
    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light>li.active>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #topnav .navigation-menu.nav-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }
    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important;
    }
    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        /* background-color: black; */
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 75px;
    }
    #topnav .logo .l-dark {
        display: inline-block !important;
    }
    #topnav .logo .l-light {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #2f55d4;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .buy-button .login-btn-primary {
        display: inline-block !important;
    }
    #topnav .buy-button .login-btn-light {
        display: none;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    #topnav .has-submenu.active a {
        color: #2f55d4;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
    #topnav .buy-button {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none;
    }
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }
    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        -webkit-transform: translate3d(0px, -54px, 0px) !important;
        transform: translate3d(0px, -54px, 0px) !important;
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 70px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.gradient {
    background: #2f55d4 !important;
    background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
    opacity: 0.9;
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

.classic-saas-image .bg-saas-shape:after {
    bottom: 3rem;
    left: 0;
    width: 75rem;
    height: 55rem;
    border-radius: 20rem;
    opacity: 0.9;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape:after {
        bottom: -5rem;
        left: 10rem;
        width: 30rem;
        height: 30rem;
        border-radius: 10rem;
    }
}

@media (max-width: 768px) {
    .classic-saas-image .bg-saas-shape img {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape img {
        max-width: 100%;
        height: auto;
    }
}

.studio-home {
    padding: 7%;
}

.agency-wrapper:before {
    content: "";
    position: absolute;
    bottom: 22rem;
    right: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f8f9fc;
    z-index: -1;
}

@media (max-width: 768px) {
    .agency-wrapper:before {
        right: 12rem;
    }
}

@media (max-width: 767px) {
    .agency-wrapper:before {
        right: 0;
    }
}

.bg-marketing {
    padding: 76px 0 120px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 5%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 80vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-slider .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-slider .carousel-item-next, .home-slider .carousel-item-prev, .home-slider .carousel-item.active {
    display: flex;
}

.main-slider .slides .bg-slider {
    background-size: cover;
    height: 100vh;
    position: relative;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
    height: 75vh;
}

.flex-control-paging li a {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #2f55d4;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    display: none;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

@media (max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bg-animation-left.dark-left:after {
    background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
    background: #2f55d4;
    width: 80%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.bg-animation-left.task-management-home:after {
    background: url("../images/task/bg.png") #2f55d4;
    width: 100%;
    -webkit-clip-path: circle(65% at 40% 25%);
    clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.classic-app-image .bg-app-shape:after {
    bottom: 3rem;
    left: -8rem;
    width: 55rem;
    height: 35rem;
    border-radius: 20rem;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: 0.9;
}

.classic-app-image .app-images {
    position: absolute;
    bottom: 60px;
    right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    content: " ";
    position: absolute;
    z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    background-color: #2f55d4;
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -30px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
    font-family: "Material Design Icons";
    font-weight: 900;
    color: #ffffff;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
    background: #2f55d4;
    border-color: #2f55d4 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
    content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
    content: "\f0142";
}

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px;
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .bg-half {
        padding: 50px 0 50px;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 60px 0;
        height: auto;
    }
}

.construction-img {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #2f55d4 !important;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-carousel.owl-theme.refler .owl-item img {
	height: 50px;object-fit: contain;
	padding-right: 15px;
	padding-left: 15px;
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
}

.owl-carousel .owl-item img.avatar.avatar-small.mr-3.rounded.shadow {
    width: 65px;
}

.invoice-top .logo-invoice {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 1px;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #2f55d4;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}

.blog {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .content h4 {
    line-height: 1.2;
}

.blog .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .title:hover {
    color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
    color: #2f55d4 !important;
}

.blog .author,
.blog .teacher,
.blog .course-fee {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .author {
    top: 5%;
    left: 5%;
}

.blog .teacher {
    bottom: 6%;
    left: 5%;
}

.blog .course-fee {
    bottom: -5%;
    right: 5%;
    width: 50px;
    height: 50px;
}

.blog .course-fee .fee {
    line-height: 50px;
}

.blog.blog-detail:hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog:hover .overlay {
    opacity: 0.4;
}

.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
    opacity: 1;
}

.blog .blog-list-meta {
    position: absolute;
    bottom: 24px;
}

.main-icon {
    border: 2px solid #e9ecef;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center;
}

.main-icon .fea {
    height: 20px;
}

@media (min-width: 768px) {
    .main-icon {
        margin: 0 auto;
    }
}

.timeline-page:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 95%;
    margin: auto;
    width: 2px;
    background-color: #e9ecef !important;
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
    margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #2f55d4;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
    right: -37px;
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
    left: -37px;
}

.timeline-page .timeline-item .event {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
    margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
    margin-right: 15px;
    text-align: right;
}

@media (max-width: 767px) {
    .timeline-page {
        margin-left: 18px;
    }
    .timeline-page:after {
        margin: 0;
    }
    .timeline-page .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
    }
    .timeline-page .timeline-item .duration:after {
        left: -21px !important;
    }
    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px;
    }
    .timeline-page .timeline-item .event-description-left {
        text-align: left !important;
        margin: 0 0 0 15px;
    }
}

.team img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .name:hover {
    color: #2f55d4 !important;
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    opacity: 0.2;
}

.team:hover .overlay-team {
    opacity: 0.6;
}

.team:hover .team-icon {
    opacity: 1;
}

.login-page {
    font-size: 15px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

.cover-user .container-fluid {
    max-width: 100%;
}

@media (max-width: 768px) {
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 400px !important;
    }
}

.cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.cover-user .cover-user-img {
    height: 100vh;
}

@media (min-width: 1025px) {
    .cover-user .cover-user-img {
        padding: 0px 20%;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        height: auto !important;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-content {
        text-align: left !important;
    }
    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
}

.bg-profile {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-profile .public-profile {
    top: 145px;
}

.form-group .icons {
    position: absolute;
    top: 13px;
    left: 18px;
	color: #242a3a;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #e43f52;
    color: #e43f52;
    border-radius: 6px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #2eca8b;
    font-size: 22px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #2f55d4;
    border-color: #2f55d4;
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
	
}

.footer {
    background-color: white;
    padding: 15px 0;
    position: relative;
    color: #ffffff;
    background-color: transparent;
    background: linear-gradient(100deg,rgb(0 87 231) 0%, rgb(214 45 32) 100%);
}

.footer .logo-footer {
    font-size: 22px;
}

.footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
    color: white;
	line-height: 1.2;
	margin-top: 15px;
}

h2.footer-head.sitename {
    font-size: 25px;
}

.footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

.footer .text-foot {
    color: #adb5bd;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;
}

.footer .footer-list li a:hover {
    color: #e6e8ea;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer.footer-border,
.footer.footer-bar {
    border-top: 1px solid #e4e4e4;
}

.footer.footer-bar {
    padding: 30px 0;
}


@media (max-width: 768px) {
a.btn.headerbtn {
    padding: 4px 5px;
    font-size: 15px;
    border-radius: 3px;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
}
}


.row.refler div img {
    width: 100%;
    height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.list-group a {
    color: gray;
}

.list-group a i {
    padding-left: 5px;
}

.pbody {
    margin-bottom: 50px;
}

img { max-width: 100%;}

.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}


@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}


@media (max-width: 958px) {
section.bg-profile { padding: 0; }
.bg-profile .public-profile {top: 80px;}
img.avatar,a.btn.btn-primary.headerbtn {/* display: none  !important; */}
}


.user_pimg .fotoup {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.user_pimg a {
    width: 100%;
    display:block;
}
.allchecked span { padding-left: 14px; } .allchecked i { padding-top: 5px; }
.max-width { width: 100%; }
.maxh500 {
    max-height: 800px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    display: inline;
}
.ql-editor {
    height: 300px;
    max-height: 500px;
	min-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
input.form-control.file {
    padding: 4px;
    display: block;
}

.table-responsive.mheight500 {
    max-height: 465px;
}

.tagtoolbtn:hover {cursor:pointer;color:#06c;}
th.mini { width: 90px; text-align: center; }
a.mtagsid {cursor: pointer;}

eleska { margin-top: -200px; position: absolute; width: 5px; height: 5px; }
.islemler a { margin-right: 5px;margin-bottom: 2px; display: inline-block; }
.cpointer { cursor:pointer; }

.mevsol .arabtn { height: 35px; margin-right: 20px; border-bottom-left-radius: 0; border-top-left-radius: 0; }
.note-editor.note-frame.panel.panel-default.fullscreen { background-color: white; z-index: 99999; }
h4.modal-title {float: left;position: absolute;font-size: 16px;}
.note-group-select-from-files { display: none; }
.checkbox.sn-checkbox-use-protocol input[type="checkbox"], .sn-checkbox-open-in-new-window input[type="checkbox"] { position: relative; opacity: 1; cursor: pointer; height: auto; width: auto; margin-right: 10px; }
.mr-10 {margin-right: 10px;} .mr-20 {margin-right: 20px;} .mr-30 {margin-right: 30px;} .mr-40 {margin-right: 40px;} .mr-50 {margin-right: 50px;}
.modal-dialog.modal-xl {
    width: 100%;
    max-width: 1500px;
}

button.note-btn.btn.btn-default {
    padding: 6px 9px;
    margin: 2px;
    min-width: 35px;
}

/* SEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ SEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LDÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° BUTON */

label.custom-control.custom-checkbox.gal {
    position: absolute;
    top: -4px;
}


.gal .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #dee2e6;
  border-radius:0;
}

.gal .custom-control-label::after {
  width: 20px;
  height: 20px;
}


.imgload {
    position: relative;
    width: 165px;
    border: solid 1px #f5f6f7;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 39px;
    text-align: center;
    background-color: #467fcf;
    border-color: #dadde1;
    height: 39px;
    padding-left: 4px;
    padding-right: 11px;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.imgload i {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 16px;
    color: #ffffff;
}

.imgload a {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    padding-top: 5px;
    display: block;
}
/* SEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ SEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LDÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° BUTON */
.imgupdel { position: absolute; top: -2px; right: -2px; }
th.width50 {min-width: 50px;}
th.id { width: 50px; text-align: center; }
th.islemler {width: 200px;}
div.islemler { display: flex; float: right; }
td.pl-30 { padding-left: 30px; }
td.pl-60 { padding-left: 60px; }

span.btn.btn-danger.btn-sm.imgupdel {
    position: absolute;
    top: 0px;
    right: -2px;
    padding: 3px 6px;
    font-size: 15px;
    line-height: 18px;
}

.width120 {
    width: 120px;
}

/* ELESKA YONETÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°M */

.sslbtnfooter img {
    width: 50%;
}

.sslbtnfooter {
    width: 100%;
    text-align: right;
    padding-top: 7px;
}

.bg-gray-1 {
    background-color: #f5f5f5 !important;
}

.nav-tabs .nav-link {
    color: gray;
}

.input-group-append .btn.btn-sm {
    padding: 8px 10px;
    border-radius: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.textdisabled {
    padding: 10px 15px;
    border: solid 1px #cccccc;
}

a.logo img {border-radius: 5px;height: 60px;margin-top: 10px;}

@media (max-width: 992px) {
a.logo img { height: 55px;}
}

#topnav { position: relative; }
.topbar {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #efefef;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px;
}

.topbar i.fa {
    color: #d62d20;
    font-size: 18px;
}

.topbar a.topli {
    padding: 10px 0px;
    font-size: 31px;
    display: inline-block;
    line-height: 18px;
}
.topbar a.topli span { font-size:15px;color: #4d3484; }
.topbar a.topli {display: inline-block;font-size: 15px;line-height: 50px;color: #4d3484;padding: 0 30px 0 20px; border-right: 1px solid #ebebeb;}
@media (max-width: 992px) {
.topbar a.topli {border-right: 0px solid white;padding: 0px 0px 0px 20px;}
a.topli.mail {
    display: block;
}
}

.bt-lang-sel{display:inline-block;text-align:left;margin:0;padding:0;}
.bt-lang-sel >li{position:relative;list-style:none;}
.bt-lang-sel >li > a{display:inline-block;font-size:15px;line-height:50px;color:#4d3484;padding:0 30px 0 20px;margin-right:10px;border-right:1px solid #ebebeb;border-left:1px solid #ebebeb;}
.bt-lang-sel >li > a img{display:inline-block;width:26px;height:auto;margin-right:10px;}
.bt-lang-sel >li > a:after{content:"\f107";font-family:FontAwesome;display:inline-block;margin-left:5px;}
.bt-lang-sel >li > a:hover{color:#fa7a60;}
.bt-lang-sel >li ul{list-style:none;position:absolute;top:100%;left:0;background:#ffffff;min-width:154px;padding:0;opacity:0;z-index:-1;-webkit-box-shadow:0 20px 38px rgba(55,97,98,0.15);-ms-box-shadow:0 20px 38px rgba(55,97,98,0.15);box-shadow:0 20px 38px rgba(55,97,98,0.15);-wekbit-transition:all 0.4s;transition:all 0.4s;}
.bt-lang-sel >li ul li:not(:last-child){border-bottom:1px solid #eceef2;}
.bt-lang-sel >li ul li a{display:block;font-size:15px;line-height:26px;color:#4d3484;padding:8px 20px;text-transform: capitalize;}
.bt-lang-sel >li ul li a img{display:inline-block;width:26px;height:auto;margin-right:10px;}
.bt-lang-sel >li ul li a:hover{background:#f8f9fb;color:#fa7a60;}
.bt-lang-sel >li:hover ul{opacity:1;z-index:9999;}


.topright {
    display: inline-block;
    float: right;
}

.topbar .topbar-social {
    display: inline-block;
}

.topbar .topbar-social a {
    padding: 10px;
    color: #4d3484;
}

.topbar .topbar-social a:hover {
    color: #fa7a60;
}

.topbar .topbar-social a i {
    color: inherit;
    font-size: 16px;
}


/* preloader */
.preloader {
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.loader {
  --path: #ddb56f;
  --dot: #5628EE;
  --duration: 3s;
  width: 44px;
  height: 44px;
  position: relative;
  transform: scale(1.5);
}
.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
.loader svg rect {
  fill: none;
  stroke: #d62d20;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.loader svg rect {
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@-webkit-keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}

.preloader img {
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  object-fit: contain;
}

/* preloader */

.bulut .shape-fill{fill: #f5f7fb; -webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
.bulut {
    position: relative;
    display: block;
    top: -75px;
}

@media (max-width: 992px) {
.bulut {
    top: -63px;
}
.bg-cta {
    padding: 30px 0;
}
}


.footer .logo-footer img {
    /* width: 100%; */
    height: 50px;
    border-radius: 10px;
    object-fit: contain;
    text-align: center;
}

hr.footercizgi {
    margin: 30px 0px 25px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.2);
    width: 100%;
}

.turuncucizgi {
    border: 0;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: rgba(255,255,255,0.2);
    width: 50px;
    padding-bottom: 10px;
}

i.mdi.mdi-heart {
    color: #ddb56f;
}




span.turuncubuyukcizgi {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #fa7a60;
    width: 80px;
    display: block;
    padding-bottom: 30px;
    margin-top: 20px;
}

h3.heading-title {
    font-size: 40px;
    line-height: 60px;
    color: #4d3484;
    font-weight: 600;
}

/* YORUM */

.owl-carousel .owl-item img.yorumimg {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    padding-top: 0px;
}

.yorum-footer h6 {
    display: inline-block;
    color: #4d3484;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 10px;
}

.yorum-footer {
    max-width: 80%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.yorum-footer ul li i {
    font-size: 20px;
}

.yorum-footer ul {
    padding-left: 0px;
}

.yorum-footer h6 span {
    color: #fa7a60;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
}

.owl-carousel .owl-item img.rating {
    width: auto;
    margin-left: 10px;
}


.yorum p {
    color: #4d3484;
    font-size: 22px;
    font-style: normal;
    line-height: 36px;
    min-height: 140px;
}

.yorum:after {
    content: "";
    position: absolute;
    bottom: 45px;
    right: 10px;
    width: 46px;
    height: 35px;
    background-image: url(/theme/eleska/file/img/icon/quote.png);
    opacity: 0.2;
}

.yorum.card.customer-testi.border-0 {
    margin: 10px;
}

/* YORUM */

/* index ikon */
.yesil {
   background-color: #49d7b5;
}

.pembe {
   background-color: #ed5f66;
}

.acikmavi {
   background-color: #6474ea;
}

.mor {
   background-color: #8f5ae0;
}

.renklikare {
    padding: 50px 10px 50px 10px;
    background-image: url(/theme/eleska/file/img/icon/bg02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.renklikare .renklicon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    font-size: 40px;
    padding: 20px;
    line-height: 44px;
    color: white;
    display: inline-block;
    text-align: center;
}

.renklikare .renklicon a i.fa {
    color: white;
}

.renklikare a h3 {
    color: #4d3484;
    font-size: 22px;
    line-height: 100px;
    font-weight: 600;
}

.renklikare:hover {
    -webkit-box-shadow: 0 20px 38px rgba(55,97,98,0.15);
    -ms-box-shadow: 0 20px 38px rgba(55,97,98,0.15);
    box-shadow: 0 20px 38px rgba(55,97,98,0.15);
}

/* index ikon */

.sections-title {
	color: #333e48;
	position: relative;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 10px;
}
.sections-title::after {
    content: ' ';
    height: 2px;
    width: 114px;
    display: block;
    background-color: #0057e7;
    position: absolute;
    bottom: -1px;
    left: 0;
}


.container.iozellik {
    padding-top: 115px;
    padding-bottom: 5px;
}


img.indexturimg {
    width: 100%;
    object-fit: contain;
    max-height: 415px;
}

@media (max-width: 992px) {
img.indexturimg {
max-height: 250px;
}

.container.iozellik {
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: dashed 5px #4d3484;
}
h3.heading-title {
    font-size: 25px;
    line-height: normal;
}
}


.blogcor {margin:15px}


.firm-logo.reflogo img {
    border-radius: 60px;
    border: solid 2px #e67474;
    background-color: white;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

img.refscreen {
    height: 350px;
    width: 100%;
	object-fit: cover;
    object-position: 50% 0;
}
@media (max-width: 992px) {
img.refscreen {
    height: 250px;
    width: 100%;
	object-fit: cover;
    object-position: 50% 0;
}
}
p.refmsg {
    width: 100%;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

/*social btn color */
.iletisimsocial li {
    display: inline-block;
}

.bg-color-facebook {
	background-color: #3B5997;
}

.bg-color-twitter {
	background-color: #1BA1F2;
}

.bg-color-youtube {
	background-color: #ED4141;
}

.bg-color-whatsapp {
	background-color: #1ebea5;
}

.bg-color-linkedin {
	background-color: #0077B5;
}

.bg-color-instagram {
	background-color: #C231A1;
}

.bg-color-telegram {
	background-color: #1e94d0;
}

.iletisimsocial li a {
    color: white;
    border-radius: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
	border:0;
}

.iletisimsocial li a i {
    line-height: 50px;
    font-size: 20px;
}

/*social btn color */

/* iletisim */
address.iletisimli a {
	width: 100%;
    display: block;
    border-bottom: solid 1px #dddddd;
    padding: 10px 5px;
    color: black;
    cursor: pointer;
}


address.iletisimli a i {
    font-size: 18px;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
}

div address.iletisimli a:hover, address.iletisimli a i {
    background-color: black;
    color: white;
}
address.iletisimli a:hover {
    padding-left: 10px;
}
/* iletisim */


a.hizmetcard {
    display: block;
    text-align: center;
    background-color: black;
    color: #ddb56f;
    padding: 15px;
    height: 200px;
    box-shadow: 7px 7px #d9d9d9;
}

a.hizmetcard i {
    font-size: 40px;
    line-height: 75px;
    height: 80px;
    width: 80px;
    border: solid #ddb56f 3px;
    border-radius: 80px;
    margin: 15px;
}

a.hizmetcard h6 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

a.hizmetcard:hover {
    transform: translateY(-10px);
    background-color: #ddb56f;
    color: black;
}


a.hizmetcard:hover i {
    border: solid black 3px;
}

.cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #3a3939;
    z-index: 9998;
    padding: 10px;
}

.cookie span {color: white;padding-bottom: 5px;font-size: 14px;}

a.hrefterms {
    text-decoration: underline !important;
    color: white !important;
}


a.btn.btn-white.btn-block.cookiebtn {
    padding: 5px;
    color: #000000 !important;
    border: solid 1px white;
    font-size: 14px;
    padding: 5px 10px 2px 10px;
    background-color: white;
} 


.pgaleri .row a img {
    width: 100%;
    height: 210px;
    margin-bottom: 25px;
    object-fit: cover;
}


a.text-black { color: #404040; }

.seoli a {
    display: inline-block;
    color: white;
    padding: 5px;
}


.home_dec {
    text-align: -webkit-center;
    z-index: 2;
    position: relative;
    margin: 20vh 10px;
    background-color: #272626e3;
    padding: 30px;
    color: white;
    border-radius: 20px;
}

.home_dec>h5 {
    font-size: 30px;
    display: block;
    /* text-shadow: 0px 2px 8px black; */
}

.home_dec>p {
    font-size: 20px;
    display: block;
    /* text-shadow: 2px 2px 8px black; */
}

.home_dec>a {}

.home_dec>span {
    margin-top: 10px;
    display: block;
    /* text-shadow: 0px 2px 8px black; */
}

.home_dec>a.start_btn {
    position: relative;
    display: block;
    background-color: #d62d20;
    color: white;
    border-radius: 100px;
    font-weight: 700;
    width: 100%;
    max-width: 260px;
    text-align: center;
    height: 42px;
    text-transform: uppercase;
    line-height: 45px;
    overflow: hidden;
    margin-top: 8px;
}

.videobg {
    position: absolute;
    width: 100%;
    height: 80vh;
    z-index: 0;
    object-fit: cover;
    user-select: none;
    top: 0;
}



section.home_slider {
    position: relative;
    overflow: hidden;
}


  .section-title {
      position: relative;
      font-size: 18px;
      text-transform: capitalize;
  }
  
  .section-title::after {
      content: ' ';
      height: 2px;
      width: 114px;
      display: block;
      background-color: #333e48;
      position: absolute;
      bottom: -10px;
      left: 0;
  }
  
  .card.max-w600 {
      max-width: 600px;
      width: 100%;
  }

/* flag search */
.select_flag ul {
    display: none;
}

.select_flag ul.open {
    display: block;
    width: 200px;
    z-index: 555;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 250px;
    -webkit-overflow-scrolling: touch;
}

.flag_input {
    position: relative;
    display: flex;
}

.select_flag {
    width: 40px;
    position: absolute;
    color: gray;
}

.select_flag .fi {
    background-size: 36px 56px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    margin-right: 5px;
}

.select_flag ul.open li:hover, .select_flag .selected:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.select_flag ul.open li {
    color: #787474;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 5px 5px 3px;
}

.select_flag .selected {
    padding: 7px 0px 5px 7px;
    height: 40px;
    width: 45px;
    overflow: hidden;
    margin: 2px 2px 2px 2px;
    font-size: 14px;
}

.flag_input input {
    padding-left: 45px;
}


.input-group-append a i {
    font-size: 20px;
    margin-top: 2px;
}



/* Smart Card */

.card.smart {
    padding: 15px 15px 10px 15px;
}

.card.smart>h5 {
    position: relative;
    font-size: 17px;
    cursor: pointer;
}

.card.smart>.body {
    margin: 0;
    padding: 10px;
    display: block;
    background: #f5f7fb;
    border-radius: 10px;
}

.card.smart>.body>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card.smart>.body>ul>li>a {
    display: block;
    padding: 5px 0px 5px 25px;
    position: relative;
}

.card.smart>.body>ul>li>a>i {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 15px;
    text-align: center;
}


.card.smart>h5>span.dropdown {
    position: absolute;
    right: 0;
    top: 0;
}




.yorum_star {font-size: 18px;padding: 10px;}
  
.yorum_star .fa {
      color: orange;
}



/* Smart Form */
.avatar_ai {
    text-align: center;
}

@keyframes colorChange {
    0% {border- color: #c8102e; }
    50% { border-color: white; }
    100% { border-color: #c8102e; }
}


.avatar_ai img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: solid 4px #e53f5d;
    animation: colorChange 3s infinite;
}

.step h5 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.step {
    display: none;
}

.step.show {
display: block;
}

textarea.form-control.sikayet_body {
    border-radius: 12px;
}

.chat_container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.chat_container > img {
    position: absolute;
    bottom: 0px;
    left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat_li {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding-left: 50px;
}

.chat_li p {
    color: #636363;
    margin: 0px;
    background-color: #f7f7f7;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}



.btnlar {
    display: flex;
}

.btnlar>.btn {
    padding: 5px 20px;
    border-radius: 2px;
}

.step.step_one {
    display: block;
}


.btnlar>.btn.back_btn.mr-2 {
    width: 110px;
}


.files_up {
    width: 100%;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.files_up>i {
    color: #378de2;
    font-size: 55px;
}

.files_up>span {
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 500;
}


.progress_area {
    position: relative;
    margin-top: 12px;
    border: solid 1px #cbcbcb;
    border-bottom: 0;
}

.el-preview {
    position: relative;
    display: flex;
    border-bottom: solid 1px #cbcbcb;
    padding: 5px 0px;
}

.el-preview>img {
    width: 55px;
    height: 50px;
    object-fit: contain;
    margin-top: 0px;
    margin-left: 5px;
}

.el-preview>.details {
    width: 100%;
    padding: 0px 15px 0px 10px;
}

.el-preview>span.remove_btn {
    display: block;
    width: 35px;
    height: 27px;
    text-align: center;
    background-color: #b90425;
    color: white;
    line-height: 27px;
    border-radius: 40px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.progress>span {
    background-color: #378de2;
}


.el-preview>.details>.content_info>span.filename {
    display: block;
}

.el-preview>.details>.content_info>span.size {
    display: block;
}

.el-preview>.details>.content_info>.radio-wrap {
    display: flex;
    justify-content: space-between;
}


.btn-block {
    display: block;
    width: 100%;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}


/* Custom Radio */
.custom_radio_img {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.custom_radio_img > .radio_img {
  margin: 15px 10px 10px 10px;
  cursor: pointer;
}
.custom_radio_img input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}

.custom_radio_img h1 {
  color: hsla(215, 5%, 10%, 1);
  margin-bottom: 2rem;
}


.custom_radio_img label {
  height: 100%;
  display: inline-block;
  background: white;
  border: 2px solid #20df80;
  border-radius: 20px;
  padding: 8px 10px;
  /* margin-bottom: 1rem; */
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  cursor: pointer;
  width: 220px;
  max-width: 100%;
}

.custom_radio_img input[type="radio"]:checked + label {
  background: hsla(150, 75%, 50%, 1);
  color: white;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}


.custom_radio_img input[type="radio"]:checked + label::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(150, 75%, 45%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }

.custom_radio_img span {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    display: block;
}



.custom_radio_img label img {
    height: 85px;
    margin-top: 14px;
}

.custom_radio_img.araclarimgs label img {
   height: 60px;
   padding-top:5px;
}


.custom_radio_img i {
    font-size: 44px;
    display: block;
    margin-top: 20px;
}


.thanks {
    display: inline-block;
    font-size: 80px;
    background-color: #20df80;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 100px;
    color: white;
}




ul.autocomplete_li {
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    background-color: #f5f7fb;
    margin-top: 0px;
    border: solid 1px #e9e9e9;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.autocomplete_li>li>img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 5px;
}

ul.autocomplete_li>li {
    margin: 2px 0px;
    padding: 5px 0px;
    cursor: pointer;
}

ul.autocomplete_li>li:hover {
    background-color: white;
}


.form-icon .fa {
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 16px;
    color: #1a1a1a;
    width: 35px;
    height: 44px;
    background-color: #f5f7fb;
    line-height: 45px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d9d9d9;
}

.form-icon input {
    padding-left: 45px;
}




ul.log_reg_header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-inline-start: 0px;
}

ul.log_reg_header_btn>li>a {
    display: block;
    background-color: #d62d20;
    color: white;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 14px;
}

ul.log_reg_header_btn>li>a.register {
    background-color: #2eca8b;
}

@media (max-width: 991px) {

ul.log_reg_header_btn>li>a {
    text-align: center;
    margin: 5px;
}

ul.log_reg_header_btn {
    display: block;
    margin: 5px 15px 10px 10px;
}

}


.card.ref>a>img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 15px;
}


.card_limit {
    max-width: 600px;
    text-align: left;
}

.row-center {
    justify-items: center;
    justify-content: center;
    text-align: center;
}


.input-group select {
    height: 38px;
}

.input-group-append>.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    height: 38px;
    padding: 3px;
    width: 5px;
}

.medium_card {
    display: block;
    position: relative;
    padding: 15px 10px;
    color: white;
    border-radius: 5px;
    margin: 10px 0px;
    min-width: 150px;
}

.medium_card>h5 {
    margin: 0;
    padding-left: 55px;
}


.medium_card.danger {
    background-color: #b01f1f;
}

.medium_card.danger:hover {
    background-color: #d22626;
}

.medium_card.success {
    background-color: #34944b;
}

.medium_card.success:hover {
    background-color: #3ab156;
}

.medium_card.warning {
    background-color: #c49501;
}

.medium_card.warning:hover {
    background-color: #e4ae06;
}

.medium_card.info {
    background-color: #0681dd;
}

.medium_card.info:hover {
    background-color: #048bf0;
}

.medium_card.dark {
	background-color: #252525;
}


.medium_card.light {
    background-color: white;
    color: black;
}

.medium_card>label {
    float: right;
    margin-top: -23px;
}


.medium_card>span {
    margin-left: 55px;
}

.medium_card>i {
    font-size: 40px;
    position: absolute;
    top: 18px;
    left: 12px;
}


.stat_title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px 0px;
    align-items: center;
}

.stat_title>h2 {
    font-size: 20px;
    color: #414141;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.stat_title>h2>span:nth-child(1) {
    padding-bottom: 2px;
    border-bottom: solid 2px #e3e3e3;
    text-transform: capitalize;
}

.stat_title>h2>span:nth-child(2) {
    font-size: 17px;
    padding-top: 5px;
    text-transform: capitalize;
}



.status_resoran {
    background-color: white;
    display: flex;
    padding: 10px 30px;
    border: solid 1px #efefef;
    border-radius: 5px;
    align-items: center;
    max-width: 235px;
    float: right;
}

.status_resoran>.status_resoran_detail {
    display: flex;
    flex-direction: column;
    color: black;
    margin-right: 8vh;
    text-transform: capitalize;
}

.status_resoran>.status_resoran_detail>h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}



.box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.box-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9999 !important;
}

.box-header {
    color: #131031;
    display: flex;
    padding: 10px 18px;
    position: relative;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: space-between;
}

.box-header .options {
    display: flex;
    align-content: center;
    align-items: center;
}

.box-header .box-title {
    display: flex;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    align-items: center;
}

.pull-right {
    float: right;
}

.box-body {
    overflow: hidden;
}

.box-controls {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}


.box-controls li:first-child>a {
    margin-right: 0;
}

.box-controls li>a {
    font-family: themify;
    font-size: 0.8571rem;
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #a2a4a9;
    opacity: .8;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}


button.btn_stat {
    margin-top: 34px;
    padding: 5px 10px;
}






.img_up {
    height: 105px;
    width: 100%;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
}
.imgup_kutu input[type="file"] {
    display:none;
}


.img_onizle {
    width: 100%;
    position: relative;
}

.img_onizle img {
    width: 100%;
    width: 150px;
    height: 150px;
}

.imgup_kutu .btn.fotoclear {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 28px;
    height: 28px;
    font-size: 15px;
    text-align: center;
    padding: 2px !important;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}



.imgup_kutu .btn.fotoclear i {
    font-size: inherit;
    padding: 0;
    margin: 0;
}



input#uploadFile {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    left: 0px;
	cursor: pointer;
}


input#uploadFile::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border:0px;
}

 x::-webkit-file-upload-button, input[type=file]:after, input#uploadFile:after {
    content:'.';
    left: 100%;
    margin-left:3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
    border:0px;
}


label.upimggo {
    font-size: 14px;
    font-weight: bold;
    color: #378de2;
    text-align: left;
    line-height: 17px;
    text-align: center;
    position: absolute;
    height: 100px;
    display: block;
    padding: 10px 10px 10px 10px;
	width: 100%;
	display: contents;
}

label.upimggo span {
    color: #7d7d7d;
}

.upimggo i.fa.fa-camera {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    color: inherit;
}




.pl-5 {
    padding-left: 40px;
}

.form-group {
    margin: 8px 0px;
}


.sections-title .form-switch {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
}

.form-check-input:checked {
    background-color: #2eca8b;
    border-color: #2eca8b;
}

.pro_set {
    display: none;
}


.table thead tr,
.table tbody tr {
    display: flex;
    align-content: center;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
}
.table thead th,
.table tbody td,
.table tbody th {
    flex: 1;
    border: 0;
    background-color: #ffffff00;
}

td.td_img {
    width: 67px;
    max-width: 67px;
}

img.limg {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

td.td_on_ln {
    max-width: 85px;
    text-align-last: right;
    margin-right: 10px;
}


td.td_img {
    
}

.table tbody tr:hover {
    background-color: #f5f7fb;
}



.radio_price .content {
    display: flex;
    padding-left: 25px;
    justify-content: space-between;
}

.radio.radio_price {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-top: solid 1px #f1f1f1;
    cursor: pointer;
    background-color: #f6f8fa;
    border-radius: 2px;
}

.radio.radio_price>label>input {
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 15px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.radio.radio_price>label {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}

.radio_price .content>.head {
    
}

.radio_price .content>.head>.title {
    font-size: 16px;
    font-weight: 600;
}

.radio_price .content>.head>.decs {
    opacity: 0.8;
    font-size: 13px;
    font-weight: 400;
}

.radio_price .content>.price {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}



.btn.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(80, 205, 137);
    border-color: rgb(80, 205, 137);
}


button.btn-radius {
    font-size: 20px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 7px;
    border-radius: 20px;
}











@media (max-width: 767px) {
.home_dec>h5 {
    font-size: 20px;
}

.home_dec>p {
    font-size: 15px;
}

.home_dec>span {
    font-size: 12px;
}

.home_dec {
    margin: 2vh 2px;
}

.cookie span {
    font-size: 11px;
}

a.btn.btn-white.btn-block.cookiebtn {
    font-size: 10px;
}
}


td.keyword-cell>i {
    color: green;
}


td.keyword-cell {
    color: #1a73e8;
    cursor: pointer;
}

tr.total>td {
    background-color: #f8f9fa;
    font-weight: 500;
}


a.alert.with-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-white {
    background-color: white;
}

.btn-white:hover {
    background-color: #000000;
    color: white !important;
}


div#recaptcha-container {
    overflow: hidden;
}

.form-check.form-switch>label {
    font-size: 17px;
    font-weight: normal;
}

.company_card_btns>a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #2962ff;
    color: white;
    border-radius: 25px;
    line-height: 15px;
    margin: 0px 10px 5px 0px;
}

a.company_card_btns>i {
    padding-right: 5px;
}

.company_card_btns>a.blue {
    background-color: #2962ff;
}

.company_card_btns>a.green {
    background-color: #2eca8b;
}

.company_card_btns>a.light {
    background-color: #efefef !important;
    color: #000 !important;
}




.social_btns {
    display: flex;
    border-top: dotted 1px gray;
    padding-top: 5px;
    margin-top: 5px;
}

.social_btns>a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
    background-color: #000000;
    line-height: 33px;
    margin-right: 5px;
    color: white;
}

.social_btns>a.website {
    background-color: #2995ff;
}

.social_btns>a.whatsapp {
    background-color: #1ebea5;
}

.social_btns>a.instagram {
    background-color: #C231A1;
}

.social_btns>a.facebook {
    background-color: #3B5997;
}

.social_btns>a.twitter {
    background-color: #1BA1F2;
}

.social_btns>a.youtube {
    background-color: #ED4141;
}


.licence_label {
}

.licence_label>span {
    margin-left: 10px;
}


.lg-align-right { text-align-last: right; }

@media (max-width: 767px) {
.social_btns { justify-content: center; }
.lg-align-right { text-align-last: center; }
}

.videoblur {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    user-select: none;
}

td.td_title a {
    word-break: break-word;
    color: #5e6278;
    display: block;
    width: 100%;
    font-weight: 500;
}



.btn-circle {
    border-radius: 20px;
    width: 32px;
    height: 32px;
    line-height: 28px;
}



/* IMG LIST UP */

.imgload {
    position: relative;
    width: 38px;
    border: solid 1px #f5f6f7;
    letter-spacing: normal;
    color: #444950;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    background-color: #50cd89;
    border-color: #50cd89;
    height: 38px;
    padding-left: 4px;
    padding-right: 11px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.imgload i {
    padding: 8px 5px;
    font-size: 22px;
    color: #ffffff;
}

.input-group .btn.fotoclear {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding: 1px !important;
}

.input-group .btn.fotoclear i {
    font-size: inherit;
    padding: 0;
    margin: 0;
}

/* FOTO UPLOAD */
/*progstep*/
.progstep {counter-reset: step;text-align: center;margin: 0px;padding: 0px 0px 15px 0px;font-size: 15px;}
.progstep li { list-style: none; display: inline-block; position: relative; text-align: center; cursor: pointer; width: 20%; }
.progstep li:before { content: counter(step); counter-increment: step; width: 35px; height: 35px; line-height : 30px; border: 3px solid #c1c0c0;border-radius: 100%; display: block; text-align: center; margin: 0px auto 5px auto; background-color: #fff; line-height: 32px; font-size: 16px;z-index: 2;font-weight: bold;}
.progstep li.active:before {background-color: #3aac5d;border-color: #18bb4b;color:white;}
.progstep li:after{ content: ''; position: absolute; width:100%; height: 5px; background-color: #c1c0c0; top: 16px; left: -50%; z-index: -1; }
.progstep li:first-child:after { content: none;}
.progstep li.active { color: black;}
.progstep li.active + li:after{background-color: #18bb4b;}
.progstep li.active + li:before{border-color: #18bb4b;}
/*progstep*/

div.progress {
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
	height: 10px;
}

div.progbar {width: 1%;height: 10px;background-color: #4CAF50;}


.fotoup {
    height: 105px;
    width: 200px;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
	width: 100%;
	padding: 15px;
}

input#uploadFile {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    left: 0px;
	cursor: pointer;
}

label.upimggo i.fa.fa-camera {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    color: inherit;
}


input#uploadFile::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border:0px;
}

 x::-webkit-file-upload-button, input[type=file]:after, input#uploadFile:after {
    content:'.';
    left: 100%;
    margin-left:3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
    border:0px;
}

label.upimggo {
    font-size: 14px;
    font-weight: bold;
    color: #378de2;
    text-align: left;
    line-height: 17px;
    text-align: center;
    position: absolute;
    height: 100px;
    display: block;
    padding: 10px 10px 10px 10px;
	width: 100%;
	display: contents;
}

label.upimggo span {
    color: #7d7d7d;
}


/*img list*/
.upimglist ul li {
	position: relative;
    display: inline-block;
    margin: 3px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
	cursor:pointer;
}
.upimglist ul li img {
    width: 120px;
    height: 90px;
    display: block;
}
.upimglist ul {
    padding: 0px;
	text-align: center;
}
.upimglist ul li:hover {
    background-color: #f8f8f8;
}
.imgldel:before {
	content: "";
    background-image: url(/eleska/file/img/error.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 0px;
    top: 0px;
    background-color: #d75a4a;
    border-radius: 10px 0px 10px 10px;
	cursor:pointer;
}

a.imlimiti {
    font-size: 22px;
    line-height: 4px;
    color: #378de2;
}

.imglimitdiv {
    display: block;
    position: relative;
    margin: 20px 0px 0px 0px;
}

a.imlimita {
    font-size: 18px;
    line-height: 4px;
    color: #424446;
    padding-right: 11px;
}

.progimglimit {
    width: 100%;
    height: 10px;
    background-color: #b5b5b5;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}
.progimglimit div {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
}
.imglistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*img list*/


/* Modal Ajax */

.alt-header {
    padding: 5px;
    border-bottom: 1px solid #e9ecef;
}

.imgyukle {
	position:relative;
	width: 100px;
	border: solid 1px #f5f6f7;
	letter-spacing: normal;
	color: #444950;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 26px;
	text-align: center;
	background-color: #f5f6f7;
	border-color: #dadde1;
	height: 40px;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
}

.imgyukle i {
    float: left;
    padding-left: 5px;
    padding-top: 12px;
    font-size: 16px;
    color: #444950;
}

.imgyukle a {
    font-weight: 600;
    color: #444950;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    padding-top: 7px;
    display: block;
}
.imgaradiv input {
    padding: 9px 45px 8px 8px;
    height: 38px;
}

.imgaradiv input::placeholder {
  color: #a1a5b7;
}

.imgaradiv { width: 250px; float: right;position: relative; }

.imgaradiv i {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 36px;
    background-color: #f5f6f7;
    padding: 11px 10px 5px 10px;
    border-left: solid 1px #e2e2e2;
    cursor: pointer;
    font-size: 17px;
    line-height: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

i#araclose {
    border-radius: 5px;
    border: 1px;
    height: 35px;
    width: 36px;
    padding: 10px 10px 0px 10px;
    display:none;
    font-size: 22px;
}

.imgonizle {
    border: solid 1px whitesmoke;
    border-radius: 7px !important;
    position:relative;
    overflow: hidden;
}

.imgonizle img {height: 160px;object-fit: contain;}

span.fotoclear {
}

.modal-title {
    color: #495057;
    font-size: 17px;
    padding-left: 30px;
    position: relative;
}

.modal-title i {
    color: #697179;
    font-size: 22px;
    padding: 0px 5px 0px 0px;
    position: absolute;
    left: 0;
    top: 3px;
}

.modal-header .btn-close {
	padding-right: 42px; 
}

.btn-close:focus {
	box-shadow: none;
}

.modal-header {
    padding: 15px 0px 10px 8px;
}


.modal-title .badge i {
    position: relative;
    font-size: 12px;
    color: white;
    text-align: center;
}

.modal-title a.btn_modal_i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px 7px 5px !important;
    line-height: 13px;
}

.modal-title a.btn_modal_i i {
    position: relative;
    color: inherit;
    font-size: 13px;
}



div#imgpagediv { 
	align-self: center; 
	height: 55px; 
}

/*img list*/

.upimglist ul li {
	position: relative;
    display: inline-block;
    margin: 3px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
	cursor:pointer;
}
.upimglist ul li img {
    width: 105px;
    height: 90px;
    display: block;
}
.upimglist ul {
    padding: 0px;
	text-align: center;
}
.upimglist ul li:hover {
    background-color: #f8f8f8;
}
.imgldel:before {
	content: "";
    background-image: url(/eleska/file/img/error.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 0px;
    top: 0px;
    background-color: #d75a4a;
    border-radius: 10px 0px 10px 10px;
	cursor:pointer;
}

a.imlimiti {
    font-size: 22px;
    line-height: 4px;
    color: #378de2;
}

.imglimitdiv {
    display: block;
    position: relative;
    margin: 20px 0px 0px 0px;
}

a.imlimita {
    font-size: 18px;
    line-height: 4px;
    color: #424446;
    padding-right: 11px;
}

.progimglimit {
    width: 100%;
    height: 10px;
    background-color: #b5b5b5;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}
.progimglimit div {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
}
.imglistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.imgupdel {position: absolute;top: -2px;right: -2px;padding: 3px 6px !important;text-align: center;}
/*img list*/

.multi_img_list {
    border: solid 1px #e1e1e1;
    margin: 5px 0px 15px 0px;
    padding: 5px 5px 0px 5px;
    position: relative;
    background-color: #f8f8f8;
    min-height: 83px;
    min-width: 100%;
}

.multi_img_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.multi_img_list ul li {
    height: 60px;
    width: 60px;
    list-style: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
}


.multi_img_list ul li .islemler {
    position: absolute;
    top: -2px;
    right: -7px;
}

.multi_img_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multi_img_list ul li:first-child {
    margin-left: 70px;
}

.multi_img_header {
    width: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
}

.multi_img_header a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    padding-top: 10px;
}

.multi_img_header a i {
    display: block;
    font-size: 38px;
    color: #378de2;
}

.multi_img_header a span {
    color: #7d7d7d;
    font-weight: bold;
    padding-top: 5px;
}

.form-check.gal {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -4px;
    left: -2px;
    border-radius: 0;
    z-index: 28;
}

.gal input[type=checkbox] {
	border-radius: 0;border-bottom-right-radius: 7px;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-check .form-check-input:not(:checked) {
    background-color: #f4f4f4;
}
.gal input[type=checkbox] {
    border-radius: 0;
    border-bottom-right-radius: 7px;
}

.form-check .form-check-input {
    float: inherit;
    margin-left: 2px;
}

input[type=checkbox] {
    cursor: pointer;
    float: none;
    flex-shrink: 0;
    height: 1.55rem;
    width: 1.55rem;
    border: 0;
    background-size: 60% 60%;
    background-color: #2196F3;
}

.multi_img_list ul li .islemler .btn-sm {
    padding: 1px 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

/* IMG LIST UP */

.card {width: 100%;}

.btn-radius {
    border-radius: 20px;
}


/* Swiper */
  html {
    scroll-behavior: smooth;
  }

  .sticky {
    position: sticky;
    top: 0px;
    background-color: white;
    border-bottom: solid 1px #d7d7d7;
    overflow: hidden;
    z-index: 2;
    padding-bottom: 5px;
    /* box-shadow: -1px 5px 17px 0px #d6d7d9; */
    width: 100%;
  }


  .sticky .swiper-slide {
     padding: 5px 25px;
     width: auto!important;
     background-color: white;
     margin: 5px;
     border-radius: 20px;
     border: solid 1px #262626;
  }

  
  .sticky .swiper-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
	display: contents;
  }

  .sticky .swiper-container {
    width: 100%;
  }

  .sticky .swiper-slide {
     padding: 5px 25px;
     width: auto!important;
     background-color: white;
     margin: 5px;
     border-radius: 20px;
     border: solid 1px #262626;
  }
  .sticky .swiper-slide-active2 {
     background-color: #262626!important;
     color: white!important;
  }
  
  .sticky .swiper-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .sticky .swiper-container a {
    color: #262626;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 14px;
  }
  
  
  
.stat>.total {
    background-color: #212529bf;
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 2px 12px 0px 12px;
    margin-left: 0px;
    font-size: 13px;
}

.stat> .yorum_star {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.stat>a {
    padding-left: 5px;
    display: inline-block;
    font-size: 14px;
    color: gray;
    text-decoration: underline !important;
    margin-bottom: 5px;
}


.card.hizmet {
    
}

.card.hizmet img {
    width: 100%;
    height: 310px;
    object-fit: contain;
    object-position: center;
}

.card.hizmet .card_body {
    padding: 15px 15px 15px 15px;
}

.card.hizmet .card_body h5 {
    margin: 0;
}

.card.hizmet .card_body span {
    margin-bottom: 5px;
}

.card.hizmet .card_body p {
    
}

.card.teams {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 5px;
    border: 0;
}

.card.teams img {
    width: 150px !important;
    height:150px;
    border-radius: 2px;
    text-align:center;
    margin-top: 10px;
}

.card.teams .card_body {
    text-align: center;
    padding:10px;
    width: 100%;
}

.card.teams .card_body h5 {
    margin: 0;
}

.card.teams .card_body p {
    display: none;
    font-size: 13px;
}



.card.teams:hover p {
    display: block;
    height: 182px;
}

.card.teams:hover img {
    display: none;
}

.card.teams:hover h5 {
    display: none;
}

a.blogli {
    display: block;
    color: black;
    margin: 10px;
}

.blogli img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 10px 10px 0px 0px;
}

.blogli:hover img {
    background: #ffffff;
    transform: scale(0.9);
    object-fit: contain;
}

.blogli .card_body {
    padding: 10px;
    height: 145px;
    overflow: hidden;
}

.blogli .card_body .btitle {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.blogli .card_body p {
    font-size: 14px;
}


.eleskacss-slides {
    background-color: white;
}
.eleskacss-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: #505050;
  background-color: #00000033;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000000;
  color: #fff;
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
}

.eleskacss-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.eleskacss-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible
}


video {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

#zuck-modal-content .story-viewer .slides .item>video.media {
    max-height: 100%;
}

.galeri_li a {
    display: flex;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.galeri_li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: white;
}

.galeri_li a i {
    position: absolute;
    top: 40%;
    z-index: 24;
    font-size: 45px;
    color: white;
}




/* STAR RATING */
.rating-group {
display: inline-flex;
}
.rating__icon {
pointer-events: none;
}
.rating {
position: absolute !important;
left: -9999px !important;
}
.rating__label {
cursor: pointer;
padding: 0 0.1em;
font-size: 27px !important;
}
.rating__icon--star {
color: orange;
}
.rating__icon--none {
color: #eee;
}
.rating--none:checked + .rating__label .rating__icon--none {
color: red;
}
.rating:checked ~ .rating__label .rating__icon--star {
color: #ddd;
}
.rating-group:hover .rating__label .rating__icon--star {
color: orange;
}
.rating:hover ~ .rating__label .rating__icon--star {
color: #ddd;
}
.rating-group:hover .rating--none:not(:hover) + .rating__label .rating__icon--none {
color: #eee;
}
.rating--none:hover + .rating__label .rating__icon--none {
color: red;
}

.bg_gray {
background-color: #f5f3f1;
padding-bottom: 5px;
}


.comments {
    max-height: 725px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.comments .comment {
    width: 100%;
    background-color: white;
    padding: 10px  10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: solid 5px #f5f7fb;
}


.comments .comment:last-child {
    border-bottom: none;
}

.media-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.media-body {
    width: 100%;
}

.media-left .pimg {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    background-color: #2f55d4;
    color: white;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-transform: uppercase;
    user-select: none;
}

.media-body .media-heading {
    display: block;
}

.media-body .media-heading b {
}

.media-body .media-heading i {
    font-size: 14px;
}

.media-body .media-heading span {
    font-size: 14px;
}

.media-body p {
    margin: 0;
    width: 100%;
}

.stardiv {
    color: #ffa500;
}

.star_team {
    display: flex;
    align-content: center;
    align-items: center;
}

.stories.carousel {
    display: none !important;
}


.avatardiv {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatardiv .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        #ee583f,
        #d92d77,
        #bd3381,
        #515bd4,
        #f58529
    );
    animation: rotate 5s linear infinite;
    z-index: 1;
}

.avatardiv img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 3px solid #fff;
    z-index: 2;
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.avatardiv.story_on {
    cursor: pointer;
}

#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
    color:white !important;
    margin-right: 10px !important;
    margin-top: -4px !important;
    opacity: 0.8 !important;
}

#zuck-modal-content .story-viewer .head .right {
    margin-right: 15px;
}

.hizmet {
    padding: 20px 20px;
    border-bottom: solid 15px #f5f7fb;
    margin: 0;
    background-color: white;
}

.hizmet:last-of-type {
    border-bottom: none;
}

.hizmet .owl-carousel .owl-item img {
    max-height: 320px;
    object-fit: cover;
}

.card-company {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.company_logo {
    display: inline-block;
    margin: 0px 15px 0px 10px;
}

.company_details {
    margin: 10px 5px 15px 0px;
    width: 100%;
    overflow: hidden;
}

p.company-bio {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border-top: solid 2px #f5f7fb;
    border-bottom: solid 2px #f5f7fb;
}
@media (max-width: 767px) {
.card-company {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.company_logo {
    position:relative;
    top: 0;
}
.company_details {
    margin: 0px;
}
}



.company_mini_card {
    background-color: #272635;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #e9e9e9;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.company_mini_card>a {
    display: block;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

.company_mini_card>a>img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    border-radius: 5px;
    display: inline-block;
}


.company_mini_card>a>b {
    font-size: 16px;
    margin: 10px 5px 10px 5px;
    color: white;
    display: block;
}

.company_mini_card>a>b>img {
    height: 20px;
}

.company_mini_card> .btns>a {
    padding: 3px 10px 1px 10px;
    display: inline-block;
    border-radius: 30px;
    max-width: 240px;
}

.company_mini_card> .btns {
    margin-bottom: 5px;
}


