/*
/*Version: 3.4.0*/
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}

.row > * {
    position: relative
}

h1,
.h1 {
    font-size: 42px !important
}

h2,
.h2 {
    font-size: 36px !important
}

h3,
.h3 {
    font-size: 30px !important
}

h4,
.h4 {
    font-size: 24px !important
}

h5,
.h5 {
    font-size: 20px !important
}

h6,
.h6 {
    font-size: 16px !important
}

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

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

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

.display-4 {
    font-size: 56px !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
}

.text-primary {
    color: #2f55d4
}

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

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

.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
}

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

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

.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;
    direction: ltr;
}

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
}

.d-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

video:focus {
    outline: none
}

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

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

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

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

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

.rounded-right {
    border-top-left-radius: 6px !important;
    border-bottom-left-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-right: 1px solid #e9ecef !important
}

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

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

.card .card-body {
    padding: 1.5rem
}

.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;
    border: 1px solid #2f55d4;
    color: #fff;
    -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;
    border-color: #2443ac;
    color: #fff !important
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.1);
    border: 1px solid rgba(47, 85, 212, 0.1);
    color: #2f55d4;
    -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;
    border-color: #2f55d4;
    color: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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;
    border: 1px solid #e43f52;
    color: #fff;
    -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: #fff !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: #fff !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: #fff !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-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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: #fff !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 {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 6px
}

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

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px
}

.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 {
    letter-spacing: 0px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 11px
}

.badge.badge-link:hover {
    color: #fff !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;
    left: -4px;
    top: -2px;
    border: solid #fff;
    border-radius: 0.5px;
    border-width: 0 0 2px 2px;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 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;
    right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent #fff #fff transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 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: #fff;
    border-color: #2f55d4
}

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

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

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

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

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

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

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

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

.alert-warning {
    background-color: rgba(241, 116, 37, 0.9);
    color: #fff;
    border-color: #f17425
}

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

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

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

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

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

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

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

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

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

.alert-dark .alert-link {
    color: #000
}

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

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

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

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

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

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

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

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

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

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

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

.alert-footer .alert-link {
    color: #000
}

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

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

.alert.alert-light {
    background-color: #fff;
    color: #3c4858;
    border-color: #e9ecef
}

.alert.alert-dismissible {
    padding-left: 30px
}

.alert.alert-dismissible .btn-close {
    top: 10px;
    left: 10px;
    padding: 0px
}

.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: 0px
}

.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: 0px;
    padding: 8px 24px;
    display: block
}

.breadcrumb .breadcrumb-item {

    font-size: 14px;
    font-weight: 700;
    padding-right: 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: "\eb9f" !important;
    font-size: 14px;
    color: #3c4858;
    font-family: 'unicons-line';
    padding-left: 5px;
}

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

.pagination .page-item:first-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.pagination .page-item:last-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.pagination .page-item .page-link {
    color: #3c4858;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    font-size: 14px
}

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

.pagination .page-item .page-link:hover {
    color: #fff;
    background: rgba(47, 85, 212, 0.9);
    border-color: rgba(47, 85, 212, 0.9)
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #2f55d4 !important;
    border-color: #2f55d4;
    cursor: not-allowed
}

.avatar.avatar-ex-sm {
    max-height: 65px
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px
}

.avatar.avatar-small {
    height: 65px;
    width: 65px
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.avatar.avatar-large {
    height: 140px;
    width: 140px
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px
}

.accordion .accordion-item {
    overflow: hidden
}

.accordion .accordion-item .accordion-button {
    font-weight: 600;
    text-align: right
}

.accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion .accordion-item .accordion-button:before {
    content: '\F0143';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 16px;
    color: #2f55d4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    color: #3c4858 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #3c4858 !important
}

.accordion .accordion-item .accordion-button:after {
    display: none
}

.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: #fff !important
}

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

.nav-pills .nav-link.active {
    background: #2f55d4;
    color: #fff !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: -32px;
    left: -15px;
    font-size: 13px
}

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

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

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

.form-label,
.form-check-label {
    font-weight: 700;
    font-size: 13px
}

/*.form-control {*/
/* border:1px solid #dee2e6;*/
/* font-size:14px;*/
/* line-height:26px;*/
/* background-color:#fff;*/
/* border-radius:6px !important;*/
/*}*/
/*.form-control:focus {*/
/* border-color:#2f55d4;*/
/* -webkit-box-shadow:none;*/
/* box-shadow:none*/
/*}*/
/*.form-control[readonly] {*/
/* background-color:#fff*/
/*}*/
/*.form-control:disabled {*/
/* background-color:#dee2e6*/
/*}*/
/*.form-check-input:focus {*/
/* border-color:#2f55d4;*/
/* -webkit-box-shadow:none;*/
/* box-shadow:none*/
/*}*/
/*.form-check-input.form-check-input:checked {*/
/* background-color:#2f55d4;*/
/* border-color:#2f55d4*/
/*}*/
.subcribe-form .btn {
    padding: 9px 20px;
}

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

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    left: 2px;
    outline: none !important;
}

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

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

.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
}

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

#preloader #status {
    position: absolute;
    right: 0;
    left: 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;
    right: 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;
    line-height: 28px;
    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: #2f55d4;
    border-color: #2f55d4 !important;
    color: #fff !important
}

.social-icon li a:hover .fea-social {
    fill: #2f55d4
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #283353
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    left: 30px;
    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%;
    left: 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;
    margin-right: 10px;
}

.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 {

    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
    direction: ltr !important;
    text-align: left !important;
    font-family: FontCustom;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: FontCustom;
    line-height: 1.5;
    font-weight: 600
}

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

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

a {
    text-decoration: none !important
}

p {
    line-height: 1.6
}

.section {
    overflow-x: hidden;
    padding: 100px 0;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shape {
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -2px;
    right: 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: #fff
}

@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
    }
}

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.text-slider > ul {
    white-space: nowrap
}

.text-slider .move-text {
    -webkit-animation: moveSlideshow 12s linear infinite;
    animation: moveSlideshow 12s linear infinite
}

@-webkit-keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(45%);
        transform: translateX(45%)
    }
}

@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(45%);
        transform: translateX(45%)
    }
}

.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;
    right: 0;
    left: 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;
    left: 0rem;
    width: 90rem;
    height: 35rem;
    -webkit-transform: rotate(-78.75deg);
    transform: rotate(-78.75deg);
    background: -webkit-gradient(linear, right top, left 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 {
        left: -20rem
    }
}

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

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

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px
    }
}

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

}

.owl-carousel {
    direction: ltr !important;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    direction: ltr;
}

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

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

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

