@font-face {
    font-family: 'Melbourne_reg';
    src: url('../fonts/Melbourne_reg.eot');
    src: url('../fonts/Melbourne_reg.eot') format('embedded-opentype'), url('../fonts/Melbourne_reg.woff2') format('woff2'), url('../fonts/Melbourne_reg.woff') format('woff'), url('../fonts/Melbourne_reg.ttf') format('truetype'), url('../fonts/Melbourne_reg.svg#Melbourne_reg') format('svg');
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'), url('../fonts/LatoRegular.woff2') format('woff2'), url('../fonts/LatoRegular.woff') format('woff'), url('../fonts/LatoRegular.ttf') format('truetype'), url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}


/* normalization css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* end of normalization css */


/* header css */

.top-header {
    background-color: #002147;
    border-bottom: 1px solid;
	color:#fff;
}

.title li:first-child {
    border-right: 1px solid #ccc;
    text-align: right;
    width: 30%;
}

.title {
    font-size: 1.5em;

}

.title li,
.userdetails li {
    float: left;
    line-height: 1.4;
    font-size: 14px;
    padding: 5px;
}

.list li {
    list-style: decimal-leading-zero;
}

.custompd {
    background: #1d2553;
    color: #fff;
    margin-top: .6em;
}

.userdetails li:nth-child(2) {
    width: 80%;
}

.userdetails input[type="text"] {
    width: 88%;
    height: 33px;
    padding: 0px 5px;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    margin-right: 16px;
    background: #172052;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 33px;
    line-height: 0;
}



body {
    line-height: 1;
    background: #f5f5f5 !important;
    font-size: 1.1em;
}

/* end of header css */
.circle-shape:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.circle-shape {
    -webkit-transition: -webkit-transform .6s ease;
    transition: all .6s;
}

.circle-shape {
    background: #d05085;
}

.circle-shape.dance-circle {
    background: #3db389;
}

.circle-shape.visual-art-circle {
    background: #0aa1b4;
}

.circle-shape.theater-circle {
    background: #cd8174;
}

.circle-shape {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    font-family: Melbourne_reg;
    text-align: center;
    display: table;
}

.circle-shape-description {
    display: table-cell;
    vertical-align: middle;
}

.circle-shape-description img {
    margin: 0 auto;
}

header.text-center {
    
    background-color:#fff;
    
    color: #fff;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

header h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #f07901;
    font-weight: bold;
    font-family: 'Melbourne_reg';

}

section.intro2 {
    padding-top: 1em;
}

header h4 {
    color: #0fb751;
    font-size: 1.7em;
    padding-top: .5em;
}


/* css for choose your course */

.courses-desc {
    background: #fff;
    padding: 1em 2em 2em;
    box-shadow: 0px 2px 2px 0px #888;
    -moz-box-shadow: 0px 2px 2px 0px #888;
    -webkit-box-shadow: 0px 2px 2px 0px #888;

}

.list-group-horizontal .list-group-item {
    display: inline-block;
    width: 24%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em
}

.courses-desc .list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
}

.courses-desc img {
    margin: 1em auto 1.5em;
}

.courses-desc .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.courses-desc .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #fff;
}

.courses-desc h2 {
    font-family: 'Melbourne_reg';
    font-weight: bold;
    font-size: 1.3em;
}

.course_desc h1 {
    font-size: 2em;
    font-weight: bold;
    /*    padding: .7em;*/
}

.events {
    padding-top: 4em;
}

.nav > li > a {
    padding: 10px 8px;
    color: #000;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
}

.list {
    padding-left: 1.5em;
}

.events ul li {
    list-style: none;
}

.list i {
    font-style: italic !important;
}

.square1 a {
    color: #fff;
    font-size: 1.5em;
    text-transform: capitalize;
    font-weight: 600;
}

.circle-shape {
    margin-bottom: .5em;
}

.testimonials {
    background: #fff;
    border-top: 2px solid #3db389;
}

.mb-1 a {
    color: #000;
}

.course_desc {
    padding: 1em 0em;
}

/* end of css for choose your course */
/* css for testimonials */
.testimonials ul {
    padding: 2em 0;
}

.testimonials ul li {
    display: inline-block;
    width: 24.5%;
}

.testimonials ul li img {
    margin: 0 auto;
}

footer {
    background: #000;
    color: #fff;
    padding: .5em;
}

a:hover {
    text-decoration: none;
}

/* css for cts page */
.cts_tuts .col-md-3 a {
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    background: #3db389;
    box-shadow: 0px 2px 2px 0px #3db389;
    background: #18256f;
    box-shadow: 0px 2px 2px 0px #18256f;
    font-family: 'Melbourne_reg';
}

