* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #233d63;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}

/*===== container =======*/
.container {
    max-width: 1200px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

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

.text-black {
    color: #233d63 !important;
}

.text-color-2 {
    color: #7e3cf9 !important;
}

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

.text-color-4 {
    color: #358ff7 !important;
}

.text-color-5 {
    color: #38bb0c !important;
}

.svg-icon-color-1 path {
    fill: #7e3cf9;
}

.svg-icon-color-2 path {
    fill: #f68a03;
}

.svg-icon-color-3 path {
    fill: #358ff7;
}

.svg-icon-color-4 path {
    fill: #38bb0c;
}

.border-bottom-gray {
    border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}

/*====== padding =======*/
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section--padding {
    padding-top: 120px;
    padding-bottom: 90px;
}

.pt-100px {
    padding-top: 100px !important;
}

.pt-90px {
    padding-top: 90px !important;
}

.pt-80px {
    padding-top: 80px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pb-90px {
    padding-bottom: 90px !important;
}

.pb-80px {
    padding-bottom: 80px !important;
}

.pe-150px {
    padding-right: 150px !important;
}

.ps-150px {
    padding-left: 150px !important;
}

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

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

.rounded-full {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

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

.fs-12 {
    font-size: 12px !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.lh-55 {
    line-height: 55px !important;
}

.lh-18 {
    line-height: 18px !important;
}

/*-================== loading-area ==============-*/
.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.loader .spinner .path {
    stroke: #254485;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

/*======== section-block =========*/
.section-block {
    height: 1px;
    background-color: rgba(127, 136, 151, 0.1);
}

.hover-underline:hover {
    text-decoration: underline;
}

/*======== ribbon =========*/
.ribbon {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 22px;
    background-color: rgba(246, 138, 3, 0.1);
    color: #f68a03;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ribbon-lg {
    font-size: 16px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 28px;
}

/*---------------- section-heading ----------------*/
.section-heading {
    position: relative;
    z-index: 1;
}

.section__title {
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section__title.fs-70 {
        font-size: 45px !important;
    }
}

.section__desc {
    line-height: 32px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section__title br,
    .section__desc br {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section__title br,
    .section__desc br {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section__title br,
    .section__desc br {
        display: none;
    }
}

/*======== section-divider ========*/
.section-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #254485;
    width: 90px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.section-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: dot-move;
    animation-name: dot-move;
}

/*======= section--divider =======*/
.section--divider {
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section--divider:after {
    top: -0.1px;
    width: 5px;
    -webkit-animation-name: dot-move2;
    animation-name: dot-move2;
}

/*======== generic-list-item =========*/
.generic-list-item li {
    color: #7f8897;
    line-height: 24px;
    margin-bottom: 10px;
}

.generic-list-item li a {
    color: #7f8897;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.generic-list-item li a:hover {
    color: #254485;
}

/*============ generic-list-item-bullet =========*/
.generic-list-item-bullet li {
    position: relative;
    padding-left: 16px;
}

.generic-list-item-bullet li::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(128, 137, 150, 0.6);
}


/*====== social-icons =====*/
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li a {
    color: #233d63;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-icons li a:hover {
    color: #254485;
}

/*====== social-icons-styled =====*/
.social-icons-styled li a {
    color: #233d63;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(35, 61, 99, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.social-icons-styled li a:hover {
    color: #fff;
    background-color: #254485;
}

.social-icons-styled li a.facebook-bg,
.social-icons-styled li a.twitter-bg,
.social-icons-styled li a.instagram-bg,
.social-icons-styled li a.linkedin-bg,
.social-icons-styled li a.youtube-bg {
    color: #fff;
}

.social-icons-styled li a.facebook-bg {
    background-color: #3e5b99;
}

.social-icons-styled li a.twitter-bg {
    background-color: #3aaae1;
}

.social-icons-styled li a.instagram-bg {
    background-color: #dd493d;
}

.social-icons-styled li a.linkedin-bg {
    background-color: #358ff7;
}

.social-icons-styled li a.youtube-bg {
    background-color: #ff0000;
}

#scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    color: #7f8897;
    font-size: 18px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#scroll-top:hover {
    background-color: #254485;
    color: #fff;
}

/*========= theme-btn ========*/
.theme-btn {
    background-color: #254485;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}
.theme-btn:hover {
    background-color: #ef6767;
    color: #fff;
}

.theme-btn:hover .icon {
    padding-left: 5px;
}

.icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*===== theme-btn-white ======*/
.theme-btn-white {
    background-color: #fff;
    color: #233d63;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}
.theme-btn-white:hover {
    background-color: #254485;
    color: #fff;
}

.theme-btn-white:hover svg {
    fill: #f1e77f;
}

/*===== theme-btn-sm ======*/
.theme-btn-sm {
    padding: 6px 14px;
    font-size: 14px;
}

.icon-element {
    color: #233d63;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.icon-element-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

/*===== theme-picker-btn =====*/
.theme-picker-btn {
    font-size: 14px;
    color: #233d63;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
}

.theme-picker-btn svg {
    width: 19px;
    height: 19px;
    fill: transparent;
    stroke: rgba(0, 0, 0, 0.7);
    transition: stroke 0.2s;
}

.light-mode-btn {
    display: none;
}

/*======== info-box =========*/
.info-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    padding: 50px 40px 42px 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
    text-align: center;
}

.info-box .info__title {
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.info-box::before {
    position: absolute;
    content: "";
    top: 30%;
    left: -90px;
    width: 540px;
    height: 540px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transform: translateY(100%) rotate(10deg);
    -moz-transform: translateY(100%) rotate(10deg);
    -ms-transform: translateY(100%) rotate(10deg);
    -o-transform: translateY(100%) rotate(10deg);
    transform: translateY(100%) rotate(10deg);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .info-box::before {
        width: 640px;
    }
}

.info-box:hover {
    border-color: #254485;
    background-color: #254485;
}

.info-box:hover .info__title,
.info-box:hover .info__text {
    color: #fff;
}

.info-box:hover:before {
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
}

.info-box:hover .info-overlay::before,
.info-box:hover .info-overlay::after {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
}

.info-box:hover .info-overlay::after {
    transition-delay: 0.1s;
}

/*======== info-overlay =========*/
.info-overlay:before,
.info-overlay:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -90px;
    width: 540px;
    height: 540px;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transform: translateY(100%) rotate(10deg);
    -moz-transform: translateY(100%) rotate(10deg);
    -ms-transform: translateY(100%) rotate(10deg);
    -o-transform: translateY(100%) rotate(10deg);
    transform: translateY(100%) rotate(10deg);
    background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .info-overlay:before,
    .info-overlay:after {
        width: 640px;
    }
}

.info-overlay:after {
    top: 70%;
    background-color: rgba(255, 255, 255, 0.3);
}

/*==== category-item =====*/
.category-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.category-item .cat__img {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-item .category-content {
    position: absolute;
    text-align: center;
    padding-top: 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-item .cat__title {
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

.category-item .cat__title a {
    color: #fff;
}

.category-item .cat__meta {
    margin-top: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-item .btn {
    opacity: 0;
    visibility: hidden;
}

.category-item::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 0.7;
    content: "";
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-item:hover .category-content {
    padding-top: 0;
}

.category-item:hover .cat__meta {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.category-item:hover .btn {
    opacity: 1;
    visibility: visible;
}

.category-item:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-btn-box {
        text-align: left !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .category-btn-box {
        text-align: left !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .category-btn-box {
        text-align: left !important;
    }
}
.category-carousel .owl-stage-outer {
    padding: 40px;
    margin: -40px;
}


/*-========= counter-item ===========-*/
.counter-item {
    margin-bottom: 30px;
    text-align: center;
}

.counter-item .counter__title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #233d63;
}

.counter-item .counter__meta {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-item:hover .icon-element {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}


.body-overlay {
    background: rgba(30, 30, 28, 0.9);
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1024;
}
.body-overlay.active {
    opacity: 1;
    visibility: visible;
}
/*===== owl-action-styled =======*/
@media (max-width: 480px) {
    .owl-action-styled .owl-nav {
        text-align: center;
    }
}

.owl-action-styled .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
    box-shadow: 0 6px 30px rgba(82, 85, 90, 0.1);
    background-color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 480px) {
    .owl-action-styled .owl-nav div {
        display: inline-block;
        position: inherit;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

.owl-action-styled .owl-nav div:hover {
    background-color: #254485;
    color: #fff;
}

.owl-action-styled .owl-nav div.owl-prev {
    left: 20px;
}

@media (max-width: 480px) {
    .owl-action-styled .owl-nav div.owl-prev {
        left: auto;
        margin-right: 10px;
    }
}

.owl-action-styled .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

@media (max-width: 480px) {
    .owl-action-styled .owl-nav div.owl-next {
        right: auto;
    }
}

.owl-action-styled .owl-dots {
    width: 100%;
    text-align: center;
}

.owl-action-styled .owl-dots div {
    width: 14px;
    height: 14px;
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.owl-action-styled .owl-dots div::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.owl-action-styled .owl-dots div.active {
    background-color: #254485;
}

.owl-action-styled .owl-dots div.active::after {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}


.avatar-md {
    width: 65px !important;
    height: 65px !important;
}

/*===== dot-bg =====*/
.dot-bg {
    position: relative;
    z-index: 1;
}

.dot-bg:before,
.dot-bg:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-position: center;
    background-image: url("../../images/dots.png");
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.dot-bg:after {
    top: -80px;
    left: auto;
    bottom: auto;
    right: 0;
}

/*======== ring-shape ========*/
.ring-shape {
    position: absolute;
    border: 2px solid rgba(128, 137, 150, 0.2);
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ring-shape.ring-shape-1 {
    left: 4%;
    top: 15%;
}

.ring-shape.ring-shape-2 {
    left: 10%;
    top: 30%;
}

.ring-shape.ring-shape-3 {
    left: 5%;
    top: 50%;
}

.ring-shape.ring-shape-4 {
    left: 10%;
    bottom: 15%;
}

.ring-shape.ring-shape-5 {
    right: 5%;
    top: 10%;
}

.ring-shape.ring-shape-6 {
    right: 15%;
    top: 30%;
}

.ring-shape.ring-shape-7 {
    right: 6%;
    bottom: 20%;
}

/*============= generic-img-box =================*/
.generic-img-box {
    position: relative;
    height: 100%;
}

.generic-img-box::after {
    position: absolute;
    content: "";
    right: -50px;
    bottom: 150px;
    width: 200px;
    height: 150px;
    background-image: url(../../images/dots.png);
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: 0.2;
    z-index: -1;
}

.generic-img-box .img__item {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .generic-img-box .img__item {
        position: inherit;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .generic-img-box .img__item {
        position: inherit;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .generic-img-box .img__item {
        position: inherit;
    }
}
.generic-img-box .img__item-1 {
    top: 0;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .generic-img-box .img__item-1 {
        top: auto;
        right: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .generic-img-box .img__item-1 {
        top: auto;
        right: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .generic-img-box .img__item-1 {
        top: auto;
        right: auto;
    }
}

.generic-img-box .img__item-2 {
    bottom: 100px;
    left: -60px;
    width: 250px;
    border: 10px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .generic-img-box .img__item-2 {
        bottom: auto;
        left: auto;
        width: 100%;
        border: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .generic-img-box .img__item-2 {
        bottom: auto;
        left: auto;
        width: 100%;
        border: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .generic-img-box .img__item-2 {
        bottom: auto;
        left: auto;
        width: 100%;
        border: 0;
        margin-top: 30px;
    }
}

/*======= half-shape ======*/
.half-shape {
    position: relative;
}

.half-shape::after {
    content: "";
    position: absolute;
    width: 10000px;
    height: 100vh;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
}

/*-===============================
    FEATURE AREA
===============================-*/
.feature-area {
    position: relative;
    z-index: 2;
}

.feature-content-wrap {
    margin-top: -60px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .feature-content-wrap {
        margin-top: 120px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .feature-content-wrap {
        margin-top: 80px;
    }
}

/*======= Responsive column ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-column-half {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column-half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column-half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.card {
    color: inherit !important;
}

/*======== card-item =========*/
.card-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border: 0;
}

.card-item .card-title {
    color: #233d63;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 1px;
    font-size: 20px;
}

.card-item .card-title a {
    color: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.card-item .card-title a:hover {
    color: #254485;
}

.card-item .card-text a {
    color: #7f8897;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.card-item .card-text a:hover {
    color: #254485;
}

.card-item .card-body {
    padding: 1.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}

/*======== card-image =========*/
.card-image {
    position: relative;
}

.card-image .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-image .course-badge-labels {
    position: absolute;
    top: 10px;
    left: 10px;
}

/*======= course-badge =======*/
.course-badge {
    background-color: #f68a03;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.course-badge.blue {
    background-color: #358ff7;
}

.course-badge.green {
    background-color: #38bb0c;
}

/*======== media-card =======*/
.media-card .media-img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.media-card .media-img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.media-card .media-body h5 {
    color: #233d63;
    font-weight: 600;
    line-height: 18px;
}

/*-========= header-menu-area ==========-*/
.header-menu-area {
    position: relative;
    z-index: 1023;
}

.dashboard-menu-content {
    width: calc(100% - 320px);
    margin-right: auto;
}

@media (max-width: 1199px) {
    .dashboard-menu-content {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-menu-content .menu-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-menu-content .menu-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .dashboard-menu-content .menu-wrapper {
        margin-top: 0;
    }
}

.dashboard-menu-content .row {
    margin-left: 0;
    margin-right: 0;
}

/*===== header top =====*/
@media (max-width: 1440px) {
    .header-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top {
        text-align: center;
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-top {
        text-align: center;
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-top {
        text-align: center;
        display: none;
    }
}

/*===== header-widget =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-widget .generic-list-item {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-widget .generic-list-item {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-widget .generic-list-item {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.header-widget .generic-list-item li {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-widget.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-widget.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-widget.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
/*====== header-menu-content =======*/
.header-menu-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .header-menu-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.header-menu-content.fixed-top {
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
}

/*====== off-canvas-menu-toggle =======*/
.search-menu-toggle,
.off-canvas-menu-toggle {
    display: none;
    cursor: pointer;
}

@media (max-width: 1199px) {

    .search-menu-toggle,
    .off-canvas-menu-toggle {
        display: inline-block;
    }
}

.search-menu-toggle:hover,
.off-canvas-menu-toggle:hover {
    color: #254485;
}

.logo-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 1199px) {
    .logo-box {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.logo-box .logo {
    display: inline-block;
}

/*====== menu-category =======*/
@media (max-width: 1199px) {
    .menu-category {
        display: none;
    }
}

.menu-category > ul > li {
    position: relative;
}

.menu-category > ul > li a {
    color: #233d63;
    text-transform: capitalize;
    padding-bottom: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-category > ul > li a:hover {
    color: #254485;
}

.menu-category > ul > li .cat-dropdown-menu {
    position: absolute;
    left: 0;
    top: 60px;
    width: 320px;
    background-color: #fff;
    display: block;
    padding: 25px 0 25px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.menu-category > ul > li .cat-dropdown-menu > li {
    margin-bottom: 8px;
    position: relative;
}

.menu-category > ul > li .cat-dropdown-menu > li:last-child {
    margin-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li > a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li > a .la-angle-right {
    font-size: 13px;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
    position: absolute;
    top: -24px;
    left: 96%;
    width: 280px;
    background-color: #fff;
    padding: 25px 0 25px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    visibility: hidden;
    opacity: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li {
    margin-bottom: 5px;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li:last-child {
    margin-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a {
    color: #7f8897;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin-left: 30px;
    padding-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:after {
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 1px;
    right: 0;
    background-color: #254485;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover {
    color: #254485;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu.active {
    display: block;
}

.menu-category > ul > li .cat-dropdown-menu > li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.menu-category > ul > li .cat-dropdown-menu:after {
    top: -8px;
    content: "";
    position: absolute;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.menu-category > ul > li:hover .cat-dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 43px;
}

/*===== main-menu-content ======*/
.main-menu-content {
    position: relative;
}

@media (max-width: 1199px) {
    .main-menu-content {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 1199px) {

    .main-menu-content .col-lg-2,
    .main-menu-content .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*===== menu-wrapper ======*/
.menu-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 1199px) {
    .menu-wrapper {
        display: none;
    }
}

.menu-wrapper form {
    width: 350px;
    margin-right: 25px;
    margin-left: 25px;
}

@media (max-width: 1366px) {
    .menu-wrapper form {
        width: 300px;
    }
}

@media (max-width: 1280px) {
    .menu-wrapper form {
        width: 280px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*===== main-menu ======*/
.main-menu {
    margin-right: 18px;
}

.main-menu > ul > li {
    display: inline-block;
    margin-right: 18px;
    text-transform: capitalize;
    position: relative;
}

.main-menu > ul > li.mega-menu-has {
    position: static;
}

.main-menu > ul > li a {
    font-size: 15px;
    color: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 33px;
}

.main-menu > ul > li a:hover {
    color: #254485;
}

.main-menu > ul > li:last-child {
    margin-right: 0;
}

.main-menu > ul > li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 60px;
    width: 220px;
    background-color: #fff;
    padding: 15px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    opacity: 0;
    visibility: hidden;
}

.main-menu > ul > li .dropdown-menu-item > li {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.main-menu > ul > li .dropdown-menu-item > li:last-child {
    margin-bottom: 0;
}

.main-menu > ul > li .dropdown-menu-item > li > a {
    color: #7f8897;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-menu > ul > li .dropdown-menu-item > li > a:hover {
    color: #254485;
}

.main-menu > ul > li .dropdown-menu-item > li .menu-banner img {
    object-fit: cover;
}

.main-menu > ul > li .mega-menu {
    top: 95px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu > ul > li .mega-menu > ul > li {
    margin-bottom: 0;
    border-left: 1px solid rgba(128, 137, 150, 0.1);
    padding: 15px 30px;
}

.main-menu > ul > li .mega-menu > ul > li:first-child {
    padding-left: 0;
    border-left: 0;
}

.main-menu > ul > li .mega-menu > ul > li:last-child {
    border-left: 0;
    padding-right: 0;
}

.main-menu > ul > li .mega-menu > ul > li > a {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu > ul > li:hover .dropdown-menu-item {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.main-menu > ul > li:hover .mega-menu {
    top: 70px;
}

.menu-banner-content {
    z-index: 2;
}

.menu-banner-content .btn {
    padding-bottom: 6px;
    line-height: 28px;
    display: block;
}

.menu-banner-content .btn:hover {
    color: #fff;
}

.down-button {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    text-align: center;
    height: 22px;
    line-height: 20px;
    background-color: rgba(128, 137, 150, 0.1);
    color: #7f8897;
    display: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.down-button .la {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.down-button.active .la {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.down-button:hover {
    color: #fff;
    background-color: #254485;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .down-button {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .down-button {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .down-button {
        display: block;
    }
}

/*====== off-canvas-menu-close =======*/
.off-canvas-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.off-canvas-menu-close i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.off-canvas-menu-close:hover {
    color: #254485;
}

.off-canvas-menu-close:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*====== off-canvas-menu-heading =======*/
.off-canvas-menu-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #7f8897;
    font-weight: 700;
}

/*====== off-canvas-menu =======*/
.off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 325px;
    height: 100vh;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 1035;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 375px) {
    .off-canvas-menu {
        width: 320px;
    }
}

.main-off-canvas-menu.active,
.category-off-canvas-menu.active,
.ser-off-canvas-menu.active,
.user-off-canvas-menu.active,
.off--canvas-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/*====== off-canvas-menu-list ========*/
.off-canvas-menu-list li {
    margin-bottom: 0;
    font-size: 15px;
}

.off-canvas-menu-list li svg {
    fill: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.off-canvas-menu-list li a {
    background-color: #fff;
    color: #233d63;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 20px;
    border-right: 2px solid transparent;
}

.off-canvas-menu-list li a.theme-btn {
    background-color: #254485 !important;
    width: 50px;
    margin: 0 20px;
    text-align: center;
    justify-content: center;
}


.off-canvas-menu-list li .sub-menu {
    display: none;
}

.off-canvas-menu-list li .sub-menu li a {
    color: #7f8897;
}

.off-canvas-menu-list li .sub-menu li a:hover {
    color: #254485;
}

/*-=========== hero-slider ==========-*/
@media (max-width: 480px) {
    .hero-slider .owl-nav {
        display: none;
    }
}

.hero-slider .hero-slider-item .section__title,
.hero-slider .hero-slider-item .section__desc {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    visibility: hidden;
}

.hero-slider .hero-slider-item .hero-btn-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.hero-slider .owl-nav div {
    background-color: rgba(255, 255, 255, 0.1);
}

.hero-slider .owl-dots {
    position: relative;
    bottom: 45px;
}

@media (max-width: 991px) {
    .hero-slider .owl-dots {
        bottom: 50px;
    }
}

@media (max-width: 480px) {
    .hero-slider .owl-dots {
        bottom: 30px;
    }
}

.hero-slider .owl-dots div {
    border-color: #fff;
}

.hero-slider .owl-item.active .section__title,
.hero-slider .owl-item.active .section__desc,
.hero-slider .owl-item.active .hero-btn-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hero-slider .owl-item.active .section__title {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hero-slider .owl-item.active .section__desc {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.hero-slider .owl-item.active .hero-btn-box {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

/*-=========== hero-slider-item ==========-*/
.hero-slider-item {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}

@media (max-width: 480px) {
    .hero-slider-item {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.hero-slider-item:after {
    display: none;
}

.hero-slider-item:before {
    display: none;
}

/*-=========== hero-content ==========-*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content .section__title {
        font-size: 40px !important;
        line-height: 55px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content .section__title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content form {
        width: 100% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content form {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content form {
        width: 100% !important;
    }
}
/*======= footer-item ==========*/
.footer-item {
    margin-bottom: 40px;
}

.copy-desc {
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-desc {
        padding-bottom: 5px;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-desc {
        padding-bottom: 5px;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-desc {
        padding-bottom: 5px;
        text-align: center;
    }
}

.copy-desc a {
    color: #7f8897;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.copy-desc a:hover {
    color: #254485;
}
/*===== dark-theme ======*/
.dark-theme {
    background-color: #1b1b1b !important;
    color: #eeeeee;
    /*===== general =====*/
    /*===== generic-list-item =====*/
    /*===== main-menu =====*/
    /*===== form--control =====*/
    /*===== hero-slider-item =====*/
    /*===== menu-category =====*/
    /*===== cart-dropdown-menu =====*/
    /*====== info-box =====*/
    /*===== info-overlay ======*/
    /*===== category-item ======*/
    /*===== generic-tab ======*/
    /*===== card ======*/
    /*===== tooltipster ======*/
    /*===== owl-action-styled ======*/
    /*===== button ======*/
    /*===== stroke-shape ======*/
    /*===== menu-banner-content ======*/
    /*===== off-canvas-menu-list ======*/
    /*===== select-container ======*/
    /*===== select-container ======*/
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme .generic-tab .nav-link,
.dark-theme .form-group .search-icon,
.dark-theme .media-card .media-body h5,
.dark-theme .card-item .card-title,
.dark-theme .review-stars span.rating-number,
.dark-theme .label-text,
.dark-theme .copy-desc a:hover,
.dark-theme .category-item-layout-2 .category-content,
.dark-theme .category-item-layout-2 .cat__title,
.dark-theme .info--box:hover .info__title,
.dark-theme .info--box:hover .info__text,
.dark-theme .filter-nav li a,
.dark-theme .pagination-box .page-link,
.dark-theme .modal-container .close,
.dark-theme .modal-container .close:hover span,
.dark-theme .generic-accordion .card-header .btn,
.dark-theme .helpful-action .btn:hover,
.dark-theme .lecture-overview-item .generic-list-item li span,
.dark-theme .lecture-owner-decription strong,
.dark-theme .question-overview-filter-item .generic-action-wrap .theme-btn,
.dark-theme .generic-action-wrap .dropdown-menu .dropdown-item,
.dark-theme .replay-action-bar .btn-group .btn,
.dark-theme .lecture-viewer-content-detail .generic-list-item li strong,
.dark-theme .sidebar-open,
.dark-theme .sidebar-close,
.dark-theme .rating-result-text,
.dark-theme .light-mode-btn,
.dark-theme .skill-bar-percent,
.dark-theme .btn,
.dark-theme .icon-element,
.dark-theme #scroll-top,
.dark-theme .file-upload-wrap .file-upload-text,
.dark-theme .profile-detail .generic-list-item li .profile-name,
.dark-theme .generic-table,
.dark-theme .message-reply-body .emojionearea-editor,
.dark-theme .bootstrap-tagsinput input,
.dark-theme .jqte *,
.dark-theme .social--icons-styled li a,
.dark-theme .sub-nav-toggler,
.dark-theme .portfolio-filter li,
.dark-theme .qtyBtn,
.dark-theme .qtyInput,
.dark-theme .payment-tab-toggle>label {
    color: #eeeeee;
}

.dark-theme .light-mode-btn {
    display: block;
}

.dark-theme .dark-mode-btn {
    display: none;
}

.dark-theme .shadow-sm {
    box-shadow: inset 0 0 0 #777, 0 2px 2px rgba(0, 0, 0, 0.6) !important;
}

.dark-theme .bg-white {
    background-color: #1b1b1b !important;
}

.dark-theme .bg-gray {
    background-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .bg-radial-gradient-gray {
    background: rgb(56, 56, 56) !important;
    background: radial-gradient(circle, rgb(56, 56, 56) 0%, rgb(27, 27, 27) 100%) !important;
}

.dark-theme .off-canvas-menu-list li a,
.dark-theme .off-canvas-menu,
.dark-theme .pagination-box .page-link,
.dark-theme .mobile-search-form,
.dark-theme .modal-content,
.dark-theme .custom--control-label-boxed,
.dark-theme .course-dashboard-sidebar-column,
.dark-theme .course-dashboard-sidebar-wrap,
.dark-theme .lecture-viewer-text-wrap,
.dark-theme .custom-control-label::before,
.dark-theme .dashboard-message-wrapper,
.dark-theme .message-reply-body .emojionearea-editor,
.dark-theme .jqte_formats,
.dark-theme .generic-accordion-layout-2 .card-header .btn {
    background-color: #292929;
}

.dark-theme .replay-question-wrap,
.dark-theme .new-question-wrap,
.dark-theme .half-shape::after,
.dark-theme .list-group-item,
.dark-theme .jqte_editor,
.dark-theme .jqte_source,
.dark-theme .iti__country-list,
.dark-theme .qtyInput,
.dark-theme .payment-tab {
    background-color: #1b1b1b;
}

.dark-theme .icon-element,
.dark-theme .owl-action-styled .owl-nav div,
.dark-theme #scroll-top,
.dark-theme .level-timeline::before,
.dark-theme .conversation-item .message-body,
.dark-theme .conversation-item .message-body::after,
.dark-theme .social--icons-styled li a,
.dark-theme .select2-dropdown,
.dark-theme .sub-nav-toggler {
    background-color: #3a3a3a;
}

.dark-theme .theme-picker-btn svg {
    stroke: #eeeeee;
}

.dark-theme .border-gray {
    border-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .border-top-gray {
    border-top-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .border-right-gray {
    border-right-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .border-bottom-gray {
    border-bottom-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .border-left-gray {
    border-left-color: rgba(238, 238, 238, 0.1) !important;
}

.dark-theme .footer__logo,
.dark-theme .logo img {
    -webkit-filter: brightness(900%) brightness(200%);
    filter: brightness(900%) brightness(200%);
}

.dark-theme .menu-category>ul>li a,
.dark-theme .shop-cart-btn,
.dark-theme .media-card .media-body h5 a,
.dark-theme .card-item .card-title a,
.dark-theme .collapse--btn,
.dark-theme .meta-tags a,
.dark-theme .number-upvotes button,
.dark-theme .quiz-nav li p a,
.dark-theme .quiz-nav li a {
    color: #eeeeee;
}

.dark-theme .menu-category>ul>li a:hover,
.dark-theme .shop-cart-btn:hover,
.dark-theme .media-card .media-body h5 a:hover,
.dark-theme .card-item .card-title a:hover,
.dark-theme .collapse--btn:hover,
.dark-theme .meta-tags a:hover,
.dark-theme .number-upvotes button:hover,
.dark-theme .quiz-nav li p a:hover,
.dark-theme .quiz-nav li a:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .text-black {
    color: #eeeeee !important;
}

.dark-theme .rating-total,
.dark-theme .card-item .card-text a,
.dark-theme .before-price {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .text-black-50,
.dark-theme .text-gray {
    color: rgba(238, 238, 238, 0.6) !important;
}

.dark-theme .section-block,
.dark-theme .ribbon,
.dark-theme .pagination-box .page-link:hover,
.dark-theme .list-group-item-action:focus,
.dark-theme .list-group-item-action:hover,
.dark-theme .off--canvas-menu-list li.page-active a,
.dark-theme .file-upload-wrap .file-upload-input:hover,
.dark-theme .jqte_toolbar,
.dark-theme .iti--separate-dial-code .iti__selected-flag,
.dark-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.dark-theme .iti__country.iti__highlight {
    background-color: rgba(238, 238, 238, 0.1);
}

.dark-theme .divider span {
    background-color: #eeeeee;
}

.dark-theme .off-canvas-menu-list li svg {
    fill: #eeeeee;
}

.dark-theme .off--canvas-menu-list li.page-active svg {
    fill: #358ff7;
}

.dark-theme img {
    filter: brightness(0.7) contrast(1.2);
}

.dark-theme .generic-list-item li {
    color: #eeeeee;
}

.dark-theme .generic-list-item li a {
    color: #eeeeee;
}

.dark-theme .generic-list-item li a:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .main-menu>ul>li a {
    color: #eeeeee;
}

.dark-theme .main-menu>ul>li a:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .main-menu>ul>li .dropdown-menu-item {
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.dark-theme .main-menu>ul>li .dropdown-menu-item>li>a {
    color: #eeeeee;
}

.dark-theme .main-menu>ul>li .dropdown-menu-item>li>a:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .bootstrap-tagsinput,
.dark-theme .select-container .dropdown-menu .bs-searchbox .form-control,
.dark-theme .select2-container--default,
.dark-theme .select2-search__field,
.dark-theme .form--control {
    background-color: rgba(238, 238, 238, 0.1);
    color: #eeeeee;
}

.dark-theme .bootstrap-tagsinput:focus,
.dark-theme .select-container .dropdown-menu .bs-searchbox .form-control:focus,
.dark-theme .select2-container--default:focus,
.dark-theme .select2-search__field:focus,
.dark-theme .form--control:focus {
    border-color: rgba(238, 238, 238, 0.4);
}

.dark-theme .bootstrap-tagsinput::-webkit-input-placeholder,
.dark-theme .select-container .dropdown-menu .bs-searchbox .form-control::-webkit-input-placeholder,
.dark-theme .select2-container--default::-webkit-input-placeholder,
.dark-theme .select2-search__field::-webkit-input-placeholder,
.dark-theme .form--control::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .bootstrap-tagsinput:-ms-input-placeholder,
.dark-theme .select-container .dropdown-menu .bs-searchbox .form-control:-ms-input-placeholder,
.dark-theme .select2-container--default:-ms-input-placeholder,
.dark-theme .select2-search__field:-ms-input-placeholder,
.dark-theme .form--control:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .bootstrap-tagsinput::placeholder,
.dark-theme .select-container .dropdown-menu .bs-searchbox .form-control::placeholder,
.dark-theme .select2-container--default::placeholder,
.dark-theme .select2-search__field::placeholder,
.dark-theme .form--control::placeholder {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .hero-slider-item:after {
    background-color: #1b1b1b;
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu {
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu li .sub-menu {
    background-color: #292929;
    border: 1px solid rgba(238, 238, 238, 0.05);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu li .sub-menu a {
    color: #eeeeee;
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu li .sub-menu a:after {
    background-color: rgba(238, 238, 238, 0.6);
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu li .sub-menu a:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .menu-category>ul>li .cat-dropdown-menu:after {
    border-bottom-color: #292929;
}

.dark-theme .cart-dropdown-menu {
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.dark-theme .cart-dropdown-menu:after {
    border-bottom-color: #292929;
}

.dark-theme .info-box {
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.dark-theme .info-box:before {
    background-color: rgba(27, 27, 27, 0.3);
}

.dark-theme .info-overlay:before {
    background-color: rgba(27, 27, 27, 0.5);
}

.dark-theme .info-overlay:after {
    background-color: rgba(27, 27, 27, 0.6);
}

.dark-theme .category-item::after {
    background-color: #1b1b1b;
}

.dark-theme .generic-tab .nav-link:hover {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .generic-tab .nav-link.active {
    color: #1b1b1b;
    -webkit-box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1);
    -moz-box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1);
    box-shadow: 0 6px 25px rgba(41, 41, 41, 0.1);
}

.dark-theme .card,
.dark-theme .category-item-layout-2,
.dark-theme .filter-bar {
    background-color: #292929;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.dark-theme .card-item .card-text a:hover {
    color: #eeeeee;
}

.dark-theme .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #292929;
}

.dark-theme .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #292929;
}

.dark-theme .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #292929;
}

.dark-theme .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #292929;
}

.dark-theme .owl-action-styled .owl-nav div {
    color: #eeeeee;
}

.dark-theme .owl-action-styled .owl-nav div:hover {
    background-color: #254485;
}

.dark-theme .theme-btn-white {
    background-color: #3a3a3a;
    color: #eeeeee;
}

.dark-theme .theme-btn-white:hover {
    background-color: #fff;
    color: #1b1b1b;
}

.dark-theme .theme-btn-white:hover svg {
    stroke: #1b1b1b;
}

.dark-theme .theme-btn-transparent {
    color: #eeeeee;
    border-color: rgba(238, 238, 238, 0.1);
}

.dark-theme .theme-btn-transparent:hover {
    border-color: rgba(238, 238, 238, 0.5);
}

.dark-theme .generic-list-item-boxed li:hover {
    border-color: rgba(238, 238, 238, 0.5);
}

.dark-theme .stroke-shape {
    background-color: #eeeeee;
}

.dark-theme .menu-banner-content .btn:hover {
    color: #1b1b1b;
}

.dark-theme .off-canvas-menu-list li .sub-menu li a {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .off-canvas-menu-list li .sub-menu li a:hover {
    color: #eeeeee;
}

.dark-theme .select-container .dropdown-toggle,
.dark-theme .dropdown-menu,
.dark-theme .filter-nav li a,
.dark-theme .pagination-box,
.dark-theme .pagination-box .page-link {
    background-color: #3a3a3a;
}

.dark-theme .filter-nav li a.active {
    background-color: #eeeeee;
    color: #1b1b1b;
}

.dark-theme .select-container .dropdown-toggle {
    color: #eeeeee;
}

.dark-theme .select-container .show>.btn-light.dropdown-toggle {
    background-color: #3a3a3a;
    color: #eeeeee;
    border-color: rgba(238, 238, 238, 0.2);
}

.dark-theme .select-container .dropdown-item {
    color: rgba(238, 238, 238, 0.6);
}

.dark-theme .select-container .dropdown-item.active {
    background-color: rgba(238, 238, 238, 0.2);
    color: #eeeeee;
}

.dark-theme .select-container .dropdown-item.active:hover {
    background-color: rgba(238, 238, 238, 0.2);
}

.dark-theme .select-container .dropdown-item:hover {
    background-color: rgba(238, 238, 238, 0.02);
    color: #eeeeee;
}

.dark-theme .cart-dropdown-menu li,
.dark-theme .iti__divider {
    border-bottom-color: rgba(238, 238, 238, 0.1);
}

.dark-theme .file-upload-wrap-2 .file-upload-input,
.dark-theme .file-upload-wrap .file-upload-input,
.dark-theme .list-group-item,
.dark-theme .iti__country-list {
    border-color: rgba(238, 238, 238, 0.1);
}

.dark-theme .level-timeline .level-active,
.dark-theme #scroll-top:hover,
.dark-theme .message-sent .message-body,
.dark-theme .message-sent .message-body::after,
.dark-theme .generic-accordion-layout-2 .card-header .btn[aria-expanded=true] {
    background-color: #254485;
}

.dark-theme .media-card .media--img {
    border-color: #3a3a3a;
}

.dark-theme .portfolio-filter li.active {
    color: #254485;
}

/*-========= media style  ==========-*/
.media {
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-body h5 a {
    text-decoration: none;
}
