@font-face {
    font-family: 'Conv_Raleway-Regular';
    src: url('../webfonts/Raleway-Regular.eot');
    src: local('☺'), url('../webfonts/Raleway-Regular.woff') format('woff'), url('../webfonts/Raleway-Regular.ttf') format('truetype'), url('../webfonts/Raleway-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}
html body {
        margin-bottom: 120px;
        font-family: 'Conv_Kruti Dev 010 Regular',Sans-Serif;
        font-family: "Open Sans", sans-serif;
        color: #313030;
        background: /*#e8e8e8*/ #f4f4f4 url(../img/background-bg.png);
        background-repeat: no-repeat;
        background-position:bottom;
    }

    html #footer {
        bottom: 0;
        width: 100%;
        position: absolute;
        min-height: 70px;
    }

        html #footer .footer-block {
            margin: 20px 0;
        }


a {
    color: #c1314d;
}

    a:hover {
        color: #ff7e54;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_Raleway-Regular';
}

h2 {
    color: #c1314d;
    font-size: 22px;
}

h3 {
    font-size: 20px;
}


button:focus {
    outline: none !important;
}

#accordion .card-header {
    background-color: rgb(242, 236, 255);
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.125);
}

#accordion .card {
    border: none;
}

#accordion .card-body {
    padding: 15px;
}

#accordion table td, #accordion table td {
    font-size: 15px;
}

.office-login-btn {
    background: #256092 !important;
}

    .office-login-btn:hover {
        background: #18a593 !important;
    }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: normal
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid #c1314d;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #c1314d;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #c1314d;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #ff774a;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #240b5f;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

    #topbar .contact-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #topbar .contact-info li {
        display: inline-block;
        padding: 8px 0;
    }

        #topbar .contact-info li + li {
            margin-left: 18px;
        }

    #topbar .contact-info a {
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #fff;
        }

    #topbar .contact-info i {
        color: #c1314d;
        padding-right: 4px;
    }

    #topbar .cta a {
        color: #fff;
        background: #c1314d;
        padding: 10px 20px;
        display: inline-block;
        transition: 0.3s;
    }

        #topbar .cta a:hover {
            background: #ea7130;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
}

.main-header {
    padding: 7px 0;
    -webkit-box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
    box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 8px 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

    #header .logo h1 a, #header .logo h1 a:hover {
        color: #06173b;
        text-decoration: none;
    }

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#main {
    z-index: 3;
}

.is-sticky #header {
    background: #ffe5e4;
    z-index: 999 !important;
}

.is-sticky .nav-menu a {
    color: #fff;
}

    .is-sticky .nav-menu a:hover, .is-sticky .nav-menu .active > a, .is-sticky .nav-menu li:hover > a {
        color: #06173b;
        text-decoration: none;
    }
/*.is-sticky .burger_box .menu-icon_box{top: 16px;}*/
.top-logo {
    max-width: 130px;
    width: 100%;
}

.footer-logo {
    max-width: 90px;
    width: 100%;
}

.shalasthi-logo {
    max-width: 220px;
    width: 100%;
}
/*
.is-sticky .burger_box .menu-icon_line{background:#740c3b;}*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #635551;
        padding: 11px 15px;
        transition: 0.3s;
        font-family: "Poppins", sans-serif;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #c1314d;
            text-decoration: none;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        border-radius: 8px;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-weight: 500;
        text-transform: none;
        color: lightne(#473d3a, 10);
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #c1314d;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #c1314d;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #473d3a;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #c1314d;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(43, 37, 35, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height:auto;
/*    background: url("../img/hero-bg.jpg") center center;
    background-size: cover;*/
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: -30px;
    background-position: bottom;
}

/*    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }*/

    #hero .container {
        z-index: 2;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #08b1e8;
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .get-started-icon {
        font-size: 24px;
        background: #c1314d;
        padding: 14px;
        color: #fff;
        border-radius: 50px;
        position: relative;
        z-index: 5;
        box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #hero .btn-get-started {
        font-family: 'Conv_Raleway-Regular';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        transition: 0.5s;
        margin-left: -10px;
        padding: 8px 26px 8px 26px;
        color: #fff;
        background: #584b48;
        border-radius: 0 50px 50px 0;
        position: relative;
        z-index: 4;
    }

        #hero .btn-get-started:hover {
            background: #c1314d;
        }



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff9f7;
}

.section-title {
    text-align: center;
    padding-bottom: 10px;
}

