﻿.main-page-icon-holder {
    display: block;
    background: #fff;
    box-shadow: 0 4px 10px rgb(122,138,189,25%);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 0;
    margin: 6px 2px;
    -webkit-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -moz-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -ms-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -o-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
}

    .main-page-icon-holder h3 {
        line-height: 1.2;
        font-size: 14px;
        margin-top: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 13px;
    }

    .main-page-icon-holder img {
        display: block;
        margin: 0 auto;
    }

    .main-page-icon-holder:hover {
        top: -3px;
        background: #eef5ff;
        box-shadow: 0 5px 25px rgba(28,76,156,.25);
    }

.icon-item-image {
    font-size: 0;
    height: 60px;
}

    .icon-item-image:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    .icon-item-image img {
        display: inline-block;
        vertical-align: middle;
    }

.icons-holder.main-page-icon-holder {
    margin: -10px;
    position: relative;
}

    .icons-holder.main-page-icon-holder:before {
        border-radius: 30px;
        background: #f7faff;
        content: '';
        top: -20px;
        bottom: -20px;
        right: 100px;
        left: 100px;
        -webkit-transform: rotate(1.8deg);
        -moz-transform: rotate(1.8deg);
        -ms-transform: rotate(1.8deg);
        transform: rotate(1.8deg);
        position: absolute;
    }

    .icons-holder.main-page-icon-holder .col-md-4 {
        padding: 10px;
    }

.icons-holder a {
    color: #384a4a;
}

