/* ----*---------------------------*--------------------------------*-------------------------------*-------------------------------*---- */
/* ====*===========================*================================*===============================*===============================*==== */
/*   WARNING! You are accessing this part of the site knowingly or unknowingly. Please read our Terms of Use before going further here.   */
/*                        Site Resources are subject to copyright under Indian and International Copyright Laws.                          */
/*    Any unauthorized use, copying, reproducing, selling or altering of any of the available resources or work is strictly prohibited.   */
/*                              Copyright © 2024 Lightstairs® Entertainment Company. All Rights Reserved.                                 */
/* ====*===========================*================================*===============================*===============================*==== */
/* ----*---------------------------*--------------------------------*-------------------------------*-------------------------------*---- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

html, body { 
	width: 100%; 
	height: 100%; 
	background: #fff; 
	/* scroll-behavior: smooth; */
}

::-moz-selection { /* Code for Firefox */
	color: #444;
	background: #fff383;
}

::selection {
	color: #444;
	background: #fff383;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
	-moz-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

#top-rim, #bottom-rim {
	width: 100%;
	height: 3px;
	background: #017c85;
}

#top-rim {
	position: fixed;
	left: 0; top: 0;
	right: 0; z-index: 150;
}

#bottom-rim {
	height: 0px;
}

header {
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0; top: 3px;
	right: 0; z-index: 150;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

header>#links-wrapper {
	float: center;
	width: 80%;
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
}

header>#links-wrapper>a#logo {
	float: left;
	width: 130px;
	height: 67px;
	margin: 0 20px 0 7px;
	background: transparent url(../img/default/logo/innovledia-logo-web-v1.11.png) center center no-repeat;
	background: transparent url(../img/default/logo/innovledia-logo-web@1K-v1.11.png) center center no-repeat;
	background: transparent url(../img/default/logo/innovledia-logo-svg-v1.11.svg) center center no-repeat;
	background-size: 100%;
	text-indent: -99999px;
}

header>#links-wrapper>a#logo:focus {
	outline: 0;
}

header>#links-wrapper>#menu-tag {
	float: right;
	width: auto;
	height: 100%;
	text-align: center;
	display: none;
}

header>#links-wrapper>#menu-tag p {
	color: #aeaeae;
	font-size: 13px;
	font-weight: 700;
	margin: 16px 60px 0 0;
	padding: 10px 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Nunito', 'Ubuntu', Calibri, Helvetica, Neue, Arial, sans-serif;
}

nav { float: right; }
nav ul li {	display: inline-block; }

nav ul li a:link, nav ul li a:visited {
	color: #333;
	font-size: 13px;
	font-weight: 800;
	height: 100%;
	margin: 16px 14px 0;
	padding: 10px 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Nunito', 'Ubuntu', Calibri, Helvetica, Neue, Arial, sans-serif;
	text-decoration: none;
	display: inline-block;
	border-bottom: 3px solid transparent;
	transition: all .6s;
}

nav ul li a:hover, nav ul li a:focus {
	color: #000;
	border-bottom: 3px solid #33ddee;
	outline: 0;
}

nav ul li a.current {
	color: #017c85;
	border-bottom: 3px solid #017c85;
	outline: 0;
}

header>#links-wrapper>.button-container {
	display : none;
}

section.unique {
	width: 100%;
	height: auto;
	background: transparent;
	border: 0px solid red;
}

section.unique>div.banner {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

section.unique>div#home-banner {
	height: 850px;
    background: #111111 url(../img/courses/com-3d-course/banners/C3DAC-Course-Cover-2-v1.11.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

section.unique>div#contact-banner {
    height: 200px;
    text-align: center;
    background: #111111 url(../img/default/banners/contact/011.jpg) center center repeat;
	background-size: 100%;
}

section.unique>div#home-banner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
    top: 35%;
    display: block;
    text-shadow: 2px 2px 8px #000;
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
	border: 0px solid yellow;
}

section.unique>div#home-banner h2 strong {
	font-size: 50px;
	font-weight: 500;
	font-family: 'Poppins', Helvetica, Neue, Arial, sans-serif;
}

section.unique>div#home-banner h2 strong sup.trademark {
	font-size: 60%;
	font-weight: 300;
	vertical-align: super;
	line-height: 50%;
}

section.unique>div#home-banner>#btn-cont {
    width: 100%;
    position: relative;
    top: 35%;
    display: block;
	border: 0px solid yellow;
