html{
	scroll-behavior: smooth;.first-sliver-pricing-wrp, .first-gold-pricing-wrp, .first-platinum-pricing-wrp
}
#header {
    position: relative;
    z-index: 999;
}
.header_top {
    background-color: #03a84e;
}
.header_top:after {
    display: table;
    clear: both
}
.header_top .header_left span {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    line-height: 36px
}
.header_top .header_left span i {
    font-size: 11px;
    margin-right: 5px
}
.header_top .header_right {
    font-size: 0
}
.header_top .header_right .login-register {
    text-transform: uppercase
}
.header_top .header_right .login-register a {
    font-size: 12px;
    line-height: 36px;
    color: #acacac;
    display: inline-block;
    padding: 0 10px
}
.header_top .header_right .login-register a.active,
.header_top .header_right .login-register a:hover {
    background-color: #fff;
    color: #333
}
.header_top .header_right .dropdown {
    font-size: 12px;
    position: relative;
    display: inline-block
}
.header_top .header_right .dropdown span {
    color: #acacac;
    line-height: 36px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}
.padding-zeross{
    padding:0px;
}
/*section.banner-wrps-main {
    background: #80808038;
}*/
.header_top .header_right .dropdown span:after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 5px
}
.header_top .header_right .dropdown ul {
    line-height: none;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    min-width: 115px;
    right: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}
