/* --- 1.0 - Normalize ---*/

html {
    font-family: 'Lora', serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
     font-family: 'Lora', serif;
     font-size: 16px; /*  base font size  15px= 1em*/
     margin: 0;
}
.button-default{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    background-color: #92278f;
    border-radius: 2px;
    padding: 11px 30px;
    transition: .25s ease-out;
    margin-bottom: 5px;
}
.button-default:hover, .button-default:focus{
    text-decoration: none;
    color: #fff;
    background-color: #7e007b;
}

.padding-120{
    padding: 60px 0px;
}
.section-notch{
    position: relative;
}
.section-notch:before{
    content: "";
    position: absolute;
    background: url('http://demos.codexcoder.com/labartisan/html/kidsacademy/images/section_notch_top.png');
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 7px;
    z-index: 2;
}
.section-notch:after{
    content: "";
    position: absolute;
    background-image: url('http://demos.codexcoder.com/labartisan/html/kidsacademy/images/section_notch_bottom.png');
    background-repeat: repeat-x;
    bottom: 0;
    width: 100%;
    height: 7px;
    z-index: 2;
}
.section-header{
    text-align: center;
    max-width: 650px;
    margin: 0px auto 55px;
}
.section-header .heading{
    color: #92278f;
    margin-bottom: 10px;
    font-size: 40px
}
.section-header p{
    line-height: 30px;
    margin: 0px;
}

/*  02  - Header
----------------------------------------------*/
header .header-top{
    background-color: #92278f;
    padding: 11px 0px;
}
header .header-top ul{
    overflow: hidden;
    margin: 0px;
}
header .header-top .left{
    float: left;
}
header .header-top .left li{
    list-style: none;
    display: inline-block;
    float: left;
    color: #fff;
    font-style: italic;
    margin-right: 30px;
}
header .header-top .left li span{
    color: #fff;
    margin-right: 5px;
}
header .header-top .right{
    float: right;
}
header .header-top .right li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}
header .header-top .right li a{
    color: #fff;
}
header .main-menu{
    position: relative;
    background-color: #fff;
    z-index: 9;
}
header .main-menu .container{
    position: relative;
}
header .main-menu .navbar{
    margin: 0px;
    border: none;
}
.main-menu.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #e84b3a;
}
header .main-menu ul li{
    font-size: 18px;
    font-weight: 700;
    /*font-style: italic;*/
    color: #e84b3a;
    padding: 0px 15px;
    margin-bottom: 20px
}
header .main-menu .nav > li:nth-child(1) a{
    color: #e84b3a;
}
header .main-menu .nav > li:nth-child(2) a{
    color: #ffc000;
}
header .main-menu .nav > li:nth-child(3) a{
    color: #fc7f0c;
}
header .main-menu .nav > li:nth-child(4) a{
    color: #92278f;
}
header .main-menu .nav > li:nth-child(5) a{
    color: #14b7f1;
}
header .main-menu .nav > li:nth-child(6) a{
    color: #ee257c;
}
header .main-menu .nav > li:nth-child(7) a{
    color: #8dc63f;
}
header .main-menu .nav > li:nth-child(8) a{
    color: #a40202;
}

