/* Template Name: Landrick - Saas & Software Landing Page Template
   Author: Shreethemes
   E-mail: shreethemes@gmail.com
   Created: August 2019
   Version: 2.1
   Updated: March 2020
   File Description: Main Css file of the template
*/

/*********************************/

/*         INDEX                 */

/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Testimonial          *
 *     10.  Price                *
 *     11.  C.T.A                *
 *     12.  Blog / Careers / Job *
 *     13.  Work / Projects      *
 *     14.  Team                 *
 *     15.  User Pages           *
 *     16.  Countdown            *
 *     17.  Contact              *
 *     18.  Footer               *
 *     19.  Switcher             *
 *********************************
 *********************************
 *         RTL SCSS              *
 *********************************
 *     01.  General RTL          *
 *     02.  Helper RTL           *
 *     03.  Bootstrap Custom RTL *
 *     04.  Components RTL       *
 *     05.  Menu RTL             *
 ================================*/

.bg-primary {
    background-color: #24AE8F !important;
}

.bg-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !important;
}

.text-primary {
    color: #1f9077 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1f9077 !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.bg-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !important;
    color: #5a6d90 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

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.2) !important;
    border: 1px solid rgba(46, 202, 139, 0.2) !important;
    color: #2eca8b !important;
}

.text-success {
    color: #2eca8b !important;
}

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.2) !important;
    border: 1px solid rgba(241, 116, 37, 0.2) !important;
    color: #f17425 !important;
}

.text-warning {
    color: #f17425 !important;
}

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.2) !important;
    border: 1px solid rgba(23, 162, 184, 0.2) !important;
    color: #17a2b8 !important;
}

.text-info {
    color: #17a2b8 !important;
}

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.2) !important;
    border: 1px solid rgba(228, 63, 82, 0.2) !important;
    color: #e43f52 !important;
}

.text-danger {
    color: #e43f52 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e1293e !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.2) !important;
    border: 1px solid rgba(60, 72, 88, 0.2) !important;
    color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

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.2) !important;
    border: 1px solid rgba(132, 146, 166, 0.2) !important;
    color: #8492a6 !important;
}

.dark.text-muted {
    color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.dark.bg-light {
    background-color: #f8f9fc !important;
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.2) !important;
    border: 1px solid rgba(248, 249, 252, 0.2) !important;
    color: #f8f9fc !important;
}

.text-light {
    color: #f8f9fc !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.bg-blue {
    background-color: #24AE8F !important;
}

.bg-soft-blue {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !important;
}

.text-blue {
    color: #24AE8F !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1f9077 !important;
}

.bg-footer {
    background-color: #202942 !important;
}

.bg-soft-footer {
    background-color: rgba(32, 41, 66, 0.2) !important;
    border: 1px solid rgba(32, 41, 66, 0.2) !important;
    color: #202942 !important;
}

.text-footer {
    color: #202942 !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #181e30 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}

.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: #24AE8F !important;
}

.btn-primary {
    background-color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
    box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #1f9077 !important;
    border-color: #1f9077 !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #24AE8F !important;
    border-color: #24AE8F !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #24AE8F;
    color: #24AE8F;
    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: #24AE8F;
    border-color: #24AE8F;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !important;
    color: #5a6d90 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(46, 202, 139, 0.2) !important;
    border: 1px solid rgba(46, 202, 139, 0.2) !important;
    color: #2eca8b !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #d55b0e !important;
    border-color: #d55b0e !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(241, 116, 37, 0.2) !important;
    border: 1px solid rgba(241, 116, 37, 0.2) !important;
    color: #f17425 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(23, 162, 184, 0.2) !important;
    border: 1px solid rgba(23, 162, 184, 0.2) !important;
    color: #17a2b8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
    background-color: #EC716B !important;
    border: 1px solid #EC716B !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #d46660 !important;
    border-color: #d46660 !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(228, 63, 82, 0.2) !important;
    border: 1px solid rgba(228, 63, 82, 0.2) !important;
    color: #e43f52 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.2) !important;
    border: 1px solid rgba(60, 72, 88, 0.2) !important;
    color: #3c4858 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important;
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.2) !important;
    border: 1px solid rgba(132, 146, 166, 0.2) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.2) !important;
    border: 1px solid rgba(248, 249, 252, 0.2) !important;
    color: #f8f9fc !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
    background-color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #1f9077 !important;
    border-color: #1f9077 !important;
    color: #ffffff !important;
}

.btn-soft-blue {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !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: #24AE8F !important;
    border-color: #24AE8F !important;
    color: #ffffff !important;
}

.btn-outline-blue {
    border: 1px solid #24AE8F;
    color: #24AE8F;
    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: #24AE8F;
    border-color: #24AE8F;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-footer {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(32, 41, 66, 0.2) !important;
    border: 1px solid rgba(32, 41, 66, 0.2) !important;
    color: #202942 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #ffffff !important;
}

.btn-outline-footer {
    border: 1px solid #202942;
    color: #202942;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #202942;
    border-color: #202942;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -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;
}

.badge-primary {
    background-color: #24AE8F !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
}

.badge-secondary {
    background-color: #5a6d90 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
}

.badge-success {
    background-color: #2eca8b !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
}

.badge-warning {
    background-color: #f17425 !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #f17425 !important;
    border: 1px solid #f17425 !important;
}

.badge-info {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.badge-danger {
    background-color: #e43f52 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
}

.badge-dark {
    background-color: #3c4858 !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
}

.badge-muted {
    background-color: #8492a6 !important;
    color: #ffffff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
}

.badge-light {
    background-color: #f8f9fc !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
}

.badge-blue {
    background-color: #24AE8F !important;
    color: #ffffff !important;
}

.badge-outline-blue {
    background-color: transparent !important;
    color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
}

.badge-footer {
    background-color: #202942 !important;
    color: #ffffff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: #202942 !important;
    border: 1px solid #202942 !important;
}

.badge {
    padding: 5px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.badge.badge-light {
    color: #3c4858 !important;
    background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
    color: #3c4858 !important;
    border: 1px solid #b1bcdd !important;
    background-color: transparent !important;
}

.badge.badge-pill {
    border-radius: 12px;
}

.badge:focus,
.badge.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #24AE8F !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: #24AE8F !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #202942 !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #24AE8F;
}

.alert-primary .alert-link {
    color: #122258;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #24AE8F;
    border-color: #24AE8F;
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #ffffff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #5a6d90;
    border-color: #5a6d90;
}

.alert-success {
    background-color: rgba(46, 202, 139, 0.9);
    color: #ffffff;
    border-color: #2eca8b;
}

.alert-success .alert-link {
    color: #124d35;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #2eca8b;
    border-color: #2eca8b;
}

.alert-warning {
    background-color: rgba(241, 116, 37, 0.9);
    color: #ffffff;
    border-color: #f17425;
}

.alert-warning .alert-link {
    color: #753208;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #f17425;
    border-color: #f17425;
}

.alert-info {
    background-color: rgba(23, 162, 184, 0.9);
    color: #ffffff;
    border-color: #17a2b8;
}

.alert-info .alert-link {
    color: #062a30;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #17a2b8;
    border-color: #17a2b8;
}

.alert-danger {
    background-color: rgba(228, 63, 82, 0.9);
    color: #ffffff;
    border-color: #e43f52;
}

.alert-danger .alert-link {
    color: #79111d;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #e43f52;
    border-color: #e43f52;
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #ffffff;
    border-color: #3c4858;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #3c4858;
    border-color: #3c4858;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #ffffff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-blue {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #24AE8F;
}

.alert-blue .alert-link {
    color: #122258;
}

.alert-outline-blue {
    background-color: #ffffff;
    color: #24AE8F;
    border-color: #24AE8F;
}

.alert-footer {
    background-color: rgba(32, 41, 66, 0.9);
    color: #ffffff;
    border-color: #202942;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #202942;
    border-color: #202942;
}

.alert {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .close {
    top: -2px;
    right: -10px;
    font-size: 16px !important;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}
.dark .page-next-level .title {
    color: #fff;
}
.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #24AE8F;
}

.breadcrumb .breadcrumb-item.active {
    color: #24AE8F;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\f142" !important;
    font-size: 14px;
    color: #3c4858;
    font-family: 'Material Design Icons';
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
    color: #3c4858;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: rgba(47, 85, 212, 0.9);
    border-color: rgba(47, 85, 212, 0.9);
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #24AE8F !important;
    border-color: #24AE8F;
    cursor: not-allowed;
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #ffffff;
    color: #24AE8F;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\e906';
    display: block;
    font-family: 'icomoon';
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #ffffff;
    color: #3c4858 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #3c4858 !important;
}

.faq-content .card .title {
    font-size: 18px;
}

.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.active {
    background: #24AE8F;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: #f8f9fc !important;
}

.nav-pills a .title {
    font-size: 17px;
    font-weight: 700;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -25px;
    right: -15px;
    font-size: 13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #24AE8F;
}

.form-group textarea {
    height: 120px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #ffffff;
    border-color: #24AE8F;
    background-color: #24AE8F;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #24AE8F;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 2px;
}

.custom-switch .custom-control-label:after {
    top: 4px;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
    cursor: pointer;
}

.table-responsive .table-center tbody tr:hover {
    color: #3c4858;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end;
}

.modal-open {
    padding-right: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 63px;
    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: #3c4858;*/
/*    opacity: 0.6;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;*/
/*    animation: sk-bounce 2.0s infinite ease-in-out;*/
/*}*/
/*.dark #preloader #status .spinner .double-bounce1,*/
/*.dark #preloader #status .spinner .double-bounce2 {*/
/*	background-color: #ffffff;*/
/*}*/
/*#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: #24AE8F;
    border-color: #24AE8F !important;
    color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
    fill: #24AE8F;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: none;
    color: #3c4858;
    background-color: #ced4da;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.back-to-top .icons {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    stroke-width: 2;
    height: 14px;
    width: 14px;
}

.back-to-top:hover {
    background-color: #24AE8F;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top:hover .icons {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.back-to-home a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #24AE8F;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px;
    }
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

body {
    font-family: dana, "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: dana,"Nunito", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(60, 72, 88, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background-color: rgba(47, 85, 212, 0.6);
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-overlay-gradient2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#24AE8F), to(#2eca8b));
    background-image: linear-gradient(90deg, #2eca8b, #24AE8F, #2eca8b);
    opacity: 0.5;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px;
    letter-spacing: 1px;
}

.dark .title-heading .heading{
    font-size: 45px;
    letter-spacing: 1px;
	color: #fff
}

.dark .title-heading h1{
	color: #fff;
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
}

.section-title .title {
    color: black;
    letter-spacing: 0.5px;
    font-size: 30px;
}

.dark .section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
	color: #fff;
}

.text-shadow-title {
    text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -3px;
    left: 0;
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.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);
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
    .margin-top-100 .heading {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 35px !important;
    }
    .title-heading .para-desc {
        font-size: 15px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .title-heading h1 {
        font-size: 25px;
    }	
}

@media (max-width: 767px) {
    .shape {
        bottom: -4px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .4s ease;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #24AE8F !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #24AE8F !important;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #24AE8F;
}

#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: 32px 20px 24px;
    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: right;
    line-height: 68px;
    padding: 3px 0;
}

#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: #24AE8F;
}

#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: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #24AE8F !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    /*letter-spacing: 1px;*/
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    font-family: dana,"Nunito", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #24AE8F;
}

#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;
    right: -1px;
    top: 30px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #3c4858;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #24AE8F;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #24AE8F;
}