.freshGlow h1 {
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.freshGlow {
    background: linear-gradient(0deg, #631b87, #d90081, #631b87);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: freshGlow 2s ease infinite;
    -moz-animation: freshGlow 2s ease infinite;
    -o-animation: freshGlow 2s ease infinite;
    animation: freshGlow 2s ease infinite;
    font-weight: bold;
    font-size: 28px;
    margin: 0;
    line-height: inherit;
    text-align:left;
}

@-webkit-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@-moz-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@-o-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@keyframes freshGlow {
    0% {
        background-position: 50% -20%
    }

    50% {
        background-position: 50% 120%
    }

    100% {
        background-position: 50% -20%
    }
}




.contact .section-title h1 {
    font-size:24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #563180;
    position: relative;
    display: table;
    margin: auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    line-height: 1.5;
}

    .contact .section-title h1:before {
        content: '';
        border: 2px solid #c1314d;
        width: 120px;
        position: absolute;
        top: 20px;
        left: -140px;
    }

    .contact .section-title h1:after {
        content: '';
        border: 2px solid #c1314d;
        width: 120px;
        position: absolute;
        top: 20px;
        right: -140px;
    }





.second-heading .section-title h1 {
    font-size:22px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #563180;
    position: relative;
    display: table;
    margin: auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    line-height: 1.5;
}

    .second-heading .section-title h1:before {
        content: '';
        border: 2px solid #c1314d;
        width: 100px;
        position: absolute;
        top: 12px;
        left: -120px;
    }

.second-heading .section-title h1:after {
        content: '';
        border: 2px solid #c1314d;
        width: 100px;
        position: absolute;
        top:12px;
        right: -120px;
    }





.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbDiv{padding:0;}
.breadcrumbs {
    padding: 15px 0;
    background: #f4f2f2;
    margin-bottom: 40px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 500;
    }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #635551;
            content: "/";
        }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0;
    position: relative;
    z-index: 3;
}

    .why-us .content {
        padding: 30px;
        background: #c1314d;
        border-radius: 4px;
        color: #fff;
    }

        .why-us .content h3 {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 30px;
        }

        .why-us .content p {
            margin-bottom: 30px;
        }

        .why-us .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: all ease-in-out 0.4s;
        }

            .why-us .content .more-btn i {
            }

            .why-us .content .more-btn:hover {
                color: #c1314d;
                background: #fff;
            }

.icon-boxes a {
    display: block;
    width: 100%;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
height: 230px;
}

    .why-us .icon-boxes .icon-box i {
        font-size: 40px;
        color: #fff;
        margin-bottom: 30px;
    }

    .why-us .icon-boxes .icon-box i {
        font-size: 60px;
        color: #fff;
        margin-bottom: 15px;
    }

    .why-us .icon-boxes .icon-box p {
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
    }

    .why-us .icon-boxes .icon-box h4 {
        font-size: 20px
    }

.box-1 {
    background: #240b5f;
}

.box-2 {
    background: #501394;
}

.box-3 {
    background: #08b1e8;
}

.box-4 {
    background: #b900b2;
}

.box-5 {
    background: #ea7130;
}

.box-6 {
    background: #740c3b;
}

.box-7 {
    background: #1d4269;
}

.box-8 {
    background: #c1314d;
}

.box-9 {
    background: #18a593;
}

.box-10 {
    background: #394d5f;
}

.box-11 {
    background: #1b9dbb;
}

.box-12 {
    background: #812671;
}

.box-13 {
    background: #866400 ;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
    font-size: 18px;
    color: #7f6d68;
    margin-bottom: 15px;
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #554945;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

    .about .icon-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid #ffcbba;
        border-radius: 50px;
        transition: 0.5s;
        background: #fff;
    }

        .about .icon-box .icon i {
            color: #c1314d;
            font-size: 32px;
        }

    .about .icon-box:hover .icon {
        background: #c1314d;
        border-color: #c1314d;
    }

        .about .icon-box:hover .icon i {
            color: #fff;
        }

    .about .icon-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .about .icon-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .about .icon-box .title a:hover {
                color: #c1314d;
            }

    .about .icon-box .description {
        margin-left: 85px;
        line-height: 24px;
    }

