﻿@charset "utf-8";
/*==================================================

================================================== */

/* Import some more css files
================================================== */
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

body {
    /*font-family: GoogleSans-Medium;*/
    padding: 0 !important;
  
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase;
}

a {
    text-decoration: none;
}



    a:focus {
        outline: none;
        border: none;
    }
/* Wordpress Classes
================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    max-width: 100%;
    margin: 0px 0 20px 20px;
}

.alignleft {
    float: left;
    max-width: 100%;
    margin: 0px 20px 20px 0;
}

.aligncenter {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

iframe {
    border: none;
}
/* Wrapper
================================================== */
.wrapper {
    width: 100%;
}

.custom-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 54px;
}
/* Header
================================================== */
header {
    width: 100%;
    position: relative;
    z-index: 2;
}
/* Header Top Strip
================================================== */
.topstrip {
    width: 100%;
    height: 45px;
    border-bottom: #e3e3e3 solid 1px;
}

header.style2 .topstrip {
    background: #191b1f;
    border-bottom: #2b2e36 solid 1px;
}
/* Header Videos Strip
================================================== */
.headervideos {
    width: 100%;
    padding: 20px 0 0 0;
    border-bottom: #e3e3e3 solid 1px;
}

header.style2 .headervideos {
    background: #191b1f;
    border-bottom: #2b2e36 solid 1px;
}
/* Categories Navigation
================================================== */
.topcategories .navbar-nav {
    float: left;
    padding-top: 12px;
}
/* Social Networking
================================================== */
.topstrip .socialnetworks {
    padding: 12px 0 0 0;
}

.socialnetworks ul li {
    float: left;
    padding-left: 5px;
}

    .socialnetworks ul li:first-child {
        padding-left: 0px;
    }

.socialnetworks a {
    display: inline-block;
    width: 30px;
    height: 20px;
    font-size: 18px;
}

    .socialnetworks a i {
        float: left;
    }

    .socialnetworks a.facebook {
        color: #5875b1;
        font-size: 30px;
    }

    .socialnetworks a.youtube {
        color: #e24536;
        font-size: 30px;
    }

    .socialnetworks a.twitter {
        color: #51c7f7;
        font-size: 30px;
    }

    .socialnetworks a.vimeo {
        color: #2285fd;
        font-size: 30px;
    }

    .socialnetworks a.pinterest {
        color: #e64249;
        font-size: 30px;
    }
/* Logo Strip
================================================== */
.logobar {
    width: 100%;
    padding: 20px 0;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
    -moz-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
    box-shadow: inset 0px -10px 18px -6px #D0D0D0;
}

header.style2 .logobar {
    background: #191b1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Logo
================================================== */
.logo {
    float: left;
    padding-top: 8px
}

    .logo a {
        float: left;
    }

        .logo a img {
            float: left;
        }

@media (max-width: 700px) {
    .logo {
        width: 100%;
        float: left;
    }

        .logo a {
            float: left;
            width: 100%;
            text-align: center;
        }

            .logo a img {
                float: none;
            }
}
/* Search
================================================== */
.searchbox form {
    float: left;
    width: 100%;
    padding: 25px 20px 0 20px;
}

.searchbox ul {
    float: left;
    width: 100%;
    border: #DADADA solid 2px;
    height: 34px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding-left: 38px;
}

header.style2 .searchbox ul {
    border: #4C4F57 solid 2px;
    background: transparent;
}

.searchbox ul:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 8px;
    color: #6d6f75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.searchbox ul li {
    float: left;
}

    .searchbox ul li:first-child {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 1;
    }

.searchbox input[type="text"] {
    float: left;
    border: none;
    height: 30px;
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 53px 0 38px;
}

.searchbox input[type="submit"] {
    float: left;
    border: none;
    width: 41px;
    height: 22px;
    border-left: #eaeaea solid 2px;
    background: none;
    margin-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #6d6f75;
    position: absolute;
    right: 0;
    z-index: 2;
}

header.style2 .searchbox input[type="submit"] {
    border-left: #4C4F57 solid 2px;
}

header.style2 .searchbox input[type="text"]::-webkit-input-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]:-moz-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]::-moz-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]:-ms-input-placeholder {
    color: #CED1D9;
}
/* Navigation Strip
================================================== */
.navigationstrip {
    width: 100%;
    min-height: 80px;
    border-top: solid 5px;
    background: #fff;
    border-bottom: #e3e3e3 solid 1px !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.stick {
    position: fixed;
    top: 0px;
    opacity: .95;
    background: #191b1f;
    border-bottom: #000 solid 1px !important;
}

    .stick li.open a.dropdown-toggle {
        color: #000 !important;
        background-color: #fff !important;
    }

    .stick .loginsec a {
        color: #fff !important;
    }

@media (max-width: 1023px) {
    .stick {
        position: relative;
        top: inherit;
        ;
        opacity: 100;
        background: inherit;
        border-bottom: #e3e3e3 solid 1px !important;
    }
}
/* Navigation
================================================== */
@media (min-width: 1024px) {
    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
    }
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px;
}

    .yamm .yamm-content .row > div {
        overflow: hidden;
    }

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/* menu styes */
.list-unstyled,
.list-unstyled ul {
    min-width: 180px;
}

@media ( min-width: 767px ) {
    .panel-group {
        width: 100%;
    }

    .thumbnail {
        margin: 0;
    }
}

.todaysvideo h5 {
    margin-bottom: 5px;
}

.todaysvideo .heading {
    margin-top: 0;
}

.dropdown-menu .videobox {
    margin-bottom: 0;
    margin-top: 20px;
}

.dropdown-menu .heading {
    margin-bottom: 0;
}

.dropdown-menu .blogposttwo {
    margin-top: 20px;
}

.dropdownmap iframe {
    width: 100%;
    height: 280px;
    border: none;
    padding: 0;
}

.dropdownmap hr {
    margin-top: 10px !important;
}

.dropdown i.fa {
    margin-right: 10px;
}
/* Login Section
================================================== */
.loginsec {
    margin-top: 15px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}

    .loginsec a {
        float: left;
        display: block;
        position: relative;
        margin-right: 20px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .loginsec a:last-child {
            margin-left: 0px;
        }

        .loginsec a i {
            margin-right: 10px;
        }
/* Contents Section
================================================== */
.contents {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.equalcol {
    position: relative;
}

.contents .blacksidebar:before {
    content: "";
    background: #191b1f;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    margin: 0 10px;
    z-index: -1;
}

.contents .graysidebar:before {
    content: "";
    background: #f4f4f4;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    margin: 0 10px;
    z-index: -1;
}

.conentsection [class*="col-"] {
    margin-bottom: 20px;
}

.conentsection .sections:first-child {
    padding-top: 0;
}

    .conentsection .sections:first-child .heading {
        margin-top: 0;
    }
/* Video Box
================================================== */
.videobox1 {
    width: 100%;
    float: left;
    background: #000;
    margin-bottom: 20px;
    position: relative;
}

    .videobox1 figure {
        width: 100%;
        float: left;
        position: relative;
    }

    .videobox1 a.playicon {
        width: 128px;
        height: 128px;
        display: block;
        margin-top: -64px;
        margin-left: -64px;
        left: 50%;
        top: 50%;
        position: absolute;
    }

        .videobox1 a.playicon i {
            color: #fff;
            font-size: 147px;
            margin-top: -8px;
            opacity: .5;
        }

    .videobox1 figcaption {
        width: 100%;
        padding: 20px 20px 10px 20px;
        left: 0;
        bottom: 0;
        color: #FFF;
        position: absolute;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.65) 101%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.65)), color-stop(101%,rgba(0,0,0,0.65)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }

.col-lg-2 .videobox1 figcaption h2 {
    font-size: 120%;
}

.videobox1 figcaption h2 a {
    color: #FFF;
}

.videobox figcaption ul {
    width: 100%;
    float: left;
    margin: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}

.videobox1:hover figcaption ul {
    height: 26px;
}

.col-lg-2 .videobox1 figcaption ul {
    display: none;
}

.videobox1 figcaption ul li {
    float: left;
    position: relative;
    font-size: 14px;
    margin-left: 20px;
}

    .videobox1 figcaption ul li:first-child {
        margin-left: 0px;
    }

    .videobox1 figcaption ul li i {
        margin-right: 10px;
    }
/* Video Box 2
================================================== */
.videobox2 {
    width: 100%;
    position: relative;
    float: left;
}

.head {
    background-color: #fff;
    border: 1px solid #D7D7D7;
    margin-bottom: 5px;
    border-radius: 0px;
    margin-top: 10px
}

.headname {
    margin: 5px;
    background-color: #f5f5f5
}

    .headname h2 {
        color: #e21f26;
        text-align: center;
        margin: 0px 0px 0px 0px;
        font-size: 16px;
        padding: 5px 0px 5px 0px
    }

.storybox {
    border-top: 1px dashed #a4a4a4;
    padding: 5px 0px 5px 0px;
    margin-top: 10px
}

.storytext {
    margin-top: 10px;
    text-align: justify
}
/*.head2 { background-color:#fff; border:1px solid #D7D7D7; margin-bottom:5px }
.headname2 { margin-bottom:5px; background-color:#C4C3C3; padding:5px; border-radius:4px }
.headname2 h2 {  color:#e21f26; text-align:center; margin:0px 0px 0px 0px ; font-size:16px; padding:5px 0px 5px 0px }*/


.alumnibox {
    width: 100%;
    border-top: 10px solid #e21f26
}

.alumnitext {
    color: #015880;
    margin-top: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold
}

.clearheight {
    height: 20px
}

.videobox2 figure {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    border: 1px solid #D7D7D7;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .videobox2 figure:hover {
        -moz-box-shadow: 0 0 10px 0px #D7D7D7;
        -webkit-box-shadow: 0 0 10px 0px #D7D7D7;
    }

    .videobox2 figure > a {
        float: left;
        width: 100%;
    }

.videobox2 .vidopts {
    width: 100%;
    padding: 20px 20px 15px 20px;
    left: 0;
    bottom: 0;
    color: #FFF;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.65) 101%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.65)), color-stop(101%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.videobox2 h4 {
    padding-top: 10px;
    width: 100%;
    float: left;
}

.videobox2 .vidopts ul {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0;
}

    .videobox2 .vidopts ul li {
        float: left;
        position: relative;
        font-size: 14px;
        margin-right: 20px;
    }

        .videobox2 .vidopts ul li:last-child {
            margin-left: 0px;
        }

        .videobox2 .vidopts ul li i {
            margin-right: 10px;
        }