#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 .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    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>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: inline-block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #24AE8F !important;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #24AE8F;
    }
    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #24AE8F !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 .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: #ffffff;
        -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 .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: inline-block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #24AE8F!important;
    }
    #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;
    }
	.open     #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: #24AE8F;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
}

@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;
    }
}

.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 130px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.gradient {
    background: #24AE8F !important;
    background: linear-gradient(45deg, #24AE8F, #24AE8F) !important;
    opacity: 0.9;
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

.classic-saas-image .bg-saas-shape:after {
    bottom: 3rem;
    left: 0;
    width: 75rem;
    height: 55rem;
    border-radius: 20rem;
    opacity: 0.9;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.studio-home {
    padding: 7%;
}

.agency-wrapper:before {
    content: "";
    position: absolute;
    bottom: 22rem;
    right: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgba(25, 133, 129, 0.2);
    z-index: -1;
}

.bg-marketing {
    padding: 76px 0 120px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 5%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-slider .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-slider .slides .bg-slider {
    background-size: cover;
    height: 100vh;
    position: relative;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
    height: 75vh;
}

.flex-control-paging li a {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #24AE8F;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    display: none;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

.bg-animation-left.dark-left:after {
    background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
    background: #24AE8F;
    -webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
}

.bg-invoice {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.classic-app-image .bg-app-shape:after {
    bottom: 3rem;
    left: -8rem;
    width: 55rem;
    height: 35rem;
    border-radius: 20rem;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: 0.9;
}

.classic-app-image .app-images {
    position: absolute;
    bottom: 60px;
    right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    content: " ";
    position: absolute;
    z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    background-color: #24AE8F;
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .agency-wrapper:before {
        right: 12rem;
    }
    .bg-half {
        padding: 169px 0 50px;
    }
    .wave-one,
    .wave-three {
        background-size: 50% 50px;
    }
    .wave-two {
        background-size: 50% 70px;
    }
    .classic-saas-image .bg-saas-shape img {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing {
        padding: 150px 0;
        height: auto;
    }
    .agency-wrapper:before {
        right: 0;
    }
    .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%);
    }
    .classic-saas-image .bg-saas-shape img {
        max-width: 100%;
        height: auto;
    }
    .classic-saas-image .bg-saas-shape:after {
        bottom: -5rem;
        left: 10rem;
        width: 30rem;
        height: 30rem;
        border-radius: 10rem;
    }
}

.feature-list li {
    margin-bottom: 7px;
}

.features .icon,
.features .icons {
    background: rgba(47, 85, 212, 0.1);
}

.features .icons {
    height: 80px;
    width: 80px;
    line-height: 72px;
    margin: 0 auto;
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -15px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg);
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
    z-index: -1;
}

.features .ride-image {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.features .ride-image img {
    border-radius: 100% 100% 100% 0;
}

.features .title-2 {
    font-size: 20px;
}
.dark .features .title-2 {
    font-size: 20px;
	color: #fff;
}

.features:hover .icons {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.features:hover .image:before {
    background: rgba(47, 85, 212, 0.07);
    -webkit-animation: spinner-border 5s linear infinite;
    animation: spinner-border 5s linear infinite;
}

.features .title,
.key-feature .title {
    font-size: 18px;
}

.features .icon,
.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.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);
}

.work-process {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-process .title {
    font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
    opacity: 0.06;
}

.work-process a {
    font-size: 15px;
}

.work-process:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-feature .title {
    font-size: 20px;
}

.course-feature .title:hover {
    color: #24AE8F !important;
}

.course-feature .full-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-feature:hover .full-img {
    opacity: 0.08;
}

.crypto-table,
.course-feature {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: -260px 0 0px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.catagories {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.catagories: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);
}

.catagories a:hover {
    color: #24AE8F !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 {
    left: 10rem;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.app-feature-shape-left:after {
    right: 10rem;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.app-subscribe {
    position: absolute;
    top: -200px;
}

.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);
}

.saas-feature-shape-left:after {
    left: -10rem;
}

.saas-feature-shape-right:after {
    right: -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;
}

.social-feature-left:after {
    right: -200px;
}

.social-feature-right:after {
    left: -200px;
}

.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: #24AE8F !important;
}

@media (max-width: 768px) {
    .process-arrow:after {
        display: none;
    }
    .app-feature-shape-right:after {
        left: 0;
    }
    .app-feature-shape-left:after {
        right: 0;
    }
    .social-feature-left:after,
    .social-feature-right:after {
        width: 300px;
        height: 400px;
        bottom: -65px;
    }
}

@media screen and (max-width: 767px) {
    .course-feature,
    .crypto-table {
        margin: 0 0 30px;
    }
    .app-subscribe {
        position: relative;
        top: 0;
    }
    .saas-feature-shape-left:after,
    .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem;
    }
}

@media (max-width: 575px) {
    .social-feature-left:after,
    .social-feature-right:after {
        bottom: -35px;
    }
    .social-feature-left:after {
        right: 60px;
    }
    .social-feature-right:after {
        left: 60px;
    }
}

.owl-theme .owl-dots .owl-dot span {
    background: #24AE8F !important;
}

.customer-testi {
    cursor: e-resize;
	min-height: 15rem;
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #3c4858;
    border-color: transparent #ffffff #ffffff transparent;
    -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);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px;
    background: rgb(36 174 143 / 51%) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #24AE8F !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important;
}

.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}

.pricing-rates .price {
    font-weight: 400;
}

.pricing-rates .feature .feature-list {
    margin: auto auto 5px;
    font-size: 15px;
}

.pricing-rates.business-rate {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #24AE8F;
}

.pricing-rates.business-rate:hover .title {
    color: #24AE8F;
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #24AE8F;
}

.pricing-rates.best-plan {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px;
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.invoice-top .logo-invoice {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .pricing-rates.starter-plan {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #24AE8F;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #24AE8F;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #24AE8F;
    -webkit-text-fill-color: #24AE8F;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}

.blog {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .content h4 {
    line-height: 1.2;
}

.blog .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .title:hover {
    color: #24AE8F !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
    color: #24AE8F !important;
}

.blog .author,
.blog .teacher,
.blog .course-fee {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .author {
    top: 5%;
    left: 5%;
}

.blog .teacher {
    bottom: 6%;
    left: 5%;
}

.blog .course-fee {
    bottom: -5%;
    right: 5%;
    width: 50px;
    height: 50px;
}

.blog .course-fee .fee {
    line-height: 50px;
}

.blog.blog-detail:hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog:hover .overlay {
    opacity: 0.4;
}

.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
    opacity: 1;
}

.blog .blog-list-meta {
    position: absolute;
    bottom: 24px;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-size: 18px;
}

.sidebar .widget .blog-catagories li {
    padding-bottom: 10px;
}

.sidebar .widget .blog-catagories li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .blog-catagories li a,
.sidebar .widget .blog-catagories li span {
    font-size: 15px;
}

.sidebar .widget .blog-catagories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .blog-catagories li a:hover {
    color: #24AE8F;
}

.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-left: 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: #24AE8F;
}

.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: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px 7px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}

.sidebar .widget .tagcloud>a:hover {
    background: #24AE8F;
    color: #ffffff;
}

.page-title {
    font-size: 20px;
}

.media-list .media .media-heading:hover {
    color: #24AE8F !important;
}

.media-list .sub-comment {
    border-left: 2px dashed #dee2e6;
}

.blog .overlay,
.job-box .job-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
    right: 15px;
}

.job-box .position {
    position: absolute;
    top: 15px;
    left: 15px;
}

.job-box .position a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box .position a:hover {
    color: #24AE8F !important;
}

.job-box .firm-logo {
    position: absolute;
    left: 0;
    right: 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: #24AE8F !important;
}

.job-box:hover {
    -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: left !important;
    }
}

.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: #24AE8F !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;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 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;
    right: 5%;
    top: 5%;
}

