@import "https://fonts.googleapis.com/css?family=Open+Sans|Roboto:500,700";
html {
	overflow-x: hidden
}

body {
	background: #fff;
/*	background-image: url("../../assets/img/logo.png");*/
	font-size: 14px;
	font-weight: 400;
	font-family: open sans, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #999;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

h1,
h2,
h3,
h4 {
	font-size: 36px;
	color: #333;
	font-weight: 700;
}

a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

a:hover {
	text-decoration: none
}

a a:focus {
	outline: none
}

p {
	font-weight: 400;
	font-family: open sans, sans-serif;
	margin: 0;
	font-size: 14px
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

ul li,
ol li {
	list-style: none
}
.pageBackground{
	background-image: url("../../alagiyacovai-watermark.png");
	background-repeat: no-repeat;
	background-position: center;
/*	margin-top: 50px;*/
}
img{
	pointer-events: none;
}
.backAero{
	width: 25px;
height: 25px;
float: right;
}
.downloadBtn{
background: #1bb140;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
color: #fff;
display: inherit;
padding: 10px;
text-align: center;
}
.downBtnName{
	color: #fff !important;
}
.helpImageDiv{
	padding: 5px;
}
.noPadding { padding: 0 !important; }

.hero-heading {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: .1rem
}

.hero-sub-heading {
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px
}

.section-titile-bg {
	display: inline;
	font-size: 115px;
	font-weight: 700;
	height: 100%;
	left: -173px;
	opacity: .1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center
}

.iconSearch{
width: 15%;
float: left;
margin-top: 3px;
font-size: 20px;
}
.inputSearch{
	width: 85%;
	float: right;
}
.homeHelpH4{
	font-size: 17px;
	color: red;
}

.section-title-header p {
	text: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px
}

.section-title {
	font-size: 30px;
	color: #333;
	line-height: 52px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
	position: relative
}

.section-title:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 70px;
	margin-left: -90px;
	bottom: 40px;
	background-color: #e91e63
}

.section-title:after {
	position: absolute;
	content: '';
	height: 3px;
	width: 70px;
	margin-left: 20px;
	bottom: 40px;
	background-color: #e91e63
}

.section-subcontent {
	font-size: 15px;
	text: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px
}

.section-sub {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 52px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative
}

.section-sub:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 45px;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e91e63
}

.subtitle {
	font-size: 15px;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.inner-title {
	font-size: 24px;
	font-weight: 700;
	text-tranform: capitalize
}

.page-tagline {
	font-size: 24px;
	font-weight: 400;
	color: #ddd
}

.page-title {
	font-size: 62px;
	font-weight: 700;
	color: #fff
}

.btn {
	font-size: 14px;
	padding: 7px 20px;
	cursor: pointer;
	font-weight: 400;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block
}

.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none;
	color: #fff
}

.btn-common {
	background-color: #e91e63;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out
}

.btn-common:hover {
	color: #fff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .1)
}

.btn-border {
	color: #484848;
	background-color: transparent;
	border: 2px solid #484848;
	border-radius: 4px;
	padding: 7px 20px
}

.btn-border:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .2)
}

.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px
}

.btn-rm {
	padding: 8px 0;
	text-transform: capitalize
}

.btn-rm i {
	vertical-align: middle
}

button:focus {
	outline: none!important
}

.icon-close,
.icon-check {
	color: #e91e63
}

.bg-light {
	background: #f8f8f8
}

.bg-white {
	background: #fff
}

.ltBlue {
	background: #ebffff;
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #e91e63;
	border-radius: 4px;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

a.back-to-top:hover,
a.back-to-top:focus {
	text-decoration: none
}

.owl-carousel .item {
	margin: 5px
}

.owl-carousel.item img {
	display: block;
	width: 50%;
	height: auto
}

.owl-carousel .owl-controls .owl-page {
	display: inline-block
}

.owl-carousel .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #fff;
	border-radius: 2px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: .5;
	width: 12px
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #e91e63
}

