/*!
 * Start Bootstrap - New Age v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
html,
body {
  width: 100%;
  height: 100%; 
}

body {
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif'; 
}

a {
  color: #ef9f26;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; 
}
  a:hover, a:focus {
    color: #fcbd20; 
}

hr {
  max-width: 100px;
  margin: 0 auto 25px auto;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); 
}

hr.light {
  border-color: white; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; 
}

p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px; 
}

section {
  padding: 60px 0; 
}
section h2 {
    font-size: 50px; 
}

.gallery_arrow {
    font-size: 32px;
    color: #ef590c;
    font-weight: bold;
}

.gallery_indicator {
    bottom: -42px !important;
}

.carousel-indicators .active {
    background-color: #ef590c !important;
}

/* ----- Nav Menu Starts ----- */

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px; 
}
#mainNav .navbar-brand {
    color: #ef9f26;
    font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #fcbd20; 
}
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222; 
}
#mainNav .navbar-nav > li > a {
    font-size: 13px;
    font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; 
}
#mainNav .navbar-nav > li > a.active {
      color: #ef590c !important;
      background-color: transparent; 
}
#mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; 
}
#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
    color: #222222; 
}
#mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover {
      color: #ef9f26; 
}

.nav-link-underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.nav-link-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
    background: #ff2d37;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-link-underline:hover:before, .nav-link-underline:focus:before, .nav-link-underline:active:before {
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent; 
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%); 
    }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; 
    }
    #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
        color: #ffffff;  /* rgba(255, 255, 255, 0.7) */
    }
    #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover { 
        color: white; 
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; 
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand img {
        width: 30%;
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #ef9f26; 
    }
    #mainNav.navbar-shrink .navbar-nav > li > a, #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #222222; 
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover, #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
            color: #ef9f26; 
    } 
}

@media (max-width: 991px) {
    #mainNav .navbar-brand img {
        width: 30%;
    }
}

/* ----- Nav Menu Ends ----- */

/* ----- Header Starts ----- */

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background-image: url(../Images/top-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: url("../Images/bg-pattern.png"), #7b4397;
    background: url("../Images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url("../Images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430); */
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; 
}
header.masthead .header-content h1 { 
    font-size: 30px; 
}
header.masthead .banner-text {
    font-size: 3.7em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 6px 3px 0px #160400;
    font-family: 'Pacifico', cursive;
    margin-bottom: 0.3em;
    line-height: 100px;
}
header.masthead .device-container { 
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; 
}
header.masthead .device-container .screen img {
      border-radius: 3px; 
}

@media (min-width: 992px) {
    header.masthead { 
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0; 
    }
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left; 
    }
    header.masthead .header-content h1 { 
        font-size: 50px; 
    }
    header.masthead .device-container {
        max-width: 325px; 
    } 
}

/* ----- Header Ends ----- */


/* ============================ Section Starts ============================ */


/* ----- About Starts ----- */

section.aboutUs {
  position: relative;
  padding: 60px 0; 
}
section.aboutUs .badges .badge-link {
    display: block;
    margin-bottom: 25px; 
}
section.aboutUs .badges .badge-link:last-child {
      margin-bottom: 0; 
}
section.aboutUs .badges .badge-link img {
      height: 60px; 
}

section.aboutUs .box_padding {
    padding: 30px 0;
}

section.aboutUs .points {
    color: #ef590c;
    font-weight: 500;
}

section.aboutUs .box {
    background-color: #e7dfce;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding: 30px;
    border-radius: 10px;
}

section.aboutUs .box h3 {
    font-weight: 500;
    font-size: 22px;
    font-family: 'Pacifico', cursive;
    padding-bottom: 10px;
}

section.aboutUs .box div img {
    padding: 15px 0 0 0;
}

section.aboutUs .slogan {
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 20px 0;
}

section.aboutUs .description {
    font-size: 13px;
    padding: 8px 0;
}

section.aboutUs p i {
    color: #ef590c;
    padding: 0 8px 0 20px; 
}

/* ----- About Ends ----- */

/* ----- Teacher Starts ----- */

section.teacher {
  position: relative;
  padding: 60px 0; 
}

@media (min-width: 768px) { 
    section.teacher .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; 
    } 
}

@media (min-width: 768px) { 
    section.teacher h2 { 
        font-size: 70px; 
    } 
}