.work-container.work-modern .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.work-container.work-modern .icons {
    right: 0;
    left: 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: #24AE8F !important;
    color: #ffffff !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;
    right: 0;
    left: 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 .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #3c4858;
    z-index: 1;
}

.courses-desc:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.courses-desc: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 #ffffff;
    -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: #24AE8F !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: #24AE8F !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: #24AE8F !important;
}

.courses-desc .collection,
.courses-desc .preview {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.courses-desc .collection {
    top: 15px;
    left: 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;
    right: 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 a {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter li a.active,
.container-filter li a:hover {
    color: #24AE8F !important;
    border-color: #24AE8F !important;
}

.spacing {
    padding-left: 7px;
    padding-right: 7px;
}

.team img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .name:hover {
    color: #24AE8F !important;
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    opacity: 0.2;
}

.team:hover .overlay-team {
    opacity: 0.6;
}

.team:hover .team-icon {
    opacity: 1;
}

.login-page {
    font-size: 15px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

.cover-user .container-fluid {
    max-width: 100%;
}

.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;
}

.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;
}

@media (min-width: 1025px) {
    .cover-user .cover-user-img {
        padding: 0px 20%;
    }
}

@media (max-width: 768px) {
    .cover-user .padding-less {
        position: relative !important;
        height: 400px !important;
    }
    .cover-user .cover-user-content {
        text-align: left !important;
    }
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-img {
        height: auto !important;
    }
    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
}

.coming-soon,
.maintenance,
.error-page {
    font-size: 40px;
    letter-spacing: 1px;
}

#countdown .count-down,
#eventdown .count-down {
    display: inline-block;
    margin: 30px 10px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
}

#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);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

#eventdown .count-down {
    margin: 10px !important;
    border: 0;
    height: 20px;
    width: 80px;
}

#eventdown .count-down .count-number {
    line-height: 80px;
}

#eventdown .count-down .count-head {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

#clock {
    color: #ffffff;
}

#clock p {
    width: 80px;
}

#clock p span {
    font-size: 40px;
}

#clock p span.indicator {
    font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
    .coming-soon,
    .maintenance,
    .error-page {
        font-size: 32px;
    }
    #eventdown .count-down {
        width: 60px;
    }
    #eventdown .count-down .count-number {
        font-size: 30px;
    }
    #eventdown .count-down .count-head {
        font-size: 10px;
    }
}

.contact-detail .content .title {
    font-size: 20px;
}

.form-group .icons {
    position: absolute;
    top: 43px;
    left: 18px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

/*.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}*/

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #e43f52;
    color: #e43f52;
    border-radius: 6px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #2eca8b;
    font-size: 22px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #24AE8F;
    border-color: #24AE8F;
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
}

.footer {
    background: #202942;
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
}

.footer .logo-footer {
    color: #f8f9fc;
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

.footer .text-foot {
    color: #adb5bd;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
    color: #e6e8ea;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #3d4349;
}

#style-switcher {
    background: none repeat scroll 0 0 #ffffff;
    -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 .title {
    font-size: 16px;
}

#style-switcher .bottom {
    background: none repeat scroll 0 0 #ffffff;
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #ffffff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0;
}

#style-switcher ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

#style-switcher ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0;
}

#style-switcher ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px;
}

#style-switcher ul.pattern .default {
    background-color: #24AE8F;
}

#style-switcher ul.pattern .green {
    background-color: #6dc77a;
}

#style-switcher ul.pattern .red {
    background-color: #ff5b69;
}

#style-switcher ul.pattern .skyblue {
    background-color: #32c2ec;
}

#style-switcher ul.pattern .skobleoff {
    background-color: #0f7173;
}

#style-switcher ul.pattern .cyan {
    background-color: #00c9a7;
}

#style-switcher .t-dark,
#style-switcher .t-rtl-light {
    display: inline-block;
}

#style-switcher .t-ltr-light,
#style-switcher .t-light,
#style-switcher .t-rtl-dark,
#style-switcher .t-ltr-dark {
    display: none;
}

@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
    }
}

.dark .bg-white {
    background-color: #1f2d3d !important;
}
.dark .body-wrapper{
	background: #1f2d3d;
}
.dark .text-white {
    color: #1f2d3d !important;
}

.dark a.text-white:hover,
.dark a.text-white:focus {
    color: #16212c !important;
}

.dark .bg-primary {
    background-color: #24AE8F !important;
}

.dark .text-primary {
    color: #24AE8F !important;
}

.dark a.text-primary:hover,
.dark a.text-primary:focus {
    color: #1f9077 !important;
}

.dark .bg-secondary {
    background-color: #5a6d90 !important;
}

.dark .text-secondary {
    color: #5a6d90 !important;
}

.dark a.text-secondary:hover,
.dark a.text-secondary:focus {
    color: #506180 !important;
}

.dark .bg-success {
    background-color: #2eca8b !important;
}

.dark .text-success {
    color: #2eca8b !important;
}

.dark a.text-success:hover,
.dark a.text-success:focus {
    color: #29b57d !important;
}

.dark .bg-warning {
    background-color: #f17425 !important;
}

.dark .text-warning {
    color: #f17425 !important;
}

.dark a.text-warning:hover,
.dark a.text-warning:focus {
    color: #ed650f !important;
}

.dark .bg-info {
    background-color: #17a2b8 !important;
}

.dark .text-info {
    color: #17a2b8 !important;
}

.dark a.text-info:hover,
.dark a.text-info:focus {
    color: #148ea1 !important;
}

.dark .bg-danger {
    background-color: #e43f52 !important;
}

.dark .text-danger {
    color: #e43f52 !important;
}

.dark a.text-danger:hover,
.dark a.text-danger:focus {
    color: #e1293e !important;
}

.dark .bg-dark {
    background-color: #ffffff !important;
}

.dark .text-dark {
    color: #ffffff !important;
}

.dark a.text-dark:hover,
.dark a.text-dark:focus {
    color: #f2f2f2 !important;
}

.dark .bg-muted {
    background-color: #9bacc4 !important;
}

.dark .text-muted {
    color: #9bacc4 !important;
}

.dark a.text-muted:hover,
.dark a.text-muted:focus {
    color: #8b9fbb !important;
}

.dark .bg-light {
    background-color: #253649 !important;
}

.dark .text-light {
    color: #253649 !important;
}

.dark a.text-light:hover,
.dark a.text-light:focus {
    color: #1c2938 !important;
}

.dark .bg-blue {
    background-color: #24AE8F !important;
}

.dark .text-blue {
    color: #24AE8F !important;
}

.dark a.text-blue:hover,
.dark a.text-blue:focus {
    color: #1f9077 !important;
}

.dark .bg-footer {
    background-color: #243447 !important;
}

.dark .text-footer {
    color: #243447 !important;
}

.dark a.text-footer:hover,
.dark a.text-footer:focus {
    color: #1c2836 !important;
}

.dark .card {
    background-color: #1f2d3d;
}

.dark .border {
    border: 1px solid #495057 !important;
}

.dark .border.border-light {
    border-color: #ffffff !important;
}

.dark .border-top {
    border-top: 1px solid #495057 !important;
}

.dark .border-bottom {
    border-bottom: 1px solid #495057 !important;
}

.dark .border-left {
    border-left: 1px solid #495057 !important;
}

.dark .border-right {
    border-right: 1px solid #495057 !important;
}

.dark .btn-white {
    background-color: #1f2d3d !important;
    border: 1px solid #1f2d3d !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
    box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
}

