﻿/*body {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f6f7;
}
*/
.btn-orange {
    background-color: #ff6d2c;
    color: white;
}

    .btn-orange:hover {
        background-color: #ff6a00;
    }
.left-box__survey-img {
    position: absolute;
    height: 288px;
    width: 194px;
    top: 0;
    left: 0;
    background-image: url(/assets/b3061842bd7a310cc9837574a8afe1f6.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Halvatica/Helvetica.ttf') format('truetype');
}

.orange-color {
    color: #ff6c00;
}
/*///////////////////////////////////////////////////////*/
/*Common*/
/*///////////////////////////////////////////////////////*/
#backToTop {
    display: none;
    position: fixed;
    bottom: 3px;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, label, small, div, a, em, button, form, section, body {
    font-family: 'Helvetica' !important;
}

    section.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background: #f9f9fc !important;
        padding: 10px;
    }

.parsley-type, .parsley-required {
    color: red;
    margin-top: 10px;
}

.row-nomargin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*///////////////////////////////////////////////////////*/
/*Common Upto Here*/
/*///////////////////////////////////////////////////////*/





/*///////////////////////////////////////////////////////*/
/*Home Page*/
/*///////////////////////////////////////////////////////*/
.button-VC {
    position: absolute;
    right: 2.2%;
    top: 7%;
    width: 23.5%;
    height: 16%;
    font-size: 1.5vw;
    background-color: #fc6c03;
    color: white;
    border: none;
    transition: all 0.3s ease-in-out;
}

    .button-VC:hover {
        background-color: #FFC107;
        color: white;
    }

    .button-VC:visited {
        border: none;
    }
/*card*/
.cardwrapper {
    /*box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
}

.container .profile-img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    /*position: absolute;
  top: -65px;
  left: 85px;*/
    /*border: 5px solid #a4d9f9;*/
    /*margin: 0 50% 0 31%;*/
}

/*.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    transition: ease-in-out .3s;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090 !important;
        border-color: #204d74 !important;
    }*/

.btn-font {
    line-height: 1.35135;
    font-weight: 100;
}

.btn-ReadMore {
    background-color: #929fb1 !important;
    border-color: #929fb1 !important;
    transition: ease-in-out .3s;
}

    .btn-ReadMore:hover, .btn-ReadMore:focus {
        background-color: #b2b4b8 !important;
        text-decoration: none;
        /*        padding: 9px 13px;*/
    }

/*Top Cards*/

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
    width: 145%
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/*.card {
    width: 75%;
}
*/
.card_content {
    padding: 1rem;
    /*    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);*/
}

.card_title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}
/*Top Cards End*/
/*new time*/

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

    /* Timeline vertical line */

    ul.timeline:before {
        content: ' ';
        background: #fff;
        display: inline-block;
        position: absolute;
        left: 14px;
        width: 4px;
        height: 97%;
        z-index: 400;
        border-radius: 1rem;
        top: 6px;
    }

li.timeline-item {
    margin: 8px 0;
    padding: 7px;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #e3e7ee;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 3px;
    width: 25px;
    height: 25px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div.t1::before {
    content: '1';
    position: absolute;
    left: 12px;
    z-index: 11111;
}

div.t2:before {
    content: '2';
    position: absolute;
    left: 12px;
    z-index: 11111;
}

div.t3:before {
    content: '3';
    position: absolute;
    left: 12px;
    z-index: 11111;
}

div.t4:before {
    content: '4';
    position: absolute;
    left: 12.5px;
    z-index: 11111;
}

div.t5:before {
    content: '5';
    position: absolute;
    left: 12px;
    z-index: 11111;
}
/*new end*/
.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff;
}

.ui-widget-content {
}

.ui-tabs-active, .ui-state-active {
    background-color: #fff !important;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #000 !important;
        text-decoration: none;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}
/*TimeLine*/
/*ol.timeline {
    list-style-type: none;
    position: relative;
}

    ol.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ol.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ol.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }*/
/*Time Line End*/
.bottom-left {
    position: absolute;
    bottom: 0;
}

a.btn-ReadMore {
    color: white;
}

.content {
    padding: 22px 20px 10px;
}

    .content .sub-content {
        text-align: center;
    }

        .content .sub-content h1 {
            text-transform: uppercase;
            font-size: 24px;
            color: #fc6c03;
        }

        .content .sub-content span {
            font-size: 12px;
            color: #fc6c03;
        }

        .content .sub-content p {
            margin-top: 15px;
            font-weight: 600;
        }

        .content .sub-content span.location {
            display: block;
            margin: 5px 0 20px;
        }

            .content .sub-content span.location .fa {
                font-size: 18px;
                margin-right: 5px;
            }

        .content .sub-content a {
            color: #fc6c03;
        }