/* Video Slider tabs
================================================== */
.videoslider {
    width: 100%;
    float: left;
    position: relative;
}

    .videoslider .tabbed_content {
        width: 100%;
    }

    .videoslider .tabs {
        position: relative;
        height: 70px;
        border-bottom: 1px solid #fff;
    }

        .videoslider .tabs .moving_bg {
            background-color: #191b1f;
            position: absolute;
            width: 25%;
            z-index: 190;
            left: 0;
            height: 70px;
        }

            .videoslider .tabs .moving_bg .pointer {
                position: absolute;
                width: 22px;
                left: 50%;
                margin-left: -11px;
                height: 11px;
                bottom: -11px;
                background: url(../images/pointer.png) 0px 0px no-repeat;
            }

        .videoslider .tabs .tab_item {
            display: block;
            float: left;
            width: 25%;
            color: #ffffff;
            z-index: 200;
            height: 70px;
            position: relative;
            cursor: pointer;
            padding: 16px;
            border-left: 1px solid #fff;
        }

        .videoslider .tabs .moving_bg + .tab_item {
            border-left: none;
        }

        .videoslider .tabs .tab_item h5 {
            color: #fff;
            margin: 0;
            text-transform: uppercase;
        }

        .videoslider .tabs .tab_item span {
            font-size: 10px;
            text-transform: uppercase;
        }

    .videoslider .tabbed_content .slide_content {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .videoslider .tabslider {
        width: 5000px;
    }

        .videoslider .tabslider .video {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

    .videoslider .videobox {
        margin: 0px;
    }

        .videoslider .videobox figcaption ul {
            display: block;
        }

@media (max-width: 479px) {
    .videoslider .tabs {
        height: 50px;
    }

        .videoslider .tabs .moving_bg {
            height: 50px;
        }

        .videoslider .tabs .tab_item {
            height: 50px;
            padding: 10px 7px;
        }

            .videoslider .tabs .tab_item h5 {
                font-size: 97%;
                text-align: center;
            }
}
/* Video Categories list
================================================== */
.sections {
    float: left;
    width: 100%;
    padding-top: 0px;
    /*border-bottom: #d8d8d8 solid 1px;*/
}

    .sections h2.heading {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        color: #104E8D
    }
/* Video List
================================================== */
.videoslists {
    margin-left: -20px;
}

    .videoslists li {
        width: 33.33%;
        float: left;
        padding-left: 20px;
    }
/* Media Carousal
================================================== */
.media-carousal {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .media-carousal .crsl-nav {
        position: absolute;
        top: -41px;
        right: 0;
    }

        .media-carousal .crsl-nav a {
            display: block;
            width: 24px;
            height: 24px;
            float: left;
            margin-left: 5px;
        }

        .media-carousal .crsl-nav i {
            font-size: 27px;
            opacity: .6;
        }
/* Blog Post
================================================== */
.blogpost {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 20px;
}

    .blogpost figure {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    .blogpost figcaption {
        width: 100%;
        position: absolute;
        color: #fff;
        left: 0;
        bottom: 0;
        padding: 10px 10px 0px 13px;
        background-color: rgba(0, 0, 0, .6);
    }

        .blogpost figcaption a {
            color: #fff;
        }

        .blogpost figcaption ul {
            float: left;
            width: 100%;
        }

            .blogpost figcaption ul li {
                margin-left: 20px;
                position: relative;
                float: left;
            }

                .blogpost figcaption ul li i {
                    margin-right: 10px;
                }

                .blogpost figcaption ul li:first-child {
                    margin-left: 0;
                }

                .blogpost figcaption ul li.categories a:after {
                    content: ", ";
                }

                .blogpost figcaption ul li.categories a:last-child:after {
                    content: "";
                }

    .blogpost .text {
        width: 100%;
        float: left;
    }
/* Blog Post List
================================================== */
.bloglist {
    width: 100%;
    float: left;
}

    .bloglist > li {
        float: left;
        margin-top: 20px;
        border: 1px solid #d8d8d8;
        width: 100%;
        padding: 20px;
    }

        .bloglist > li:first-child {
            margin-top: 0px;
        }

    .bloglist .media-body ul {
        float: left;
        width: 100%;
    }

        .bloglist .media-body ul li {
            margin-left: 20px;
            position: relative;
            float: left;
        }

            .bloglist .media-body ul li i {
                margin: 3px 10px 0 0;
                float: left;
            }

                .bloglist .media-body ul li i.fa-align-justify {
                    margin: 4px 10px 0 0;
                }

            .bloglist .media-body ul li:first-child {
                margin-left: 0;
            }

    .bloglist .media-body h4 {
        margin-top: 4px;
    }

    .bloglist .media-body h5 {
        margin-top: 4px;
    }

    .bloglist .media > .pull-left {
        margin-right: 20px;
        overflow: hidden;
    }
/* Blog Post Style 2
================================================== */
.blogposttwo {
    width: 100%;
    float: left;
}

    .blogposttwo figure {
        width: 100%;
        float: left;
    }

        .blogposttwo figure a {
            float: left;
            width: 100%;
        }

    .blogposttwo .text {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .blogposttwo ul {
        float: left;
        width: 100%;
    }

        .blogposttwo ul li {
            margin-right: 20px;
            position: relative;
            float: left;
        }

            .blogposttwo ul li a {
                color: #5B5A5A;
            }

            .blogposttwo ul li i {
                margin-right: 10px;
            }

            .blogposttwo ul li:last-child {
                margin-right: 0;
            }

            .blogposttwo ul li.categories a:after {
                content: ", ";
            }

            .blogposttwo ul li.categories a:last-child:after {
                content: "";
            }
/* Gallery
================================================== */
.gallery {
    position: relative;
    overflow: hidden;
}

figure {
    overflow: hidden;
}

    figure > a {
        overflow: hidden;
    }

.hovereffect {
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    figure:hover .hovereffect,
    figure:focus .hovereffect,
    figure:active .hovereffect,
    .hovereffect:hover,
    .media:hover .img-hovereffect {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

.gallery figcaption {
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gallery:hover figcaption {
    bottom: 0;
}

.gallery figcaption h4 {
    margin: 0;
}

.gallery figcaption a {
    color: #fff;
}
/* Widgets
================================================== */
.widget {
    width: 100%;
    position: relative;
    border-top: solid 1px #2b2e36;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 650px !important;
        margin: 150px auto;
    }
}

.modal-footer {
    padding: 15px 15px 15px 15px !important
}
footer .widget {
    border-top: none;
}

.widget:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0px;
    left: 0;
    background: #0b0c10;
}

.widget .heading {
    width: 100%;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
}

footer .widget h4.heading {
    padding-bottom: 10px;
}

.widget > img {
    width: 100%;
}

footer .widget .heading {
    padding: 0 0 20px 0;
}

.graysidebar .widget {
    width: 100%;
    position: relative;
    border-top: none;
}

    .graysidebar .widget:before {
        display: none;
    }

    .graysidebar .widget .heading {
        width: 100%;
        padding: 15px 20px;
        margin: 0;
        color: #fff;
        background: #191b1f;
    }
/* Black Sidebar
================================================== */
.blacksidebar {
    color: #bdc3c7;
}

    .blacksidebar h1,
    .blacksidebar h2,
    .blacksidebar h3,
    .blacksidebar h4,
    .blacksidebar h5,
    .blacksidebar h6,
    footer.style1 .widget h1,
    footer.style1 .widget h2,
    footer.style1 .widget h3,
    footer.style1 .widget h4,
    footer.style1 .widget h5,
    footer.style1 .widget h6 {
        color: #fff;
    }

    .blacksidebar a,
    footer.style1 .widget a {
        color: #bdc3c7;
    }

    .blacksidebar h1 a,
    .blacksidebar h2 a,
    .blacksidebar h3 a,
    .blacksidebar h4 a,
    .blacksidebar h5 a,
    .blacksidebar h6 a,
    footer.style1 .widget h1 a,
    footer.style1 .widget h2 a,
    footer.style1 .widget h3 a,
    footer.style1 .widget h4 a,
    footer.style1 .widget h5 a,
    footer.style1 .widget h6 a {
        color: #fff;
    }
/* Search Widget
================================================== */
.widget .search {
    width: 100%;
    padding: 0px 20px 20px 20px;
}

footer .widget .search {
    padding: 0px 0px 20px 0px;
}

.graysidebar .widget .search {
    padding-top: 20px;
}

.widget .search form {
    width: 100%;
    height: 34px;
    position: relative;
    padding: 2px 40px 0 0;
    background: #1d1e20;
    border: #4b4c4e solid 1px;
}

.graysidebar .widget .search form {
    background: #e7e5e5;
    border: #cdcdcd solid 1px;
}

.widget .search input[type="text"] {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0px 5px 0 10px;
    background: transparent;
    border: none;
}

.widget .search form button {
    height: 26px;
    width: 30px;
    border-radius: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}
/* Links Widgets
================================================== */
.widget .links ul li {
    padding: 3px 0;
}
/* Blog Post Widget
================================================== */
.widget .bloglist {
    width: 100%;
}

.graysidebar .widget .bloglist {
    padding-top: 20px;
}

.widget .bloglist > li {
    border: none;
    padding: 20px 20px 5px 20px;
    position: relative;
    border-top: solid 1px #2b2e36;
}

footer .widget .bloglist > li {
    padding: 20px 0px 5px 0px;
}

.widget .bloglist > li:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0px;
    left: 0;
    background: #0b0c10;
}

.graysidebar .widget .bloglist > li {
    border-top: solid 1px #fff;
}

    .graysidebar .widget .bloglist > li:before {
        background: #dbdbdb;
    }

.widget .bloglist > li:first-child {
    border: none;
}

    .widget .bloglist > li:first-child:before {
        display: none;
    }

.widget .bloglist > li:first-child {
    padding-top: 0px;
}

.widget .bloglist > li h5 {
    margin: 0 0 10px 0;
}

.widget .bloglist .text {
    padding-top: 10px;
}

    .widget .bloglist .text ul {
        float: left;
        width: 100%;
    }

        .widget .bloglist .text ul li {
            margin-left: 20px;
            position: relative;
            float: left;
        }

            .widget .bloglist .text ul li i {
                margin-right: 10px;
            }

            .widget .bloglist .text ul li:first-child {
                margin-left: 0;
            }

            .widget .bloglist .text ul li.categories a:after {
                content: ", ";
            }

            .widget .bloglist .text ul li.categories a:last-child:after {
                content: "";
            }

.widget .bloglist .media {
    margin: 0;
}
/* Widget Carousel Pagination
================================================== */
.carouselpagination {
    width: 100%;
    float: left;
    height: 50px;
    margin-top: 15px;
    position: relative;
    background: #0b0c10;
    border-top: solid 1px #2b2e36;
}

    .carouselpagination:before {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        top: 0px;
        left: 0;
        background: #0b0c10;
    }

    .carouselpagination .carousel-indicators {
        bottom: 5px !important;
    }

.graysidebar .carouselpagination {
    background: #E7E5E5;
    border-top: solid 1px #fff;
}

    .graysidebar .carouselpagination:before {
        background: #dbdbdb;
    }

.graysidebar .carousel-indicators li {
    border-color: #5B5A5A !important;
}

.graysidebar .carousel-indicators .active {
    background: #5B5A5A !important;
}
/* Widget Hot Videos
================================================== */
.item .videobox2 {
    padding: 20px 20px 0px 20px;
}

footer .item .videobox2 {
    padding: 20px 0px 0px 0px;
}

.item .videobox2:first-child {
    padding-top: 0;
}

.graysidebar .item .videobox2:first-child {
    padding-top: 20px;
}
/* Widget Recent Posts
================================================== */
.recentposts {
    width: 100%;
}

.graysidebar .recentposts {
    padding-top: 20px;
}

.recentposts li {
    width: 100%;
    padding: 5px 20px;
}

footer .recentposts li {
    padding: 5px 0px;
}

.recentposts li h5 {
    margin: 0;
}

.recentposts li p.date {
    font-size: 10px;
}
/* Widget Flickr Gallery
================================================== */
.flickrgallery {
    width: 100%;
    float: left;
}

    .flickrgallery ul {
        display: block;
        padding: 0px 20px 20px 20px;
        float: left;
        margin: -5px 0 0 -5px;
    }

footer .flickrgallery ul {
    padding: 0px 0px 20px 0px;
}

.graysidebar .flickrgallery ul {
    padding-top: 20px;
}

.flickrgallery ul li {
    padding: 5px 0 0 5px;
    float: left;
    width: 25%;
}

    .flickrgallery ul li a {
        padding: 3px;
        float: left;
        overflow: hidden;
        border: #5a5a5a solid 1px;
    }

.graysidebar .flickrgallery ul li a {
    border: #cdcdcd solid 1px;
}

footer.style2 .flickrgallery ul li a,
footer.style3 .flickrgallery ul li a {
    border: #abadb3 solid 1px;
}
/* Widget Tags
================================================== */
.tagswidget {
    width: 100%;
    float: left;
    padding: 0px 20px 20px 20px;
}

footer .tagswidget {
    padding: 0px 0px 20px 0px;
}

.graysidebar .tagswidget {
    padding-top: 20px;
}

.tagswidget a {
    float: left;
    margin: 0 5px 5px 0;
}
/* Widget Categories List
================================================== */
.categorieslist {
    width: 100%;
    float: left;
}

    .categorieslist ul li {
        width: 100%;
        position: relative;
        border-top: solid 1px #2b2e36;
    }

        .categorieslist ul li:before {
            content: "";
            width: 100%;
            position: absolute;
            height: 1px;
            top: 0px;
            left: 0;
            background: #0b0c10;
        }

.graysidebar .categorieslist ul li {
    border-top: solid 1px #fff;
}

    .graysidebar .categorieslist ul li:before {
        background: #E5E5E5;
    }

.categorieslist ul li a {
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    display: block;
    color: #777777
}

.graysidebar .categorieslist ul li a {
    color: #777777
}

footer .categorieslist ul li a {
    padding: 12px 0px;
}

.categorieslist ul li a:hover, .categorieslist ul li.active a {
    color: #fff;
}

footer .categorieslist ul li a:hover, footer .categorieslist ul li.active a {
    padding: 12px 20px;
}
/* Widget Interactive Tabs
================================================== */
.interactivetabs {
    width: 100%;
}

    .interactivetabs .nav-tabs {
        background: #191b1f;
        border-bottom: none;
    }

        .interactivetabs .nav-tabs > li {
            width: 33.33%;
            text-align: center;
            border-left: rgba(255, 255, 255, 0.2) solid 1px;
        }

            .interactivetabs .nav-tabs > li:first-child {
                border-left: none;
            }

            .interactivetabs .nav-tabs > li a {
                font-size: 13px;
                font-weight: bold;
                color: #fff;
                margin-right: 0;
                border: none;
            }

                .interactivetabs .nav-tabs > li a i {
                    margin-right: 5px;
                    display: inline;
                }

            .interactivetabs .nav-tabs > li.active > a,
            .interactivetabs .nav-tabs > li.active > a:hover,
            .interactivetabs .nav-tabs > li.active > a:focus {
                border: none;
                border-radius: 0;
            }

    .interactivetabs .nav > li > a:hover,
    .interactivetabs .nav > li > a:focus {
        text-decoration: none;
        background-color: #fff;
        border: none;
        border-radius: 0;
        color: #fff !important;
    }

    .interactivetabs .nav > li.disabled > a {
        color: #555 !important;
        border: none;
        border-radius: 0;
    }

        .interactivetabs .nav > li.disabled > a:hover,
        .interactivetabs .nav > li.disabled > a:focus {
            color: #555 !important;
            border: none;
            border-radius: 0;
        }

#twittertab {
    height: 500px;
    width: 100%;
}
/* Widget Calendar
================================================== */
.ui-datepicker {
    width: 100%;
    height: auto;
}

    .ui-datepicker a {
        text-decoration: none;
    }

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 14px;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 10px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ui-datepicker-prev:before {
        content: "\f0a8";
        color: #fff;
        font-size: 18px;
    }

.ui-datepicker-next {
    float: right;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 10px 5px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ui-datepicker-next:before {
        content: "\f0a9";
        color: #fff;
        font-size: 18px;
    }

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    color: #555;
    font-weight: bold;
    text-align: center;
}

.ui-datepicker tbody td {
    font-weight: normal;
    padding: 5px 0;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
}

.ui-datepicker-calendar .ui-state-default {
    border-radius: 50%;
}

.ui-datepicker-calendar .ui-state-hover {
    color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    color: #fff;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #CCCCCC;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}
/* Widget Comments
================================================== */
.commentslist {
    width: 100%;
}

    .commentslist ul {
        width: 100%;
    }

        .commentslist ul li {
            width: 100%;
            padding: 20px;
            position: relative;
            border-top: solid 1px #2b2e36;
        }

footer .commentslist ul li {
    padding: 20px 0;
}

.commentslist ul li:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0px;
    left: 0;
    background: #0b0c10;
}

.graysidebar .commentslist ul li {
    border-top: solid 1px #fff;
}

    .graysidebar .commentslist ul li:before {
        background: #cfcfcf;
    }

.commentslist ul li a {
    font-weight: bold;
}
/* Widget Video List Small
================================================== */
.videolistsmall {
    padding-bottom: 10px;
    float: left;
}
/* Widget Text
================================================== */
.text-widget {
    border-top: none;
}

    .text-widget .textsec {
        padding: 20px;
    }

footer .text-widget .textsec {
    padding: 0px;
}

footer.style1 .text-widget {
    padding: 0 0px 20px 0px;
    color: #bdc3c7;
}

.text-widget {
    border-top: none;
}

    .text-widget ul.contactdetail {
        width: 100%;
        float: left;
    }

        .text-widget ul.contactdetail li {
            width: 100%;
            float: left;
        }

            .text-widget ul.contactdetail li i {
                width: 15px;
                float: left;
            }

                .text-widget ul.contactdetail li i.fa-mobile {
                    font-size: 23px;
                    margin-top: -2px;
                }

                .text-widget ul.contactdetail li i.fa-envelope {
                    margin-top: 2px;
                }

    .text-widget i {
        float: left;
        margin-right: 10px;
    }
/* Widget Contact Form
================================================== */
.contact-forms .btn {
    border-radius: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

    .contact-forms .btn span {
        float: left;
    }

    .contact-forms .btn i {
        float: right;
        font-weight: bold;
        font-size: 18px;
    }

footer input[type="text"],
footer textarea,
.blacksidebar .contact-forms input[type="text"],
.blacksidebar .contact-forms textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 10px;
}

footer.style1 input[type="text"],
footer.style1 textarea,
.blacksidebar .contact-forms input[type="text"],
.blacksidebar .contact-forms textarea {
    color: #bdc3c7;
    background: #1d1e20;
    border: #4b4c4e solid 1px;
}

footer textarea {
    height: 117px;
}

header .contact-forms input[type="text"],
header .contact-forms textarea {
    width: 100%;
    margin-bottom: 20px;
    color: #000408;
    padding: 8px 10px;
    background: #fff;
    border: #c4c4c4 solid 1px;
}

header .contact-forms input[type="submit"],
header .contact-forms button {
    width: auto !important;
}

    header .contact-forms input[type="submit"] i,
    header .contact-forms button i {
        margin-left: 10px;
    }

footer textarea {
    height: 117px;
}
/* Footer
================================================== */
footer {
    width: 100%;
    clear: both;
    color: #000!important;
    padding: 60px 0 40px 0;
    background: #191b1f;
}

    footer hr {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
    }

.footerwidgets {
    padding: 0px 0;
}

footer.style1 .widget {
    color: #bdc3c7;
    border-top: none;
}

footer .widget:before {
    background: none;
}

footer.style1 .widget a {
    color: #bdc3c7;
}
/* Copyrights
================================================== */
.copyrights a {
    font-weight: bold;
    color: #bdc3c7;
}
/* Footer - Style 2
================================================== */
footer.style2 {
    color: #868686;
    background: #fff;
    border-top: #d8d8d8 solid 1px;
}

    footer.style2 a {
        color: #868686;
    }

    footer.style2 hr {
        border-top: #d8d8d8 solid 1px;
    }
/* Footer - Style 3
================================================== */
footer.style3 {
    color: #868686;
    background: #efeeee;
    border-top: #d8d8d8 solid 1px;
}

    footer.style3 a {
        color: #868686;
    }

    footer.style3 hr {
        border-top: #d8d8d8 solid 1px;
    }
/* Go Top
================================================== */
a.gotop {
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}

@media (max-width: 1023px) {
    a.gotop {
        bottom: -9999px;
        right: -9999px;
    }
}
/* SlimBox
================================================== */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
    color: #fff;
    font-size: 40px;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink i {
        left: 20px;
        top: 50%;
        display: none;
        margin-top: -30px;
        position: absolute;
    }

    #lbPrevLink:hover i {
        display: block;
    }

#lbNextLink i {
    right: 20px;
    top: 50%;
    display: none;
    margin-top: -30px;
    position: absolute;
}

#lbNextLink:hover i {
    display: block;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    margin: 5px 0;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

    #lbCloseLink i {
        margin-right: 10px;
    }

#lbCaption, #lbNumber {
    margin-right: 71px;
    padding: 3px 0 0 2px;
    font-size: 13px;
}

#lbCaption {
    font-weight: bold;
}
/* Font awsome icons list
================================================== */
.fontawsomeicons .heading {
    margin: 30px 0 20px 0 !important;
    background: #eee;
    padding: 15px;
    text-transform: uppercase;
}

.fontawsomeicons i.fa {
    margin-right: 10px;
}
/* Unorderd List Styles
================================================== */
.unlist {
    padding-left: 13px;
    list-style: disc;
}

    .unlist li {
        padding: 5px 0;
    }

    .unlist ul {
        padding-top: 10px;
        padding-left: 30px;
        list-style: circle;
    }
/* Orderd List Styles
================================================== */
.orderdlist {
    padding-left: 13px;
    list-style: decimal;
}

    .orderdlist li {
        padding: 5px 0;
    }

    .orderdlist ol {
        padding-top: 10px;
        padding-left: 30px;
        list-style: decimal;
    }
/* Map Section
================================================== */
.mapsec {
    width: 100%;
}

    .mapsec iframe {
        width: 100%;
        height: 400px;
    }
/* Tabs Section
================================================== */
.tabsect {
    width: 100%;
    margin-bottom: 20px;
}

    .tabsect .tab-content {
        width: 100%;
        border: #dddddd solid 1px;
        border-top: none;
    }

    .tabsect .tab-pane {
        width: 100%;
        padding: 20px;
    }
/* Bootstrap Carousel
================================================== */
.bootstrap-carousel h1,
.bootstrap-carousel h2,
.bootstrap-carousel h3,
.bootstrap-carousel h4,
.bootstrap-carousel h5,
.bootstrap-carousel h6 {
    color: #fff;
}
/* Blog Detail
================================================== */
.blogdetail {
    width: 100%;
}

    .blogdetail > .bootstrap-carousel {
        width: 100%;
        padding-bottom: 30px;
    }

    .blogdetail .avatar {
        width: 100%;
        padding: 0 40px;
        text-align: center;
    }

.col-lg-6 .blogdetail .avatar {
    padding: 0 20px;
}


.blogdetail .avatar figure {
    width: 100%;
}

    .blogdetail .avatar figure a {
        display: inline-block;
        border: #d8d8d8 solid 1px;
    }

.blogdetail .blogtext {
    position: relative;
}

    .blogdetail .blogtext:before {
        content: "";
        position: absolute;
        height: 100%;
        left: -30px;
        display: block;
        border-left: #eeeeee solid 1px;
    }

.blogdetail.videodetail .blogtext:before {
    display: none;
}

.blogdetail .blogtext:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 6px;
    left: -35px;
    top: 51px;
    display: block;
    background: url(../images/pointer1.png) no-repeat 0 0;
}

.blogdetail.videodetail .blogtext:after {
    content: "";
    display: none;
}

.col-lg-6 .blogdetail .blogtext:before {
    left: -20px;
}

.col-lg-6 .blogdetail .blogtext:after {
    left: -25px;
}