.teacher_img {
    border: 2px solid rgba(64, 66, 65, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}

.teacher_name {
    font-weight: bold;
    padding-left: 22px;
}

section.teacher p i {
    color: #ef590c;
    padding: 0 8px 0 20px; 
}

/* ----- Teacher Ends ----- */

@media (min-width: 768px) { 
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; 
    } 
}

@media (min-width: 768px) { 
    section.download h2 { 
        font-size: 70px; 
    } 
}

/* ----- Programmes Starts ----- */

section.programmes .device-container, section.programmes .programmes-item {
    max-width: 325px;
    margin: 0 auto; 
}
section.programmes .device-container { 
    margin-bottom: 100px; 
}

section.programmes .section-heading { 
    color: #ffffff;
}

@media (min-width: 992px) {
    section.programmes .device-container {
        margin-bottom: 0; 
    } 
}

section.programmes .programmes-item { 
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center; 
}
section.programmes .programmes-item h3 {
    font-size: 18px; 
    font-weight: 500;
}
section.programmes .programmes-item h4 {
    font-size: 16px;
    margin: 12px 0 20px 0;
}

.card-cols {
    padding-top: 60px;
}

.card-col {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    height: 490px;
}

@media (max-width: 992px) {
    .card-col {
        margin-bottom: 72px;
    }
}

.card-col .img {
    position: relative;
    height: 5px;
}

.card-col .icon {
    width: 96px;
    height: 96px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    left: calc( 50% - 50px);
    bottom: -30px;
    transition: 0.3s;
}

.card-col h2 {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    margin: 50px 0 15px 0;
}

.card-col h4 {
    color: #807e7b;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    margin-top: 10px !important;
}

.day_title {
    background-color: #d6d6d6;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    margin: 25px 0 12px 0;
}

.card_time {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

/* ----- Programmes Ends ----- */


/* ----- Banner_01 Starts ----- */

section.banner01 {
  position: relative;
  padding: 50px 0;
  background-image: url("../Images/banner_01.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
section.banner01 .banner01-content {
    position: relative;
    z-index: 1; 
}
section.banner01 .banner01-content h2 { 
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white; 
}

@media (min-width: 768px) {
    section.banner01 .banner01-content h2 {
        font-size: 80px; 
    } 
}

section.banner01 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

/* ----- Banner_01 Ends ----- */


/* ----- Workshops Starts ----- */

section.workshops .device-container, section.workshops .workshops-item {
    /*max-width: 325px;*/
    margin: 0 auto; 
}
section.workshops .device-container { 
    margin-bottom: 100px; 
}

@media (min-width: 992px) {
    section.workshops .device-container {
        margin-bottom: 0; 
    } 
}

section.workshops .workshops-item { 
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center; 
}
section.workshops .workshops-item h3 {
    font-size: 24px; 
}
section.workshops .workshops-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #ef9f26, #ed9913);
    background: linear-gradient(to left, #ef9f26, #ed9913);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.modal-body h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: 500;
}

.modal-body div {
    font-size: 1.1em;
    /*margin: 20px 0 10px 0;*/
    font-weight: 600;
    text-transform: uppercase;
}

.modal-body .head_padding {
    margin: 20px 0 10px 0;
}

.modal-body p {
    margin-bottom: 30px;
}

.portfolio-modal {
    padding-right: 0!important;
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

@media (min-width: 576px)
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
}

.modal-content {
    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;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 50px;
    margin-left: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

.close-modal:hover { opacity: .3; }

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}

/* ----- Workshops Ends ----- */


/* ----- Testimonial Starts ----- */

section.testimonial { 
    padding: 60px 0;
    text-align: center;
}
section.testimonial h4 { 
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 2em;
    color: #101010;
}
section.testimonial h5 { 
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #5d4d5b;
}
section.testimonial h2 i {
      color: #dd4b39; 
}
section.testimonial ul.list-social {
    margin-bottom: 0; 
}
section.testimonial ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; 
}

/* ----- Testimonial Ends ----- */

/* ----- Contact Starts ----- */

section.contact { 
    text-align: center; 
}

section.contact .address_align {
    padding-left: 28px;
}

section.contact h2 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
section.contact h2 i {
      color: #dd4b39; 
}
section.contact ul.list-social {
    margin-bottom: 0; 
}
section.contact ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; 
}

section.contact .form-group input, section#contact .form-group textarea {
    padding: 16px;
}