.about .video-box {
    background: url("../img/about-img.jpg") center center no-repeat;
    background-size: cover;
    min-height: 500px;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#c1314d 50%, rgba(255, 88, 33, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 88, 33, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
        border-left: 15px solid #c1314d;
        transform: scale(20);
    }

    .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

    .clients .owl-item img {
        width: 75%;
        opacity: 0.5;
        transition: ease-in-out 0.3s;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        .clients .owl-item img:hover {
            -webkit-filter: none;
            filter: none;
            opacity: 1;
        }

.clients .owl-nav, .clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .clients .owl-dot.active {
        background-color: #c1314d !important;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #c1314d;
}

    .services .icon i {
        color: #fff;
        font-size: 24px;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .services .title a {
        color: #343a40;
    }

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #c1314d;
}

    .services .icon-box:hover .icon i {
        color: #c1314d;
    }

.services .icon-box:hover .title a {
    color: #c1314d;
}

.services .description {
    line-height: 24px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .values .card-title a {
        color: #473d3a;
    }

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

    .values .read-more a:hover {
        text-decoration: underline;
    }

.values .card:hover .card-body {
    background: #c1314d;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .testimonials .section-header {
        margin-bottom: 40px;
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255, 255, 255, 0.15);
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        .testimonials .testimonial-item h4 {
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.4);
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .testimonials .owl-nav, .testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    .testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4) !important;
    }

        .testimonials .owl-dot.active {
            background-color: #c1314d !important;
        }

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.Portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .Portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 20px 12px 20px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #313030;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 50px;
    }

        .Portfolio #portfolio-flters li:hover, .Portfolio #portfolio-flters li.filter-active {
            color: #c1314d;
            background: #fff1ed;
        }

        .Portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.Portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .Portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .Portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #473d3a;
        }

        .Portfolio .portfolio-item .portfolio-info p {
            color: #7f6d68;
            margin-bottom: 0;
        }

        .Portfolio .portfolio-item .portfolio-info .preview-link, .Portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #635551;
        }

            .Portfolio .portfolio-item .portfolio-info .preview-link:hover, .Portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #c1314d;
            }

        .Portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .Portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .Portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .Portfolio .portfolio-item .portfolio-links a:hover {
                color: #ffa587;
            }

    .Portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }


button[type="submit"]:focus, input[type="submit"]:focus {
    outline: none;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding:0 0 20px 0;

}
    .contact .info-box {
        color: #313030;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px;
        border-radius: 10px;
        background-color: #fff;
        height: 100%;
    }

        .contact .info-box i {
            font-size: 30px;
            color: #563180;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #c5a5e8;
            float: left;
            width: 50px;
            height: 50px;
            text-align: center;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #563180;
            font-weight: 700;
            margin: 10px 0 10px 68px;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 22px;
            margin: 0 0 0 68px;
            font-size: 15px;
        }

.page-w-bg {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 15px;
    border-radius: 10px;
/*    overflow: auto;*/
    background: #fff /*url(../img/background-bg.png)*/;
    background-position: top right;
    background-size: 4%;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    height: auto;
}

.contact .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .contact .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.contact input, .contact textarea {
    border-radius: 0;
    box-shadow: none;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}

.contact input::focus, .contact textarea::focus {
    background-color: #c1314d;
}

.contact input {
    padding: 20px 15px;
}

.contact textarea {
    padding: 12px 15px;
}
:focus{outline:none;}
.btn-anchor, a.btn-anchor, button[type="submit"], input[type="submit"], input[type="file"] {
    background: #563180;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 25px;
    font-size: 16px;
}

.btn-anchor:hover, a.btn-anchor:hover, button[type="submit"]:hover, input[type="submit"]:hover, input[type="file"]:hover {
        background: #ff7e54;
        color: #fff;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #313030;
    background: #212020;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #fff9f7;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h4 {
                font-size: 22px;
                margin: 0 0 30px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-contact p {
                line-height: 24px;
                margin-bottom: 0;
                font-family: 'Conv_Raleway-Regular';
                color: #ffff;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ffa587;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #656262;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #c1314d;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            text-align: left;
            border: 1px solid #ffe2d9;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #c1314d;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #ed3b00;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #313030;
    }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #c1314d;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #ff7e54;
            color: #fff;
            text-decoration: none;
        }

footer#footer p {
    margin: 10px 0;
}

/*side menu*/
.side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
.side_menu {
    background: #c1314d;
    height: 100vh;
    left: -250px;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 999;

}

    .side_menu .container {
        padding: 0 1em;
    }

