@charset "utf-8";
/* CSS Document */
:root{
	--white-color:#fff;
	--bradred-color:#f33437;
	--brandblue-color:#17365f;
}
body{
	    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-attachment: fixed;
	background-size: 1366px auto;
	background-position: center top;
	background-repeat: no-repeat;
	 
	 
}

h1, h2, h3, h4, h5, h6{
	    font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.container{
	width: 100%;
	max-width: 1030px;
}
img{
	max-width: 100%;
}
.fullwidth{
	width: 100%;
}
.clearfix{
	clear: both;
}
.fontBold{
	font-weight: 700;
}
.mainBg{
	background-color: #b80827;
}
.secondaryBg{
	background-color: #1c142d;
}
.main-banner-wrp{
	color: #FFFFFF;
background: #172e50;
}
.morerebtn{
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fe8545;
	border-color: #fe8545;

	color: #fff !important;
}
.morerebtn:hover{
	color: #fff !important;
	background-color: #fb2b15;
	border-color: #db4434;
}
.course_intro-top{
	background-color: #0a9abd;
}
.course-a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	padding-top: 66.25%;
}
.courseOverlay{
	background-color: rgba(0,0,0,0.51);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
}
.courseOverlay, .courseImg, .coursName, .morerebtn{
	-moz-transition: all .2s ease .0s;
	-webkit-transition: all .2s ease .0s;
	transition: all .2s ease .0s;
}

.courseImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.courseImg img{
	width: 100%;
}
.course-a:hover  .courseImg, .course-a:focus .courseImg{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.course-a:hover  .courseOverlay, .course-a:focus .courseOverlay{
background-color: rgba(0,0,0,0.80);
}
.course-a:hover  .coursName, .course-a:focus .coursName{
margin-bottom: 25px;
}
.coursName {
	font-size: 24px;
	margin-bottom: 5px;
	color: #FFFFFF;
	-moz-text-shadow: 0px 2px 4px  rgba(0,0,0,0.6);
	-webkit-text-shadow: 0px 2px 4px  rgba(0,0,0,0.6);
	text-shadow: 0px 2px 4px  rgba(0,0,0,0.6);
}
.pt-seirf, .commoinTitle{
	font-family: 'PT Serif', serif;
	font-weight: 700;

}
.mainlogo {
    max-width: 350px;
    margin-bottom: 30px;
    text-align: left;
}
.bannerleft{
	width: 55%;
}
.bannerRight{
	width: 45%;
}
.blurbp{
	color: #666666;
	line-height: 28px;
	font-size: 18px;
}
 
.courseTitle {
    font-size: 26px;
    margin-bottom: 15px;
}
.courseList{
	padding-left: 20px;
	margin-bottom: 0;
}
.courseList li{
	width: 100%;
	margin-top: 10px;
}
.bannerTitle {
	font-size: 54px;
	margin-bottom: 20px;
	color: #172e50;
}
.bannerDispn{
	line-height: 27px;
}
.bannerDispn span{
	color: #ff1942;
	font-weight: 700;
}
.topwrp {

    left: 0;
    top: 0;
    width: 100%;
color: #172e50;
    padding: 8px 0;
	text-align: right;
	font-weight: 700;
}
span.phoneicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.topwrp p{
	margin-bottom: 0;
	color: var(--white-color);
}
.commoinTitle{
	margin-bottom: 15px;
	font-size: 26px;
}
.tytable td {
    padding: 10px;
    border: 1px solid #ddd;
	background: #fff;
}
.tytable tr:nth-child(2n+2) td {
	background-color: #f6efe8;
}
.speclContentwrp {
	background-color: #eeeeee;
	padding-top: 30px;
}
.splRight{
	width: 35%;
	float: left;
	text-align: center;
	position: relative;
}
 
 
 
.footerwrp {
	margin-top: 80px;
	border-top: 5px solid #b80827;
	padding-bottom: 80px;
}
.footerIcon {
    width: 110px;
    margin: -40px auto 20px;
}
.copyright {
	font-size: 13px;
	color: #FFFFFF;
	opacity: .5;
}
.admrelatedBox{
	
background-color: rgb(254, 133, 69);
text-align: center;
border-radius: 15px;
 }
.footerBg{
	background: #c4e6efa1;
	-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
 .footerBg .morerebtn{
	background-color: #333;
	 border-color: #333333;
}
 .footerBg .morerebtn:hover{
	background-color: #000;
	 border-color: #000;
}
.custom-select option{
	color: #333333;
}
.course-select option[data-name="distance"][disabled]{
	color: #aaa;
}
/*.................. Sticky Bottom ..............*/

.bottomsybls path{
	fill:#fff;
}
.bottomBarul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.bottombar{
	position: fixed;
	bottom: -200px;
	left: 10%;
	right: 10%;
	padding: 5px;
	z-index: 10;
	border-radius: 10px 10px 0px 0px;
	
	-moz-transition: all .7s ease .0s;
	-webkit-transition: all .7s ease .0s;
	transition: all .7s ease .0s;
}
.bottombar.active{
	bottom: 0;
}
.glyph{
	width: 20px;
	height: 24px;
	margin: 0 auto 5px;
}
.glyph svg{
	width: 100%;
	height: 100%;
}
.bottombarLi{
	width: 25%;
	text-align: center;
	padding: 5px;
}
.bottombarLi a, .bottombarLi  a:not([href]):not([tabindex]){
	color: #0C2A4A;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.bottombarLi a:hover{
	text-decoration: none;
}
.bottombarTitle{
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -10px;
	padding-left: 15px;
	margin-bottom: 0;
	color: #333;
}
.bottombar {
	padding-left: 100px;
}
.form-submit{
	background-color: #b80827;
	color: #FFFFFF;
	border-radius: 30px;
}
@media only screen and (max-width:768px) {
	.sm-hide{
		display: none;
	}
	.bottombar{
		padding-left: 0;
		left: 5px;
		right: 5px;
	}
}
/*.................. Sticky Bottom ..............*/

.course_intro {
  color: var(--white-color);
}
.smsLogo {
  max-width: 300px;
  margin: 0px auto 20px;
padding-top: 20px;
}
.course__body-section {
background: rgb(38,160,218);
background: -moz-linear-gradient(-45deg,  rgba(38,160,218,1) 0%, rgba(49,71,85,1) 100%, rgba(49,71,85,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(38,160,218,1) 0%,rgba(49,71,85,1) 100%,rgba(49,71,85,1) 100%);
background: linear-gradient(135deg,  rgba(38,160,218,1) 0%,rgba(49,71,85,1) 100%,rgba(49,71,85,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a0da', endColorstr='#314755',GradientType=1 );

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 30px;
	color: var(--white-color);
}
.course__body-title {
  margin-bottom: 22px;
  color: #ffdf79;
}
.courseboxIn {
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 15px;
	text-align: left;
}
.coursedispn {
  opacity: .6;
}
.Specialities__li {
  
}
 
.mobile_image {
display: none;
}
.course__dispn {
  max-width: 600px;
  margin: 10px auto;
}
.specialIcons {
  max-width: 60px;
  margin: 0 auto 15px;
}
.specialities__body-section .course__body-title {
  color: #333;
}
.Specialities__li {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a4955;
}.mainfooter {
  background:#172e50;
  float: left;
  width: 100%;
  margin-top: 60px;
	padding-bottom: 100px;
}