﻿/***************************
1. Automatic Navigation java
***************************/

.caret-up {
  width: 0; 
  height: 0; 
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;

  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}


/*  ..................
2. Carousel 
..........................*/

#myCarousel {
  height: 450px;
  width: auto;
  overflow: hidden;
}

/* Generic CSS */


.bg-grey {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
}
.bg-dgrey {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #414551;
    color:#fff;
}


.TBpadding10 {
    padding-top:10px;
    padding-bottom:10px;
}
.paddingTB60{
    padding-top:60px;
    padding-bottom:60px;
}
.paddingTLR35 {
    padding: 15px 15px 15px;
}
.icon {
    color : #e6e6e6;
    font-size:55px;
    padding-bottom:25px;
}
.icon2 {
    color : #ff8500;
    font-size:35px;
    padding-right:10px;
}
.border {
    background: #e8500e none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 250px;
    margin-bottom:25px;
    
}
.site-btn {
    background-color: #e8500e;
    height: 55px;
    line-height: 55px;
    border: none;
    padding: 0 55px 0 50px;
    border-radius: 3px;
    color: #ffffff;
   
 }
 .site-btn2 {
    border: 2px solid #fff;
    padding:15px;
    border-radius: 100px;
    background-color: #e5e5e5;
    width: 190px;
    letter-spacing: 2px;
 }
  
  .site-btn:hover {
    background-color: #cb202d;
    height: 55px;
    line-height: 55px;
    border: none;
    padding: 0 55px 0 50px;
    border-radius: 3px;
    color: #ffffff;
  }
 /* Span Text Class */
 .p-color {
    color: #e53031;
}

/* Banner CSS */

.banner-heading h2 {
    color:#fff;
    font-size: 42px;
    font-weight: 600;
    

    }
 .banner-heading P {
    color:#fff;
    padding-bottom:20px;
    font-size: 19px;
    font-weight: 400;
    }
    .banner-heading span p {
        color:#cd0e00;
    }

/* Site-Heading */
.site-heading h3 {
    font-size: 25px;
    margin-bottom: 17px;
    font-weight: 600;
}


/* footer css*/
.footer-bs {
    background-color: #fb944c;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}
/*End footer css*/

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/*START CSS FILE EDIT*/
/*css edit language bar */

.language-bar-btn .badge {
    color: #fff;
    font-weight: 400;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}



/*End css edit language bar */

/*edit menu bar*/

div#navbarCollapse .navbar-nav a {
    font-size: 15px;
    color: #707070;
}

div#navbarCollapse .navbar-nav a:hover{
    color: #ef3354;
    font-weight: 600;
}

a.navbar-brand {
    margin-top: -5%;
}

@media (max-width: 576px){

a.navbar-brand {
    margin-top: 0%;
}

}
/*End edit menu bar*/

/*banner changes*/

.banner-heading .input-group {
    padding-left: 0px;
}

/*End banner changes*/

/*edit blog css*/



.container-fluid.catalog-selector .container{
    padding-top: 56px;
    padding-bottom: 86px;
}

.container-fluid.catalog-selector .site-heading {
    color: #fff;
}

.container-fluid.catalog-selector .site-heading h3 {
    font-size: 32px;
}

.catalog-selector .catalogDetails-div{
    margin-bottom: 17px;
}

.blog-section.paddingTB60.bg-grey.blog-banner {
    padding-top: 0;
    border-top: 0;
}

body{
    overflow-x: hidden !important;
    background-color: #e4e4e4 !important;
}
.container-fluid.catalog-selector form {
    border-bottom: solid 2px;
    border-bottom-style: dashed;
    border-color: #fff;
}


.catalog-one .card {
    border: solid 1px #a5a5a5;
    min-height: 334px;
    margin-bottom: 24px;
}

.container.catalog-one{
    margin-top: -50px;
}

.catalog-one .news-title .title-small a {
    color: #5a5a5a !important;
    font-size: 18px;
}