.crsl .owl-stage-outer {
    height: 90%;
    padding-top: 5px;
}

.crsl .owl-drag {
    height: 430px;
}

.sliderSubslider {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 185px;
}
/*Radio Button*/
.donate-now {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
}

    .donate-now li {
        float: left;
        margin: 0 5px 0 0;
        width: 40px;
        height: 40px;
        position: relative;
    }

    .donate-now label,
    .donate-now input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .donate-now input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .donate-now input[type="radio"]:checked + label,
            .Checked + label {
                background: yellow;
            }

    .donate-now label {
        padding: 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
    }

        .donate-now label:hover {
            background: #DDD;
        }

.ins-dropdown-menu li a {
    display: block;
    color: #29303b;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
}

.ins-dropdown-menu {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

    .ins-dropdown-menu li a i {
        font-size: 16px;
        width: 20px;
        text-align: center;
        margin: 0 19px 0 10px;
        color: #a1a7b3;
    }

.is_stuck {
    position: initial !important;
}

/*///////////////////////////////////////////////////////*/
/*Home Page Upto Here*/
/*///////////////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////*/
/*Academy Features*/
/*///////////////////////////////////////////////////////*/
@media only screen and (max-width: 668px) {
    .ins-box {
        display: none;
    }

    .font-sm-15 {
        font-size: 15px !important;
    }

    .tabsLogoImage {
        max-width: 45% !important;
    }

    md-tabs-canvas.md-center-tabs .md-tab {
        float: none;
        display: inline-block;
        font-size: 11px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .tabsSection md-tab-item > h6 {
        font-size: 11px;
    }
}

section.tabsSection, section.liveHelp, section.hosting, section.monitization, section.LearningTools, section.customization {
    overflow-x: hidden !important;
}

.font-md-27 {
    font-size: 27px;
}
/*Tabs Style From Here*/
.tabsdemoCenterTabs {
    /*
 * Style tab width to align with the MD spec:
 * https://material.io/archive/guidelines/components/tabs.html#tabs-specs
 */
}

    .tabsdemoCenterTabs md-tab-item {
        min-width: 72px;
    }

@media (min-width: 960px) {
    .tabsdemoCenterTabs md-tab-item {
        min-width: 160px;
    }
}

.tabsSection md-tabs-canvas, .tabsSection md-pagination-wrapper {
    height: 114px;
}

.tabsSection md-tabs-content-wrapper {
    margin-top: 80px;
    height: 100%;
}

.tabsLogoImage {
    max-width: 55%;
}

md-tabs.md-default-theme .md-tab.md-active, .sticky md-tabs .md-tab.md-active, .sticky md-tabs.md-default-theme .md-tab.md-active md-icon, .sticky md-tabs .md-tab.md-active md-icon, .sticky md-tabs.md-default-theme .md-tab.md-focused, .sticky md-tabs .md-tab.md-focused, .sticky md-tabs.md-default-theme .md-tab.md-focused md-icon, .sticky md-tabs .md-tab.md-focused md-icon {
    color: red;
}
/*Up To Here*/
.text-grey {
    color: #928e8e !important;
}

.text-grey-font-15 {
    color: #848484 !important;
    line-height: normal;
    font-size: 15px;
}

.text-grey-font-12 {
    color: #848484 !important;
    line-height: normal;
    font-size: 12px;
}

.text-grey-font-13 {
    color: #848484 !important;
    line-height: normal;
    font-size: 13px;
}
/*.tabsSection {
    background: #d8d5d8;
    opacity: 0.4;
}*/
.bg-grey {
    background-image: url('../Content/Images/GreyCustomizedBG.png') !important;
    background: round;
}

.bg-grey-Class {
    background-image: url('../Content/Images/Academy/vClassBGGrey.png') !important;
    background-position: center;
}

md-content.md-default-theme, md-content {
    color: rgba(0,0,0,0.87);
    background-color: #d8d5d8 !important;
}

.nav-tabs li > a {
    color: white;
}

.nav-tabs a.active {
    color: red !important;
}

.bg-cutomizationSection {
    background: #b9b9b0;
}

.monitization > hr {
    margin: 30px 0 43px 0;
}

.live-helpdesk {
    background-image: url('../Content/Images/Academy/live-helpdesk.png');
    background-position: center;
}

.bg-LearningTool {
    background-image: url('../Content/Images/Academy/student-servis.png');
    background-position: center;
}

.bg-Rectangle {
    background-image: url('../Content/Images/Academy/bg-Rectangle.png');
    background-position: center;
}

.bg-lightYellow {
    background-image: url('../Content/Images/Academy/bg-lightYellow.png');
    background-position: center;
}

.bg-lightYellowBellow {
    background-image: url('../Content/Images/Academy/motitizationSmallBellow.png');
    background-position: center;
}

.bg-LaptopLady {
    background-image: url('../Content/Images/Academy/bg-LaptopLady.png');
    background-position: center;
}

.bg-LiveHelpDesk {
    background-image: url('../Content/Images/Academy/bg-LiveHelpDesk.png');
    background-position: center;
}

.pt-12 {
    padding-top: 12px;
}

.pb-10 {
    padding-top: 10rem;
}

.sticky-top li.active {
    color: red;
    border-bottom: 2px solid red;
}

    .sticky-top li.active > a {
        color: red;
    }

section.menu-area {
    overflow-x: inherit !important;
}

#main-nav-academy > ul {
    overflow-x: hidden;
    white-space: nowrap;
    height: 1em;
    width: 100%;
}

#main-nav-academy {
    margin-top: 11px;
}