/*    margin-top: 330px;*/
}

section.unique>div#home-banner a.main-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px 20px;
    padding: 15px 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
    transition: all .6s;
}

section.unique>div#home-banner a.main-btn:hover, section.unique>div#home-banner a.main-btn:focus {
    color: #017c85;
    background: #fff;
	outline: 0;
}

section.unique>div#contact-banner h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    top: 58%;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.full-container {
	width: 100%;
    max-width: 1920px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	border: 0px solid #25aae1;
}

div#full-lay-01 {
    background: #111111 url(../img/default/bg/home/full-lay-home-1-v1.11.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

div#full-lay-02 {
    background: #111111 url(../img/default/bg/home/full-lay-home-2-v1.10.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

div#full-lay-03 {
    background: #111111 url(../img/default/bg/home/full-lay-home-3-v1.10.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

div#full-lay-04 {
    background: #111111 url(../img/courses/com-3d-course/bg/black-cubes-bg-1-v1.10.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

div#full-lay-05 {
    background: #111111 url(../img/courses/com-3d-course/bg/black-cubes-bg-2-v1.10.jpg) center center repeat;
	background-attachment: fixed;
	background-size: cover;
}

div.container-in-full {
	width: 90%;
	max-width: 1220px;
	height: auto;
	margin: 15px auto;
	padding: 10px 0;
    text-align: center;
	background: transparent;
	border: 0px solid #25aae1;
}

div.container-in-full h3 {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    padding: 0 15px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
}

div.container-in-full h3.enroll-head {
    font-size: 30px;
    line-height: 44px;
}

div.container-in-full p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    font-family: 'Nunito', 'Raleway', Helvetica, Neue, Arial, sans-serif;
}

div.container-in-full sup {
    font-size: 12px;
}

div.container-in-full a {
    color: #017c85;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 10px 0;
    padding: 13px 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #fff;
    text-decoration: none;
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
    transition: all .6s;
}

div.container-in-full a:hover, div.container-in-full a:focus {
    color: #444;
    background: #ffff00;
	border: 2px solid #017c85;
	outline: 0;
}

div.container-in-full a span.btn-link-yt-icon {
	color: red;
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: 1.2pt;
}

div.container-in-full a.support {
	padding: 14px 20px;
}

div.container-in-full a.support span.btn-link-heart-icon {
	color: red;
}

@keyframes glowbeat-enroll {
	0% { border: 3px solid #017c85; }
	100% { border: 3px solid #ffff00; }
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44,1.0);
		box-shadow: 0 0 0 0 rgba(204,169,44,.4);
		border: 3px solid #017c85;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px transparent;
		box-shadow: 0 0 0 10px transparent;
		border: 3px solid #ffff00;
	}
	100% {
		-moz-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		border: 3px solid #017c85;
	}
}

div.container-in-full a.enroll-options {
    color: #444;
    font-size: 18px;
    padding: 20px 25px 10px;
	border: 5px solid #017c85;
	border-radius: 10px;
    text-shadow: none;
    background: #fff;
    box-sizing: border-box;
	font-family: 'Nunito', 'Raleway', Helvetica, Neue, Arial, sans-serif;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}

div.container-in-full a.enroll-options:hover, div.container-in-full a.enroll-options:focus {
    color: #017c85;
    border: 5px solid #ffff00;
	transform: scale(1.1);
}

div.container-in-full a.enroll-options img {
	/* max-width: 150px; */
    height: 40px;
    border-radius: 0;
    margin: 0;
	padding: 0;
	border: 0px solid red;
}

div.container {
	width: 90%;
	max-width: 1220px;
	height: auto;
	margin: 15px auto 30px;
	padding: 10px 0;
	background: #fff;
	border: 0px solid #25aae1;
}

div.container>h2.title-head {
    text-align: center;
    font-size: 30px;  /*35*/
    color: #017c85;
    margin: 25px 0 15px;
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
}

div.container>h2.testimonial-head {
    color: #fff;
	font-weight: 600;
	margin: 25px 0;
}

div.container>p.sub-title {
	text-align: center;
    font-size: 24px;
    color: #5f5f5f;
    margin: 25px 0 15px;
    font-family: 'Roboto', 'Raleway', Helvetica, Neue, Arial, sans-serif;
	line-height: 36px;
	padding: 10px 10px 0;
/*	display: inline-block;*/
}