.container.catalog-one p.card-text {
    vertical-align: bottom;
    bottom: 0px !important;
    position: absolute;
    padding-bottom: 10px;
    font-size: 18px;
}

.catalog-one .card .card-bar {
    display: block;
    background-color: #3a1b32;
    height: 14px;
}

.catalog-one .card  .img-fluid{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 154px;
}

.catalog-one .news-title .title-small a:hover{
    text-decoration: none;
}



.container-fluid.catalog-selector-two .container {
    padding-top: 56px;
    padding-bottom: 86px;
}

.container-fluid.catalog-selector-two .site-heading h3 {
    font-size: 32px;
}

.container-fluid.catalog-selector-two .site-heading {
    color: #fff;
}

.container-fluid.catalog-selector-two .container.catalog-two .row {
    border-bottom: solid 2px;
    border-bottom-style: dashed;
    border-color: #fff;
}

.container-fluid.catalog-selector-two .container.catalog-two .row .col-sm-8.text-left{
    padding-left:0px
}


.catalog-two .card {
    border: solid 1px #a5a5a5;
    min-height: 334px;
    margin-bottom: 24px;
}

.catalog-two .card .img-fluid {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 154px;
}


.catalog-two .card .card-bar {
    display: block;
    background-color: #3a1b32;
    height: 14px;
}

.catalog-two .news-title .title-small a {
    color: #5a5a5a !important;
    font-size: 18px;
}

.container.catalog-two p.card-text {
    vertical-align: bottom;
    bottom: 0px !important;
    position: absolute;
    padding-bottom: 10px;
    font-size: 18px;
}

.container.catalog-two {
    margin-top: -50px;
    padding-bottom: 30px;
}

.container-fluid.catalog-selector-two {
    margin-top: 42px;
}

select#catalogDetails {
    margin-bottom: 17px;
    margin-top: 10px;
    font-size: 12px;
    height: 1.5rem;
    padding: 0px;
}

.container-fluid.catalog-selector-two .col-sm-12.text-left {
    border-bottom: solid 2px;
    border-bottom-style: dashed;
    border-color: #fff;
    padding-left: 0px;
}

.emptymessage {
    color: #fff;
}

button.btn.white-btn {
    background-color: #fff;
    border: solid 1px #cecece;
    border-left: none;
}

/*End edit blog css*/

/*footer css changes*/

footer.container-fluid.footer-bs {
    background: url(../images/footer-bg.jpg) center top repeat-y;
    position: relative;
    background-size: contain;
}

.footer-bs .footer-brand p {
    color: #fff !important;
    font-size: 12px;
}

footer .col-sm-3.footer-brand.animated.fadeInLeft h2 img {
        width: 190px;
}

footer input.form-control.footer-text-box {
    background: none;
    border-radius: inherit;
    color: #fff;
}

@media (max-width: 1000px){
footer .col-sm-3.footer-brand.animated.fadeInLeft h2 img {
    width: 141px;
}
}
/*End footer css changes*/

/*search page changes*/
/*
.media.body-media {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: solid 2px #ef3354;
    border-bottom-style: dashed;
}*/

.body-media img.d-flex.mr-3 {
    border: solid 1px #ef3354;
    border-radius: 4px;
    width: 222px;
    height: 156px;
}

.body-media h2.title-small a {
    font-size: 25px;
    color: #2b2b2b;
}

.pagination-container .active a {
    background-color: #ef3354 !important;
    border-color: #ef3354 !important;
}

.pagination-container  a {
    color: #ef3354 !important;
    border-color: #ef3354 !important;
}

.pagination-container .active a{
    color: #fff !important;
}

.body-media table.search-cts td {
    padding-right: 10px;
    font-size: 13px;
}