.dark .btn-white:hover,
.dark .btn-white:focus,
.dark .btn-white:active,
.dark .btn-white.active,
.dark .btn-white.focus {
    background-color: #0e141b !important;
    border-color: #0e141b !important;
    color: #ffffff !important;
}

.dark .btn-soft-white {
    background-color: rgba(31, 45, 61, 0.2) !important;
    border: 1px solid rgba(31, 45, 61, 0.2) !important;
    color: #1f2d3d !important;
    -webkit-box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
    box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
}

.dark .btn-soft-white:hover,
.dark .btn-soft-white:focus,
.dark .btn-soft-white:active,
.dark .btn-soft-white.active,
.dark .btn-soft-white.focus {
    background-color: #1f2d3d !important;
    border-color: #1f2d3d !important;
    color: #ffffff !important;
}

.dark .btn-outline-white {
    border: 1px solid #1f2d3d;
    color: #1f2d3d;
    background-color: transparent;
}

.dark .btn-outline-white:hover,
.dark .btn-outline-white:focus,
.dark .btn-outline-white:active,
.dark .btn-outline-white.active,
.dark .btn-outline-white.focus,
.dark .btn-outline-white:not(:disabled):not(.disabled):active {
    background-color: #1f2d3d;
    border-color: #1f2d3d;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
    box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
}

.dark .btn-primary {
    background-color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
    box-shadow: 0 3px 5px 0 rgb(36 174 143 / 30%);
}

.dark .btn-primary:hover,
.dark .btn-primary:focus,
.dark .btn-primary:active,
.dark .btn-primary.active,
.dark .btn-primary.focus {
    background-color: #1f9077 !important;
    border-color: #1f9077 !important;
    color: #ffffff !important;
}

.dark .btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !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);
}

.dark .btn-soft-primary:hover,
.dark .btn-soft-primary:focus,
.dark .btn-soft-primary:active,
.dark .btn-soft-primary.active,
.dark .btn-soft-primary.focus {
    background-color: #24AE8F !important;
    border-color: #24AE8F !important;
    color: #ffffff !important;
}

.dark .btn-outline-primary {
    border: 1px solid #24AE8F;
    color: #24AE8F;
    background-color: transparent;
}

.dark .btn-outline-primary:hover,
.dark .btn-outline-primary:focus,
.dark .btn-outline-primary:active,
.dark .btn-outline-primary.active,
.dark .btn-outline-primary.focus,
.dark .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #24AE8F;
    border-color: #24AE8F;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.dark .btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.dark .btn-secondary:hover,
.dark .btn-secondary:focus,
.dark .btn-secondary:active,
.dark .btn-secondary.active,
.dark .btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #ffffff !important;
}

.dark .btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !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);
}

.dark .btn-soft-secondary:hover,
.dark .btn-soft-secondary:focus,
.dark .btn-soft-secondary:active,
.dark .btn-soft-secondary.active,
.dark .btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #ffffff !important;
}

.dark .btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.dark .btn-outline-secondary:hover,
.dark .btn-outline-secondary:focus,
.dark .btn-outline-secondary:active,
.dark .btn-outline-secondary.active,
.dark .btn-outline-secondary.focus,
.dark .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.dark .btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.dark .btn-success:hover,
.dark .btn-success:focus,
.dark .btn-success:active,
.dark .btn-success.active,
.dark .btn-success.focus {
    background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #ffffff !important;
}

.dark .btn-soft-success {
    background-color: rgba(46, 202, 139, 0.2) !important;
    border: 1px solid rgba(46, 202, 139, 0.2) !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);
}

.dark .btn-soft-success:hover,
.dark .btn-soft-success:focus,
.dark .btn-soft-success:active,
.dark .btn-soft-success.active,
.dark .btn-soft-success.focus {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #ffffff !important;
}

.dark .btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.dark .btn-outline-success:hover,
.dark .btn-outline-success:focus,
.dark .btn-outline-success:active,
.dark .btn-outline-success.active,
.dark .btn-outline-success.focus,
.dark .btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.dark .btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.dark .btn-warning:hover,
.dark .btn-warning:focus,
.dark .btn-warning:active,
.dark .btn-warning.active,
.dark .btn-warning.focus {
    background-color: #d55b0e !important;
    border-color: #d55b0e !important;
    color: #ffffff !important;
}

.dark .btn-soft-warning {
    background-color: rgba(241, 116, 37, 0.2) !important;
    border: 1px solid rgba(241, 116, 37, 0.2) !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);
}

.dark .btn-soft-warning:hover,
.dark .btn-soft-warning:focus,
.dark .btn-soft-warning:active,
.dark .btn-soft-warning.active,
.dark .btn-soft-warning.focus {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #ffffff !important;
}

.dark .btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.dark .btn-outline-warning:hover,
.dark .btn-outline-warning:focus,
.dark .btn-outline-warning:active,
.dark .btn-outline-warning.active,
.dark .btn-outline-warning.focus,
.dark .btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.dark .btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.dark .btn-info:hover,
.dark .btn-info:focus,
.dark .btn-info:active,
.dark .btn-info.active,
.dark .btn-info.focus {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}

.dark .btn-soft-info {
    background-color: rgba(23, 162, 184, 0.2) !important;
    border: 1px solid rgba(23, 162, 184, 0.2) !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);
}

.dark .btn-soft-info:hover,
.dark .btn-soft-info:focus,
.dark .btn-soft-info:active,
.dark .btn-soft-info.active,
.dark .btn-soft-info.focus {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
}

.dark .btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent;
}

.dark .btn-outline-info:hover,
.dark .btn-outline-info:focus,
.dark .btn-outline-info:active,
.dark .btn-outline-info.active,
.dark .btn-outline-info.focus,
.dark .btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.dark .btn-danger {
    background-color: #EC716B !important;
    border: 1px solid #EC716B !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.dark .btn-danger:hover,
.dark .btn-danger:focus,
.dark .btn-danger:active,
.dark .btn-danger.active,
.dark .btn-danger.focus {
    background-color: #d46660 !important;
    border-color: #d46660 !important;
    color: #ffffff !important;
}

.dark .btn-soft-danger {
    background-color: rgba(228, 63, 82, 0.2) !important;
    border: 1px solid rgba(228, 63, 82, 0.2) !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);
}

.dark .btn-soft-danger:hover,
.dark .btn-soft-danger:focus,
.dark .btn-soft-danger:active,
.dark .btn-soft-danger.active,
.dark .btn-soft-danger.focus {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #ffffff !important;
}