section.contact .form-control {
    border-radius: 0;
    font-size: 14px;
}

section.contact .form-control:focus {
    border-color: #ef590c;
    box-shadow: none;
}

section.contact .form-group textarea.form-control {
    height: 130px; /*214px*/    
}

/* ----- Contact Ends ----- */

/* ----- Content Footer Starts ----- */
section.footer { 
    padding: 30px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #12191b; /* 222222 */
    color: #c9cfd0;
}
section.footer p {
    font-size: 12px;
    margin: 0;
    color: #969c9e;
    padding: 10px 0 0 0;
}
section.footer p i {
    padding: 0 10px 0 0;
}
section.footer ul {
    margin-bottom: 0; 
}
section.footer ul li a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3); }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none; 
}

section.footer ul.list-social{ margin-bottom:0; margin-top: 60px;}
section.footer ul.list-social li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100%;
    background-color: #12191b;
}

.list-inline-item:not(:last-child) {
    margin-right: 20px;
}

section.footer ul.list-social li.social-twitter a {
      background-color: #1da1f2; 
}
section.footer ul.list-social li.social-twitter a:hover { 
    background-color: #0d95e8; 
}
section.footer ul.list-social li.social-facebook a {
    background-color: #3b5998; 
}
section.footer ul.list-social li.social-facebook a:hover {
    background-color: #344e86; 
}
section.footer ul.list-social li.social-google-plus a { 
    background-color: #dd4b39; 
}
section.footer ul.list-social li.social-google-plus a:hover {
    background-color: #d73925; 
}

/* ----- Content Footer Ends ----- */

/* ----- Footer Starts ----- */
footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  background-color: #0d1314; /* 222222 */
}
footer p {
    font-size: 12px;
    margin: 0; 
}
footer ul {
    margin-bottom: 0; 
}
footer ul li a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3); }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none; 
}

/* ----- Footer Ends ----- */

/* ----- Common Starts ----- */

.bg-primary {
  background: #ef9f26;
  background: -webkit-linear-gradient(#ef9f26, #ed9913);
  background: linear-gradient(#ef9f26, #ed9913); 
}

.bg-secondary {
  background: #e7dfce;
  background: -webkit-linear-gradient(#e7dfce, #e7dfce);
  background: linear-gradient(#e7dfce, #e7dfce); 
}

.bg-pgm { 
    position: relative;
    padding: 50px 0;
    background-image: url("../Images/banner_02.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.section-heading {
    font-size: 40px;
    margin-top: 0;
    font-family: 'Pacifico', cursive;
    line-height: 80px;
    color: #442100;
}

.section-reg {
    font-size: 12px;
    
}

.text-primary {
  color: #ef9f26; 
}

.text-muted {
    color: #ef590c !important;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; 
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; 
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #ef9f26;
    background-color: #ef9f26; 
}

.btn {
  border-radius: 300px;
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase; 
    box-shadow: none !important;
    font-weight: normal !important;
    cursor: pointer;
}

.btn-normal {
    color: #212529;
    border: 1px solid #212529;
    background-color: #FFFFFF;
}
.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal.active {
    color: white;
    border: 1px solid #ef9f26;
    background-color: #ef9f26; 
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px; 
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../Images/go_top.png) no-repeat 0px 0px;
}

/* ----- Common Ends ----- */

/* Gallery */

div.row > div > div.row { 
    margin-bottom: 15px; 
}

h4:not(.modal-title) { 
    margin-top:25px;
}

figure { 
    position: relative; 
}

figure figcaption { 
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    bottom: 10px;
    right: 20px;
    position: absolute;
    background-color: #000;
}

a.anchorjs-link { 
    color:black; 
}
a.anchorjs-link:hover { 
    color:#02709e; 
    text-decoration: none; 
}

/* ------------ AD -------------- */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color: #000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
    text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
/*body{
  background: url('bg.jpg');
}*/
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot {
	font-size: 25px;
}
#popupfoot a{
	text-decoration: none;
}
.agree {
        position: fixed;
    right: 0;
    top: 0;
}

.window .portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 50px;
    margin-left: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
}

.window .portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #FFFFFF;
}
/*.agree:hover{
  background-color: #D1D1D1;
}*/