.cts_tuts .col-md-3 img {
    margin: 0 auto .5em;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

/*
.ec_courses .col-md-2 a, .ec_courses .col-md-4 a
{
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #4fb994;
    background: #fff;
    height: 17vh;
    padding-top: 2.5em;
    margin-bottom: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
}
*/
.home_banner img {
    width: 100%;
}

.home_banner .container-fluid .col-md-12 {
    padding: 0;
}

.breadcrumb > li > a {
    color: #171788;
    text-decoration: underline;
}

.ec_courses h3,
.videosdesc h3 {
    margin: 0em 0em .5em;
}

.ec_courses h3 span,
.videosdesc h3 span {
    font-size: 1.5em;
    font-weight: bold;
}

.home_banner {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 2em;
}

.home_banner h2 {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
}

iframe {
    width: 100%;
}

.videosdesc .col-md-4 {
    height: 40vh;
}

.videosdesc .col-md-4,
.st .col-md-2 {
    margin-bottom: 20px;
}

b {

    font-weight: bold;
    color: #000;
}

.ec_courses p {
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: 0;
    padding: .5em;
    color: #000;
}

.pull-right > .dropdown-menu a {
    color: #000;
}

.dropdown-menu > li > a {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}

/* css for scrollbar */
::-webkit-scrollbar {
    width: 5px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

/* end of scrollbar */
.search {
    position: absolute;
    right: 15px;
    height: 30px;
    border: none;
}

.searc_desc {
    height: 30px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #00933d;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

.intro {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 1em 0em;
    font-size: 1.1em;
    margin-top: -75px;
}

.intro h3 {
    font-size: 2em;
    color: #fff;
    margin-top: 1em;
}

.intro p {
    font-size: 1em;
    color: #fff;

}

header p {
    font-size: 1em;
    color: #ffff;
    margin-bottom: 1em;
    line-height: 1.5;
    /*    font-weight: bold;*/
    /*    letter-spacing: 1px;*/
}

.intro1 {
    font-size: 1em;
    color: #000;
    margin-bottom: 1em;
    padding-top: 10px;
    line-height: 1.6;
    text-align: justify;
}

.resp-tabs-list li:hover {
    background: #2438ad !important;
    color: #fff;
}

/*19 Nov */
.ec_courses {
    padding: 1em;
}

.ec_courses a {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #18256f;
    background: #fff;
    height: 20vh;
    padding: .5em;
    margin-bottom: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1em;
    width: 250px;
}

.videos a {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #18256f;
    background: #fff;
    height: 42vh;
    padding: .5em;
    margin-bottom: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(245, 245, 245);
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1em;
    width: 250px;
}

#parentHorizontalTab {
    border: 1px solid #18256f;
    border-top: none;
    border-radius: 15px 15px 0px 0px;
}



.notification:hover {
    background: red;
}

.notification .badge {
    position: absolute;
    top: 2px;
    right: -8px;
    padding: 5px 9px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

/*
.resp-vtabs ul.resp-tabs-list li.resp-tab-active{
    background: #6b6d79 !important;
}*/
.ec_courses .col-md-4 {
    margin-bottom: 1em
}

.videos .col-md-3 {
    height: 45vh;
}

.ec_courses .col-md-3 {
    margin-bottom: 1em;
}

.questionbankimg p {
    font-weight: bold;
    margin-top: .3em;
}

.questionbankimg .col-md-4 img {

    width: 100%;
    padding: 1em;
    height: 200px;

}

.videos p {
    font-size: .9em;
    text-align: left;
}

.pagination {
    margin: 0;
    margin-bottom: .5em;
}

/* 18 jan*/
.bg-white {
    background: #fff;
    padding: 1em !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
     border: 1px solid #ddd;
}
.select{
    font-size: .8em !important;
}
.tbemail{
    margin-left: 1em;
}
.modal-header .close {

    opacity: 1;
}




.mw-fixed { max-width: 1180px; margin: auto; }
      @media only screen and (max-width: 600px) {
			.h-clmn.dgt-h {
				display: flex;
				justify-content: space-between;
			}
			.dgt-img {
				height: 60px;
				text-align: center; 
}				
}

      @media only screen and (min-width: 600px) {
          .h-clmn { float: left;  }
          .dgt-h { float: right;margin-top: 1%; }
          .dgt-img { height: 80px;padding: 4px; }
      }

        .glegoo * { font-family: 'Glegoo', serif; }
		
h4, .h4 {
    font-size: 19px;
    color: #fff;
	text-align:center;
}		
h5 {
    font-size: 21px;
    color: #fff;
	text-align:center;
	margin-bottom: 5%;
}	