/*------- primary color -------*/
/*------- end of primary color -------*/
/*------- custom css -------*/
html {
    height: 100%;
}

body {
    position: relative;
}

html, body {
    color: #999999;
    background-color: white;
    font-weight: 400;
    letter-spacing: 0.03rem;
}

.container.boxed {
    width: 100% !important;
    max-width: 1300px;
}

.content {
    background: #f7f7f7;
    padding: 30px 65px;
}

img {
    -webkit-backface-visibility: hidden;
}

/*--- spacers ---*/
.spacer {
    margin: 15px 0;
    line-height: 0;
}

.spacer-2x {
    margin: 30px 0;
    line-height: 0;
}

.spacer-3x {
    margin: 45px 0;
    line-height: 0;
}

.spacer-line {
    width: 50px;
    line-height: 0;
    border-bottom: 2px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.spacer-line-2x {
    width: 100px;
    line-height: 0;
    border-bottom: 2px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.spacer-line-solid {
    width: 50px;
    line-height: 0;
    border-bottom: 4px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.spacer-line-solid-2x {
    width: 100px;
    line-height: 0;
    border-bottom: 4px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.spacer-line-full-width {
    width: 100%;
    line-height: 0;
    border-bottom: 2px solid #eeeeee;
}

.space {
    margin: 15px !important;
}

.space-2x {
    margin: 30px !important;
}

.space-3x {
    margin: 45px !important;
}

.space-top {
    margin-top: 15px !important;
}

.space-top-2x {
    margin-top: 30px !important;
}

.space-bottom {
    margin-bottom: 15px !important;
}

.space-bottom-2x {
    margin-bottom: 30px !important;
}

.space-left {
    margin-left: 15px !important;
}

.space-left-2x {
    margin-left: 30px !important;
}

.space-right {
    margin-right: 15px !important;
}

.space-right-2x {
    margin-right: 30px !important;
}

.inner-space {
    padding: 15px !important;
}

.inner-space-2x {
    padding: 30px !important;
}

.inner-space-3x {
    padding: 45px !important;
}

.inner-space-top {
    padding-top: 15px !important;
}

.inner-space-top-2x {
    padding-top: 30px !important;
}

.inner-space-bottom {
    padding-bottom: 15px !important;
}

.inner-space-bottom-2x {
    padding-bottom: 30px !important;
}

.inner-space-left {
    padding-left: 15px !important;
}

.inner-space-left-2x {
    padding-left: 30px !important;
}

.inner-space-right {
    padding-right: 15px !important;
}

.inner-space-right-2x {
    padding-right: 30px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

/*--- end of spacers ---*/
/*--- custom colors ---*/
.bg-white {
    background-color: white !important;
}

.bg-black {
    background-color: black !important;
}

.bg-faded {
    background-color: #e9f0f4 !important;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.bg-lightgrey {
    background-color: #eeeeee !important;
}

.bg-grey {
    background-color: #aaaaaa !important;
}

.bg-deepgrey {
    background-color: #222222 !important;
}

.bg-darkgrey {
    background-color: #333333 !important;
}

.bg-inverse {
    background-color: #0b0f90 !important;
}

.bg-primary {
    background-color: #5743ac !important;
}

.bg-primary-hover {
    background-color: #5240bd !important;
}

.bg-secondary {
    background-color: #e9f0f4 !important;
}

.bg-secondary-hover {
    background-color: #cdd4d8 !important;
}

.bg-success {
    background-color: #2bdba1 !important;
}

.bg-info {
    background-color: #21b9d5 !important;
}

.bg-warning {
    background-color: #ffa03b !important;
}

.bg-danger {
    background-color: #f03739 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.w-border {
    border: 1px solid transparent;
}

.w-border-2x {
    border: 2px solid transparent;
}

.w-border-3x {
    border: 3px solid transparent;
}

.border-white {
    border-color: white !important;
}

.border-black {
    border-color: black !important;
}

.border-faded {
    border-color: #e9f0f4 !important;
}

.border-inverse {
    border-color: #333333 !important;
}

.border-primary {
    border-color: #7460ef !important;
}

.border-secondary {
    border-color: #e9f0f4 !important;
}

.border-success {
    border-color: #2bdba1 !important;
}

.border-info {
    border-color: #21b9d5 !important;
}

.border-warning {
    border-color: #ffa03b !important;
}

.border-danger {
    border-color: #f03739 !important;
}

.text-muted {
    color: #e9f0f4 !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-light-grey {
    color: #eeeeee !important;
}

.text-grey {
    color: #aaaaaa !important;
}

.text-primary {
    color: #7460ef !important;
}

.text-secondary {
    color: #e9f0f4 !important;
}

.text-success {
    color: #2bdba1 !important;
}

.text-info {
    color: #21b9d5 !important;
}

.text-warning {
    color: #ffa03b !important;
}

.text-danger {
    color: #f03739 !important;
}

a.text-white:focus, a.text-white:hover {
    color: #f7f7f7 !important;
}

a.text-black:focus, a.text-black:hover {
    color: #555 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #5240bd !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #cdd4d8 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #15b580 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #1397af !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #df7f19 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c41a1c !important;
}

/*--- end of custom colors ---*/
/*--- custom attributes ---*/
.container.full-width {
    width: 100% !important;
    padding: 0 !important;
}

.w80 {
    max-width: 80% !important;
}

.w70 {
    max-width: 70% !important;
}

.w60 {
    max-width: 60% !important;
}

.w50 {
    max-width: 50% !important;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.opc-75 {
    opacity: 0.75 !important;
}

.opc-50 {
    opacity: 0.5 !important;
}

.opc-25 {
    opacity: 0.25 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.content-first {
    z-index: 2 !important;
    position: relative;
}

.content-second {
    z-index: 1 !important;
}

.no-border {
    border: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.rectangle {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-2x {
    border-radius: 10px !important;
}

.pill {
    border-radius: 50px !important;
}

.circle {
    border-radius: 100% !important;
}

h3.sub-title {
    font-size: 1.5rem;
}

.sub-title {
    font-size: 1.25rem;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-auto {
    width: auto !important;
}

.img-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.fa {
    vertical-align: middle;
}

.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

    .animated.fast {
        -webkit-animation-duration: 0.4s !important;
        animation-duration: 0.4s !important;
    }

    .animated.first {
        -webkit-animation-duration: 1.5s !important;
        animation-duration: 1.5s !important;
        animation-delay: 0.5s;
    }

    .animated.second {
        -webkit-animation-duration: 1.6s !important;
        animation-duration: 1.6s !important;
        animation-delay: 1s;
    }

    .animated.third {
        -webkit-animation-duration: 1.5s !important;
        animation-duration: 1.5s !important;
        animation-delay: 1.3s;
    }

    .animated.fourth {
        -webkit-animation-duration: 1.6s !important;
        animation-duration: 1.6s !important;
        animation-delay: 1.8s;
    }

    .animated.fifth {
        -webkit-animation-duration: 1.5s !important;
        animation-duration: 1.5s !important;
        animation-delay: 2s;
    }

    .animated.sixth {
        -webkit-animation-duration: 1.5s !important;
        animation-duration: 1.5s !important;
        animation-delay: 2.5s;
    }

    .animated.seventh {
        -webkit-animation-duration: 1.6s !important;
        animation-duration: 1.6s !important;
        animation-delay: 3.2s;
    }

    .animated.eighth {
        -webkit-animation-duration: 1.5s !important;
        animation-duration: 1.5s !important;
        animation-delay: 3.5s;
    }

    .animated.nineth {
        -webkit-animation-duration: 1.6s !important;
        animation-duration: 1.6s !important;
        animation-delay: 3.8s;
    }

::-moz-selection {
    color: white;
    background: rgba(116, 96, 239, 0.9);
}

::selection {
    color: white;
    background: rgba(116, 96, 239, 0.9);
}

.vcenter {
    display: flex;
    align-items: center;
}

.va-middle {
    vertical-align: middle !important;
}

.parallax {
    background-attachment: fixed !important;
}

.hidden {
    display: none !important;
}

.text-regular {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.title-font {
    font-family: 'Raleway', sans-serif;
}

.primary-font {
    font-family: 'Raleway', sans-serif;
}

.d-inline-block {
    display: inline-block;
}

.after-dropdown {
    margin-left: 10px;
}

.move {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .move:hover {
        transform: translateY(-2px) !important;
    }

.no-move:hover {
    transform: translateY(0) !important;
}

.raised {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1) !important;
}

    .raised.move:hover {
        -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05), 0 3px 12px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05), 0 3px 12px rgba(0, 0, 0, 0.1) !important;
    }

.no-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.count {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #111111;
    background: white;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}

.count-inverse {
    color: white;
    background: #333333;
}

.count-primary {
    color: white;
    background: #7460ef;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*--- end of custom attributes ---*/
/*--- preloader ---*/
.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #01d370;
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/
/*------- end of custom css -------*/
/*------- typography -------*/
html, body {
    font-size: 14px;
    background: #f7f7f7;
}

body {
    z-index: 0;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    letter-spacing: normal;
    margin-top: 0;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: white;
}

a {
    color: #7460ef;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    letter-spacing: 0.03rem;
    font-weight: 400;
    outline: 0 !important;
}

    a:hover, a:active, a:focus {
        color: #5240bd;
        text-decoration: none;
    }

.dark a {
    color: white;
}

    .dark a:hover {
        color: #7460ef;
    }

.bg-primary a:hover {
    color: #aaaaaa;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #999999;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}

.dark p {
    color: #eeeeee;
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
}

ul {
    list-style: none;
    padding: 0;
}

ul, ol {
    padding-left: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.list-featured {
    list-style: none;
    padding: 0;
}

    .list-featured li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 7px;
    }

        .list-featured li:before {
            position: absolute;
            display: block;
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            left: 0;
            top: .4rem;
            background-color: #e8c478;
        }

ol li {
    margin-bottom: 7px;
}

li {
    font-size: 1.1rem !important;
    color: #999999;
    font-size: 1rem;
    letter-spacing: 0.03rem;
}

.dark li {
    color: #eeeeee;
}

.blockquote {
    border-left: 0.2rem solid #7460ef;
    padding: 1rem 1.5rem;
    background: #eeeeee;
}

.blockquote-reverse {
    border-right: 0.2rem solid #7460ef;
    border-left: 0;
}

blockquote p {
    font-size: 1rem;
    font-weight: 400;
}

.blockquote-footer {
    color: #999999;
    background: transparent;
    border: 0;
    padding: 0.75rem 0 0;
}

cite {
    color: #aaaaaa;
    font-size: 0.8rem;
}

.mark, mark {
    background-color: #cdd4d8;
}

b, strong {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.lead {
    font-size: 1.2rem;
}

.text-sm {
    font-size: 0.9rem;
}

.text-xs {
    font-size: 0.75rem;
}

form label {
    color: #fff;
    display: inline-block;
    margin-bottom: .5rem;
}

.md-icon {
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.icon-item-inner {
    background: #e9f0f4;
    padding: 15px 5px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .icon-item-inner:hover {
        background: #7460ef;
    }

    .icon-item-inner i {
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .icon-item-inner:hover i {
        color: white;
    }

    .icon-item-inner .caption-sm {
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .icon-item-inner:hover .caption-sm {
        color: white;
    }

.md-icon.dp10 {
    font-size: 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.md-icon.dp12 {
    font-size: 12px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.md-icon.dp14 {
    font-size: 14px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.md-icon.dp16 {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.md-icon.dp18 {
    font-size: 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.md-icon.dp20 {
    font-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.md-icon.dp24 {
    font-size: 24px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.md-icon.dp30 {
    font-size: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.md-icon.dp36 {
    font-size: 36px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.md-icon.dp48 {
    font-size: 48px;
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.caption {
    font-size: .9rem;
}

.caption-sm {
    font-size: .625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
}

/*------- end of typography -------*/
/*---------- components ----------*/
/*------- alerts-badges -------*/
.alert {
    padding: 25px 20px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert-dismissible .close {
    top: -0.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    position: relative;
}

.close {
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    opacity: .8;
}

.alert-icon {
    line-height: 1;
    vertical-align: middle;
}

.alert-success {
    background-color: #2bdba1;
    border-color: #15b580;
    color: white;
}

    .alert-success .close {
        color: #15b580;
    }

.alert-info {
    background-color: #21b9d5;
    border-color: #1397af;
    color: white;
}

    .alert-info .close {
        color: #1397af;
    }

.alert-warning {
    background-color: #ffa03b;
    border-color: #df7f19;
    color: white;
}

    .alert-warning .close {
        color: #df7f19;
    }

.alert-danger {
    background-color: #f03739;
    border-color: #c41a1c;
    color: white;
}

    .alert-danger .close {
        color: #c41a1c;
    }

.badge {
    color: white;
    font-size: 65%;
    font-weight: 700;
    border-radius: 2px;
    padding: .5em .8em;
}

.badge-pill {
    border-radius: 10rem;
}

.badge-default {
    background-color: #999999;
}

.badge-primary {
    background-color: #7460ef;
}

.badge-success {
    background-color: #2bdba1;
}

.badge-info {
    background-color: #21b9d5;
}

.badge-warning {
    background-color: #ffa03b;
}

.badge-danger {
    background-color: #f03739;
}

/*------- end of alerts-badges -------*/
/*------- buttons -------*/
.btn {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 12px 26px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .btn:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

a.btn, a.btn-social {
    display: inline-block;
}

.btn span {
    vertical-align: middle;
}

.btn.btn-icon span {
    margin-left: 10px;
}

.btn.btn-icon i {
    vertical-align: middle;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 18px 30px;
    font-size: 1.25rem;
    border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 14px;
    font-size: .8rem;
    border-radius: .2px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 6px 10px;
    font-size: .6rem;
    border-radius: 2px;
}

.btn-circle {
    display: inline-block;
    line-height: 1;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    max-width: 50px !important;
    max-height: 50px !important;
}

    .btn-circle i {
        font-size: 1rem;
        line-height: 1.95;
    }

.btn.btn-w-icon .md-icon.dp16 {
    line-height: 1.5rem;
}

.btn-square {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    padding: 3px !important;
}

/*--- button colors ---*/
.btn-primary, .btn-primary:focus, .btn-primary.active {
    color: white !important;
    background-color: #7460ef !important;
    border-color: #7460ef !important;
}

    .btn-primary:hover, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: white !important;
        background-color: #5240bd !important;
        border-color: #5240bd !important;
    }

.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active {
    color: #7460ef !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #7460ef !important;
}

    .btn-outline-primary:hover, .show > .btn-outline-primary.dropdown-toggle {
        color: white !important;
        background-color: #7460ef !important;
        border-color: #7460ef !important;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: white !important;
    background-color: #7460ef !important;
    border-color: #7460ef !important;
    opacity: 0.8 !important;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.active {
    color: #111111 !important;
    background-color: #e9f0f4 !important;
    border-color: #e9f0f4 !important;
}

    .btn-secondary:hover, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #111111 !important;
        background-color: #cdd4d8 !important;
        border-color: #cdd4d8 !important;
    }

.btn-outline-secondary, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active {
    color: #cdd4d8 !important;
    background-image: none;
    background-color: transparent;
    border-color: #cdd4d8 !important;
}

    .btn-outline-secondary:hover, .show > .btn-outline-secondary.dropdown-toggle {
        color: #111111 !important;
        background-color: #cdd4d8 !important;
        border-color: #cdd4d8 !important;
    }

.btn-secondary.disabled, .btn-secondary:disabled {
    color: white !important;
    background-color: #e9f0f4 !important;
    border-color: #e9f0f4 !important;
    opacity: 0.8 !important;
}

.btn-success, .btn-success:focus, .btn-success.active, .btn-success:active {
    color: white !important;
    background-color: #2bdba1 !important;
    border-color: #2bdba1 !important;
}

    .btn-success:hover, .show > .btn-success.dropdown-toggle {
        color: white !important;
        background-color: #15b580 !important;
        border-color: #15b580 !important;
    }

.btn-outline-success, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active {
    color: #2bdba1 !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #2bdba1 !important;
}

    .btn-outline-success:hover, .show > .btn-outline-success.dropdown-toggle {
        color: white !important;
        background-color: #2bdba1 !important;
        border-color: #2bdba1 !important;
    }

.btn-success.disabled, .btn-success:disabled {
    color: white !important;
    background-color: #2bdba1 !important;
    border-color: #2bdba1 !important;
    opacity: 0.8 !important;
}

.btn-info, .btn-info:focus, .btn-info.active, .btn-info:active {
    color: white !important;
    background-color: #01d370 !important;
    border-color: #01d370 !important;
}

    .btn-info:hover, .show > .btn-info.dropdown-toggle {
        color: white !important;
        background-color: #453298 !important;
        border-color: #453298 !important;
    }

.btn-outline-info, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active {
    color: #21b9d5 !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #21b9d5 !important;
}

    .btn-outline-info:hover, .show > .btn-outline-info.dropdown-toggle {
        color: white !important;
        background-color: #21b9d5 !important;
        border-color: #21b9d5 !important;
    }

.btn-info.disabled, .btn-info:disabled {
    color: white !important;
    background-color: #21b9d5 !important;
    border-color: #21b9d5 !important;
    opacity: 0.8 !important;
}

.btn-warning, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
    color: white !important;
    background-color: #ffa03b !important;
    border-color: #ffa03b !important;
}

    .btn-warning:hover, .show > .btn-warning.dropdown-toggle {
        color: white !important;
        background-color: #df7f19 !important;
        border-color: #df7f19 !important;
    }

.btn-outline-warning, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active {
    color: #ffa03b !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #ffa03b !important;
}

    .btn-outline-warning:hover, .show > .btn-outline-warning.dropdown-toggle {
        color: white !important;
        background-color: #ffa03b !important;
        border-color: #ffa03b !important;
    }

.btn-warning.disabled, .btn-warning:disabled {
    color: white !important;
    background-color: #2bdba1 !important;
    border-color: #2bdba1 !important;
    opacity: 0.8 !important;
}

.btn-danger, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
    color: white !important;
    background-color: #f03739 !important;
    border-color: #f03739 !important;
}

    .btn-danger:hover, .show > .btn-danger.dropdown-toggle {
        color: white !important;
        background-color: #c41a1c !important;
        border-color: #c41a1c !important;
    }

.btn-outline-danger, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active {
    color: #f03739 !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #f03739 !important;
}

    .btn-outline-danger:hover, .show > .btn-outline-danger.dropdown-toggle {
        color: white !important;
        background-color: #f03739 !important;
        border-color: #f03739 !important;
    }

.btn-danger.disabled, .btn-danger:disabled {
    color: white !important;
    background-color: #f03739 !important;
    border-color: #f03739 !important;
    opacity: 0.8 !important;
}

.btn-white, .btn-white:focus, .btn-white.active, .btn-white:active {
    color: #111111 !important;
    background-color: white !important;
    border-color: white !important;
}

    .btn-white:hover, .show > .btn-white.dropdown-toggle {
        color: #111111 !important;
        background-color: #eeeeee !important;
        border-color: #eeeeee !important;
    }

.btn-outline-white, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active {
    color: white !important;
    background-image: none;
    background-color: transparent !important;
    border-color: white !important;
}

    .btn-outline-white:hover, .show > .btn-outline-white.dropdown-toggle {
        color: #111111 !important;
        background-color: white !important;
        border-color: white !important;
    }

.btn-white.disabled, .btn-white:disabled {
    opacity: 0.8 !important;
}

.btn-black, .btn-black:focus, .btn-black.active, .btn-black:active {
    color: white !important;
    background-color: black !important;
    border-color: black !important;
}

    .btn-black:hover, .show > .btn-black.dropdown-toggle {
        color: white !important;
        background-color: #333333 !important;
        border-color: #333333 !important;
    }

.btn-outline-black, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active {
    color: black !important;
    background-image: none;
    background-color: transparent !important;
    border-color: black !important;
}

    .btn-outline-black:hover, .show > .btn-outline-black.dropdown-toggle {
        color: white !important;
        background-color: black !important;
        border-color: black !important;
    }

.btn-black.disabled, .btn-black:disabled {
    opacity: 0.8;
}

.btn-link, .btn-link:focus, .btn-link.active, .btn-link:active {
    color: #7460ef;
}

    .btn-link:hover, .show > .btn-link.dropdown-toggle {
        color: #5240bd !important;
        text-decoration: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #7460ef;
        opacity: 0.8 !important;
    }

.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*--- end of button colors ---*/
/*--- social buttons ---*/
.btn-social {
    font-family: "Comfortaa", cursive;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.03rem;
    border-radius: 0.35rem;
    padding: 16px 26px;
    vertical-align: middle;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .btn-social i {
        font-size: 1rem;
        vertical-align: middle;
    }

    .btn-social span {
        margin-left: 10px;
        vertical-align: middle;
    }

    .btn-social.first {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

.btn-social-lg {
    font-size: 1.3rem;
}

    .btn-social-lg i {
        font-size: 1.25rem;
    }

/* facebook button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
    color: white;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

    .btn-facebook:hover {
        color: white;
        background: #3b4f7a;
        border: 2px solid #3b4f7a;
    }

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
    color: #4e68a1 !important;
    background: transparent;
    border: none;
}

    .btn-facebook-link:hover {
        color: #3b4f7a !important;
    }

.btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook:focus {
    color: #4e68a1;
    background: transparent;
    border: 2px solid #4e68a1;
}

    .btn-outline-facebook:hover {
        color: white !important;
        background: #4e68a1;
        border: 2px solid #4e68a1;
    }

/* twitter button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

    .btn-twitter:hover {
        color: white;
        background: #5294c6;
        border: 2px solid #5294c6;
    }

    .btn-twitter:hover {
        color: white;
        background: #5294c6;
        border: 2px solid #5294c6;
    }

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
    color: #65b5f2 !important;
    background: transparent;
    border: none;
}

    .btn-twitter-link:hover {
        color: #5294c6 !important;
    }

.btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter:focus {
    color: #65b5f2 !important;
    background: transparent;
    border: 2px solid #65b5f2;
}

    .btn-outline-twitter:hover {
        color: white;
        background: #65b5f2;
        border: 2px solid #65b5f2;
    }

/* google button */
.btn-google, .btn-google:active, .btn-google:focus {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

    .btn-google:hover {
        color: white;
        background: #b94c3d;
        border: 2px solid #b94c3d;
    }

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
    color: #e05d4b !important;
    background: transparent;
    border: none;
}

    .btn-google-link:hover {
        color: #b94c3d !important;
    }

.btn-outline-google, .btn-outline-google:active, .btn-outline-google:focus {
    color: #e05d4b;
    background: transparent;
    border: 2px solid #e05d4b;
}

    .btn-outline-google:hover {
        color: white;
        background: #e05d4b;
        border: 2px solid #e05d4b;
    }

/* linkedin button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

    .btn-linkedin:hover {
        color: white;
        background: #186592;
        border: 2px solid #186592;
    }

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
    color: #2083bc !important;
    background: transparent;
    border: none;
}

    .btn-linkedin-link:hover {
        color: #186592 !important;
    }

.btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin:focus {
    color: #2083bc;
    background: transparent;
    border: 2px solid #2083bc;
}

    .btn-outline-linkedin:hover {
        color: white;
        background: #2083bc;
        border: 2px solid #2083bc;
    }

/* pinterest button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

    .btn-pinterest:hover {
        color: white;
        background: #ad2c2f;
        border: 2px solid #ad2c2f;
    }

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
    color: #d2373b !important;
    background: transparent;
    border: none;
}

    .btn-pinterest-link:hover {
        color: #ad2c2f !important;
    }

.btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest:focus {
    color: #d2373b;
    background: transparent;
    border: 2px solid #d2373b;
}

    .btn-outline-pinterest:hover {
        color: white;
        background: #d2373b;
        border: 2px solid #d2373b;
    }

/* dribble button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

    .btn-dribbble:hover {
        color: white;
        background: #b4446e;
        border: 2px solid #b4446e;
    }

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
    color: #ec5f94 !important;
    background: transparent;
    border: none;
}

    .btn-dribbble-link:hover {
        color: #b4446e !important;
    }

.btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble:focus {
    color: #ec5f94;
    background: transparent;
    border: 2px solid #ec5f94;
}

    .btn-outline-dribbble:hover {
        color: white;
        background: #ec5f94;
        border: 2px solid #ec5f94;
    }

/* instagram button */
.btn-instagram, .btn-instagram:active, .btn-instagram:focus {
    color: white;
    background: #4c5fd7;
    border: 2px solid #4c5fd7;
}

    .btn-instagram:hover {
        color: white;
        background: #4252ba;
        border: 2px solid #4252ba;
    }

.btn-instagram-link, .btn-instagram-link:active, .btn-instagram-link:focus {
    color: #4c5fd7 !important;
    background: transparent;
    border: none;
}

    .btn-instagram-link:hover {
        color: #4252ba !important;
    }

.btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram:focus {
    color: #4c5fd7;
    background: transparent;
    border: 2px solid #4c5fd7;
}

    .btn-outline-instagram:hover {
        color: white !important;
        background: #4c5fd7;
        border: 2px solid #4c5fd7;
    }

/* youtube button */
.btn-youtube, .btn-youtube:active, .btn-youtube:focus {
    color: white;
    background: #e52d27;
    border: 2px solid #e52d27;
}

    .btn-youtube:hover {
        color: white;
        background: #b31217;
        border: 2px solid #b31217;
    }

.btn-youtube-link, .btn-youtube-link:active, .btn-youtube-link:focus {
    color: #e52d27 !important;
    background: transparent;
    border: none;
}

    .btn-youtube-link:hover {
        color: #b31217 !important;
    }

.btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube:focus {
    color: #e52d27;
    background: transparent;
    border: 2px solid #e52d27;
}

    .btn-outline-youtube:hover {
        color: white !important;
        background: #e52d27;
        border: 2px solid #e52d27;
    }

/*--- end of social buttons ---*/
/*------- end of buttons -------*/
/*------- cards -------*/
.card {
    background-color: white;
    border: 1px solid #e9f0f4;
    border-radius: 2px;
    margin-bottom: 1.5rem;
}

.card-body {
    padding: 30px;
}

    .card-body .md-icon, .card-body .fas, .card-body .fab, .card-body .far {
        display: inline;
    }

.card-rounded {
    border-radius: 2rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e9f0f4;
    border-bottom: 1px solid #cdd4d8;
}

    .card-header:first-child {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
    }

.card-title {
    margin: 20px 0;
}

.card-text {
    margin: 20px 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #e9f0f4;
    border-top: 1px solid #cdd4d8;
}

.card-inverse {
    background-color: #333333;
    border-color: #333333;
}

.card-secondary {
    background-color: #e9f0f4 !important;
    border-color: #cdd4d8 !important;
}

.card-primary {
    background-color: #7460ef !important;
    border-color: #5240bd !important;
}

.card-success {
    background-color: #2bdba1;
    border-color: #15b580;
}

.card-info {
    background-color: #21b9d5;
    border-color: #1397af;
}

.card-warning {
    background-color: #ffa03b;
    border-color: #df7f19;
}

.card-danger {
    background-color: #f03739;
    border-color: #c41a1c;
}

.card-outline-inverse {
    background-color: white;
    border-color: #333333;
}

.card-outline-secondary {
    background-color: white;
    border-color: #cdd4d8 !important;
}

.card-outline-primary {
    background-color: white;
    border-color: #5240bd;
}

.card-outline-success {
    background-color: white;
    border-color: #15b580;
}

.card-outline-info {
    background-color: white;
    border-color: #1397af;
}

.card-outline-warning {
    background-color: white;
    border-color: #df7f19;
}

.card-outline-danger {
    background-color: white;
    border-color: #c41a1c;
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: white;
}

    .card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
        color: rgba(255, 255, 255, 0.65);
    }

/*------- end of cards -------*/
/*------- carousel -------*/
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: white !important;
        margin: 5px;
        padding: 4px 7px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        opacity: 0.75;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: transparent;
            color: white !important;
            text-decoration: none;
            opacity: 1;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 5px;
            background: #23b5a1;
            display: block;
            -webkit-backface-visibility: visible;
            border-radius: 30px;
            -moz-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #7460ef;
        }

/*--- custom carousels ---*/
.owl-theme.carousel-full-nav .owl-nav {
    margin: 0;
}

.carousel-full-nav .owl-prev {
    position: absolute;
    top: 47%;
    left: 0;
    transform: translate(25%, -50%);
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    font-size: 2rem !important;
}

    .carousel-full-nav .owl-prev:hover {
        color: white;
    }

.carousel-full-nav .owl-next {
    position: absolute;
    top: 47%;
    right: 0;
    transform: translate(-25%, -50%);
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    font-size: 2rem !important;
}

    .carousel-full-nav .owl-next:hover {
        color: white;
    }

/*--- end of custom carousels ---*/
/*------- end of carousel -------*/
/*------- forms -------*/
.form-control {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 18px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #cdd4d8;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-group select {
    height: 60px;
}

#contactForm .form-control {
    border-color: transparent;
}

.input-group-btn .btn {
    height: 100%;
}

.form-inline.dark .form-control {
    color: white;
    background: #777777;
    border: 2px solid #777777;
}

.bg-primary .form-inline.dark .form-control {
    color: #111111;
    background: white;
    border: 2px solid white;
}

.form-control.pill {
    background-color: white !important;
    border: 2px solid white;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .form-control.pill:hover {
        border-color: white !important;
    }

    .form-control.pill:focus {
        border-color: white !important;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .6075rem .7rem;
    font-size: .8rem;
}

.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    padding: .45rem .5rem;
    font-size: .6rem;
}

.qty {
    max-width: 45px;
    max-height: 40px;
    border-radius: 5px;
    margin-left: 0 !important;
    padding: 13px 5px 13px 8px;
}

select.form-control.shop-option:not([size]):not([multiple]) {
    height: 40px;
}

input, textarea {
    letter-spacing: 0.03rem;
}

.input-group-addon:not(:last-child) {
    border: none;
}

.input-group-addon {
    border: none;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -2px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -2px;
}

input:focus, textarea:focus {
    color: #000 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #7460ef !important;
}

.form-inline.dark input:focus, .form-inline.dark textarea:focus {
    color: white !important;
    border-color: #7460ef;
}

.bg-primary .form-inline.dark input:focus, .bg-primary .form-inline.dark textarea:focus {
    color: #000 !important;
    border-color: #7460ef;
}

input[type=datetime-local] {
    padding: 11px 15px;
}

/*--- input placeholder color ---*/
::-webkit-input-placeholder {
    color: #000000 !important;
}

::-moz-placeholder {
    color: #000000 !important;
}

:-ms-input-placeholder {
    color: #000000 !important;
}

:-moz-placeholder {
    color: #000000 !important;
}

.form-inline.dark ::-webkit-input-placeholder {
    color: white !important;
}

.form-inline.dark ::-moz-placeholder {
    color: white !important;
}

.form-inline.dark :-ms-input-placeholder {
    color: white !important;
}

.form-inline.dark :-moz-placeholder {
    color: white !important;
}

.bg-primary .form-inline.dark ::-webkit-input-placeholder {
    color: #111111 !important;
}

.bg-primary .form-inline.dark ::-moz-placeholder {
    color: #111111 !important;
}

.bg-primary .form-inline.dark :-ms-input-placeholder {
    color: #111111 !important;
}

.bg-primary .form-inline.dark :-moz-placeholder {
    color: #111111 !important;
}

/*--- end of input placeholder color ---*/
select.form-control:not([size]):not([multiple]) {
    color: #111111 !important;
}

select.selector {
    -webkit-appearance: menulist !important;
}

select.multiple-selector {
    -webkit-appearance: listbox !important;
    max-height: 55px;
}

select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cdd4d8 !important;
}

option {
    padding: 4px 2px 1px;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    font-family: "Comfortaa", cursive;
    letter-spacing: 0.06rem !important;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 1rem;
        font-family: "Comfortaa", cursive;
        font-weight: 400;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.checkbox label {
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 0;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        margin-top: 1px;
        margin-left: -20px;
        border: 1px solid #cdd4d8;
        border-radius: 3px;
        background-color: white;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 0;
        margin-top: 1px;
        margin-left: -20px;
        padding-left: 4px;
        padding-top: 2px;
        font-size: 10px;
        color: #cdd4d8;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
}

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'Material Icons';
        content: "\E876";
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #e9f0f4;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #7460ef;
    border-color: #7460ef;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before {
    background-color: #cdd4d8;
    border-color: #cdd4d8;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #2bdba1;
    border-color: #2bdba1;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #21b9d5;
    border-color: #21b9d5;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffa03b;
    border-color: #ffa03b;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #f03739;
    border-color: #f03739;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: white;
}

.radio label {
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding-left: 5px;
}

    .radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cdd4d8;
        border-radius: 50%;
        background-color: white;
        margin-top: 0;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

    .radio label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 12px;
        height: 12px;
        left: 3px;
        top: 3px;
        margin-left: -20px;
        border-radius: 50%;
        background-color: #cdd4d8;
        margin-top: 0;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.radio input[type="radio"] {
    opacity: 0;
}

    .radio input[type="radio"]:checked + label::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .radio input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

        .radio input[type="radio"]:disabled + label::before {
            cursor: not-allowed;
        }

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #7460ef;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #7460ef;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #7460ef;
}

.radio-success input[type="radio"] + label::after {
    background-color: #2bdba1;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #2bdba1;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #2bdba1;
}

.radio-info input[type="radio"] + label::after {
    background-color: #21b9d5;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #21b9d5;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #21b9d5;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffa03b;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffa03b;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffa03b;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #f03739;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #f03739;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #f03739;
}

label.hidden {
    display: none !important;
}

label.btn-file {
    margin-bottom: 0;
}

.form-wrapper {
    background: white;
    border: 2px solid #e9f0f4;
    padding: 30px;
}

.restaurant-demo .form-wrapper {
    background: rgba(17, 17, 17, 0.6);
    border: 2px solid rgba(17, 17, 17, 0.1);
}

.form-title {
    font-size: 1.375rem;
    margin-bottom: 30px;
}

.form-inline-extras {
    display: table;
    width: 100%;
    margin-top: 10px;
}

    .form-inline-extras .checkbox {
        margin-left: 2px;
    }

.custom-form .left-area {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.custom-form .right-area {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.custom-form .left-area.long {
    width: 75%;
}

.custom-form .right-area.long {
    width: 75%;
}

.custom-form .left-area.short {
    width: 25%;
}

.custom-form .right-area.short {
    width: 25%;
}

.form-extras {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.btn .submit-button {
    line-height: 1.75rem;
}

/*------- end of forms -------*/
/*------- modals -------*/
.example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

.modal-content {
    background-color: white;
    border: 1px solid #cdd4d8;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: 0;
}

.modal-body p {
    margin-bottom: 0;
}

.modal-body.multi-paragraph p {
    margin-bottom: 10px;
}

.modal-footer {
    border-top: 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.inverse.modal-content .modal-title {
    color: white;
}

.inverse.modal-content .modal-body * {
    color: #eeeeee;
}

.inverse button.close {
    color: white;
}

.modal-inverse.modal-content {
    background-color: black;
    border: 1px solid #333333;
}

.modal-inverse .modal-header, .modal-inverse .modal-footer {
    border-color: #333333;
}

.modal-primary.modal-content {
    background-color: #7460ef;
    border: 1px solid #5240bd;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
    border-color: #5240bd;
}

.modal-success.modal-content {
    background-color: #2bdba1;
    border: 1px solid #15b580;
}

.modal-success .modal-header, .modal-success .modal-footer {
    border-color: #15b580;
}

.modal-info.modal-content {
    background-color: #21b9d5;
    border: 1px solid #1397af;
}

.modal-info .modal-header, .modal-info .modal-footer {
    border-color: #1397af;
}

.modal-warning.modal-content {
    background-color: #ffa03b;
    border: 1px solid #df7f19;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
    border-color: #df7f19;
}

.modal-danger.modal-content {
    background-color: #f03739;
    border: 1px solid #c41a1c;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
    border-color: #c41a1c;
}

.modal.terms {
    z-index: 1060;
}

/*------- end of modals -------*/
/*------- navigations -------*/
/*--- breadcrumb ---*/
.breadcrumb {
    padding: 1rem 1.4rem;
    background-color: transparent;
    border-radius: 2px;
}

    .breadcrumb.text-center .breadcrumb-item, .breadcrumb.text-right .breadcrumb-item {
        float: none;
    }

.breadcrumb-transparent {
    background-color: transparent;
    padding: 1rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #cdd4d8;
    content: "/";
}

.breadcrumb-item.active {
    color: #5240bd;
}

.dark .breadcrumb-item + .breadcrumb-item::before {
    color: #eeeeee;
}

.dark .breadcrumb-item.active {
    color: #eeeeee;
}

    .dark .breadcrumb-item.active:hover {
        color: #aaaaaa;
    }

/*--- end of breadcrumb ---*/
/*--- navs ---*/
.nav-link.disabled {
    color: #cdd4d8;
    cursor: not-allowed;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #7460ef;
    background-color: white;
    border-color: #cdd4d8 #cdd4d8 white;
}

.nav-tabs .nav-link:hover {
    border: 1px solid #cdd4d8;
}

.nav-tabs .nav-link.disabled {
    color: #cdd4d8;
}

.nav-tabs {
    border-bottom: 1px solid #cdd4d8;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: white;
    cursor: default;
    background: #7460ef;
    border-radius: 2px;
}

.nav-pills .nav-link {
    text-align: center;
    border-radius: 2px;
    padding: 0.75rem 1.25rem;
}

    .nav-pills .nav-link.active {
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

        .nav-pills .nav-link.active:hover {
            background-color: #5240bd;
            border-color: #5240bd;
        }

.tab-w-bar {
    background: #7460ef;
    border-radius: 50px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.nav-pills.tab-w-bar .nav-item.show .nav-link, .nav-pills.tab-w-bar .nav-link.active {
    color: white;
    cursor: default;
    background: #5240bd;
    border-radius: 50px;
}

.card .tab-w-bar {
    margin-top: -50px;
}

.card-w-bar {
    margin-top: 46px;
}

/*--- end of navs ---*/
/*--- navbars ---*/
.navbar {
    padding: 0;
    border-radius: 0;
}

.navbar-nav a {
    font-size: 0.9rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav .nav-item.last .nav-link, .navbar-nav .nav-item .nav-link.last {
    padding-right: 0;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .fixed-top.nav-scroll {
        padding: 0;
        background-color: #0b0f90 !important;
        /* background-color: rgba(0, 0, 0, 0.97) !important;*/
        box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.4);
    }

    .fixed-top.navbar-inverse.nav-scroll {
        background: #232323 !important;
    }

.sticky-top {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .sticky-top.nav-scroll {
        padding: 0.75rem 1.25rem;
    }

.navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: .75rem;
    margin-left: 0;
}

    .navbar-brand:hover {
        opacity: 0.7;
    }

    .navbar-brand img {
        width: 55vh;
        max-height: 12vh;
        /*width: auto;
        max-height: 104px;*/
        margin-top: 0;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.mobile-brand {
    display: none;
}

.nav-scroll .navbar-brand img {
    /* max-height: 65px;*/
   /* width: 36vh;
    max-height: 12vh;*/
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color: #0b0332;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
        color: #38297b;
    }

        .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link:hover {
            color: #38297b;
        }

.navbar-toggler {
    border: none !important;
    padding: .25rem 0;
}

.navbar-toggler-right {
    right: 15px;
}

.navbar-toggler-left {
    left: 15px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../../../../index.html");
    width: 32px;
    height: 32px;
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("../../../../index.html");
    width: 32px;
    height: 32px;
}

.navbar-light .navbar-toggler-left .navbar-toggler-icon {
    background-image: url("../../../../index.html");
    width: 32px;
    height: 32px;
}

.navbar-inverse .navbar-toggler-left .navbar-toggler-icon {
    background-image: url("../../../../index.html");
    width: 32px;
    height: 32px;
}

.navbar-collapse {
    text-align: center;
}

/* animated hamburger icon */
.navbar-toggler.menu-text:before {
    content: 'MENU';
    color: #aaaaaa;
    float: left;
    margin-left: -60px;
    margin-top: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.navbar-inverse .navbar-toggler.menu-text:before {
    color: white;
}

/* hamburger-nav */
.hamburger-nav .navbar-collapse {
    height: 100% !important;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: scroll;
    z-index: 999;
    transition: ease-in 0.3s;
}

    .hamburger-nav .navbar-collapse .navbar-nav {
        position: relative;
        top: 25%;
    }

.hamburger-nav .navbar-toggler {
    z-index: 9999;
}

.hamburger-nav .icon-bar:nth-child(2) {
    width: 22px;
}

.hamburger-nav .navbar-collapse .nav-link {
    padding: 1rem;
    font-size: 20px;
    color: #aaaaaa;
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler .icon-bar {
    background-color: white;
}

.navbar-light.hamburger-nav .navbar-toggler .icon-bar {
    background-color: #aaaaaa;
}

.navbar-light.hamburger-nav.nav-scroll .navbar-toggler .icon-bar {
    background-color: #aaaaaa;
}

.navbar-light.hamburger-nav .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.99);
}

.navbar-inverse.hamburger-nav .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.97);
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #aaaaaa !important;
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #aaaaaa !important;
}

/* end of hamburger-nav */
.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:focus {
        outline: none;
        background: transparent !important;
    }

    .navbar-toggler .icon-bar {
        background-color: #aaaaaa;
        transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
    }

.navbar-inverse .navbar-toggler .icon-bar {
    background-color: white;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 3px;
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.icon-bar:nth-child(2) {
    width: 18px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(6.5px, 6.5px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    transition: ease all .2s;
}

/* end of animated hamburger icon */
nav .btn-sm {
    font-size: .6rem;
    line-height: 1.75;
    padding: 0.6rem 1rem !important;
}

nav .btn:focus {
    box-shadow: none;
}

nav .btn-xs {
    line-height: 2.3;
}

.nav-button {
    margin-left: 15px;
}

.nav-icon {
    height: auto;
}

    .nav-icon i {
        font-size: 18px;
    }

    .nav-icon .md-icon {
        line-height: 40px;
        width: auto;
        height: auto;
        margin-left: 1rem;
    }

.last-menu-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* extra menu styles */
.stacked-menu {
    border-bottom: 2px solid #7460ef;
}

    .stacked-menu .navbar-brand {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .stacked-menu .navbar-toggler-right {
        padding-right: 10px;
        margin: 0 auto;
    }

.split-menu .navbar-brand {
    float: none;
    width: 100%;
    max-height: 50px;
    text-align: center;
}

/* end of extra menu styles */
/* navbar-inverse */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: white;
}

.navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-nav .nav-link:focus {
    color: #cdd4d8;
}

.navbar-inverse.bg-transparent .navbar-nav .nav-link {
    color: #eeeeee;
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
    color: #7460ef;
}

    .navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.open:hover, .navbar-inverse .navbar-nav .open > .nav-link:hover {
        color: #7460ef;
    }

.navbar-inverse.bg-primary .navbar-nav .active > .nav-link, .navbar-inverse.bg-primary .navbar-nav .nav-link.active, .navbar-inverse.bg-primary .navbar-nav .nav-link.open, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link {
    color: white;
}

    .navbar-inverse.bg-primary .navbar-nav .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .active > .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.active:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.open:hover, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link:hover {
        color: white;
    }

.navbar-inverse.bg-primary .navbar-nav .nav-link:focus, .navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
    color: white;
}

/* end of navbar-inverse */
/* custom menu */
.custom-menu .dropdown-toggle::after {
    top: 18px;
}

.custom-menu-thin {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-pills .navbar-nav .nav-link {
    border-radius: 2px;
}

    .menu-pills .navbar-nav .active > .nav-link, .menu-pills .navbar-nav .nav-link.active, .menu-pills .navbar-nav .nav-link.open, .menu-pills .navbar-nav .open > .nav-link {
        color: white;
        background: #7460ef;
        border-radius: 3px;
    }

        .menu-pills .navbar-nav .nav-link:hover, .menu-pills .navbar-nav .active > .nav-link:hover, .menu-pills .navbar-nav .nav-link.active:hover, .menu-pills .navbar-nav .nav-link.open:hover, .menu-pills .navbar-nav .open > .nav-link:hover {
            color: white;
            background: #5240bd;
        }

.menu-line li a span {
    position: relative;
    padding-bottom: 1rem;
}

.menu-line.nav-scroll li a span {
    padding-bottom: 22px;
}

.menu-line li.active a span {
    color: #5240bd;
}

.menu-line.nav-scroll li a.active span:before {
    visibility: visible !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-line li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #7460ef;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.menu-line li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-icon i {
    margin-top: -3px;
}

.transparent-menu {
    background: transparent;
}

    .transparent-menu.nav-scroll {
        background: white;
    }

.navbar-inverse.transparent-menu.nav-scroll {
    background: #232323;
}

.menu-icon.nav-scroll i {
    margin-top: -1.5px;
}

/* end of custom menu */
/*--- end of navbars ---*/
/*--- top-navs ---*/
.top-nav {
    padding: .625rem 1rem;
}

    .top-nav .right {
        float: right;
    }

.top-nav-light a {
    color: #111111;
}

    .top-nav-light a:hover {
        color: #7460ef;
    }

    .top-nav-light a.btn {
        color: white;
    }

        .top-nav-light a.btn:hover {
            color: white;
        }

.top-nav .btn-xs {
    line-height: .6rem;
    vertical-align: middle;
}

.top-nav-inverse a {
    color: #aaaaaa;
}

    .top-nav-inverse a:hover {
        color: white;
    }

/*--- end of top-navs ---*/
/*--- paginations ---*/
.page-link {
    color: #aaaaaa;
    background-color: transparent;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    padding: .25rem .5rem;
    font-size: 1.1rem;
}

    .page-link:hover {
        color: #7460ef !important;
        background-color: transparent;
        border: none;
        outline: none !important;
    }

    .page-link:active, .page-link:focus {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

.pagination .page-link {
    margin: 3px;
}

.pagination-white .page-link {
    color: #111111;
    background-color: white;
    border: 1px solid #cdd4d8;
}

    .pagination-white .page-link:hover {
        color: black;
        background-color: #e9f0f4;
        border: 1px solid #cdd4d8;
    }

.pagination-primary .page-link {
    color: white;
    background-color: #7460ef;
    border: 1px solid #5240bd;
}

    .pagination-primary .page-link:hover {
        color: white;
        background-color: #5240bd;
        border: 1px solid #5240bd;
    }

.page-link:active, .page-link:focus, .page-link:visited {
    color: #aaaaaa;
}

.pagination-primary .page-link:active, .pagination-primary .page-link:focus, .pagination-primary .page-link:visited {
    color: white;
}

.page-item.disabled {
    cursor: not-allowed;
}

    .page-item.disabled .page-link {
        color: #999999;
        pointer-events: none;
        cursor: not-allowed;
        background-color: transparent;
        border-color: transparent;
        opacity: 0.5;
    }

.pagination-primary .page-item.disabled .page-link {
    color: #eeeeee;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #7460ef;
    border-color: #5240bd;
}

.page-item.active .page-link {
    color: #7460ef;
    background: transparent;
    border-color: transparent;
}

.pagination-primary .page-item.active .page-link {
    color: white;
    background-color: #5240bd;
    border-color: #5240bd;
}

.page-item.active .page-link:hover {
    color: #5240bd;
    background-color: transparent;
    border-color: transparent;
}

.pager .btn:hover, .pager .btn:focus {
    color: white;
}

.pager {
    padding-left: 0;
}

    .pager span, .pager i {
        vertical-align: middle;
    }

.pager-left, .pager-right {
    display: inline-block;
}

    .pager-left i {
        margin-right: 1px;
    }

    .pager-right i {
        margin-left: 1px;
    }

.pager-right {
    float: right;
}

/*--- end of paginations ---*/
/*------- end of navigations -------*/
/*------- collapse-dropdowns -------*/
.accordion .card {
    background: white;
    border: none;
    margin-bottom: 0;
}

.accordion .accordion-title {
    font-size: 1.075rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
    padding: 5px;
}

.accordion.w-icon .card-header:first-child {
    border-radius: 0;
    border-bottom: 1px solid #cdd4d8;
}

.primary-accordion.w-icon .card-header:first-child {
    border-radius: 0;
    border-bottom: 1px solid #5240bd;
}

.accordion.w-icon .card-header {
    border-bottom: 0;
}

.accordion.w-icon .card {
    border-radius: 0;
}

.primary-accordion .card {
    border-color: #5240bd;
}

.primary-accordion .card-header {
    background: #7460ef;
}

.dropdown-toggle::after {
    color: #333333;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.9rem;
    border: none;
    position: absolute;
    top: 14px;
    margin-left: 3px;
    opacity: 0.75;
}

.dropdown.show .dropdown-toggle::after {
    content: "\f0d8";
}

.btn.dropdown-toggle {
    padding-right: 25px;
}

    .btn.dropdown-toggle::after {
        top: 19px;
    }

    .btn.dropdown-toggle.dropdown-toggle-split {
        padding-right: 20px;
    }

.btn.dropdown-toggle-split:after {
    margin-left: -5px;
}

.dropup .dropdown-toggle::after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    border: none;
    position: absolute;
}

.dropdown-menu {
    min-width: max-content;
    color: #111111;
    background-color: white;
    border: none;
    border-radius: 0;
    z-index: 99;
    margin: 0;
    left: auto;
    right: 0;
    padding: 10px 15px;
}

    .dropdown-menu.drop-to-right {
        left: 0;
        right: auto;
    }

    /* mega menu */
    .dropdown-menu.mega-menu {
        padding: 0 15px;
    }

.mega-menu .sub-menu {
    border-left: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-inverse.mega-menu .sub-menu {
    border-left: 1px solid #333333;
}

.mega-menu .sub-menu:first-child {
    border-left: none;
}

/* end of mega menu */
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #cdd4d8;
    cursor: not-allowed;
    background-color: transparent;
}

.dropdown-item {
    padding: 8px 20px;
    font-weight: 700;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #7460ef;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #7460ef;
        background-color: transparent;
    }

.dropdown-header {
    display: block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: .75rem;
    color: #111111;
    white-space: nowrap;
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e9f0f4;
}

.dm-example {
    margin-bottom: 260px;
}

    .dm-example .dropdown-menu {
        display: block;
        position: relative;
        z-index: 99;
    }

.icon-dropdowns .dropdown-menu {
    min-width: 220px;
}

.icon-dropdowns .close-icon {
    margin: 15px 0 15px 15px;
    right: 0;
}

.icon-dropdowns .dropdown-toggle::after {
    display: none;
}

.cart-small {
    display: flex;
}

    .cart-small img {
        max-width: 50px;
        max-height: 50px;
        margin-right: .5rem;
    }

    .cart-small a {
        font-weight: 700;
    }

        .cart-small a.text-black:hover {
            color: #7460ef !important;
        }

.cart-small-footer {
    background: #f7f7f7;
    padding: .75rem;
}

.navbar-inverse .cart-small-footer, .dark .cart-small-footer {
    background: #222222;
}

.cart-small-footer a:hover {
    color: #7460ef !important;
}

/*--- inverse dropdown ---*/
.dropdown-inverse {
    background: #232323;
    border: none;
}

    .dropdown-inverse .dropdown-item {
        color: #999999;
    }

        .dropdown-inverse .dropdown-item:focus, .dropdown-inverse .dropdown-item:hover, .dropdown-inverse .dropdown-item.active {
            color: white;
            background-color: transparent;
        }

    .dropdown-inverse .dropdown-header {
        color: white;
    }

    .dropdown-inverse .dropdown-divider {
        background-color: black;
    }

/*--- end of inverse dropdown ---*/
/*------- end of collapse-dropdowns -------*/
/*------- popovers & tooltips -------*/
.popover-example {
    position: relative;
}

    .popover-example .popover {
        position: relative;
        display: block;
        float: left;
        width: 23%;
        margin: 1%;
        z-index: 9;
    }

.popover {
    max-width: 276px;
    font-family: "Comfortaa", cursive;
    font-weight: 400;
    font-size: .875rem;
    background-color: white;
    border: 1px solid #e9f0f4;
    border-radius: 2px;
    padding: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.popover-header {
    color: #111111 !important;
    font-size: 1rem;
    background-color: transparent;
    border-bottom: none;
    padding: .75rem 1rem 0;
}

.popover-body {
    padding: .75rem 1rem;
}

    .popover-body p {
        font-size: .875rem;
    }

.popover-title {
    font-size: 1rem;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 0;
    padding: .75rem 1rem;
}

.popover-content {
    padding: 0 1rem .75rem 1rem;
}

    .popover-content p {
        font-size: .875rem;
    }

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
    border-bottom-color: #e9f0f4;
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    border-bottom-color: #e9f0f4;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #cdd4d8;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #cdd4d8;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #cdd4d8;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #cdd4d8;
}

/*--- tooltips ---*/
.tooltips-example {
    position: relative;
}

    .tooltips-example .tooltip {
        position: relative;
        display: inline-block;
        margin: 10px 20px;
        opacity: 1;
    }

.tooltip {
    font-family: "Comfortaa", cursive;
    font-weight: 400;
    font-size: .875rem;
}

.tooltip-inner {
    max-width: 200px;
    padding: .5rem .75rem;
    color: white;
    text-align: center;
    background-color: black;
    border: 1px solid black;
    border-radius: 2px;
    opacity: 1;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: black;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    border-right-color: black;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: black;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    border-left-color: black;
}

/*--- end of tooltips ---*/
/*------- end of popovers & tooltips -------*/
/*------- progress -------*/
.progress {
    margin-bottom: 20px;
}

.progress {
    font-size: .75rem;
    line-height: 1rem;
    background-color: #e9f0f4;
    border-radius: 2px;
    height: auto;
}

.progress-bar {
    height: 1rem;
    color: white;
    background-color: #7460ef;
}

    .progress-bar.animated {
        margin-bottom: -0.1px;
    }

.progress.text-xs {
    font-size: 0.5rem;
    line-height: 0.5rem;
}

/*------- end of progress -------*/
/*------- call-to-action -------*/
.cta {
    padding: 30px 0;
}

.cta-sm {
    padding: 25px 0;
}

.cta-big {
    padding: 50px 0;
}

/*------- end of call-to-action -------*/
/*------- tables -------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eeeeee;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eeeeee;
}

.table-inverse {
    color: white;
    background-color: #333333;
}

    .table-inverse td, .table-inverse th, .table-inverse thead th {
        border-color: white;
    }

.thead-default th {
    color: #111111;
    background-color: #eeeeee;
}

.thead-inverse th {
    color: white;
    background-color: #333333;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eeeeee;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
    background-color: #111111;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #eeeeee;
}

.table-hover tbody tr:hover {
    background-color: #eeeeee;
}

.table-active, .table-active > td, .table-active > th {
    background-color: #eeeeee;
}

.table-hover .table-active:hover {
    background-color: #eeeeee;
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: #eeeeee;
    }

.table-hover.table-inverse tbody tr:hover {
    background-color: #111111;
}

.table-inverse .table-active, .table-inverse .table-active > td, .table-inverse .table-active > th {
    background-color: #111111;
}

.table-hover.table-inverse .table-active:hover {
    background-color: #111111;
}

    .table-hover.table-inverse .table-active:hover > td, .table-hover.table-inverse .table-active:hover > th {
        background-color: #111111;
    }

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #7460ef;
}

.table-hover .table-primary:hover {
    background-color: #5240bd;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #5240bd;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #2bdba1;
}

.table-hover .table-success:hover {
    background-color: #15b580;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #15b580;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #21b9d5;
}

.table-hover .table-info:hover {
    background-color: #1397af;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #1397af;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffa03b;
}

.table-hover .table-warning:hover {
    background-color: #df7f19;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #df7f19;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f03739;
}

.table-hover .table-danger:hover {
    background-color: #c41a1c;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #c41a1c;
    }

/*------- end of tables -------*/
/*------- footers -------*/
footer {
    background: #cdd4d8;
    padding: 2rem 0;
}

    footer.light {
        background: #e9f0f4;
    }

    footer.mid {
        background: #cdd4d8;
    }

    footer.dark {
        background: #000000;
    }

        footer.dark p {
            color: #eeeeee;
            font-size: 14px;
        }

        footer.dark a {
            color: white;
        }

            footer.dark a:hover {
                color: #aaaaaa;
            }

    footer p {
        color: #111111;
        margin-bottom: 0;
    }

.footer-left-area {
    text-align: left;
}

.footer-right-area {
    text-align: right;
}

footer .social-icons i {
    margin-left: 0px;
}

footer.dark a {
    color: #7460ef;
}

    footer.dark a:hover {
        color: #5240bd;
    }

footer.dark.bg-primary a, footer.dark.bg-primary-hover a {
    color: white;
}

    footer.dark.bg-primary a:hover, footer.dark.bg-primary-hover a:hover {
        color: #eeeeee;
    }

footer .social-icons .btn-social {
    padding: 0 7px;
    margin-right: 5px;
}

footer.dark .social-icons .btn-social {
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 50%;
}

    footer.dark .social-icons .btn-social:hover {
        color: #7460ef;
    }

footer.dark.bg-primary .social-icons .btn-social:hover {
    color: #eeeeee;
}

/*--- widgets ---*/
.widget {
    margin: 15px 0;
}

.footer-widgets {
    padding: 80px 10px 25px 10px;
}

    .footer-widgets .widget-title {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

.footer-logo {
    max-width: 80px;
    margin-bottom: 20px;
}

.post-widget img {
    max-width: 120px;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}

.post-widget .post-small {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.footer-social i {
    font-size: 1.05rem;
}

.footer-widgets .project-small img {
    max-width: 74px;
    margin: 5px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.footer-list {
    padding-left: 0;
}

    .footer-list li {
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        font-weight: 200;
    }

        .footer-list li i {
            float: left;
            width: 30px;
            height: 40px;
            line-height: 20px;
        }

        .footer-list li span {
            width: 80%;
            float: left;
        }

.bg-lightgrey .footer-list li {
    border-bottom: 1px solid #ddd;
}

.dark .footer-list li {
    border-color: #333333;
}

.footer-list li:last-child {
    border-bottom: none;
}

.dark .footer-list li:last-child {
    border-bottom: none;
}

.footer-widgets .project-small img:hover {
    opacity: 0.8;
}

/*--- end of widgets ---*/
/*------- end of footers -------*/
/*---------- end of components ----------*/
/*------- template styles -------*/
.boxed-content {
    background: white;
    padding: 40px 15px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

    .boxed-content.grid-content {
        padding: 30px;
    }

.boxed-container {
    max-width: 1280px;
    margin: 35px auto;
    background: white;
}

html.has-boxed-container, body.has-boxed-container {
    background: #eeeeee;
}

.banner-top-box {
    position: relative;
}

.top-white-box {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.content-wrapper-raised {
    margin-top: -100px;
}

.content-wrapper-lowered {
    margin-bottom: -100px;
}

.parallax-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #7460ef;
    background-image: url("../../../../index.html");
    padding: 150px 0;
}

    .parallax-section.small {
        background-image: url("../../../../index.html");
        padding: 70px 0;
    }

#news.parallax-section {
    background-image: url("../../../../index.html");
}

section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*--- headers  ---*/
header {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #7460ef;
}

.has-sticky-menu {
    padding-top: 110px;
}

.header-content {
    padding: 70px 0;
}

    .header-content h2 {
        color: #e8c478;
        font-weight: 900;
        font-size: 40px;
        padding: 0px;
        margin: 0px;
        line-height: 55px;
    }

    .header-content h3 {
        color: #ffffff;
        font-weight: 100;
        font-size: 35px;
        padding: 0px;
        margin: 0px;
        line-height: 55px;
    }

    .header-content p {
        color: #ffffff;
        font-weight: 300;
        font-size: 26px;
        padding: 0px;
        margin: 0px;
        line-height: 20px;
        padding-top: 10px;
    }

.associated h2 {
    color: #272624;
    font-weight: 800;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    line-height: 36px;
}

.ham-bg {
    height: 35px;
    width: 45px;
    background-color: #0b0f90;
    /* background-color: #166a60;*/
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 0;
}

.admission {
    height: 35px;
    width: 145px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 6px;
    left: 280px;
}

    .admission a {
        color: #fff;
        font-weight: 700;
    }

.fixed-top.nav-scroll .admission {
    left: 280px;
}

.button_container {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 25px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        transform: translateY(9px) translateX(0) rotate(45deg);
        background: #ffffff;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #ffffff;
    }

    .button_container.active .bottom {
        transform: translateY(-9px) translateX(0) rotate(-45deg);
        background: #ffffff;
    }

    .button_container span {
        background: #ffffff;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 8px;
        }

        .button_container span:nth-of-type(3) {
            top: 17px;
        }

.overlay {
    position: fixed;
    background: #0b0f90;
    /* background: #166a60;*/
    top: 0px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

    .overlay.open {
        opacity: .95;
        visibility: visible;
        padding: 100px 60px;
        height: 100%;
    }

        .overlay.open .navmenu-col, .overlay.open li {
            animation: fadeInRight .5s ease forwards;
            animation-delay: .35s;
        }

            .overlay.open .navmenu-col:nth-of-type(2), .overlay.open li:nth-of-type(2) {
                animation-delay: .4s;
            }

            .overlay.open .navmenu-col:nth-of-type(3), .overlay.open li:nth-of-type(3) {
                animation-delay: .45s;
            }

            .overlay.open .navmenu-col:nth-of-type(4), .overlay.open li:nth-of-type(4) {
                animation-delay: .50s;
            }

            .overlay.open .navmenu-col:nth-of-type(5), .overlay.open li:nth-of-type(5) {
                animation-delay: .55s;
            }

    .overlay nav {
        position: relative;
        font-size: 20px;
        font-weight: 400;
        /*text-align: center;*/
    }

    .overlay .navrow {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        height: 100%;
    }

        .overlay .navrow .navmenu-col {
            opacity: 0;
        }

            .overlay .navrow .navmenu-col a {
                display: block;
                position: relative;
                color: #ffffff;
                text-decoration: none;
                overflow: hidden;
            }

            .overlay .navrow .navmenu-col ul {
                margin-left: 0;
                padding: 0;
            }

                .overlay .navrow .navmenu-col ul li {
                    display: block;
                    padding: 10px 0;
                }

                    .overlay .navrow .navmenu-col ul li a {
                        font-size: 14px;
                    }

                    .overlay .navrow .navmenu-col ul li:first-child {
                        padding-top: 20px;
                    }

            .overlay .navrow .navmenu-col:first-child {
                margin-left: 0;
            }

                .overlay .navrow .navmenu-col:first-child ul li {
                    padding: 0;
                    margin-bottom: 20px;
                }

                    .overlay .navrow .navmenu-col:first-child ul li a {
                        font-size: 20px;
                    }

.social-footer a {
    color: #ffffff;
    font-size: 14px;
}

.copy-wrapper p {
    color: #ffffff;
}

.overlay-menu .social-footer {
    opacity: 0;
}

.overlay-menu .copy-wrapper {
    opacity: 0;
}

.overlay.open .social-footer, .overlay.open div {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}



@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@media (max-width: 767px) {
    .overlay.open {
        height: 100%;
        top: 0;
        left: 0;
        overflow-y: auto;
    }
}

.videobox {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.grediant-overlay {
    background: #5743ac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}

.start-here {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

    .start-here h2 {
        font-size: 42px;
        color: #e8c478;
        font-weight: 800;
        line-height: 42px;
    }

    .start-here h5 {
        font-size: 22px;
        color: #272624;
    }

.about-para {
    padding-top: 120px;
}

    .about-para p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
    }

.bg-home-clip {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.playbox-image {
    position: relative;
}

.playbtn-box {
    position: absolute;
    width: 100%;
    top: 120px;
}

.playbox-image h3 {
    font-size: 28px;
    color: #e8c478;
    font-weight: 800;
    line-height: 30px;
}

.playbtn-box a {
    color: #01d370;
    font-size: 60px;
}

.playbtn-box-small {
    top: 60px;
}

.abs-svg-top, .abs-svg-bottom {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
}

.abs-svg-bottom {
    top: 0;
}

.tab-slide-box h2 {
    font-size: 42px;
    color: #e8c478;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 20px;
}

.tab-slide-box p {
    font-size: 16px;
    color: #272624;
    padding-bottom: 20px;
}

    .tab-slide-box p span {
        font-size: 18px;
        color: #125a51;
        font-weight: 500;
    }

.history h3 {
    font-size: 22px;
    color: #e8c478;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 20px;
}

.history p {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 200;
}

.list-featured li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 7px;
    color: #ffffff;
    font-weight: 200;
}

.infrastructure {
    background: #f4f4f4;
}

    .infrastructure h2 {
        font-size: 42px;
        color: #e8c478;
        font-weight: 800;
        line-height: 42px
    }

    .infrastructure p {
        font-size: 16px;
        color: #272624;
    }

.header-content.has-raised-content {
    padding-bottom: 150px;
}

.gray-boxed-content {
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 215px;
}

.top-space {
    margin-top: -120px;
}

.gray-boxed-content h4 {
    font-size: 18px;
    color: #e8c478;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
}

.gray-boxed-content p {
    font-size: 14px;
    color: #403850;
    padding-bottom: 5px;
}

.gray-boxed-content a {
    font-size: 12px;
    color: #01d370;
    text-transform: uppercase;
    font-weight: 800;
}

    .gray-boxed-content a:hover {
        color: #7460ef;
    }

    .gray-boxed-content a i {
        font-size: 14px;
        color: #403850;
    }

.philosophy-bg {
    background: #efefef;
}

.philosophy-content {
    padding: 20px 20px 20px 20px;
}

.philosophy-green-bg {
    background-color: rgba(0,191,88,.8);
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 80%;
}

.philosophy-title {
    padding: 20px 40px 20px 40px;
    text-align: right;
}

    .philosophy-title h3 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 800;
        line-height: 30px;
    }

    .philosophy-title p {
        font-size: 20px;
        color: #ffffff;
        font-weight: 200;
        line-height: 22px;
    }

.philosophy-featured {
    list-style: none;
    padding: 0;
    margin: 0;
}

.philosophy-content h4 {
    font-size: 20px;
    color: #5743ac;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.philosophy-content p {
    color: #5b5b5b;
    font-size: 14px;
}

.philosophy-featured li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 7px;
    color: #5b5b5b;
    font-size: 14px !important;
}

.border-right {
    border-right: 1px solid #b7b7b7 !important;
}

.philosophy-featured li:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: .4rem;
    background-color: #23b5a1;
}

.news-box {
    background: #f6f6f6;
    padding: 30px 30px;
}

.recent-post-content p {
    color: #282828;
    font-weight: 800;
    font-transform: uppercase;
    padding-top: 20px;
}

    .recent-post-content p span {
        color: #23b5a1;
    }

.news-contect p {
    font-size: 14px;
    color: #626262;
    padding-bottom: 10px;
    font-weight: 400;
}

.alumni-box {
    margin: 15px 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.alumni-content {
    padding: 0px 10px;
}

    .alumni-content h5 {
        color: #1e1e1e;
        font-weight: 700;
        font-transform: uppercase;
        padding-top: 20px;
        font-size: 14px;
        padding-bottom: 10px;
    }

        .alumni-content h5 span {
            color: #23b5a1;
        }

    .alumni-content p {
        font-size: 14px;
        color: #626262;
        padding-bottom: 10px;
        font-weight: 400;
    }

.news-box h5 {
    color: #23b5a1;
    font-size: 14px;
    font-weight: 700;
}

/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
@media only screen and (min-width : 768px) {
    .flex-row.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .flex-row.row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}

/* Grow thumbnails to fill columns height */
.flex-row .news-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-row .alumni-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

/* Flex Grow Text Container */
.flex-row p.flex-text {
    flex-grow: 1;
}


/* pre hack for small devices */
pre {
    display: flex;
    flex: 1;
}

.flex-row.flex-code.row > [class*='col-'] .flex-text {
    flex-grow: 1;
    display: flex;
}

.noflex {
    display: block !important;
}

.bg-dark-30:before, .bg-dark-40:before, .bg-dark-60:before, .bg-dark-90:before, .bg-gradient:before, .bg-light-30:before, .bg-light-60:before, .bg-light-90:before {
    content: "";
    left: 0
}

.bg-dark-30:before, .bg-dark-40:before, .bg-dark-60:before, .bg-dark-90:before, .bg-light-30:before, .bg-light-60:before, .bg-light-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0
}

.bg-dark-30:before {
    background-color: rgba(0,0,0,.3);
    top: 0
}

.bg-dark-40:before {
    background-color: rgba(0,0,0,.4);
    top: 0
}

.bg-dark-60:before {
    background: rgba(0,0,0,.7);
    top: 0
}

.bg-dark-90:before {
    background: rgba(0,0,0,.9);
    top: 0
}

.bg-light-30:before {
    background: rgba(255,255,255,.3);
    top: 0
}

.bg-light-60:before {
    background: rgba(255,255,255,.6);
    top: 0
}

.bg-light-90:before {
    background: rgba(255,255,255,.9);
    top: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 28px;
    height: 25px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("/Images/theme/prev-arrow.jpg");
}

.carousel-control-next-icon {
    background-image: url("/Images/theme/next-arrow.jpg");
}

.speaker-box {
    padding: 10px 60px;
}

    .speaker-box h2 {
        font-size: 42px;
        color: #e8c478;
        font-weight: 800;
        line-height: 42px;
    }

    .speaker-box p {
        font-size: 16px;
        color: #2b2b2b;
    }

.green-box-content {
    background: #23b5a1;
    padding: 60px 80px;
}

.left-space {
    margin-left: -30px;
}

.left-space-60 {
    margin-left: -60px;
}

.green-box-content p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 20px;
}

    .green-box-content p span {
        font-size: 20px;
        font-weight: 500;
    }

.enquire-box h2 {
    font-size: 32px;
    color: #282828;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 10px;
    font-style: italic;
}

.enquire-box p {
    font-size: 16px;
    color: #535353;
    padding-bottom: 40px;
}

.blog-content-box {
    font-size: 16px;
    color: #535353;
}

    .blog-content-box p {
        font-size: 16px;
        color: #535353;
    }

    .blog-content-box ul li {
        font-size: 16px;
        color: #535353;
        padding-bottom: 5px;
    }

.vision-box-content {
    background: #23b5a1;
    padding: 0px 60px 0px 40px;
}

    .vision-box-content h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 800;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .vision-box-content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
    }

.slogan-box-user {
    background: url(/Images/theme/slogan.jpg) #534eab no-repeat right bottom;
    background-size: cover;
    margin-top: 60px;
}

.slogan-box-content {
    position: relative;
    padding: 40px 80px 10px 60px;
}

    .slogan-box-content h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 800;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .slogan-box-content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
        padding-bottom: 10px;
    }

.inner-space-page {
    padding-top: 300px;
    padding-bottom: 0px;
    background-size: cover;
}

.about-page {
    background-image: url("/Images/theme/about-us-bg.jpg");
}

.infrastructure-bg {
    background-image: url("/Images/theme/infrastructure-banner.jpg");
}

.icse-bg {
    background-image: url("../../../../index.html");
}

.cbsc-bg {
    background-image: url("/Images/theme/cbse-banner.jpg");
}

.ibdp-bg {
    background-image: url("/Images/theme/ibdp-banner.jpg");
}

.igcse-bg {
    background-image: url("/Images/theme/igcse-banner.jpg");
}

.lab-bg {
    background-image: url("../../../../index.html");
}

.library-bg {
    background-image: url("../../../../index.html");
}

.playground-bg {
    background-image: url("../../../../index.html");
}

.hostel-bg {
    background-image: url("../../../../index.html");
}

.creative-corner-bg {
    background-image: url("../../../../index.html");
}

.management-team-bg {
    background-image: url("/Images/theme/management-team-banner.jpg");
}

.alumni-bg {
    background-image: url("/Images/theme/alumni-banner.jpg");
}

.infirmary-bg {
    background-image: url("../../../../index.html");
}

.canteen-bg {
    background-image: url("../../../../index.html");
}

.photo-gallery-bg {
    background-image: url("../../../../index.html");
}

.rules-and-regulation-bg {
    background-image: url("../../../../index.html");
}

.stepwise-admission-procedure-bg {
    background-image: url("/Images/theme/stepwise-admission-procedure-banner.jpg");
}

.video-gallery-bg {
    background-image: url("/Images/theme/video-gallery-banner.jpg");
}

.client-bg-gradient {
    background: rgb(246,243,242);
    background: -moz-linear-gradient(180deg, rgba(246,243,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246,243,242,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(246,243,242,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f3f2",endColorstr="#ffffff",GradientType=1);
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.3);
}

.address p {
    color: #000;
    font-weight: 500;
}

.address span {
    font-weight: 700;
}

.address a {
    color: #ff6600;
    font-weight: 500;
}

.header-slider {
    background-color: #f6f3f2;
}

    .header-slider .header-content {
        padding: 90px 0;
    }

    .header-slider.w-sticky-menu .header-content {
        padding: 160px 0;
    }

.slide.one {
    background-image: url(/Images/theme/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
}

.slide.two {
    background-image: url(/Images/theme/banner-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
}

.banner-content {
    position: absolute;
    z-index: 99;
}

.tabs_wrapper {
    width: 100%;
    position: relative;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0px;
    padding: 0;
    width: 33%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    ul.tabs li {
        margin: 0;
        display: inline-block;
        cursor: pointer;
        color: #2d2d2d;
        text-align: center;
        font-weight: 700;
        position: relative;
        padding: 20px 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 180px;
        margin-bottom: 10px;
        margin-right: 10px;
        text-transform: uppercase;
        font-size: 14px !important;
    }

        ul.tabs li svg {
            padding-top: 10px;
        }

        ul.tabs li p {
            color: #2d2d2d;
            padding-top: 10px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
        }

        ul.tabs li:hover {
            background: #41bba9;
            color: #ffffff;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            ul.tabs li:hover p {
                color: #ffffff;
            }

        ul.tabs li.active p {
            color: #ffffff;
        }
        /* HOVER COLOR */

        ul.tabs li:hover .white-hover {
            fill: #ffffff;
        }

        /* HOVER COLOR */

        ul.tabs li.active .white-hover {
            fill: #ffffff;
        }


        ul.tabs li.active {
            background: #41bba9;
            color: #ffffff;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 66%;
    min-width: 10px;
    text-align: left;
    background: #f6f6f6;
}

.tab_content {
    padding: 40px 40px;
    height: 100%;
    display: none;
}

    .tab_content h2 {
        font-size: 22px;
        color: #5743ac;
        font-weight: 800;
        line-height: 22px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .tab_content p {
        font-size: 14px;
        color: #403850;
        padding-bottom: 10px;
    }

    .tab_content a {
        font-size: 12px;
        color: #01d370;
        text-transform: uppercase;
        font-weight: 800;
    }

        .tab_content a:hover {
            color: #7460ef;
        }

        .tab_content a i {
            font-size: 14px;
            color: #403850;
        }

.tab_drawer_heading {
    display: none;
}
/* The "Add a note" button: */

@media screen and (min-width: 1024px) and (max-width: 1028px) {

    ul.tabs {
        width: 42%;
    }

    .tab_container {
        width: 57%;
    }
}

@media screen and (max-width: 768px) {
    ul.tabs {
        width: 100%;
    }

        ul.tabs li {
            width: 220px;
            margin-left: 5px;
            margin-right: 5px;
        }
}

@media screen and (max-width: 767px) {
    ul.tabs {
        width: 100%;
    }

        ul.tabs li {
            width: 140px;
            margin-left: 5px;
            margin-right: 5px;
        }
}


/* particles */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}

/* end of particles */
/* video background */
header.video-wrapper {
    padding: 0;
    position: relative;
    z-index: 0;
}

    header.video-wrapper .video-header-spacing {
        position: relative;
        z-index: 1;
    }

    header.video-wrapper .video-header-spacing {
        padding: 100px 0;
    }

    header.video-wrapper #bgvideo {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #eeeeee;
    }

.video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: white;
}

    .video-wrapper .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
    }

    .video-wrapper video {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* end of video background */
/*--- end of headers ---*/
/*--- promo box ---*/
img.promo-box-icon {
    max-width: 70px;
    margin-bottom: 20px;
}

.box-heading {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: normal;
    color: #3c3c3c;
    padding-top: 10px;
}

.box-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1e1e1e;
    padding-top: 10px;
}

.box-description {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e1e;
}


/*--- end of promo box ---*/
/*--- portfolio ---*/
.project {
    margin: 15px 0;
}

.no-gutter .project {
    margin: 0 !important;
    padding: 0 !important;
}

.project-title {
    font-size: 1.5rem;
}

.project-skill {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06rem;
}

/* lightbox */
.mfp-bg {
    background: #232323 !important;
    opacity: 0.9 !important;
}

.body.dark .mfp-figure:after {
    box-shadow: none !important;
    background: #333333 !important;
}

.mfp-figure:after {
    box-shadow: none !important;
    background: #e9f0f4 !important;
}

.mfp-close {
    color: white;
    opacity: 0.7;
    font-size: 30px;
    top: -50px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .mfp-close:hover {
        opacity: 1;
    }

.mfp-arrow {
    color: white;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    opacity: 0.7 !important;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .mfp-arrow:hover {
        opacity: 1 !important;
    }

    .mfp-arrow:after {
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;
        top: 5px !important;
    }

.mfp-arrow-right:before {
    border-left: none !important;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:after {
    content: "\f30b" !important;
    font-size: 40px;
    border-right: none !important;
    margin-left: 25px !important;
}

.mfp-arrow-left:after {
    content: "\f30a" !important;
    font-size: 40px;
    border-right: none !important;
    margin-left: 30px !important;
}

/* end of lightbox */
/* effect show */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 2;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: all .3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .hovereffect:hover img {
        -ms-transform: scale(1.15);
        -webkit-transform: rotate(1.15);
        transform: scale(1.15);
    }

.hovereffect-title h5 {
    color: white;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px;
}

.hovereffect-title p {
    color: white;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 52%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px;
}

.hovereffect-title i {
    font-size: 16px;
    color: white;
    background: transparent;
    position: absolute;
    top: 90%;
    left: 90%;
    margin-top: -8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.7;
}

.tall-project .hovereffect-title i {
    top: 94%;
    left: 90%;
}

.hovereffect-title i:hover {
    opacity: 1;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* end of effect show */
/* line effect */
#portfolio.line-effect .project {
    margin: 0 !important;
    padding: 0 !important;
}

ul.portfolio.line-effect {
    margin-bottom: 0 !important;
}

.portfolio.line-effect figure {
    margin: 15px !important;
}

    .portfolio.line-effect figure img {
        position: relative;
        display: block;
        min-height: 100%;
        opacity: 1;
    }

    .portfolio.line-effect figure figcaption::before,
    .portfolio.line-effect figure figcaption::after {
        pointer-events: none;
    }

    .portfolio.line-effect figure figcaption,
    .portfolio.line-effect figure a.project-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .portfolio.line-effect figure a.project-link {
        z-index: 0;
    }

    .portfolio.line-effect figure h2.hover-title {
        word-spacing: -0.15rem;
    }

    .portfolio.line-effect figure h2 span {
        font-weight: 300;
    }

    .portfolio.line-effect figure h2,
    .portfolio.line-effect figure p {
        margin: 0;
    }

        .portfolio.line-effect figure p.project-skills {
            letter-spacing: 1px;
        }

.effect-bubba {
    background-color: black;
}

    .effect-bubba img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .effect-bubba:hover img {
        opacity: 0.2 !important;
    }

    .effect-bubba figcaption::before,
    .effect-bubba figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .effect-bubba figcaption::before {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .effect-bubba figcaption::after {
        border-right: 2px solid white;
        border-left: 2px solid white;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .effect-bubba .hover-content {
        padding-top: 33%;
    }

.tall-project .effect-bubba .hover-content {
    padding-top: 60%;
}

.effect-bubba h2.hover-title {
    opacity: 0;
    font-size: 1.5em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.effect-bubba p {
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.effect-bubba:hover figcaption::before,
.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-bubba:hover h2, .project-tall .effect-bubba:hover h2, .effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-bubba a.image-lightbox {
    z-index: 2;
}

.effect-bubba i {
    font-size: 16px;
    color: white;
    background: transparent;
    position: absolute;
    top: 90%;
    left: 90%;
    margin-top: -8px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.effect-bubba:hover i {
    opacity: 1;
    top: 83%;
    left: 85%;
}

.tall-project .effect-bubba i {
    top: 93%;
    left: 90%;
}

.tall-project .effect-bubba:hover i {
    top: 90%;
    left: 85%;
}

.effect-bubba i:hover {
    opacity: 1;
}

/* end of line effect */
/* info effect */
#portfolio.info-effect .project {
    margin: 0 !important;
    padding: 0 !important;
}

ul.portfolio.info-effect {
    margin-bottom: 0 !important;
}

.portfolio.info-effect figure {
    margin: 15px !important;
}

    .portfolio.info-effect figure img {
        position: relative;
        display: block;
        min-height: 100%;
        opacity: 1;
    }

    .portfolio.info-effect figure figcaption::before,
    .portfolio.info-effect figure figcaption::after {
        pointer-events: none;
    }

    .portfolio.info-effect figure figcaption,
    .portfolio.info-effect figure a.project-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .portfolio.info-effect figure a.project-link {
        z-index: 0;
    }

    .portfolio.info-effect figure h2.hover-title {
        word-spacing: -0.15rem;
    }

    .portfolio.info-effect figure h2 span {
        font-weight: 300;
    }

    .portfolio.info-effect figure p.project-skills {
        letter-spacing: 1px;
    }

.effect-info {
    background-color: black;
}

    .effect-info img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .effect-info:hover img {
        opacity: 0.2 !important;
    }

    .effect-info .hover-content {
        padding-top: 33%;
    }

.tall-project .effect-info .hover-content {
    padding-top: 60%;
}

.effect-info .project-icons {
    opacity: 0;
    font-size: 1.5em;
    color: white;
    text-align: center;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    z-index: 2;
    position: relative;
}

    .effect-info .project-icons a {
        color: white;
        margin: 5px;
        opacity: 0.7;
    }

        .effect-info .project-icons a:hover {
            opacity: 1;
        }

.effect-info p.project-skill {
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.effect-info:hover figcaption::before,
.effect-info:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-info:hover .project-icons, .project-tall .effect-info:hover .project-icons, .effect-info:hover p.project-skill {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-info .project-info {
    z-index: 3;
    position: relative;
}

.effect-info .project-info-skill {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 15px;
    background: #7460ef;
    max-width: 50%;
    margin: 0 auto;
    float: none;
}

.project-box {
    padding: 15px;
}

/* end of info effect */
/* portfolio-filter */
.portfolio-filter {
    margin-top: 30px;
    margin-bottom: 15px;
}

.no-gutter .portfolio-filter {
    margin-bottom: 30px;
}

.portfolio-filter.list-inline li {
    display: inline-block;
    padding: 0;
}

.portfolio-filter a {
    color: #999999;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 40px;
    border-radius: 2px;
    margin: 0 5px;
    padding: 8px 10px;
}

    .portfolio-filter a:hover {
        color: #7460ef;
        background-color: transparent;
    }

    .portfolio-filter a.active {
        color: #7460ef;
        background-color: transparent;
    }

        .portfolio-filter a.active:hover {
            color: #5240bd;
            background-color: transparent;
        }

/* end of portfolio-filter */
/*--- end of portfolio ---*/
/*--- facts section ---*/
#facts.has-background {
    padding: 80px 0;
}

.fact-item {
    margin: 15px 0;
}

.fact-icon {
    font-size: 36px;
}

#facts .timer {
    padding: 2px 0;
    font-size: 2rem;
}

.fact-title {
    font-weight: 700;
    color: #777777;
}

/*--- end of facts section ---*/
/*--- info section ---*/
#info {
    padding: 100px 0;
}

#info2 {
    padding: 100px 0;
}

.info-bg {
    background-image: url("../../../../index.html");
}

.feature.block {
    margin: 30px 0;
}

.feature i {
    font-size: 2.5rem;
}

.feature-block-image {
    max-width: 60px;
}

.feature-left .feature-icon {
    position: absolute;
    float: left;
    left: 15px;
}

.feature-left .feature.block.wimage {
    text-align: left;
    padding-left: 75px;
}

.feature-left .feature {
    text-align: left;
    padding-left: 51px;
}

.feature-center {
    text-align: center;
}

    .feature-center .feature-icon {
        margin-bottom: 10px;
    }

.feature-right .feature.block.wimage {
    text-align: right;
    padding-right: 75px;
}

.feature-right .feature-icon {
    position: absolute;
    float: right;
    right: 15px;
}

.feature-right .feature {
    text-align: right;
    padding-right: 51px;
}

/*--- end of info section ---*/
/*--- clients section ---*/
#clients {
    padding: 100px 0;
}

#clients-carousel img {
    width: 100%;
    margin: 0 auto;
}

/*--- end of clients section ---*/
/*--- blog section ---*/
#news {
    padding: 100px 0;
}

.blog.block {
    margin: 15px 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.post-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 2;
}

    .post-image img {
        display: block;
        position: relative;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .post-image:hover img {
        -ms-transform: scale(1.05);
        -webkit-transform: rotate(1.05);
        transform: scale(1.05);
        opacity: 0.75;
    }

.post-title a {
    color: #222222;
    font-family: "Montserrat", sans-serif !important;
}

    .post-title a:hover {
        color: #7460ef;
    }

.post-content {
    background: white;
    padding: 30px;
}

    .post-content .comments-info {
        font-family: "Montserrat", sans-serif !important;
    }

.post-meta p {
    font-family: "Montserrat", sans-serif !important;
}

.small-slider.carousel-full-nav .owl-prev, .small-slider.carousel-full-nav .owl-next {
    font-size: 1.75rem !important;
    top: 46%;
}

/*--- end of blog section ---*/
/*--- contact section ---*/
#contact {
    padding: 100px 0;
}

.contact-bg {
    background-image: url("../../../../index.html");
}

.contact-bg-color {
    background-image: url("/Images/theme/contact-bg-color.jpg");
}

#contact .box-description {
    font-weight: 400;
}

    #contact .box-description a {
        color: #999999;
    }

        #contact .box-description a:hover {
            color: #7460ef;
        }

.with-errors ul {
    margin-bottom: 0;
}

.with-errors li {
    color: #f03739;
    margin-top: -22px;
    margin-left: 22px;
}

.with-errors.text-area li {
    color: #f03739;
    margin-top: -30px;
    margin-left: 22px;
}

.btn-submit {
    width: 100%;
    opacity: 1 !important;
}

    .btn-submit:hover {
        background: #5240bd !important;
        border-color: #5240bd !important;
    }

    .btn-submit.btn-info:hover {
        background: #1397af !important;
        border-color: #1397af !important;
    }

#msgSubmit {
    font-size: 1.25rem;
    margin-top: 15px;
}

.has-danger .form-control {
    border-color: #f03739 !important;
}

/*--- end of contact section ---*/
/*--- pages ---*/
/* about */
#team {
    padding: 50px 0;
}

.team.block {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

#testimonials {
    padding: 100px 0;
    background-image: url("../../../../index.html");
}

.testimonial-image {
    max-width: 120px;
    margin: 0 auto 15px auto;
}

/* end of about */
/* services */
/* pricing tables */
#pricing {
    padding: 50px 0;
}

.pricing-table {
    background: #e9f0f4;
    text-align: center;
    margin: 15px 0;
}

    .pricing-table ul, .pricing-table ol {
        margin-bottom: 0;
        padding-left: 0;
    }

.pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
    margin-bottom: 0;
}

.pricing-table-price {
    background: #cdd4d8;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 30px;
}

    .pricing-table-price.w-rounded-price {
        display: table;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto 30px auto;
        padding: 0;
    }

.rounded-price {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .rounded-price .pricing-price {
        font-size: 1.75rem;
    }

    .rounded-price .pricing-currency {
        vertical-align: 10px;
    }

.pricing-table-price p {
    color: #111111;
    margin-bottom: 0;
}

.pricing-currency {
    font-size: 1rem;
    font-weight: 700;
    vertical-align: 25px;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 700;
}

.pricing-period {
    font-weight: 700;
}

.pricing-table-content li {
    margin-bottom: 15px;
}

.pricing-table-button {
    padding: 15px 0 35px;
}

.featured.pricing-table {
    background: #7460ef;
}

    .featured.pricing-table .pricing-title {
        color: white;
    }

    .featured.pricing-table .pricing-table-content ul li {
        color: #eeeeee;
    }

    .featured.pricing-table .pricing-table-price {
        background: #5240bd;
    }

        .featured.pricing-table .pricing-table-price p {
            color: white;
        }

/* end of pricing tables */
/* end of services */
/* single-project */
#project-details.background-change {
    padding: 50px 0;
}

.project-details-image {
    position: absolute;
    background: url(../../../../index.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    height: 100%;
    left: 0;
}

.project-details-image2 {
    position: absolute;
    background: url(../../../../index.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    height: 100%;
    left: 0;
}

.project-details-image3 {
    position: absolute;
    background: url(../../../../index.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    height: 100%;
    left: 0;
}

.project-info .info {
    margin-bottom: 15px;
}

    .project-info .info p, .project-info .info a {
        font-weight: 700;
        color: #aaaaaa;
    }

        .project-info .info a:hover {
            color: #7460ef;
        }

.project-info .info-title {
    font-family: "Montserrat", sans-serif;
    color: #777777;
}

.section-w-image {
    position: relative;
}

.section-description {
    padding: 30px;
}

.pagination {
    padding: 50px 0;
}

.btn-direction {
    color: #999999;
}

    .btn-direction:hover {
        color: #7460ef !important;
    }

#share-post {
    padding: 50px 0;
}

/* end of single-project */
/* blog */
.quote-image {
    border-radius: 100%;
}

.quote-icon {
    color: #eeeeee;
    font-size: 2rem;
}

.comments {
    background-color: white;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

#comment-form textarea {
    max-width: 100%;
    height: 106px;
    min-height: 106px !important;
    max-height: 211px;
}

#comments img {
    max-width: 65px;
    border-radius: 50%;
}

.media {
    margin-top: 15px;
}

    .media-left, .media > .pull-left {
        padding-right: 10px;
    }

/* end of blog */
#components .text-muted {
    color: #aaaaaa !important;
}

/* contact */
#contact-info .box-description {
    font-weight: 400;
}

    #contact-info .box-description a {
        color: #999999;
    }

        #contact-info .box-description a:hover {
            color: #7460ef;
        }

/* end of contact */
/*--- end of pages ---*/
/*--- instagram feed ---*/
.instagram-item {
    position: relative;
    background: #7460ef;
}

.instagram-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .2s ease-in-out;
    backface-visibility: hidden;
}

.middletwo {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
    text-align: center;
}

.instagram-item:hover .instagram-image {
    opacity: 0.1;
}

.instagram-item:hover .middle {
    opacity: 1;
}

.hover-icon {
    color: white;
    font-size: 24px;
}

/*--- end of instagram feed ---*/
/*--- widgets ---*/
.sidebar-widget {
    background-color: white;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.about-image img {
    max-width: 150px;
    border-radius: 100%;
    margin: 15px auto;
}

.about-image.big img {
    max-width: 300px;
    margin-bottom: 30px;
}

.recent-posts {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .recent-posts.first {
        margin-top: 0;
    }

.recent-post-image img {
    max-width: 90px;
    float: left;
    margin-right: 15px;
}

.sidebar-widget .recent-post-image img {
    max-width: 95px;
}

.recent-post-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900 !important;
}

/*--- end of widgets ---*/
/*--- reveal-footer ---*/
#main-content {
    z-index: 1;
    position: relative;
    background: #f7f7f7;
}

#reveal-footer {
    height: 79px;
    position: relative;
    z-index: -2;
}

    #reveal-footer.has-footer-widgets {
        height: 600px;
    }

        #reveal-footer.has-footer-widgets.smaller {
            height: 502px;
        }

    #reveal-footer .reveal-content {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

/*--- end of reveal-footer ---*/
/*--- scroll to top ---*/
.scroll-to-top {
    color: #999999;
    width: 56px;
    height: 56px;
    bottom: 2vh;
    /* bottom: 65px;*/
    right: 18px;
    line-height: 56px;
    position: fixed;
    text-align: center;
    font-size: 24px;
    z-index: 99;
}

    .scroll-to-top.is-hidden {
        opacity: 0;
        -webkit-transform: translate(0, -5px);
        -webkit-transition: -webkit-transform 0.2s, background 0.2s, color 0.2s, opacity 0 0.2s;
    }

    .scroll-to-top.is-visible {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
    }

    .scroll-to-top:hover, .scroll-to-top:active, .scroll-to-top:focus {
        color: white;
        background: transparent;
    }

    .scroll-to-top.dark-scroll {
        color: white;
        background: transparent;
    }

        .scroll-to-top.dark-scroll:hover, .scroll-to-top.dark-scroll:active, .scroll-to-top.dark-scroll:focus {
            color: white;
            background: transparent;
        }


.contact-right {
    width: 37px;
    /*top: 100px;*/
    top: 20vh;
    /*top: 175px;*/
    right: 0px;
    position: fixed;
    z-index: 99;
}

/*--- end of scroll to top ---*/
/*------- end of template styles -------*/
/*------- media screens -------*/
/*------- max-widths -------*/
/*------- 1300px -------*/
@media only screen and (max-width: 1200px) {
    header.video-wrapper .video-header-spacing {
        padding: 50px 0;
    }
}
/*------- end of 1300px -------*/
/*------- 1200px -------*/
@media only screen and (max-width: 1200px) {
    .navbar-expand-lg .form-inline {
        display: block;
        margin: .5rem auto;
    }

    .boxed-container {
        margin: 0 auto;
    }

    #reveal-footer.has-footer-widgets {
        height: 700px;
    }
}
/*------- end of 1200px -------*/
/*------- 1024px -------*/
@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
    }

    #reveal-footer {
        height: auto;
    }

        #reveal-footer.has-footer-widgets {
            height: auto;
        }

        #reveal-footer .reveal-content {
            position: relative;
        }
}
/*------- end of 1024 -------*/
/*------- 991px -------*/
@media only screen and (max-width: 991px) {
    .navbar-expand-lg > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-expand-lg.menu-line.nav-scroll li a span {
        padding-bottom: 8px;
    }

    .navbar-expand-lg.navbar-light .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.97);
    }

    .navbar-expand-lg.navbar-light.nav-scroll .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.97);
    }

    .navbar-expand-lg.navbar-inverse .navbar-collapse {
        background-color: #232323;
    }

    .navbar {
        padding: 1rem;
    }

    .navbar-collapse {
        margin-top: .625rem;
    }

    .nav-link {
        padding: 1rem 0;
    }

    .navbar-expand-lg .navbar-brand {
        margin-left: 0;
    }

    .dropdown-menu {
        box-shadow: none;
        max-width: 600px;
        margin: 0 auto;
    }

        .dropdown-menu.mega-menu {
            padding: 0;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            max-height: 260px;
        }

    .navbar-expand-lg .mega-menu .sub-menu {
        border-left: none;
    }

        .navbar-expand-lg .mega-menu .sub-menu:first-child {
            padding-bottom: 0;
        }

    .dropdown-item {
        text-align: center;
    }

    .nav-icon .md-icon {
        margin: 5px;
    }

    .icon-dropdowns .form-inline {
        text-align: center;
    }

    .navbar-expand-lg .form-inline {
        display: block;
        margin: .5rem auto;
    }

    .icon-dropdowns .count {
        top: 5px;
        right: auto;
        margin-left: -8px;
    }

    .split-menu .navbar-brand {
        display: none;
    }

        .split-menu .navbar-brand.mobile-brand {
            display: contents;
        }

    .after-dropdown {
        margin-left: 0;
    }

    .custom-menu .dropdown-toggle::after {
        top: 14px;
    }

    .nav-button {
        margin-left: 0;
        display: inline-block;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .popover-example .popover {
        max-width: 100%;
        width: 44%;
        margin: 3%;
    }

    header {
        padding: 50px 0;
    }

    .header-content {
        text-align: center;
    }

        .header-content.has-raised-content {
            padding-bottom: 30px;
        }

    header.main-demo {
        background-image: url("../../../../index.html");
    }

    .header-content {
        padding: 20px 0;
    }

    #particles-js {
        height: 400px;
    }

    .content-wrapper-raised {
        margin-top: -30px;
    }

    .project-details-image, .project-details-image2, .project-details-image3, .project-details-image4, .project-details-image5, .project-details-image6 {
        position: relative;
        height: 500px;
    }

    .footer-left-area {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-right-area {
        text-align: center;
    }

    .cta .col-md-8, .cta .col-md-4 {
        text-align: center !important;
        margin: 0 !important;
    }

        .cta .col-md-4 .btn {
            margin: 12px 0 0 0 !important;
        }

    .cs-wrapper .newsletter-form {
        max-width: 100%;
    }
}
/*------- end of 991px -------*/
/*------- 767px -------*/
@media only screen and (max-width: 767px) {
    body.components, html.components {
        background-color: #f7f7f7;
    }

    body.bg-inverse {
        background: #232323;
    }

    .content {
        background: transparent;
        padding: 30px 0;
    }

    .w80 {
        max-width: 100% !important;
    }

    .w70 {
        max-width: 100% !important;
    }

    .w60 {
        max-width: 100% !important;
    }

    .w50 {
        max-width: 100% !important;
    }

    .content-wrapper-lowered {
        margin-bottom: 30px;
    }

    .navbar-expand-sm .form-inline {
        display: block;
        margin: .5rem auto;
    }

    #menu-toggle {
        color: #7460ef;
        background: white;
        border: 1px solid #eeeeee;
        font-size: 30px;
        line-height: 1;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        padding: 10px 15px;
    }

    #icon-nav-wrapper #menu-toggle {
        color: #7460ef;
        background: white;
        border-color: #7460ef;
        font-size: 24px;
        padding: 8px 14px;
        line-height: 1;
        display: block;
    }

    .sidebar-nav-inverse #menu-toggle {
        color: #7460ef;
        background: #232323;
        border: none;
    }

    #icon-nav-wrapper.side-nav-inverse #menu-toggle {
        color: #7460ef;
        background: #232323;
        border: none;
    }

    #info, #info2 {
        padding: 50px 0;
    }

    .feature.block {
        margin: 30px 0 !important;
    }

    .feature-left .feature-icon {
        position: relative;
        float: none;
        left: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .feature-right .feature-icon {
        position: relative;
        float: none;
        right: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .feature-left .feature {
        text-align: center;
        padding-left: 0;
    }

    .feature-right .feature {
        text-align: center;
        padding-right: 0;
    }

    .feature-left .feature.block.wimage {
        text-align: center;
        padding-left: 0;
    }

    .feature-right .feature.block.wimage {
        text-align: center;
        padding-right: 0;
    }

    .feature-block-image {
        margin: 0 auto !important;
    }

    header .breadcrumb.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .fact-title {
        margin-bottom: 30px;
    }

    .cta .col-sm-8, .cta .col-sm-4 {
        text-align: center !important;
        margin: 0 !important;
    }

        .cta .col-sm-4 .btn {
            margin: 12px 0 0 0 !important;
        }

    .hide-tablet {
        display: none !important;
    }

    .cs-wrapper {
        max-width: 100%;
    }

    .scroll-to-top {
        display: none;
    }

    footer .text-left, footer .text-right {
        display: block !important;
        text-align: center !important;
    }
}
/*------- end of 767px -------*/
/*------- 575px -------*/
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
    }

    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-toggler-right {
        right: 0;
    }

    .navbar-toggler-left {
        left: 0;
    }

    .header-content {
        padding: 0 15px;
    }

    .form-inline .form-control {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .form-inline .btn {
        display: block;
        width: 70%;
        margin: 5px auto;
    }

    .popover-example .popover {
        width: 90%;
        margin: 5%;
    }

    .top-menu {
        text-align: center;
    }

        .top-menu .left-area {
            display: block;
            float: none !important;
            margin-bottom: 10px;
            padding: 0 !important;
        }

        .top-menu .right-area {
            display: block;
            float: none !important;
            padding: 0 !important;
        }

    #countdown {
        width: 300px !important;
    }

    .error-wrapper .search-form {
        max-width: 100%;
    }

    footer {
        text-align: center;
    }

    .header-slider.w-sticky-menu .header-content {
        padding: 60px 9px;
    }

    .slide.one {
        min-height: 409px;
    }

    .slide.two {
        min-height: 409px;
    }
}
/*------- end of 575px -------*/
/*------- 480px -------*/
@media only screen and (max-width: 480px) {
    header h1 {
        font-size: 1.875rem;
    }

    header h2 {
        font-size: 1.75rem;
    }

    header h3 {
        font-size: 1.5rem;
    }

    .project-details-image, .project-details-image2, .project-details-image3, .project-details-image4, .project-details-image5, .project-details-image6 {
        height: 300px;
    }

    .custom-form .left-area {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .custom-form .right-area {
        display: block;
        width: 100%;
        text-align: left;
    }

    .custom-form .left-area.long {
        width: 100%;
    }

    .custom-form .right-area.long {
        width: 100%;
    }

    .custom-form .left-area.short {
        width: 100%;
    }

    .custom-form .right-area.short {
        width: 100%;
    }

    .modal-footer.custom-form {
        display: block;
    }

    #countdown {
        width: 100% !important;
    }

    .hide-mobile {
        display: none !important;
    }
}
/*------- end of 480px -------*/
/*------- 400px -------*/
@media only screen and (max-width: 400px) {
    .top-nav {
        text-align: center;
    }

        .top-nav .left {
            display: block;
        }

        .top-nav .right {
            float: none;
            display: block;
        }

    .pager {
        text-align: center;
    }

    .pager-left, .pager-right {
        display: block;
    }

    .pager-right {
        float: none;
    }
}
/*------- end of 480px -------*/
/*------- end of max-widths -------*/
/*------- min-and-max-widths -------*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .custom-form .left-area {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .custom-form .right-area {
        display: block;
        width: 100%;
        text-align: left;
    }

    .custom-form .left-area.long {
        width: 100%;
    }

    .custom-form .right-area.long {
        width: 100%;
    }

    .custom-form .left-area.short {
        width: 100%;
    }

    .custom-form .right-area.short {
        width: 100%;
    }
}
/*------- end of min-and-max-widths -------*/
/*------- min-widths -------*/
/*------- 576px -------*/
@media only screen and (min-width: 576px) {
    .container {
        max-width: 640px;
    }

    .col-sm-6.sub-col-left {
        padding-right: 7.5px;
    }

    .col-sm-6.sub-col-right {
        padding-left: 7.5px;
    }
}
/*------- end of 576px -------*/
/*------- 768px -------*/
@media only screen and (min-width: 768px) {
    .container {
        max-width: 800px;
    }

    .col-md-6.sub-col-left {
        padding-right: 7.5px;
    }

    .col-md-6.sub-col-right {
        padding-left: 7.5px;
        width: 100%;
    }

    #wrapper {
        padding-left: 300px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #icon-nav-wrapper {
        padding-left: 100px;
    }

        #icon-nav-wrapper.toggled {
            padding-left: 0;
        }

    #icon-nav-sidebar-wrapper {
        width: 100px;
    }

    #icon-nav-wrapper.toggled #icon-nav-sidebar-wrapper {
        width: 0;
    }

    #icon-nav-page-content-wrapper {
        position: relative;
    }

    #icon-nav-wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*------- end of 768px -------*/
/*------- 992px -------*/
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

        .container.container-lg {
            max-width: 1100px;
        }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem 1.3rem;
    }

    .custom-menu.navbar-expand-lg .navbar-nav .nav-link {
        padding: .75rem 1rem;
    }

    .menu-pills .navbar-nav .nav-link {
        padding: 1rem 1.75rem !important;
        margin: 0 2px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu.mega-menu {
        min-width: 360px;
    }

    .navbar-expand-lg .icon-dropdowns .nav-link {
        padding: .75rem !important;
    }

    .navbar-expand-lg.stacked-menu > .container {
        display: block;
    }

    .col-lg-6.sub-col-left {
        padding-right: 7.5px;
    }

    .col-lg-6.sub-col-right {
        padding-left: 7.5px;
    }

    #portfolio.col4 .project-title {
        font-size: 1.1rem;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    #portfolio.col4 .project-skill {
        font-size: 10px;
        padding-top: 5px;
    }
}
/*------- end of 992px -------*/
/*------- 1200px -------*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
/*------- end of 1200px -------*/
/*--- end of min-widths ---*/
/*--- max-heights ---*/
@media only screen and (max-height: 480px) {
    .hamburger-nav .navbar-collapse .navbar-nav {
        top: 15%;
    }

    .hamburger-nav .navbar-collapse .nav-link {
        font-size: 15px;
    }
}