.blogdetail .blogtext .blogmetas {
    background: #f5f5f5;
    padding: 10px 15px;
    margin: 0 0 20px 0;
}

    .blogdetail .blogtext .blogmetas ul {
        width: 100%;
        float: left;
        margin: 0;
    }

        .blogdetail .blogtext .blogmetas ul li {
            float: left;
            margin-left: 20px;
        }

            .blogdetail .blogtext .blogmetas ul li:first-child {
                margin-left: 0px;
            }

            .blogdetail .blogtext .blogmetas ul li a {
                color: #5B5A5A;
            }

            .blogdetail .blogtext .blogmetas ul li i {
                margin-right: 10px;
            }
/* Comments
================================================== */
#comments {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    #comments .media {
        float: left;
        width: 100%;
    }

        #comments .media .media-heading {
            float: left;
            margin-right: 10px;
        }

        #comments .media time {
            font-weight: bold;
            font-size: 12px;
            text-transform: uppercase;
        }

        #comments .media p {
            float: left;
            width: 100%;
            margin: 5px 0 10px 0;
        }

        #comments .media a.btn {
            float: left;
        }

    #comments .media-object {
        width: 60px;
    }
/* Leave Reply
================================================== */
#leavereply {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

    #leavereply .form-group {
        margin: 0;
    }
/* Video Player Section
================================================== */
.videoplayersec {
    width: 100%;
    padding: 40px 0;
    background: #efeeee;
}

    .videoplayersec .vidcontainer {
        width: 750px;
        margin: 0 auto;
    }

.playershadow {
    padding-bottom: 85px;
    background: url(../images/shadow.png) no-repeat center bottom;
}

.playeriframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .playeriframe iframe {
        border: #191b1f solid 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoinfo .uploader figure {
    width: 76px;
    height: 66px;
    float: left;
    margin-right: 15px;
    border: #d8d8d8 solid 1px;
}

    .videoinfo .uploader figure a {
        width: 100%;
    }

        .videoinfo .uploader figure a img {
            width: 100%;
        }

.videoinfo .uploader .aboutuploader {
    float: left;
}

    .videoinfo .uploader .aboutuploader h5 {
        margin: 0;
    }

    .videoinfo .uploader .aboutuploader time {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        padding: 5px 0 7px 0;
        float: left;
    }

.videoinfo .stats ul {
    width: 100%;
    float: left;
}

    .videoinfo .stats ul li {
        width: 50%;
        float: left;
        padding: 14px 0;
        text-align: center;
        border-left: #d6d6d6 solid 1px;
    }

.videoinfo .stats h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.videoinfo .stats h2 {
    margin: 0;
    padding: 0;
}

.videoinfo .videoshare ul {
    width: 100%;
    float: left;
}

    .videoinfo .videoshare ul li {
        width: 33.33%;
        height: 66px;
        float: left;
        position: relative;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .videoinfo .videoshare ul li i {
            font-size: 24px;
            margin: 10px 0 0 10px;
        }

        .videoinfo .videoshare ul li a.link {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
        }

        .videoinfo .videoshare ul li .shaingstats {
            position: absolute;
            right: 10px;
            bottom: 8px;
            text-align: right;
        }

        .videoinfo .videoshare ul li h5 {
            color: #fff;
            margin: 0;
        }

        .videoinfo .videoshare ul li p {
            margin: 0;
            font-size: 10px;
            text-transform: uppercase;
        }

        .videoinfo .videoshare ul li.facebook {
            background: #3f67c0;
            color: #fff;
        }

            .videoinfo .videoshare ul li.facebook:hover {
                background: #fff;
                color: #3f67c0;
            }

                .videoinfo .videoshare ul li.facebook:hover h5 {
                    color: #3f67c0;
                }

        .videoinfo .videoshare ul li.twitter {
            background: #35b5eb;
            color: #fff;
        }

            .videoinfo .videoshare ul li.twitter:hover {
                background: #fff;
                color: #35b5eb;
            }

                .videoinfo .videoshare ul li.twitter:hover h5 {
                    color: #35b5eb;
                }

        .videoinfo .videoshare ul li.gplus {
            background: #eb5b4c;
            color: #fff;
        }

            .videoinfo .videoshare ul li.gplus:hover {
                background: #fff;
                color: #eb5b4c;
            }

                .videoinfo .videoshare ul li.gplus:hover h5 {
                    color: #eb5b4c;
                }

.videoplayersec .likeit {
    text-align: center;
}

    .videoplayersec .likeit hr {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 0px;
        border-top: #d6d6d6 solid 1px;
    }

@media (max-width: 768px) {
    .videoplayersec {
        margin: 0 7%;
        width: 86%;
        background: #fff;
    }

        .videoplayersec .vidcontainer {
            width: 100%;
        }

    .videoinfo .stats ul li:first-child {
        border-left: none;
    }

    .videoinfo .videoshare ul li i {
        margin: 20px 0 0 20px;
    }

    .videoinfo .videoshare ul li .shaingstats {
        bottom: 18px;
        right: 20px;
    }
}
/* Soundcloud iframe
================================================== */
.soundcloud iframe {
    width: 100%;
}
/* Sections Transitions
================================================== */
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.6s;
    }

.already-visible {
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}
/* Colors
================================================== */
.color,
.colorhover:hover {
    color: #d10909 !important;
}

.backcolor,
.backcolorhover:hover,
.categorieslist ul li:hover,
.categorieslist ul li.active,
.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-hover,
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: unset !important;
}

@media (max-width: 1023px) {
    header.style2 .topcategories .navbar-toggle,
    header.style2 .topcategories .yamm .navbar-collapse {
        background-color: #d10909 !important;
    }

    .ftr-col {
        display: block !important;
        text-align: center;
        border: none !important;
    }

    .ftr-box h3 {
        font-size: 24px !important;
        margin: 10px 0 !important;
    }

    .ftr-box h4 {
        font-size: 17px !important;
    }
}

.bordercolor,
.bordercolorhover:hover {
    border-color: #d10909 !important;
}

.bordercolor-top {
    border-top: solid 5px #d10909 !important;
}


@media only screen and (max-width: 500px) {
    .img-thumbnail {
        width: 70px !important;
    }

    .pull-right {
        font-size: 12px !important;
    }

    .head {
        margin-top: 10px !important
    }
}


.twitter_button {
    width: auto;
    height: auto;
    border: 2px solid #0084b4;
    padding: 0.1em;
    border-radius: 3px;
    float: left;
    padding-left: 1.1em;
    padding-right: 1.1em;
    color: #0084b4;
}

    .twitter_button:hover, .twitter_button a:hover {
        background: #0084b4;
        color: #fff;
    }

    .twitter_button a {
        color: #0084b4;
    }

        .twitter_button a:hover {
            color: #fff;
        }

.facebook_button {
    width: auto;
    height: auto;
    border: 2px solid #3b5998;
    padding: 0.1em;
    border-radius: 3px;
    float: left;
    padding-left: 1.1em;
    padding-right: 1.1em;
    color: #3b5998;
}

    .facebook_button:hover, .facebook_button a:hover {
        background: #3b5998;
        color: #fff;
    }

    .facebook_button a {
        color: #3b5998;
    }

        .facebook_button a:hover {
            color: #fff;
        }

.calendar_button {
    width: auto;
    height: auto;
    border: 2px solid orange;
    padding: 0.1em;
    border-radius: 3px;
    float: left;
    padding-left: 1.1em;
    padding-right: 1.1em;
    color: orange !important;
}

    .calendar_button:hover, .calendar_button a:hover {
        background: orange !important;
        color: #fff;
    }

    .calendar_button a {
        color: #fff;
    }

        .calendar_button a:hover {
            color: #fff !important;
        }

.candidate-details {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 60px;
    line-height: 25px;
}

.candname {
    color: #e21f26;
    text-align: left;
    margin: -10px 0px 0px 60px;
    font-size: 20px;
    padding: 5px 0px 5px 0px
}


.imgbox {
    border: 1px dashed #DFDFDF;
    background-color: #fff
}
    /*.imgbox:hover { -moz-box-shadow: 0 0 10px 0px #D7D7D7 !important;-webkit-box-shadow: 0 0 10px 0px #D7D7D7 !important; }*/
    .imgbox img {
        width: 100%;
        padding: 5px 5px 5px 5px
    }
/*.imgbox img:hover { -moz-box-shadow: 0 0 10px 0px #D7D7D7;-webkit-box-shadow: 0 0 10px 0px #D7D7D7; }*/

.title {
    text-align: center;
    color: #032B6C;
    z-index: 99;
    position: relative;
}

    .title h2 {
        border-bottom: 1px solid #cfcfcf;
        display: inline-block;
        padding: 0 20px 15px;
        font-size: 30px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        min-width: 260px;
    }

    .title h1 {
        border-bottom: 1px solid #cfcfcf;
        display: inline-block;
        padding: 0 20px 15px;
        font-size: 23px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        min-width: 260px;
        color: #333
    }

    .title span {
        display: block;
        font-size: 16px;
        margin-top: -22px;
    }

.hiring {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 9;
}

.title span .fa {
    background: #e21f26 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    z-index: 9999;
    position: relative;
}



@media only screen and (max-width: 500px) {
    .imgbox {
        margin-top: 10px
    }
}

.mobNavigation {
    visibility: hidden;
    display: none
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: auto 10px;
}

.contents-header {
    width: 100%;
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

/*** 

====================================================================
Main Header style
====================================================================

***/

.main-header {
    /* position: relative;*/
    position: sticky;
    top: -1px;
    display: block;
    width: 100%;
    z-index: 999;
    padding-bottom: -1px;
    background-color: #fff;
    border-bottom: #e3e3e3 solid 1px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

    .main-header .header-top {
        position: relative;
        background-color: #191e34;
    }

        /* Top Left*/

        .main-header .header-top .top-left {
            position: relative;
            float: left;
        }

        .main-header .header-top .social-links {
            position: relative;
            float: left;
            padding: 0px 0;
        }

            .main-header .header-top .social-links li {
                position: relative;
                float: left;
                margin-right: 15px;
                padding: 7px 10px 5px 10px;
                text-align: center;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                margin-top: 7px;
            }

                .main-header .header-top .social-links li.facebook {
                    background-color: #4B6EC0;
                }

                .main-header .header-top .social-links li.twitter {
                    background-color: #5CACF0;
                }

                .main-header .header-top .social-links li.youtube {
                    background-color: #D2372B;
                }

                .main-header .header-top .social-links li.gplus {
                    background-color: #DB5348;
                }

                .main-header .header-top .social-links li.linkedin {
                    background-color: #0073B1;
                }

                .main-header .header-top .social-links li a {
                    position: relative;
                    display: block;
                    font-size: 16px;
                    line-height: 20px;
                    color: rgba(255,255,255,1.00);
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .main-header .header-top .social-links li a:hover {
                        color: #fff;
                    }

        .main-header .header-top .top-right {
            position: relative;
            float: right;
            font-family: 'GoogleSans-Medium';
            font-weight: 400;
        }

        .main-header .header-top .search-box-outer {
            position: relative;
            float: left;
            padding: 10px 0;
        }

        .main-header .header-top .search-box-btn {
            line-height: 27px;
            color: #8c8f9a;
            font-size: 18px;
        }

        .main-header .header-top .search-box-outer .dropdown-menu {
            top: 48px !important;
        }

        .main-header .header-top .cart-btn {
            position: relative;
            float: left;
            margin-left: 30px;
            padding: 10px 0;
        }

            .main-header .header-top .cart-btn a {
                position: relative;
                font-size: 17px;
                color: #8c8f9a;
                line-height: 28px;
                font-weight: 600;
                padding-left: 30px;
                border-left: 1px dashed #474b5d;
            }

        .main-header .header-top .info-list {
            position: relative;
            float: right;
            padding: 10px 0;
        }

            .main-header .header-top .info-list li {
                position: relative;
                float: left;
                margin-left: 20px;
                padding-left: 20px;
                border-left: 1px dashed #474b5d;
                font-size: 15px;
                line-height: 30px;
                color: rgba(255,255,255,1.0);
                color: rgba(255,255,255,1.0);
                font-weight: 400;
            }

                .main-header .header-top .info-list li a {
                    display: inline-block;
                    font-size: 14px;
                    line-height: 30px;
                    color: rgba(255,255,255,1.0);
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .main-header .header-top .info-list li a:hover {
                        color: #fa7720;
                    }

                .main-header .header-top .info-list li i {
                    margin-right: 7px;
                    color: #e21f26;
                    font-size: 18px;
                    float: left;
                    line-height: 26px;
                }

    /*=== Header Upper ===*/

    .main-header .header-upper {
        position: relative;
        box-shadow: 0 8px 6px -6px rgba(0,0,0,.13);
        -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.13);
        -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.13);
        height: 70px;
        background: #fff;
    }

        .main-header .header-upper .logo-outer {
            position: relative;
            float: left;
        }

        .main-header .header-upper .logo {
            position: relative;
            padding: 10px 0;
        }

            .main-header .header-upper .logo img {
                display: inline-block;
                max-width: 100%;
                height: auto;
            }

    .main-header .info-outer {
        position: relative;
        float: right;
        padding-top: 40px;
    }

        .main-header .info-outer .info-box {
            position: relative;
            float: left;
            margin-left: 85px;
            padding-left: 55px;
            margin-bottom: 30px;
        }

            .main-header .info-outer .info-box .icon {
                position: absolute;
                top: 15px;
                left: 0;
                font-size: 40px;
                color: #cccccc;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .main-header .info-outer .info-box:hover .icon {
                -webkit-transform: scale(2);
                -moz-transform: scale(2);
                -ms-transform: scale(2);
                -o-transform: scale(2);
                transform: scale(2);
                left: 50%;
                opacity: .10;
            }

            .main-header .info-outer .info-box:first-child {
                margin-left: 0;
            }

            .main-header .info-outer .info-box:before {
                content: '';
                position: absolute;
                left: -40px;
                top: 0;
                height: 56px;
                border-left: 2px dashed #cccccc;
            }

.PlacementGuaranteeCourse p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    padding: 8px 15px;
    border: 1px solid #fff;
    width: fit-content;
    font-weight: normal;
    border-radius: 100px;
}

.main-header .info-outer .info-box:first-child:before {
    display: none;
}

.main-header .info-outer .info-box strong {
    font-size: 17px;
    line-height: 30px;
    color: #191e34;
    font-kerning: 700;
}

.main-header .info-outer .info-box .info {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
}

.main-header .info-outer .info-box a {
    color: #777777;
}

    .main-header .info-outer .info-box a:hover {
        text-decoration: underline;
        color: #fa7720;
    }

/*=== Header Lower ===*/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #df6512;
    margin: 7px 0px 2px;
    display: none;
}

.main-header .header-lower {
    position: relative;
}

    .main-header .header-lower .nav-outer {
        position: relative;
        background: #191e34;
        padding-left: 10px;
    }

