html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
  #map {
                width: 100%;
                height: 350px;
	  margin-top: 30px;
            }

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-control-prev {
    left: 21%;
    display: none !important;
}
.carousel-control-next {
    left: 21%;
    display: none !important;
}

.dropdown:hover .dropdown-menu {
	display: block;
	transition: 0.5s ease;
}
.course-main-inner {
	float: left;
	width: 100%;
	padding-bottom: 41px;
}
.slide-image-institue {
	float: left;
	width: 100%;
	margin-top: 76px;
}
.slide-image-institue img {
	border-top: 5px solid #ec008c;
	border-bottom: 5px solid #ec008c;
}
.why-u-image-section img {
	border-top: 5px solid #ec008c;
	border-bottom: 5px solid #ec008c;
}
.why-u-image-section {
	float: left;
	width: 100%;
	margin-top: 84px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: 0px 0px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	transition: 0.5s ease;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #ec008c;
	transition: 0.5s ease;
}
.address-section a {
	color: #333;
	font-weight: 300;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ec008c;
	transition: 0.5s ease;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 11px 13px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	transition: 0.5s ease;
}
clr {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.student_says_section {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/about-us-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -99;
	padding-top: 55px;
	padding-bottom: 85px;
}
.student_says_section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	z-index: -999;
}
.section-title {
	color: #595959;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}
.slider-section {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.white-bg-main {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #e3e3e3;
}
.white-bg-main p {
	font-size: 16px;
	color: #717171;
	text-align: justify;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 0px;
}
.white-bg-bottom {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	border-top: 0px solid #e3e3e3 !important;
	border: 1px solid #e3e3e3;
}
.round-image-section {
	float: left;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #dddddd;
}
.round-image-section-caption {
	float: left;
	width: 100%;
	margin-top: 18px;
}
.round-image-section-caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #e5097f;
}
.round-image-section-caption h5 {
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 500;
}
.about-us-section {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/about-us-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -99;
	padding-top: 55px;
	padding-bottom: 63px;
}
.about-us-section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	z-index: -999;
}
.about-left-caption-section {
	float: left;
	width: 100%;
}
.about-left-caption-section h5 {
	color: #ec008c;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}
.about-left-caption-section p {
	color: #767676;
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	line-height: 20px;
}
.about-left-caption-section a {
	width: 183px;
	height: 55px;
	background-color: #ec008c;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	line-height: 55px;
	border-radius: 5px;
}
.about-left-caption-section img {
	margin-top: 8px;
	float: right;
}
.about-inner {
    float: left;
    width: 100%;
    margin-top: 41px;
}
.our-course-section {
	float: left;
	width: 100%;
	padding-top: 58px;
	padding-bottom: 68px;
}
.course-caption:hover {
	background-color: #e5097f;
	transition: 0.5s ease;
	box-shadow: 0 25px 31px -20px #737373;
	border: 1px solid #E5097E;
	border-top: 0px;
}
.course-caption:hover h5 {
	color: #FFF;
	transition: 0.5s ease;
}
.course-caption:hover p {
	color: #FFF;
	transition: 0.5s ease;
}
.course-caption:hover a {
	color: #FFF;
	transition: 0.5s ease;
}
.course-section-main {
	float: left;
	width: 100%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.course-section-main .one-third-section {
	float: left;
	width: 100%;
	margin-bottom: 9px;
	padding: 21px;
	padding-bottom: 0;
}
.course-image {
	float: left;
	width: 100%;
}
.course-caption {
	float: left;
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: 0px;
	height: 88px;
}
.course-caption p {
	font-size: 14px;
	color: #989898;
	text-align: justify;
	font-weight: 300;
}
.course-caption h5 {
	color: #717171;
	font-size: 20px;
	font-weight: 400;
}
.course-caption a {
	font-size: 16px;
	color: #e5097f;
	text-transform: capitalize;
	font-weight: 600;
}
.our-course-section .course-btn {
	width: 183px;
	height: 55px;
	background-color: #ec008c;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	line-height: 55px;
	border-radius: 5px;
	margin: 0 auto;
}
.btn-course {
	float: left;
	width: 100%;
}
.top-banner-slider-section {
	float: left;
	width: 100%;
}
.carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	left: 0;
	top: 0;
}
.carousel-caption h5 {
	font-size: 22px;
	color: #ec008c;
	text-transform: capitalize;
}
.carousel-caption h3 {
	font-size: 55px;
	color: #FFF;
	text-transform: capitalize;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.carousel-caption p {
	font-size: 29px;
	color: #FFF;
}
.carousel-caption {
	text-align: left;
	bottom: 34%;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 270px;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	color: #fff;
	text-align: center;
	opacity: 1;
}
.carousel-control-prev {
	left: 21%;
}
.carousel-control-next {
	right: 73%;
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	position: absolute;
	z-index: 9999;
	top: 0;
}
.nav-link {
	display: block;
	padding: 29px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #FFF !important;
	background-color: #ec008c;
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #333333 !important;
}
.facebook-btn {
	background-color: #1f618f;
	padding: 24px 7px;
	width: 77px;
	margin: 0 auto;
	text-align: center;
	height: 82px;
}
footer {
	width: 100%;
	float: left;
}
.get_in_touch-left-section {
	float: left;
	width: 100%;
}
.left-pink-section {
	float: left;
	width: 100%;
	background-color: #ec008c;
}
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 34px;
    padding: 23px 0px;
}
.pink-right-section {
	float: left;
	width: 100%;
}
.footer-title {
	font-size: 27px;
	color: #5d5d5d;
	font-weight: 600;
}
.pink-right-section p {
	font-size: 16px;
	color: #717171;
	font-weight: 300;
}
.footer-contact-section a {
	color: #717171;
	font-size: 16px;
}
.footer-contact-section {
	float: left;
	width: 100%;
}
.footer-contact-section p {
	color: #717171;
	font-size: 16px;
	font-weight: 300;
}
.copyright-section-gray {
	float: left;
	width: 100%;
	background-color: #353535;
	padding: 23px 0px 10px 14px;
}
.copyright-section-gray p {
	color: #969696;
}
.copyright-section-gray a {
	color: #969696;
}
.footer-main-section {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 48px;
}
.fa-facebook-f {
	width: 35px;
	height: 35px;
	border: 2px solid #FFF;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	border-radius: 50px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 999;
	box-shadow: 2px 2px 43px #dadada;
	transition: 0.3s ease;
}
.fixed .navbar-light .navbar-brand {
	width: 145px;
	background-color: #FFF;
	transition: 0.3s ease;
}
.owl-carousel, .owl-carousel .owl-nav.disabled {
	display: block;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot {
	zoom: 1;
	display: none;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	right: 0;
	top: -96px;
}
.about-left-caption-section a:hover {
	background-color: #000;
	transition: 0.5s ease;
}
.our-course-section .course-btn:hover {
	background-color: #000;
	transition: 0.5s ease;
}
.facebook-btn:hover {
	background-color: #000;
	transition: 0.5s ease;
}
.extra-padding {
	padding-bottom: 24px !important;
}
.top-main-banner-section {
	float: left;
	width: 100%;
	background: url(../images/top-banner-1.png) no-repeat;
	padding: 134px 0px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: -99;
	padding-bottom: 99px;
}
.top-main-banner-section:after {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -999;
	content: "";
	background: linear-gradient(to right, #ec008c, #FFF);
	opacity: 0.5;
}
.top-main-banner-section h3 {
	font-size: 37px;
	font-weight: 600;
	color: #FFF;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .0px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	font-size: 18px;
}
.breadcrumb-item.active {
	color: #000000;
}
.breadcrumb-item a {
	color: #FFF;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #ffffff;
	content: "/";
}
.about-institute-caption {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/about-us-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -99;
	padding-top: 46px;
	padding-bottom: 17px;
}
.about-institute-caption:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	z-index: -999;
}
.about-institute-caption p {
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: justify;
}
/*.about-institute-caption h3 {
    font-size: 27px;
    color: #5d5d5d;
    font-weight: 600;
}*/
.founder_image_section {
	float: left;
	width: 100%;
}
.founder_image_section {
	float: left;
	width: 100%;
	border-top: 5px solid #ec008c;
	border-bottom: 5px solid #ec008c;
}
.founder_image_caption {
	float: left;
	width: 100%;
}
.about-institute-caption ul {
	padding: 0px;
	list-style: none;
}
.fa-bullseye {
	color: #ec008c;
	margin-right: 15px;
}
.about-institute-caption li {
	font-weight: 300;
	line-height: 35px;
}
.about-institute-caption li:hover i {
	color: #000;
	transition: 0.5s ease;
}
.contact-bg {
	/* background-color: #FFF; */
	float: left;
	width: 100%;
	/* padding: 24px 57px; */
    /* box-shadow: 0 25px 31px -20px #d8d8d8; */
	margin-bottom: 25px;
}
.about-institute-caption h4 {
	font-size: 20px;
	float: left;
	width: 100%;
	color: #5d5d5d;
}
.contact-bg h3 {
	color: #ec008c
}
.form-group {
	margin-bottom: 1rem;
	width: 100%;
	float: left;
}
.form-control {
	display: block;
	width: 100%;
	padding: 11px 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-horizontal {
	float: left;
	width: 100%;
	margin-top: 18px;
}
.btn {
	width: 180px;
	height: 50px;
	background-color: #ec008c;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	line-height: 50px;
	border-radius: 5px;
	padding: 0px;
}
.btn:hover {
	background-color: #000;
}
.address-section {
	float: left;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 0px;
}
.address-section p {
	margin-top: 10px;
}
.gallery-section-main {
	float: left;
	width: 100%;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	margin: 0 auto;
	margin-bottom: 30px;
}
.my-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: #ec008c;
}
.icon-outer {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.icon-zoom {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
}
.thumbnail {
	width: 100%;
}
.my-image:hover .overlay {
	opacity: 0.7;
}
.course-section-inner {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 25px;
	border: 1px solid #e9e9e9;
	margin-top: 25px;
	height: 133px;
}
.course-section-inner h3 {
	font-weight: 500;
	font-size: 21px;
	color: #ec008c;
	text-transform: uppercase;
}
.course-section-inner h5 {
	font-size: 18px;
}
.course-section-inner:hover {
	background-color: #ec008c;
	transition: 0.5s ease;
}
.course-section-inner:hover h3 {
	color: #FFF;
}
.course-section-inner:hover h5 {
	color: #FFF;
}

@media (max-width: 1920px) {
.carousel-control-prev {
	left: 21%;
}
.carousel-control-next {
	right: 73%;
}
}

@media (max-width: 1600px) {
.carousel-control-prev {
	left: 16%;
}
.carousel-control-next {
	right: 77%;
}
.carousel-caption {
	right: 0;
	left: 0;
}
}

@media (max-width: 1440px) {
.carousel-control-prev {
	left: 12%;
}
.carousel-control-next {
	right: 80%;
}
.carousel-caption {
	right: 0;
	left: 0;
}
}

@media (max-width: 1366px) {
.carousel-control-prev {
	left: 10%;
}
.carousel-control-next {
	right: 82%;
}
.carousel-caption {
	right: 0;
	left: 0;
}
}

@media (max-width: 1200px) {
.carousel-control-prev {
	left: 4%;
}
.carousel-control-next {
	right: 87%;
}
.carousel-caption {
	right: 0;
	left: 0;
}
.carousel-caption h3 {
	font-size: 45px;
}
.carousel-caption {
	text-align: left;
	bottom: 26%;
}
}



@media (max-width: 1024px) {
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 143px;
}	
.section-title {
    font-size: 25px;}	
	
.course-caption h5 {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}	
.course-caption {
    height: 78px;
}	
.footer-title {
    font-size: 25px;
    color: #5d5d5d;
    font-weight: 600;
}	
	}


@media (max-width: 768px) {
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 138px;
}	
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: 74px;
    float: right;
    margin-right: 28px;
}	
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 23px 0px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {

    position: relative;
    right: -91%;
}
.navbar {
    padding: 18px;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 76px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0 auto;
    margin-bottom: 30px;
}	

	}