#loader-1:before {
	z-index: 100;
	animation: spin 2s infinite
}

#loader-1:after {
	border: 7px solid #fafafa
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.section-padding {
	padding: 60px 0
}

.page-header {
	padding: 115px 0 25px;
	position: relative
}

.page-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 59, 77, .88)
}

.page-header .breadcrumb-wrapper .product-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff
}

.page-header .breadcrumb-wrapper .breadcrumb {
	font-size: 14px;
	color: #e91e63;
	border-radius: 0;
	background: 0 0;
	padding: 5px 0;
	z-index: 1
}

.page-header .breadcrumb-wrapper .breadcrumb li {
	display: inline-block
}

.page-header .breadcrumb-wrapper .breadcrumb li a {
	color: #fff;
	padding-right: 5px
}

#color-style-switcher .bottom a.settings {
	color: #e91e63
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.top-bar {
	background: #000
}

.top-bar .list-inline li {
	display: inline-block;
	line-height: 42px;
	color: #fff;
	margin-right: 15px;
	font-size: 14px
}

.top-bar .list-inline li a {
	display: block;
	margin-right: 15px;
	color: #fff;
	line-height: 32px
}

.top-bar .list-inline li i {
	font-size: 14px;
	color: #fff;
	padding-right: 5px;
	vertical-align: middle
}

.roof-social a {
	color: #fff;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	transition: all .4s ease 0s;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.roof-social a i {
	min-width: 36px;
	display: inline-block
}

.roof-social a:hover {
	color: #e91e63
}

.roof-social .facebook:hover {
	color: #3b5999
}

.roof-social .twitter:hover {
	color: #4a9cec
}

.roof-social .instagram:hover {
	color: #d6274d
}

.roof-social .linkedin:hover {
	color: #1260a2
}

.roof-social .google:hover {
	color: #ce332a
}

.header-top-right {
	padding: 7px 0
}

.header-top-right .header-top-button {
	color: #fff;
	background: 0 0;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 22px;
	margin-left: 5px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.header-top-right .header-top-button:hover {
	color: #e91e63
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.menu-bg {
	background: #fff;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
}

.menu-bg .navbar-nav .nav-link {
	color: #333!important
}

.bg-black {
	background: #111011
}

.navbar-brand {
	position: relative;
	padding: 0;
	width: 100%;
}

.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	top: 0!important;
	min-height: 58px;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff!important
}

.top-nav-collapse .navbar-brand {
	top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
	color: #999!important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	color: #e91e63!important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: #fff!important
}

.indigo {
	background: 0 0
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 14px;
	color: #999;
	padding: 0 17px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 35px;
	background: 0 0;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
	color: #e91e63;
	outline: none
}

.navbar {
	padding: 0
}

.navbar li.active a.nav-link {
	color: #fff;
	background: #e91e63
}

.dropdown-toggle::after {
	display: none
}

.dropdown-menu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 190px;
	border: none;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	animation: fadeIn .4s;
	-webkit-animation: fadeIn .4s;
	-moz-animation: fadeIn .4s;
	-o-animation: fadeIn .4s;
	-ms-animation: fadeIn .4s
}

.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	text-align: left;
	top: 100%;
	animation: fadeIn .4s;
	-webkit-animation: fadeIn .4s;
	-moz-animation: fadeIn .4s;
	-o-animation: fadeIn .4s;
	-ms-animation: fadeIn .4s;
	background: #fff
}

.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 10px 12px;
	border-radius: 0;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	display: inline-block;
	float: left;
	letter-spacing: .5px;
	clear: both;
	position: relative;
	outline: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: none
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
	background: #e91e63;
	color: #fff!important
}

.dropdown-item.active,
.dropdown-item:active {
	background: 0 0
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu
}

.slicknav_btn {
	border-color: #e91e63;
	display:none;
}

.slicknav_menu .slicknav_icon-bar {
	background: #e91e63
}