/* HAMBURGER STYLES ----- */
.burger_box {
    display: block;
    float: right;
    margin-right: 0;
    background: #740c3b;
}

    .burger_box a.menu-icon {
        display: inline-block;
        float: none;
        height:44px;
        padding: 5px;
        /* opacity: .5; */
        width:44px;
        z-index: 100;
        margin-top: 0;
        text-align: center;
    }

        .burger_box a.menu-icon:hover,
        .burger_box a.menu-icon.opened {
            opacity: 1;
        }
    /*
	.burger_box a.menu-icon.opened {
		background: rgba(0,20,60,.7);
	}*/
    .burger_box .menu-icon_box {
        display: inline-block;
        height: 25px;
        position: relative;
        text-align: left;
        width: 25px;
        top: 5px;
        left: 50px;
    }

    .burger_box .menu-icon_line {
        background: #fff;
        border-radius: 2px;
        display: inline-block;
        height: 3px;
        position: absolute;
        width: 100%;
    }

    .burger_box .menu-icon_line--1 {
        top: 2px;
    }

    .burger_box .menu-icon_line--2 {
        top: 10px;
    }

    .burger_box .menu-icon_line--3 {
        top: 18px;
    }

    .burger_box .menu-icon_line--1 {
        transition: top 200ms 250ms, transform 200ms;
        -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
    }

    .burger_box .menu-icon_line--2 {
        transition: opacity 0ms 300ms;
        -webkit-transition: opacity 0ms 300ms;
    }

    .burger_box .menu-icon_line--3 {
        transition: top 100ms 300ms, transform 200ms;
        -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
    }

    .burger_box .menu-icon.opened .menu-icon_box {
        transform: scale3d(0.9, 0.9, 0.9);
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        top:0;
        left: 0;
    }

    .burger_box .menu-icon.opened .menu-icon_line {
        top: 14px;
    }

    .burger_box .menu-icon.opened .menu-icon_line--1 {
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transition: top 100ms, transform 200ms 250ms;
        -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
    }

    .burger_box .menu-icon.opened .menu-icon_line--2 {
        opacity: 0;
        transition: opacity 200ms;
        -webkit-transition: opacity 200ms;
    }

    .burger_box .menu-icon.opened .menu-icon_line--3 {
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transition: top 200ms, transform 200ms 250ms;
        -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
    }

    .burger_box a.menu-icon.opened .menu-icon_line .menu-icon_line--1 {
        background: #fff;
    }

.is-sticky .burger_box .opened .menu-icon_line {
    background: #ffffff;
}

/* STAGGER LIST ----- */
.list_load {
    display: none;
    list-style: none;
    padding: 0;
}

.list_item {
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .list_item a {
        color: #fff;
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }

        .list_item a:hover {
            background: rgb(6, 23, 59, 0.7)
        }

/*sidebar*/
.side_menu h2 {
    color: #fff;
    padding: 11px;
    font-size: 16px;
    font-weight: bold;
    background: rgb(6, 23, 59, 0.8);
    margin: 0;
}

.sidebar {
    display: block;
    float: left;
    width: 250px;
}

.content {
    display: block;
    overflow: hidden;
    width: auto;
}

.sidebar-nav {
    /*border-bottom: 1px solid rgb(25, 43, 79);*/
    height: auto;
    overflow-y: auto;
    max-height: 90vh;
    width: 100%;
}
    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        /*overflow-y: auto;
        height: auto;
        max-height: 100VH;
             padding-bottom: 30px;
        */
    }
    .sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
        outline: none;
    }

    .sidebar-nav ul li, .sidebar-nav ul a {
        display: block;
    }

    .sidebar-nav ul a {
        padding: 10px 20px;
        color: #fff;
        border-bottom: 1px dotted rgb(6, 23, 59);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
        font-size: 14px;
    }

        .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
            color: #fff;
            text-decoration: none;
        }

/*    .sidebar-nav ul ul a {
        padding: 10px 30px;
    }*/

        .sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
        }

.sidebar-nav-item {
    padding-left: 5px;
}

.sidebar-nav-item-icon {
    padding-right: 5px;
}

.sidebar-nav .profile img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile + #divMenuAdmin .sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    height: 100vh;
    max-height: 50vh;
    padding-bottom: 30px;
}

#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

/* div test */

ul.metismenu li,
ul.metismenu li.active {
    position: relative;
}

    ul.metismenu li a {
        padding-right: 40px;
    }

.metismenu a.t i,
.metismenu li:first-child a.t i {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0;
    padding: 10px 12px 10px 12px;
    height: 100%;
    width: 35px;
    /*border-left: 1px dotted #06173b*/
}

ul.metismenu ul ul a {
}

    ul.metismenu ul ul a:hover {
    }

.sidebar-nav ul ul ul a {
    padding-left: 40px;
}

.metismenu .active > a > i.fa-arrow-alt-circle-right:before {
    content: "\f358";
}

.metismenu .active > a {
    background: rgb(6, 23, 59, 0.7);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
    width: 100%;
}

.footer-Nic-logo {
    max-width: 100px;
    margin-top: 12px;
}

.copyright p {
    color: #fff;
    font-size: 13px;
}