#topnav .logo:focus {
    outline: none
}

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

#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
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 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: #3c4858;
    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: left;
    line-height: 68px
}

#topnav .buy-button > li {
    line-height: initial;
    padding-left: 15px;
}

#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: #2f55d4
}

#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 10px
}

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

#topnav .navigation-menu > li > a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: FontCustom,'sans-serif';
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

#topnav .menu-extras {
    float: left
}

#topnav.scroll {
    background-color: #fff;
    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: #fff;
    -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
}

#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
}

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

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

#topnav.nav-sticky.tagline-height {
    top: 0 !important
}

#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: 0px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 1116px !important
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        min-width: 223px !important
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 936PX !important
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        min-width: 180px
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #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%;
        right: 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: #fff;
        -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 li {
        position: relative
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 13px;

        letter-spacing: 0px;
        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-right: 0;
        margin: 0
    }

    /*#topnav .navigation-menu>li .submenu.megamenu {*/
    /* white-space:nowrap;*/
    /* right:50%;*/
    /* -webkit-transform:translateX(50%);*/
    /* transform:translateX(50%);*/
    /* position:fixed;*/
    /* top:120px*/
    /*}*/
    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top
    }

    #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
        right: 100%;
        top: 0;
        margin-right: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu > li .submenu > li .submenu {
        right: 101%;
        top: 0;
        margin-right: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px
    }

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

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

    #topnav .navigation-menu > li.last-elements .submenu {
        right: auto;
        left: 0
    }

    #topnav .navigation-menu > li.last-elements .submenu:before {
        right: auto;
        left: 10px
    }

    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        right: auto;
        left: 100%;
        margin-right: 0;
        margin-left: 10px
    }

    #topnav .navigation-menu.nav-light > li > a {
        color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light > li.active > a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
        border-color: #fff
    }

    #topnav .navigation-menu.nav-light > li:hover > a {
        color: #fff
    }

    #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: #fff !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 {
        right: 0 !important;
        left: auto !important
    }

    #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
        right: 45px !important;
        left: auto !important
    }

    #topnav .buy-button {
        padding-right: 15px;
        margin-right: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #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: #fff;
        -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: 74px
    }

    #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-right: 20px;
        margin: 0
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;

        font-size: 11px;
        letter-spacing: 0px;
        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-right: 0
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;

        font-size: 12px;
        letter-spacing: 0px;
        color: #8492a6
    }

    #topnav .navigation-menu > li > a {
        color: #3c4858;
        padding: 10px 20px
    }

    #topnav .navigation-menu > li > a:after {
        position: absolute;
        left: 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: right
    }

    #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;
        left: 20px;
        top: 12px
    }

    #topnav .has-submenu.active a {
        color: #2f55d4
    }

    #navigation {
        position: absolute;
        top: 74px;
        right: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        left: 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-right: 0;
        margin-left: 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
    }

    #topnav .navbar-toggle .lines {
        margin-left: 0 !important
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 47px !important
    }
}

.sidebar-nav {
    padding: 15px 0
}

.sidebar-nav > .navbar-item {
    padding: 3px 15px
}

.sidebar-nav > .navbar-item .navbar-link {
    color: #3c4858 !important;
    font-size: 15px;
    font-weight: 600
}

.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
    font-size: 18px;
    margin-left: 6px
}

#navmenu-nav li.active a {
    color: #2f55d4
}

#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
    color: #fff !important;
    background-color: #2f55d4 !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: 170px 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: 200px 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
}

.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%)
}

.it-home {
    -webkit-animation: animate-left-to-right 60s linear infinite;
    animation: animate-left-to-right 60s linear infinite
}

@-webkit-keyframes animate-left-to-right {
    from {
        background-position: 100% 0
    }
    to {
        background-position: 0% 0
    }
}

@keyframes animate-left-to-right {
    from {
        background-position: 100% 0
    }
    to {
        background-position: 0% 0
    }
}

.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;
    right: 0;
    width: 75rem;
    height: 55rem;
    border-radius: 20rem
}

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

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

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

.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
    opacity: 0.9;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape:after,
    .freelance-hero .bg-shape:after {
        bottom: -5rem !important;
        height: 30rem
    }
}

.freelance-hero .bg-shape:after {
    bottom: 0rem;
    right: 7rem;
    width: 100rem;
    height: 70rem;
    border-radius: 6rem
}

@media (max-width: 768px) {
    .freelance-hero .bg-shape:after {
        bottom: -10rem
    }
}

@media (max-width: 767px) {
    .freelance-hero .bg-shape:after {
        right: 15rem;
        width: 40rem;
        height: 30rem
    }
}

.freelance-hero .bg-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: #99abea
}

.studio-home {
    padding: 7%
}

.agency-wrapper:before {
    content: "";
    position: absolute;
    bottom: 22rem;
    left: 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 {
        left: 12rem
    }
}

@media (max-width: 767px) {
    .agency-wrapper:before {
        left: 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: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    right: 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;
    right: -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;
    left: -20px
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-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;
    right: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    right: 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: #fff
}

.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 {
    right: 10px
}

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

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

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

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

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

.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;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #fff none repeat scroll 100% 0;
        z-index: 2
    }
}

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

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

.features .icon {
    background: rgba(47, 85, 212, 0.1)
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    -webkit-transform: rotate(-33.75deg);
    transform: rotate(-33.75deg);
    /*background:linear-gradient(-45deg, transparent, rgba(47,85,212,0.1))*/
}

.features.feature-clean .icons i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: rgba(47, 85, 212, 0.1)
}

.features.feature-clean .title:hover {
    color: #2f55d4 !important
}

.features .ride-image {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.features .ride-image img {
    border-radius: 100% 100% 0 100%
}

.features:hover .image:before {
    background: rgba(47, 85, 212, 0.1);
    -webkit-animation: spinner-border 5s linear infinite !important;
    animation: spinner-border 5s linear infinite !important
}

.features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.features.fea-primary .content .title:hover {
    color: red !important
}

.features.fea-primary .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    opacity: 0.015;
    font-size: 180px
}

.features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    background-color: #2f55d4;
    color: #fff !important
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
    color: rgba(255, 255, 255, 0.5) !important
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
    z-index: 2
}

.features.fea-primary:hover .big-icon {
    opacity: 0.05
}

.features .title,
.key-feature .title {
    font-size: 18px !important
}

.features .icon,
.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-right: 15px;

}

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

.key-feature .icon {
    background: linear-gradient(-45deg, transparent, rgba(47, 85, 212, 0.15))
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -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
}