@media only screen and (max-height: 320px) {
    .hamburger-nav .navbar-collapse .navbar-nav {
        top: 5%;
    }

    .hamburger-nav .navbar-collapse .nav-link {
        font-size: 12px;
    }
}
/*--- end of max-heights ---*/
/*------- end of media screens -------*/

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.mk-teams h3 {
    font-size: 26px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #0234a0;
    margin-bottom: 10px;
}

.mk-teams p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    line-height: 28px;
    padding-top: 10px;
}

.bx-equal {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bx-equal-container {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 40px;
}

    .bx-equal-container h3 {
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .bx-equal-container p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .bx-equal-container a {
        color: #fff;
    }

.event-box-content {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
}

    .event-box-content h3 {
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .event-box-content h5 {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
    }

    .event-box-content p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 30px;
    }

.top-spc {
    top: 40px !important;
}

    .top-spc h3 {
        margin-bottom: 30px !important;
    }

.event-box-content a {
    color: #fff;
}

.news-bg {
    background: #dcae4e;
}

.event-bg {
    background: #4f78cb;
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .flex-container::after, .flex-container::before {
        display: none
    }

    .flex-container .vertical-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .flex-container .vertical-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex-container .vertical-middle {
        -ms-flex-item-align: center;
        align-self: center
    }

    .flex-container .column__background, .flex-container .component--block__link {
        height: 100%
    }

@media screen and (min-width: 1300px) and (max-width: 1400px) {

    .footer-widgets {
        padding: 150px 10px 10px 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1028px) {

    .start-here h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .start-here h5 {
        font-size: 18px;
    }

    .playbtn-box {
        top: 80px;
    }

    .admission {
        left: 150px;
    }

    .fixed-top.nav-scroll .admission {
        left: 210px;
    }

    .philosophy-title {
        padding: 20px 20px 20px 20px;
    }

    .w50 {
        max-width: 85% !important;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-brand img {
        max-height: 65px;
    }

    .fixed-top.nav-scroll {
        padding: 0 10px;
    }

    .header-content h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-content p {
        font-size: 20px;
        line-height: 22px;
    }

    .about-para {
        padding-top: 20px;
    }

    .videobox {
        padding-top: 40px;
    }

    .abs-svg-bottom {
        display: none;
    }

    .start-here h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .start-here h5 {
        font-size: 18px;
        color: #ffffff;
    }

    .playbtn-box {
        top: 50px;
    }

    .playbox-image h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .overlay.open {
        opacity: .95;
        visibility: visible;
        padding: 60px 10px;
    }

    .navmenu-col {
        text-align: left;
    }

    .about-para p {
        font-size: 14px;
    }

    .social-footer a {
        display: inline-block;
    }

    .infrastructure h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .infrastructure p {
        font-size: 14px;
    }

    .gray-boxed-content {
        padding: 20px 20px;
    }

    .green-box-content {
        background: #23b5a1;
        padding: 20px 40px;
    }

        .green-box-content p {
            font-size: 16px;
            padding-bottom: 0px;
        }

    .speaker-box h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .speaker-box p {
        font-size: 14px;
    }

    .left-space {
        margin-left: 0px;
    }

    .left-space-60 {
        margin-left: 0px;
    }

    .slogan-box-user {
        margin-top: 0px;
    }

    .speaker-box {
        padding: 10px 20px;
    }

    .top-spc {
        top: 25px !important;
    }

        .top-spc h3 {
            margin-bottom: 10px !important;
        }

    .event-box-content p {
        margin-bottom: 10px;
    }

    .bx-equal-container h3 {
        margin-bottom: 10px;
    }

    .bx-equal-container p {
        margin-bottom: 10px;
    }

    .bx-equal-container {
        padding: 20px 20px;
    }

    .event-box-content {
        left: 20px;
        right: 20px;
    }

    .footer-widgets {
        padding: 30px 8px 35px 8px;
    }

    .tab-slide-box h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .tab-slide-box p {
        font-size: 14px;
        color: #272624;
        padding-bottom: 10px;
    }

    .admission {
        left: 100px;
    }

    .philosophy-content {
        padding: 30px 20px 20px 20px;
    }

    .inner-space-page {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .border-right {
        border-right: 0px !important;
    }

    .w50 {
        max-width: 90% !important;
    }
}


@media only screen and (max-width: 767px) {

    .navbar-brand img {
        /* max-height: 65px;*/
        width: 30vh;
        max-height: 7vh;
    }

    .fixed-top.nav-scroll {
        padding: 0 10px;
    }

    .header-content h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-content p {
        font-size: 20px;
        line-height: 22px;
    }

    .about-para {
        padding-top: 20px;
    }

    .videobox {
        padding-top: 40px;
    }

    .abs-svg-bottom {
        display: none;
    }

    .start-here h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .start-here h5 {
        font-size: 18px;
        color: #ffffff;
    }

    .playbtn-box {
        top: 50px;
    }

    .playbox-image h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .overlay.open {
        opacity: .95;
        visibility: visible;
        padding: 60px 10px;
    }

    .navmenu-col {
        text-align: center;
    }

    .about-para p {
        font-size: 14px;
    }

    .social-footer a {
        display: inline-block;
    }

    .infrastructure h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .infrastructure p {
        font-size: 14px;
    }

    .gray-boxed-content {
        padding: 20px 20px;
    }

    .green-box-content {
        background: #23b5a1;
        padding: 20px 40px;
    }

        .green-box-content p {
            font-size: 16px;
            padding-bottom: 0px;
        }

    .speaker-box h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .speaker-box p {
        font-size: 14px;
    }

    .left-space {
        margin-left: 0px;
    }

    .left-space-60 {
        margin-left: 0px;
    }

    .speaker-box {
        padding: 10px 20px;
    }

    .top-spc {
        top: 25px !important;
    }

        .top-spc h3 {
            margin-bottom: 10px !important;
        }

    .event-box-content p {
        margin-bottom: 10px;
    }

    .bx-equal-container h3 {
        margin-bottom: 10px;
    }

    .bx-equal-container p {
        margin-bottom: 10px;
    }

    .bx-equal-container {
        padding: 20px 20px;
    }

    .event-box-content {
        left: 20px;
        right: 20px;
    }

    .footer-widgets {
        padding: 30px 8px 35px 8px;
    }

    .tab-slide-box h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .tab-slide-box p {
        font-size: 14px;
        color: #272624;
        padding-bottom: 10px;
    }

    .admission {
        display: none;
    }

    .philosophy-content {
        padding: 30px 20px 20px 20px;
    }

    .philosophy-title {
        padding: 20px 20px 20px 20px;
    }

    .slogan-box-user {
        margin-top: 0px;
    }

    .border-right {
        border-right: 0px !important;
    }

    .slogan-box-content {
        padding: 50px 30px 30px 30px;
        text-align: center;
    }

    .inner-space-page {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .history p {
        font-size: 14px;
    }

    .enquire-box h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .enquire-box p {
        font-size: 14px;
    }

    .w50 {
        max-width: 100% !important;
    }
}

.wpcf7-form-control {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 18px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #cdd4d8;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    color: #000;
}

.wpcf7-submit {
    color: white !important;
    background-color: #01d370 !important;
    border-color: #01d370 !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 12px 26px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*------- breadcrumb CSS -------*/
.page-breadcrumb {
    background: rgba(255,255,255,0.9);
    padding: 4px 8px;
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

    .page-breadcrumb a, .page-breadcrumb span {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }

    .page-breadcrumb span {
        color: #999;
    }

.page-header-overlay {
    position: relative;
}

    .page-header-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .page-header-overlay > .container {
        position: relative;
        z-index: 2;
    }

.academic_list li a {
    color: #fff
}

/* Infrastructure home – image viewer & cards */
.infrastructure .infra-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.infrastructure .infra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(11, 15, 144, 0.15);
}

.infrastructure .infra-card-image {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.infrastructure .infra-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.infrastructure .infra-card:hover .infra-card-image img {
    transform: scale(1.1);
}

.infrastructure .infra-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 15, 144, 0.1) 0%, rgba(11, 15, 144, 0.65) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.infrastructure .infra-card:hover .infra-image-overlay,
.infrastructure .infra-card-image:focus-within .infra-image-overlay {
    opacity: 1;
}

.infrastructure .infra-zoom-btn {
    color: #fff;
    font-size: 1.4rem;
    border: 2px solid #e8c478;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 196, 120, 0.25);
    backdrop-filter: blur(4px);
}

.infrastructure .infra-card-content {
    margin-top: 0 !important;
    width: 100% !important;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.infrastructure .infra-summary {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.infrastructure .infra-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.infrastructure .infra-view-link {
    font-size: 12px;
    color: #01d370;
    text-transform: uppercase;
    font-weight: 800;
}

.infrastructure .infra-view-link:hover {
    color: #7460ef;
    text-decoration: none;
}

.infrastructure #testimonials-carousel .owl-item {
    padding: 8px 4px;
}

@media (max-width: 767px) {
    .infrastructure .infra-card-image {
        height: 200px;
    }

    .infrastructure .infra-card-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}