@media (max-width: 600px) {
.float-left {
    float: none !important;
    text-align: center !important;
}	
.float-right {
    float: none !important;
    text-align: center !important;
}	
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
    text-align: left;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 4px;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 138px;
}	
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: -13px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 7px 0px;
    padding-top: 14px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {

    position: relative;
    right: -91%;
}
.navbar {
    padding: 18px;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 76px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 auto;
    margin-bottom: 30px;
}	
.about-left-caption-section {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}	
.our-course-section {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 9px;
}	
.left-pink-section {
    float: left;
    width: 100%;
    background-color: #ec008c;
    margin-bottom: 36px;
}
.about-institute-caption p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 14px;
}
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 35px;
}	
	
}




@media (max-width: 480px) {
	.about-institute-caption li {
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
}
	.about-institute-caption p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 14px;
}
	
.float-left {
    float: none !important;
    text-align: center !important;
}	
.float-right {
    float: none !important;
    text-align: center !important;
}	
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
    text-align: left;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 4px;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 138px;
}	
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: -13px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 7px 0px;
    padding-top: 14px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {

    position: relative;
    right: -91%;
}
.navbar {
    padding: 18px;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 auto;
    margin-bottom: 30px;
}	
.about-left-caption-section {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}	
.our-course-section {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 9px;
}	
.left-pink-section {
    float: left;
    width: 100%;
    background-color: #ec008c;
    margin-bottom: 36px;
}}