.work-process {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-process .step,
.work-process .step-icon {
    opacity: 0.06
}

.work-process a {
    font-size: 15px
}

.work-process.process-arrow:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 40px;
    top: 80px;
    left: 80%;
    background: url("../images/processLtr.png") center center no-repeat;
    z-index: 1
}



@media (max-width: 767px) {
    .work-process.process-arrow:after {
        display: none
    }
}

.work-process.process-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

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

.work-process.d-none-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.course-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.course-feature .full-img {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 250px
}

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

.course-feature:hover .full-img {
    opacity: 0.05
}

.features-absolute {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

/*.features-absolute {*/
/* margin: 200px 0 0px;*/
/*}*/
@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0
    }
}

.features-absolute.blog-search {
    margin: 120px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute.blog-search {
        margin: -90px 0 0px
    }
}

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

.categories:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.categories a:hover {
    color: #2f55d4 !important
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
    bottom: 0rem;
    width: 30rem;
    height: 40rem;
    border-radius: 10rem
}

.app-feature-shape-right:after {
    right: 10rem;
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg)
}

@media (max-width: 768px) {
    .app-feature-shape-right:after {
        right: 0
    }
}

.app-feature-shape-left:after {
    left: 10rem;
    -webkit-transform: rotate(-210deg);
    transform: rotate(-210deg)
}

@media (max-width: 768px) {
    .app-feature-shape-left:after {
        left: 0
    }
}

.app-subscribe {
    position: absolute;
    top: -200px
}

@media (max-width: 767px) {
    .app-subscribe {
        position: relative;
        top: 0
    }
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    bottom: -3rem;
    width: 35rem;
    height: 35rem;
    border-radius: 15rem;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg)
}

@media (max-width: 767px) {
    .saas-feature-shape-left:after,
    .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem
    }
}

.saas-feature-shape-left:after {
    right: -10rem
}

.saas-feature-shape-right:after {
    left: -10rem
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    background: rgba(47, 85, 212, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.1)
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    content: "";
    position: absolute;
    z-index: -1
}

.social-feature-left:after,
.social-feature-right:after {
    width: 450px;
    height: 520px;
    border-radius: 30px;
    bottom: -75px
}

@media (max-width: 768px) {
    .social-feature-left:after,
    .social-feature-right:after {
        width: 300px;
        height: 400px;
        bottom: -65px
    }
}

@media (max-width: 575px) {
    .social-feature-left:after,
    .social-feature-right:after {
        bottom: -35px
    }
}

.social-feature-left:after {
    left: -200px
}

@media (max-width: 575px) {
    .social-feature-left:after {
        left: 60px
    }
}

.social-feature-right:after {
    right: -200px
}

@media (max-width: 575px) {
    .social-feature-right:after {
        right: 60px
    }
}

.explore-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.explore-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.explore-feature:hover {
    -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
}

.explore-feature:hover .icon,
.explore-feature:hover .title {
    color: #2f55d4 !important
}

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

.client-testi {
    cursor: e-resize;
    direction: ltr;
}

.client-testi .client-image {
    margin-left: 16px;
}

.client-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    margin-right: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #3c4858;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 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)
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;

}