div.container>p.sub-line {
	text-align: center;
    font-size: 18px;
    color: #5f5f5f;
    margin: 25px 0 0;
    line-height: 30px;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
	padding: 0;
}

div.container>p.who-we-are {
	text-align: justify;
	margin-top: 0;
}

div.container>p.who-we-are>span.inv-hindi {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

div.container>p.buy-coffee {
	text-align: center;
}

hr.break {
    width: 90%;
    margin: 0 auto 10px;
    border: none;
    border-bottom: 1px solid #dadada;
}

section.unique>hr.fivePX-space {
	width: 100%;
	height: 5px;
	background: transparent;
	border: 0;
	outline: 0;
}

div.separator {
	width: 90%;
	max-width: 1220px;
	height: auto;
	margin: 0 auto;
	border: 0px solid green;
}

div.separator>hr.out-sep {
    width: 7%;
    margin: 0 auto;
	border: none;
    border-bottom: 2px solid #dadada;
}

div.separator>hr.abt {
    margin: 20px auto 0;
}

div.container>hr.in-sep {
    width: 7%;
    margin: 40px auto 50px;
	border: none;
    border-bottom: 2px solid #dadada;
}

div.container>.mini-slab {
    width: 100%;
    border: 0px solid red;
}

div.container>.mini-slab>hr.steps-pair-three, div.container>.mini-slab>hr.steps-pair-two {
    width: 100%;
	height: 1px;
    display: block;
	border: 0;
	outline: 0;
}

div.container>.mini-slab>hr.steps-pair-two {
	display: none;
}

div.container>.mini-slab>.mini-container {
    width: 33.33%;
    float: left;
    margin: 15px 0 0;
    padding: 20px 30px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
	border: 0px solid green;
}

div.container>.mini-slab>.mini-container>img.steps-thumb {
    width: 100%;
	max-width: 1280px;
	margin: 0 0 20px;
	border-radius: 10px;
	border: 3px solid #017c85;
	box-sizing: border-box;
	transition: all 0.6s;
}

div.container>.mini-slab>.mini-container>img.steps-thumb:hover {
	border: 3px solid yellow;
	cursor: pointer;
	transform: scale(1.1);
}

div.container>.mini-slab>.mini-container>.box-icon {
    text-align: center;
}

div.container>.mini-slab>.mini-container>.box-icon i.fa-solid {
    margin: 0 0 15px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    background: #017c85;
	border: 2px solid #017c85;
    border-radius: 100%;
    line-height: 28px;
	box-sizing: border-box;
    transition: all 0.6s;
}

div.container>.mini-slab>.mini-container>.box-icon i.fa-solid:hover {
	color: #017c85;
	background: #fff;
    cursor: pointer;
}

div.container>.mini-slab>.mini-container h3 {
    margin: 0;
    font-size: 18px;
    color: #5f5f5f;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Fira Sans', 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>.mini-slab>.mini-container p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 25px;
	font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>.btn-container {
    text-align: center;
}

div.container>.btn-container>a.large-btn {
    color: #017c85;
    font-size: 20px;
	font-weight: 500;
    margin: 20px 10px;
    padding: 15px 20px;
    display: inline-block;
    border: 2px solid #017c85;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    font-family: 'Raleway', Helvetica, Neue, Arial, sans-serif;
    transition: all .6s;
}

div.container>.btn-container>a.large-btn:hover, div.container>.btn-container>a.large-btn:focus {
    color: #fff;
    background: #017c85;
	outline: 0;
}

div.container>div.course-box {
    width: 100%;
    border: 0px solid #0000ff;
}

div.container>div.course-box>.img-box {
    float: right;
    margin: 6px 0 20px 30px;
    border: 0px solid #00ff00;
}

div.container>div.course-box>.img-box>.img-frame {
    width: 600px;
    height: 338px;
	border-radius: 5px;
}

@-webkit-keyframes fade {
    0% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat; background-size: cover;}
    30% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat; background-size: cover;}
    70% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-4-v1.10.jpg) center center no-repeat; background-size: cover;}
    100% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-4-v1.10.jpg) center center no-repeat; background-size: cover;}
}