.dark .btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.dark .btn-outline-danger:hover,
.dark .btn-outline-danger:focus,
.dark .btn-outline-danger:active,
.dark .btn-outline-danger.active,
.dark .btn-outline-danger.focus,
.dark .btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.dark .btn-dark {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.dark .btn-dark:hover,
.dark .btn-dark:focus,
.dark .btn-dark:active,
.dark .btn-dark.active,
.dark .btn-dark.focus {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #ffffff !important;
}

.dark .btn-soft-dark {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.dark .btn-soft-dark:hover,
.dark .btn-soft-dark:focus,
.dark .btn-soft-dark:active,
.dark .btn-soft-dark.active,
.dark .btn-soft-dark.focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.dark .btn-outline-dark {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.dark .btn-outline-dark:hover,
.dark .btn-outline-dark:focus,
.dark .btn-outline-dark:active,
.dark .btn-outline-dark.active,
.dark .btn-outline-dark.focus,
.dark .btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.dark .btn-muted {
    background-color: #9bacc4 !important;
    border: 1px solid #9bacc4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.dark .btn-muted:hover,
.dark .btn-muted:focus,
.dark .btn-muted:active,
.dark .btn-muted.active,
.dark .btn-muted.focus {
    background-color: #7b91b1 !important;
    border-color: #7b91b1 !important;
    color: #ffffff !important;
}

.dark .btn-soft-muted {
    background-color: rgba(155, 172, 196, 0.2) !important;
    border: 1px solid rgba(155, 172, 196, 0.2) !important;
    color: #9bacc4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.dark .btn-soft-muted:hover,
.dark .btn-soft-muted:focus,
.dark .btn-soft-muted:active,
.dark .btn-soft-muted.active,
.dark .btn-soft-muted.focus {
    background-color: #9bacc4 !important;
    border-color: #9bacc4 !important;
    color: #ffffff !important;
}

.dark .btn-outline-muted {
    border: 1px solid #9bacc4;
    color: #9bacc4;
    background-color: transparent;
}

.dark .btn-outline-muted:hover,
.dark .btn-outline-muted:focus,
.dark .btn-outline-muted:active,
.dark .btn-outline-muted.active,
.dark .btn-outline-muted.focus,
.dark .btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #9bacc4;
    border-color: #9bacc4;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.dark .btn-light {
    background-color: #253649 !important;
    border: 1px solid #253649 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
    box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
}

.dark .btn-light:hover,
.dark .btn-light:focus,
.dark .btn-light:active,
.dark .btn-light.active,
.dark .btn-light.focus {
    background-color: #141d27 !important;
    border-color: #141d27 !important;
    color: #ffffff !important;
}

.dark .btn-soft-light {
    background-color: rgba(37, 54, 73, 0.2) !important;
    border: 1px solid rgba(37, 54, 73, 0.2) !important;
    color: #253649 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
    box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
}

.dark .btn-soft-light:hover,
.dark .btn-soft-light:focus,
.dark .btn-soft-light:active,
.dark .btn-soft-light.active,
.dark .btn-soft-light.focus {
    background-color: #253649 !important;
    border-color: #253649 !important;
    color: #ffffff !important;
}

.dark .btn-outline-light {
    border: 1px solid #253649;
    color: #253649;
    background-color: transparent;
}

.dark .btn-outline-light:hover,
.dark .btn-outline-light:focus,
.dark .btn-outline-light:active,
.dark .btn-outline-light.active,
.dark .btn-outline-light.focus,
.dark .btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #253649;
    border-color: #253649;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
    box-shadow: 0 3px 5px 0 rgba(37, 54, 73, 0.3);
}

.dark .btn-blue {
    background-color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.dark .btn-blue:hover,
.dark .btn-blue:focus,
.dark .btn-blue:active,
.dark .btn-blue.active,
.dark .btn-blue.focus {
    background-color: #1f9077 !important;
    border-color: #1f9077 !important;
    color: #ffffff !important;
}

.dark .btn-soft-blue {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #24AE8F !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);
}

.dark .btn-soft-blue:hover,
.dark .btn-soft-blue:focus,
.dark .btn-soft-blue:active,
.dark .btn-soft-blue.active,
.dark .btn-soft-blue.focus {
    background-color: #24AE8F !important;
    border-color: #24AE8F !important;
    color: #ffffff !important;
}

.dark .btn-outline-blue {
    border: 1px solid #24AE8F;
    color: #24AE8F;
    background-color: transparent;
}

.dark .btn-outline-blue:hover,
.dark .btn-outline-blue:focus,
.dark .btn-outline-blue:active,
.dark .btn-outline-blue.active,
.dark .btn-outline-blue.focus,
.dark .btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #24AE8F;
    border-color: #24AE8F;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.dark .btn-footer {
    background-color: #243447 !important;
    border: 1px solid #243447 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
    box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
}

.dark .btn-footer:hover,
.dark .btn-footer:focus,
.dark .btn-footer:active,
.dark .btn-footer.active,
.dark .btn-footer.focus {
    background-color: #131c25 !important;
    border-color: #131c25 !important;
    color: #ffffff !important;
}

.dark .btn-soft-footer {
    background-color: rgba(36, 52, 71, 0.2) !important;
    border: 1px solid rgba(36, 52, 71, 0.2) !important;
    color: #243447 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
    box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
}

.dark .btn-soft-footer:hover,
.dark .btn-soft-footer:focus,
.dark .btn-soft-footer:active,
.dark .btn-soft-footer.active,
.dark .btn-soft-footer.focus {
    background-color: #243447 !important;
    border-color: #243447 !important;
    color: #ffffff !important;
}

.dark .btn-outline-footer {
    border: 1px solid #243447;
    color: #243447;
    background-color: transparent;
}

.dark .btn-outline-footer:hover,
.dark .btn-outline-footer:focus,
.dark .btn-outline-footer:active,
.dark .btn-outline-footer.active,
.dark .btn-outline-footer.focus,
.dark .btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #243447;
    border-color: #243447;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
    box-shadow: 0 3px 5px 0 rgba(36, 52, 71, 0.3);
}

.dark .btn.btn-dark {
    color: #1f2d3d !important;
    background: #ffffff;
    border: 1px solid #495057 !important;
}

.dark .btn.btn-dark:hover,
.dark .btn.btn-dark:focus,
.dark .btn.btn-dark:active,
.dark .btn.btn-dark.active,
.dark .btn.btn-dark.focus {
    background-color: #f2f2f2 !important;
    color: #1f2d3d !important;
}

.dark .btn.btn-soft-dark {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #495057 !important;
}

.dark .btn.btn-soft-dark:hover,
.dark .btn.btn-soft-dark:focus,
.dark .btn.btn-soft-dark:active,
.dark .btn.btn-soft-dark.active,
.dark .btn.btn-soft-dark.focus {
    color: #1f2d3d !important;
}

.dark .btn.btn-outline-dark {
    border: 1px solid #495057 !important;
    color: #ffffff !important;
    background-color: transparent;
}

.dark .btn.btn-outline-dark:hover,
.dark .btn.btn-outline-dark:focus,
.dark .btn.btn-outline-dark:active,
.dark .btn.btn-outline-dark.active,
.dark .btn.btn-outline-dark.focus {
    background-color: #ffffff !important;
    color: #1f2d3d !important;
}

.dark .btn.btn-light {
    color: #ffffff !important;
    border-color: #6c757d !important;
}

.dark .btn.btn-light:hover,
.dark .btn.btn-light:focus,
.dark .btn.btn-light:active,
.dark .btn.btn-light.active,
.dark .btn.btn-light.focus {
    background-color: #364f6b !important;
    color: #ffffff !important;
}

.dark .btn.btn-soft-light {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #6c757d !important;
}

.dark .btn.btn-soft-light:hover,
.dark .btn.btn-soft-light:focus,
.dark .btn.btn-soft-light:active,
.dark .btn.btn-soft-light.active,
.dark .btn.btn-soft-light.focus {
    color: #ffffff !important;
}

.dark .btn.btn-outline-light {
    border-color: #6c757d !important;
    color: #ffffff !important;
}

.dark .btn.btn-outline-light:hover,
.dark .btn.btn-outline-light:focus,
.dark .btn.btn-outline-light:active,
.dark .btn.btn-outline-light.active,
.dark .btn.btn-outline-light.focus {
    background-color: #364f6b !important;
    color: #ffffff !important;
}

.dark button:not(:disabled) {
    outline: none;
}

.dark .shadow {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15) !important;
}

.dark .shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
}

.dark .badge-white {
    background-color: #1f2d3d !important;
    color: #ffffff !important;
}

.dark .badge-outline-white {
    background-color: transparent !important;
    color: #1f2d3d !important;
    border: 1px solid #1f2d3d !important;
}

.dark .badge-primary {
    background-color: #24AE8F !important;
    color: #ffffff !important;
}

.dark .badge-outline-primary {
    background-color: transparent !important;
    color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
}

.dark .badge-secondary {
    background-color: #5a6d90 !important;
    color: #ffffff !important;
}

.dark .badge-outline-secondary {
    background-color: transparent !important;
    color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
}

.dark .badge-success {
    background-color: #2eca8b !important;
    color: #ffffff !important;
}

.dark .badge-outline-success {
    background-color: transparent !important;
    color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
}

.dark .badge-warning {
    background-color: #f17425 !important;
    color: #ffffff !important;
}

.dark .badge-outline-warning {
    background-color: transparent !important;
    color: #f17425 !important;
    border: 1px solid #f17425 !important;
}