.bac-change {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.search-cts {
    margin-top: 10px;
}

.row.dash {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: solid 2px #ef3354;
    border-bottom-style: dashed;
}

.bac-change h2.title-small {
    font-size: 24px;;
}

.bac-change h2.title-small a {
    color: #272727 !important;
}

.bac-change table.search-cts td {
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #585858;
}
/*End search page changes*/

/*course pade changes*/

.container-fluid.course-small-banner {
    height: 80px;
    background: url(../images/banner-bac-home.png);
}

.blog-section.paddingTB60.bg-grey.blog-banner {
    padding-top: 0;
    border-top: 0;
    background-color: #e4e4e4;
}

section.py-5.bg-image-full.course-banner {
    background-color: #fff;
    padding-bottom: 30px !important;
}


.course-banner span.Category-name {
    color: #3a1b32;
    font-size: 28px;
    font-weight: 500;
}

.course-banner .button-border-style {
    background-color: #fff;
    color: #424242;
    font-weight: 600;
    border-radius: 0px;
    margin-bottom: 10px;
    border: solid 2px #3a1b32;
}

.course-banner a.can-style {
    margin-left: auto;
    margin-right: auto;
    color: #3a1b32;
    text-decoration: underline;
}

.course-banner  span.Category-qu {
    font-size: 14px;
    color: #585858;
}

.course-banner .button-border-style:hover{
    color:#fff;
    background-color:#3a1b32;
}

.container-fluid.menubar-css {
    background-color: #fff;
}


.container-fluid.menubar-css {
    background-color: #fff;
}

.container.course-container {
    margin-top: 30px;
    margin-bottom: 16px !important;
}

.course-container .overview-style {
    background-color: #fff;
}

.course-container .overview-style .mt-4 {
    color: #3a1b32;
    font-size: 28px;
    font-weight: 500;
    margin-top: 8px !important;
}

.course-container p.over-hed-two {
    font-size: 14px;
    font-weight: 600;
    color: #3a1b32;
}

.btn-group-aling {
    background-color: #f3f3f3;
}
.img-fluid-div {
    padding-left: 0px;
}

.container-fluid.menubar-css .container {
    padding-left: 0px;
    padding-right: 0px;
}

.overview-style .lead {
    color: #3a1b32;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    word-break: break-word;
    text-align: justify;
}

.button-border-style {
    background-color: #fff;
    color: #424242;
    font-weight: 600;
    border-radius: 0px;
    margin-bottom: 10px;
    border: solid 2px #3a1b32;
}

.col-sm-12.EnrollNow-btn {
    text-align: center;
}

.button-border-style:hover{
    color:#fff;
    background-color:#3a1b32;
    border: solid 2px #3a1b32;
}

.btn-group-aling {
    padding: 13px;
    text-align: center;
}


.button-border-style {
    background-color: #fff !important;
    color: #424242 !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
    border: solid 2px #3a1b32 !important;
}

.button-border-style:hover{
    color:#fff !important;
    background-color:#3a1b32 !important;
    border: solid 2px #3a1b32 !important;
}

.overview-style {
    padding: 15px;
    min-height: 866px;
}

.course-container .right-tab-one {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.course-container .right-tab-one {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom:  0px !important;
    border-radius: 0px !important;
}

.course-container .right-tab .card-header {
    background-color: #3a1b32;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-size: 23px !important;
}

.course-container .right-tab-two {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.right-tab-three .card-header {
    background-color: #fff !important;
    color: #636363 !important;
    border: none;
    text-align: left !important;
}

.right-tab-four .card-header {
    background-color: #fff !important;
    color: #636363 !important;
    border: none;
    text-align: left !important;
}

.right-tab .card.my-4 {
    border-radius: 0px !important;
}

.course-banner-container span.Category-ans {
    color: #676767;
    font-size: 14px;
    font-weight: 700;
}

.right-tab-two  a.Contact-text {
    display: block;
    text-align: center;
    color: #404040;
    padding-bottom: 10px;
    text-decoration: underline;
}

.right-tab-two td#tdquestionTp {
    padding-right: 26px !important;
}
.fa.fa-star {
    color:orange
}
.fa.fa-star-o {
    color:orange
}

@media (max-width: 770px){
.res-center {
    text-align: center;
}



.res-center .btn-group-aling {
    margin-left:  auto;
    margin-right:  auto;
}

.col-sm-12.col-md-2.btn-group-vertical.res-center {
    margin-top: 16px;
}
}

.container.course-container .card-body .news-title .title-small {
   font-size: 14px;
}

.container.course-container .card {
   /*height: 227px;*/
   margin-bottom: 16px !important;
}

.container.course-container img.img-fluid {
   height: 105px !important;
}

/*End course pade changes*/

/*Course Category Type css changes*/

.row.dash.cata-head {
    border-bottom: solid 2px #3a1b32;
    border-bottom-style: dashed;
    padding-bottom: 10px;
}

.row.dash.cata-head .site-heading {
    color: #3a1b32;
}

.row.dash.cata-head .site-heading h3 {
    font-weight: bold;
}

.cata-left {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    margin-bottom: 18px;
    padding-left: 17px;
    padding-right: 17px;
}

.cata-left h4{
    font-size: 16px;
    font-weight: 800;
    color: #515253;
    margin-bottom: 10px;
}

.cata-left label{
    font-size: 14px;
    padding-bottom:  0px !important;
    padding-left: 3px;
    color: #636363;
}


button#btnApplyFilter {
    background-color: #fff !important;
    color: #424242 !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
    width: 122px !important;
    height: 40px;
    text-align: center;
    border: solid 2px #3a1b32 !important;
    margin-left:  auto;
    margin-right:  auto;
    left: auto;
    right: auto;
}

button#btnApplyFilter:hover{
    background-color: #3a1b32 !important;
    color:#fff !important;
}