.tns-nav button {
    border-radius: 3px;
    background: rgba(47, 85, 212, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 5px
}

.tns-nav button.tns-nav-active {
    background: #2f55d4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.pricing-rates .price {
    font-weight: 400
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #2f55d4 !important;
    -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;
    background-color: #fff !important
}

.pricing-rates.business-rate:hover .title {
    color: #2f55d4
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #2f55d4 !important
}

@media (max-width: 767px) {
    .pricing-rates.starter-plan {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ribbon.ribbon-primary span {
    background-color: #2f55d4 !important
}

.ribbon.ribbon-primary span:before {
    border-right-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-primary span:after {
    border-left-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-secondary span {
    background-color: #5a6d90 !important
}

.ribbon.ribbon-secondary span:before {
    border-right-color: #465571;
    border-top-color: #465571
}

.ribbon.ribbon-secondary span:after {
    border-left-color: #465571;
    border-top-color: #465571
}

.ribbon.ribbon-success span {
    background-color: #2eca8b !important
}

.ribbon.ribbon-success span:before {
    border-right-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-success span:after {
    border-left-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-warning span {
    background-color: #f17425 !important
}

.ribbon.ribbon-warning span:before {
    border-right-color: #d55b0e;
    border-top-color: #d55b0e
}

.ribbon.ribbon-warning span:after {
    border-left-color: #d55b0e;
    border-top-color: #d55b0e
}

.ribbon.ribbon-info span {
    background-color: #17a2b8 !important
}

.ribbon.ribbon-info span:before {
    border-right-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-info span:after {
    border-left-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-danger span {
    background-color: #e43f52 !important
}

.ribbon.ribbon-danger span:before {
    border-right-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-danger span:after {
    border-left-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important
}

.ribbon.ribbon-dark span:before {
    border-right-color: #272f3a;
    border-top-color: #272f3a
}

.ribbon.ribbon-dark span:after {
    border-left-color: #272f3a;
    border-top-color: #272f3a
}

.ribbon.ribbon-muted span {
    background-color: #8492a6 !important
}

.ribbon.ribbon-muted span:before {
    border-right-color: #68788f;
    border-top-color: #68788f
}

.ribbon.ribbon-muted span:after {
    border-left-color: #68788f;
    border-top-color: #68788f
}

.ribbon.ribbon-light span {
    background-color: #f8f9fc !important
}

.ribbon.ribbon-light span:before {
    border-right-color: #d4daed;
    border-top-color: #d4daed
}

.ribbon.ribbon-light span:after {
    border-left-color: #d4daed;
    border-top-color: #d4daed
}

.ribbon.ribbon-blue span {
    background-color: #2f55d4 !important
}

.ribbon.ribbon-blue span:before {
    border-right-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-blue span:after {
    border-left-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-footer span {
    background-color: #202942 !important
}

.ribbon.ribbon-footer span:before {
    border-right-color: #0f131f;
    border-top-color: #0f131f
}

.ribbon.ribbon-footer span:after {
    border-left-color: #0f131f;
    border-top-color: #0f131f
}

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2
}

.ribbon.ribbon-right {
    left: -5px
}

.ribbon.ribbon-right span {
    left: -23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon.ribbon-left {
    right: -5px
}

.ribbon.ribbon-left span {
    right: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon span {
    position: absolute;
    top: 15px;
    width: 100px;
    color: #fff
}

.ribbon span:before,
.ribbon span:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid transparent
}

.ribbon span:before {
    right: 0
}

.ribbon span:after {
    left: 0
}

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

.bg-cta {
    padding: 150px 0
}

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

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 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
}

.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
}

.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
}

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

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

.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%;
    right: 5%
}

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

.blog .course-fee {
    bottom: -5%;
    left: 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
}

.sidebar .widget .blog-categories li {
    padding-bottom: 10px
}

.sidebar .widget .blog-categories li:last-child {
    padding-bottom: 0
}

.sidebar .widget .blog-categories li a,
.sidebar .widget .blog-categories li span {
    font-size: 15px
}

.sidebar .widget .blog-categories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sidebar .widget .blog-categories li a:hover {
    color: #2f55d4
}

.sidebar .widget .post-recent {
    padding-bottom: 15px
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-right: 10px
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #2f55d4
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px
}

.sidebar .widget .tagcloud > a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0px;
    margin: 5px 0 5px 10px;
    padding: 8px 12px 7px;

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600
}

.sidebar .widget .tagcloud > a:hover {
    background: #2f55d4;
    color: #fff
}

.media-list .media .media-heading:hover {
    color: #2f55d4 !important
}

.media-list .sub-comment {
    border-right: 2px dashed #dee2e6
}

.blog .overlay,
.job-box .job-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.job-box .job-overlay {
    opacity: 0.6
}

.job-box .head {
    position: absolute;
    top: 15px;
    left: 15px
}

.job-box .position {
    position: absolute;
    top: 15px;
    right: 15px
}

.job-box .position a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.job-box .position a:hover {
    color: #2f55d4 !important
}

.job-box .firm-logo {
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 auto;
    top: -30px
}

.job-box .company-name {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.job-box .company-name:hover {
    color: #2f55d4 !important
}

.job-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.candidate-list .like {
    -webkit-text-stroke: 1px #8492a6;
    -webkit-text-fill-color: transparent
}

.candidate-list .like:hover,
.candidate-list .like:focus {
    -webkit-text-stroke: #e43f52;
    -webkit-text-fill-color: #e43f52
}

.candidate-list,
.company-list {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.candidate-list .name:hover,
.company-list .name:hover {
    color: #2f55d4 !important
}

.candidate-list:hover,
.company-list:hover {
    -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;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (min-width: 1024px) {
    .job-profile {
        top: -378px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .job-profile {
        top: -338px
    }
}

@media (max-width: 767px) {
    .company-logo {
        float: none !important;
        text-align: right !important
    }
}

.filter-box {
    display: none
}

.filter-box.show {
    display: block
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

.work-container.work-classic .work-image {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-container.work-classic .work-image:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-container.work-classic .content .title:hover,
.work-container.work-grid .content .title:hover,
.work-container.work-modern .content .title:hover {
    color: #2f55d4 !important
}

.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
    font-size: 15px !important
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
    position: absolute
}

.work-container.work-modern .overlay-work {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    right: 5%
}

.work-container.work-modern .content,
.work-container.work-modern .client {
    opacity: 0
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
    z-index: 1;
    left: 5%;
    top: 5%
}

.work-container.work-modern .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.work-container.work-modern .icons {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0
}

.work-container.work-modern .icons .work-icon {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.work-container.work-modern .icons .work-icon:hover {
    background: #2f55d4 !important;
    color: #fff !important
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
}

.work-container.work-modern:hover .overlay-work {
    opacity: 0.65
}

.work-container.work-modern:hover .icons {
    opacity: 1
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
    opacity: 1
}

.work-container.work-grid {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.work-container.work-grid .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    overflow: hidden
}

.work-container.work-grid:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.work-container.work-grid:hover img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.work-container.work-grid:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block
}

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

.courses-desc:hover img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
    opacity: 0.6
}

.event-schedule {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(47, 85, 212, 0.1);
    line-height: 48px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
    box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5)
}

.event-schedule .date .month {
    font-size: 13px
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.event-schedule .content .title:hover {
    color: #2f55d4 !important
}

.event-schedule .content .location-time {
    font-size: 14px
}

.event-schedule:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-color: #2f55d4 !important;
    background: #f8f9fc !important
}

.courses-desc {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

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

.courses-desc .content .title:hover {
    color: #2f55d4 !important
}

.courses-desc .collection,
.courses-desc .preview {
    position: absolute;
    opacity: 0;
    z-index: 1
}

.courses-desc .collection {
    top: 15px;
    right: 15px
}

.courses-desc .collection i {
    -webkit-text-stroke: 2px #e43f52;
    -webkit-text-fill-color: transparent
}

.courses-desc .collection i:active {
    -webkit-text-stroke: 0px #e43f52;
    -webkit-text-fill-color: #e43f52
}

.courses-desc .preview {
    bottom: 15px;
    left: 15px
}

.courses-desc:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.courses-desc:hover .collection,
.courses-desc:hover .preview {
    opacity: 1
}

.personal-port {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.container-filter li {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: 0px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.container-filter li.active,
.container-filter li:hover {
    color: #2f55d4 !important;
    border-color: #2f55d4 !important
}

.spacing {
    padding: 7px
}

.shop-features .category-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 1
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.shop-list .shop-image .overlay-work .out-stock {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.shop-list .shop-image .shop-icons {
    top: 15px;
    left: 15px;
    z-index: 2
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
    opacity: 1
}

.shop-list .content .product-name {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.shop-list .content .product-name:hover {
    color: #2f55d4 !important
}

.shop-list .label {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px;
    padding-right: 12px
}

.popular-tour .content {
    position: absolute;
    bottom: 3%;
    right: 5%
}

.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;
    left: 0;
    right: 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-left: 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: left;
    margin-left: 15px
}

.timeline-page .timeline-item .date-label-left:after {
    left: -34px
}

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

.timeline-page .timeline-item .duration-right:after {
    right: -34px
}

.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-right: 15px
}

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

@media (max-width: 767px) {
    .timeline-page {
        margin-right: 18px
    }

    .timeline-page:after {
        margin: 0
    }

    .timeline-page .timeline-item .duration {
        float: right !important;
        margin: 0 15px 30px 0 !important;
        text-align: right !important
    }

    .timeline-page .timeline-item .duration:after {
        right: -21px !important
    }

    .timeline-page .timeline-item .duration .event {
        text-align: right !important;
        margin-right: 15px
    }

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

.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%);
    left: 0;
    opacity: 0;
    right: 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: right !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: 175px
}

.coming-soon,
.maintenance,
.error-page {
    font-size: 40px;
    letter-spacing: 0px
}

@media (max-width: 767px) {
    .coming-soon,
    .maintenance,
    .error-page {
        font-size: 32px
    }
}

#countdown .count-down,
#eventdown .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center;
    direction: ltr;
}

#countdown .count-down .count-number,
#eventdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px
}

#countdown .count-down .count-head,
#eventdown .count-down .count-head {
    display: block;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);

    font-size: 14px;
    letter-spacing: 0px
}

#countdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#eventdown .count-down {
    margin: 10px !important;
    border: 0
}

@media (max-width: 767px) {
    #eventdown .count-down {
        width: 60px
    }
}

#eventdown .count-down .count-number {
    line-height: 80px
}

@media (max-width: 767px) {
    #eventdown .count-down .count-number {
        font-size: 30px
    }
}

#eventdown .count-down .count-head {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (max-width: 767px) {
    #eventdown .count-down .count-head {
        font-size: 10px
    }
}

#maintenance {
    color: #fff;
    font-size: 56px;
    letter-spacing: 0px
}

#maintenance .indicator {
    font-size: 18px
}