.dark .badge-info {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.dark .badge-outline-info {
    background-color: transparent !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.dark .badge-danger {
    background-color: #e43f52 !important;
    color: #ffffff !important;
}

.dark .badge-outline-danger {
    background-color: transparent !important;
    color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
}

.dark .badge-dark {
    background-color: #ffffff !important;
    color: #ffffff !important;
}

.dark .badge-outline-dark {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.dark .badge-muted {
    background-color: #9bacc4 !important;
    color: #ffffff !important;
}

.dark .badge-outline-muted {
    background-color: transparent !important;
    color: #9bacc4 !important;
    border: 1px solid #9bacc4 !important;
}

.dark .badge-light {
    background-color: #253649 !important;
    color: #ffffff !important;
}

.dark .badge-outline-light {
    background-color: transparent !important;
    color: #253649 !important;
    border: 1px solid #253649 !important;
}

.dark .badge-blue {
    background-color: #24AE8F !important;
    color: #ffffff !important;
}

.dark .badge-outline-blue {
    background-color: transparent !important;
    color: #24AE8F !important;
    border: 1px solid #24AE8F !important;
}

.dark .badge-footer {
    background-color: #243447 !important;
    color: #ffffff !important;
}

.dark .badge-outline-footer {
    background-color: transparent !important;
    color: #243447 !important;
    border: 1px solid #243447 !important;
}

.dark .badge.badge-dark {
    color: #1f2d3d !important;
    background-color: #ffffff !important;
}

.dark .badge.badge-outline-dark {
    color: #ffffff !important;
    border: 1px solid #cccccc !important;
    background-color: transparent !important;
}

.dark .badge.badge-light {
    color: #ffffff !important;
    background-color: #253649 !important;
}

.dark .badge.badge-outline-light {
    border: 1px solid #253649 !important;
}

.dark .alert-white {
    background-color: #28394e;
    color: #ffffff;
    border-color: #1f2d3d;
}

.dark .alert-white .alert-link {
    color: black;
}

.dark .alert-outline-white {
    background-color: #1f2d3d;
    color: #1f2d3d;
    border-color: #1f2d3d;
}

.dark .alert-primary {
    background-color: #4466d8;
    color: #ffffff;
    border-color: #24AE8F;
}

.dark .alert-primary .alert-link {
    color: #122258;
}

.dark .alert-outline-primary {
    background-color: #1f2d3d;
    color: #24AE8F;
    border-color: #24AE8F;
}

.dark .alert-secondary {
    background-color: #65799f;
    color: #ffffff;
    border-color: #5a6d90;
}

.dark .alert-secondary .alert-link {
    color: #1f2632;
}

.dark .alert-outline-secondary {
    background-color: #1f2d3d;
    color: #5a6d90;
    border-color: #5a6d90;
}

.dark .alert-success {
    background-color: #3ed397;
    color: #ffffff;
    border-color: #2eca8b;
}

.dark .alert-success .alert-link {
    color: #124d35;
}

.dark .alert-outline-success {
    background-color: #1f2d3d;
    color: #2eca8b;
    border-color: #2eca8b;
}

.dark .alert-warning {
    background-color: #f3833d;
    color: #ffffff;
    border-color: #f17425;
}

.dark .alert-warning .alert-link {
    color: #753208;
}

.dark .alert-outline-warning {
    background-color: #1f2d3d;
    color: #f17425;
    border-color: #f17425;
}

.dark .alert-info {
    background-color: #1ab6cf;
    color: #ffffff;
    border-color: #17a2b8;
}

.dark .alert-info .alert-link {
    color: #062a30;
}

.dark .alert-outline-info {
    background-color: #1f2d3d;
    color: #17a2b8;
    border-color: #17a2b8;
}

.dark .alert-danger {
    background-color: #e75566;
    color: #ffffff;
    border-color: #e43f52;
}

.dark .alert-danger .alert-link {
    color: #79111d;
}

.dark .alert-outline-danger {
    background-color: #1f2d3d;
    color: #e43f52;
    border-color: #e43f52;
}

.dark .alert-dark {
    background-color: white;
    color: #ffffff;
    border-color: #ffffff;
}

.dark .alert-dark .alert-link {
    color: #b3b3b3;
}

.dark .alert-outline-dark {
    background-color: #1f2d3d;
    color: #ffffff;
    border-color: #ffffff;
}

.dark .alert-muted {
    background-color: #abb9cd;
    color: #ffffff;
    border-color: #9bacc4;
}

.dark .alert-muted .alert-link {
    color: #495f7d;
}

.dark .alert-outline-muted {
    background-color: #1f2d3d;
    color: #9bacc4;
    border-color: #9bacc4;
}

.dark .alert-light {
    background-color: #2e435a;
    color: #ffffff;
    border-color: #253649;
}

.dark .alert-light .alert-link {
    color: black;
}

.dark .alert-outline-light {
    background-color: #1f2d3d;
    color: #253649;
    border-color: #253649;
}

.dark .alert-blue {
    background-color: #4466d8;
    color: #ffffff;
    border-color: #24AE8F;
}

.dark .alert-blue .alert-link {
    color: #122258;
}

.dark .alert-outline-blue {
    background-color: #1f2d3d;
    color: #24AE8F;
    border-color: #24AE8F;
}

.dark .alert-footer {
    background-color: #2d4158;
    color: #ffffff;
    border-color: #243447;
}

.dark .alert-footer .alert-link {
    color: black;
}

.dark .alert-outline-footer {
    background-color: #1f2d3d;
    color: #243447;
    border-color: #243447;
}

.dark .alert.alert-dark {
    background-color: #ffffff;
    color: #253649;
    border-color: #495057;
}

.dark .alert.alert-light {
    background-color: #253649;
    color: #ffffff;
    border-color: #253649;
}

.dark .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.dark .breadcrumb .breadcrumb-item:after {
    color: #ffffff;
}

.dark .pagination .page-item .page-link {
    color: #ffffff;
    border: 1px solid #495057;
    background: #1f2d3d;
}

.dark .pagination .page-item .page-link:hover {
    color: #ffffff !important;
}

.dark .pagination .active a {
    color: #ffffff;
}

.dark .faq-content .card {
    background: #1f2d3d;
}

.dark .faq-content .card a.faq[data-toggle=collapse].collapsed {
    color: #ffffff !important;
}

.dark .faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    color: #ffffff !important;
}

.dark .nav-pills {
    background: #30465f;
}

.dark .nav-pills .nav-link {
    color: #ffffff !important;
}

.dark .nav-pills .nav-link.active {
    color: #ffffff !important;
}

.dark .progress-box .progress {
    background: #495057;
}

.dark .blockquote {
    border-left: 3px solid #adb5bd;
    border-radius: 6px;
    font-size: 16px;
}

.dark .form-group {
    margin-bottom: 20px;
}

.dark .form-group label {
    /*font-size: 14px;*/
    font-weight: 700;
}

.dark .form-group .form-control {
    background-color: #1f2d3d;
    border: 1px solid #6c757d;
    color: #adb5bd;
}

.dark .form-group .form-control::-webkit-input-placeholder {
    color: #adb5bd;
}

.dark .form-group .form-control:-ms-input-placeholder {
    color: #adb5bd;
}

.dark .form-group .form-control::-ms-input-placeholder {
    color: #adb5bd;
}

.dark .form-group .form-control::placeholder {
    color: #adb5bd;
}

.dark .custom-radio .custom-control-label::before,
.dark .custom-checkbox .custom-control-label::before,
.dark .custom-switch .custom-control-label::before,
.dark .custom-control-input:disabled~.custom-control-label::before,
.dark .custom-control-input[disabled]~.custom-control-label::before {
    background: #1f2d3d;
}

.dark .subcribe-form input {
    background-color: rgba(31, 45, 61, 0.8);
}

.dark .table-responsive .table {
    color: #ffffff;
}

.dark .table-responsive .table td,
.dark .table-responsive .table th {
    border-top-color: #495057;
}

.dark .table-responsive .table thead th {
    border-bottom-color: #495057;
}

.dark .table-responsive .table-center tbody tr:hover {
    color: #ffffff;
    background-color: #495057;
}

.dark .modal-content {
    background: #1f2d3d;
}

.dark .modal-content .modal-header button.close {
    color: #ffffff;
}

.dark .modal-content .modal-header,
.dark .modal-content .modal-footer {
    border-color: #6c757d;
}

.dark .modal-open {
    padding-right: 0 !important;
}

.dark #preloader {
    background-image: linear-gradient(45deg, #1f2d3d, #1f2d3d);
}

.dark .social-icon li a,
.dark .social-icon .social li a {
    color: #adb5bd;
    border: 1px solid #adb5bd;
}

.dark .social-icon li a:hover,
.dark .social-icon .social li a:hover {
    color: #ffffff !important;
}

.dark .back-to-top {
    color: #ffffff;
    background-color: #495057;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark .back-to-top:hover {
    color: #1f2d3d;
}

.dark .media-list .sub-comment {
    border-left: 2px dashed #495057;
}

.dark .sidebar .widget .widget-search input[type="text"],
.dark .sidebar .widget .searchform input[type="text"] {
    background: #1f2d3d !important;
}

.dark .sidebar .widget .widget-search ::-webkit-input-placeholder,
.dark .sidebar .widget .searchform ::-webkit-input-placeholder {
    color: #adb5bd;
}

.dark .sidebar .widget .widget-search :-ms-input-placeholder,
.dark .sidebar .widget .searchform :-ms-input-placeholder {
    color: #adb5bd;
}

.dark .sidebar .widget .widget-search ::-ms-input-placeholder,
.dark .sidebar .widget .searchform ::-ms-input-placeholder {
    color: #adb5bd;
}

.dark .sidebar .widget .widget-search ::placeholder,
.dark .sidebar .widget .searchform ::placeholder {
    color: #adb5bd;
}

.dark .sidebar .blog-catagories li a {
    color: #adb5bd !important;
}

.dark .sidebar .post-recent .post-recent-content a {
    color: #adb5bd !important;
}

.dark .sidebar .tagcloud>a {
    background: #253649 !important;
    color: #adb5bd !important;
}

.dark .sidebar .tagcloud>a:hover {
    color: #ffffff !important;
}

.dark #countdown .count-down,
.dark #eventdown .count-down {
    color: #ffffff !important;
    border: 4px solid #adb5bd;
}

.dark #eventdown .count-down {
    border: 0;
}

.dark #clock {
    color: #ffffff;
}

.dark .play-btn {
    color: #1f2d3d;
}

.dark .crypto-table,
.dark .course-feature {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark .catagories:hover {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark .footer {
    background: #243447;
    color: #adb5bd;
}

.dark .footer .logo-footer {
    color: #ffffff;
}

.dark .footer .footer-head {
    color: #ffffff !important;
}

.dark .footer .foot-subscribe .form-control {
    background-color: #354d69;
    border: 1px solid #354d69;
    color: #253649;
}

.dark .footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

.dark .footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}

.dark .footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}