.mt-5.cata-first {
    margin-top: 30px !important;
}

.catalog-one p.card-text {
    vertical-align: bottom;
    bottom: 0px !important;
    position: absolute;
    padding-bottom: 10px;
    font-size: 18px;
}

.right-tab-one div#div_Member {
    padding-left: 16px;
}


.meg-empty {
    margin-top: 14px;
    font-weight: 600;
    color: #ee3352;
}

#navbarCollapse a.nav-link.selected {
color: #ef3354 !important;
font-weight: 600;
border-bottom: solid 3px #dedede;
padding-bottom: 3px;
}

/*END Course Category Type css changes*/

/*END CSS FILE EDIT*/

==========
/*css new changes issue fixed*/

.blog-section.paddingTB60.bg-grey.blog-banner {
   border: none;
}

.course-container .card .card-body {
   min-height: 140px;
}

.container-fluid.menubar-css img.logo.float-left {
   display: none;
}


.language-bar-btn a::before {
   border-bottom: 42px solid #3f1833\0/;

}

@-moz-document url-prefix() { 
.language-bar-btn a::before {
   border-bottom: 42px solid #3f1833;

}

.language-bar-btn a::after {
   border-top: 41px solid #3f1833;
}
}

.blog-section.paddingTB60.bg-grey.blog-banner {
  padding-bottom:  0px !important;
}

.course-container .right-tab-two {
   padding-top: 0px !important;
   margin-top: 0px !important;
   /* height: 279px !important; */
}

span#questionEmail a {
    cursor: pointer;
    color: #212529;
}
.heartCat {
    float: right;
}
.res-center .img-fluid{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 768px){
.btn-group-aling button#AddToWishList {
   white-space: nowrap;
   overflow: hidden;
   font-size: 14px;
   text-overflow: ellipsis;
   width: 133px;
}

.btn-group-aling button.btn.btn-primary.button-border-style {
   white-space: nowrap;
   overflow: hidden;
   font-size: 14px;
   text-overflow: ellipsis;
   width: 133px;
}
}

section.py-5.bg-image-full.course-banner .img-fluid {
   border: solid 2px #ccc;
}

img.heartCat {
   padding: 10px;
}

/*End css new changes issue fixed*/