.textcontrols {
    float: left;
    margin-left: 15px;
    padding-top: 6px;
}

    .textcontrols button {
        border: 2px solid #08b1e8;
        background: transparent;
        border-radius: 25px;
        width: 45px;
        min-height: 30px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
    }

        .textcontrols button:hover {
            border: 2px solid #08b1e8;
            background: #08b1e8;
            color: #FFF;
        }
/*the color*/
:root {
    --red-hue: 360;
    --blue-hue: 240;
    --green-hue: 120;
    --main-hue: var(--red-hue);
    --theme-darkness: 1;
    --nav-bg-color: hsl(var(--main-hue), 50%, 50%);
    --nav-text-color: hsl(var(--main-hue), 50%, 10%);
    --container-bg-color: hsl(var(--main-hue), 50%, 95%);
    --content-text-color: hsl(var(--main-hue), 50%, 50%);
    --title-color: hsl(--main-hue, 50%, 20%);
    --footer-bg-color: hsl(var(--main-hue), 93%, 88%);
    --button-text-color: hsl(var(--main-hue), 50%, 20%);
    filter: brightness(var(--theme-darkness));
}

    :root[theme="dark"] {
        --red-hue: 360;
        --blue-hue: 240;
        --green-hue: 120;
        --main-hue: var(--blue-hue);
        --theme-darkness: 1;
        --nav-bg-color: hsl(var(--main-hue), 50%, 90%);
        --nav-text-color: hsl(var(--main-hue), 50%, 10%);
        --container-bg-color: hsl(var(--main-hue), 50%, 95%);
        --content-text-color: hsl(var(--main-hue), 50%, 50%);
        --title-color: hsl(--main-hue, 50%, 20%);
        --footer-bg-color: hsl(var(--main-hue), 93%, 88%);
        --button-text-color: hsl(var(--main-hue), 50%, 20%);
        filter: invert(1) brightness(var(--theme-darkness));
    }


.toggleswitch {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 5px 0;
}

.toggleswitch-checkbox {
    display: none;
}

.toggleswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #dc5a14;
    border-radius: 50px;
    margin-bottom: 0;
}

.toggleswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .toggleswitch-inner:before, .toggleswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 26px;
        font-size: 14px;
        color: white;
        /* font-family: Trebuchet, Arial, sans-serif; */
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #06173b;
        background-clip: padding-box;
    }

    .toggleswitch-inner:before {
        content: "Normal";
        background-color: #dc5a14;
        color: #fff;
        text-align: center;
        border-radius: 50px;
    }

    .toggleswitch-inner:after {
        content: "Dark";
        color: #fff;
        text-align: right;
        background-color: #c1314d;
        text-align: center;
        border-radius: 50px;
    }