@media(min-width:768px) and (max-width:991px) {
	#nav-main li a.nav-link {
		padding-top: 18px
	}
	.titleSearch {
  margin-top: 80px;
}
}

.navbar-toggler {
	display: none
}

.mobile-menu {
	display: none
}

.slicknav_menu {
	display: none
}
@media screen and (max-width:991px) {
	.backAero {
		display: block !important;
	}
		.titleSearch {
  margin-top: 50px;
}
	
}
@media screen and (max-width:991px) {
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
	width: 100%;

		padding: 15px;
		top: 0
	}
	.slicknav_menu {
		display: block
	}
}

@media screen and (max-width:768px) {
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
	width: 100%;

		padding: 15px;
		top: 0
	}
	#mobile-menu {
		display: none
	}
	.slicknav_menu {
		display: block
	}
	.slicknav_nav .active a {
		background: #e91e63;
		color: #fff
	}
	.slicknav_nav .dropdown li a.active {
		background: #f5f5f5;
		color: #e91e63
	}
		.titleSearch {
  margin-top: 50px;
}
}
@media screen and (max-width:768px) {
	.backAero {
		display: block !important;
	}
		.titleSearch {
  margin-top: 50px;
}
	
}
#hero-area {
	background: url(../img/hero-area.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 250px;
	border: 5px solid #85f38b;
}

.dateTime p {
    padding: 0 8px 0 8px;
    color: #6200ff;
    font-size: 15px;
}

.featured {
	/*background: #f7f7f7;*/
}

.featured .row {
	margin-bottom: 3em;
}

.featured a {
	display: inline-block;
	width: 100%;
}

.featured a marquee {
	color: rgb(90 90 90);
	font-size: 13px;
}

.featured-box {
	width: 100%;
    border-top: 1px solid rgb(228, 228, 228);
   	padding: 5px 5px 0 25px;
}

.homePage .featured-box .feature-content h4 {
	font-size: 17px;
}

.featured-box .feature-content h4 {
	margin: 0;
	font-size: 14px;
    font-weight: bold;
}

.featured-box2 {
	width: 100%;
/*    border-top: 1px solid rgb(228, 228, 228);*/
   	padding: 5px 5px 0 2px;
}
.jobHead{
	border-top: 1px solid rgb(228, 228, 228);
}
.featured-box3 {
	width: 100%;
    border-top: 1px solid rgb(228, 228, 228);
   	padding: 5px 5px 0 25px;
}

.featured-box2 .feature-content h4 {
	margin: 0;
	font-size: 14px;
    font-weight: bold;
}

.feature-content {
	width: 95%;
    float: left;
    min-height: 254px !important;
}