.form-icon .icons {
    position: absolute;
    top: 8px;
    right: 15px;
}

.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,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #f0735a !important;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #53c797 !important
}

#success_page p {
    margin-bottom: 0 !important
}

.qs-datepicker-container {
    background-color: #fff;
    border-color: #dee2e6
}

.qs-datepicker-container .qs-controls {
    background-color: #e9ecef
}

.qs-datepicker-container .qs-controls .qs-month-year {
    font-weight: 600;
    font-size: 15px
}

.qs-datepicker-container .qs-controls .qs-month-year:hover {
    border-bottom: 1px solid #e9ecef
}

.qs-datepicker-container .qs-squares .qs-square {
    font-size: 15px;
    height: 34px;
    width: 34px
}

.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
.qs-datepicker-container .qs-squares .qs-square.qs-current {
    background: #2f55d4;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px
}

.qs-datepicker-container .qs-squares .qs-day {
    font-weight: 500;
    color: #8492a6
}

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

.footer {
    background: #202942;
    padding: 60px 0;
    position: relative;
    color: #adb5bd
}

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

.footer .logo-footer:focus {
    outline: none
}

.footer .footer-head {
    letter-spacing: 0px;
    font-weight: 500
}

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

.footer .foot-subscribe .form-control::placeholder {
    color: #d3d3d3de !important;
}


.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d3d3d3de !important;
}

.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
}

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

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

.footer.footer-border,
.footer.footer-bar {
    padding: 15px 0
}

#style-switcher {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: none repeat scroll 100% 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#style-switcher div {
    padding: 5px 10px
}

#style-switcher div h3 {
    color: #3c4858;
    font-size: 16px;
    margin: 0 3px 12px
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 100% 0 #fff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0px 30px 30px 0px;
}

ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px
}

ul.pattern li.list-inline-item:not(:last-child) {
    margin-left: 0px;
    margin-bottom: 0
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

ul.pattern .color1 {
    background-color: #2f55d4
}

ul.pattern .color2 {
    background-color: #6dc77a
}

ul.pattern .color3 {
    background-color: #7952B3
}

ul.pattern .color4 {
    background-color: #ff5b69
}

ul.pattern .color5 {
    background-color: #32c2ec
}

ul.pattern .color6 {
    background-color: #0f7173
}

ul.pattern .color7 {
    background-color: #00c9a7
}

ul.pattern .color8 {
    background-color: #766df4
}

ul.pattern .color9 {
    background-color: #f7961c
}

ul .t-dark,
ul .t-ltr-light {
    display: inline-block
}

ul .t-ltr-light,
ul .t-light,
ul .t-ltr-dark,
ul .t-ltr-dark {
    display: none
}

@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none
    }
}

/*for arrow slider in home page*/
.swiper-button-prev, .swiper-container-ltr .swiper-button-next {
    left: 10px;
    right: auto;
}

.main_slider .swiper-button-next {
    justify-content: flex-start;
}

.main_slider .swiper-button-next, .main_slider .swiper-button-prev {
    width: 100px !important;
    height: 100% !important;
    top: 0 !important;
    align-items: center !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: .4s cubic-bezier(.36, .07, .19, .97) !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

.swiper-button-next, .swiper-container-ltr .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev:after, .swiper-container-ltr .swiper-button-prev:after {
    color: #000;
    content: "\F0142" !important;
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;

}

.swiper-button-next:after, .swiper-container-ltr .swiper-button-next:after {
    color: #000;
    content: '\F0141'; /* You should use \ and not /*/
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .5) !important;
    transition: .4s cubic-bezier(.36, .07, .19, .97) !important;
    box-shadow: none;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after, .swiper-button-next, .swiper-button-prev {
    outline: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    /*font-weight: 700;*/
    color: #1e3b58 !important;
    background: #ffffff7a;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    /*font-variant: normal;*/
    line-height: 1;
}

@media screen and (min-width: 1440px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 1440px) {
    .Landing_main_slider__xdPPV > svg:first-of-type {
        left: -7px;
    }
}

.Landing_main_slider__xdPPV > svg {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    content: "";
    display: block;
    z-index: 3;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: .4s cubic-bezier(.36, .07, .19, .97);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.Landing_main_slider__xdPPV > svg > path {
    fill: hsla(0, 0%, 100%, .4);
    transition: .4s cubic-bezier(.36, .07, .19, .97);
}

@media screen and (min-width: 1440px) {
    .Landing_main_slider__xdPPV > svg:last-of-type {
        right: -51px;
    }
}

.Landing_main_slider__xdPPV > svg:last-of-type {
    -webkit-transform: rotate(180deg) scaleX(1);
    transform: rotate(180deg) scaleX(1);
    right: -56px;
}

.Landing_main_slider__xdPPV > svg {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    content: "";
    display: block;
    z-index: 3;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: .4s cubic-bezier(.36, .07, .19, .97);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main_slider .swiper-button-prev:hover {
    background: transparent;
    justify-content: flex-start;
}

.main_slider .swiper-button-next:hover:after, .main_slider .swiper-button-prev:hover:after {
    background: transparent !important;
}

.main_slider .swiper-button-next:hover:after, .main_slider .swiper-button-prev:hover:after {
    background: transparent !important;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .5) !important;
    transition: .4s cubic-bezier(.36, .07, .19, .97) !important;
    box-shadow: none;
}

@media screen and (min-width: 1440px) {
    .main_slider .swiper-button-prev:hover ~ svg:nth-of-type(2) {
        right: -59px;
    }
}

@media screen and (min-width: 1440px) {
    .main_slider .swiper-button-prev:hover ~ svg:nth-of-type(2) {
        right: -58px;
    }
}

.main_slider .swiper-button-prev:hover ~ svg:nth-of-type(2) {
    -webkit-transform: rotate(353deg) scaleX(2.3);
    transform: rotate(179deg) scaleX(2.3);
    right: -71px;
}


.main_slider .swiper-button-next:hover ~ svg:first-of-type > path, .main_slider .swiper-button-prev:hover ~ svg:nth-of-type(2) > path {
    fill: hsla(240, 3%, 94%, .86);
}

.main_slider .swiper-button-next:hover {
    background: transparent;
    justify-content: flex-end;
}

@media screen and (min-width: 1440px) {
    .main_slider .swiper-button-next:hover ~ svg:first-of-type {
        left: -13px;
    }
}

.main_slider .swiper-button-next:hover ~ svg:first-of-type > path, .main_slider .swiper-button-prev:hover ~ svg:nth-of-type(2) > path {
    fill: hsla(240, 3%, 94%, .86);
}

.Landing_main_slider__xdPPV > svg > path {
    fill: hsla(0, 0%, 100%, .4);
    transition: .4s cubic-bezier(.36, .07, .19, .97);
}

.main_slider .swiper-button-next:hover ~ svg:first-of-type {
    -webkit-transform: scaleX(2.3);
    transform: scaleX(2.3);
    left: -25px;
}

.main_slider .swiper-button-prev {
    justify-content: flex-end;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

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

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.main_slider .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    border-radius: 0;
    opacity: .5;
    transition: .4s ease;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

.main_slider .swiper-pagination-bullet-active {
    background-color: darkred;
    opacity: 1;
}

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

/*for arrow slider in home page*/


/*=======================topNav======================*/
#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: red !important;
}

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

#topnav .has-submenu {
    position: relative;
}

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

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

#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: black;
    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;
    display: inline-flex;
    align-items: center;
    /*line-height: 68px;*/
}


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

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