.toggleswitch-switch {
    display: block;
    margin: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-inner {
    margin-left: 0;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-switch {
    right: 0px;
}

.language-select {
    border: 2px solid #d430ce;
    border-radius: 10px;
    background: none;
    color: #d282cf;
    margin-left: 10px;
    margin: 6px;
    padding: 0 20px 0 10px;
    border-radius: 20px;
    height: 30px;
    outline: none !important;
}

    .language-select:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    .language-select + option {
        background-color: black !important;
    }

.ncert-logo {
    max-width: 50px;
}

.searchbar {
    /* margin-bottom: auto; */
    /* margin-top: auto; */
    /* height: 60px; */
    /* border-radius: 30px; */
}

.search_input {
    color: #f46cef;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    border-left: 2px solid #f46cef;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 350px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    margin-top: 3px;
}

.feedbackColor {
    background: #563180 !important;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    height: 100%;
    cursor: pointer;
    color: #fff !important;
}

.feedbackButton {
    border: none;
    width: 100%;
    color: #fff;
    background: none;
}

    .feedbackButton i, .feedbackButton h3 {
        color: #fff !important;
    }

.form-control {
    color: #333;
    background-clip: padding-box;
    border: 1px solid #563180 !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 10px !important;
    margin: 10px 0 !important;
    padding: 0 10px !important;
}

.copyright {
    padding-top: 12px;
}

.left-language-select {
    border: 2px solid #ffe5e4;
    color: #ffe5e4;
    width: 100%;
    max-width: 200px;
}

.profile {
    text-align: center;
    padding: 10px;
}

.profile-top .profileimg {
    object-fit: cover;
    width:55px;
    height:55px;
}

.profile h3 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
    color: #b8eaf2;
    text-decoration: underline;
}

.profile p {
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
}


.mb-0 > a {
    display: block;
    position: relative;
}

h5 a {
    font-size: 18px;
    color: #240b5f !important;
    font-weight: bold;
}

.mb-0 > a:after {
    content: "\f358"; /* fa-chevron-down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #c1314d;
}

.mb-0 > a[aria-expanded="true"]:after {
    content: "\f35b"; /* fa-chevron-up */
}

.section-title + hr {
    margin-top: 0;
}

.parent {
    background-color: #240b5f;
    height: 250px;
    display: flex;
}

.box-one {
    width: 60%;
    color: white;
    background-color: #240b5f;
    padding: 50px;
}

.box-two {
    width: 40%;
    background: linear-gradient(-57deg, #c1314d 63%, #240b5f 42%);
    color: white;
}

.parent img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px solid #c1314d;
}

.image {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-top: 4%;
    margin-left: 20%;
}

.name {
    color: #f76682;
    font-size: 30px;
}

.schoolName {
    font-size: 24px;
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.card-img-overlay .card-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    z-index: 1;
}

.card-img-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(28, 46, 76, 0.8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-img-overlay:hover::after {
    background-color: rgba(28, 46, 76, 0.2);
}

.card_pink {
    background: red;
}
/*======================basis-member============================*/

.member-box {
    position: relative;
    border-radius: 20px;
    /* max-width: 300px;
    margin: 100px auto;*/
    font-family: 'Raleway', sans-serif;
}

    .member-box .shape {
        width: 250px;
        height: 250px;
        background: #c1314d;
        opacity: 0.2;
        position: absolute;
        top: 24px;
        right: -130px;
        transform: rotate(45deg);
    }

    .member-box .card-img-top {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 30px auto 10px 30px;
        text-align: center;
        box-shadow: 0px 0px 0px 8px rgba(36, 11, 95, 0.43);
        transition: box-shadow 0.3s ease;
        float: left;
        margin-right: 30px;
    }

    .member-box:hover .card-img-top {
        box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1)
    }

    .member-box .member-degignation {
        color: var(--green);
    }

    .member-box .member-title {
    }

    .member-box small {
        font-size: 12px;
    }

    .member-box .card-footer {
        background-color: transparent;
        border: 0;
        /* padding-top: 0; */
        border-top: 1px solid rgba(0,0,0,.125);
    }

    .member-box .member-title, .member-box h3 {
        font-size: 16px;
    }

.questionDiv {
    margin-bottom: 15px;
}

    .questionDiv:nth-child(even) {
        background: #f3e8ea;
    }

    .questionDiv:nth-child(odd) {
        background: #fff;
    }

    .questionDiv .member-box .member-title, .questionDiv .member-box h3 {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

    .questionDiv .card-img-top {
        box-shadow: 0px 0px 0px 8px rgb(193, 49, 77);
    }

.q-date {
    font-family: open-sans;
    font-size: 13px;
}

.member-box h4 {
    color: #240b5f;
    font-size: 17px;
    line-height: 1.3;
}

.questionDiv h4 {
    color: #240b5f;
}

.rating {
    display: inline;
    /* flex-direction: row-reverse; */
    /* justify-content: center; */
    margin-right: 15px;
    border-right:none !important;
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        /* width: 1em; */
        font-size: 15px;
        color: #d0cdce;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605" !important;
            position: absolute !important;
            opacity: 0 !important;
            border: none !important;
            background: none !important;
            width: auto !important;
            height: auto !important;
        }

        .rating > label::after {
            background: none;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
            background: none;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating [type="radio"]:checked + label:after {
        background: none;
    }

    .rating [type="radio"]:not(:checked) + label, .rating [type="radio"]:checked + label {
        padding-left: 0;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }
    .rating label.active, .rating label.active::after, .rating label.active::before {
        color: #07c766;
    }

    .questionDiv h2, .questionDiv h3, .questionDiv a, .member-box a {
        color: #000;
        font-weight: bold;
        line-height: 1.3;
    }

.profile-img {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

i.gj-icon {
    color: #240b5f;
    top: 6px !important;
    right: 6px !important;
}

.deactive_input {
    color: #333;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    background: #efedf3;
    border: none;
    display: flex
}

.custom-file-uploader {
    position: relative;
}

    .custom-file-uploader input[type='file'] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: default;
    }
/* Custom Select */
.select {
    position: relative;
    display: flex;
    border-radius: .25em;
    float: left;
    margin-bottom: 20px;
}


    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        box-shadow: none;
        background-image: none;
    }
/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    line-height: 2.3;
    overflow: hidden;
    width: 100%;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    -moz-appearance: none;
}


/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    background: #c1314d;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #240b5f;
}



.logOut_div {
    position: absolute;
    right: 15px;
}