header .main-menu ul li ul li a{
    border-bottom: 1px solid #f0f0f0;
}
header .main-menu ul li ul li a:hover{
    background-color: #fafafa
}
header .main-menu ul li ul li.active a{
    background-color: #fafafa
}
header .main-menu ul li ul li:last-child > a{
    border: none;
}
header .main-menu ul li ul li a{
    padding: 10px 15px;
    font-size: 98%;
}
header .main-menu .navbar-toggle{
    margin-top: 33px;
    margin-bottom: 33px;
}
header .main-menu .navbar-toggle .icon-bar{
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
header .main-menu .navbar-toggle .icon-bar:nth-child(2){
    background-color: #92278f;
    transform: rotate(45deg) translate(4px, 5px);
}
header .main-menu .navbar-toggle .icon-bar:nth-child(3){
    background-color: #e84b3a;
    opacity: 0;
}
header .main-menu .navbar-toggle .icon-bar:nth-child(4){
    background-color: #fc7f0c;
    transform: rotate(-45deg) translate(4px, -5px);
}
header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(2){
    transform: rotate(0deg) translate(0);
}
header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(3){
    opacity: 1;
}
header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(4){
    transform: rotate(0deg) translate(0);
}
header .main-menu .navbar-collapse{
    max-height: 250px;
}
header .main-menu .navbar-brand{
    padding: 25px 15px;
}
header .main-menu .menu-search-cart li {
    float: left;
    list-style-type: none;
}
header .main-menu .menu-search{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #fcb614;
    border: 2px solid #fcb614;
    border-radius: 100%;
    margin: 33px 0px 26px 13px;
    cursor: pointer;
}
header .main-menu .menu-search-form{
    position: absolute;
    height: 100%;
    width: 100%;
    color: #707070;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}
header .main-menu .menu-search-form.open{
    display: block;
}
header .main-menu .menu-search-form input{
    width: 100%;
    height: 100%;
    color: #707070;
    text-align: center;
    border: none;
    outline: none;
    padding: 15px 115px 15px 15px;
}
header .main-menu .menu-search-form .menu-search-close{
    position: absolute;
    right: 90px;
    top: 35%;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
header .main-menu .menu_cart{
    position: relative;
}
header .main-menu .menu_cart > span{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #92278f;
    border: 2px solid #92278f;
    border-radius: 100%;
    margin: 33px 11px 26px 13px;
    cursor: pointer;
}
header .main-menu .menu_cart > span:before{
    content: "4";
    position: absolute;
    top: 7px;
    right: -13px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #92278f;
    border-radius: 100%;
    text-align: center;

}
header .main-menu .menu_cart .shop_feature{
    background-color: #fff!important;
    width: 270px !important;
    padding: 10px 20px 20px !important;
    right: 0px;
    left: auto !important;
}
header .main-menu .menu_cart li {
    width: 100%;
}

header .main-menu .menu_cart .feature_item {
    position: relative;
    color: #363636;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 0px;
}
header .main-menu .menu_cart .featured_image{
    float: left;
    margin-right: 10px;
}
header .main-menu .menu_cart .featured_content{
    display: table;
    font-size: 12px;
}
header .main-menu .menu_cart .featured_content > h3{
    line-height: 15px;
}
header .main-menu .menu_cart .featured_content > h3 a{
    background-color: #fff;
    color: #000000!important;
    font-size: 18px;
    padding: 0px;
    text-decoration: none;
    border: none;
}
header .main-menu .menu_cart .featured_content > h3 a:hover{
    color: #fcb614;
}
header .main-menu .menu_cart .featured_content p{
    color: #696969;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}
header .main-menu .menu_cart .featured_content > .remove {
    position: absolute;
    top: 12%;
    right: 8%;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
header .main-menu .menu_cart .featured_content > .remove:hover{
    color: #fcb614;
}
header .main-menu .menu_cart .cart_total{
    color: #696969;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: capitalize;
}
header .main-menu .menu_cart .cart_total span{
    float: right;
}
header .main-menu .menu_cart .check_out{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    background-color: #92278f;
    border-radius: 2px;
    padding: 11px 30px;
    transition: .25s ease-out;
}
/*  03  - Banner
----------------------------------------------*/
.banner{
    position: relative;
}
.banner .banner-item img{
    width: 100%;
}
.banner .banner-item{
    background-image: url('../../assets/images/banner_01.jpg');
    background-size: cover;
    background-position: center;
}
.banner .banner-item.slide-two{
    background-image: url('../../assets/images/banner_02.jpg');
}
.banner .banner-item.slide-three{
    background-image: url('../../assets/images/banner_03.jpg');
}
.banner .banner-item.slide-four{
    background-image: url('../../assets/images/banner_04.jpg');
}
.banner .banner-item.slide-five{
    background-image: url('../../assets/images/banner_05.jpg');
}
.banner .banner-item .banner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
}
.banner .banner-item .banner-content{
    padding: 250px 0px;
}
.banner .banner-item .banner-content h3{
    color: #fff;
    font-size: 36px;
    font-style: normal;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    opacity: 1;
}
.banner .banner-item .banner-content h2{
    display: inline-block;
    color: #fff;
    font-size: 66px;
    line-height: 1;
    margin-bottom: 10px;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    opacity: 1;
}
.banner .banner-item .banner-content p{
    color: #fff;
    max-width: 600px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    opacity: 1;
}
.banner .banner-item .banner-content ul{
    overflow: hidden;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    opacity: 1;
}
.banner .banner-item .banner-content ul li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.banner .banner-item .banner-content ul li:last-child{
    margin: 0px;
}
.banner .banner-item .banner-content ul li:last-child a{
    background-color: #fcb614;
}
.banner .banner-item .banner-content ul li:last-child a:hover{
    background-color: #ecb200;
}
.banner .banner-item.slide-one .banner-content h3{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}
.banner .banner-item.slide-one.active .banner-content h3{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.banner .banner-item.slide-one .banner-content h2{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}
.banner .banner-item.slide-one.active .banner-content h2{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.banner .banner-item.slide-one .banner-content p{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}
.banner .banner-item.slide-one.active .banner-content p{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.banner .banner-item.slide-one .banner-content ul{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}
.banner .banner-item.slide-one.active .banner-content ul{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.banner .banner-item.slide-two .banner-content h3{
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
}
.banner .banner-item.slide-two.active .banner-content h3{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.banner .banner-item.slide-two .banner-content h2{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.banner .banner-item.slide-two.active .banner-content h2{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.banner .banner-item.slide-two .banner-content p{
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.banner .banner-item.slide-two.active .banner-content p{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.banner .banner-item.slide-two .banner-content ul{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.banner .banner-item.slide-two.active .banner-content ul{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.banner .banner-item.slide-three .banner-content h3, .banner .banner-item.slide-three .banner-content h2,
.banner .banner-item.slide-three .banner-content p, .banner .banner-item.slide-three .banner-content ul{
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
}
.banner .banner-item.slide-three.active .banner-content h3, .banner .banner-item.slide-three.active .banner-content h2,
.banner .banner-item.slide-three.active .banner-content p, .banner .banner-item.slide-three.active .banner-content ul{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

i.fa.fa-search {
    line-height: 34px;
}

/*  05  - Facility
----------------------------------------------*/
.facility .facility-item{
    text-align: center;
}
.facility .facility-item .icon{
    background-color: #e84b3a;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.facility .facility-item .icon:before{
    font-size: 40px;
    color: #fff;
    margin: 0px;
    line-height: 2.5;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.facility .facility-item:hover .icon:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.facility .facility-item h4{
    color: #e84b3a;
    margin-bottom: 15px;
}
.facility .facility-item p{
    line-height: 26px;
    margin: 0px;
    text-align: justify;
}
.facility > div > div > div:nth-child(2) .facility-item span{
    background-color: #ffc000;
}
.facility > div > div > div:nth-child(2) h4{
    color: #ffc000;
}
.facility > div > div > div:nth-child(3) .facility-item span{
    background-color: #fc7f0c;
}
.facility > div > div > div:nth-child(3) .facility-item h4{
    color: #fc7f0c;
}
.facility > div > div > div:nth-child(4) .facility-item span{
    background-color: #92278f;
}
.facility > div > div > div:nth-child(4) .facility-item h4{
    color: #92278f;
}
.facility-two{
    overflow: hidden;
}
.facility-two .facility-item{
    float: left;
    position: relative;
    width: calc(100% / 4 - 1px);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 220px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: visible;
}
.facility-two .facility-item .icon-two:before{
    font-size: 60px;
    color: #fff;
}
.facility-two .facility-item .back-part .icon-two:before{
    font-size: 40px;
}
.facility-two .facility-item h4{
    color: #fff!important;
}
.facility-two .facility-item p{
    color: #fff;
}
.facility-two .facility-item{
    position: relative;
    min-height: 250px;
}
.facility-two .facility-item .front-part{
    padding: 46px 10px;
}
.facility-two .facility-item .front-part, .facility-two .facility-item .back-part{
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    min-height: 250px;
    width: 100%;
    overflow: hidden;
    background-color: #e84b3a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.facility-two .facility-item:nth-child(2) .front-part, .facility-two .facility-item:nth-child(2) .back-part{
    background-color: #ffc000;
}
.facility-two .facility-item:nth-child(3) .front-part, .facility-two .facility-item:nth-child(3) .back-part{
    background-color: #fc7f0c;
}
.facility-two .facility-item:nth-child(4) .front-part, .facility-two .facility-item:nth-child(4) .back-part{
    background-color: #92278f;
}
.facility-two .facility-item .back-part{
    padding: 20px 10px;
}
.facility-two .facility-item:hover .front-part{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.facility-two .facility-item .back-part{
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.facility-two .facility-item:hover .back-part{
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.facility-three{
    background-image: url(../../images/background/facility-bg.jpg);
    background-size: cover;
    background-position: center;
}

/*  06  - About
----------------------------------------------*/
.about{
    position: relative;
    background-image: url('http://demos.codexcoder.com/labartisan/html/kidsacademy/images/background/about-bg.jpg');
    background-size: cover;
    background-position: center;
}
.about > div > div > div *{
    vertical-align: middle;
}
.about .overlay{
    background-color: rgba(7,143,203,.8);
}
.about .about-image img{
    width: 100%;
}
.about .about-content h3{
    color: #fff;
    margin-bottom: 10px;
}
.about .about-content p{
    color: #fff;
    line-height: 30px;
}
.about .about-content ul{
    margin: 0px;
    overflow: hidden;
}
.about .about-content ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 20px;
}
.about .about-content ul li:last-child{
    margin: 0px;
}
.about .about-content ul li:last-child a{
    background-color: #ffc000;
    color: #fff;
}
.about .about-content ul li:last-child a:hover{
    background-color: #ecb200;
}
.about-two{
    background: #fff;
}
.about-two .about-content h3{
    color: #92278f;
}
.about-two .about-content p{
    color: #707070;
}
/*  07  - Classes
----------------------------------------------*/
.classes .class-item{
    margin-bottom: 30px;
    transition: .25s;
    -webkit-transition: .25s;
}
.classes .class-item:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.classes .class-item .image img{
    width: 100%;
    height: 280px;
}
.classes .class-item .schedule{
    margin: 0px;
    overflow: hidden;
    padding: 0;
}
.classes .class-item .schedule li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 33.335%;
    background-color: #92278f;
    color: #fff;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
}
.classes .class-item .schedule li:nth-child(2){
    background-color: #e84b3a;
}
.classes .class-item .schedule li:last-child{
    background-color: #fc7f0c;
    border-right: none;
}
.classes .class-item .schedule li span{
    display: block;
    line-height: 20px;
}
.classes .class-item .content{
    padding: 20px;
    background-color: #fafafa;
    transition: .25s;
    -webkit-transition: .25s;
}
.classes .class-item:hover .content{
    background-color: #fff;
}
.classes .class-item .content h4 a{
    text-decoration: none;
    color: #ffc000;
}
.classes > div > div > div:nth-child(2) .class-item .content h4 a{
    color: #e84b3a;
}
.classes > div > div > div:nth-child(3) .class-item .content h4 a{
    color: #fc7f0c;
}
.classes > div > div > div:nth-child(4) .class-item .content h4 a{
    color: #92278f;
}
.classes .class-item .content p{
    margin: 0px;
}
.classes .class-item .content p span{
    color: #e84b3a;
}
.classes .class-item .content p:nth-child(2){
    line-height: 30px;
    margin-bottom: 5px;
}
.classes .class-item .address{
    background-color: #ffc000;
    color: #fff;
    overflow: hidden;
    padding: 8px 20px;
}
.classes .class-item .address p{
    color: #fff;
    margin: 0px;
}
.classes > div > div > div:nth-child(2) .class-item .address{
    background-color: #e84b3a;
}
.classes > div > div > div:nth-child(3) .class-item .address{
    background-color: #fc7f0c;
}
.classes > div > div > div:nth-child(4) .class-item .address{
    background-color: #92278f;
}

.classes .class-button{
    text-align: center;
    margin-top: 30px;
}

/*  19  - Subscribe
----------------------------------------------*/
.subscribe{
    margin-top: -103px;
    position: relative;

    background-color: #92278f;
    padding: 55px 0px;
    transform: translateY(103px);
    z-index: 1;
}

.subscribe:before{
    content: "";
    position: absolute;
    background-image: url(../../images/section_notch_top.png);
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 7px;
    z-index: 1;
}
.subscribe h3{
    color: #fff;
    float: left;
}
.subscribe div{
    text-align: right;
}
.subscribe div input{
    outline: none;
}
.subscribe div input:first-child{
    border: 2px solid rgba(255,255,255,.5);
    padding: 16px 20px;
    background-color: #92278f;
    color: #fff;
    font-style: italic;
    border-radius: 2px;
    width: 68%;
    float: left;
}
.subscribe div input:last-child{
    background-color: #fff;
    color: #92278f;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    padding: 17px 41px;
    margin-left: 5px;
}
.subscribe ::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Lora', serif;
}
.subscribe :-moz-placeholder {
    color: #fff;
    font-family: 'Lora', serif;
}
.subscribe ::-moz-placeholder {
    color: #fff;
    font-family: 'Lora', serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
.subscribe :-ms-input-placeholder {
    color: #fff;
    font-family: 'Lora', serif;
}
.subscribe-two:before{
    display: none;
}

/*  21  - Footer
----------------------------------------------*/
footer .footer-top{
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url('http://demos.codexcoder.com/labartisan/html/kidsacademy/images/background/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-color: #007bff;
}

.footer-top .container{
    padding-top: 30px;
}
footer .footer-item .title{
    margin-bottom: 30px;
    font-size: 30px;
    color: #ffc000;
}
footer .footer-top > div > div > div:nth-child(3) .title{
    color: #e84b3a;
}
footer .footer-top > div > div > div:nth-child(4) .title{
    color: #fc7f0c;
}
footer .footer-item .footer-about ul{
    margin: 0px;
}
footer .footer-item .footer-about ul li{
    list-style: none;
    margin-bottom: 6px;
}
footer .footer-item .footer-about ul li span{
    height: 36px;
    width: 36px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    display: inline-block;
    line-height: 36px;
    color: #ffc000;
    margin-right: 8px;
}
footer .footer-item .footer-about ul li:nth-child(2) span{
    color: #e84b3a;
}
footer .footer-item .footer-about ul li:nth-child(3) span{
    color: #fc7f0c;
}
footer .footer-item .footer-about ul li:nth-child(4) span{
    color: #92278f;
}
footer .footer-about i {
    line-height: 35px;
}
footer .footer-item .footer-post li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
footer .footer-item .footer-post li:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
footer .footer-item .footer-post .image{
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}
footer .footer-item .footer-post .content{
    display: table;
}
footer .footer-item .footer-post .content p{
    margin: 0px;
}
footer .footer-item .footer-post .content p a{
    text-decoration: none;
    color: #707070;
}
footer .footer-item .footer-post .content span{
    font-size: 15px;
    font-style: italic;
    color: #ffc000;
    line-height: 18px;
}
footer .footer-item .twitter-post li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
footer .footer-item .twitter-post li:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
/*footer .footer-item .twitter-post .icon{
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #ffc000;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 5px;
}*/
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
footer .footer-item .twitter-post li a div .fa {
  padding: 6px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
    cursor: pointer;
}
/*footer .footer-item .twitter-post li:nth-child(2) .icon{
    background-color: #e84b3a;
}
footer .footer-item .twitter-post li:nth-child(3) .icon{
    background-color: #fc7f0c;
}*/
footer .footer-item .twitter-post .content{
    display: table;
}
footer .footer-item .twitter-post .content p{
    margin: 0px;
}
footer .footer-item .twitter-post .content span{
    font-size: 15px;
    font-style: italic;
    color: #e84b3a;
}
footer .footer-item .photos{
    margin: -5px;
    overflow: hidden;
}
footer .footer-item .photos li{
    list-style: none;
    float: left;
    padding: 5px;
    width: 33.33%;
}
footer .footer-item .photos li img{
    width: 100%;
}
footer .footer-item .icon i{
    line-height: 22px;
}
footer .footer-bottom{
    border-top: 1px solid #eeefee;
    background-color: #fafafa;
    padding: 30px 0px;
}
footer .footer-bottom p{
    font-weight: 700;
    margin: 0px;
    line-height: 40px;
    font-size: 15px;
}
footer .footer-bottom p a{
    color: #2b5d98;
    text-decoration: none;
}
footer .footer-bottom .social-default{
    float: right;
}

.fa-angle-left, .fa-angle-right{
    position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px
}

/*css for about us starts from here*/
.course-banner{
    background-image: url('../../assets/images/courses_banner.jpg');
}

.about-banner{
    background-image: url('../../assets/images/about_us_banner.jpg');
}
.contact-banner{
    background-image: url('../../assets/images/contact_us_banner.jpg');
}
.coursePage_banner{
    background-image: url('../../assets/images/courses_banner.jpg');
}
.coursePage_banner .overlay{
    background-color: rgba(7,143,203,.8);
}


.page-header{
    /*background-image: url('../../assets/images/about_us_banner.jpg');*/
    background-size: cover;
    background-position: center;
    margin: 0px;
    padding: 0px;
    border: none;
}
.page-header .overlay{
    padding: 105px 0px;
    /*background-color: rgba(7,143,203,.8);*/
    text-align: center;
}
.page-header h3{
    font-size: 36px;
    color: #fff;
}
.page-header ul{
    margin: 0px;
}
.page-header ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-style: italic;
}
.page-header ul li a{
    font-style: italic;
    color: #fff;
    text-decoration: none;
}
.scroll-top{
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #92278f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    top: 85%;
    right: 10%;
    text-decoration: none;
    z-index: 999;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s ease-out;;
    transition: .5s ease-out;
}
.scroll-top:hover{
    background-color: #7e007b;
}
.scroll-top.open{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.scroll-top:hover, .scroll-top:focus{
    color: #fff;
}

/*  12  - Achievements
----------------------------------------------*/
/*.achievements{
    background-image: url(../../images/background/achievements-bg.jpg);
    background-size: cover;
    background-position: center;
}*/
/*.achievements .overlay{
    background-color: rgba(146,39,143,.8);
}*/
/*.achievements .achievement-item{
    text-align: center;
}*/
.achievements .achievement-item .icon{
    display: block;
}
.achievements .achievement-item .icon:before{
    margin: 0px;
    color: #fff;
    font-size: 50px;
}
.achievements .achievement-item span{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.achievements .achievement-item p{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
}

/*  13  - Testimonial
----------------------------------------------*/
.testimonial .testimonial-item{
    position: relative;
}
.testimonial .testimonial-details{
    position: relative;
    padding: 30px;
    border: 2px solid #ffc000;
    border-radius: 8px;
    margin-bottom: 14px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details{
    border: 2px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details{
    border: 2px solid #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details{
    border: 2px solid #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details{
    border: 2px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details{
    border: 2px solid #fc7f0c;
}
.testimonial .testimonial-details:before{
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: -5px;
    left: -2px;
    font-size: 22px;
    background: #fff;
    color: #ffc000;
    line-height: 24px;
    padding-right: 10px;
    padding-bottom: 7px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details:before{
    color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details:before{
    color: #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details:before{
    color: #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details:before{
    color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details:before{
    color: #fc7f0c;
}
.testimonial .testimonial-details:after{
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    bottom: -5px;
    right: -2px;
    font-size: 22px;
    background: #fff;
    color: #ffc000;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 7px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details:after{
    color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details:after{
    color: #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details:after{
    color: #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details:after{
    color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details:after{
    color: #fc7f0c;
}
.testimonial .testimonial-details img{
    position: absolute;
    bottom: 0px;
    left: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.testimonial .testimonial-details p{
    margin-bottom: 5px;
}
.testimonial .testimonial-details h4{
    font-size: 20px;
    color: #e84b3a;
}
.testimonial .testimonial-details h4 span{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #707070;
}
.testimonial .testimonial-image{
    height: 80px;
    width: 80px;
    border: 4px solid #ffc000;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
}
.testimonial .testimonial-item:nth-child(2) .testimonial-image{
    border: 4px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-image{
    border: 4px solid #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-image{
    border: 4px solid #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-image{
    border: 4px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-image{
    border: 4px solid #fc7f0c;
}
.testimonial-three{
    background-image: url(../../images/background/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
}
.testimonial-three .testimonial-item{
    text-align: center;
}
.testimonial-three .testimonial-image{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    display: inline-block;
    margin-bottom: 10px;
}
.testimonial-three .testimonial-details{
    border: none!important;
    text-align: center;
    padding: 0px;
}
.testimonial-three .testimonial-details span{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #707070;
    display: inline-block;
    margin-bottom: 15px;
}
.testimonial-three .testimonial-details .icon{
    display: block;
    color: #e84b3a;
    font-size: 30px;
    line-height: 50px;
    display: none;
}
.testimonial-three .testimonial-details p{
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
}
.testimonial-three .testimonial-details:before{
    display: none;
}
.testimonial-three .testimonial-details:after{
    display: none;
}
/*css for about us end here*/

/*Contact us CSS starts from here*/

contact .contact-map{
    height: 600px;
    width: 100%;
    position: relative;
}
.contact-page .contact-map:before{
    content: "";
    position: absolute;
    background-image: url(../../images/section_notch_top.png);
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 7px;
    z-index: 1;
}
.contact-item{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact-item:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
.contact-item .icon{
    display: inline-block;
    float: left;
    color: #ffc000;
    margin-right: 15px;
}
.contact-item:nth-child(2) .icon{
    color: #e84b3a;
}
.contact-item:nth-child(3) .icon{
    color: #fc7f0c;
}
.contact-item .icon:before{
    font-size: 30px;
}
.contact-item .content{
    display: table;
}
.contact-item .content h4{
    font-size: 24px;
    color: #ffc000;
    margin: 0
}
.contact-item:nth-child(2) .content h4{
    color: #e84b3a;
}
.contact-item:nth-child(3) .content h4{
    color: #fc7f0c;
}
.contact-item .content p{
    margin: 0px;
}
.contact-form .contact-input:nth-child(1){
    /*width: 48%;*/
    float: left;
}
.contact-form .contact-input:nth-child(2){
    /*width: 48%;*/
    float: right;
}
.contact-form .contact-input{
    width: 100%;
    margin-bottom: 10px;
    color: #696969;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    outline: none;
}
.contact-form .contact-input:focus{
    border-bottom: 1px solid #92278f;
    color: #92278f;
}
.contact-form .contact-button{
    background-color: #92278f;
    outline: none;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    padding: 17px 30px;
    margin-top: 30px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #fff;
    border: 1px;
}
.contact-form .contact-button:hover{
    background-color: #7e007b;
}

/*Contac us CSS ends here*/


button.toggle {
    border: 3px solid #000000;
    background: #fff;
    padding: 7px 15px;
    margin-right: 10px;
}

#link-box {
  width: 150px;
  height: 200px;
  display: none;
  float: right;
  border: 3px solid #000000;
}

.toggle:focus~#link-box {
 display: block;
}

#link-box > ul > li {
 list-style: none;
 padding: 10px;
}

#link-box > ul > li > a {
 text-decoration: none;
 color: #000000;
}

/*Single Post Content CSS Starts from here*/
.single-post .post-content{
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-top: none;
}
.single-post .post-content h3{
    font-size: 36px;
    color: #e84b3a;
    margin-bottom: 10px;
}
.single-post .post-content blockquote{
    font-style: normal;
    color: #e84b3a;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 0px 0px 0px 40px;
}
.single-post .post-content blockquote:after{
    left: 0px;
    top: 30%;
    color: #e84b3a;
    font-size: 30px;
}
.single-post .post-content blockquote:before{
    content: "\f10e" !important;
    position: absolute;
    right: 50px;
    bottom: 0px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #e84b3a;
}
.single-post .post-content p:last-child{
    margin: 0px;
}



.sidebar .sidebar-item{
    margin-bottom: 50px;
}
.sidebar .sidebar-item .sidebar-title{
    font-size: 30px;
    color: #ffc000;
    margin-bottom: 30px;
}
.sidebar .sidebar-item:nth-child(3) .sidebar-title{
    color: #e84b3a;
}
.sidebar .sidebar-item:nth-child(4) .sidebar-title{
    color: #fc7f0c;
}
.sidebar .sidebar-item:nth-child(5) .sidebar-title{
    color: #92278f;
}
.sidebar .sidebar-item:nth-child(6) .sidebar-title{
    color: #0fbaf4;
}
.sidebar form input{
    width: 100%;
    border: 1px solid #f0f0f0;
    color: #696969;
    padding: 14px;
    outline: none;
    font-style: italic;
}
.sidebar form button{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 18px;
    color: #696969;
    background: transparent;
    outline: none;
    padding: 16px;
}
.sidebar .sidebar-categories{
    margin: 0px;
}
.sidebar .sidebar-categories li{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-categories li:last-child{
    border: none;
}
.sidebar .sidebar-categories li a{
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    padding: 10px 0px;
}
.sidebar .sidebar-categories li:first-child a{
    padding-top: 0px;
}
.sidebar .sidebar-categories li:last-child a{
    padding-bottom: 0px;
}
.sidebar .sidebar-categories li a:hover{
    padding-left: 16px;
    color: #92278f;
}
.sidebar .sidebar-categories li span{
    float: right;
}
.sidebar .sidebar-categories li a:hover span{
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #92278f;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 30px;
}
.sidebar .sidebar-posts{
    margin: 0px;
}
.sidebar .sidebar-posts li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-posts li:last-child{
    margin: 0px;
    padding: 0px;
    border: none;
}
.sidebar .sidebar-posts .image{
    float: left;
    margin-right: 20px;
}
.sidebar .sidebar-posts .content{
    display: table;
}
.sidebar .sidebar-posts a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}
.sidebar .sidebar-posts li:hover a{
    color: #92278f;
}
.sidebar .sidebar-posts span{
    font-style: italic;
    font-size: 15px;
    color: #fa6f57;
}
.sidebar .sidebar-gallery{
    margin: 0px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .sidebar-gallery li{
    list-style: none;
    float: left;
    width: calc(100% / 4 - 1px);
    padding: 5px;
}
.sidebar .sidebar-gallery li img{
    width: 100%;
}
.sidebar .sidebar-twitts{
    margin: 0px;
}
.sidebar .sidebar-twitts > li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-twitts > li:last-child{
    margin: 0px;
    padding: 0px;
    border: none;
}
.sidebar .sidebar-twitts .icon{
    float: left;
    font-size: 46px;
    color: #65bbf2;
    margin-right: 15px;
    line-height: 46px;
}
.sidebar .sidebar-twitts .content{
    display: table;
}
.sidebar .sidebar-twitts .content ul{
    margin: 0px;
}
.sidebar .sidebar-twitts .content ul li{
    list-style: none;
    display: inline-block;
}
.sidebar .sidebar-twitts .content ul li a{
    text-decoration: none;
}
.sidebar .sidebar-twitts .content p{
    margin: 0px;
}
.sidebar .sidebar-twitts .content > a{
    text-decoration: none;
}
.sidebar .sidebar-tags{
    margin: 0px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .sidebar-tags li{
    list-style: none;
    display: inline-block;
    float: left;
    margin: 5px;
}
.sidebar .sidebar-tags li a{
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    color: #707070;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    padding: 8px 24px;
    display: inline-block;
}
.sidebar .sidebar-tags li a:hover{
    background-color: #92278f;
    border-color: #92278f;
    color: #fff;
}
.sidebar .class-details{
    margin: 0px;
    border: 1px solid #f0f0f0;
}
.sidebar .class-details li{
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 15px;
}
.sidebar .class-details li:last-child{
    border: none;
}
.sidebar .class-details .name{
    float: left;
    width: 50%;
    font-size: 17px;
    /*color: #ffc000;*/
    font-weight: 700;
    color: #fa6f57;
    font-family: 'Lora', serif;
}
.sidebar .class-details li:nth-child(2) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(3) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(4) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(5) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(6) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(7) .name{
    color: #fa6f57;
}
.sidebar .class-details li:nth-child(8) .name{
    color: #fa6f57;
}
.sidebar .class-details .name i{
    margin-right: 10px;
    display: inline-block;
}
.sidebar .class-details li:first-child .name i{
    transform: rotate(90deg);
}
.sidebar .class-details .name i:before{
    font-size: 18px;
}
.sidebar .class-details .info{
    float: left;
    width: 50%;
    /*font-style: italic;*/
    /*font-weight: 700;*/
    font-size: 14px;
    color: #363636;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: 'Lora', serif;
    /*padding: 5px 0px 5px 30px;*/
}
.sidebar .class-details .info.rating i{
    color: #fcb614;
}
.sidebar .class-details li:last-child .info{
    color: #92278f;
}

.text-red {color:red;}
.text-green {color:green;}
.text-white {color:#fff;}
.new-img-responsive{width: 555px;height:417px;}
.active-home {
  border: 2px solid #e84b3a;
  font-style: italic;
}
.active-about {
  border: 2px solid #ffc000;
  font-style: italic;
}
.active-courses {
  border: 2px solid #fc7f0c;
  font-style: italic;
}
.active-contact {
  border: 2px solid #92278f;
  font-style: italic;
}



.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.privacy-policy {
    padding: 30px 80px 40px 80px;
    text-align: justify;
}
.heading-privacy-policy{
    text-align: center;
    color: #902c8c;
}
.course-content{
    text-align: center;
    padding: 15px 40px 15px 40px;
}
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