@keyframes fade {
    0% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat; background-size: cover;}
    30% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat; background-size: cover;}
    70% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-4-v1.10.jpg) center center no-repeat; background-size: cover;}
    100% {opacity: 1; background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-4-v1.10.jpg) center center no-repeat; background-size: cover;}
}

/* div.container>div.course-box>.img-box>#img-c3dac-a {
	background: url(../img/courses/com-3d-course/covers/made-in-3D-label-v1.10.png) top left no-repeat,
				#017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat;
	background-size: 100%, cover;
}

div.container>div.course-box>.img-box>#img-c3dac-b {
	background: url(../img/courses/com-3d-course/covers/made-in-3D-label-v1.10.png) top left no-repeat,
				#017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat;
	background-size: 100%, cover;
} */

div.container>div.course-box>.img-box>#img-c3dac-a {
	/* background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat; */
	/* background-size: cover; */
	
	-webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 3s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

div.container>div.course-box>.img-box>#img-c3dac-b {
	background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat;
	background-size: cover;
}

div.container>div.course-box>.img-box>#img-rym-a {
    background: #017c85 url(../img/books/rescue-your-mom/covers/rescue-your-mom-book-1-v1.10.jpg) center center no-repeat;
	background-size: cover;
}

div.container>div.course-box>.vid-box {
    float: left;
	width: 48%;
	height: auto;
    margin: 6px 1% 20px 1%;
	background: #017c85;
	border-radius: 5px;
	overflow: hidden;
    border: 0px solid #00ff00;
}

div.container>div.course-box>.vid-box>.embedded-player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	margin: 0;
}

div.container>div.course-box>.vid-box>.embedded-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* div.container>div.course-box>.vid-box>.embedded-player iframe.c3dac-vids {
	background: url(../img/courses/com-3d-course/covers/made-in-3D-label.png) top left no-repeat,
				#017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-v2.12.jpg) center center no-repeat;
	background-size: 100%, cover;
} */

div.container>div.course-box>.vid-box>.embedded-player iframe.c3dac-vids {
	background: #017c85 url(../img/courses/com-3d-course/covers/comprehensive-3d-animation-course-3-v2.12.jpg) center center no-repeat;
	background-size: cover;
}

div.container>div.course-box>h3 {
    color: #017c85;
    font-size: 17pt;
	font-weight: 500;
	line-height: 32px;
    margin: 20px 0;
    padding: 15px 20px 15px 0;
    border-bottom: 2px solid #017c85;
    font-family: 'Bree Serif', 'PT Serif', 'Raleway', Helvetica, Neue, Arial, serif;
}