@media (max-width: 414px) {
	.about-institute-caption li {
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
}
	.about-institute-caption p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 14px;
}
	
.float-left {
    float: none !important;
    text-align: center !important;
}	
.float-right {
    float: none !important;
    text-align: center !important;
}	
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
    text-align: left;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 4px;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 110px;
}
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: -13px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 7px 0px;
    padding-top: 14px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {
    position: relative;
    right: -84%;
}
.navbar {
    padding: 21px 0;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-bottom: 30px;
}	
.about-left-caption-section {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}	
.our-course-section {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 9px;
}	
.left-pink-section {
    float: left;
    width: 100%;
    background-color: #ec008c;
    margin-bottom: 36px;
}
.about-institute-caption h4 {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #5d5d5d;
}

}
















@media (max-width: 360px) {
	.about-institute-caption li {
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
}
	.about-institute-caption p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 14px;
}
	
.float-left {
    float: none !important;
    text-align: center !important;
}	
.float-right {
    float: none !important;
    text-align: center !important;
}	
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
    text-align: left;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 4px;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 110px;
}
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: -13px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 7px 0px;
    padding-top: 14px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {
    position: relative;
    right: -84%;
}
.navbar {
    padding: 21px 0;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-bottom: 30px;
}	
.about-left-caption-section {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}	
.our-course-section {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 9px;
}	
.left-pink-section {
    float: left;
    width: 100%;
    background-color: #ec008c;
    margin-bottom: 36px;
}
.about-institute-caption h4 {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #5d5d5d;
}
	.copyright-section-gray p {
    color: #969696;
    font-size: 14px;
}
}