.dark .footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}

.dark .footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

.dark .footer .text-foot {
    color: #adb5bd;
}

.dark .footer .footer-list li a:hover {
    color: #e6e8ea;
}

.dark hr {
    border-top: 1px solid #32373b;
}

.dark .agency-wrapper:before {
    background-color: rgba(25, 133, 129, 0.2);
	z-index: 0;
}

.dark .flex-control-paging li a {
    background: #1f2d3d;
}

.dark .bg-animation-left:after {
    background: rgba(31, 45, 61, 0.85) !important;
}

.dark .bg-animation-left.dark-left:after {
    background: rgba(31, 45, 61, 0.6) !important;
}

.dark .pricing-rates {
    border-bottom: 3px solid #dee2e6;
}

.dark .team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark .customer-testi .content:before {
    border: 8px solid #ffffff;
    border-color: transparent #1f2d3d #1f2d3d transparent;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(255, 255, 255, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(255, 255, 255, 0.15);
}

.dark .work-container .overlay-work,
.dark .courses-desc .overlay-work {
    background-color: #ffffff;
}

.dark .event-schedule .date .day {
    border: 2px solid #1f2d3d;
}

.dark .event-schedule:hover {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    background: #253649 !important;
}

.dark .courses-desc:hover {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark #style-switcher .t-dark,
.dark #style-switcher .t-rtl-light,
.dark #style-switcher .t-ltr-dark {
    display: none;
}

.dark #style-switcher .t-light,
.dark #style-switcher .t-rtl-dark {
    display: inline-block;
}

@media (min-width: 769px) {
    .dark .bg-studio:after {
        background: #1f2d3d none repeat scroll 0 0;
    }
}

.dark body {
    color: #ffffff;
    background-color: #1f2d3d !important;
	float:left;
}

.dark ::-moz-selection {
    color: #ffffff;
}

.dark ::selection {
    color: #ffffff;
}

.dark .bg-overlay {
    background-color: rgba(31, 45, 61, 0.7);
}

.dark .bg-overlay-gradient {
    background-color: rgba(47, 85, 212, 0.5);
}

.dark .bg-overlay-gradient2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#24AE8F), to(#2eca8b));
    background-image: linear-gradient(90deg, #2eca8b, #24AE8F, #2eca8b);
}

.dark .bg-overlay-white {
    background-color: rgba(0, 0, 0, 0.4);
}

.dark .text-shadow-title {
    text-shadow: 2px 0 0 #1f2d3d, -2px 0 0 #1f2d3d, 0 4px 0 rgba(31, 45, 61, 0.4), 0 -2px 0 #1f2d3d, 1px 1px #1f2d3d, -1px -1px 0 #1f2d3d, 1px -1px 0 #1f2d3d, -1px 1px 0 #1f2d3d;
}

.dark .title-dark {
    color: #ffffff !important;
}

.dark .para-dark {
    color: #9bacc4 !important;
}

.dark #topnav .logo {
    color: #ffffff !important;
}

.dark #topnav .has-submenu.active a {
    color: #1f2d3d;
}

.dark #topnav .has-submenu .submenu .submenu-arrow {
    border: solid #ffffff;
    border-width: 2px 0 0 2px;
}

.dark #topnav .navbar-toggle span {
    background-color: #ffffff;
}

.dark #topnav .navigation-menu>li>a {
    color: #ffffff;
}

.dark #topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.dark #topnav.scroll {
    background-color: #1f2d3d;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark #topnav.scroll .navigation-menu>li>a {
    color: #ffffff;
}

.dark #topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #ffffff;
}

.dark #topnav.nav-sticky {
    background: #1f2d3d;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.dark .page-next-level h1,h2{
	color: #fff;
}

.dark .card-body{
	color: #fff;
}
.dark .sidebar .widget .widget-title{
    color: #fff;
}
@media (min-width: 992px) {
    .dark #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.15);
        border-color: transparent #1f2d3d #1f2d3d transparent;
    }
    .dark #topnav .navigation-menu>li .submenu {
        background-color: #1f2d3d;
        -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    }
    .dark #topnav .navigation-menu>li .submenu:before {
        border: 7px solid #f8f9fa;
        border-color: transparent transparent #1f2d3d #1f2d3d;
        -webkit-box-shadow: -2px 2px 2px -1px rgba(255, 255, 255, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(255, 255, 255, 0.15);
    }
    .dark #topnav .navigation-menu>li .submenu li a {
        color: #ffffff !important;
    }
    .dark #topnav .navigation-menu>li .submenu li a:hover {
        color: #24AE8F !important;
    }    
}

@media (max-width: 991px) {
    .dark #topnav {
        background-color: #1f2d3d;
        -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    }
    .dark #topnav .navigation-menu>li .submenu li a {
        color: #ffffff !important;
    }
    .dark #topnav .navigation-menu>li .submenu li a:hover {
        color: #24AE8F !important;
    }      
    .dark #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        color: #9bacc4;
    }
    .dark #topnav .navigation-menu>li>a {
        color: #ffffff;
    }
    .dark #topnav .menu-extras .menu-item {
        border-color: #9bacc4;
    }
    .dark #navigation {
        border-top: 1px solid #223142;
        border-bottom: 1px solid #223142;
        background-color: #1f2d3d;
    }
}

html {
    direction: rtl;
}