#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: #2f55d4;
}

#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;
    text-align: right;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 5px;
    text-align: right;
}

/*#topnav .navigation-menu > li:hover > a,*/
/*#topnav .navigation-menu > li.active > a {*/
/*    color: #3ec1cf !important;*/
/*}*/

#topnav .navigation-menu > li > a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    background-color: transparent !important;
    /*font-weight: 700;*/
    /*letter-spacing: 1px;*/
    line-height: 24px;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*font-family: "Nunito", sans-serif;*/
    padding-left: 15px;
    padding-right: 15px;
}

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

#topnav .navigation-menu .has-submenu .menu-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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: -1px;
    top: 30px;
}

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

/*#topnav .menu-extras {*/
/*    float: right;*/
/*    position: absolute;*/
/*    right: 4%;*/
/*    top: 0;*/
/*}*/

#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;
}

#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;
}

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

#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_del1 > .costum.scrolled {
    display: inline-block !important;
}

#logo-del {
    display: inline-block !important;
}

.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: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #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: 210px !important;
        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 {
        position: absolute;
        top: initial;
        right: 0;
        -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 {
        text-align: left;
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;

        /* letter-spacing: 0.04em; */
        /*font-weight: bold;*/
        color: #6c757d !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    /*#topnav .navigation-menu > li .submenu li a:hover {*/
    /*    color: red !important;*/
    /*}*/
    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-right: 0;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto !important;

    }

    #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: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

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

    /*#topnav .navigation-menu > li:hover > a,*/
    /*#topnav .navigation-menu > li.active > a {*/
    /*    color: #3ec1cf !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: white;
    }

    #topnav .navigation-menu.nav-light > li.active > a {
        color: red;
    }

    #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
        border-color: red;
    }

    #topnav .navigation-menu.nav-light > li > .menu-arrow.scrolled {
        border-color: #6c757d !important
    }

    #topnav .navigation-menu.nav-light > li:hover > .menu-arrow.scrolled {
        border-color: red;
    }

    /*#topnav .navigation-menu.nav-light > li:hover > a {*/
    /*    color: red  !important;*/
    /*}*/
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: white;
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #125686 !important;
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow.scrolled {
        border-color: #125686 !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: block !important;
    }

    #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: #ffffff50;
        -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: 74px;
    }

    #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;

        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-right: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;

        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:red;*/
    /*}*/
    #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 {
        left: 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 .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 992px) {

    #logo_del {
        display: none !important;
    }
}

.logoB {
    display: none;
}

.logoB.scrolled {
    display: inline-block;
}

.logoW {
    display: inline-block;
}

.logoW.scrolled {
    display: none;
}

/*==============================================*/
/*for title box in serch */
.PaddingSearchBox {
    padding-left: 5%;
}

/*======================================================*/
.home-slider .carousel5 {
    height: 60vh;
}

.search-icon {
    background-color: #cdbdac;
}

/* SEARCH FORM */
#search-container {
    display: none;
    position: absolute;
    left: 5px;
    top: 30px;
}

#search {
    width: 174px;
    height: 26px;
    font-size: 14px;
    font-style: italic;
    text-indent: 20px;
    background-color: #cdbdac;
}

/* SEARCH RESULTS */
#search-results {
    display: none;
    position: absolute;
    top: 104px;
    left: 5px;
    width: 390px;
    height: 490px;
    background-color: #cdbdac;
}

@media screen and (min-width: 992px) {
    .ulCareer {
        width: 50%;
    }
}

/*=======================topNav======================*/

/*=======================footer======================*/
.socialFooterListBox {
    margin: 0 !important;
    padding: 10px 20px !important;
}

.socialFooterListBox {
    border: 2px solid red;
    border-radius: 10px;
    margin: 10px;
    width: fit-content
}

.list-inline-item {
    margin-right: 7px;
    margin-left: 7px;
}

.fontFooterCustom li a {
    font-size: 13px;
    /*font-weight: bold;*/
}

.fontFooterCustom {
    font-size: 13px;
    /* font-weight: bold; */
}

.footer {
    background: #202942;
    padding: 20px 0 20px 0;
    position: relative;
    color: #6c757d !important;
    border-top: 1px solid #d3d3d30d
}

.heart {
    position: relative;
    width: 5px;
    height: 5px;
    top: 7px;
    background-color: #ff3838;
    transform: rotate(45deg);
    animation: heartbeat 1.4s linear infinite;
}

.heart:before,
.heart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3838;
    border-radius: 50%;
}

.heart:before {
    transform: translateY(-50%);
}

.heart:after {
    transform: translateX(-50%);
}