.custom-counter {
    margin: 0;
    list-style-type: none;
}

    .custom-counter li {
        counter-increment: step-counter;
        margin-bottom: 15px;
        position: relative;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 15px;
    }

        .custom-counter li::before {
            content: counter(step-counter);
            margin-right: 5px;
            font-size: 18px;
            background-color: rgb(36, 11, 95);
            color: white;
            font-weight: bold;
            padding: 0 10px;
            border-radius: 6px;
            position: absolute;
            left: -40px;
        }
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}
/*
.fa-paperclip {
    padding-left: 0;
    position: relative;
    padding-left: 25px;
}

    .fa-paperclip:before {
        position: absolute;
        left: 0;
    }*/
.profile-top {
    background: #ddd7ea;
    padding: 5px 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f2ecff, #f2ecff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-37deg, #eee7fb, #f0eaff 2px,#ffffff 1px, #c9b6f5 3px);
    -webkit-box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
    box-shadow: 2px 9px 15px -14px rgba(0,0,0,0.75);
}

    .profile-top .border {
        border: 2px solid #240b5f !important;
    }

.Question-page .icon-box {
    min-height: 230px;
}

.modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

ul.breadcrumb {
    list-style: none;
    padding: 0;
    background: none;
    right: 0;
}

    ul.breadcrumb li {
        float: left;
    }

        ul.breadcrumb li a i {
            color: #fff;
        }

        ul.breadcrumb li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            padding: 5px 15px 5px 20px;
            border-radius: 99px 0px 0px 100px;
            Z-index: 1;
            margin-right: -10px;
            font-size: 16px;
            border: 1px solid #d430ce;
            box-shadow: 0px 0px 2px 0px #411e94;
            background: #240b5f;
            display: inline-block;
        }

            ul.breadcrumb li a.active {
                background: #d430ce;
                border: #d430ce;
            }

        ul.breadcrumb li:last-child {
            box-shadow: 4px 0px 6px 0px transparent !important
        }

        ul.breadcrumb li:nth-child(1) a {
            z-index: 50;
        }

        ul.breadcrumb li:nth-child(2) a {
            z-index: 49;
        }

        ul.breadcrumb li:nth-child(3) a {
            z-index: 48;
        }

.information {
    position: relative
}

    .information .dropdown-toggle::after {
        background: none;
        display: none;
    }

    .information .dropdown {
        position: absolute;
        top: -20px;
        right: 0;
        text-align: right;
        /* bottom: 6px; */
        display: block;
        max-width:500px;
    }