div.container>div.course-box>p {
    font-size: 16px;
    color: #5f5f5f;
	margin: 0 0 15px;
    line-height: 25px;
    text-align: justify;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>div.course-box>ul.keys {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    margin: 0 0 5px 20px;
    column-count: 3;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>div.course-box>ul#keys-latest {
	column-count: 2;
}

div.container>div.course-box>ul.softs {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    margin: 0 0 5px 20px;
    column-count: 3;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>div.course-box>h4 {
    color: #5f5f5f;
    font-size: 16px;
    margin: 15px 0 10px;
    padding: 0;
    font-weight: 400;
	text-align: justify;
	line-height: 25px;
    font-family: 'Roboto', Helvetica, Neue, Arial, sans-serif;
}

div.container>div.course-box>p.duration {
    margin: 15px 0;
}

div.container>div.course-box>p.fees {
    margin: 15px 0;
}

.gallery-container, .video-container {
    overflow: hidden;
    text-align: center;
}

.gallery-container a, .video-container a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
	transition: all 0.6s;
}

.gallery-container a img {
    margin: 0;
    width: 280px;
    height: 280px;
	border: 3px solid #f1f1f1;
}

.video-container a video {
    margin: 0;
    width: 350px;
    outline: 0;
}


@keyframes glowbeat {
	0% { border: 5px solid #017c85; }
	100% { border: 10px solid #ffff00; }
}

div.container>div.img-box-abt {
    float: left;
    margin: 5px 30px 15px 0;
	padding: 0;
	border: 0px solid red;
}

div.container>div.img-box-abt>img#img-abt {
    width: 230px;
    height: auto;
	margin: 0;
	cursor: pointer;
	border-radius: 100%;
	border: 5px solid #017c85;
	box-sizing: border-box;
	transition: all .6s;
	animation-name: glowbeat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

div.container>div.img-box-abt>img#img-abt:hover {
	border: 10px solid #ffff00;
}

div.container>hr.tenPX-head-space, div.container>hr.fifteenPX-para-space, div.container>hr.tenPX-head-space-tstm {
	width: 100%;
	height: 10px;
	background: transparent;
	border: 0px solid red;
	outline: 0;
}

div.container>hr.fifteenPX-para-space {
	width: auto;
	height: 15px;
}

div.container>h3#testim {
    font-size: 18px;
	color: #017c85;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 20px 0 5px 0;
	text-decoration: underline solid;
	font-family: 'Merriweather Sans', Cambria, Segoe UI, Arial, Sans-Serif;
}

.carousel-cell {
    width: 100%;
    height: auto;
    margin: 0;
	padding: 1px;
    background: transparent;
    counter-increment: gallery-cell;
	border: 0px solid red;
	box-sizing: border-box;
}

.carousel-cell .testimonial-text {
    width: 85%;
    margin: 0 auto;
	position: relative;
	top: 40%;
	/* -ms-transform: translateY(50%);
	transform: translateY(50%); */
}

.carousel-cell .testimonial-text h3 {
    color: #fff;
    font-size: 18px;
	font-weight: 600;
    text-decoration: none;
    font-family : 'Raleway', 'Ubuntu', Calibri, Segoe UI, Arial, Sans-Serif;
}

.carousel-cell .testimonial-text p.tstm-head {
    font-style: italic;
    font-size: 14px;
    color: #fff;
    font-family : 'Bree Serif', Cambria, Times New Roman, Serif;
}

.carousel-cell .testimonial-text p.tstm-text {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
	line-height: 22px;
	text-align: justify;
    font-family : 'Fira Sans', Calibri, Segoe UI, Arial, Sans-Serif;
}

footer {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	padding: 15px 0 15px;
	background: #fff;
	border-top: 2px solid #017c85;
}

footer p {
	color: #444;
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
/*	text-align: center;*/
	font-family: 'Nunito', 'Ubuntu', 'Roboto', Calibri, Helvetica, Neue, Arial, sans-serif;
}

footer p a:link, footer p a:visited {
	color: #444;
	margin: 0;
	text-decoration: none;
	transition: all .6s;
}

footer p a:hover, footer p a:active, footer p a:focus {
	color: #017c85;
	outline: 0;
}

footer>.foot-sec {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}

footer>.foot-sec>.left-foot {
    width: 40%;
    float: left;
    margin: 0;
	text-align: left;
	position: relative;
    /* border-left: 2px solid #cdcdcd; */
}

footer>.foot-sec>.left-foot:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 28%;
	height: 50%;
	border-left: 5px solid #cdcdcd;
}

footer>.foot-sec>.left-foot p {
	margin-left: 10px;
}

footer>.foot-sec>.middle-foot {
    width: 33.33%;
    float: left;
	margin: 0;
	text-align: center;
    border: 0px solid blue;
}

footer>.foot-sec>.right-foot {
    width: 60%;
    float: right;
	margin: 0;
	text-align: right;
    border: 0px solid green;
}

footer>.foot-sec>.right-foot a.soc-icon {
	margin: 0 5px;
	outline: 0;
}

footer>.foot-sec>.right-foot a.soc-icon:link i.footicon,
footer>.foot-sec>.right-foot a.soc-icon:visited i.footicon {
    margin: 15px 0 0;
    width: 40px;
    height: 40px;
    border: 2px solid #555;
    font-size: 20px;
    color: #444;
	line-height: 18px;
    border-radius: 100%;
    transition: all 0.6s;
}