.m-0 {
    margin: 0 !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.m-1, .section-blog-fw .author-box, .section-blog-fw .jumbotron {
    margin: .25rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mt-6, .my-6 {
    margin-top: 5rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.p-1 {
    padding: .25rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.w-100 {
    width: 100%;
}

.img-wrap {
    overflow: hidden;
    margin: 0px auto;
    border-radius: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .course-info {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        min-height: 800px;
-webkit-transition: top .9s ease-in-out,box-shadow .2s ease-in-out;
    -moz-transition: top .9s ease-in-out,box-shadow .2s ease-in-out;
    -ms-transition: top .9s ease-in-out,box-shadow .2s ease-in-out;
    -o-transition: top .9s ease-in-out,box-shadow .2s ease-in-out;
    transition: top .9s ease-in-out,box-shadow .2s ease-in-out;
	transition: all .9s ease-in-out; 

    }
     .course-info:hover{
	
	top:-90px !important;
	
	transform: scale(0.7);
	}
}

@media only screen and (min-width: 1200px) {
    .content-box {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 992px) {
    .content-box {
        max-width: 970px;
    }
}

@media only screen and (min-width: 768px) {
    .content-box {
        max-width: 750px;
    }
}

@media only screen and (min-width: 640px) {
    .content-box {
        max-width: 625px;
    }
}

.content-box {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
    -webkit-transform: translateZ(0);
}

.content-box {
    padding: 15px 15px;
}

.box-has-shadow {
    box-shadow: 0 4px 10px rgb(122,138,189,25%);
}

.border-rad-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.border-rad-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.border-rad-15 {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.box-has-back:before {
    border-radius: 20px;
    background: #f7faff;
    content: '';
    top: -40px;
    bottom: -10px;
    right: 15px;
    left: 15px;
    /*-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);*/
    position: absolute;
}

.box-round-light {
    border-radius: 20px;
    background: #f6f6f6;
    /*-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);*/
}

.counter_a .counter .icon:before {
    background-color: #f7faff;
}

.counter .title {
    font-size: 17px !important;
}

.counter .value {
    font-size: 25px !important;
    margin-top: 25px !important;
}

.line-after:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 10px;
    left: -5px;
    display: block;
}

.orderby_label:before {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.box-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.row_spacer30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.row_spacer40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.row_spacer50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.row_spacer60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.featured_slide_details {
    position: relative !important;
    opacity: 1;
    border-left: solid 1px #7284a3;
    background: #333333;
}

.f_s_i_format {
    background: rgba(255, 255, 255, 0.5);
    color: #393f3f;
    top: 30px;
    line-height: 30px;
    top: 8px !important;
    right: 8px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 30px;
    height: 30px;
}

.featured_slider {
    background: #ffffff !important;
}

.bg6 {
    background-image: url(/Content/Themes/Enar/images/bg6.png);
}

.featured_slide_block:hover .f_s_i_zoom {
    color: black;
}

.footer_logo {
    max-width: 100px;
display:none;
    
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.ms-icon-list li {
    margin-bottom: 7px;
}

.course-department-title {
    margin: 0;
    padding: 30px 10px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    background-color: #434343;
    color: #fff;
    text-transform: none;
    position: relative;
}

    .course-department-title a {
        display: none;
        color: #fff !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

@media (max-width: 991px) {
    .course-department-title a {
        display: block;
    }
}

.course-department-title a i {
    position: absolute;
    top: 36%;
    left: 7px;
    left: 0.7rem;
    font-size: 21px;
    font-size: 2.1rem;
}

.ms-collapse-nav {
    margin: 0;
    padding: 0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
}

.ms-collapse-nav li.card {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.ms-collapse-nav li {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

    .ms-collapse-nav li.card a.collapsed {
        background-color: #eee;
        color: #424242;
    }

    .ms-collapse-nav li.card a {
        background-color: #1ccdca;
        color: #fff;
    }

    .ms-collapse-nav li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #424242;
        background-color: #eee;
    }

    .ms-collapse-nav li.card a.collapsed:after {
        content: '+';
    }

    .ms-collapse-nav li.card a:after {
        content: '-';
    }

    .ms-collapse-nav li a:after {
        font-family: "Fontawesome";
        font-size: 1.2em;
        float: left;
        content: '\f104';
        transition: all ease .5s;
    }
    .ms-collapse-nav li.card ul a:after {
        content: '\f104';
    }

    .ms-collapse-nav li.card a.collapsed {
        background-color: #eee;
        color: #424242;
    }
    .ms-collapse-nav li a i {
        margin-left: 10px;
    }

    .ms-collapse-nav li.card a.collapsed:after {
        content: '+';
    }
    .ms-collapse-nav li.card ul a {
        color: #424242;
        background-color: transparent;
    }

@media (min-width: 780px) {
    .stickyDepartment {
        position: fixed;
        /*position: -webkit-sticky;*/
        top: 100px;
        /*width:100%;
        left:0;*/
    }
}

.home-slider-course-icon-parent {
	padding: 15px;
	position: relative;
}

.home-slider-course-icon-parent span > i {
	top: 3px !important;
	border: solid #fff 1px;
	width: 25px !important; 
	height: 25px !important;
	font-size: 15px !important;
	line-height: 24px !important;
}

.box-border-radius{
	border-radius: 15px !important;
}

.box-rounded-dark{
	background: #333333;
	padding: 10px;
	border-radius: 15px;
	color:#fff;
}

.img-fluid-course-detail-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box-rounded-course-detail{
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding:20px 20px 25px 20px;
	margin-bottom:25px
}

.box-rounded-course-detail-title{
	color:#960004;
	font-weight: bold;
	font-size: 28px;
}

.box-course-subtitle1{
	color:#000;
}

.a-low-register{
	color: #960004 !important;
	font-weight: bold;
}

.bascket-amount{
	font-weight: bold;
    color: #000;
	font-size: 15px;
}

.department-btn  {
	background-color: #333333;
	color: #fff !important;
}
.department-btn .img-black {
	display: none;
}
.department-btn:hover {
	background-color: #fff;
	color: #333333 !important;
}
.department-btn:hover .img-black {
	display: inline-block;
}
.department-btn:hover .img-white {
	display: none;
}

.bshd-1{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
}

.bshd-2{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.bshd-3{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.bshd-4{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.bshd-5{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

.bshd-6{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

.full_width {
	width: 100% !important;
}
.owl-carousel .owl-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.owl-carousel .owl-item {
    flex-grow: 1;
}

.add2cart_slide {
    height: 100%;
}

.add2cart_details {
    height: 100%;
}

.circle-fa-icon{
    color: #fff;
    background: #960004;
    font-size: 20px !important;
    border-radius: 30px;
    padding: 8px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.circle-icon{
    background: #960004;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    padding: 8px 8px 8px 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}
.box-rounded-course-detail ol{
padding: 20px !important;
}