@keyframes heartbeat {
    0% {
        transform: rotate(45deg) scale(1);
    }
    25% {
        transform: rotate(45deg) scale(1);
    }
    30% {
        transform: rotate(45deg) scale(1.4);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
    70% {
        transform: rotate(45deg) scale(1.4);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

a.text-muted:hover, a.text-muted:focus {
    color: red !important;
}

/*.customer-logos {*/
/*    background-color: #fafafa;*/
/*}*/
.slick-slider {
    direction: ltr !important;
}

/*=======================footer======================*/
.font-17 {
    font-size: 17px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-14 {
    font-size: 14px !important;
}

.colorRed {
    color: red !important;
}

@media screen and (min-width: 768px) {
    .d-custom-arrow-home-slider {
        display: flex !important;
    }

    .product_modal_wrapper__om4vG {
        padding: 30px;
        border: 1px solid #e1e1e1;
        border-radius: 15px;
        width: 100% !important;
        /*max-width: 900px !important;*/

        box-shadow: inset 0 0 5px #dddddd;
    }

    .slider_wrapper_custom {
        position: relative;
        width: 100%;
        height: 600px !important;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }

    .textBoxSliderHomPage {
        padding: 30px;
    }

    .slider_wrapper_custom > .mainSliderHomePage > .textBoxSliderHomPage h2 {
        /*font-size: 20px;*/
        text-align: center;
    }

    .slider_wrapper_custom > .mainSliderHomePage > .textBoxSliderHomPage p {
        /*font-size: 16px;*/
        text-align: center;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 30px;
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        /*font-variant: initial;*/
        line-height: 1;
    }

    .swiper-button-next:before, .swiper-button-prev:before {
        font-family: swiper-icons;
        font-size: 30px;
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        /*font-variant: initial;*/
        line-height: 1;
    }

    .swiper-button-next, .swiper-container-ltr .swiper-button-prev {
        right: 5px;
        left: auto;
    }

    .swiper-button-prev, .swiper-container-ltr .swiper-button-next {
        left: 5px;
        right: auto;
    }
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.features.explore-feature {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

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

.features.explore-feature .icons {
    height: 80px;
    width: 80px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

.card {
    border: 1px solid rgb(0 0 0 / 2%) !important;
}

.HomeBox2Design {
    height: 200px;
    /*display: grid;*/
}

.text-justify {
    text-align: justify !important;
}

.item {
    background-color: red;
    color: white;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 30vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

@media (max-width: 767px) {
    .saas-feature-shape-left:after, .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem;
    }
}

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

.parallax {
    position: relative;
    padding: 80px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
}

.features.feature-clean .icons i {
    height: 65px;
    width: 65px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex !important;
    padding-right: 0 !important;
}

.features.course-feature {
    transition: all 0.5s ease 0s;
}

.features.feature-clean {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.features.course-feature:hover {
    transform: translateY(-10px);
}

.features.course-feature:hover .full-img {
    opacity: .03;
}

.features.feature-primary.course-feature .full-img {
    color: red !important;
}

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

.features.course-feature .full-img {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 250px;
}

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

.text-black {
    color: black;
}

.features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    background-color: #2f55d4;
    color: #fff !important;
}

.features.fea-primary {

    color: black !important;
}

@media (max-width: 992px) {
    .mb-med-70 {
        margin-bottom: 70px !important;
    }

    .font-med-small {
        font-size: small !important;
    }
}

.h-210 {
    height: 210px !important;
}

/*===================contactUsDesign=============================*/
.form-group .icons {
    position: absolute;
    top: 39px;
    right: 6px;
    color: red;
}

/*.form-group .form-control {*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #dee2e6;*/
/*    color: #3c4858;*/
/*    height: 40px;*/
/*    font-size: 13px;*/
/*    border-radius: 6px;*/
/*    padding: 0px 28px 0px 5px;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/
/*textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {*/
/*    font-family: IRANSans;*/
/*    vertical-align: middle;*/
/*    width: 100%;*/
/*    color: rgb(128, 147, 168);*/
/*    !* font-weight: 400; *!*/
/*    background-color: rgb(255, 255, 255);*/
/*    text-transform: inherit;*/
/*    font-size: 14px;*/
/*    line-height: inherit;*/
/*    letter-spacing: 0px;*/
/*    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
/*    padding: 0px 28pxA 0px 5px;*/
/*    border-radius: 0px;*/
/*    border-width: 1px;*/
/*    border-style: solid;*/
/*    border-color: rgba(0, 43, 92, 0.08);*/
/*    border-image: initial;*/
/*    outline: none;*/
/*}*/
.carbon-poweredby, em, i {
    font-style: italic;
    padding-right: 10px !important;
}

.aRemover > a {
display: contents !important;
}

.icon-box-2 {
    padding: 10px 15px;
    box-shadow: 0 0 10px 0 #c5c5c5;
    background: #f8f9fc;
    transition: all 0.3s ease-in-out;
    height: 210px !important;
    border: 1px solid #e7e7e7;

}

.icon-box-2 a {
    color: #565555;
}

.icon-box-2 .icon-box-2-icon {
    transition: ease-in-out padding 0.2s;
    height: 120px;
    width: 120px;
    border-radius: 31px;
    font-size: 4rem;
}

.ltr .mx-auto, [dir=ltr] .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.icon-box-2 a p {
    font-size: 0.8rem;
    text-align: center;
}

.icon-box-2:hover a .icon-frame {
    border-color: #d7172f;
}

.icon-box-2 .icon-box-2-icon .icon-frame {
    border: 2px solid #565555;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 0;
    padding: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    /*font-weight: 400;*/
    /*font-variant: normal;*/
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
    content: "\e969";
}

.colorRed {
    color: red !important;
}

.icon-box-2:hover a .icon-frame {
    border-color: #d7172f;
}

.icon-box-2:hover .icon-box-2-icon {
    padding-top: 30px;
}

.icon-box-2:hover a {
    color: #d7172f;
}

.icon-box-2:hover a h4 {
    color: #d7172f;
}

.icon-box-2 .icon-box-2-icon .icon-frame {
    border: 2px solid #565555;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 0;
    padding: 0;
}

.box-icon-in-contact {
    background: #f8f9fa !important;
    box-shadow: 0 0 10px 0 #c5c5c5 !important;
    border-radius: 11px !important;
    border: unset !important;
}

.font-size-50 {
    font-size: 40px;
}

.font-size-13 {
    font-size: 13px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.text-black {
    color: black !important;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/*===================contactUsDesign=============================*/
.header-advertise-top {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
}

.ul-contact-info-footer {
    padding-right: 0 !important;
}

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

.w-max-content {
    width: max-content !important;
}

.textTagAInFooter {
    color: #6b6d7d;
}

.margin-center-40 {
    margin: 40px auto !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light > li > a {
        color: white;
    }
}

.form-custom-site {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    max-width: 700px;
    width: 100%;
    text-align: right;
    padding: 30px;
    border-radius: 7px;
    background-color: white;
    position: relative;
    z-index: initial;
}

/*/!*=========================================*!*/
/*!*form service  online*!*/
/*!*=========================================*!*/
.request-wrap .service-item {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.service-item {
    background-color: #fff;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 8px 17px -13px rgb(0 0 0 / 41%);
}

@media only screen and (min-width: 1168px) {
    .icon-wrapper {
        width: 156px;
        height: 156px;
    }
}

@media only screen and (min-width: 1168px) {
    .icon-wrapper:after {
        right: 10px !important;
        bottom: 20px !important;
    }
}

.icon-wrapper:after {
    border: 3px solid #eb002d;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: " ";
    right: 0;
    bottom: 17px;
    background-color: #f6f8fb;
}

.request-wrap .service-item h3 {
    font-size: 1rem;
    /*font-weight: 300;*/
    color: #000;
}

@media only screen and (min-width: 1168px) {
    .icon-wrapper {
        width: 156px !important;
        height: 156px !important;
    }
}

.icon-wrapper {
    border-radius: 50%;
    display: block;
    border: 2px solid #ebebeb;
    margin: auto;
    position: relative;
    transition: transform 0.4s linear;
}

/*@media only screen and (min-width: 1168px){*/
.icon-position {
    top: 50px;
    /*right: calc(50% - 33px);*/
}

.icon-position > img {
    height: 60px;
    width: 60px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/*}*/
.icon-position {
    position: absolute;

}

.service-item {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.service-item:hover .icon-wrapper {
    transform: rotate(46deg);
    transition: transform 0.4s linear;
    border-color: #ea2a4f;
}

.service-item:hover p {
    color: #d7172f;
}

.service-item:hover i {
    color: #d7172f;
}

/*/!*=========================================*!*/
/*!*form service  online*!*/
/*!*=========================================*!*/

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-link > .num {
        top: 0;
        left: unset !important;
        width: 46px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-link {
        margin-top: unset;
        margin-bottom: 20px;
        padding-right: 55px;
        text-align: right !important;
    }
}

/*.sw-theme-dots>.nav::before {*/
/*    content: " ";*/
/*    position: absolute;*/
/*    top: 25px !important;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background-color: #eeeeee;*/
/*    border-radius: 3px;*/
/*    z-index: 1;*/
/*}*/
/*.sw-theme-dots>.nav::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 25px !important;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background-color: #eeeeee;*/
/*    border-radius: 3px;*/
/*    z-index: 1;*/
/*}*/
.card-input-element {
    display: none;
}

.sweet-alert {
    font-family: IRANSans, sans-serif !important;
}

/*=======================search imei insurance====================*/
.table-hover tbody tr:hover {
    color: unset !important;
    background-color: unset !important;
}

.table td, .table th {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.icon-position > svg {
    width: 70px;
    height: 80px;
}

@media only screen and (max-width: 700px) {
    .icon-wrapper {
        width: 100px !important;
        height: 100px !important;
    }

    .icon-position > img {
        height: 40px;
        width: 40px;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .icon-position > svg {
        width: 50px;
        height: 50px;
    }

    .icon-position {
        top: 35px;
        right: calc(50% - 18px);
    }

    .sw > .nav .nav-link > .num {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        pointer-events: none;
        height: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        border-radius: 10em;
        text-align: center;
        font-size: 2em;
        /*font-weight: 800;*/
        clear: both;
        line-height: unset !important;
        text-decoration: none;
    }
}

.select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-selection__arrow {
    height: 39px !important;
}

input[name="CategoryFormService"] {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;
}

input[name="ProductFormService"] {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;

}

input[name="ModelFormService"] {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;

}

input[name="ColorFormServiceRes"] {

    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;
}

input[name="SerialDeviceFormServiceRes"] {

    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;
}

input[name="ProblemDeviceFormService"] {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;

}

input[name="ProblemEventFormServiceRes"] {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;
}

.disabledCustomInput {
    pointer-events: none !important;
    border: 0.1px solid rgb(170, 170, 170) !important;
    background-color: rgb(235, 235, 228) !important;
    box-sizing: border-box !important;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #ffffff;
    z-index: 9999999;
}

.cm-spinner {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #f15e41;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

}

.cm-spinner::before,
.cm-spinner::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    border-radius: 50%;
    border: 4px solid transparent;
}

.cm-spinner::before {
    border-top-color: #bad375;
    -webkit-animation: 3s spin linear infinite;
    animation: 3s spin linear infinite;
}

.cm-spinner::after {
    border-top-color: #26a9e0;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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

/*========================spin.js=====================*/
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: unset !important;
}

.sw-toolbar-elm {
    display: none !important;
}

/*.formDynamic {*/

/*    background-color: #9797970a;*/
/*    padding: 26px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid #6c757d40;*/
/*}*/

.sw-theme-basic > .nav .nav-link.done {
    font-size: 11px !important;
    font-weight: bold !important;
}

.sw-theme-basic > .nav .nav-link.default {
    font-size: 11px !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 500px) {

    .headerStyleCustomDiv {
        justify-content: space-between !important;
    }
}

@media only screen and (min-width: 500px) {

    .headerStyleCustomDiv {
        justify-content: space-around !important;
    }
}

.EnamadPlaceBox{
    width: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: white;
    height: 150px;
    border-radius: 10px;
}
/*===========loader============*/
#loader {
    width: 12em;
    height: 12em;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#IranMap .map .province path:active {
    border: unset !important;
}
#loader .face {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    animation: animate 3s linear infinite;
}

#loader .face:nth-child(1) {
    width: 100%;
    height: 100%;
    color: #3ec1cf;
    border-color: currentColor transparent transparent currentColor;
    border-width: 0.2em 0.2em 0em 0em;
    --deg: -45deg;
    animation-direction: normal;
}

#loader .face:nth-child(2) {
    width: 70%;
    height: 70%;
    color: #3ec1cf;
    border-color: currentColor currentColor transparent transparent;
    border-width: 0.2em 0em 0em 0.2em;
    --deg: -135deg;
    animation-direction: reverse;
}

#loader .face .circle {
    position: absolute;
    width: 50%;
    height: 0.1em;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: rotate(var(--deg));
    transform-origin: left;
}

#loader .face .circle::before {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    content: '';
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 2em,
    0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgb(0 126 255 / 10%)
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

.preLoader{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: white;
    z-index: 9999999;
}
/*===========loader============*/
.more-text-style{
    font-size: 15px !important;
}
.iconComments{
    padding-right: 15px;
}