@media (max-width: 320px) {
	
	.copyright-section-gray p {
    color: #969696;
    font-size: 14px;
}
	.about-institute-caption li {
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
}
	.about-institute-caption p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 14px;
}
	
.float-left {
    float: none !important;
    text-align: center !important;
}	
.float-right {
    float: none !important;
    text-align: center !important;
}	
.course-section-inner h3 {
    font-size: 18px;

}	
.course-section-inner h5 {
    font-size: 17px;
}	
.course-section-inner {
    height: 108px;
}
.section-title {
    font-size: 20px;
    text-align: left;
}
	
.course-caption h5 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 4px;
}
.course-caption {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    border-top: 0px;
    height: 68px;
}	
.footer-title {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 600;
}	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 110px;
}
.about-us-section {
    padding-top: 11px;
    padding-bottom: 21px;
}	
.about-left-caption-section p {
    font-size: 14px;

}	
.about-left-caption-section img {
    margin-top: -13px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.our-course-section .course-btn {
    width: 167px;
    height: 48px;
    background-color: #ec008c;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 48px;
    border-radius: 5px;
    margin: 0 auto;
}	
.pink-right-section p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}
.footer-contact-section a {
    color: #717171;
    font-size: 14px;
}
footer-contact-section p {
    color: #717171;
    font-size: 14px;
    font-weight: 300;
}	
.left-pink-section h3 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
    padding: 7px 0px;
    padding-top: 14px;
}
.top-main-banner-section {
    float: left;
    width: 100%;
    background: url(../images/top-banner-1.png) no-repeat;
    padding: 98px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
    padding-bottom: 77px;
}	
.top-main-banner-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
	.breadcrumb li {font-size: 14px;}	
.navbar-toggler {
    position: relative;
    right: -80%;
}
.navbar {
    padding: 21px 0;
}	
.nav-link {
    display: block;
    padding: 11px 0px;
}
.facebook-btn {
    background-color: #1f618f;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 47px;
    padding: 5px !important;
}	
.nav-link {
    display: block;
    padding: 8px 0px;
    text-align: center;
    font-size: 15px;
}
.dropdown-item {
    text-align: center;
}	
.fixed .navbar-light .navbar-brand {
    width: 100px;
    background-color: #FFF;
    transition: 0.3s ease;
}	
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
}	
.why-u-image-section img {
    border-top: 5px solid #ec008c;
    border-bottom: 5px solid #ec008c;
    width: 100%;
    margin-bottom: 39px;
}	
.founder_image_caption {
    float: left;
    width: 100%;
    margin-top: 45px;
}	
.slide-image-institue {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 35px;
}	
.carousel-indicators {
    bottom: 11px;}	
	
.carousel-indicators li {
    width: 37px;
}	
.gallery-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-bottom: 30px;
}	
.about-left-caption-section {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-section-main {
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
}	
.our-course-section {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 9px;
}	
.left-pink-section {
    float: left;
    width: 100%;
    background-color: #ec008c;
    margin-bottom: 36px;
}
.about-institute-caption h4 {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #5d5d5d;
}

}