.information .dropdown-toggle {
    white-space: nowrap;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
    .information img {
        width: 55px;
        float: left;
        margin-right: 10px;
        height: 55px;
    }

    .information i {
        color: #c1314d;
        font-size: 20px;
    }

    .information .box {
        min-width: 250px;
        height: auto;
        background-color: #c1314d;
        position: relative;
        border-radius: 10px;
        padding: 10px;
        color: #fff;
        font-size:12px
    }
        .information .box ol {
            padding-left: 15px;
        }

        .information .box:after {
            content: "";
            display: block;
            border-width: 20px 20px 0;
            border-style: solid;
            border-color: #c1314d transparent transparent;
            margin-left: -20px;
            position: absolute;
            bottom: -20px;
            left: 50%;
        }

.box.arrow-top-right:after {
    border-width: 10px;
    margin: 0;
}

.box.arrow-top-right:after {
    border-top-color: transparent;
    border-bottom-color: #c1314d;
    top: -14px;
    bottom: auto;
}


.box.arrow-top-right:after {
    border-width: 10px;
    border-left-color: #c1314d;
}



.box.arrow-top-right:after {
    border-left-color: transparent;
    border-right-color: #c1314d;
    left: auto;
    right: 0;
}


.box.arrow-right-top:after {
    border-width: 20px;
    border-right-width: 0;
    border-top-color: transparent;
    border-left-color: #c1314d;
    margin: -20px 0 0;
    left: auto;
    right: -20px;
    top: 50%;
    bottom: auto;
}

.box.arrow-right-top:after {
    border-width: 10px;
    margin: 0;
}

.box.arrow-right-top:after {
    border-top-color: #c1314d;
    top: 0;
}

.icon-footer {
    font-size: 13px;
    font-family: arial;
}

    .icon-footer i {
        color: #c1314d
    }

.question-box {
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.why-us .question-box .icon-box {
    padding: 30px;
    height: 230px;
}

    .why-us .question-box .icon-box p {
        margin: 0;
    }

.question-box .box-1 {
    background: #009666;
}

.question-box .box-2 {
    background: #e8ae00;
}

.question-box .box-3 {
    background: #394d5f;
}

.question-box .box-4 {
    background: #1b9dbb;
}

.question-box .box-5 {
    background: #812671;
}

.breadcrumb > li + li:before {
    content: "" !important
}



.first .breadcrumb {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important
}

.breadcrumb .first-1 {
    background-color: white !important
}


.breadcrumb img {
    vertical-align: bottom
}

.first span {
    color: white
}

.breadcrumb .active {
    font-size: 13px !important;
    padding: 5px 10px !important;
    border-radius: 200px !important;
    background-color: white !important;
    border: none;
}

    .breadcrumb .active span {
        color: #330050;
        text-transform: uppercase;
    }

.first ol {
    background-color: rgb(33, 176, 200) !important;
}

.breadcrumb .fa-home:before {
    font-size: 18px;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 10px
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0
    }
}


.active-1 {
    font-size: 10px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 100% !important
}

.breadcrumb {
    padding: 5px 0 5px 10px;
    font-size: 14px;
    border-radius: 5px !important;
    margin: 0;
    background: #3bdaff;
}


    .breadcrumb span {
        border-right: 1px dotted #0c4d89;
        min-width: 1px;
        display: inline-block;
        padding-right: 10px;
    }

        .breadcrumb span:last-child {
            border: none;
        }

        .breadcrumb span a {
            color: #240b5f;
        }

            .breadcrumb span a:hover {
                color: #c01c74;
            }
            /*vedio gallery start*/
.vedio-gallery > ul {
    margin-bottom: 0;
    padding-left:0;
}

    .vedio-gallery > ul > li {
        margin-bottom: 15px;
        width: 100%;
        display: inline-block;
        margin-right: 0;
        list-style: outside none none;
    }

    .vedio-gallery > ul > li a {
        border: 3px solid #FFF;
        border-radius: 3px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
        width:100%;
    }

        .vedio-gallery > ul > li a > img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            -moz-transition: -moz-transform 0.15s ease 0s;
            -o-transition: -o-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            height: 100%;
            width: 100%;
        }

        .vedio-gallery > ul > li a:hover > img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .vedio-gallery > ul > li a:hover .vedio-gallery-poster > img {
            opacity: 1;
        }

        .vedio-gallery > ul > li a .vedio-gallery-poster {
            background-color: rgba(0, 0, 0, 0.1);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            -o-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s;
        }

            .vedio-gallery > ul > li a .vedio-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }

        .vedio-gallery > ul > li a:hover .vedio-gallery-poster {
            background-color: rgba(0, 0, 0, 0.5);
        }

.vedio-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.vedio-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.vedio-gallery .justified-gallery > a:hover .vedio-gallery-poster > img {
    opacity: 1;
}

.vedio-gallery .justified-gallery > a .vedio-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .vedio-gallery .justified-gallery > a .vedio-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.vedio-gallery .justified-gallery > a:hover .vedio-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.vedio-gallery .video .vedio-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.vedio-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.vedio-gallery h5 {
    color: #c1314d;
}
.vedio-gallery h6 {
    color: #563180;
}
.max-width{max-width:200px;}
.table-bordered th {
    background: #4066ed;
}

.loadingDiv {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}
    .loadingDiv img {
           display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.question-footer-icon .fas, .question-footer-icon span {
    font-size:11px;
}
.questionDiv hr{margin:5px 0;}
.questionDiv p{margin:0;}
.after-login h2{font-size:18px;}
.after-login h6 {
    font-size: 14px;
}
.after-login .shalasthi-logo {
    height: 50px;
}
.user-photo {
    border: 1px solid #efedf3;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 200px;
}
.BtnViewEye {
    padding:2px 5px;
}
.sprator-line {
    border-right: 1px dotted #333;
    padding: 0 10px;
}
.sprator-line:first-child {
    padding-left:0;
}
    .sprator-line:last-child {
        border-right:none !important;
    }

.btn-danger, .btn-info, .btn-primary{
    padding: 0px 4px;
    font-size: 14px;
}
.table-bordered td, .table-bordered th {
    font-size: 15px;
}


.preview-photo {
    border: 1px solid gray;
    width: 100%;
height:100%;
    overflow: hidden;
    object-fit: cover;
    max-width:400px;
    max-height:250px;
}
.borderUpload {
    border: 2px solid #c1314d;
}
.prewImg {
    max-width:250px;
    padding: 10px;
     width: 100%;
     margin-top:10px;
}
.prewImg img{width:100%;}

.badge-success-important {
    color: #fff;
    background-color: #28a745;
    border-radius: 30px;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: inherit;
    padding: 2px 5px;
}
p.visitor-counter {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #08b1e8;
    display: table;
    margin: 10px auto !important;
    padding: 2px 6px;

}