footer>.foot-sec>.right-foot a.soc-icon:hover i.footicon,
footer>.foot-sec>.right-foot a.soc-icon:active i.footicon,
footer>.foot-sec>.right-foot a.soc-icon:focus i.footicon {
    border: 2px solid #017c85;
	color: #fff;
    background: #017c85;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-youtube {
    padding: 10px 13px 10px 7px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-instagram {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-facebook-f {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-x-twitter {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-pinterest-p {
    padding: 10px 10px 10px 10px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-linkedin-in {
    padding: 10px 10px 10px 10px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-reddit-alien {
    padding: 10px 12px 10px 8px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-threads {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-telegram {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-quora {
    padding: 10px 10px 10px 10px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-medium {
    padding: 10px 14px 10px 6px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-whatsapp {
    padding: 10px 10px 10px 10px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-vimeo-v {
    padding: 10px 11px 10px 9px;
}

footer>.foot-sec>.right-foot a.soc-icon i.fa-mug-hot {
    padding: 10px 10px 10px 10px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 100%;
	line-height: 25px;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover, #return-to-top:focus {
    background: rgba(0, 0, 0, 0.9);
	outline: 0;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@media all and (max-width: 1550px) {
	footer>.foot-sec {
		width: 98%;
	}
	
	footer>.foot-sec>.left-foot:after {
		border: 0;
	}

	footer>.foot-sec>.left-foot p {
		margin-left: 0;
	}
	
	#return-to-top {
		bottom: 120px;
	}
}

@media all and (max-width: 1370px) {
	section.unique>div#home-banner h2 {
		font-size: 40px;
	}
	
	section.unique>div#home-banner h2 strong {
		font-size: 40px;
	}
	
	.gallery-container a img {
        width: 250px;
		height: 250px;
    }
}

@media all and (max-width: 1300px) {
	div.container>div.course-box>ul#keys-latest {
		column-count: 1;
	}
}

@media all and (max-width: 1250px) {
	.gallery-container a img {
        width: 230px;
		height: 230px;
    }
}

@media all and (max-width: 1200px) {
	header>#links-wrapper { width: 90%; }
	
	div.container>.mini-slab>hr.steps-pair-three {
		display: none;
	}
	
	div.container>.mini-slab>hr.steps-pair-two {
		display: block;
	}
	
	div.container>.mini-slab>.mini-container {
		width: 50%;
	}
	
	div.container>div.course-box>.vid-box {
		float: none;
		width: 100%;
		margin: 25px auto;
	}
	
	footer {
        padding: 15px 0 10px;
    }
	
	footer>.foot-sec {
		width: 100%;
	}

    footer>.foot-sec>.left-foot {
        width: 100%;
        text-align: center;
		margin-bottom: 10px;
    }
    
    footer>.foot-sec>.middle-foot {
        width: 100%;
        text-align: center;
    }
    
    footer>.foot-sec>.right-foot {
        width: 100%;
        text-align: center;
    }
    
    footer>.foot-sec>.right-foot a.soc-icon:link i.footicon,
    footer>.foot-sec>.right-foot a.soc-icon:visited i.footicon {
        margin-top: 10px;
		margin-bottom: 10px;
    }
	
	#return-to-top {
		bottom: 20px;
	}
}

@media all and (max-width: 1150px) {
	.gallery-container a img {
        width: 280px;
		height: 280px;
    }
	
	.gallery-container a:nth-last-child(1) {
        display: none;
    }
}

@media all and (max-width: 1100px) {
	div.container>div.course-box>.img-box {
        float: none;
        width: 100%;
        margin: 25px 0;
    }
	
	div.container>div.course-box>.img-box>.img-frame {
		width: 100%;
		height: 600px;
	}
	
	div.container>div.course-box>ul#keys-latest {
		column-count: 3;
	}
}

@media all and (max-width: 1050px) {
	.gallery-container a img {
        width: 250px;
		height: 250px;
    }
}

@media all and (max-width: 980px) {
	header>#links-wrapper>#menu-tag { display: initial; }
	
	nav {
		display: block; 
		width: 100%;
	}
	
	nav ul li {
		float : center;
		width : 100%;
		height : 100%;
		margin : 0 auto;
		text-align: center;
		background: #fff;
	}
	
	nav ul li:last-child {
		padding-bottom: 20px;
		border-radius: 0 0 5px 5px;
	}
	
	nav ul li a {
		margin: 20px auto;
		display: block;
	}
	
	header>#links-wrapper>.button-container {
		display : block;
	}
	
	header>#links-wrapper>.button-container {
		position: fixed;
		top: 25px;
		right: 7%;
		height: 27px;
		width: 35px;
		cursor: pointer;
		z-index: 100;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container:hover {  }
    
    header>#links-wrapper>.button-container:hover .top {
		background: #017c85;
        opacity: 0.9;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container:hover .middle {
		background: #017c85;
        opacity: 0.9;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container:hover .bottom {
		background: #017c85;
        opacity: 0.9;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
		background: red;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container.active .middle {
		opacity: 0;
		background: #017c85;
	}
	
	header>#links-wrapper>.button-container.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: red;
        transition: all 0.6s;
	}
	
	header>#links-wrapper>.button-container span {
		background: #017c85;
		border: none;
		height: 4px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	
	header>#links-wrapper>.button-container span:nth-of-type(2) {
		top: 11px;
	}
	
	header>#links-wrapper>.button-container span:nth-of-type(3) {
		top: 22px;
	}
	
	header>#links-wrapper>nav.overlay {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .6s, visibility .6s, height .6s;
		transition: opacity .6s, visibility .6s, height .6s;
		overflow: hidden;
	}
	
	header>#links-wrapper>nav.overlay.open {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .6s, visibility .6s, height .6s;
		transition: opacity .6s, visibility .6s, height .6s;
	}
	
	nav.overlay.open li {
		-webkit-animation: fadeInRight .5s ease forwards;
		animation: fadeInRight .5s ease forwards;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
	}
	
	nav.overlay.open li:nth-of-type(2) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
	}
	
	nav.overlay.open li:nth-of-type(3) {
		-webkit-animation-delay: .45s;
		animation-delay: .45s;
	}
	
	nav.overlay.open li:nth-of-type(4) {
		-webkit-animation-delay: .50s;
		animation-delay: .50s;
	}
	
	section.unique>div#home-banner {
		/* background-position: left center; */
	}
	
	div.container>div.course-box>ul.keys {
		column-count: 2;
	}
	
	div.container>div.course-box>ul#keys-latest {
		column-count: 2;
	}
	
	div.container>div.course-box>ul.softs {
        column-count: 2;
		/* column-gap: 40px; */
    }
	
	div.container>.mini-slab>hr.steps-pair-two {
		display: none;
	}
	
	div.container>.mini-slab>.mini-container {
        width: 100%;
        margin: 0;
		padding: 20px;
    }
	
	.gallery-container a img {
        width: 350px;
        height: 350px;
    }
	
	.gallery-container a:nth-last-child(1) {
        display: initial;
    }
}