ul#main-nav-academy > li {
    display: inline;
    padding: 17px;
}
/*///////////////////////////////////////////////////////*/
/*Academy Features UpTo Here*/
/*///////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////*/
/*Live Class Features*/
/*///////////////////////////////////////////////////////*/
@media only screen and (max-width: 1200px) {
    .bg-lc-1 {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 768px) {
    .bg-lc-1 {
        display: none !important;
        visibility: hidden !important;
        background-image: none;
    }

    .bg-lc-1-res {
        display: flex !important;
    }

    .bg-lc-blue {
        margin-top: 5px !important;
    }

    .bg-lc-3 {
        background-image: none !important;
    }

    #bg-lc-3r-1 {
        display: block !important;
        visibility: visible !important;
    }

    #bg-lc-3r {
        background: #abb1b6;
    }
}

#bg-lc-3r-1 {
    display: none;
    visibility: hidden;
}

.bg-lc-1 {
    background-image: url('../Content/Images/LiveClass/lc-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-lc-1-res {
    display: none;
}

.bg-lc-1r {
    background-image: url('../Content/Images/LiveClass/lc-1r.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-lc-grey {
    background-color: rgba(178,178,169,0.5);
}

.bg-lc-blue {
    background: #ddfffc;
    margin-top: -4.5px;
}

.bg-lc-3 {
    background-image: url('../Content/Images/LiveClass/lc-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-lc-6 {
    background: #c3d3d5;
}

.bg-lc-6-1 {
    background: #aec0c2;
}

.bg-lc-4-ssc {
    background: #aed9e9 !important;
}

.bg-info-light {
    background: #dcebf3;
}

.text-info-light {
    color: #668292;
}

.btnSectionbg {
    background: linear-gradient(80deg, #264b90, #26417c, #34426c, #7a84b9, #87a3d9);
    /*    background: linear-gradient(to right #c3d3d5,#264e9b,#26345b,#8aa6da);*/
}

.font-size-15 {
    font-size: 15px;
}

.line-height-normal {
    line-height: normal;
}

.virtalClassbtn {
}

.footer-area {
    border-top: none !important;
}

.bg-lc-4 {
    background: #c7e8f4;
}

.bg-lc-4-head {
    background: linear-gradient(to right, #5b91d8,#59c1ea);
}

.bg-lc-4-1 {
    background-image: url('../Content/Images/LiveClass/lc-4.1.png') !important;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-lc-4-2 {
    background-image: url('../Content/Images/LiveClass/lc-4.2.png') !important;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-lc-4-3 {
    background-image: url('../Content/Images/LiveClass/lc-4.3.png') !important;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-lc-4-4 {
    background-image: url('../Content/Images/LiveClass/lc-4.4.png') !important;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.font-size-small {
    font-size: small !important;
}
/*///////////////////////////////////////////////////////*/
/*Live Class Features Upto Here*/
/*///////////////////////////////////////////////////////*/








/*///////////////////////////////////////////////////////*/
/*packags page*/
/*///////////////////////////////////////////////////////*/
.bg-danger-header {
    background: #c4585c !important;
}

.bg-primary-header {
    background: #447ecb !important;
}

.bg-cyan {
    background: #3bbeb3 !important;
}

.bg-cyan-header {
    background: #18978c !important;
}

.btn-cyan {
    background: #3bbeb3;
    color: white;
}

    .btn-cyan:hover {
        background: #1eb2a6;
        color: white;
    }

.bg-default-header {
    background: #eaecf0;
}

.bg-cyan-transparent {
    background: #eaecf0;
}
/*///////////////////////////////////////////////////////*/
/*Packages Page Upto Here*/
/*///////////////////////////////////////////////////////*/