.header_top .header_right .dropdown ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 5px 20px
}
.header_top .header_right .dropdown ul li a:hover,
.header_top .header_right .dropdown ul li.active a {
    background-color: #306b78;
    color: #fff
}
.header_top .header_right .dropdown:hover span {
    background-color: #fff;
    color: #333
}
.header_top .header_right .dropdown:hover ul {
    visibility: visible;
    opacity: 1
}
.header_content {
	background-color: #f6f3ee;
    border-top: 1px solid #d8d8d8;
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    text-align: center;
    font-size: 0;
    z-index: 999
}
.header_content .menu>li.book_now {
    margin-top: 12px;
}
.header_content .menu>li.book_now>a {
    padding: 10px 16px;
}
.header_content .container {
    position: relative
}
.header_content .header_menu {
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px
}
.header_content .menu {
    list-style: none;
    margin: 0;
    padding: 0
}
.header_content .menu>li {
    float: left;
    position: relative;
}
.header_content .menu>li>a {
	display: block;
    padding: 0 17px;
    line-height: 44px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.header_content .menu>li>a.current{
	background-color: #fbac1b;
}
.header_content .menu>li:hover >a{
	background-color: #fbac1b;
	border-radius:0px;
	text-decoration:none;
}
.header_content .menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.header_content .menu>li>.sub-menu {
    left: 0;
    right: 0;
    margin: auto
}
.header_content .menu>li .sub-menu {
    width: 180px;
    position: absolute;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #f1f1f1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.header_content .menu>li .sub-menu li a,
.menu-bars {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.header_content .menu>li .sub-menu li {
    float: none;
    position: relative
}
.header_content .menu>li .sub-menu li a {
    display: block;
    padding: 7px 20px;
    color: #232323;
    font-size: 14px
}
.header_content .menu>li .sub-menu li a span {
    float: right;
    position: relative;
    top: 2px
}
.header_content .menu>li .sub-menu li.current-menu-item>a,
.header_content .menu>li .sub-menu li:hover>a {
    background-color: #3a598b;
    color: #fff
}

.header_content .menu>li.active>a{
	background-color: #fbac1b;
	border-radius: 0px;
}
.header_content .menu>li .sub-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.header_content .menu>li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    padding: 0
}
.header_logo {
    line-height: 84px;
    text-align: center;
	padding:5px 0px;
}
.header_logo img {
    max-height: 130px;
}
.menu-bars {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 60px;
    height: 50px;
	display:none;
	position:relative;
}
.menu-bars span,
.menu-bars span:after,
.menu-bars span:before {
    height: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    position: absolute
}
.menu-bars span {
	width: 35px;
    margin: 25px auto 0px;
    display: inline-block;
	left: 0px;
    right: 0px;
}
.menu-bars span:after,
.menu-bars span:before {
    content: '';
    width: 100%;
	left:0px
}
.menu-bars span:after {
    top: -8px
}
.menu-bars span:before {
    bottom: -8px
}
.menu-bars.active span:after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.menu-bars.active span {
    background-color: transparent
}
.menu-bars.active span:after {
    background-color: #e7c130;
	top:0px;
}
.menu-bars.active span:before {
    background-color: #e7c130;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	bottom:0px;
}
.header_mobile,
.header_mobile .header_menu {
    z-index: 999;
    background-color: rgba(21, 87, 101, .85);
}
.header_mobile {
    left: 0;
    right: 0;
    position: absolute
}
.header_mobile .container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}
.header_mobile .header_logo {
    display: inline-block;
    line-height: 1
}
.header_mobile .menu-bars {
    display: block
}

.header_mobile .header_menu {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 270px;
    overflow-y: auto;
    -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -o-transition: right .5s cubic-bezier(0, .67, .35, .94)
}

.header_mobile .header_menu.active {
    right: 0
}

.header_mobile .header_menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.header_mobile .header_menu ul li a {
    display: block;
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.header_mobile .header_menu ul li a span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.header_mobile .header_menu ul li a span:before {
    content: '\f0d7';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.accomd-modations-room .img:after,
.accomd-modations-room_1 .img:after,
.accomd-modations:before,
.check-availability:before {
    content: '';
    bottom: 0
}

.banner-slider .slider-item .slider-text,
.event-item .text .text-cn {
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

.header_mobile .header_menu ul li a:hover,
.header_mobile .header_menu ul li.current-menu-item>a {
    background-color: #fff;
    color: #232323
}

.header_mobile .header_menu ul li .sub-menu {
    background-color: rgba(52, 74, 113, .85);
    display: none
}

.header_mobile .header_menu ul li>.sub-menu>li>a {
    padding-left: 35px
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 55px
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 75px
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>.sub-menu>li>a {
    padding-left: 100px
}

.header-wdth-managers {
    width: 60%;
    float: left;
}
.manage-widths-widths-pors {
    width: 38%;
    float: right;
}
.h1, .h5, .heading, h1, h5 {
    font-weight: 700;
}
.submenu a:hover{
	text-decoration:none;
}
.header-content h1{
    font-size: 52px;
    text-transform: uppercase;
    color: #f60400;
    margin: 0px;
    line-height: 50px;
    padding: 0px 0 7px;
    text-align: center;
    font-family: 'auto';
}
.header-content h2{
   font-size: 24px;
    text-transform: uppercase;
    color: #fd0100;
    margin: 0px;
    padding: 4px 0 13px;
    text-align: center;
    line-height: 0px;
    font-family: 'cursive';
    font-weight: 600;
}
h2.first-manage-text-cbert {
    margin-top: 48px;
}
h2.manage-sections-title-hindi {
	line-height: 50px;
	word-spacing: 1px;
	letter-spacing: 0.3px;
	font-size: 34px;
}
.header_top .header_left a{
	color:#fff;
}
.header-content {
    margin-top: 20px;
}
.image-width-e-learning a:hover{
	text-decoration:none;
}
.image-width-e-learning {
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.hindi-text-side{
    color: #000;
    font-weight: 600;
	display:block;
}
.image-width-e-learning span.online-offline-access {
    color: #000;
    font-size: 14px;
	font-weight:500;
}
.english-text-side{
    color: #000;
	display:block;
    font-weight: 600;
}
.image-width-e-learning img {
    width: 100%;
	
}
.totalno {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: -40px 0 14px 0;
}
.totalno {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: -40px 0 14px 0;
}
.header-content p{
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    line-height: 17px;
    margin: 0px;
    padding: 5px 0 0;
    text-align: center;
}
.submenu{
    display: none;
    background-color: #fbac1b;
    width: 250px;
    position: absolute;
    left: 0;
    padding: 0px;
    z-index: 9999;   
}

.submenu li{
	margin: auto;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    list-style: none;
}
.submenu li a {
    display: block;
    font-size: .95em;
    text-shadow: none;
    -webkit-transition: .1s linear all;
    transition: .1s linear all;
    line-height: 16px;
    padding: 12px 19px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
	text-transform:capitalize;
}
.submenu li.active a,
.submenu li a.current{
	background: #052963;
	color: #fff;
}
.page-head {
    width: 100%;
    margin: 30px 0 20px;
}
div#breadcrumb {
    width: 100%;
}
div#breadcrumb ul.breadcrumbs {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
div#breadcrumb ul.breadcrumbs li {
    display: inline-block;
    list-style: none;
}
div#breadcrumb ul.breadcrumbs li a {
	text-decoration:none;
    display: inline-block;
    padding-right: 6px;
    font-size: 14px;
    color: #d80808;
}
div#breadcrumb ul.breadcrumbs li a:hover{
	text-decoration:none;
}
div#breadcrumb ul.breadcrumbs li i {
    padding-right: 6px;
    font-size: 14px;
}
.dropdown-cat:hover .submenu{
    display: block;
}
section.section-welcome-home {
    padding: 60px 0px 40px;
	position:relative;
}
.awe-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(17, 105, 175);
    z-index: 0;
}
.accomd-modations:before {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
	right: 64%;
	width: 100%;
}
.accomd-modations-room {
    margin-top: 20px;
}
.accomd-modations-room img {
    width: 100%;
}
section.section-pages-bg-with-mange {
    margin: 0px 0px;
    padding: 15px 0px;
}
.manage-title-disc-pages {
    background: #fff;
    padding: 35px 0px;
}
.manage-title-disc-pages ul {
    padding-left: 0;
    list-style: none;
}
.manage-wrp-bg-all-this {
    margin: 0px 0px;
    padding: 15px 0px;
}
.bg-white-padding-pgs {
    background: #fff;
}
.manage-title-disc-pages p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 26px;
    margin-bottom: 30px;
}
.manage-title-disc-pages ul li{
	margin-bottom:10px;
}
.manage-title-disc-pages h4{
	margin-bottom: 20px;
	color: #981f4d;
	font-size: 22px;
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 30px;
}
.manage-title-disc-pages img{
	width:100%;
}
.manage-title-disc-pages h3 {
    color: #981f4d;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.home-section-part-one{
	padding:30px 0px 60px;
}
.manage-wrp-cbert,
.manage-wrp-cbert-latest-news {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: rgba(93, 74, 74, 0.37);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.manage-wrp-cbert h2 {
    background-color: #8CD6EF;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 24px;
	margin-bottom:0px;
}
.manage-wrp-cbert-latest-news h2 {
    background-color: #e83434;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 24px;
	margin-bottom:0px;
}
ul.notice-wrp-manage {
    padding: 15px;
    margin: 0px;
    list-style: none;
}
ul.notice-wrp-manage li {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

ul.notice-wrp-manage li a{
    padding: 4px 4px;
    margin: 0px;
    font-size: 13px;
	font-weight:500;
    color: red;
}
.img-about-sectionss img {
    width: 100%;
}
a.btn-about-more-det-home {
    border: 2px solid #000;
    display: inline-block;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    min-width: 110px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.section-home-about {
    padding: 30px 0px 20px;
}
.text-manage-wrappers-kd h3 {
    color: #000000;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}
ul.text-wrp-listed-pros{
	padding:0px;
    padding-left: 15px;
}
ul.text-wrp-listed-pros li {
    list-style: none;
    padding-left:15px;
	position:relative;
	line-height: 20px;
    margin-bottom: 15px;
}
ul.text-wrp-listed-pros li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}



section.section-about-home-page {
    padding: 0px 0px 40px;
}
section.section-about-home-page h2.heading {
    font-size: 34px;
    text-transform: uppercase;
    color: #333;
    margin-top: 20px;
}
section.section-about-home-page  span{
	font-size: 26px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
section.about-page-section-disc {
    padding: 20px 0px;
}
section.about-page-section-disc h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
}
section.about-page-section-disc p {
    line-height: 26px;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.3px;
}
.skill-wrp-about-page ul li {
    line-height: 26px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
span.this-for-activity {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}
.manage-title-disc-pages div#fundamental-education-programme h4 {
    color: #981f4d;
	font-size: 22px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 30px;
}
.manage-spacing-liskeshd{
	padding-top:50px;
}
.manage-spacing-liskeshd ul li {
    font-size: 16px;
    color: #981f4d;
    font-weight: 600;
}
.why-fundamental-education-programme {
	padding-top: 30px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.manage-title-disc-pages ul li a i {
    color: #111;
}
.manage-title-disc-pages ul li a {
    color: #333;
}
ul.link-in-bottom-pso li a {
    font-size: 20px;
    font-weight: 600;
    color: #981f4d;
}
ul.link-in-bottom-pso li a:hover {
	text-decoration:underline;
}
ul.link-in-bottom-pso {
    margin-top: 20px;
}
.why-fundamental-education-programme .spacing-manage-pporyshdt{
	margin-bottom:10px;
}
.why-fundamental-education-programme h3 {
    margin-bottom: 10px;
}
.skill-wrp-about-page {
    padding-top: 0px;
}
.skill-wrp-about-page ul {
    padding: 0;
    margin: 0px;
    list-style: none;
}
.skill-wrp-about-page ul li {
	padding-left:10px
}
.skill-wrp-about-page h4{
	font-size: 26px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}


footer.footer {
	position:relative;
    background: #dc3c2ec2;
}

footer.footer:after {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(../images/line-footer.png);
    top: 0;
    background-size: 100%;
}
.footer-links-manager-address p {
    line-height: 1.7em;
    letter-spacing: .02em;
    font-size: 15px;
    color: #fff;
}
a.footer-read-button {
    display: inline-block;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    min-width: 110px;
    border: 2px solid #000;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.manage-image-lear-all-imagesss img {
    width: 100%;
}
.footer-links-manager-address h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
.footer-links-manager-address ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #fff;
}
.footer-links-manager-address ul li a {
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.footer-links-manager-address ul li span {
    font-weight: 700;
    letter-spacing: -3px;
    margin-right: 10px;
    display: inline-block;
}
.footer-links-manager-address ul li a:hover{
	text-decoration:none;
}
.footer-links-manager-address ul li a i {
    margin-right: 4px;
    display: inline-block;
}

.footer-under-manager {
    background: #e46a60;
    padding-top: 70px;
    padding-bottom: 10px;
}
.footer-menu{
	display:inline-block;
	vertical-align: middle;
    text-align: center;
    font-size: 14px;
	width:100%;
}
.footer-menu ul {
	list-style: none;
    display: inherit;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
	float: left;
	position: relative;
	margin-top: 4px;
	list-style:none;
	margin-bottom: 2px;
}
.footer-menu ul li a {
	display: block;
    padding: 2px 11px;
    line-height: 16px;
    color: #f7f7f7;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.footer-menu ul li a:hover{
	text-decoration:none;
}


.banner-about-wrps img{
	width:100%;
}

.home-border-wrp-mngss {
    padding: 20px 0px 30px 0px;
}
/*.no-gutters.justify-content-center .home-border-wrp-mngss:nth-child(1),
.no-gutters.justify-content-center .home-border-wrp-mngss:nth-child(2),
.no-gutters.justify-content-center .home-border-wrp-mngss:nth-child(3){
    border-bottom: 1px solid #d9e8f4;
}*/
.col-sm-4.col-12.brd-right {
    border-right: 1px solid #d9e8f4;
	padding: 0px;
}
.col-sm-4.col-12.bordr-lefts {
	padding: 0px;
}
/*.manage-wrps-first-last-items {
    min-height: 274px;
}*/
.manage-wrps-first-last-items {
    padding: 0px 25px;
}
.manage-wrps-first-last-items h4 {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 20px 0;
    color: #007bff!important;
}
.manage-wrps-first-last-items p {
    color: #444;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.wrp-img-home-1 {
    margin-bottom: 15px;
}
.bg-controller-wrps-home-pink{
	background:#FDEDEC;
}
.manage-title-wrps h2{
	font-size: 30px;
	font-weight: 600;
	line-height: 28px;
    padding-top: 30px;
    color: #5c768d;
    text-align: center;
}
.accomd-modations-header p {
    font-family: Arial,sans-serif;
    color: rgb(84,89,95);
    font-weight: 500;
    font-size: 18px;
}
.accomd-modations-header p b {
    font-size: 20px;
}
section.section-about-home-page span{
    font-family: Arial,sans-serif;
    color: rgb(84,89,95);
}
.about-kids-home {
    margin-bottom: -100px;
    background: #fdedec;
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
}
.childern-box {
    position: relative;
    margin-top: 60px;
}

.childern-box img{
	width:100%;
}
.childern-box .childern-1 {
    position: absolute;
    top: 0;
    animation: jump .5s linear alternate infinite;
    width: 100%;
}
.childern-box .childern-2 {
    animation: jump1 .5s linear alternate infinite;
    position: relative;
}

@keyframes jump {
	0% {
		top:-10px;
	}
	30% {
		top:-30px;
	}
	100% {
		top:-50px;
	}
}
@keyframes jump1 {
	0% {
		top:-50px;
	}
	30% {
		top:-30px;
	}
	100% {
		top:-10px;
	}
}
@-webkit-keyframes jump {
	0% {
		top:-10px;
	}
	30% {
		top:-30px;
	}
	100% {
		top:-50px;
	}
}
@-webkit-keyframes jump1 {
	0% {
		top:-50px;
	}
	30% {
		top:-30px;
	}
	100% {
		top:-10px;
	}
}



body.login-wrps-pg {
    margin: 0;
    padding: 0;
    background: #e4f5fc;
    background-image: url(../images/banners-wrapper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header-login-wrappers a img {
    width: 120px;
}
.header-login-wrappers a {
    text-align: center;
    display: block;
}
.signup-box-wrp {
    top: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

element.style {
}
.header-login-wrappers h4 {
    color: #2d0897;
    padding: 9px;
    text-transform: uppercase;
    font-size: 18px;
    width: 95%;
    margin: 2px auto;
	font-weight:500;
	text-align:center;
}
.wrp-main-bg-mng {
    background: rgba(255, 255, 255, 0.68) none repeat scroll 0 0;
    border-radius: 2px;
    max-width: 100%;
    padding: 30px;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.header-login-wrappers .panel h2 {
    color: #ff914e;
    font-size: 20px;
    margin: 0 0 4px 0;
    font-family: 'Fahkwang', sans-serif;
    font-weight: 600;
}
.header-login-wrappers .panel h1 {
	font-size: 30px;
	letter-spacing: 9px;
	color: #2d0897;
	background: #f0f5f900;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-login-wrappers .panel{
	text-align:center;
}
.wrp-main-bg-mng .form-group input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.button-wrp-login-signup button {
    background: #2d0897 none repeat scroll 0 0;
    border-color: #2d0896;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
	font-weight:500;
}
.forgot a {
    color: #777777;
    font-size: 14px;
}
span.reg_now {
    float: right;
    font-style: italic;
    font-weight: 400;
}
.forgot p{
	margin-bottom:6px;
}
.manage-wrp-ebooks{
	text-align:center;
	margin-bottom:20px;
}
.manage-wrp-ebooks img {
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,.2);
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,.2);
	width:100%;
}
.manage-wrp-ebooks h3 {
    display: inline-block;
    zoom: 1;
    text-align: center;
    min-height: 20px;
    width: 100%;
    vertical-align: middle;
    font-size: 15px;
    font-family: Arial;
    color: #333;
    margin-top: 14px;
}
section.wrp-books-publish {
    background: #fdedec;
    padding: 40px 0px 50px;
}
.manage-wrp-ebooks a {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 7px 11px 7px 5px;
    background: #FF8C00;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    -moz-transition: background 0.15s ease, color 0.15s ease;
    -ms-transition: background 0.15s ease, color 0.15s ease;
    -o-transition: background 0.15s ease, color 0.15s ease;
    border: 1px solid #fdedec;
    box-shadow: 2px 1px 5px #cccccc6b;
    border-radius: 3px;
    font-size: 13px;
    font-family: Arial,Sans-Serif,Helvetica,Verdana;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right;
}
.title-cbert-ebooks{
	text-align:center;
	width:100%;
}
.title-cbert-ebooks h2 {
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: Black;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
div#demo .carousel-caption {
	width: 47%;
    position: absolute;
    left: inherit;
    right: 10%;
    top: 15%;
}
div#demo .carousel-caption h3 {
    color: #2fc5fa;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
	letter-spacing:0.3px;
    text-transform: uppercase;
}
div#demo .carousel-caption p {
    font-weight: 500;
    font-size: 18px;
	text-align:left;
}
.cbert-news-alls h2 {
    padding: 7px 15px 8px;
    text-shadow: 0 1px 0 #2e2e2e;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    background: #CB481E;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    border-left: 6px solid #8F3315;
    margin-bottom: 0px;
}
.listeing-news-all {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.listeing-news-all marquee {
    margin-top: 20px;
}
ul.listing-new-alls-wrps {
    margin: 0px;
    margin-left: 10px;
    padding-left: 10px;
}
ul.listing-new-alls-wrps li {
    list-style: none;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}
.cbert-news-alls {
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: 0px 0px 4px #ccc;
}
ul.listing-new-alls-wrps li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    padding: 0px;
    color: #963111;
    outline: 0;
    font-size: 14px;
}
ul.listing-new-alls-wrps li a:hover{
	text-decoration:underline;
}
section.home-manage-slider-with-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-login-home-wrp {
    padding: 20px 15px;
}
.row-form-fields {
    width: 100%;
    margin-bottom: 20px;
}
.row-form-fields label {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.row-form-fields input {
    width: 100%;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button.manage-wrp-buttons {
    border: 0px;
    background: #0D569E;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.per-images-wrp img {
    width: 100%;
}