.footer-fix {
    border-top: 1px solid rgb(228, 228, 228);
    padding: 0 25px;
    font-size: 13px;
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin-top: 20px;
}
.clickMore{
	padding: 8px 25px;
	border-radius: 48px 0px; 
	border: 0px solid #6C8003;
	color: #fff !important;
}
@keyframes blink {
	0%, 100% {background-color:#0C57A2B0;}
	50% {background-color: #8EDDBE;}
}
.clickMore {
background-color: #8EDDBE;
color: white;
animation: blink 1s linear infinite;
}
.titleSearch{
	margin-top: 80px;
}
.textOrient {
	transform-origin: 0 0;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);

	position: absolute;
    left: 0;
    top: 85px;
    font-size: 11px;
    font-weight: bold;
}
.textOrientHome
{
	position: absolute;
	top: 35px;

}
.textOrientJob
{
	position: absolute;
	top: 20px;

}
.turquoiseBlue {
	color: #40E0D0;
}

.blueTxt {
	color: rgb(0 0 225);
}

.pinkTxt {
	color: rgb(225 0 225);
}

.brownTxt {
	color: rgb(102 0 51);
}
.redTxt {
	color: rgb(236, 2, 2) !important; 
}

.greenTxt {
	color: green;
}

.steelblueTxt {
	color: rgb(0 79 158);
}
.brown {
  color: rgb(144 68 6);
}
.grayTxt {
	color: rgb(90 90 90) !important;
}
.purpleTxt{
	color: #661fdd 
}
.greenTxtinfo{
	color: #336647 
}
.grayTxtinfo{
	color: #5a5a88 
}
.forIcon {
	width: 10%;    
    vertical-align: top;
    float: left
}

.title p {
	background: #ebfffe;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    line-height: 45px;
    font-size: 17px;
}

.backCtrl {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.backCtrl a {
	color: #000;
	float: right;
}

.backCtrl .col-6 {
	border: 1px solid #000;
	line-height: 40px;
}

.backCtrl [type="button"] {
	width: 100%;
	border: 0;
	background: #fff;
    font-weight: bold;
}

.areaList {
	border-bottom: 1px solid rgb(228, 228, 228);
	color: #000;
	line-height: 35px;
	font-size: 16px;
}

.areaList .col-2 {
	border-left: 1px solid rgb(228, 228, 228);
	text-align: center;
}

.areaList a {
	width: 100%;
	display: inline-block;
}

.titleSearch { 
	padding: 0 15px;
	background: #feebff;
}

.titleSearch p { 
	display: inline-flex;
	color: #000;
	font-weight: bold;
}

.titleSearch a { color: #0a1169; float: right; }
.titleSearch a i { 
	font-weight: bold;
    font-size: 25px; 
    color: #000;
}
.titleSearch input {
	background: transparent;
	border: 0;
	width: 100%;
}
.titleSearch input:focus {
	outline: 0
}
.titleSearch button {
	background: transparent;
	font-size: 17px;
	border: none;
	cursor: pointer;
	position: absolute;
    right: 0;
}

.result {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    background: #fff;
}

.search-box input[type="text"], .result {
    width: 100%;
    box-sizing: border-box;
}

.result p {
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    width: 100%;
    line-height: 15px;
}

.result p a {
	text-align: left;
	width: 100%;
}

.result p:hover {
    background: #f2f2f2;
}

.txtScroll {
	color: #ef4ff5;
	font-size: 11px;
	font-weight: bold;
    /*height: 20px;*/
    line-height: 20px;
}

.jobs-set {
	background: #fff;
	margin-bottom: 10px;
}

.jobs-box {
	width: 100%;
   	color: rgb(0 79 158); 	
}

.jobs-girls, .course-girls {
	border: 2px solid #ff00ff;

}

.jobs-boys, .course-boys {
	border: 2px solid rgb(0 255 255);
}
.course-hospitals {
	border: 2px solid rgb(51 153 51);
}

.jobs-box span {
	color: rgb(102, 0, 102);
}

.jobs-box p {
	font-size: 14px;
	border-bottom: 1px solid rgb(228, 228, 228);

	padding: 2px 0 0 5px;
}

.jobs-boys .titleBg, .course-boys .titleSet { 
	background: #ebffff
}

.jobs-girls .titleBg, .course-girls .titleSet { 
	background: #ffebff
}
.course-hospitals .titleSet { 
	background: rgb(217 255 217);
}
.course-hospitals .titleSet h3{ 
	color: rgb(0 176 80) !important;
}
.course-hospitals button
{
	color: rgb(51 153 51);
}

.area_line {
	float: left;
	border: 0 !important;
}
.ccHr {
	margin: 0 10px;
}
.ccHr hr {
	margin: 10px 0;
}
.jobs-box p:last-child {
	border-bottom: 0;
}

.jobs-box .jobs-content h4 {
	margin: 0;
	font-size: 16px;
    font-weight: normal;
}

.jobID {
	float: left;
	color: rgb(102, 0, 102);
}

.forIcon {
	width: 5%;    
    vertical-align: top;
    float: left
}

.jobs-box button {
	float: right;	
	background: transparent;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.jobs-boys .jobs-box button, .course-boys .jobs-box button {
	color: rgb(135 220 249);
}

.jobs-girls .jobs-box button, .course-girls .jobs-box button {
	color: rgb(255 126 252);
}

.jobs-box button img {
	margin-left: 5px;
}

.moreDetails {
	float: left;
	width: 100% !important;
	border-top: 1px solid rgb(159 231 255);
}

.moreDetails p {
	color: rgb(102, 0, 102);
	width: 100%;
	float: left;
}

.moreDetails b {
	float: left;
	margin-right: 5px;
}

.moreDetails span {
	font-weight: normal;
}

.moreDetails marquee {
	display: block;
	color: #808080;
	height: 68px;
	font-weight: normal;
}

.moreDetails .imgScroll {
	border-top: 0;
	float: left;
	width: 100%;
	padding-bottom: 6px; 
}

.moreDetails a {
	float: left;
    width: 76px;
    text-align: center;
    color: #fff;
}
h4{
	margin-bottom: .1rem !important;
}
.call_button a, .email_button a { 
/*    background: #d4d4d4;*/
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin: -2px 0;
    float: right;
}

.call_button a:hover, .email_button a:hover {
/*	background: #b3b3b3;*/
}

/*.call_button a
{
float: right;
background: #c7c5c5;
padding: 5px;
width: 100px;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 16px;	
}*/

/*.moreDetails a {
	float: right;
background: #c7c5c5;
padding: 5px;
width: 100px;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 16px;
}*/

.titleSet {
	margin-bottom: 5px;
	padding-left: 1em;
	line-height: 35px;
}

.titleSet h3 {
	font-size: 17px;
	display: inline;
	color: rgb(0 79 158);
}

.titleSetInformation h3 {
	font-size: 17px;
	display: inline;
	color: #661fdd;
}

.titleSet .phoneNo {
	font-size: 16px;	
	font-weight: bold;
	display: inline;
    float: right;
    margin-right: 1em;
}

.titleSet .phoneNo a {
	color: rgb(0 79 158); 
}

.courseImg {
	float: left;
}

.courseImg img {
	float: left;
    margin-right: 1em;
    width: 40%;
}

.courseImg h3 {
	font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    line-height: 22px;
    float: right;
    color: rgb(0 79 158);
    width: 55%;
}

.courseImg1 h3{
	font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    line-height: 22px;
    float: right;
/*    color: rgb(0 79 158);*/
  
}
.courceDetails p{
	color: rgb(204, 51, 153);
	
}
.courceDetails {
	
	background-image: url("../../alagiyacovai-watermark.png");
	background-repeat: no-repeat;
	background-position: center;
}
.courceDetails span{
	color: rgb(0, 158, 204);
}
.courseImg1 img{
	width: 100%;
	height: 180px;
}
textarea{
	width: 100%;
}

.courseImg h3 a {
	float: right;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(0 79 158);
}

.courseInfo {
	padding: 5px;
    margin: 5px 0;
}

.courseInfo p {
	color: #000;
}

.courseInfo strong { 
	color: rgb(192 0 0)!important;	
}

.courseInfoImg img {
	width: 80px;
	height: 80px;
}

.contactForm {
	margin-top: 1em;
	font-size: 16px;
	color: #000;
}
.rowOne{
	font-size: 17px;
	font-weight: 700;
}
.courceBorderBottom{
	display: none;
}
@media screen and (max-width:991px) {
.courceBorderBottom{
	display: block;
	border-bottom: 25px solid rgb(165, 165, 165);
	margin-bottom: 10px;
}
.coursesBorder{
	display: none;
}
}
.jobs-box1{
	margin: 5px;
}
.coursesDiv p {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 2px 0 0 5px;
}
.serialNumber{
	color: #000;
	font-weight: 500;
	font-size: 17px;
}
.footer{
	background-color: #e91e63;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.footer p a{
	color: #dbe3ec;
}
.sticky-top{
	width: 100%;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
   
    position: fixed;
    
  }
}