@media all and (max-width: 900px) {
	div.container { margin-bottom: 20px;}
	
	section.unique>hr.fivePX-space {
		height: 15px;
	}
}

@media all and (max-width: 850px) {
	.gallery-container a img {
        width: 300px;
        height: 300px;
    }
}

@media all and (max-width: 755px) {
    div.container>h2.title-head {
        margin-bottom: 25px;
    }
    
    div.container>p.sub-line {
        font-size: 18px;
        margin: 25px 10px 0;
    }
	
	div.container>p.who-we-are {
        margin-top: 0;
    }
	
	div.container>div.course-box>.img-box>.img-frame {
		width: 95%;
		height: 390px;
		margin: 0 auto;
	}
	
	div.container>div.course-box>.vid-box {
		width: 95%;
	}
    
    div.container>div.course-box>h3 {
        margin: 20px 2.5%;
    }
    
    div.container>div.course-box>h4 {
        margin: 15px 3% 10px;
    }

    div.container>div.course-box>p {
        margin: 0 3% 15px;
    }
	
	div.container>div.course-box>ul.keys {
		margin-left: 40px;
    }
	
	div.container>div.course-box>ul.softs {
		margin-left: 40px;
    }
    
    div.container>div.course-box>p.duration {
        margin: 15px 3%;
    }
	
	div.container>div.course-box>p.fees {
        margin: 15px 3%;
    }
    
    .flickity-prev-next-button.previous { left: 0; }
    .flickity-prev-next-button.next { right: 0; }
    
    .carousel-cell .testimonial-text {
        width: 70%;
    }
    
    footer>.foot-sec>.left-foot {
        text-align: center;
    }
    
    footer>.foot-sec>.middle-foot {
        text-align: center;
    }
    
}

@media all and (max-width: 750px) {
	.gallery-container a img {
        width: 250px;
        height: 250px;
    }
}

@media all and (max-width: 730px) {
	header>#links-wrapper>#menu-tag p { margin: 16px 55px 0 0; }
    
	div.container>div.course-box>ul.keys {
        column-count: 1;
        column-gap: normal;
    }
	
	div.container>div.course-box>ul#keys-latest {
		column-count: 1;
	}
	
	div.container>div.course-box>ul.softs {
        column-count: 1;
        column-gap: normal;
		
    }
	
	#return-to-top {
		bottom: 80px;
	}
}

