@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('../fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url('../fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altthin';
    src: url('../fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_alt_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novathin';
    src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{font-family: 'Montserrat', sans-serif ; color:#000; font-size:16px;}
header.shrink {width:100%; left:0px; top:0px; position: fixed;background: #fff;-webkit-animation: smoothScroll 1s forwards; animation: smoothScroll 1s forwards;padding: 10px 0px; z-index:99;}
@-webkit-keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.landing-page{overflow:hidden; background:#fff;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6, .title, a{color:#000; font-family: 'Montserrat', sans-serif !important; }
header{padding:15px 0px; /*box-shadow:0px 0px 10px rgba(100, 100, 100, 0.5);*/ box-shadow:none; background:#fff; z-index:2; position:relative;}


/** Header start **/

/*online page*/

.partenr-img img{
    width: 20%!important;
}

/** Header **/

.mainHeader { width:100%; margin:0 auto;}
.logo { float:left; }
.primaryMenu ul { margin:0; padding:0;}
.primaryMenu ul li { list-style:none; display:inline-block;}
.primaryMenu ul li a { color:#747474; font-size:14px; padding:5px 10px;}
.customHomepage { margin-top:-8px;}

.headerTop { margin: 5px 0 0 0; padding: 0; display: flex; 
justify-content: flex-end; align-items: center; 
}
.headerTop ul {
    margin-top: 0px;
    padding: 0;
    margin-right: 15px;
}
.headerTop ul li { display:inline-block;}
.headerTop ul li a { color:#0f0e0d; font-size:15px;}
.headerTop ul li { padding:0px 10px;}
.headerPhone { margin:0; padding:0;}
.headerLanguage li { padding: 5px 2px 0px 2px !important; 
color: #fff; font-size: 15px; }
.headerLanguage li a { padding-top: 10px; display: block; }


/*** Menu ***/

#mainHeader {
	width: 100%;
	position: relative;
	z-index: 9;
	display: inline-block;
	background:#fff;
	padding:5px;
}
.mainMenu { float:right; }

.mainMenu ul { margin:0; paddding:0;}

#mainHeader #mainMenu > ul > li {
list-style:none; display:inline-block
}

#mainHeader #mainMenu ul li a {
	position: relative;
}
#mainHeader #mainMenu > ul > li > a {
	display: block;
	text-transform:uppercase;
	color:#0f0e0d; 
	font-size:16px; 
	padding:10px 12px;
	font-weight:700; 
	text-decoration:none;
}
#mainHeader #mainMenu > ul > li > a svg { display:none;}

#mainHeader #mainMenu > ul > li > a.active {
	color: #c5010b;
}

#mainHeader #mainMenu ul li a.active:after {
	background-color: #c5010b;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
}
#mainHeader #mainMenu ul li a:hover {
	text-decoration: none;
	color: #ee7754;
}

.dropdown { position: relative; }
.dropdown:after {
	content: '\f107';
	font-family: fontAwesome;
	position: absolute;
	top: 9px;
	right: 1px;
	color:#fff;
}

/** #mainHeader #mainMenu ul li a:hover:after {
	width: 100%;
} **/

.dropdown-item { padding:0 !important;}
.dropdown-item.dropdown:after {
	content: '\f105';
	font-family: fontAwesome;
	position: absolute;
	top: 7px;
	right: 12px;
	color: #fff;
}
.dropdown-item.dropdown:hover:after { color:#959595; }
.dropdown-item:hover .submenu { display:block !important;}

.banners { margin-top:100px; }

@media(min-width:768px){
	.dropdown-item .submenu {
	left:100%; display:none !important;
	top:0;
}
}

@media(max-width:767px) {
	
.dropdown.active:after {
	content: '\f106';
	font-family: fontAwesome;
	position: absolute;
	top: 8px;
	right: 20px;
}

svg.icon-angle-down { display:none !important}
#mainHeader { position:relative; top:0; background:#fff;}	
#mainHeader #mainMenu {
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 50px;
	padding: 0;
	width: 100%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	margin: 0;
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height 0.2s ease-in-out;
	-moz-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
	margin-top:25px;
}
#mainHeader #mainMenu.active {
	left: 0;
	padding: 0;
	right: 0;
	max-height: 100vh;
	height:100%;
	bottom:0;
}
#mainHeader #mainMenu > ul > li {
	width: 100%;
	padding: 0px 15px;
	position: relative;
}
#mainHeader #mainMenu > ul > li.parent i.fa {
	background-color: #fff;
	font-size: 25px;
	float: right;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 11px;
	line-height: 20px;
	text-align: center;
	right: 15px;
}
#mainHeader #mainMenu > ul > li.active i.fa-angle-right:before {
	content: "\f107";
}
.submenu {
	display: none;
}
#mainHeader #mainMenu > ul > li.active .submenu {
	display: block;
	padding: 0px 0px 0px 15px;
}
#mainHeader #mainMenu > ul > li.active .submenu li a {
	color: #fff;
	font-size: 14px;
	padding: 5px 0px;
	float: left;
	width: 100%;
	border-bottom: none;
}

#mainHeader #mainMenu > ul > li.active .submenu li a svg { display:none;}

.mobileMenuToggle {
	position: absolute;
	width: 30px;
	height: 40px;
	margin: 10px 5px 5px 0;
	cursor: pointer;
	z-index: 999;
	top:0;
	right:5%;
}
.mobileMenuToggle .bar {
	background-color: #ee7754;
	position: absolute;
	width: 30px;
	height: 2px;
}
.mobileMenuToggle .bar1 {
	top: 8px;
}
.mobileMenuToggle .bar2 {
	top: 16px;
}
.mobileMenuToggle .bar3 {
	top: 24px;
}
.mobileMenuToggle.active .bar2 {
	display: none;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
}
.mobileMenuToggle.active .bar1 {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
}
.mobileMenuToggle .bar1, .mobileMenuToggle .bar3 { 
transition-duration:0.3s; 
-webkit-transition-duration:0.3s; 
}

.mobileMenuToggle.active .bar3 {
	top: 18px;
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	transform: rotate(-44deg);
	transition-duration:0.3s;
}

.dropdown:after {
	right: 20px;
    top: 6px;
    font-size: 23px;
    width: 50px;
    text-align: center;
}
.dropdown:after, .dropdown.active:after { color:#fff;}
.dropdown-item.dropdown:after { display:none;}
.dropdown-item > a {  font-weight: 600;
background: #992f24;
padding-left: 10px !important;
margin-top: 10px; }
#mainHeader ul { padding-top:15px; padding-left:0;}
._hero { padding-top:56px;}
.customHomepage { -webkit-transition: max-height 5s ease-in-out;
	-moz-transition: max-height 5s ease-in-out;
	-o-transition: max-height 5s ease-in-out;
	transition: max-height 5s ease-in-out;}
.customHomepage.active { position:fixed; }
.danoneLogo img { width:85px; }

.banners { margin-top:65px; }

}

@media(min-width:768px) {
.mobileMenuToggle {
	display: none;
}
#mainHeader #mainMenu > ul > li > a {
}
.submenu {
	border-top: solid 1px #ddd;
	background-color: #fff;
	display: none;
	position: absolute;
	left: auto;
	top: 100%;
	width: 300px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	margin:0; padding:0;
}
.submenu li {
	line-height: 30px;
	list-style:none;
}
.submenu li a {
	color: #fff;
	width: 100%;
	float: left;
	line-height: 32px;
	font-size: 16px;
	padding-left:10px;
	padding:4px 0px 4px 10px;
	text-transform: uppercase;
    border-bottom: #272727 solid 1px;
	font-weight:600;
}
#mainHeader #mainMenu ul li ul.submenu li a:hover { 
color:#fff !important; background:#b2802c;}

.submenu li:last-child a {
	border: none;
}
.submenu li:last-child a svg { display:none; }

#mainHeader #mainMenu > ul > li:hover .submenu {
	display: block; background:#000;
}
#mainHeader #mainMenu > ul > li.parent i.fa {
	display: none;
}
}
.mobile-arrow {
	position: absolute;
	top: 5px;
	right: 15px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;

}
.headerMid {
	display: flex;
	justify-content: flex-end;
}
.headerMid ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerMid ul li {
	padding: 0px 5px;
}

@media(min-width:768px) {
#mainHeader #mainMenu > ul > li.dropdown {  }
}

@media(max-width:767px) {
	
#mainHeader #mainMenu > ul > li > a {
	color: #000;
	display: block;
	padding: 10px 0;
	font-size:18px;
}
.headerMid {
	display: none;
}
.headerTopRight {
	float: left;
	width: 100%;
}
.topList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#mainHeader #mainMenu > ul > li > a:focus { color:#fff !important;}

}

@media(min-width:991px) and (max-width:1199px) {

}

#mainHeader #mainMenu > ul > li > a svg { display:none !important;}