.main-menu {
    position: relative;
    float: left;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            padding: 25px 0px;
            margin-right: 25px;
            padding-right: 25px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li:before {
                position: absolute;
                right: 0;
                top: 30px;
                height: 20px;
                width: 1px;
                background-color: #505362;
                content: "";
            }

            .main-menu .navigation > li:last-child:before {
                display: none;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                text-align: center;
                font-size: 15px;
                line-height: 30px;
                font-weight: 600;
                opacity: 1;
                color: #ffffff;
                padding: 0px;
                text-transform: none;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .main-menu .navigation > li:hover > a,
            .main-menu .navigation > li.current > a {
                color: #df6512;
            }

            .main-menu .navigation > li.dropdown > a {
                padding-right: 15px;
            }

                .main-menu .navigation > li.dropdown > a:after {
                    font-family: "Flaticon";
                    content: "\f11e";
                    position: absolute;
                    right: 0;
                    top: 3px;
                    display: block;
                    line-height: 24px;
                    font-size: 8px;
                    font-weight: 900;
                    z-index: 5;
                }

            .main-menu .navigation > li > ul {
                position: absolute;
                left: 0px;
                top: 100%;
                width: 240px;
                z-index: 100;
                display: none;
                padding: 0px 0px;
                background-color: #262626;
                opacity: 0;
                border-top: 3px solid #df6512;
                -webkit-transform: translateY(30px);
                -ms-transform: translateY(30px);
                transform: translateY(30px);
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            }

                .main-menu .navigation > li > ul.from-right {
                    left: auto;
                    right: 0px;
                }

                .main-menu .navigation > li > ul > li {
                    position: relative;
                    width: 100%;
                    border-bottom: 1px solid rgba(255,255,255,0.10);
                }

                    .main-menu .navigation > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > a {
                        position: relative;
                        display: block;
                        padding: 11px 25px;
                        line-height: 24px;
                        font-weight: 500;
                        font-size: 15px;
                        color: rgba(255,255,255,0.90);
                        text-align: left;
                        text-transform: capitalize;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                    .main-menu .navigation > li > ul > li:hover > a {
                        color: #ffffff;
                        background-color: #df6512;
                    }

                    .main-menu .navigation > li > ul > li.dropdown > a:after {
                        font-family: 'Font Awesome 5 Free';
                        content: "\f105";
                        position: absolute;
                        right: 20px;
                        top: 11px;
                        display: block;
                        line-height: 24px;
                        font-size: 16px;
                        font-weight: 900;
                        z-index: 5;
                    }

                    .main-menu .navigation > li > ul > li > ul {
                        position: absolute;
                        left: 100%;
                        top: 0px;
                        width: 240px;
                        z-index: 100;
                        display: none;
                        background-color: #262626;
                        opacity: 0;
                        border-top: 3px solid #df6512;
                        -webkit-transform: translateY(30px);
                        -ms-transform: translateY(30px);
                        transform: translateY(30px);
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                    }

                        .main-menu .navigation > li > ul > li > ul > li {
                            position: relative;
                            width: 100%;
                            border-bottom: 1px solid rgba(255,255,255,0.10);
                        }

                            .main-menu .navigation > li > ul > li > ul > li:last-child {
                                border-bottom: none;
                            }

                            .main-menu .navigation > li > ul > li > ul > li > a {
                                position: relative;
                                display: block;
                                padding: 11px 25px;
                                line-height: 24px;
                                font-weight: 500;
                                font-size: 15px;
                                color: rgba(255,255,255,0.90);
                                text-align: left;
                                text-transform: capitalize;
                                transition: all 500ms ease;
                                -moz-transition: all 500ms ease;
                                -webkit-transition: all 500ms ease;
                                -ms-transition: all 500ms ease;
                                -o-transition: all 500ms ease;
                            }

                                .main-menu .navigation > li > ul > li > ul > li > a:hover {
                                    color: #ffffff;
                                    background-color: #df6512;
                                }

            .main-menu .navigation > li.dropdown:hover > ul {
                visibility: visible;
                opacity: 1;
                top: 100%;
                -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                transform: translateY(0px);
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0px;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 10px;
            top: 8px;
            width: 34px;
            height: 30px;
            border: 1px solid #ffffff;
            text-align: center;
            font-size: 16px;
            line-height: 26px;
            color: #ffffff;
            cursor: pointer;
            z-index: 5;
            display: none;
        }

.main-header .outer-box {
    position: relative;
    float: right;
}

    .main-header .outer-box .btn-box {
        position: relative;
        float: right;
        margin-left: 30px;
    }

        .main-header .outer-box .btn-box .theme-btn {
            padding: 25px 20px;
            text-transform: capitalize;
            float: right;
        }

            .main-header .outer-box .btn-box .theme-btn i {
                margin-left: 10px;
            }

    /*=== Cart Btn ===*/
    .main-header .outer-box .cart-btn {
        position: relative;
        padding: 25px 0 22px;
        float: left;
        margin-left: 30px;
    }

        .main-header .outer-box .cart-btn a {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 400;
        }

/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 25px 0px 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    background: none;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-header .search-box-btn:hover {
        color: #fa7720;
    }

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 52px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #df6512;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

    .main-header .search-panel input:focus,
    .main-header .search-panel select:focus {
        border-color: #25262c;
    }

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two .header-upper .logo {
    padding: 5px 5px 5px 5px;
}

.header-style-two .nav-outer {
    position: relative;
    float: right;
}

.header-style-two .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul {
    border-top-width: 0;
}

.sticky-header .main-menu .navigation > li > ul,
.sticky-header .main-menu .navigation > li > ul {
    border-top-width: 3px;
}

.header-style-two .main-menu .navigation > li {
    margin-right: 0;
    padding: 45px 15px;
}

    .header-style-two .main-menu .navigation > li:before {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 0;
        height: 5px;
        width: 0%;
        background-color: #fa7720;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        content: "";
    }

    .header-style-two .main-menu .navigation > li:last-child:before {
        display: block;
    }

    .header-style-two .main-menu .navigation > li:hover:before,
    .header-style-two .main-menu .navigation > li.current:before {
        width: 100%;
        left: 0;
    }

    .header-style-two .main-menu .navigation > li > a {
        font-size: 17px;
        color: #191e34;
    }

    .header-style-two .main-menu .navigation > li:hover > a,
    .header-style-two .main-menu .navigation > li.current > a {
        color: #fa7720;
    }

.header-style-two .outer-box .btn-box {
    position: relative;
    padding: 30px 0;
}

    .header-style-two .outer-box .btn-box .theme-btn {
        padding: 15px 30px;
    }

        .header-style-two .outer-box .btn-box .theme-btn i {
            margin-left: 10px;
            line-height: 28px;
        }

/***/


/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

    .fixed-header .sticky-header .logo {
        padding: 10px 0;
    }

.page-title {
    position: relative;
    padding: 190px 0 175px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .page-title:before {
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #191e34;
        opacity: .70;
        position: absolute;
    }

    .page-title .inner-container {
        position: relative;
    }

    .page-title .title-box {
        position: relative;
        float: left;
    }

    .page-title h1 {
        position: relative;
        display: block;
        font-size: 50px;
        color: #ffffff;
        line-height: 60px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .page-title .title {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 500;
    }

    .page-title .bread-crumb {
        position: relative;
        float: right;
        padding-top: 75px;
    }

        .page-title .bread-crumb li {
            position: relative;
            float: left;
            font-size: 17px;
            line-height: 30px;
            color: #fa7720;
            font-weight: 500;
            text-transform: capitalize;
            cursor: default;
            padding-right: 13px;
            margin-right: 13px;
        }

            .page-title .bread-crumb li:before {
                position: absolute;
                top: -1px;
                right: -5px;
                font-size: 8px;
                line-height: 30px;
                color: #ffffff;
                content: "\f13f";
                font-weight: 700;
                font-family: "Flaticon";
            }

            .page-title .bread-crumb li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .page-title .bread-crumb li:last-child:before {
                    display: none;
                }

            .page-title .bread-crumb li a {
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .page-title .bread-crumb li a:hover {
                    color: #fa7720;
                }








/*Davinder code*/

:root {
    --bggreylight: whitesmoke;
    --white: #fff;
    --purple: #731C52;
    --black: #000;
    --whitesmokebg: whitesmoke;
    --newpurple: #7161ef;
    --lightpurple: #957fef;
    --morelightpurple: b79ced;
    --moremorelightpurple: #dec0f1;
}

a {
    text-decoration: none !important;
}

.headingtitle h2 span {
    color: var(--black);
}
/*make buttons for all website*/
.borderbtn, .courseweofferbtn {
    background: inherit;
    border-radius: 3px;
    width: fit-content;
    border: 1px solid #731C52;
    padding: 10px;
    font-family: 'Archivo',sans-serif;
    font-size: 13px;
    color: var(--purple);
    text-decoration: none;
    transition: .5s ease-in-out !important;
}

.courseweofferbtn {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

    .courseweofferbtn a {
        color: var(--purple);
    }

    .courseweofferbtn:hover a {
        color: var(--white) !important;
        text-decoration: none;
    }

    .borderbtn:hover, .courseweofferbtn:hover {
        background: #731C52;
        border: 1px solid #731C52;
        color: var(--white);
        text-decoration: none;
    }


.bgbtn {
    background: #731C52;
    border-radius: 3px;
    width: fit-content;
    border: 1px solid #731C52;
    padding: 10px;
    font-family: 'Archivo',sans-serif;
    font-size: 13px;
    color: var(--white);
    text-decoration: none;
    transition: .5s ease-in-out !important;
}

    .bgbtn:hover {
        background: var(--white);
        border: 1px solid #731C52;
        color: var(--purple);
        text-decoration: none;
    }




/*make buttons for all website end*/


.whitesmokebg {
    background: var(--whitesmokebg);
}




/*====================navigationcode=================*/
.navcontainer {
    width: 90%;
    margin: 0 auto;
    transition: .5s all;
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    /*padding: 12px 0px;*/
}

    .main-navigation .nav_logo {
        display: flex;
        align-items: center;
    }

    .main-navigation .navigationholder {
        display: flex;
        align-items: center;
     
        /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    }

        .main-navigation .navigationholder > ul {
            padding: 0px;
            margin: 0;
            display: flex;
        }

        .main-navigation .navigationholder ul .navigationholder_link {
            padding: 25px 15px;
            font-size: 16px;
            font-weight: 500;
        }

            .main-navigation .navigationholder ul .navigationholder_link a {
                text-decoration: none;
                color: #000;
                position: relative;
                padding: 15px 0px;
                font-weight: 600 !important;
             
            }
.Course_list li a {
    font-size: 13.5px;
}

.navigationholder ul .navigationholder_link a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0.5px;
    background: #731C52;
    left: 0;
    border-radius: 3px;
    bottom: 0;
    transition: .5s ease-in-out;
}

.navigationholder ul .navigationholder_link a:hover:after {
    width: 100%;
}

.navigationholder ul .navigationholder_link a:hover {
    color: #731C52;
    cursor:pointer;
}

.menutogglebtn {
    display: none;
    align-items: center;
}

    .menutogglebtn i {
        font-size: 28px;
        color: #731C52;
    }

.mob-nav-closebtn i {
    font-size: 12px;
    color: #731C52;
    padding: 8px 9.5px;
    border-radius: 100px;
    border: 1px solid #731C52;
}

.mob-nav-closebtn {
    display: none;
}

.mob-nav-header {
    display: none;
}


.section-padding {
    padding: 20px 0px;
}
/*bannersection*/
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 20px 0px;
    min-height: 100%;
    /* background: linear-gradient(to right, #ffffff, #d6d7d854, #701b5242);*/
    position: relative;
}

    .banner-section:before {
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../images/banner.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        content: "";
        width: 100%;
        background-size: contain;
    }
/*@keyframes example {
    0% {
        padding-top: 0px;
    }

    50% {
        padding-top: 20px;
    }

    100% {
        padding-top: 0px;
    }
}

.bannerright_side img {
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}*/
.bannerleft_side strong, .bannerleft_side b {
    color: #701B52;
}

.bannerleft_side h1 {
    margin: 0;
}

    .bannerleft_side h1 b span {
        font-size: 25px;
        line-height: 42px;
        font-weight: 700;
    }

    .bannerleft_side h1 p:nth-child(1) {
        font-size: 33px;
        font-weight: 600;
        line-height: 52px;
    }

.banner-section .bannerleft_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

    .banner-section .bannerleft_side .banner_header {
        display: flex;
        font-size: 22px;
        color: #701b52;
        min-height: 80px;
        box-sizing: border-box;
        place-content: stretch flex-end;
        flex-direction: column;
    }


    .banner-section .bannerleft_side h2 {
        text-align: left;
        font-weight: 500;
        line-height: 4rem;
        font-size: 23px;
        margin: 0px;
        text-transform: unset;
    }

.bannerleft_side h2 .slogan {
    font-size: 1.15rem;
}

.bannerleft_side p {
    line-height: 35px;
    font-size: 1.15rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-section .bannerleft_side h2::after {
    display: none;
}

.banner-section .bannerright_side {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;
    max-height: 450px;*/
    width: 100%;
}

.bannerright_side img {
    height: 100%;
}

.banner-section .bannerright_side img {
    width: 100%;
    max-width: 80%;
}

.banner-section .curvebtn {
    width: 100%;
    max-width: fit-content;
    margin: 10px 0px 0px 0px;
}

.ftr-banner .ftr-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 14px solid #f4f8ff;
}

    .ftr-banner .ftr-col:last-child {
        border-right: 0px;
    }

.ftr-col img {
    max-width: 64px;
    margin-right: 10px;
}

.ftr-box h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ftr-box h4 {
    font-weight: 600;
    color: #555;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.ftr-box p {
    font-size: 14px;
}

/*bannersection end*/
/*aboutusimg-holder css*/
.aboutusimg-holder {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
/*aboutusimg-holder css end*/



/*.introarea csss*/
.introarea .feature-strip {
    display: flex;
    align-items: center;
}
/*.introarea css end*/

/*coursetabs css*/
.coursetabs {
    display: flex;
}

    .coursetabs ul li a {
        text-decoration: none;
        font-weight: 600;
    }
/*-- Scroll Bar ====*/
/* width */
#coursetabs ul::-webkit-scrollbar {
    height: 5px;
}

/* Track */
#coursetabs ul::-webkit-scrollbar-track {
    background: rgb(136 136 136 / 51%);
    border-radius: 10px;
}

/* Handle */
#coursetabs ul::-webkit-scrollbar-thumb {
    background: #731C52;
    border-radius: 5px;
}

    /* Handle on hover */
    #coursetabs ul::-webkit-scrollbar-thumb:hover {
        background: #731C52;
    }

/*=== Scroll Bar End ===*/


.coursetabs ul {
    overflow-y: clip;
    margin: 0;
    padding: 21px 0px;
    width: 100%;
    display: -webkit-inline-box;
    overflow-x: scroll;
}

    .coursetabs ul li a {
        padding: 15px;
        cursor: pointer;
        transition: .8s;
        margin-right: 12px;
    }

    .coursetabs ul li:last-child a {
        margin-right: 0px;
    }

    .coursetabs ul li .active {
        background: #731C52;
        border-radius: 5px;
        color: #ffff;
    }

    .coursetabs ul li a:hover {
        background: #731c52;
        border-radius: 5px;
        color: #ffff !important;
    }



/*coursetabs css end*/





/*.mycarousel owl carousel css*/
.mycarousel .owl-nav {
    display: none;
}

.mycarousel .owl-dots {
    margin-top: 15px;
}


    .mycarousel .owl-dots .owl-dot.active span, .mycarousel .owl-dots .owl-dot:hover span {
        background: #A9508B !important;
    }


/*.mycarousel css end*/



/*testimonial css start*/
.testimonial {
    background: #fafafa;
}

    .testimonial h2 {
        text-align: left;
        font-family: DINNextLTPro-Regular,sans-serif;
        font-weight: 600;
        color: #761e66;
        margin: 15px 0px 20px 0px;
    }




    .testimonial .setbxText {
        text-align: left;
        padding: 0;
    }

.testimonialcarousel .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial .testimonialCard {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    /*overflow: hidden;*/
    margin: 45px 0 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* max-height: 330px;
    min-height:330px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

    .testimonial .testimonialCard .crd-body {
        flex: 1 1 auto;
    }

.testimonial .owl-stage-outer {
    height: 100% !important;
}
/*  .testimonial .testimonialCard:before {
        position: absolute;
        content: "";
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        background: #f5eff3;
        bottom: -500px;
        left: 0px;
        z-index: 1;
        transition: .8s;
    }*/
/*.testimonial .testimonialCard:hover:before {
        bottom: 0px;
    }*/
.testimonial .testimonialCard .crd-header, .testimonial .testimonialCard .crd-body {
    position: inherit;
    z-index: 2;
}

.testimonial .testimonialCard .crd-header {
    margin-bottom: 15px;
    margin-top: 60px;
}

    .testimonial .testimonialCard .crd-header h3 {
        font-size: 18px;
        line-height: 1.67;
        margin: 0 0 11px;
        color: #761E66;
    }

    .testimonial .testimonialCard .crd-header .Stars {
        margin-top: 10px;
    }

        .testimonial .testimonialCard .crd-header .Stars i {
            color: #761E66;
        }


.testimonial .testimonialCard .crd-body .testimonial-captions {
    font-size: 14px;
    line-height: 1.8;
    color: #7B7B7B;
    font-family: inherit;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial .testimonialCard .crd-header .studentsdetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial .testimonialCard .studentuser {
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: -14%;
    left: 50%;
    transform: translate(-50%, 14%);
}

    /*.testimonial .testimonialCard .studentuser i {
        font-size: 75px;
        color: #7b7b7b5c;
        margin-bottom: 0px;
    }*/

    .testimonial .testimonialCard .studentuser img {
        /*  width:100px;
            height:100px;*/
        border-radius: 100px;
        /*border: 1px solid;*/
        object-fit: cover;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

.testimonial .testimonialCard .crd-header .studentsdetail .studentcaptions h4, .crd-header .studentcaptions p {
    margin: 0;
}

.studentcaptions p {
    color: #7B7B7B;
    font-weight: 500;
}



.testimonialcarousel .owl-dot.active span, .testimonialcarousel .owl-dot:hover span {
    background: #A9508B !important;
}

.testimonialcarousel .owl-next, .trendingcourse_carousel .owl-next {
    position: absolute;
    padding: 25px !important;
    height: 100%;
    max-height: 20%;
    top: 50%;
    /*right: -90px;
    transform: translate(0px, -60%);*/
    right: -65px;
    transform: translate(0px, -50%);
}

.testimonialcarousel .owl-prev, .trendingcourse_carousel .owl-prev {
    position: absolute;
    padding: 25px !important;
    height: 100%;
    max-height: 20%;
    top: 50%;
    /*   left: -90px;
    transform: translate(0px, -60%);*/
    left: -65px;
    transform: translate(0px, -50%);
}


    .testimonialcarousel .owl-prev span, .testimonialcarousel .owl-next span, .trendingcourse_carousel .owl-prev span, .trendingcourse_carousel .owl-next span {
        padding: 15px;
        font-size: 38px;
        color: #000;
    }


.testimonialcarousel .owl-nav [class*=owl-]:hover, .trendingcourse_carousel .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.testimonialcarousel .owl-stage {
    display: flex;
}
/*testimonial end*/
/*TRENDING COURSES start*/

.TRAss{
    margin-left:-25px;
}

@media(max-width:992px){
    .TRAss {
        margin-left: 0px;
    }
    .comp-profile {
        border:none!important;
    }
}
.trendingcourse_carousel .owl-next {
    /*right: -75px !important;*/
    right: -56px !important;
    top: 40%;
    transform: translate(0px, -50%);
}

.trendingcourse_carousel .owl-prev {
    /* left: -75px !important;*/
    left: -56px !important;
    top: 40%;
    transform: translate(0px, -50%);
}

.trendingcourse_carousel .owl-dot.active span, .trendingcourse_carousel .owl-dot:hover span {
    background: #A9508B !important;
}
/*TRENDING COURSES end*/

/*contact page css*/
.contact-container .contactdetails {
    border-bottom: 1px solid #bfbebe;
    padding: 15px 0;
}

.contact-container .contactdetails_holder:last-child .contactdetails {
    border-bottom: none;
}

.contact-container .Contactleftsideheading h2 {
    font-size: 32px;
    width: 100%;
}

.contact-container .contactdetailheader {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .contact-container .contactdetailheader .iconholder {
        width: 36px;
        height: 36px;
        border-radius: 100px;
        margin-right: 10px;
        background: #731C52;
        display: flex;
        padding: 25px;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

        .contact-container .contactdetailheader .iconholder i {
            font-size: 25px;
            color: #fff;
        }



    .contact-container .contactdetailheader h4 {
        margin: 0;
    }


.contact-container .contactcaptions p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

    .contact-container .contactcaptions p a {
        color: var(--black);
    }

.contactform{
    padding: 0px 20px;
}

.contactform .contactformheader {
    margin-bottom: 15px;
}

.contactform label {
    color: #731C52;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

.contactform input, .contactform textarea, .contactform select {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #731C52;
    background: transparent;
    width: 100%;
}

.contactform .form-control:focus {
    border-color: #731C52 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
}




.contact_submitbtn {
    margin-top: 10px;
}

    .contact_submitbtn button {
        color: #fff;
        background: #731C52;
        border: 1px solid #731C52;
        transition: .8s;
    }


        .contact_submitbtn button:hover {
            background: #fff;
            color: #731C52;
            border: 1px solid #731C52;
        }


    .contact_submitbtn input {
        color: #fff;
        background: #731C52;
        border: 1px solid #731C52;
        transition: .8s;
        /*padding: 8px 25px;*/
        padding: 6px 25px;
        width: 100%;
    }


        .contact_submitbtn input:hover {
            background: #fff;
            color: #731C52;
            border: 1px solid #731C52;
        }

.mybread-crum {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.contactbread-crum {
    background-image: url("../images/contactbanner.jpg");
}

.aboutbread-crum {
    background-image: url("../images/Aboutusbanner.jpg");
}



.mybread-crum:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .54;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(-45deg,#d7bfbf00 0%,#6E1A52 100%);
}

.mybread-crum h1 {
    position: inherit;
    text-align: center;
    padding: 60px 0;
    margin: 0;
    z-index: 3;
    color: #fff;
    font-weight: bold;
}
/*contact page css end*/



/*popupform css start*/
.popupform {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.83) !important;
    z-index: 99999;
    top: 0;
    padding: 10px;
    display: none;
}

    .popupform .mainpopupform {
        transform: scale(1);
        background: #fff;
        width: 100%;
        max-width: 30%;
        padding: 15px;
        border-radius: 5px;
        max-height: 100%;
        animation-name: popup;
        animation-duration: 1s;
        margin: 0 auto;
        overflow: auto;
        position: relative;
    }

@keyframes popup {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.popupform .passwordfield {
    margin-bottom: 15px;
}

.popupform .minpass {
    font-size: small;
    font-weight: 500;
}


.popsubmitbtn a {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 12px 32px;
    color: #731C52;
    border: 1px solid #731C52;
    position: relative;
    z-index: 1;
}

.popupform .popsubmitbtn a:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #731C52;
    color: #fff;
}

.popupform .popsubmitbtn a:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -10;
}

.popupform .popsubmitbtn a:hover {
    color: #fff;
}


.popupform .formheader h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
}

    .popupform .formheader h2:after {
        display: none;
    }

.popupform .formheader .formcaption {
    color: #7a7a7ac4;
    width: 100%;
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

.popupform label {
    color: #731C52;
}

.popupform .pop_innerform {
    margin-top: 15px;
    padding: 0px 20px;
}

    .popupform .pop_innerform input {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #731C52;
    }

.loginmore-btn {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .loginmore-btn p {
        margin: 0px;
        padding: 10px;
    }

    .loginmore-btn a {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #731C52;
        transition: .5s ease-in-out;
        margin-bottom: 25px;
        cursor: pointer;
    }

        .loginmore-btn a:hover {
            background: #731C52;
            color: #fff !important;
        }

.popupform .pop_innerform .form-group {
    margin-bottom: 10px;
}

.popupform .form-control:focus {
    border-color: #731C52 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
}



.ordivider {
    margin-top: 10px;
    text-align: center;
}

.popupform .googlebtn button {
    margin-bottom: 15px;
}

.popupform .googlebtn button, .popupform .facebookbtn button {
    background: #fff;
    width: 100%;
    padding: 12px 32px;
    border: 1px solid #731C52;
    transition: .8s ease-in-out;
}

    .popupform .googlebtn button:hover .popupform .facebookbtn button:hover {
        color: #fff;
        background: #731C52;
    }


.popupform .closebtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 20px;
    border: none;
    background: rgb(115 28 82 / 48%);
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*popform css end*/



/*about us page css*/
.aboutus_container .missioncard {
    padding: 15px;
    background: white;
    box-shadow: none;
    border-radius: 5px;
    height: 100%;
    transition: .8s;
    position: relative;
    text-align: center;
}



.aboutus_container .aboutusimg_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .aboutus_container .aboutusimg_holder img {
        width: 100%;
        max-width: 100%;
    }

.aboutus_container .missioncard .lmstext {
    font-size: 14px;
    text-align: unset;
    margin: 12px 0px 0px 0px;
}






.aboutus_container .missioncard:after {
    position: absolute;
    width: 1px;
    height: 100vh;
    max-height: 70px;
    content: "";
    background: #bfbebe;
    top: 50%;
    right: -2%;
    transform: translate(-50%, -50%);
}

.missioncard-holder:last-child .missioncard:after {
    width: 0;
}
/*about us leadership section css*/
.leadership_section {
    background-color: whitesmoke;
}

    .leadership_section .leadershipcarousel .owl-nav {
        display: none;
    }

    .leadership_section .leadershipcarousel .owl-dot.active span, .leadership_section .leadershipcarousel .owl-dot:hover span {
        background: #731C52 !important;
    }

    .leadership_section .leadershipcarousel .owl-dots {
        margin-top: 15px;
    }
/*about us leadership section css end*/




/*about us page css end*/




/*our apporach*/
.ourapporachbread-crum {
    background-image: url("../images/ourapproachbanner.jpg");
}
/*our apporach end*/



/*Graduate-Engineer-Trainee-CGD css start*/

.cgdintrohead {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gasimg-holder {
    display: flex;
    justify-content: center;
}

    .gasimg-holder img {
        width: 100%;
        max-width: 72%;
    }

/*Graduate-Engineer-Trainee-CGD css end*/




/*train thead trainer css start*/
.footbox input {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #731C52;
}
/*train thead trainer css end*/


/*ViewLiveskillsCourse page css start*/
.viewliveskillbanner {
    background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    position: relative;
    /*padding: 25px 0px !important;*/
    padding: 40px 0px 92px 0px !important;
    margin-bottom: 92px;
}

/*course background start here*/
.Course38 {
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#0266b7 0,#7c2052 100%);*/
    background: radial-gradient(80.14% 254.53% at 79.14% 63.25%,#7c2052 0,#0266B8 100%);
}

.Course36 {
    background: linear-gradient(180deg,#252525 0,#0a7acb 100%);
}

.Course39 {
    /*  background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#8b72f5 0,#7c2052 100%);*/
    background: radial-gradient(80.14% 254.53% at 79.14% 63.25%,#8f7afb 0,#6b10b8 100%);
}

.Course35 {
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#4c88c8 0,#731c52 100%);*/
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#0a78cd 0,#731c52 100%);*/
    background-color: #003b97;
    background-image: linear-gradient(160deg, #003b97 0%, #80D0C7 100%);
}

.Course37 {
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#d14222 0,#731c52 100%);*/
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#A8DBFA 0,#635EE2 100%);*/
    /*background: radial-gradient(80.14% 254.53% at 79.14% 63.25%,#A8DBFA 0,#635EE2 100%);*/
    /*background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);*/
    background: radial-gradient(80.14% 254.53% at 79.14% 63.25%,#EC5252 0,#6E1A52 100%);
}

.Course40 {
    /*background: linear-gradient(-45deg,#d56061 0%,#6E1A52 100%);*/
    /*background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#d56061 0,#731c52 100%);*/
    /* background-image: linear-gradient(359deg, #fffaa7 00%, #fbac08 70%);*/
    background-image: linear-gradient(120deg, #100673 0%, #7d97f4 100%);
}

.Course41 {
    /*background: linear-gradient(-45deg,#30a3e4 0%,#6E1A52 100%);*/
    background: radial-gradient(69.14% 514.83% at 69.14% 43.25%,#30a3e4 0,#731c52 100%);
    background: linear-gradient(180deg,#252525 0,#0e5095 100%);
}

.coursedurationpanel {
    padding: 0;
    margin: 0;
}

    .coursedurationpanel li a {
        color: #191e34 !important;
    }

    .coursedurationpanel li {
        border-bottom: 1px solid #e4e4e4;
        padding: 7px 11px;
    }

        .coursedurationpanel li:last-child {
            border: none;
        }

        .coursedurationpanel li:hover {
            background: #F5F5F5;
        }

        .coursedurationpanel li a:hover {
            color: #844468 !important;
        }



.viewliveskillbanner .viewliveskillbanner_footer {
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 86%;
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
    align-items:center;
    z-index: 1;
    overflow: hidden;
    bottom: -55px;
    /*background-image: url(../images/viewliveskillbanner_footerbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;*/
}


/*inner course offer section background start */


   /* .viewliveskillbanner .viewliveskillbanner_footer .offereffectOne {
        position: absolute;
        left: 0;
        z-index: -1;
        bottom: 0;
    }

        .viewliveskillbanner .viewliveskillbanner_footer .offereffectOne img, .viewliveskillbanner .viewliveskillbanner_footer .offereffectTwo img {
            width: 150px;
        }

    .viewliveskillbanner .viewliveskillbanner_footer .offereffectTwo {
        position: absolute;
        right: 0;
        z-index: -1;
        bottom: 0;
    }*/

    /*inner course offer section background end */

    .viewliveskillbanner .viewliveskillbanner_footer .seprate_section .seprate_section-content p {
        margin: 0;
        text-transform: uppercase;
        font-size: 0.85rem;
        line-height: normal;
    }

    .viewliveskillbanner .viewliveskillbanner_footer .seprate_section .seprate_section-content .offerPrice {
        color: #731c52;
        font-weight: 600;
        color: #fff;
    }

    .viewliveskillbanner .viewliveskillbanner_footer .seprate_section .seprate_section-content .offer_cut {
        color: #8a8a8a;
        text-decoration: line-through;
        font-size: 15px;
        color: #d4d4d4;
    }

    .viewliveskillbanner .viewliveskillbanner_footer .seprate_section .seprate_section-content .limited-offertime {
        /* background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);*/
        /*background: #6E1A52;*/
        background: #EC5252;
        color: #fff;
        text-align: center;
        padding: 5px;
        margin: 0px;
        text-transform: capitalize;
        font-size: 12.58px;
        border-radius: 3px;
        background: #dbf4ff;
        color: #005278;
    }
    /*.viewliveskillbanner .viewliveskillbanner_footer .seprate_section .seprate_section-content{
        line-height:normal;
    }*/
    .viewliveskillbanner .viewliveskillbanner_footer .seprate_section {
        /*width: 20%;*/
        display: flex;
        flex-wrap: wrap;
    }

.seprate_section-content {
    height: fit-content;
}

.viewliveskillbanner .viewliveskillbanner_footer :last-child.seprate_section {
    padding: 0px 0px 0px 10px;
    border-left: 1.5px solid #d1cece;
}

.viewliveskillbanner .viewliveskillbanner_footer .seprate_section .icon {
    width: 40px;
    height: 40px;
    background: rgb(236 223 230);
    /*background: #dbf4ff;*/
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewliveskillbanner .viewliveskillbanner_footer .seprate_section i {
    color: #7c2052;
    /*color: #005278;*/
}
/*ViewLiveskillsCourse page css end*/
.content_container {
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.liveskills .content_container:last-child {
    border-bottom: none;
}




.content_container .liveskillstext {
    margin: 10px 0px 10px 10px;
}





/*new login css start*/
.login-wrapper {
    width: 100%;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    .login-wrapper .loginbox {
        max-width: 100%;
        width: 100%;
        padding: 0px 100px;
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .login-wrapper .loginbox .img-logo {
            margin-bottom: 54px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .login-wrapper .loginbox .img-logo .back-home {
                margin-left: auto;
            }

                .login-wrapper .loginbox .img-logo .back-home a {
                    font-size: 14px;
                    color: #685F78;
                    transition: 0.8s;
                    border-bottom: 1px solid #731C53;
                }

                    .login-wrapper .loginbox .img-logo .back-home a:hover {
                        color: #731C52;
                    }

        .login-wrapper .loginbox h1 {
            font-size: 30px;
            margin-bottom: 30px;
            font-weight: 500;
            color: #731C52;
        }

        .login-wrapper .loginbox .form .form-group {
            width: 100%;
        }

            .login-wrapper .loginbox .form .form-group .input-group {
                width: 100%;
            }

            .login-wrapper .loginbox .form .form-group input {
                width: 100%;
                padding: 8px;
                border-radius: 5px;
                border: 1px solid #731C52;
            }

        .login-wrapper .loginbox label {
            margin-bottom: 10px;
            width: 100%;
            color: #685F78;
            font-weight: 600;
            font-size: 15px;
            color: #731C52;
        }

        .login-wrapper .loginbox .form .form-group input:focus {
            border-color: #731C52 !important;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
        }

        .login-wrapper .loginbox .form .form-group select {
            width: 100%;
            height: 50px;
            border-radius: 5px;
            border: 1px solid #731C52;
        }

            .login-wrapper .loginbox .form .form-group select:focus {
                border-color: #731C52 !important;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
            }

        .login-wrapper .loginbox .forgot {
            margin-bottom: 15px;
        }

            .login-wrapper .loginbox .forgot a {
                font-size: 14px;
                color: #685F78;
                transition: 0.8s;
            }

                .login-wrapper .loginbox .forgot a:hover {
                    color: #731C52;
                }

        .login-wrapper .loginbox .loginsubmit input {
            width: 100%;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
            text-align: center;
            padding: 12px 32px;
            color: #731C52;
            /*background: #fff;*/
            border: 1px solid #731C52;
            position: relative;
            z-index: 1;
        }

.loginsubmit {
    position: relative;
}

    .loginsubmit:hover input {
        color: #fff !important;
    }

    .loginsubmit .input_sideeffect {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        content: "";
        background-color: #731C52;
        color: #fff;
        z-index: 12;
        border-radius: 4px;
        height: 100%;
        transition: .5s ease-in-out;
        z-index: -1;
    }

    .loginsubmit:hover .input_sideeffect {
        width: 100%;
    }

/* .login-wrapper .loginbox .loginsubmit input:before {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: "";
        background-color: #731C52;
        color: #fff;
    }

            .login-wrapper .loginbox .loginsubmit input:hover:before {
                transition: 0.5s all ease;
                left: 0;
                right: 0;
                opacity: 1;
                z-index: -10;
            }*/

.login-wrapper .loginbox .loginsubmit input:hover {
    color: #fff;
}

.login-wrapper .loginbox .img-logo img {
    width: 100%;
    max-width: 280px;
}

.login-wrapper .loginbox .signupbottom {
    margin-top: 15px;
    text-align: center;
}

    .login-wrapper .loginbox .signupbottom p a {
        color: #731C52;
    }

.login-bg {
    /*background-image: url(../images/login-bg.png);
    background-size: cover;*/
    top: 0;
    left: 0;
    position: fixed;
    min-height: 100%;
    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg,#c27ea8 0%,#f8e2e0 100%);
}

    .login-bg img {
        width: 100%;
        max-width: 80%;
    }

.login-wrap-bg {
    position: absolute;
    right: 0;
    padding: 0;
    height: 100%;
}

.login-bg p {
    width: 100%;
    max-width: 80%;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}
/*new login css end*/




/*liveskill course searchbar start*/
.searchright-side {
    display: flex;
    padding: 10px;
}

    .searchright-side #ctl00_ContentPlaceHolder1_TxtSearch {
        margin: 0px;
        border-radius: 19px 0px 0px 19px;
    }

    .searchright-side .subsbtn {
        border-radius: 0px 19px 19px 0px;
    }
/*liveskill course searchbar end*/
/*==================dashboard css start from here========================*/
/* dashboard dropdown navigation css*/
.dashboardNav_profile {
    position: relative;
    border-left: 1px solid #bfbebe;
    cursor: pointer;
}

    .dashboardNav_profile > .Dropdown_navigation {
        position: absolute;
        display: none;
        flex-direction: column;
        /*top: 49px;*/
        top: 71px;
        left: 0;
        width: 200px;
        background: #fff;
        border-radius: 3px;
        padding: 0px;
    }

        .dashboardNav_profile > .Dropdown_navigation li {
            padding: 13px 15px !important;
        }

.Dropdown_navigation .navigationholder_link {
    border-bottom: 1px solid #eee;
}

.mega_dropdown_holder {
    position: relative;
}

    .mega_dropdown_holder .mega_menu {
        position: absolute;
        top: 55px;
        background: #fff;
        padding: 15px 0px 0px 0px;
        width: 100%;
        /*border: 1px solid;*/
        border-radius: 0px 0px 8px 8px;
        max-width: 660px;
        min-width: 660px;
        left: 0%;
        transform: translate(0%, 0px);
        display: none;
        box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
        overflow: hidden;
    }

    .mega_dropdown_holder .category-list {
        cursor: pointer;
        border-right: 1px solid #eee;
        height: 100%;
        padding: 0px 0px 0px 12px;
    }
        /*.mega_dropdown_holder  .mega_menu_ul li {
        padding:15px;
    }*/
        .mega_dropdown_holder .category-list li p {
            margin: 0px;
            display: flex;
            padding: 15px;
            justify-content: space-between;
            font-size: 13.5px;
        }

    /*.category-list li {
    border-left: 5px solid #fff;
}*/
    /*.mega_menu_ul li:hover {
    background: #bf6d9d7d;
    transition: 1s all;
    border-left: 5px solid #701b52;
}*/

.ac:hover .Course-list-container {
    display: none !important;
   
}

    .mega_dropdown_holder:hover .mega_menu {
        display: block;
    }

    .mega_dropdown_holder .Course_list {
        padding: 0px;
    }

        .mega_dropdown_holder .Course_list li {
            padding: 10px 10px;
            border-bottom: 1px solid #eee;
            font-weight: 100;
            transition: .5s ease-in-out;
        }

            .mega_dropdown_holder .Course_list li:hover {
                color: #701b52;
            }

            .mega_dropdown_holder .Course_list li a:after {
                position: unset;
            }

    .mega_dropdown_holder .placement_guarantee_menu {
        min-width: 500px !important;
        max-width: 500px !important;
    }

.placement_guarantee_menu .placement_guarantee_menu-dropdown {
    padding: 0;
}

    .placement_guarantee_menu .placement_guarantee_menu-dropdown li {
        padding: 10px 15px;
        display: flex;
        align-items: center;
        font-size: 13.5px;
        font-weight: 100;
    }

        .placement_guarantee_menu .placement_guarantee_menu-dropdown li a:after {
            position: unset
        }

        .placement_guarantee_menu .placement_guarantee_menu-dropdown li p {
            margin: 0;
        }

        .placement_guarantee_menu .placement_guarantee_menu-dropdown li p {
            margin: 0;
        }

.placement_guarantee_menu-dropdown li svg {
    width: 55px;
    height: 55px;
    background: linear-gradient(45deg, #efd4ff, #fcf7fe);
    padding: 10px;
    border-radius: 8px;
    fill: #c57def;
    margin-right: 10px;
}

.desktop_login a {
    padding: 7px 0px;
    font-weight: 500;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-size: 14px;
    margin-left: 10px;
}

/*.desktop_login .navigationholder_link {
    border-left: 1px solid #b7b7b7;
}*/
.desktop_login .navigationholder_link a:nth-child(1) {
 
    margin: 0px 0px 0px 0px;
}

.desktop_login .navigationholder_link .linebetween {
    width: 0.7px;
    height: 42px;
    max-height: 42px;
    background: #b7b7b7;
}





.desktop_login a:hover {
   
    color: #701b52;
}
/*dashboard dropdown navigation end*/
.dashboard-tabs {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .dashboard-tabs button {
        background-color: inherit;
        color: #000;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-weight: 600;
        font-size: 16px;
        border-bottom: 4px solid transparent;
    }

        .dashboard-tabs button:hover {
            color: #731C53;
        }

        .dashboard-tabs button.active {
            border-bottom: 4px solid #731C53;
            color: #731C53;
        }

.dashboardtabcontent {
    display: none;
    padding: 6px 0px;
    border-top: none;
}

/*our approach pannel*/
.panel .panel-heading .nav-link {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

    .panel .panel-heading .nav-link a {
        color: #fff;
        text-decoration: none;
    }

.panel .panel-heading .nav-tabs .nav-link.active {
    background: none;
    color: #fff;
    border: 0px solid transparent;
}







/*=============Dashboard css start============*/
.dashboard_content {
    background: var(--whitesmokebg);
}

.earnCourses .owl-dots .owl-dot.active span, .earnCourses .owl-dots .owl-dot:hover span, .popularCourses .owl-dots .owl-dot.active span,
.popularCourses .owl-dots .owl-dot:hover span, .guidedCourse .owl-dots .owl-dot:hover span, .guidedCourse .owl-dots .owl-dot.active span {
    background: #731c53 !important;
}


.dashcarouselheader h2 {
    font-size: 1.25rem;
}



.earnCourses .owl-prev, .popularCourses .owl-prev, .guidedCourse .owl-prev {
    position: absolute;
    height: 100%;
    max-height: 20%;
    /*top: 100px;
    bottom: 100px;
    left: -65px !important;*/
    top: 50%;
    left: -65px !important;
    transform: translate(0px, -50%);
}

    .earnCourses .owl-prev span, .earnCourses .owl-next span, .popularCourses .owl-prev span, .popularCourses .owl-next span,
    .guidedCourse .owl-prev span, .guidedCourse .owl-next span {
        padding: 15px;
        font-size: 48px;
        color: #000;
    }

.earnCourses .owl-nav [class*=owl-]:hover, .popularCourses .owl-nav [class*=owl-]:hover, .guidedCourse .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}


.earnCourses .owl-next, .popularCourses .owl-next, .guidedCourse .owl-next {
    position: absolute;
    height: 100%;
    max-height: 20%;
    /*top: 100px;
    bottom: 100px;
    right: -65px;*/
    top: 50%;
    right: -65px !important;
    transform: translate(0px, -50%);
}


.owl-stage-outer {
    padding: 10px 8px;
}

.earnacourse {
    display: flex;
    align-items: center;
}

    .earnacourse i {
        margin-right: 5px;
        color: #731C53;
        transform: rotate(-20deg);
    }

    .earnacourse p {
        font-size: 0.875rem;
        color: #731C53;
        font-weight: 600;
        margin: 0px;
    }


.course-box {
    height: 370px;
    width: 100%;
}

    .course-box .coursecardbox {
        position: relative;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
    }


    .course-box .card-header {
        overflow: hidden;
        border-radius: 5px !important;
        padding: 0px;
        border-bottom: none;
        height: 200px;
    }

        .course-box .card-header img {
            height: 200px !important;
            transform: scale(1);
            transition: .5s all;
            object-fit: cover;
        }

    .course-box:hover .card-header img {
        transform: scale(1.2);
    }

    .course-box .coursecardbox .coursecard-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }


        .course-box .coursecardbox .coursecard-body .coursecard-btnbox {
            margin-top: auto;
            display: flex;
            flex-direction: column;
        }

            .course-box .coursecardbox .coursecard-body .coursecard-btnbox a {
                width: 100%;
                max-width: fit-content;
            }


        .course-box .coursecardbox .coursecard-body a {
            text-decoration: none;
            padding: 6px 10px;
        }


    .course-box .coursecardbox .free-box {
        position: absolute;
        background: #fff;
        top: 10px;
        left: 10px;
        border-radius: 3px;
        opacity: .8;
    }

        .course-box .coursecardbox .free-box p {
            padding: 5px 10px;
            margin: 0px;
            color: #000;
            font-weight: 600;
            opacity: 1;
        }



.explore-morecourse {
    background: #ffffff;
    border-radius: 3px;
    padding: 12px;
    color: #000;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.moreCoursesside {
    height: 100%;
    width: 100%;
    max-width: 100%;
    transition: 0.5s ease-in-out;
}



.morecourse-courses {
    display: flex;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: inherit;
    transition: .5s ease-in-out;
}

    .morecourse-courses:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        content: '';
        z-index: -1;
        transition: .5s ease-in-out;
    }

    .morecourse-courses:hover:before {
        background: linear-gradient(148deg,#ec525200 0%,#6E1A52 340%);
        width: 100%;
    }

    .morecourse-courses .morecourse-course-img {
        height: 100px;
        width: 100%;
        overflow: hidden;
        max-width: 40%;
        object-fit: cover;
    }

        .morecourse-courses .morecourse-course-img img {
            height: inherit;
            width: inherit;
        }

    .morecourse-courses .morecourse-content {
        margin: 0px 12px;
        -webkit-box-pack: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

        .morecourse-courses .morecourse-content h5 {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0;
        }


            .morecourse-courses .morecourse-content h5 a {
                color: #000;
                text-decoration: none;
            }
/*=============inprogress screen css=============*/
.inprogress-here, .completed-courses {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}

    .inprogress-here .quotes, .completed-courses .quotes {
        font-size: 1.25rem;
        text-align: center;
    }

    .inprogress-here .inprogressimg img, .completed-courses .completed-courses-img {
        max-width: 40%;
        margin: 0 auto;
        display: flex;
        opacity: .8;
    }


.courseinprogress {
    display: flex;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: .5s ease-in-out;
    border: 1px solid transparent;
    font-family: DINNextLTPro-Regular,sans-serif;
    flex-wrap: wrap;
}

    .courseinprogress:hover {
        box-shadow: rgba(115, 28, 83,.4) 0px 5px, rgba(115, 28, 83,.3) 0px 10px, rgba(115, 28, 83,.2) 0px 15px, rgba(115, 28, 83,.1) 0px 20px, rgba(115, 28, 83,0.05) 0px 25px;
        border: 1px solid #eee;
    }


        .courseinprogress:hover.courseinprogress .course-img img {
            transform: scale(1.1);
        }


    .courseinprogress .course-img {
        width: 100%;
        max-width: 180px;
        margin-right: 12px;
        background: whitesmoke;
        border-radius: 3px;
        overflow: hidden;
    }

        .courseinprogress .course-img img {
            width: 100%;
            max-width: 180px;
            height: 100%;
            transition: .5s ease-in-out;
            /*object-fit: cover;*/
        }

    .courseinprogress .course-content .course-title {
        font-size: 1.75rem;
        line-height: 2.25rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        color: #000;
    }

    .courseinprogress .course-content {
        flex-grow: 2;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border-radius: 0.25rem;
    }

        .courseinprogress .course-content .progress-barholder span {
            color: #67696a;
            letter-spacing: 0px;
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 400;
        }

.progress-bar .Percent {
    color: #fff !important;
}

.course_industry {
    display: flex;
    flex-direction: column;
}

    .course_industry .course-topheader {
        display: flex;
        color: #67696a;
        align-items: center;
        height: 100%;
    }

    .course_industry p {
        margin: 0px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .course_industry .spacer {
        width: 2px;
        height: 100%;
        background: #67696a;
        margin: 0 10px;
    }



.courseinprogress .course-content .coursedetail {
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
}

.courseinprogress .progress {
    height: 15px;
}


.progress-bar {
    background-color: rgb(115 28 83 / 85%) !important;
}


.courseinprogress .course-content .coursedetail a {
    text-decoration: none;
    color: #731C53;
}

.courseinprogress .course-content .coursedetail:hover a {
    color: #fff;
}





/*==============completed tab==================*/

#dashcompleted .courseinprogress .greatwork-qoutes p {
    font-size: 0.875rem;
    margin: 0;
}

#dashcompleted .courseinprogress .greatwork-qoutes i {
    color: green;
    font-size: 16px;
}










/*===================profile page css======================*/
.profilestructure .card {
    border-radius: 7px;
    border-width: 1px;
}

.Nameholder {
    width: 90px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    text-align: center;
    margin: 10px auto;
    max-width: 100px;
    position: relative;
    border: 2px solid #731c53;
    overflow: hidden;
}




.profilemodal .Nameholder {
    margin: 0;
    width: 120px;
    max-width: 100%;
    height: 120px;
    border-radius: 50%;
}

    .profilemodal .Nameholder img {
        margin: 0;
        width: 120px;
        max-width: 100%;
        height: 120px;
        border-radius: 50%;
    }

.card-header .Nameholder img {
    width: 90px;
    border-radius: 100%;
    height: 90px;
    margin: 10px auto;
    max-width: 100px;
}

.profilemodal .Nameholder p {
    margin: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    cursor: pointer;
}

.profilestructure .card .card-edit {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    transition: .5s ease-in-out;
}

    .profilestructure .card .card-edit:hover {
        background: rgb(115 28 83 / 25%);
        cursor: pointer;
    }

    .profilestructure .card .card-edit i {
        color: #731C53;
        font-size: 15px;
        cursor: pointer;
    }

.profilestructure .card .card-header .Nameholder p {
    margin: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    cursor: pointer;
}

.profilestructure .card .card-body .name h2 {
    margin: 0;
    color: black;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
}

.profilestructure .card .card-header {
    padding: 15px;
    background: none;
    border-bottom: 0px;
}


.profilestructure .card .card-body {
    padding: 0px 1rem 1rem 1rem;
}


.card .card-body h2 {
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
}

.profilestructure .right-side h2 {
    font-size: 24px;
}

.profilestructure .right-side .card .card-body {
    padding: 1rem;
}

.profilestructure .right-side .work-history .add-experience {
    display: flex;
    background: var(--whitesmokebg);
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    flex-wrap: wrap;
}

    .profilestructure .right-side .work-history .add-experience .content {
        width: 100%;
        flex: 70%;
        padding-right: 10px;
    }

.work-history h3 {
    font-size: 1.15rem;
    margin-bottom: 24px;
}

.profilestructure .right-side .work-history h3 i {
    font-size: 18px;
    color: #731C53;
    cursor: pointer;
}

.spacerline {
    height: 1px;
    background: #bfbebe;
}


.profilemodal .modal-header, .work-experiencemodal .modal-header {
    border-bottom: none !important;
}

.profilemodal .modal-body, .work-experiencemodal .modal-body {
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
}

    .profilemodal .modal-body .visiblearea {
        background: rgb(115 28 83 / 15%);
        border-radius: 5px;
        color: #731C53;
        padding: 12px;
    }

        .profilemodal .modal-body .visiblearea p {
            margin: 0;
            font-size: 0.875rem;
            font-weight: 700;
        }

.work-experiencemodal .inner-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}



#inputfile, #inputfile2 {
    display: none;
}


.changephoto button {
    background:
}

#changephoto {
    display: none;
}

.modal-profile-form label {
    font-weight: 600;
}

.modal-profile-form .asking-information {
    display: flex;
    padding: 10px;
    border-left: 2px solid #731C53;
    background: rgb(115 28 83 / 15%);
}

    .modal-profile-form .asking-information .asking-information_content p {
        margin: 0;
    }

    .modal-profile-form .asking-information i {
        margin: 4px 10px 0px 0px;
    }


.modal-profile-form input, .modal-profile-form select {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #731C52;
}


    .modal-profile-form input:focus, .modal-profile-form select:focus {
        border-color: #731C52 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
    }


.currently-workcheck {
    display: flex;
    width: 100%;
}

    .currently-workcheck input {
        margin-right: 15px;
    }

        .currently-workcheck input:focus {
            box-shadow: none !important;
        }

    .currently-workcheck label {
        font-size: 1rem;
        font-weight: 400;
    }


.Description-heading {
    font-size: 1rem;
    font-weight: 600;
}

.description_textarea {
    width: 100%;
}

.work-experiencemodal .description_textarea {
    border-color: #731C52 !important;
    padding: 13px;
}

    .work-experiencemodal .description_textarea:focus {
        outline: 0;
        border-color: #731C52 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
    }

.skills_learning .learning_content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbebe;
    padding: 12px 0;
}

    .skills_learning .learning_content:last-child {
        border: none;
    }

    .skills_learning .learning_content p {
        margin: 0;
    }



.work-Preference .work-heading h2 {
    text-align: unset;
    padding: 15px 0px 0px 0px;
}



input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #F1F1F1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #731C53;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #731C53;
}







/*===============printCertificate css=============*/
.padd-sec {
    padding: 50px 0px 50px 0;
}

.txt-underline {
    text-decoration: underline;
}

.certif-head {
    margin-bottom: 2rem;
}

    .certif-head h3 {
        font-weight: 500;
    }

.usrcourse-det {
    background: rgb(115 28 83 / 15%);
    padding: 36px 3%;
    display: flex;
    align-items: center;
}

.coursename-info {
    display: flex;
}

    .coursename-info img {
        width: 80px;
        height: 80px;
    }


.univ-div h5 {
    font-weight: 600;
    margin-bottom: .2rem !important;
}

.brder-img {
    border: 4px solid #ccc;
    padding: 1%;
}

.rate-reviews {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.reviews p {
    font-size: 15px;
    padding-left: 8px;
}

.rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    bottom: 6px;
}

    .rate:not(:checked) > input {
        position: absolute;
        display: none;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 22px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.skills-gain {
    margin-top: 1rem;
    border: 1px solid #ccc;
    padding: 4%;
}

.skills-tabs button {
    background: #eee;
    padding: 5px 22px;
    border-radius: 22px;
    font-size: 14px;
    margin-bottom: 2%;
    border: 1px solid #cccccc85;
    cursor: default;
}

.univ-div h5 {
    text-decoration: underline;
    text-decoration-color: #555;
}




.downloadcertificate {
    padding: 15px 10px !important;
}







/*My Payments css*/
.mypurchase h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.mypurchase .payment-history {
    font-weight: 600;
    border-bottom: 3px solid #731C53;
    width: 100%;
    padding: 12px;
    color: #731C53;
    max-width: fit-content;
}

.mypurchase {
    height: 100%;
    min-height: 500px;
}

.tablestructure-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    .tablestructure-group p {
        margin: 0;
        font-size: 0.875rem;
        transition: .5s ease-in-out;
    }

.purchase {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 12px 0 0;
}

.amount {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}

.paymentdate {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}

.paymentstatus {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}

.paymentcard {
    background: #fff;
    border-radius: 5px;
    padding: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.purchasecard_title h2 {
    font-size: 1rem;
    font-weight: 600;
}

.purchase_discription {
    font-size: 0.85rem;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.flexed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hide-title {
    margin: 0;
}

.amount-price span {
    font-size: 0.875rem;
}

.hide-title {
    display: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.purchasecard_dicription {
    border-left: 1px solid #bfbebe;
    min-height: 50px;
}

.pass {
    padding: 5px 15px;
    background: rgb(117 181 76 / 71%);
    color: #fff;
    border-radius: 3px;
}

.fail {
    padding: 5px 15px;
    background: rgb(255 0 0 / 71%);
    color: #fff;
    border-radius: 3px;
}


/*==================write to us page css=====================*/
.ProfileBox label {
    margin-bottom: 10px;
    width: 100%;
    font-weight: 800;
    font-size: 15px;
    color: #731C52;
}

.ProfileBox input, .ProfileBox select, .ProfileBox textarea {
    padding: 13px;
}


.query-img {
    height: 100%;
    object-fit: cover;
}
/*==================write to us page css end=====================*/
/*=======================changepassword page css======================*/
.changePassword_Dashboard {
    width: 100%;
    max-width: 70%;
    margin: 0 auto !important;
    transition: .5s ease-in-out;
}
/*=======================changepassword page css end======================*/

/*=======================thanksyou page css======================*/
.thanksResult_Dashboard {
    width: 100%;
    max-width: 70%;
    margin: auto;
    transition: .5s ease-in-out;
}





/*website modal css changes*/

.Course-Curriculum_modal {
    padding: 0px;
    padding-top: 5rem;
}

    .Course-Curriculum_modal input {
        padding: 13px;
        border-radius: 5px;
        border: 1px solid #731C52;
    }

        .Course-Curriculum_modal input:focus {
            border-color: #731C52 !important;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(115 28 82 / 52%) !important;
        }

/*websitemodal changes end*/



/*progfeacards start*/
.progfeacards {
    height: 100%;
}

    .progfeacards ul {
        padding: 0px;
    }
/*progfeacards end*/





/*==============forbusiness page css start===============*/
.Compatative_Advantages {
    background: var(--bggreylight);
}

    .Compatative_Advantages .Compatative_advantages-left-side {
        padding: 64px 0px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.Compatative_Advantages-header h1 {
    line-height: 100%;
    letter-spacing: -0.03em;
    font-size: 48px;
    margin-bottom: 24px;
}

.Compatative_Advantages .slogan {
    font-size: 23px;
}

.Compatative_advantages-ul {
    padding: 0px;
}

    .Compatative_advantages-ul li {
        margin-bottom: 12px;
    }

        .Compatative_advantages-ul li i {
            margin-right: 12px;
            color: #731C52;
        }

.Compatative_Advantages .Contact-btn {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    .Compatative_Advantages .Contact-btn a {
        font-family: 'Work Sans', sans-serif;
        background: inherit;
        border: 1px solid #731c52;
        color: #731c52;
        cursor: pointer;
        padding: 10px 15px;
        margin: 0px 0px 0px 0;
        border-radius: 0px;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
        border-radius: 3px;
        display: inline;
        text-decoration: none;
        width: fit-content;
        margin-top: auto;
        margin-bottom: 10px;
    }

        .Compatative_Advantages .Contact-btn a:hover {
            background: #731C52;
            color: #fff;
        }

.skilledemployee {
    margin: 0px;
}

.percentage_content {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #bfbebe;
    padding: 32px 15px;
    height: 100%;
}



.percentage_content-holder:last-child .percentage_content {
    border-right: none;
}

.percentage_content h2, .percentage_content p {
    margin: 0;
}

.percentage_content h2 {
    margin-right: 12px;
}


.partnerslist {
    list-style-type: none;
    position: relative;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 12px;
    margin-bottom: 0;
    left: 1px;
    top: 1px;
}

    .partnerslist li {
        overflow: hidden;
        height: 98px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 24px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border: 1px solid #bfbebe;
    }

        .partnerslist li img {
            max-width: 100%;
            object-fit: cover;
            max-height: 100%;
        }


.partnership-heading_content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.enpaneledsection {
    display: flex;
    align-items: center;
}

    .enpaneledsection img {
        max-width: 100%;
        object-fit: cover;
        max-height: 100%;
    }

.Compatative_Advantages .Compatative_advantages-right-side {
    height: 100%;
}

    .Compatative_Advantages .Compatative_advantages-right-side img {
        height: 100%;
        object-fit: cover;
    }

.Compatative_advantages-right-side .form {
    padding: 64px 0px;
}

/*===============forBusiness page css end=====================*/




/*=============justjob page css ===============*/
.findcareer_banner img {
    width: 100%;
}


.career-title {
    font-size: 1.25rem;
    color: #731C52;
}

.career-title-header {
    color: #731C52;
}

.findcareer-right_side {
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .findcareer-right_side .findjob-opportunity {
        border-radius: 3px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #731C52;
    }

.click_here, .read-morebtn {
    font-family: 'Work Sans', sans-serif;
    background: #fff;
    border: 1px solid #731c52;
    color: #731c52;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0px 0px 0px 0;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    border-radius: 3px;
    display: inline;
    text-decoration: none;
    width: fit-content;
}

    .click_here:hover {
        background: #731c52;
        color: #fff;
    }

.findjob-opportunity p {
    text-align: center;
}



.hide-boxjoinpartner {
    display: none;
}

.findyour_career {
    padding: 40px 0px 20px 0px;
}
/*=============justjob page css end===============*/
/*========== gotop-btn css start ============*/
.gotop-btn {
    background: rgb(115 28 82 / 39%) !important;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
    color: var(--white);
    border: 1px solid var(--white);
    transition: .5s;
}

    .gotop-btn:hover {
        border-color: #731C52;
        background: var(--white) !important;
        color: #731C52;
    }

/*========== gotop-btn css end ============*/



.foot-lastcol {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .foot-lastcol .SocialMedia {
        width: 100%;
        max-width: 206px;
        padding: 0px 10px 10px 10px;
    }



.mycol:last-child .feature-strip {
    display: flex;
    justify-content: flex-end;
}

.mycol:nth-last-child(2) .feature-strip {
    display: flex;
    justify-content: center;
}


.foot-lastcol ul {
    margin: 0;
}





.registernewuser {
    padding: 0 !important;
}





/*ViewSubscribeCourse.aspx css*/
.download_coursebtn_group {
    display: flex;
    flex-wrap: wrap;
}

    .download_coursebtn_group a:first-child {
        margin-right: 10px;
    }






input::placeholder, textarea::placeholder {
    color: #363a3d !important;
}








/*dashboard course content new css*/
.dashoverview_tabs {
    background: var(--white);
    border-bottom: none !important;
    border-radius: 5px;
    /*box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);*/
    width: 100% !important;
    display: flex !important;
    flex-wrap: initial !important;
    overflow-x: clip;
}

    .dashoverview_tabs .nav-link {
        padding: .71rem 2rem;
        border-right: 1px solid #e4e4e4 !important;
        border-radius: 0px !important;
        color: #000 !important;
    }

        .dashoverview_tabs .nav-link.active {
            background-color: #7f2252!important;
            color: #fff !important;
        }

.dashoverview_tabs {
    font-family: 'Inclusive Sans', sans-serif !important;
}

    .dashoverview_tabs .nav-item:last-child .nav-link {
        border: none !important;
    }


\.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: var(--purple);
    border: none;
    color: #fff !important;
}

.dashoverview_content {
    padding: 1.5rem 0.7rem;
}



.accordian-panel_ul {
    margin: 0px;
}

    .accordian-panel_ul li {
        width: 100%;
    }


.course_Briefholder:last-child.course_Brief {
    border-bottom: none !important;
}

.accordion-panel .course_Brief {
    padding: 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    border-bottom: 1px solid #e5e5e5 !important;
}

    .accordion-panel .course_Brief .course_Brief_heading i {
        margin-right: 5px;
        color: var(--purple);
        margin-top: 5px;
    }

.course_Brief_heading a {
    color: #000;
}




.accordion-panel .course_Brief-previewlink a {
    background: var(--purple);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: var(--white);
}

.accordion-panel .lock_course {
    color: grey;
}



.accordion-button:not(.collapsed) {
    color: #731c52;
    background-color: #f6dfed;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }


.accordion-button:focus {
    border: none;
    box-shadow: none;
}



.Review_rating_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .Review_rating_box h2 {
        font-size: 80px;
        color: var(--purple);
    }

.progressrating {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
}

    .progressrating:last-child {
        margin-bottom: 0px;
    }

    .progressrating .progress-title {
        flex-basis: 14%;
        width: 100%;
        max-width: 14%;
    }

        .progressrating .progress-title h5 {
            margin: 0px;
            font-weight: 500;
            color: #aaadb0;
            font-size: 16px;
        }


.course_OveriewDetail_price .offer-price .limited-offertime {
    /* background: #e64f52; */
    background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    color: #fff;
    text-align: center;
    padding: 3px;
    margin: 0px;
    font-size: smaller;
}

.progressrating .progressrating_body {
    width: 100%;
    max-width: 86%;
    flex-basis: 86%;
}

.progressrating .progress-bar {
    transition: .5s ease-in-out;
}

.course_OveriewDetail {
    background: #fff;
    border-radius: 5px;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    overflow: clip;
}

    .course_OveriewDetail .title span {
        display: unset;
        margin-top: unset;
        font-size: unset;
    }

    .course_OveriewDetail .title {
        padding: 20px 15px;
        font-size: 24px;
        font-weight: 500;
        background: #e6e7e86b;
        color: #731c52;
        margin: 0;
    }

/*offer css*/
.course_OveriewDetail_price .offer-price .title {
    font-size: 20px;
}

    .course_OveriewDetail_price .offer-price .title .offerPrice {
        font-weight: bold;
    }

    .course_OveriewDetail_price .offer-price .title .offer_cut {
        color: #8a8a8a;
        text-decoration: line-through;
        font-size: 19px;
    }

.course_OveriewDetail_price .offer-price .limited-offertime {
    /*background: #e64f52;*/
    background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    color: #fff;
    text-align: center;
    padding: 3px;
    margin: 0px;
    font-size: smaller;
}
/*offercss end*/
.course_OveriewDetail_body ul {
    margin: 0px;
}

    .course_OveriewDetail_body ul li {
        padding: 15px;
        border-bottom: 1px solid #e4e4e4 !important;
    }

        .course_OveriewDetail_body ul li:last-child {
            border: none;
        }

.course_OveriewDetail_buycoursebtn .subsbtn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    padding: 10px 15px;
    background: var(--purple);
    color: var(--white);
}







/*new html demo*/
.side_barcontentholder .my-container {
    height: 100%;
    min-height: 700px;
}

.side_barcontentholder .side-navbar {
    width: 290px;
    height: 100%;
    position: absolute;
    margin-left: -300px;
    background-color: #fff;
    transition: 0.5s;
    overflow-y: auto;
    top: 0;
}

.side_barcontentholder .nav-link:active,
.side_barcontentholder .nav-link:focus,
.side_barcontentholder .nav-link:hover {
    background-color: #ffffff26;
}

.side_barcontentholder .my-container {
    transition: 0.4s;
}

.side_barcontentholder .active-nav {
    margin-left: 0;
}

/* for main section */
.side_barcontentholder .active-cont {
    margin-left: 290px;
}

#menu-btn {
    background-color: #731c52;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.side_barcontentholder .my-container input {
    border-radius: 2rem;
    padding: 2px 20px;
}

.side_barcontentholder .my-container .tab-pane {
    height: 100%;
    min-height: 500px;
}
/*new html demo end*/
.side_barcontentholder {
    position: relative;
}


.Course_namebox {
    background: #731c52;
    display: flex;
}

    .Course_namebox:hover {
        background: #731c52;
    }

    .Course_namebox span {
        text-align: center;
        margin: 0 auto;
    }


.side_barcontentholder .accordion-body {
    padding: 1rem;
}

.side_barcontentholder .accordion-panel .course_Brief {
    padding: 0.8rem 0;
}


.startAssignment button, .startAssignment a {
    color: #fff;
    background: var(--purple);
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    transition: .5s ease-in-out;
    border: 1px solid transparent;
}

    .startAssignment button:hover {
        background: #fff;
        border: 1px solid #731C53;
        color: #731C53;
    }

.course_OveriewDetail_body ul li p {
    margin: 0px !important;
}

.course_OveriewDetail_body ul li a {
    color: #000 !important;
}



.course_Brief_heading {
    display: flex;
}

.course_Briefholder .course_Brief .course_Brief_heading input {
    word-wrap: break-word;
    text-wrap: wrap;
    text-align: inherit;
}

.accordian-panel_ul .course_Brief_heading a {
    padding: 0 !important;
    color: #000 !important;
    background: none !important;
    border: none !important;
}


.profileinputchoose {
    display: none;
}





/*.Cgd_card css */
.Cgd_card:hover .img-holder img {
    transform: scale(1.2);
}

.Cgd_card .img-holder {
    height: 100%;
    overflow: hidden;
    max-height: 249px;
    min-height: 249px;
}

    .Cgd_card .img-holder img {
        width: 100%;
        transition: .5s all;
        transform: scale(1);
    }

.Cgd_card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .Cgd_card .card-body p {
        margin: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }


.Cgd_card {
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    overflow: hidden;
    padding: 0px;
}


/*trending coureses new cards*/
.trendingcourse_card {
    border-radius: 10px !important;
    overflow: hidden;
    height: 100%;
    min-height: 285px;
    /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), /* left */
    4px 4px 8px rgba(0, 0, 0, 0.1); /* right & bottom */
}

    .trendingcourse_card .card-img-top {
    

     
        
    }
.card-img-top img {
    object-fit: cover;
    width: 443px;
    height: 193px;
}
.trendingcourse_card .card-title {
    margin: 0;
    height: 40px;
}

        .trendingcourse_card .card-title h5 {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            line-height: 1.35rem;
            color: #000;
        }

    .trendingcourse_card .card-body {
        /*padding: 1.5rem 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 0 auto;
        row-gap: 8px;*/
        padding: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*row-gap: 16px;*/
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .trendingcourse_card .card-body .card-content {
            display: grid;
            row-gap: 8px;
        }

        .trendingcourse_card .card-body .card-text p {
            margin: 0;
            color: #000;
        }

            .trendingcourse_card .card-body .card-text p:first-child {
                margin: 0px 0px 10px 0px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }


    .trendingcourse_card .guarnteed_internship {
        background-image: linear-gradient(to right, #FEF8C4, white);
        color: #958715;
        padding: 5px;
        font-weight: 600;
        font-size: 14px;
    }

    .trendingcourse_card img {
        border-radius: 10px;
      
        object-fit: cover;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        transition:.5s ease-in-out;
    }

        .trendingcourse_card:hover img{
            transform:scale(1.2);
        }

        .trendingcourse_card .card-footer {
            background: rgb(255 255 255 / 9%);
            border-top: none;
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: end;
            padding-top: 0px;
        }

        .trendingcourse_card .card-footer a {
            padding: 7px;
            font-size: 14px;
            border: 1px solid #731c52;
            border-radius: 5px;
            color: #731c52;
            text-decoration: none;
            transition: .5s ease-in-out;
            background: transparent;
        }

            .trendingcourse_card .card-footer a:hover {
                color: #fff;
                background: #731c52;
            }

    .trendingcourse_card .card-text i {
        margin-right: 10px;
        width: 10px;
        height: auto;
        font-size: 14px;
    }
/*trending coureses new cards end*/
.nav_logo img {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
}


/*liveskills business section*/
.business_logo img {
    width: 150px;
}

.business_logo_Discription h2:after {
    position: static;
}

.business_logo_Discription h2 {
    text-align: left;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    font-size: 25px;
}

.business_logo_Discription ul {
    list-style-type: disc;
}

    .business_logo_Discription ul li {
        font-size: 1.15rem;
        margin-bottom: 17px;
    }

.business_Section .business_Section_row {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
}

.business_Section .business_section_btnarea a {
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}
    /*.business_Section .business_section_btnarea a:nth-child(1) {
        border: 1px solid #731c52;
        color: #731c52;
    }*/
    .business_Section .business_section_btnarea a:nth-child(2) {
        border: 1px solid #000;
        color: #000;
    }

        .business_Section .business_section_btnarea a:nth-child(2):hover {
            color: #fff;
            background: #000;
        }
/*liveskills business section end*/
.bg_lightpurple {
    background: rgb(253 249 253);
}


/*liveskills instructor section*/
.instructor_sections .row {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
}

.instructor_sections .right_Side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

    .instructor_sections .right_Side h2::after {
        position: unset;
    }

    .instructor_sections .right_Side h2 {
        text-align: unset;
        margin: 0;
        font-weight: 600;
        margin-bottom: 12px;
        font-size: 25px;
    }

    .instructor_sections .right_Side p {
        font-size: 1.15rem;
    }

    .instructor_sections .right_Side button {
        /* padding: 10px;*/
        width: fit-content;
        /*border: 1px solid #a9508b;
        color: #a9508b;*/
    }
/*liveskills instructor section end*/


.mob-nav-img {
    width: 200px;
}

    .mob-nav-img img {
        width: 200px;
    }



/*teaching_modal css*/
.teaching_modal {
    padding-right: 0px !important;
}

    .teaching_modal .teaching_modal_form .input-group input {
        width: 100%;
        padding: 8px;
        border-radius: 3px !important;
        border: 1px solid #66003f;
        height: 100%;
        max-height: 55px;
        min-height: 55px;
    }


    .teaching_modal .modal-footer .submit_btn {
        border: 1px solid var(--purple);
        background: var(--purple);
        color: var(--white);
        width: 100%;
        padding: .63rem 0px;
    }

    .teaching_modal .liveSkills-instructor {
        display: flex;
        flex-direction: row;
    }

        .teaching_modal .liveSkills-instructor input {
            width: 15px;
            height: 15px;
            margin: 4px 10px 0 0;
        }

            .teaching_modal .liveSkills-instructor input[type="checkbox"] {
                width: 15px;
                height: 15px;
            }

    .teaching_modal .modal-header {
        border-bottom: 0px;
        padding: 1rem 2rem;
    }

        .teaching_modal .modal-header .modal-title {
            font-weight: 600;
        }

    .teaching_modal .modal-body {
        padding: 0 2rem;
        font-size: 14px;
    }

    .teaching_modal .modal-footer {
        border-top: 0px;
        flex-direction: column;
        padding: 1rem 2rem !important;
    }

    .teaching_modal .modal-dialog {
        margin: 67px auto;
        width: 100% !important;
        max-width: 29%;
    }





/*mobilenavigation*/
.mobile_navigation {
    position: absolute;
    /*top: 55px;*/
    top: 59.5px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: white;
    display: none;
}

    .mobile_navigation > ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: 90%;
        min-height: 90%;
        overflow: auto;
    }

        .mobile_navigation > ul > li {
            border-bottom: 1px solid #eee;
        }

            .mobile_navigation > ul > li:last-child {
                border: none;
            }

    .mobile_navigation .accordion-header::after {
        position: unset;
    }

    .mobile_navigation .accordion-button:not(.collapsed) {
        background: #bf6d9d42;
        color: #8b1b52;
        border-bottom: 1px solid #8b1b52;
    }

    .mobile_navigation .accordion-button:focus {
        box-shadow: unset;
    }

    .mobile_navigation .accordion-body li {
        padding: 10px 20px;
        border-radius: 3px;
        transition: .5s ease-in-out;
        border-bottom: 1px solid #dedede;
    }

        .mobile_navigation .accordion-body li:last-child {
            border-bottom: none;
        }

        .mobile_navigation .accordion-body li a {
 color: #212529 !important;
        
            text-decoration: none;
            cursor: pointer;
        }

        .mobile_navigation .accordion-body li:hover {
            background: #eed9e6;
        }

.collapsed:hover {
    background: #eed9e6 !important;
    color: #8b1b52!important;
}
            .mobile_navigation .accordion-body li:hover a {
                color: #8b1b52;
            }

    .mobile_navigation .navigationholder_link {
        padding: 1rem 1.25rem;
    }

        .mobile_navigation .navigationholder_link:hover {
           
        }

        .mobile_navigation .navigationholder_link a {
            color: #000;
            font-weight: 500;
        }

        .mobile_navigation .navigationholder_link:hover a {
            color: #000;
        }
.learn{padding:0px!important;}
.mobile_navigation .login_area > div {
    display: flex;
    flex-direction: column;
}

    .mobile_navigation .login_area:hover {
        background: transparent;
    }
    /*.mobile_navigation .login_area:hover a{
        color
    }*/
    .mobile_navigation .login_area .buttons_holder a {
        padding: 10px;
    }

        .mobile_navigation .login_area .buttons_holder a:first-child {
            border: 1px solid #731C52;
            border-radius: 3px;
            background: #fff;
            color: #731C52;
            transition: .5s all;
            margin-bottom: 12px;
        }

            .mobile_navigation .login_area .buttons_holder a:first-child:hover {
                color: #fff;
                background: #731C52;
            }

        .mobile_navigation .login_area .buttons_holder a:last-child {
            border: 1px solid #731C52;
            border-radius: 3px;
            background: #731C52;
            color: #fff;
            transition: .5s all;
        }

            .mobile_navigation .login_area .buttons_holder a:last-child:hover {
                color: #731C52;
                background: #fff;
            }


.trendingcourse_carousel .owl-stage-outer .owl-stage {
    display: flex;
    gap: 16px;
}

    .trendingcourse_carousel .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%;
        display: flex;
        
    }






/*diwali strip banner*/
#festival-offer-timer {
    font-size: 1.2rem;
    font-weight: 100;
    color: #fff;
    /* text-shadow: 0 0 20px #48C8FF;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.festivaloffer_holder {
    background: #e5bbd6;
    background-image: url('../images/diwaliofferbanner.jpg');
    background-image: url('../images/christmas.jpg');
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    /*  display:flex;
    flex-direction:column;
    align-items:center;*/
    position: relative;
}

#festival-offer-timer {
    display: flex;
    justify-content: space-around;
    /* min-width: 500px; */
    max-width: 80%;
    flex-direction: column;
    margin: 0 auto;
}

    #festival-offer-timer p {
        margin: 0;
        text-align: center;
        color: #000;
    }

.festival-offer .main-timer {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    color: #000;
}

#festival-offer-timer p {
    display: flex;
    align-items: center;
    justify-content: center;
}

#festival-offer-timer div span {
    color: #000;
    display: block;
    font-size: .85rem;
    font-weight: 500;
    margin-left: 3px;
}

.festival-offer .main-timer .count_held {
    /*background: #ffffffba;*/
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 16px !important;
    margin-left: 3px;
    font-weight: 600 !important;
}

.festival-offer div {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.festival-offer :last-child {
    margin-right: 0px;
}

.festivaloffer_holder .cross_diwalli {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

    .festivaloffer_holder .cross_diwalli i {
        color: #000;
        background: rgb(255 255 255 / 42%);
        padding: 5px;
        border-radius: 3px;
    }


.overviewtxt p strong {
    font-size: 19px;
}

.overviewtxt p em {
    font-weight: 600;
}

.Cgd_overviewtxt {
    padding-left: 15px;
}

    .Cgd_overviewtxt li {
        list-style: disc;
    }

.signWithbtn input:focus {
    box-shadow: none !important;
}

.Signup_or {
    position: relative;
    display: flex;
    justify-content: center;
}

    .Signup_or p {
        text-align: center;
        width: fit-content;
        margin-top: 10px;
        background: #fff;
        z-index: 1;
    }

    .Signup_or .line {
        position: absolute;
        border-bottom: 1px solid;
        width: 42%;
        display: flex;
        justify-content: center;
        top: 0;
        bottom: 26px;
    }

.christmasbulbeffect {
    top: -20px;
}

.christmasbulbeffect2 {
    top: 22px;
}



/*Krishankant(12-05-2025)*/


.krishnav {
    border: 1px solid #701b52;
    border-radius: 7px;
    padding:1px 10px;
}
.sign {
    border-right: 1px solid;
    padding-right: 11px;
}



/*communty*/
.info-card {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    color: #000;
    min-width: 163px;
    flex-shrink: 0;
    height: 100%;
}

    .info-card .icon {
        font-size: 2rem;
        margin-right: 15px;
        margin-bottom: 10px;
    }

.info-yellow {
    background-color: #fff3cd;
}

.info-gray {
    background-color: #e2e3e5;
}

.info-purple {
    background-color: #f4edfa;
}

.info-cyan {
    background-color: #e7f6f8;
}

.info-blue {
    background-color: #e3ecfb;
}

.info-text h5 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.info-text small {
    color: #555;
    font-size: 14px;
}

/* Horizontal scroll on small screens */
.scroll-row {
    overflow-x: auto;
    flex-wrap: nowrap;
}

@media (min-width: 992px) {
    .scroll-row {
        overflow-x: visible;
        flex-wrap: wrap;
    }
}
@media(min-width:993px) {
    .info-card {
        
        padding: 6px 6px;
      min-width:183px
    }
      
    }
@media(min-width:1199px) {
    .info-card {
        padding: 6px 6px;
        min-width: 211px
    }
}
@media(min-width:1399px) {
    .info-card {
        padding: 6px 6px;
        min-width: 250px
    }
}









.sbsp {
   width:77%!important;
   margin-top:20px;
}

@media(max-width:768px){


    .sbsp {
        width: 100%!important;
        
    }
}
.certification-section, .learnInovate-section {
    text-align: center;
    padding: 60px 20px 0px 20px;
    background-color: #fff;
    position: relative;
}

    .certification-section h3, .learnInovate-section h3 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

    
    .certification-section p, .learnInovate-section p {
        font-size: 16px;
        color: #444;
        margin: 10px 0 20px;
    }

    .certification-section a, .learnInovate-section a {
        color: #007bff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

.arrow-icon {
    position: absolute;
    right: 10%;
    top: 10%;
}

.arrow-icon-left {
    position: absolute;
    left: 15%;
    top: 15%;
}

@media(max-width:769px){
    .arrow-icon{
        display:none;
    }
    .arrow-icon-left {
        display: none;
    }
}

.step-card {
    text-align: center;
    padding: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.custom-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card {
    perspective: 1000px;
    height: 285px;
    background: transparent;
    margin-bottom: 20px;
}

.custom-card-flip {
    perspective: 1000px;
    height: 303px;
    background: transparent;
}

.flip-card:focus {
    outline: 0;
}

.custom-card-flip:focus {
    outline: 0;
}


.flip-card:hover .step-card,
.flip-card:focus .step-card {
    transform: rotateY(180deg);
}

.custom-card-flip:hover .custom-card, .custom-card-flip:focus .custom-card {
    transform: rotateY(180deg);
}

.step-card-front,
.step-card-back, .customFrnt-card, .customback-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Important for Safari */
    -webkit-backface-visibility: hidden; /* Safari-specific */
}
.step-card-front,
.step-card-back {
    padding-top: 20px;
}

.step-card-front {
    z-index: 2;
    background: #fcf9ff;
}

.step-card-back, .customback-card {
    background: #512B6B;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
}


    .step-card-back p, .customback-card p {
        color: #fff;
        padding: 15px;
    }

.step-icon-brdr {
    border: 2px dashed #642D78;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 5px auto 13px auto;
}

.step-card .step-icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 8px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #642D78 0%, #CB33DE 170.45%);
}

.step-card {
    margin-bottom: 30px;
}

    .step-card img {
        width: 50px;
        height: 50px;
    }

    .step-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

    .step-card .arrow {
        color: #8a3ab9;
        font-size: 24px;
        margin-top: 10px;
    }


.card-container {
    margin: 50px auto;
}

.customFrnt-card {
    z-index: 2;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

    .customFrnt-card .card-body {
        padding: 30px;
        height: 100%;
    }



    .customFrnt-card .card-header {
        background-color: #9913AA;
        height: 12px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
        position: relative;
        width: 100%;
    }

    .customFrnt-card .card-title {
        font-size: 18px;
    }

    .customFrnt-card .card-body img {
        max-width: 100%;
        height: 167px;
        margin-bottom: 15px;
    }

.card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}



@media(max-width:769px){

    .comp-profile{border:none!important;}
}


.why-choose-section {
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(114.97deg, #FEF5FF 30.08%, #F1F1FD);
}

    .why-choose-section h3 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }

.feature-box {
    text-align: center;
    padding: 15px;
}

    .feature-box i {
        font-size: 40px;
        margin-bottom: 10px;
        color: white;
    }

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}





.faq-section {
    padding: 30px 20px 0 20px;
}

    .faq-section h3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
        font-weight: 500;
        background-color: transparent;
        border: none;
        color: black;
        box-shadow: none;
        padding: 16px 10px;
    }

        .faq-section .accordion-button:focus {
            box-shadow: none;
        }

        .faq-section .accordion-button:not(.collapsed)::after {
            content: "";
            font-size: 20px;
            margin-left: auto;
            background-image: url('../images/accordian-minus.svg')
        }

        .faq-section .accordion-button.collapsed::after {
            content: "";
            font-size: 20px;
            margin-left: auto;
            background-image: url(../images/add-accordian.svg)
        }

    .faq-section .accordion-item {
        border: none;
    }

    .faq-section .accordion-header {
        border-bottom: 1px solid #ccc;
    }

.zoom-hover {
    transition: transform 0.6s ease;
}

    .zoom-hover:hover {
        transform: scale(1.1);
    }

    .dd{
      transform:rotate(90deg)
    }


.testimonial-card {
    background-color: #F6F7F9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    transition: border 0.3s ease;
    width: 95%;
    height:204px;
}

@media(max-width:992px){
    .testimonial-card {
      
    
        height: 278px;
    }

 
    .testimonial-text {
      text-align:left;
    }

}
.testimonial-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    flex-shrink: 0;
}

    .testimonial-icon i {
        font-size: 30px;
        color: #9c27b0;
    }

.testimonial-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.testimonial-name {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

.testimonial-role {
    font-size: 13px;
    color: #6c757d;
}

@media (max-width: 769px) {
    .testimonial-card {
      

    height: 382px;


        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .testimonial-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }



}


.arrow-button {
    width: 40px;
    height: 40px;
    border: none;
 background:none;
  
    color: #000;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.log-footer {
    max-width: 135px;
   
}


.card-text span{
    font-size:13px;
}


.card-content {
 
}


.just {
    align-items: center;
    padding: 25px;
}

.mk {
  
    width: 800px !important;
    max-width: 100% !important;
    margin-top: 69px !important;
}

@media (min-width: 768px) {
    .mkphone {
        margin: 10px auto !important;
    }
}
    .title2 {
        color: #9913AA;
        font-size: 1.6rem;
        font-weight: 500;
    }


    .subtitle {
        color: #421767;
        font-weight: 500;
        margin: 1rem 0;
        font-size: 1rem
    }


    .text {
        font-size: .9rem;
        color: black;
        margin-bottom: 1.5rem;
    }

    .button {
        background-color: #3B1F6B;
        color: white;
        padding: 0.8rem 1.5rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        text-decoration: none;
    }

        .button:hover {
            background-color: #7350af;
            color: #fff !important;
        }


    .title1 {
        color: #9913AA;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .subtitle1 {
        color: #421767;
        font-weight: 500;
        margin: 1rem 0;
        font-size: 1rem
    }

    .text1 {
        font-size: .9rem;
        color: black;
        margin-bottom: 1.5rem;
    }


    .button1 {
        background-color: #3B1F6B;
        color: white;
        padding: 0.8rem 1.5rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        width: 148px;
        text-decoration: none;
    }

    .myyphone {
        padding: 10px;
    }

    .exn {
        text-align: center;
        margin: 30px 0px 18px 0px;
    }

    .button1:hover {
        background-color: #7350af;
        color: #fff !important;
    }


    .logo {
        text-align: center;
        margin-bottom: 1rem;
    }

        .logo img {
            max-width: 200px;
            height: auto;
        }








    .card-option {
        background: #fff;
        border: 1px solid #b85fd9;
        border-radius: 15px;
        padding: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        position: relative;
        height: 100%;
        width: 100%;
    }

        .card-option input[type="radio"] {
            position: absolute;
            top: 15px;
            left: 15px;
            accent-color: #b85fd9;
        }

    .card-img {
        max-width: 100px;
        height: auto;
    }

        .card-img img {
            width: 100px;
        }

    .card-title {
        font-weight: bold;
        font-size: 1.3rem;
    }

    .card-text {
        font-size: 0.95rem;
        margin-bottom: 0;
        text-align: left !important;
    }

    .footer-text {
        font-size: 0.9rem;
        text-align: center;
        
    }

        .footer-text a {
            color: #a54bd8;
            text-decoration: none;
        }

            .footer-text a:hover {
                text-decoration: underline;
            }


    .ddr {
        max-width: 945px !important;
        height: 400px !important;
    }

    @media(min-width:992px) {
        .ddr {
            width: 945px !important;
            margin: 28px auto !important;
        }

        .mcc {
            height: 515px;
        }
    }

    .data {
        display: flex;
        justify-content: center;
    }

    .mybody {
        max-width: 100%;
        width: 100%;
        padding: 0 13rem;
    }

.mcc {
    border: 1px solid #BE42CD;
    background: #F9F4FD!important;
}

    .learn {
        color: #000;
        font-weight: 500;
    }

    @media (max-width: 768px) {

        .con {
            padding: 0px 24px!important;
        }

        .card-option {
            flex-direction: column;
            text-align: center;
            padding-left: 50px;
            padding-right: 50px;
        }

            .card-option input[type="radio"] {
                top: 10px;
                left: 10px;
            }

        .card-img {
            max-width: 80px;
        }

        .mybody {
            padding: 10px;
        }
    }
    .imlog{
        margin-top:11px;
    }
    @media(max-width:769px){
        .cou{
            margin-left:-7px!important;
        }
    }

.info-card img{
    width:35px;
}
    /*Krishankant End*/