@media all and (max-width: 640px) {
	.gallery-container a img {
        width: 200px;
        height: 200px;
    }
	
	div.container>div.img-box-abt {
		float: none;
        width: 100%;
        margin: 5px 0 25px;
	}

	div.container>div.img-box-abt>img#img-abt {
		width: 90%;
		margin: 0 5%;
	}
	
    footer>.foot-sec>.left-foot {
        width: 100%;
    }
    
    footer>.foot-sec>.middle-foot {
        width: 100%;
    }
}

@media all and (max-width: 540px) {
	div.container>div.course-box>h3 {
		font-size: 16pt;
	}
	
	div.container>div.course-box>.img-box>.img-frame {
		height: 260px;
	}
	
	.gallery-container a img {
        width: 100%;
        height: auto;
    }
    
    .video-container a video {
        width: 90%;
    }
	
	div.container>p.who-we-are {
		text-align: center;
	}
	
	section.unique>hr.fivePX-space {
		height: 10px;
	}
	
	div.container>hr.tenPX-head-space-tstm {
		height: 5px;
	}
	
    footer { margin: 30px 0 0; }
}

@media all and (max-width: 480px) {
    
    section.unique>div#home-banner {
        height: 700px;
		margin-bottom: 15px;
    }
    
    section.unique>div#home-banner h2 {
        font-size: 25px;
        top: 34%;
        margin-bottom: 30px;
    }
	
	section.unique>div#home-banner h2 strong {
		font-size: 30px;
	}
    
    div.container>p.sub-title {
        font-size: 25px;
        line-height: 45px;
    }
	
	div.container>.btn-container>a.large-btn {
		display: block;
	}
	
	div.container-in-full a.enroll-options {
		display: block;
		width: 90%;
	}
    
	div.title { margin: 15px 0; }
	
	div.container { width: 90%; margin: 0 auto 10px; padding: 1px 0 0; }
	
	div.con-test { margin: 15px auto 15px; }
	
    div.full-container {
        margin: 30px auto 15px;
    }
	
	div.separator>hr.out-sep {
		width: 12%;
		margin: 20px auto;
	}
	
	div.separator>hr.abt {
		margin: 35px auto 15px;
	}

	div.container>hr.in-sep {
		width: 12%;
		margin: 50px auto 40px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon:link i.footicon,
    footer>.foot-sec>.right-foot a.soc-icon:visited i.footicon {
        margin-top: 5px;
		margin-bottom: 10px;
    }
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-youtube {
		padding: 9px 13px 11px 7px;
	}

	footer>.foot-sec>.right-foot a.soc-icon i.fa-instagram {
		padding: 9px 11px 11px 9px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-facebook-f {
		padding: 9px 10px 11px 10px;
	}

	footer>.foot-sec>.right-foot a.soc-icon i.fa-x-twitter {
		padding: 9px 11px 11px 9px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-pinterest-p {
		padding: 9px 10px 11px 10px;
	}

	footer>.foot-sec>.right-foot a.soc-icon i.fa-linkedin-in {
		padding: 9px 10px 11px 10px;
	}

	footer>.foot-sec>.right-foot a.soc-icon i.fa-telegram {
		padding: 9px 12px 11px 8px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-whatsapp {
		padding: 9px 11px 11px 9px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-vimeo-v {
		padding: 9px 11px 11px 9px;
	}
	
	footer>.foot-sec>.right-foot a.soc-icon i.fa-mug-hot {
		padding: 9px 11px 11px 9px;
	}
	
	#return-to-top {
		bottom: 20px;
	}
	
}

@media all and (max-width: 320px) {
	header>#links-wrapper { width: 98%; }
}

/* ----*---------------------------*--------------------------------*-------------------------------*-------------------------------*---- */
/* ====*===========================*================================*===============================*===============================*==== */
/*   WARNING! You are accessing this part of the site knowingly or unknowingly. Please read our Terms of Use before going further here.   */
/*                        Site Resources are subject to copyright under Indian and International Copyright Laws.                          */
/*    Any unauthorized use, copying, reproducing, selling or altering of any of the available resources or work is strictly prohibited.   */
/*                              Copyright © 2024 Lightstairs® Entertainment Company. All Rights Reserved.                                 */
/* ====*===========================*================================*===============================*===============================*==== */
/* ----*---------------------------*--------------------------------*-------------------------------*-------------------------------*---- */