.mainHeader.headerFixed { background:#000;}
.mainHeader.headerFixed .logo { width:134px;}
.mainHeader.headerFixed #menu-header-menu { margin:0;}


@media(min-width:768px) and (max-width:990px){
	.logo { height:80px;}
}



/** Header End **/


.banner-section{position:relative; z-index:5; overflow:hidden;}
.banner-content h1{font-size:43px; line-height:60px; font-weight:800; color:#000; text-decoration:underline; letter-spacing:2px; position:relative}
.banner-content h1::before {content: "";width:70px;height:70px;position: absolute;top: -37px;left: -50px;background: url(../images/green-star.png) no-repeat;z-index: 2;background-size: contain;}
.banner-content h3{color:#002782; font-size:22px; line-height:28px; font-weight:800; margin:30px 0px;}
.banner-content p{color:#002782; font-size:18px; font-weight:500;}
.book-demo-btn{display:inline-block; padding:25px 50px; border-radius:50px; background:#1758e6; color:#73e6b0; font-weight:bold; box-shadow:3px 5px 10px rgba(100, 100, 100, 0.5); margin:30px 0px 0px; font-size:20px; text-transform:uppercase;}
.call-btn{display:inline-block; padding:25px 50px; border-radius:50px; background:#1758e6; color:#73e6b0; font-weight:bold; box-shadow:3px 5px 10px rgba(100, 100, 100, 0.5); margin:30px 0px 0px; font-size:20px; text-transform:uppercase;}
.book-demo-btn:hover, .book-demo-btn:focus {background:#73e6b0; color:#1758e6 !important; text-decoration:none;}
.call-btn:hover, .book-demo-btn:focus {background:#73e6b0; color:#1758e6 !important; text-decoration:none;}
.course-section{position:relative; z-index:1; padding:50px 0px 0px; margin-top:0px; overflow:hidden; background:#fff url(../images/blue-pattern.png) no-repeat top 200px  right; background-size:contain; }
.course-section:before{content:''; width:100%; min-height:400px; z-index:-1; position:absolute; left:0px; top:0px; background:#fff4d3; border-radius:200px 0px 0px 200px;}
.course-section:after{width:100%; height:0px!important; position:absolute; left:0px; bottom:0px; top: 0px; content:''; background:#73e6b0; z-index:-1; }
.course-content{padding:20px 0px;}
.course-content h2 {font-weight: 800;color: rgb(0, 0, 0);font-size: 45px;text-decoration: underline;letter-spacing: 2px;line-height: 4rem;margin-bottom: 30px; margin-top: 30px}
.course-content p{font-size:22px; font-weight:bold; color:#002782;	}
.vector-img{position:relative; top:-30px;}
.mini-laptoprow{position:relative;z-index: 6;width: 100%;top: -85px;}
.mini-laptop{position:absolute;z-index: 4;width:40%;height:100%;top: -35%;left: 27%;right:0px;margin:0 auto;}
.mini-laptop:before{content:'';width:153px;height:102px;background:url(../images/minilap-top-left.png) no-repeat top center; background-size:contain; position:absolute;left: -93px;top: -46px;z-index:2;animation-name: bounce-4;
	animation-timing-function: ease; animation-duration: 2s;
        animation-iteration-count: forwards;}
.mini-laptop:after{content:'';width:170px;height:105px;background:url(../images/minilap-top-right.png) no-repeat top center; background-size:contain; position:absolute;left: 213px;top: -50px;z-index:2;animation-name: bounce-4;
	animation-timing-function: ease; animation-duration: 1s; animation-delay:3s;
        animation-iteration-count: forwards;}

.online-coding-class{width:100%; position:relative; margin-top:40px;}
.online-course{opacity:0; transition:all 3s ease-in-out;}
.tab-pane.active .online-course{opacity:1;}
.online-block{width:100%; margin-bottom:20px;margin-top:60px; position:relative;}
.online-head{width:100%; text-align:center; position:relative; background:#1758e6; padding:20px 0px 10px;box-shadow:4px 4px 10px rgba(100, 100, 100, 0.5); border:3px solid transparent}
.online-head h3{color:#73e6b0; margin:0px; font-size:22px; font-weight:bold; letter-spacing:1px;}
.online-head p{color:#FFD860; margin:0px; font-size:16px;}
.icon-no{width:60px; height:60px; margin:0 auto; position:relative; left:0px; right:0px; margin-top:-70px; margin-bottom:10px;color:#fff; font-size:24px; font-weight:bold; z-index:3;}
.icon-no:before{content:'';width:100%;height:100%;z-index: 0;position:absolute;left: 3px;top: -5px;background:url(../images/number-vector.png) no-repeat top right;background-size: contain;}
.icon-no span{display:block; position:relative; background:#73e6b0; width:100%; height:100%; border-radius:100%; display:flex; align-items:center; justify-content:center;}
.online-gread{width:100%; margin:25px 0px; text-align:center; background:#ffe491; padding:15px 0px; box-shadow:4px 5px 10px rgba(100, 100, 100, 0.5);}
.online-gread p{margin-bottom:0px; font-weight:bold; color:#0a39a3; font-size:20px;}
.online-detail-content{position:relative;box-shadow:4px 5px 10px rgba(100, 100, 100, 0.5); background:#fff; margin-top:20px; padding:0px 20px 20px;}
.online-detail-content h3.session-head{position:relative; width:90%; padding:12px 20px; text-align:left; background:#bedbfa; font-weight:600; color:#0043d6; margin:0px 0px 15px; font-size:18px; top:-10px;box-shadow:4px 5px 10px rgba(100, 100, 100, 0.5); margin-left:-20px; text-transform:uppercase}
.online-detail-content p{font-size:14px; margin-bottom:10px; color:#000000; }
.online-detail-content p span{margin-bottom:20px; font-weight:600;}
.achievements-block{margin:10px 0px}
.achievements-block p{text-decoration:underline}
.online-detail-content h4{font-size: 20px;text-decoration: underline;color: #1758e6; font-weight:bold; margin-bottom:15px; }
#tabs-3 .online-detail-content h4{min-height:46px;}
.online-detail-content h5{font-size: 16px;color: #000; font-weight:600; line-height:26px; margin-bottom:5px;}
.blank-strip{width:55%;margin: 25px 0px;background:#ff9475;border-radius:0px 30px 30px 0px;height:50px;margin-left: -40px;position:relative;/* z-index: 1; */ padding-left:13px; line-height:18px; padding-top:7px; display:inline-block;}
.blank-strip p{margin:0px; font-weight:700; color:#ffd75f; text-transform:uppercase;    font-family: 'Montserrat',sans-serif !important; padding-top:0px;}
.blank-strip span{margin:0px; font-weight:normal; color:#ffd75f; text-transform:uppercase;    font-family: 'Montserrat',sans-serif !important; font-size:14px;}
.blank-strip .product-labels.labels-rounded{position:initial; display:inline-block;}
.blank-strip .product-labels.labels-rounded span{background:none; border:none; min-height:auto; font-size:14px;} 
.blank-strip:before{content:'';border-top: 20px solid transparent;border-bottom: 30px solid transparent;border-right: 50px solid #d15734;position: absolute;left: 0px;bottom: -29px;z-index: -2;}
.download-curiculam{display:inline-block; padding-left:15px; width:55%; font-size:13px; }
.download-curiculam a{color:#3F7AF8;}
.short_description{ overflow:hidden; min-height:initial}
.download-curiculam p{margin:0px; color:#0a39a3; font-size:15px; font-weight:500; }
.form-value{width:100%;}
.full-price{display:flex; justify-content:space-between;/* flex-direction: row-reverse;*/}
.full-price del, .full-price ins{flex-basis:48%; text-decoration:none;}
.full-price span.amount, .full-price ins span.amount{ height:50px; border:1px solid #73e6b0; text-align:center; margin-bottom:10px; font-size:24px; color:#0a39a3;display: flex; align-items: center; justify-content: center; width:100%;}
.full-price span.amount { width:auto !important; flex-basis: 48%; }
.special-price, .price{width:100%; height:50px; border:1px solid #73e6b0; text-align:center; margin-bottom:10px; font-size:28px; color:#0a39a3;display: flex; align-items: center; justify-content: center; }
.price, .full-price del span.amount bdi{text-decoration:line-through; color:#9a9a9a;}
.full-price ins span.amount bdi{text-decoration:none !important;}
.price-call{font-weight:600; font-size:14px; color:#222}
p.price-call-value{font-weight:bold; font-size:16px; color:#1758e6; margin-bottom:0px; padding:0px 10px;}
.buy-now-btn, a.ajax_add_to_cart{display:inline-block; margin:5px 0px; border:none; outline:none; background:#73e6b0; color:#0a39a3; text-transform:uppercase; font-weight:bold; font-size:16px; padding:15px 20px; border-radius:30px;    font-family: 'Montserrat',sans-serif !important;}
.buy-now-btn:hover, a.ajax_add_to_cart:hover{background:#0a39a3; color:#73e6b0;}
.no-cost ul {padding:0px; margin:0px;}
.no-cost ul li{font-size:12px; font-weight:500; color:#73e6b0; margin:0px; list-style:disc inside}
.labels-rounded{left:initial; right:5px;}
.gst-note{width:100%; margin-bottom:0px; font-size:14px; font-weight:600; color:#73e6b0; padding-left:16px}
.circle-layer{width:450px; height:450px; border-radius:50%; position:absolute; z-index:-1; right:-20px; top:3%; background:#bddbf9; box-shadow:5px 10px #0939a0;}
.circle-layer:after{width: 90px;height: 90px;content:'';background:url(../images/yellow-vector.png) no-repeat;background-size:contain;position:absolute;bottom: -70%;right:20%;}
.online-bottom-block{padding:10px 0px 0px;}
.online-bottom-content p{margin:0px; font-size:16px; font-weight:600;}
.online-bottom-content p a{font-weight:700;color: #1758e6; text-decoration: underline;}
.online-bottom-content p a:hover{color:#000;}
.coding-flag{position:relative;}
/*.coding-flag:before{content:''; width:150px; height:160px; background:url(../images/Flag-new.png) no-repeat; background-size:contain; position:absolute; left: -120px;top: 11px;z-index: -1;}*/
.blue-leaves{width:250px; height:auto; position:absolute; left:10%;bottom:0px;}
.cloude-vector{width:120px; height:74px; position:absolute; right:17%; top:-24px; background:url(../images/cloud-vector.png) no-repeat ; background-size:contain; z-index:-4;}
.libe-yellowvector{width: 90px;position:absolute;bottom: 55%;left: 10%;}
.building-vector{position:absolute; width:350px; height:400px; right:0px; bottom:32px;  background:url(../images/bulding-vector.png) no-repeat bottom right;background-size:contain; z-index:-2;}
.learning-methodology-section{background:#3f7af8; position:relative; padding:0px 0px 50px; z-index:1;}
.learning-methodology-section:after{content:''; width:100%; height:650px; background:#fff; z-index:-1; position:absolute; left:0px; bottom:0px;border-radius: 300px 300px 0px 0px}
.learning-title{position:relative; background:#fff4d3; position:relative; margin-top:0px; padding:30px 30px;  border-radius:0px 50px 50px 0px; z-index:2;}
.learning-title h2{font-size:40px;font-weight: 800;display:inline-block;position:relative; color:#000;}
.learning-title h2:before{content:''; width:100%; height:4px; background:#000; position:absolute; bottom:-1px; left:0px;}
.learning-title:before{content:''; width:100%; height:100%; position:absolute; left:-100%; background:#fff4d3; top:0px;}
.learning-title:after{content:'';width:150px;height: 88px;background:url(../images/smile-vector.png) no-repeat;background-size:contain;position:absolute;right: -10%;top:20px;clip:rect(0px 0px 90px 0px); -webkit-transition:clip 0.8s ease-in-out; -moz-transition:clip 0.8s ease-in-out; -ms-transition:clip 0.8s ease-in-out; transition:clip 0.8s ease-in-out;}
.learning-title.sec-animation:after{ clip:rect(0px 150px 90px 0px);}
.learning-list-row{margin:20px 0px;overflow: hidden; padding:0px 30px;}
.learning-list-row ul{list-style:none; padding:0px; margin:0px;	text-align:center;}
.learning-list-row ul li{float: left;width:20%;}
.learning-block{padding:40px 0px;}
.learning-img{width:240px; height:180px; margin:0 auto; position:relative; z-index:1; }
.learning-list-row ul li:first-child .learning-img:before{content:''; width:20px; height:20px; background:#fff; border-radius:50%; top:40%; left:7px; position:absolute;}
.learning-list-row ul li:last-child .learning-img:before{content:''; width:20px; height:20px; background:#fff; border-radius:50%; top:40%; right:10px; position:absolute;}

.learning-border-shape{position: absolute; left: 28px; right: 0px; max-width:69%;margin: 0 auto; top: 13%; clip:rect(0px 0px 220px 0px); transition:clip 2.2s ease-in-out;
}
.learning-border-shape.sec-animation{clip:rect(0px 1050px 220px 0px)}
/*
.learning-list-row ul li:nth-child(odd) .learning-img:after{content:'';width:100%;height:100%;border-radius:50%;z-index:-1;position:absolute;left:0px;top: -29px;background:url(../images/ellicpe-top.png) top center no-repeat;}
.learning-list-row ul li:nth-child(even) .learning-img:after{content:'';width: 99%;height:100%;border-radius:50%;z-index:-1;position:absolute;left:0px;bottom: -4px;background: url(../images/ellicpe-bottom.png) bottom left 17px no-repeat;background-size: 86% auto;}*/
.learning-details{min-height:115px; padding:0px 25px; margin-top:20px;}
.learning-details h4{color:#fff; font-size:18px;    font-family: 'proxima_novaregular';}
.learning-details h4::first-letter{font-size:35px; font-weight:800;}
.learning-details h4 span{font-size:29px;font-family:'proxima_novabold'; display:block;}
.learning-list-row .swiper-button-next, .learning-list-row .swiper-button-prev{color:#ffd75f;  opacity:1;}
.learning-list-row .swiper-pagination .swiper-pagination-bullet{background:#fff;}
.learning-list-row .swiper-pagination .swiper-pagination-bullet-active{ background:#ffd75f;}
.online-slider-row{position:relative;}
.online-slider-row:before{content:'';width: 120px;height:100px;background:url(../images/coma-left-img.png) no-repeat;position:absolute;top: -17px;left: 29px;background-size:contain;z-index: 4;}
.online-slider-row:after{content:'';width:220px;height:110px;background:url(../images/vector-slide.png) no-repeat;position:absolute;top: -02px;right:5%;background-size:contain;z-index: 2;-webkit-transition:top 0.8s ease-in-out 4s; -moz-transition:top 0.8s ease-in-out 4s; -ms-transition:top 0.8s ease-in-out 4s; transition:top 0.8s ease-in-out 4s;}
.online-slider-row.sec-animation:after{top:-80px;}
.online-slider-block{margin:30px 0px; background:#bedbfa; border-radius:200px; padding:20px; box-shadow:2px 10px  #0a39a1; position:relative; overflow:hidden; z-index:3; }

.online-content{padding:0px 15px;    font-family: 'Montserrat',sans-serif !important;}
.online-title{padding:50px 0px 20px; margin-bottom:65px; position:relative; z-index:1;}
.online-title:before{content:''; width:250px; height:250px; background:#FFE491; border-radius:50%; position:absolute; left:-10%; top:-36%; z-index:-1;}
.online-title h2{font-size:45px; font-weight:800; color:#000; text-decoration:underline;}
.online-content p{font-size:20px; font-weight:500; color:#000;    font-family: 'Montserrat',sans-serif !important;}
.online-img-slider img{filter: grayscale(100%); -webkit-filter: grayscale(100%);}
.online-content h3{font-size:22px; font-weight:bold; margin-top:20px; color:#000; }
.online-slider-block .swiper-button-next, .online-slider-block .swiper-button-prev{width:50px; height:50px; color:transparent;}
.online-slider-block .swiper-button-next{background:url(../images/right-arrow.png) no-repeat; background-size:contain; right:-10px;}
.online-slider-block .swiper-button-prev{background:url(../images/left-arrow.png) no-repeat; background-size:contain; left:5px;}
.kids-section{padding:30px 0px;overflow:hidden;}
.kids-profile{max-width:70%; margin:0 auto;}
.kids-title{background:#3F7AF8;padding:30px 0px;position:relative;border-radius: 0px 80px 80px 0px;}
.kids-title:before{content:''; background:url(../images/yellow-vector.png) no-repeat left top; background-size:contain; width:100px; height:100px; position:absolute; right:-10%; left:initial; top:-43px; opacity:0; -webkit-transition:opacity 0.4s ease-in-out ; -moz-transition:opacity 0.4s ease-in-out ; -ms-transition:opacity 0.4s ease-in-out ; transition:opacity 0.4s ease-in-out ;}
.kids-title.sec-animation:before{opacity:1;-webkit-animation:rotate-star 20s ease-in-out infinite; animation:rotate-star 20s ease-in-out infinite;}
.kids-title:after{content:''; background:#3F7AF8; width:100%; height:100%; position:absolute; left:-100%; top:0px;}

.kids-title h2{font-weight: 800;font-size:40px;margin:0px;text-decoration:underline;color:#fff;}
.kids-block-slider{margin:60px 0px 0px; position:relative; z-index:1; padding:0px 20px 40px; }
.kids-block-slider:after{content:''; width:300px; height:300px; background:#bedbfa; position:absolute; z-index:-1; right:-20%; bottom:0px; border-radius:50%; animation:bubble-ani 4s ease-in-out infinite;}
.kids-content{padding:15px 0px 15px; background:#fff; position:relative; z-index:1;}
.kids-content-new{padding:15px 20px 15px 60px; background:#fff; position:relative; z-index:1;}
/*.kids-content:after{content:''; width:30px; height:30px; background:#bedbfa; border-radius:50%; position:absolute; z-index:-1; bottom:50px; left:0px; right:0px; margin:0 auto;}*/
.kids-content h4{font-size:24px; font-weight:bold; color:#002782; margin-bottom:30px; }
.kids-content p{font-size:18px;color:#002782; font-weight:500;}
.kids-content-new h4{font-size:28px; font-weight:bold; color:#002782; margin-bottom:30px; }
.kids-content-new p{font-size:22px;color:#002782; font-weight:500;}
.kids-video-frame{width:100%; border:2px solid #73e6b0; box-shadow:4px 5px 10px rgba(100, 100, 100, 0.8);  position:relative; }
.kids-video-frame video{width:100%; height:400px;}
.kids-video-frame h3{padding:0px 15px; font-size:24px; font-weight:700; color:#002782; margin:0px}
.kids-video-frame p{padding:0px 15px; font-size:18px; font-weight:700}
.kids-frame-block{width:100%;  background:#000; border:10px solid #fff;    position:relative; }
.kids-bottom{margin-top:0px; position:relative;}
.kids-block-slider .swiper2{max-height:570px; max-width:1000px; margin:0 auto;}
.kids-block-slider .swiper-button-next.swiper-button-disabled, .kids-block-slider .swiper-button-prev.swiper-button-disabled{opacity:0;}
.kids-block-slider .swiper-button-next:after , .kids-block-slider .swiper-button-prev:after{display:none; }
.kids-block-slider .swiper-button-next , .kids-block-slider .swiper-button-prev{width:50px; height:50px; top:40%;}
.kids-block-slider .swiper-button-next{background:url(../images/green-right-arrow.png) no-repeat; background-size:contain;}
.kids-block-slider .swiper-button-prev{background:url(../images/green-left-arrow.png) no-repeat; background-size:contain;}
.kids-block-slider .swiper-pagination{text-align:center; padding-right:0%; bottom:-5%; width:100%; left:0px;}
.kids-block-slider  .swiper-pagination-bullet{width:20px; height:20px; margin:0px 5px;}
.kids-block-slider .swiper-pagination-bullet-active{background:#bedbfa;}
.online-coding-class  .nav-tabs{justify-content:space-between; border:none;}
.online-coding-class .nav-tabs .nav-item{width:25%;}
.online-coding-class .nav-tabs .nav-item1{width:33%;}
.owl-carousel.nav-tabs .nav-item{width: 98%;}
.online-coding-class .tab-content>.tab-pane{    opacity: 1;
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.6s;
    animation-duration:0.6s;}
@-webkit-keyframes a{
	0%{opacity:1}
	20%{opacity:0}
	40%{opacity:0}
	60%{opacity:0}
	80%{opacity:0}
	100%{opacity:1}
	
}
@keyframes a{
	0%{opacity:1}
	20%{opacity:0}
	40%{opacity:0}
	60%{opacity:0}
	80%{opacity:0}
	100%{opacity:1}
	
}
.owl-carousel .owl-nav.disabled{display:block;position:absolute;top: 30px;width: 97%;margin: 0 auto;left: 0px;right: 0px;font-size: 39px;}
.owl-prev{left:0px; position:absolute;}
.owl-next{right:0px; left:initial;  position:absolute;}
.owl-dots{display:none;}
.online-coding-class .nav-tabs .nav-link{padding:0px; background:none; border:none; position:relative;}
.online-coding-class .nav-tabs .nav-item.show .nav-link .online-head, .online-coding-class  .nav-tabs .nav-link.active .online-head{ background:#0043d6; border-color:#ffd860}
.online-coding-class .nav-tabs .nav-item.show .nav-link .online-head, .online-coding-class  .nav-tabs .nav-link.active .online-head:after{content:''; position:absolute;  bottom:-15px;   margin:0 auto; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #0043d6; width:30px; left:0px; right:0px; margin:0 auto; }
.online-coding-class .nav-tabs .nav-item.show .nav-link .online-gread, .online-coding-class  .nav-tabs .nav-link.active .online-gread{ background:#ffd860}
.online-coding-class .nav-tabs .nav-item.show .nav-link .online-gread, .online-coding-class  .nav-tabs .nav-link.active .online-gread:after{content:''; position:absolute; bottom:-15px; margin:0 auto; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #73e6b0; }
.about-section{margin:60px 0px 0px; position:relative; z-index:3; }
.what-learn p, .achievements-block p{max-height:45px; overflow:hidden;}
.what-learn.show-div p, .achievements-block.show-div p{max-height:max-content; overflow:hidden;}
.read-moreN{font-weight:600; font-size:15px; color:#ff9475 !important; text-decoration:none !important;}

@media screen and (min-width:992px){
	.about-section{ background:#fff4d3 url(../images/skin-pattern.png) right bottom; background-size:60%;}
}
.about-section:after{content:'';position:absolute;left:0px;bottom:0px;width:97.7%;height:100%;z-index:-1;background:#fff; box-shadow:4px 4px 10px rgba(100, 100, 100, 0.5);border-radius:0px 300px 300px 0px;text-align: center;}
/*.about-section:before{content:'';background:url(../images/green-left-arrow.png) no-repeat;background-size:contain; font-family:FontAwesome;position:absolute;font-size: 5rem;color:#73e6b0;bottom:-34px;left: 30%;right:0px;margin:0px auto;text-align: center;width: 70px;height: 70px;z-index:2;}*/
.about-title{margin:40px 0px 0px; margin-bottom:30px;}
.about-title h2{font-size:40px;font-weight: 800;text-decoration:underline;letter-spacing:2px;color:#000;}
.about-content{padding-bottom:30px;}
.about-content p{color:#1758e6; font-size:17px; font-weight:500;}
.know-more{margin:20px 0px; padding:5px 0px;font-weight:700; color:#1758e6; font-size:20px; display:inline-block; border-radius:40px; text-transform:uppercase;}
.know-more:hover{color:#73e6b0; text-decoration:none;}
.absout-sudhanshu{overflow:hidden;margin-top: 0px;position: relative;top: 0px;right: -53px;}
.rg-advantge-section{position:relative; padding:100px 0px 10px; z-index:2;border-bottom: 80px solid #bdd9f8;}
.rg-advantge-section:before{content:''; width:300px; height:300px; z-index:3; background:#ffda68; border-radius:50%; position:absolute; left:-100px; top:-140px; transition:top 2s ease-in-out 0.4s;}
.rg-advantge-section.sec-animation:before{top:-180px;}
.rg-advantge-section:after{content:'';width: 36.5%;height:0%;background:#fff4d3 url(../images/skin-pattern.png) no-repeat right top; background-size:contain;position:absolute;right: 00%;top:0px;transition:height 3s ease-in-out 0.4s; z-index:-1;}
.rg-advantge-section.sec-animation:after{height:100%;}
.rg-title{margin-bottom:40px;}
.rg-title h2{font-size:45px; font-weight:800; color:#231f20; margin-bottom:30px; position:relative; display:inline-block;}
.rg-title h2:after{content:''; width:100%; height:3px; background:#000; position:absolute; bottom:-2px; left:0px;}
.rg-title p{color:#002782; font-size:22px; font-weight:bold;}
.advantage-slider-block{margin:50px 0px 0px; position:relative}
.advantge-block{position:relative; padding:0px 5px;}
/*.advantge-block:after{content:'\f054';font-family:FontAwesome;color:#83e9b9;font-size: 3rem;position:absolute;right: 5%;top: 27%;z-index: 9;}*/
.advantge-detail{padding:20px 0px; }
.advantge-detail h3{color:#1758e6; font-size:16px; font-weight:600; margin-bottom:10px;}
.advantge-detail p{font-size:13px; font-weight:500; line-height:24px;}
.advantage-bottom{margin:30px 0px; position:relative;z-index:1;}
.advantage-bottom h4{margin:0px; font-size:30px; font-weight:bold; color:#1758e6; position:relative;}
.advantage-bottom h4:after{content:''; width:300px; height:100px; background:url(../images/smile-vector.png) no-repeat; position:absolute; bottom:-100px; right:-130px;}
.advantage-slider-block .swiper-button-next:after, .advantage-slider-block .swiper-button-prev:after{display:none; }
.advantage-slider-block .swiper-button-next, .advantage-slider-block .swiper-button-prev{font-size:40px; color:transparent; width:30px; height:60px; top:20%}
.advantage-slider-block .swiper-button-next{background:url(../images/right-arrow.png) no-repeat; background-size:contain;}
.advantage-slider-block .swiper-button-prev{background:url(../images/left-arrow.png) no-repeat; background-size:contain;}
.advantage-slider-block  .swiper3 {padding:0px 20px;}
.video-teacher-section{padding:0px 0px 0px; margin-top:10px; position:relative; top:50px;}
.video-teacher-section:before{content:''; width:50px; height:50px; position:absolute; left:-50px; top:0px; background:url(../images/yellow-vector.png) no-repeat; background-size:contain;}
.video-teacher-section:after{content:''; width:115px; height:80px; position:absolute; right:-17%; bottom:40px; background:url(../images/line-wave.png) no-repeat; background-size:contain; transform:rotate(-124deg);}
.video-teacher-frame{width:100%; position:relative;}
.video-overley{width:95%; height:100%; position:absolute; left:0px; right:0px; margin:0 auto; top:16px;}
.video-frame{padding:20px; background:#000; width:100%; height:100%; min-height:480px; display:flex;}

.teachers-name{position:absolute; left:0px; bottom:40px; background:#007aff61; padding:20px;}
.teachers-name h3{color:#73E6B0; font-size:24px; font-weight:800;}
.teachers-name p{color:#73E6B0; font-size:18px; font-weight:800; margin:0px;}
.teacher-content p{font-size:22px; color:#1758E6; font-weight:bold;}
.video-overley .swiper-button-next:after, .video-overley .swiper-button-prev:after{display:none;}
.video-overley .swiper-button-next, .video-overley .swiper-button-prev{width:30px; height:30px; }
.video-overley .swiper-button-next{background:url(../images/right-arrow.png) no-repeat; background-size:contain;}
.video-overley .swiper-button-prev{background:url(../images/left-arrow.png) no-repeat; background-size:contain;}
.video-overley .swiper-button-next, .video-overley .swiper-button-prev{font-size:40px;}
/*.assets-section:before{content:''; width:100%; height:80px; background:#bdd9f8; position:absolute; left:0px; top:-80px; }*/
.assets-section{padding:0px 0px; background:url(../images/assets-bg-right.png) no-repeat right 50px bottom 420px; position:relative; z-index:1;}
.assets-section:after{content:''; width:100%; height:24%; background:#fff4d3; left:0px; bottom:0px; position:absolute; z-index:-1;}
.col-assets{width:100%;position:relative;/* left: -20px; */}
.asstes-block-row .row .col-sm-6:nth-child(3) .col-assets{left:-40px;}
.asstes-content{width:100%;float:right;position:absolute;top: 99px;max-width:300px;box-sizing:border-box;padding-left: 87px;}
.asstes-content h3{font-size:20px;color:#73e6b0;font-weight: bold;}
.asstes-content p{font-size: 16px;color:#fff;}
.assetspd-2{padding-left: 130px;}
.assetspd-2{padding-left:125px}
.bg-lemon{background:#fff4d3;}
#more {display: none;}
@media screen and (min-width:992px){
.radius-bottom{border-radius:0px 00px 200px  200px;}
}
.asstes-title{display:flex; align-items:center; justify-content:center; height:100%; padding:0px 20px; position:relative; z-index:1;}
.asstes-title:before{content:'';width: 550px;height: 550px;background:#fff4d3;border-radius:50%;position:absolute;left: -30px;top: 15%;z-index:-1;}
.asstes-title h3{font-weight:800; color:#000; font-size:2.5rem; text-decoration:underline; line-height:4rem; position:relative; left:40px;}
.assets-bottom{margin-top:50px;}
.bono-section{padding:100px 0px 50px;}
.bono-laptop-view{width:100%; position:relative;}
.bono-overley{width:100%;height:100%;position:absolute;left:0px;top:0px;background: url(../images/coding-flag.png) no-repeat bottom 40px right 137px;}
.bono-content{padding:50px 25px;}
.bono-content h3{font-size:40px;font-weight: 800;text-decoration:underline;margin-bottom:20px;color:#000;}
.bono-content p{font-size: 17px;color:#1758e6;font-weight: 500;}
.bono-img{position:relative; top:-30px; left:-40px; z-index:1;}
.bono-img img{max-width:150%;}
/*.bono-img:after{content:'';width: 191px;height:200px;position:absolute;right: -21%;z-index:-1;top: 26%;background:url(../images/bono-hand.png) no-repeat;background-size:contain; animation:hand-hello 4s ease-in-out infinite;}*/
.did-u-know{position:relative; width:235px; height:150px; background:url(../images/small-comment.png) no-repeat center; background-size:cover;position:absolute; left:-150px; top:-80px; display:flex; align-items:center; text-align:left; padding-left:40px;animation-duration: 2s;  animation-iteration-count: forwards; transform-origin: bottom;}
.did-u-know p{font-size:30px; line-height:33px;  color:#1758e6;}
.comment-large{position:absolute; width:295px; height:185px; right:-100px; top:-130px; background:url(../images/comment-bg.png) no-repeat center; box-shadow:border-box; display:flex; align-items:center; padding:0px 50px; text-align:left; padding-left:80px;animation-duration: 3s; animation-iteration-count: forwards;transform-origin: bottom;}
.comment-large strong{display:block; font-weight:bold;}
.comment-large p{font-size:16px; color:#1758e6;}
.flag-wave {width:150px;height:80px;margin:0px auto;position:absolute;left: 7%;right:0px;bottom: 106px;}
.flag-wave:before{content:'';width: 6px;height: 89%;position:absolute;background:#ffd860;left: -3px;top: 7px;transform: rotate(-5deg);}
.flag-element {
    -webkit-animation:oscill 1s ease-in-out infinite alternate; 
    -moz-animation:oscill 1s ease-in-out infinite alternate; 
    -ms-animation:oscill 1s ease-in-out infinite alternate; 
    animation:oscill 1s ease-in-out infinite alternate; 
    background: url(../images/flag-bg.png) no-repeat;
    background-size:120px 100% ;
    position:relative;
    height:100%;
    width:1px;
    display:inline-block;

}
@-webkit-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@-moz-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@-ms-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
.bring-future{background:url(../images/future-left.png) left bottom no-repeat, url(../images/future-right.png) no-repeat right bottom; background-color: #fff4d3; padding:130px 0px; background-size:contain; position:relative; z-index:1;}
.bring-future:before{content:''; width:37.5%; height:60px; position:absolute; left:0px; bottom:0px; background:#73e6af; }
.bring-future:after{content:''; width:40%; height:60px; position:absolute; right:0px; bottom:0px; background:#73e6af; }
.future-block{position:relative; z-index:1;   }
.future-block h4{font-size:40px;font-weight: 800;color:#1758e6;letter-spacing:1px;}
.hand-row{position:relative; z-index:1; }
.hand-row:after{content:'';width: 250px;height: 130px;background:#ffd247;border-radius: 00px 00px 200px 200px;right: -8%;top: 0%;z-index:-1;position:absolute;}
.vector-hand-block{margin-top:-75px; -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px); -webkit-transition:all ease-in-out 0.4s; -moz-transition:all ease-in-out 0.4s; -ms-transition:all ease-in-out 0.4s; transition:all ease-in-out 0.4s;}
.vector-hand-block.sec-animation{ -webkit-transform:translateY(00px); -moz-transform:translateY(00px); -ms-transform:translateY(00px);}
.technology-row{margin-top:20px; padding-bottom:40px; position:relative; z-index:2;}
.technology-block{border-radius:100px; background:#bedbfa; position:relative; min-height:100px; padding:20px 40px; }
.technology-block:before{content:'';width:80px; height: 60px;background:url(../images/coma-left-img.png) no-repeat left top;background-size:contain;position:absolute;left: -20px;top: -6px;}
.technology-slider{padding:10px 15px 0px ; }
.technology-slider p{margin:0px;font-size:22px; font-weight:800; color:#000;}
.technology-slider h3{margin:10px 0px 0px;font-size:20px; font-weight:700; color:#1758e6;}
.partenr-section{padding:50px 0px 20px;}
.partenr-block h3{font-size:30px; font-weight:800; color:#000; margin-bottom:20px; text-decoration:underline;}
.partenr-row{margin:30px 0px 30px;}
footer{background:#23408f; padding:50px 0px; position:relative; min-height:450px; z-index:1; overflow:hidden;}
footer:before{content:''; width:300px; height:300px; border-radius:50%; background:#73e6b0; left:-100px; bottom:-100px; position:absolute; z-index:-1;}
.technology-slider-colum .swiper-button-next.swiper-button-disabled, .technology-slider-colum .swiper-button-prev.swiper-button-disabled{opacity:0;}
.swiper-button-next, .swiper-button-prev{outline:none;}
.advantage-title{padding:25px 0px; background:#73E6B0; border-radius:0px 70px 70px 0px; position:relative; z-index:1; margin-bottom:10px;}
.advantage-title h3{margin:0px; font-size:45px; font-weight:800; text-decoration:underline;color:#000; }
.advantage-title:before{content:''; width:100%; height:100%; position:absolute; left:-100%; top:0px;background:#73E6B0; z-index:-1;}
/*--Faq Section--*/
.faq-section{padding:50px 0px 0px; position:relative;  z-index:1;}
.faq-section:before{content:''; width:100%; height:35%; left:0px; top:0px; background:#fff; position:absolute; z-index:-1;}
.faq-block{background:#FEF1EF; padding:100px; box-shadow:4px 0px 5px rgba(100, 100, 100, 0.5); text-align:center;}
.faq-title h3{text-align:center; margin-bottom:30px; font-size:45px; font-weight:800; position:relative; display:inline-block; color:#000;}
.faq-title h3:before{content:''; width:100%; height:3px; background:#000; position:absolute; bottom:0px; left:0px;}
.faq-block .accordion>.card{background:none; border:none;border-radius:30px !important; margin:15px 0px;}
.faq-block .accordion>.card>.card-header, .faq-block  .card-body{ background:#fff;}
.faq-block .accordion>.card>.card-header h2{color:#1758E6; font-size:18px; font-weight:bold; }

.faq-block .accordion>.card>.card-header h2 .btn-link{color:#05DB79; font-size:18px; font-weight:600; text-align:left;  width:100%; background:none !important; border:none !important}
.faq-block .accordion>.card>.card-header h2 .btn-link.collapsed{color:#1758E6;  font-weight:600; }
.faq-block .accordion>.card>.card-header h2 .btn-link i{float:right;}
.faq-block .accordion>.card>.card-header h2 .btn-link:focus{outline:none; box-shadow:none;}
.faq-block .card-body p{font-size:16px; font-weight:600; text-align:left}
/*--Model Login--*/
.model-login{width:100%;}
.model-login .modal-header{padding:0px; margin-bottom:10px; border:none;}
.model-login .modal-header h4.modal-title{padding:0px;display:inline-block;padding:6px 20px;background:#73e6af;padding:4px 20px;border-radius: 0px 20px 20px 0px;width: 85%;box-shadow: 0px 8px #ffd75f;text-align: center; padding-left:20%}
.model-login .modal-body{border-left:10px solid #73e6af; padding-bottom:0px; position:relative; overflow:hidden;}
.model-login .modal-body:after{content:''; width:120px; height:120px; border-radius:50%; background:#ffe391; position:absolute; right:-50px; bottom:-50px}
.social-login{padding:10px 0px;}
.icon-social{display:inline-block; width:40px; margin-right:20px; float:left; }
.social-login a {display: block;padding: 0px 20px;border:1px solid #ccc;border-radius:20px;margin-top: 20px;text-align:center;color:#000;font-size: 18px;font-weight:400;align-items: center;overflow: hidden;line-height: 58px;}
.social-login a.google-btn:hover{background:#e60202; color:#fff;}
.social-login a.facebook-btn:hover{background:#3F51B5;color:#fff;}
.social-login a:hover{text-decoration:none;}
.email-with-login{text-align:center;padding:0px 0px;}
.border-line{position:relative;padding:5px 20px;z-index:1;font-size:17px; text-transform:uppercase;}
.border-line span{background:#fff; display:inline-block; padding:10px 20px;}
.border-line:before{z-index:-1;content:'';width:100%;height:1px;background:#ccc;position: absolute;left: 0px;top: 30px;}
.email-with-login{margin-bottom:30px;}
.email-with-login h3{margin-bottom:40px;font-size: 22px;font-weight: 600;}
.email-with-login .form-control{border:none; border-bottom:1px solid #ccc; color:#000; font-size:18px;}
.email-with-login .form-control::placeholder{color:#000; font-weight:500;}
.email-with-login .form-control:focus{ outline:none; box-shadow:none;}
.email-with-login .conteniue-btn{font-size:19px; display:inline-block;padding:10px 50px;border-radius:30px;background:#1657e6;outline:none;font-weight:600;text-transform:uppercase;border:none;color:#73e6af;opacity: 0.5;box-shadow: 0px 5px 5px rgba(100, 100, 100, 0.5);}
.human-vector{left:30px;position:relative;max-width: 300px;}
.human-vector:after{content:''; width:182px; height:114px; position:absolute; right:0px; top:0px; background:url(../images/login-comment.png) no-repeat; background-size:contain;}
/*--About Model Design --*/
.model-about .modal-header{padding:0px; border:none;}
.model-about .modal-header .close{margin-top:-25px;background:#000;border-radius:50%;color:#fff;text-shadow:none;width: 40px;height: 40px;line-height: 8px;padding: 0px; z-index:2;}
.model-about .modal-body{padding:70px 80px; border:10px solid #BDD9F8; position:relative; z-index:1; overflow:hidden;}
.model-about .modal-body:before{z-index:-1; content:''; width:114px; height:80px; position:absolute; bottom:0px; left:0px; background:url(../images/line-wave.png) no-repeat; background-size:contain;}
.model-about .modal-body:after{z-index:-1; content:''; width:100px; height:100px;  position:absolute; top:-20px; right:-20px; background:#73E6B0; border-radius:50%; }

.model-about .modal-body p{color:#1758E6; font-size:22px; font-weight:500;}
.model-about .modal-dialog{max-width:800px;}
.showmore .more, .showmore.show .dots {
  display: none
}

.showmore.show .more {
  display: inline
}
.showmore a {color: #1758e6!important;}
.thankyou-section{padding:20px 0px; background-size:auto; }
.bring-circle{width:200px; height:200px; background:#bedbfa; border-radius:50%; position:absolute; left:-6%; top:-10%;}
.thankyou-content {min-height:400px; padding:50px 0px;}
.thankyou-content h1{font-weight:bold; color:#000; position:relative; display:inline-block;}
.thankyou-content h1:before, .thankyou-content h1:after{width:40px; height:40px; content:''; background:url(../images/yellow-vector.png) no-repeat; background-size:contain; position:absolute; top:0px;}
.thankyou-content h1:before{left:-50px;}
.thankyou-content h1:after{right:-50px;}
.thankyou-content p{font-size:18px; font-weight:600; color:#1758e6}
.thankyou-section .future-block{top:-100px;}
.thanku-page .vector-hand-block{margin-top:-180px}
.tab-content .swiper-button-next, .tab-content .swiper-button-prev{width:25px;}
.tab-content .swiper-button-next:after, .tab-content .swiper-button-prev:after{display:none;}
.tab-content .swiper-button-next{right:5px; background:url(../images/right-arrow.png) no-repeat; background-size:contain;}
.tab-content .swiper-button-prev{left:5px; background:url(../images/left-arrow.png) no-repeat; background-size:contain;}
.footer-info{margin-top:40px;}
.footer-info p{margin:0px; color:#fff; font-weight:600; font-size:20px;}
.footer-info p a{display: inline-block; margin:0px 15px 0px; color: #ffd247; font-weight: 600;}
@media screen and (min-width: 1601px) {
	.about-section:after{width:83%;}
	.learning-border-shape{max-width:55%;}
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
	.about-section:after{width:91%;}
	.rg-advantge-section:after{width:43%;}

	
}
@media screen and (max-width:1201px){
	.rg-advantge-section.sec-animation:before{top:-190px;}
	.rg-advantge-section:before{top:-190px;}
	.rg-advantge-section:after{width:40.5%;}
	.rg-advantge-section{border-bottom:50px solid #bdd9f8}
	.vector-hand-block img{max-width:55%;}
	.bring-future{background-size:auto}
	.bring-future:after, .bring-future:before{height:48px;}
	.vector-hand-block{margin-top:-58px;}
	.learning-border-shape{max-width:88%;}
	.thanku-page .vector-hand-block{margin-top:-160px}
}

@media screen and (max-width:1199px) and (min-width:1025px){
	.rg-advantge-section:after{width:30%; right:4%;}
	.book-demo-btn{font-size:18px; padding: 25px 30px;}
	.learning-title h2{font-size:35px;}
	.bono-content{padding:18px; }
	.bono-img{top:55px;left:0px;}
	.bono-img img{max-width:100%;}
	.did-u-know p{font-size:25px;}
	.did-u-know{width:200px; background-size:contain;}
	.online-slider-row:before{width:100px;}
	.technology-block:before{width:60px;}
	.learning-list-row ul li:nth-child(even) .learning-img:after, .learning-list-row ul li:nth-child(odd) .learning-img:after{display:none}
    .blank-strip{width: 70%;}
}
@media screen and (max-width:1024px) and (min-width:993px){
    .blank-strip{width: 70%;}
}
@media screen and (max-width:1024px){
	.banner-content h1{font-size: 33px; line-height: 42px}
	.banner-content h3{font-size:20px;}
	.learning-title h2, .kids-title h2, .about-title h2, .partenr-block h3, .rg-title h2, .bono-content h3, .future-block h4, .advantage-title h3, .faq-title h3 {font-size:35px;}
	.learning-title:after{width:120px; top:3px;}
	.course-content p{font-size:20px;}
	.blank-strip{padding-left:25px; line-height:7px; width:63%;}
	.blank-strip p, .blank-strip span{font-size:10px;}
	.download-curiculam{width:50%;}
	.full-price del span.amount, .full-price ins span.amount{font-size:16px;}
	.book-demo-btn{font-size:18px; padding: 25px 30px;}
	.buy-now-btn, .ajax_add_to_cart{font-size:12px; padding:12px 15px; }
	.no-cost p{font-size:10px}
	.coding-flag{margin-left:30px;}
	.coding-flag::before {width:110px; left:-79px; top:45px;}
	.online-content p, .online-content h3{font-size:18px;}
	.absout-sudhanshu{position:relative; left:2%}
	.kids-content-new h4{font-size:24px; margin-bottom:20px;}
	.kids-content-new p{font-size:20px;}
	.kids-content{padding:60px 50px 150px;}
	.absout-sudhanshu{right:13%;}
	.rg-advantge-section:after{width:35%; }
	.advantge-block:after{right:-2%;}
	.advantage-bottom h4{font-size:25px;}
	.rg-title p{font-size:18px;}
	.video-frame{min-height:400px;}
	.bono-content{padding:18px; position:relative; z-index:2;}
	.bono-img{top:0px;left:0px;}
	.bono-img img{max-width:100%;}
	.did-u-know{width:200px; padding-left:30px; background-size:contain;}
	.did-u-know p{font-size:18px; line-height:30px}
	.comment-large p{font-size:14px;}
	.comment-large{width:240px; background-size:contain; padding-right:0px; padding-left:60px;}
	.bono-overley{background-size:50%}
	.flag-wave{left: 9%; right: 0px; bottom: 85px;z-index: 0;}
	.technology-slider-colum p{font-size:18px;}
	.online-slider-row:before{width:100px;}
	.technology-block:before{width:60px;}
	.course-content h2, .asstes-title h3{font-size:2.2rem;}
	footer{min-height:300px;}
	.learning-block{padding:10px 0px;}
	.learning-list-row ul li:first-child .learning-img:before, .learning-list-row ul li:nth-child(even) .learning-img:after, .learning-list-row ul li:nth-child(odd) .learning-img:after, .learning-list-row ul li:last-child .learning-img:before{display:none}
	.learning-list-row ul li{width:33%;}
	.learning-list-row{margin:0px;}
	.learning-details{height:85px;}
	.bring-future{background-size:35%;    padding-top: 50px;
    padding-bottom: 70px;}
	.bring-future:before{width:39%}
	.bring-future:after{width:41%}
	.faq-block{padding:50px;}
	.asstes-title:before{left: -34px;top: 20%;width: 400px;height: 400px;}
	.asstes-content{top:87px;}
	.assetspd-2 {padding-left: 105px;}
	.learning-border-shape{display:none;}
	.technology-block{min-height:100px}
	.building-vector{height:330px;}
	.blue-leaves{width:220px; left:1%;}
	.libe-yellowvector{width:70px; bottom:50%}
	.kids-block-slider{padding-bottom:30px;}
	.rg-advantge-section:before{width:200px; height:200px;}
	.rg-advantge-section.sec-animation:before{top:-105px;}
	.advantage-slider-block .swiper-button-next, .advantage-slider-block .swiper-button-prev{top:25%;}
	.learning-methodology-section:after{height:600px}

	.thanku-page .vector-hand-block img{max-width:88%;}
    .mini-laptoprow{top: -15px}
    .course-section{margin-top:50px;}
    .robot-vector{width: 100px; height: 100px; right: 7%;top: 13%;}
    .banner-block-img:before{width:40px; height:70px;}
    .banner-block-img .blue-bubble-big{width:35px; height:35px;}
    .no-cost ul li {font-size: 10px;}
    .vector-hand-block{margin-top:-50px;}
    .vector-hand-block img{max-width:70%;}
    .technology-slider h3{font-size:18px;}
    .sticky-toolbar-on{padding-bottom:0px;}
    .short_description{min-height:initial;}
    .cloude-vector{width:90px; right:17%; top:10px;}
}
@media screen and (min-width:1025px){
	.learning-list-row ul{display: flex; display: -webkit-flex; flex-wrap: wrap;  justify-content: center;}
}
@media screen and (max-width:992px){
	.banner-content{padding:30px 0px; text-align:center;}
	.banner-block-img{text-align:center;    border-radius: 0 0 345px 345px !important;}
	.banner-block-img img{width:100%;}
	.robot-vector{right: 4%; top: 18%;}
	.code-vector{right:144px;}
	.mini-laptop{width:40%; left:25%;}
	.course-section{padding-top:100px;}
	.online-head{padding: 25px 0px 25px;}
	.online-head h3{font-size:15px;}
	.online-gread{padding: 15px 0px;}
	.online-gread p{font-size:17px;}
	.online-block{padding:0px 20px;}
	.online-detail-content{padding:0px 10px 10px}
	.special-price, .price{height:35px; font-size:20px;}
	.icon-no{width: 50px; height: 50px; font-size:20px; margin-top:-55px;}
	.blank-strip{width:95%; height:50px; margin-left: -30px;}
	.buy-now-btn{font-size: 14px; padding: 7px 30px;}
	.book-demo-btn {font-size: 22px;padding: 20px 25px;}
	.course-content h2, .asstes-titl{font-size: 2rem; line-height: 2.5rem;}
	.course-content p{font-size:16px;}
	.libe-yellowvector{bottom:-150%; left:-10%;}
	.learning-title h2, .kids-title h2, .about-title h2, .partenr-block h3, .rg-title h2, .bono-content h3, .future-block h4, .advantage-title h3, .faq-title h3, .online-title h2{font-size:28px;}
	.online-content p, .rg-title p{font-size:16px;}
	.online-content h3{font-size:14px;  margin-top:10px;}
	.online-detail-content h4{font-size:16px;}
	.online-detail-content h5{font-size:15px;}
	.online-slider-row:before{width:70px;}
	.blank-strip{width:100%; margin-bottom:10px;}
	.download-curiculam{width:100%; padding-left:0px; margin-top:10px; margin-bottom:10px;}
	.full-price del span.amount, .full-price ins span.amount{font-size:16px; height:30px;}
	.online-content p, .online-content h3{font-size:13px;}
	.about-section:after{display:none;}
	.rg-advantge-section:after { width:38%; right:0%;}
	.advantge-detail h3{font-size:17px;}
	.advantage-bottom h4{font-size:20px;}
	.advantage-bottom h4:after{width: 100px; height:70px; bottom: -100px;right: 30px; background-size: contain;}
	.radius-bottom{border-radius:50px;}
	.asstes-title{padding:10px 30px; border-radius:50px;}
	.course-content h2, .asstes-title h3{font-size:1.8rem; line-height:normal}
	.bono-laptop-view > img{display:none;}
	.bono-overley{position:relative;}
	.assets-section:after{height:43%;}
	.bono-content{ margin-bottom: 100px;}
	.learning-title h2 br, .kids-title h2 br, .about-title h2 br, .partenr-block h3 br, .rg-title h2 br, .bono-content h3 br, .future-block h4 br{display:none;}
	.did-u-know{left: 60px;}
	.comment-large{top:-70px; right:5%;}
	.bono-img{top:0px;left: 0px;max-width:100%;margin: 0 auto;}
	.technology-slider-colum{padding:0px 20px 0px 20px;}
	.technology-slider-colum p{font-size:16px;}
	.col-assets{max-width:295px; margin:0 auto;}
	.asstes-block-row{padding:0px 0px 30px;}
	.asstes-block-row .swiper-pagination-bullet-active{background:#05db79;}
	.asstes-block-row .swiper-button-next:after, .asstes-block-row .swiper-button-prev:after{display:none;}
	.asstes-block-row .swiper-button-next, .asstes-block-row .swiper-button-prev{color:#05db79; width:15px;}
	.asstes-block-row .swiper-button-next{background:url(../images/green-right-arrow.png) no-repeat; background-size:contain;}
	.asstes-block-row .swiper-button-prev{background:url(../images/green-left-arrow.png) no-repeat; background-size:contain;}
	.absout-sudhanshu{right:0px; margin-top:0px;}
	.asstes-title:before{content:'';width: 140px;height: 140px;background:#fff4d3;border-radius:50%;position:absolute;left: 00px;top: 0px;z-index:-1;}
	
	.kids-bottom{margin-top:0px;}
	.kids-content{padding:50px;}
	.kids-block-slider .swiper-pagination{padding:0px; text-align:center; bottom:-10px;}
	.online-bottom-content{padding-top:20px;}
	.online-content p br{display:none;}
	.comment-large p{font-size:15px;}
	.online-slider-block .swiper-button-next, .online-slider-block .swiper-button-prev{width:20px; top:50% important}
	.online-slider-block .swiper-button-next{right:10px;}
	.online-slider-block .swiper-button-prev{left:10px;}
	.kids-video-frame{width:90%; margin:0 auto; }
	.kids-block-slider > .swiper2{padding-bottom:0px;}
	.kids-bottom{margin-top:0px; }
	.kids-bottom .book-demo-btn{margin-top:0px;}
	.learning-methodology-section::after {height:400px; border-radius:50px 50px 0px 0px;}
	.coding-flag::before {width: 110px; left: -72px; top: 100px; height: 117px;	}
	.advantage-slider-block .swiper-button-next, .advantage-slider-block .swiper-button-prev{top:20%;}
	.video-frame{min-height:259px;}
	.bono-overley{background-image: url("../images/coding-flag.png"); background-size:100%;}

	.flag-wave {left: -72%; right: 0;  bottom: 130px;  z-index: 0;}
	.online-content p, .online-content h3{font-size:13px;}
	.online-slider-block .swiper-button-next, .online-slider-block .swiper-button-prev{width:30px; height:30px;}
    .bring-future:after, .bring-future:before{height:38px;}
    .bring-future:before{width:36%;}
    .bring-future:after{width:39%}
	.vector-hand-block{margin-top:-45px;}
	.vector-hand-block img{max-width:100%;}
	.bring-future{padding:65px 0px;}
	.technology-block{margin-top:40px;}
	.online-detail-content h3.session-head{width:90%; font-size:16px;}	
	.thankyou-content p{font-size:16px;}
	.thankyou-section .future-block{top:-22px;}
	.thanku-page .vector-hand-block{top:-148px; position:relative; margin:0px;}
	.thankyou-content {min-height: 300px; padding: 20px 0px;}
	.bring-circle{left:-14%; top:-17%;}
	footer:before{width:200px; height:200px;}
	.rg-title{margin-bottom:0px;}
	.advantage-slider-block{margin-top:20px;}
	.hand-row:after{width:200px; height:100px;}
.tab-content .swiper-button-next, .tab-content .swiper-button-prev{top:43%;}

}
@media screen and (max-width:768px){
	.coding-flag{max-width:300px; margin-left:130px;}
	.coding-flag::before {width: 110px; left: -83px;top: 32px;height: 117px;}
	.blue-leaves{width:124px; height:128px; left:2%}
	.assets-section:after{height:30%;}
	
}
@media screen and (min-width:575px) and (min-width:992px){
	.product-slider {padding:0px 30px;}
}
@media screen and (max-width:767px){
	.online-slider-block{border-radius:50px; padding:20px 10px;}
	.online-bottom-block{padding-top:10px;}
	.online-bottom-content{margin-top:0px;}
	.online-head h3{font-size:12px;}
	.online-gread p{font-size:15px;}
	.online-gread{margin:15px 0px; padding:10px 0px;}
	.online-detail-content{margin-top:20px;}
	.icon-no {width: 40px; height: 40px; font-size: 15px;}
	.blank-strip{margin-left: -25px;}
	.online-block{margin-bottom:20px;}
	.banner-content h3{font-size: 14px; line-height: 20px; margin: 15px 0px;}
	.course-section{padding-bottom:30px 0px;}
	.bono-img{left:-20px; max-width:100%;}
	.advantge-detail{padding:20px;}
	.kids-bottom{margin-top:0px; text-align:center;}
	.kids-title:before{right: -1%; top: 25px; width:40px; height:40px}
	.about-section{margin:0px;}
	.learning-list-row ul li{width:100%;}
	.kids-block-slider .swiper-pagination{padding-right: 0%; text-align:center; bottom: 1%;}
	.kids-block-slider .swiper-pagination-bullet{width:15px; height:15px;}
	.kids-bottom{z-index:0;}
	.kids-content{padding:60px 30px 100px}
	.star-vector{float:right;}
	.did-u-know { left: -56px;}
	.technology-block{height:auto; min-height:100px}
	.faq-block .accordion>.card>.card-header h2 .btn-link{font-size:15px;}
	.faq-block{padding:20px;}
	.owl-carousel .owl-nav.disabled{top:0px}
	.model-about .modal-body{padding:70px 30px;}
	.human-vector{left:0px;}
	.human-vector:after{width:122px;}
	.social-login a{font-size:14px; padding:8px 20px}
	.model-login .modal-header h4.modal-title{font-size:16px;}
	.vector-hand-block{margin-top: -42px;}
	.learning-list-row .swiper-pagination{bottom:0px;}
	.kids-block-slider .swiper-button-next, .kids-block-slider .swiper-button-prev{width:20px;}
	.kids-content h4{font-size:20px}
	.owl-dots{display:none;}
	.asstes-content{top:90px; padding-right:30px;}
	.asstes-content h3{font-size:17px;}
	.asstes-content p{font-size:14px;}
	.faq-block .card-body p{text-align:left;}
	.online-title:before{width:150px; height:150px; top:-13%;}
	.kids-video-frame video{height:220px;}
	.kids-video-frame h3{font-size:20px;}
	.kids-video-frame p{font-size:16px;}

    .thankyou-content p{font-size:14px; text-align: justify;}
    .thankyou-content p:last-child br{display: none;}
	.vector-hand-block img{max-width:100%}
	.hand-row:after{width:122px; height:80px;}
	.cloude-vector{width:87px;}
}
@media screen and (max-width:640px)
{
    .bono-img{left:0px; }
    .bring-future{background-size: 32%;}
    .bring-future:before {width: 32%;}
    .bring-future:after, .bring-future:before{height:30px;}
    .bring-future:after{width:36%}
    .vector-hand-block{margin-top:-35px;}
    .vector-hand-block img{max-width:90%;}
    
}
@media screen and (max-width:575px){
	.banner-content{padding:20px 0px;}
	.banner-content h1{font-size: 24px; line-height:30px;}
	.banner-content p{font-size:14px;}
	.book-demo-btn{margin-top:10px; font-size: 16px; padding: 15px 25px;}
	.vector-img{margin-bottom:30px; top: 0px;}
	.banner-block-img{text-align:center;}
	.mini-laptop{width:50%; left: 2%;}
	.learning-title:after{right:0px;width: 85px;top: -50px;}
	.rg-advantge-section{padding:50px 0px;}
	.rg-advantge-section:before{z-index:0;}
	.rg-advantge-section:after{width: 100%; right:0%; z-index:-1;}
	/*.course-content h2, .asstes-title h3{font-size: 1.3rem; line-height: 2rem;}*/
	.blank-strip{margin-left: -23px;}
	
	.course-content{padding:0px 40px 0px;}
	.learning-title h2, .kids-title h2, .about-title h2, .partenr-block h3, .rg-title h2, .bono-content h3, .future-block h4, .advantage-title h3, .faq-title h3{font-size:22px;}
	.online-slider-row:before{top:25px;}
	.online-slider-row:after{top: -18px !important; right: 14%; width:130px; }
	.online-content{padding:0px 10px; text-align:center;}
	.online-img-slider{text-align:center;}
	.online-img-slider img{border-radius: 200px; overflow: hidden; margin-top: 15px; margin-bottom: 20px;}
	.learning-methodology-section{padding:50px 0px 0px;}
	.about-section:after{display:none;}
	.absout-sudhanshu{margin-top:0px;}
	.about-section:before{bottom: -5px; left: 2%; font-size: 4rem; z-index:2;}
	.assets-section{border-top:40px solid #bdd9f8;}
	.assets-bottom{margin-top:20px; text-align:center;}
	.kids-content{padding:40px 20px 60px;}
	.kids-content p{font-size:14px;}
	.advantage-bottom{margin:0px; text-align:center;}
	.advantage-bottom h4:after{width: 86px; height:45px;  bottom:-50px;}
	.kids-bottom .book-demo-btn{font-size: 14px; padding: 10px 25px;}
	.bring-future{background-size: 30%; padding:10px 0px 50px;}
	.partenr-section{padding:50px 0px;}
	.partenr-img{text-align:center;margin:20px 0px;}
	footer:before{width:100px; height:100px; left:-50px; bottom:-50px;}
	.did-u-know{width:130px; background-size:contain; left:0px; top:-87px;padding-left:15px;}
	.did-u-know p{font-size:13px; line-height: 20px;}
	.comment-large{width:170px;height: 185px;top: -101px;background-size: contain;padding:0px 10px;padding-left: 53px;right: -5px;}
	.comment-large p{font-size:9px;}
	.assets-section:after{height:38%;}
	.bono-section{padding-top:50px}
	.technology-block:before{left:5px; width:40px;}
	.asstes-block-row .swiper-button-next:after, .asstes-block-row .swiper-button-prev:after{font-size:22px;}
	.bono-img{left:0px;}
	.bono-img:after{ top:26%;width:177px; right:-23%;}
	.mini-laptoprow{top:-10px;}
	.mini-laptop:before{width: 80px; left: -43px; top: -23px; background-size:contain;}
	.mini-laptop:after{width:70px; left:initial; right:-30px; top: -20px; background-size:contain;}
	.kids-title:before{top:55px;}
	.online-slider-block .swiper-button-next, .online-slider-block .swiper-button-prev{top:50%;}
	.vector-hand-block{margin-top:-30px;}
	/*.flag-wave{left: -46%;  right: 0px;   bottom: 38px;}*/
	.flag-wave{left:initial;  right:-47px;   bottom: 138px;}
	.flag-element{    background-size: 90px 100%;}
	.bono-overley{background: url(../images/coding-flag.png) no-repeat bottom 100px right -250px;background-size: 120% auto;    padding-bottom: 00px;}
	.online-coding-class{min-height:1160px;} 
	.coding-flag{max-width:180px; margin-left:50px;}
	.coding-flag::before {width:70px; left:-51px; top:25px;}
	.advantge-profile{text-align:center;}
	.video-frame{min-height:159px;	}
	.teachers-name h3{font-size:16px;}
	.teachers-name p{font-size:14px;}
	.video-teacher-frame{margin-bottom:40px;}
	.video-overley .swiper-button-next, .video-overley .swiper-button-prev{width:15px;}
	.libe-yellowvector{width:30px;    bottom: -123%;}
	.thankyou-content h1{font-size:27px;}
	.thankyou-content h1:before, .thankyou-content h1:after{width:25px; top:4px;}
	.thankyou-content h1:before{left:-30px;}
	.thankyou-content h1:after{right:-33px;}
	.online-block{padding:0px 15px;}
	.online-bottom-block .book-demo-btn{    position: relative;  top:0%;}
	.no-cost ul li{font-size:10px;}
	.building-vector{width:118px; height:144px; bottom:20px;}
	.cloude-vector{width:38px; top:-13px;}
	.course-section:after{height:33px;}
	.blue-leaves{width:70px; height:70px;}
	.online-bottom-content{margin:0px; padding:0px;}
	.advantge-profile{text-align:center;}
	.rg-advantge-section{border:none;}
	.hand-row:after { width: 80px; height: 50px;}
	
}
@media screen and (max-width:375px){
	.bono-img:after{top: 25%;width: px;right: -23%;width: 185px;}
	.flag-wave {right: -72px;   bottom: 103px;}
	.flag-wave:before{height:73%}
	.vector-hand-block {margin-top: -30px;}
	.bono-overley { background: url(../images/coding-flag.png) no-repeat bottom 60px right -197px;}
}


/** courses swiping tabs **/

@media (max-width:767px){
	html{margin-top:0px !important;}
.courses__tabs-content {
	display: inline-block;
    width: 100%;
	/*min-height:490px;*/
}
.courses__tabs-content .course_cont {
	display: flex;
	justify-content: space-between;
	perspective: 266.667vw;
}

.courses__tabs-content .course_cont .coursecol {
	width: 80vw;
	height: 130.469vw;
	z-index: 2;
	transition: transform .3s ease-out;
	padding-bottom: 4vw;
	position: absolute;
	margin-bottom: 16vw
}

.courses__tabs-content .course_cont .coursecol[data-index="0"] {
	transform: translateZ(0);
	z-index: 300
}
.courses__tabs-content .course_cont .coursecol[data-index="1"] {
	transform: translate3d(15%, 0, -26.667vw);
	z-index: 299
}
.courses__tabs-content .course_cont .coursecol[data-index="2"] {
	transform: translate3d(30%, 0, -53.333vw);
	z-index: 298
}
}

@media (max-width:320vw) {
.courses__tabs-content .course_cont {
justify-content:center;
flex-direction:column
}

}
@media screen and (max-width:415px){
	.flag-wave {right: -44px; bottom: 155px; height:60px;}
	.bring-future:before{width:34%}
	.bring-future:after{width:37%}
	.bring-future { background-size: 34%;}
}
@media screen and (max-width:376px){
	.flag-wave{width: 125px; height: 60px; right: -56px; bottom: 143px;}
	
}
@media screen and (max-width:361px) and (min-width:321px){
	.bono-overley {
    background: url(../images/coding-flag.png) no-repeat bottom 60px right -387px;
}
}
@media screen and (max-width:320px){
	.flag-wave{left:-33%; bottom:10px;}
	.bring-future:after, .bring-future:before{height:20px;}
	.bring-future {background-size: 35%;}
	.vector-hand-block{margin-top:-20px;}
	.bring-future:before{width:35%}
	.bring-future:after{width:38%}

	
}