body {
    text-align: right;
    /*overflow: hidden;*/
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

dd {
    margin-right: 0 !important;
}

.list-inline-item:not(:last-child) {
    margin-left: 0px;
    margin-right: auto;
}

.list-unstyled {
    padding-right: 0 !important;
    padding-left: auto !important;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.modal-open {
    padding-left: 0 !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ml-auto {
    margin-right: auto;
    margin-left: 0 !important;
}

.mr-auto {
    margin-left: auto;
    margin-right: 0 !important;
}

.mr-1,
.mx-1 {
    margin-left: 4px !important;
    margin-right: auto !important;
}

.mr-2,
.mx-2 {
    margin-left: 8px !important;
    margin-right: auto !important;
}

.mr-3,
.mx-3 {
    margin-left: 16px !important;
    margin-right: auto !important;
}

.mr-4,
.mx-4 {
    margin-left: 24px !important;
    margin-right: auto !important;
}

.mr-5,
.mx-5 {
    margin-left: 48px !important;
    margin-right: auto !important;
}

.ml-1,
.mx-1 {
    margin-right: 4px !important;
    margin-left: auto !important;
}

.ml-2,
.mx-2 {
    margin-right: 8px !important;
    margin-left: auto !important;
}

.ml-3,
.mx-3 {
    margin-right: 16px !important;
    margin-left: auto !important;
}

.ml-4,
.mx-4 {
    margin-right: 24px !important;
    margin-left: auto !important;
}

.ml-5,
.mx-5 {
    margin-right: 48px !important;
    margin-left: auto !important;
}

.pr-1,
.px-1 {
    padding-left: 4px !important;
    padding-right: auto !important;
}

.pr-2,
.px-2 {
    padding-left: 8px !important;
    padding-right: auto !important;
}

.pr-3,
.px-3 {
    padding-left: 16px !important;
    padding-right: auto !important;
}

.pr-4,
.px-4 {
    padding-left: 24px !important;
    padding-right: auto !important;
}

.pr-5,
.px-5 {
    padding-left: 48px !important;
    padding-right: auto !important;
}

.pl-1,
.px-1 {
    padding-right: 4px !important;
    padding-left: auto !important;
}

.pl-2,
.px-2 {
    padding-right: 8px !important;
    padding-left: auto !important;
}

.pl-3,
.px-3 {
    padding-right: 16px !important;
    padding-left: auto !important;
}

.pl-4,
.px-4 {
    padding-right: 24px !important;
    padding-left: auto !important;
}

.pl-5,
.px-5 {
    padding-right: 48px !important;
    padding-left: 1rem !important;
}

@media (min-width: 992px) {
    .mr-lg-2,
    .mx-lg-2 {
        margin-left: 8px !important;
        margin-right: auto !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-left: 16px !important;
        margin-right: auto !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-left: 24px !important;
        margin-right: auto !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-left: 48px !important;
        margin-right: auto !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-right: 16px !important;
        margin-left: auto !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-right: 24px !important;
        margin-left: auto !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-right: 48px !important;
        margin-left: auto !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-right: 16px !important;
        padding-left: auto !important;
    }
    .text-lg-left {
        text-align: right !important;
    }
    .offset-lg-4 {
        margin-right: 33.333333%;
    }
    .offset-lg-6 {
        margin-right: 50%;
    }
}

@media (min-width: 768px) {
    .ml-md-4,
    .mx-md-4 {
        margin-right: 24px !important;
        margin-left: 0 !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-left: 24px !important;
        margin-right: 0 !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-left: 16px !important;
        padding-right: 0 !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-right: 16px !important;
        padding-left: 0 !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-right: 48px !important;
        padding-left: 0 !important;
    }
    .text-md-left {
        text-align: right !important;
    }
    .text-md-right {
        text-align: left !important;
    }
}

.alert.alert-dismissible {
    padding: 8px 15px 8px 30px;
}

.alert.alert-dismissible .close {
    left: -10px !important;
    right: auto;
}

.breadcrumb .breadcrumb-item {
    margin-left: 0px !important;
}

.breadcrumb .breadcrumb-item:before {
    content: "\e900";
    font-family: 'icomoon';
    color: #3c4858;
    padding-left: 5px;
    vertical-align: middle;
}

.dark .breadcrumb .breadcrumb-item:before{
    color:#ffffff;
}

.breadcrumb .breadcrumb-item:after {
    display: none;
}

.breadcrumb .breadcrumb-item:first-child:before {
    display: none;
}

.pagination .page-item:last-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-item:first-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card .faq .card-header {
    padding-left: 40px !important;
    padding-right: auto !important;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    left: 20px;
    right: auto;
}

.nav {
    padding-right: 0;
    padding-right: auto;
}

.progress-box .progress .progress-value {
    left: -15px;
    right: auto;
}

.blockquote {
    border-right: 3px solid #adb5bd;
    border-left: 0;
}

.subcribe-form input {
    padding-left: 160px;
    padding-right: 30px;
}

.subcribe-form button {
    left: 6px;
    right: auto;
}

.input-group>.input-group-append>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.back-to-top {
    right: 30px;
    left: auto;
}

.back-to-home {
    left: 2%;
    right: auto;
}

/*#preloader #status .spinner .double-bounce1,*/
/*#preloader #status .spinner .double-bounce2 {*/
/*    right: 0 !important;*/
/*    left: auto;*/
/*}*/

.blog .author,
.blog .teacher {
    right: 5%;
}

.blog .course-fee {
    left: 5%;
    right: auto;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    padding-left: 45px;
    padding-right: auto;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    left: 10px;
    right: auto;
}

.sidebar .widget .widget-search .searchform:after {
    left: 16px;
    right: auto;
}

.sidebar .widget .catagories span {
    float: left !important;
}

.sidebar .widget .post-recent .post-recent-content {
    padding-right: 10px;
    padding-left: auto;
}

.media-list .sub-comment {
    border-right: 2px dashed #6c757d;
    border-left: 0;
}

.form-group {
    text-align: right;
}

.form-group .icons {
    right: 18px;
    left: auto;
}

.custom-control {
    padding-right: 1.5rem;
    padding-left: 0;
}

.custom-control.custom-switch {
    padding-right: 2.25rem !important;
}

.custom-control-label:before,
.custom-control-label:after {
    right: -1.5rem;
}

.form-check-inline {
    margin-right: 0;
    padding-left: .75rem;
}

.custom-control-inline {
    margin-left: 1rem;
    margin-right: 0;
}

.custom-switch .custom-control-label:before {
    right: -2.35rem;
}

.custom-switch .custom-control-label:after {
    left: calc(-2.25rem + 2px);
}

.custom-select {
    padding: .375rem .75rem .375rem 1.75rem !important;
    background-position: left 0.75rem center !important;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem !important;
}

.modal-footer> :not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

.modal-footer> :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem;
}

.features .image:before {
    left: -15px;
    right: auto;
    -webkit-transform: rotate(222deg) !important;
    transform: rotate(222deg) !important;
}

.key-feature .icon,
.key-feature .icons {
    margin-right: 0 !important;
}

.bg-animation-left:after {
    right: 0px;
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.bg-animation-left.crypto-home:after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%);
}

.agency-wrapper:before {
    left: 54rem;
    right: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.classic-app-image .bg-app-shape:after {
    right: -8rem;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.classic-app-image .app-images {
    left: -20px;
    right: auto;
}

.app-feature-shape-right:after {
    left: -5rem;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.app-feature-shape-left:after {
    right: -5rem;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.classic-saas-image .bg-saas-shape:after {
    right: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.saas-feature-shape-left:after {
    right: -10rem;
    left: auto;
}

.saas-feature-shape-right:after {
    left: -10rem;
    right: auto;
}

.pricing-rates.best-plan .lable {
    left: -65px;
    right: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.slick-slider {
    direction: ltr;
}

.customer-testi.media img {
    margin-right: 16px !important;
    margin-left: auto !important;
}

.customer-testi.media .content {
    text-align: left !important;
}

.job-box .head {
    left: 15px;
    right: auto;
}

.job-box .position {
    right: 15px;
    left: auto;
}

.work-container .content {
    right: 5% !important;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
    left: 5%;
    right: auto;
}

.courses-desc .collection {
    top: 15px;
    right: 15px;
}

.courses-desc .preview {
    bottom: 15px;
    left: 15px;
}

#style-switcher .t-rtl-dark {
    display: none;
}

#style-switcher .t-ltr-dark {
    display: inline-block;
}

.social-feature-left:before {
    left: -200px;
    right: auto;
}

.social-feature-right:before {
    right: -200px;
    left: auto;
}

@media (min-width: 769px) {
    .bg-studio:after {
        left: 0px;
    }
}

@media (max-width: 768px) {
    .agency-wrapper:before {
        left: 12rem;
    }
    .app-feature-shape-right:after {
        left: -10rem;
    }
    .app-feature-shape-left:after {
        right: -10rem;
    }
}

@media (max-width: 767px) {
    .agency-wrapper:before {
        left: 0;
    }
    .company-logo {
        float: none !important;
        text-align: right !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: right !important;
    }
    .text-sm-right {
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    .social-feature-left:before {
        left: 60px;
        right: auto;
    }
    .social-feature-right:before {
        right: 60px;
        left: auto;
    }
}

#topnav .logo {
    float: right;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border-width: 2px 0px 0px 2px;
    left: 20px;
    right: auto;
}

#topnav .buy-button {
    float: left;
    padding: 3px 0;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    left: -1px;
    right: auto;
}

#topnav .menu-extras {
    float: left;
}

@media (min-width: 992px) {
    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        margin-right: -15px;
        margin-left: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #topnav .navigation-menu>li .submenu {
        right: 0;
        left: auto;
    }
    #topnav .navigation-menu>li .submenu:before {
        right: 11px;
        left: auto;
    }
    #topnav .navigation-menu>li .submenu li ul {
        padding-right: 0;
        padding-left: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        right: 100%;
        margin-right: 10px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        right: 106%;
        left: auto;
        margin-right: 10px;
    }
    #topnav .navigation-menu>li.last-elements .submenu {
        right: auto;
        left: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 12px;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        right: 106%;
        left: 100%;
        margin-right: 0;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    #topnav .navigation-menu>li .submenu {
        padding-right: 20px;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        padding-right: 0;
        padding-left: auto;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        left: 20px;
        right: auto;
    }
    #navigation {
        right: 0;
        left: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        left: 16px;
        right: auto;
    }
    #topnav .navigation-menu .has-submenu .submenu .submenu-arrow {
        border-width: 0px 2px 2px 0px;
    }
}

@media (max-width: 375px) {
    #topnav .navbar-toggle .lines {
        margin-left: 0 !important;
         margin-right: 15px !important;
    }
}
/* Custom Css */
input[type=email],input[type=password]{
	direction:ltr;
	text-align:left;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    direction:rtl;
	text-align:right;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    direction:rtl;
	text-align:right;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    direction:rtl;
	text-align:right;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    direction:rtl;
	text-align:right;
}
::-ms-input-placeholder { /* Microsoft Edge */
    direction:rtl;
	text-align:right;
}

::placeholder { /* Most modern browsers support this now. */
    direction:rtl;
	text-align:right;
}

.enfont{
	font-family: danaEn
}
img.logo{
	width:56px;
}
input~.error,
textarea~.error,
select~.error {
 right:auto;
 left:-10px
}
input~.error,
textarea~.error,
select~.error {
 position:absolute;
 left:0;
 top:9px;
 background:#e6604a;
 color:#fff;
 font-size:11px;
 line-height:18px;
 padding:2px 10px;
 border-radius:2px;
 z-index:9;
 white-space:nowrap
}
input~.error:after,
textarea~.error:after,
select~.error:after {
 position:absolute;
 content:'';
 height:0;
 width:0;
 border-left:5px solid transparent;
 border-right:5px solid #e6604a;
 border-bottom:5px solid transparent;
 bottom:-5px;
 left:3px
}
.rules p{
	font-size:12px;
}
.rules h5{
	font-size:14px;
}
.rules li{
	font-size:12px;
}
.bg-half-100 {
    padding: 100px 0 130px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}
.button-landing{
	display: flex;
	justify-content: space-evenly;
}
.max-height-375{
	max-height: 375px;
}
@media (max-width: 767px) {
    .max-height-350 {
		max-height: 350px;
    }
}
.text-align-center{
	text-align: center;
}
.modal{
    z-index: 9999999999;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #24AE8F;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.gcaptcha{max-width:5px;}
@media (max-height: 385px){ #rc-imageselect, .g-recaptcha { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }}