@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('font-awesome.css');  

body
{
    margin:0px;   
    font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	/* background-color:#CCFF99;
	background-image:url("../Images/BG.jpg");*/
}

.topbar
{
    min-height:30px;
    font-family:Verdana;
    font-size:9pt;
    color:#ffffff;
    padding:5px;
}

.bannerbar
{
    /* margin-bottom:5px; */
        background: #fff;
}

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  
/*  Header
==================================== */
 .navbar-header img {
	 /* width: 350px;   */
 }
header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
	height: auto;
    margin-top: 0px !important;
    margin-bottom:5px !important;
    padding: 0 0 0 0 !important;
}
.navbar-default .navbar-brand{
/* color: #D81265;
background: rgb(245, 138, 46);
height: 114px;
position: absolute;
top: -28px;
bottom: -40px;
z-index: 99999999;
padding: 30px 15px; */
}

header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}


.form-horizontal .control-label {
   
    text-align: left;
}



header .navbar {
min-height: 70px;
padding: 18px 0;
background: none;
}
.home-page header .navbar-default{
    background: rgba(255, 255, 255, 1);	
    /* position: absolute; */
    width: 100%;
    position: relative;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}


header .navbar {
    min-height: 70px; 
    padding: 0px 0;
}

header .navbar-nav > li  {
    padding-bottom: 0;
    padding-top: 0;
}

header  .navbar-nav > li > a {
	font-weight: 700;
    line-height: 20px;
    margin-left: 0;
	padding: 15px;
/*     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
} 

.navbar-main .row, .navbar-main .row-fluid {
    margin-bottom: 0px;
}

.navbar-main{
	  background-color:#01BCD5; /*#565656; By Harish */ /*#d63100;*/
	  padding: 0;
}

.dropdown-menu li a:hover {
    /*color: #fff !important;*/
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #ff0000;
  color:#ffffff;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
	background-color:  #ff0000;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}


.dropdown-menu>li>a {
    
    color: #fff;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {	
	font-size: 15px;
	border:none;
	font-weight: 400;
	text-transform:capitalize;
}

header ul.nav li ul li a {	
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}


.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
/*   border: 1px solid rgba(255, 255, 255, 0) !important; */
}

.navbar .nav a:hover {
	/*background:none;*/
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	/* background:none;
 	font-weight:700; */
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	/*font-weight:700;*/
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #ffffff;
background-color:#ff0000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #F2750C;
background-color: transparent;
}
.navbar .nav > li > a:hover {
  color: #ffffff;
	background-color:#ff0000;
}

ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}


ul.nav li.dropdown a:hover 
{
    color: #fff112;
	background-color:#ff0000;
}

 select.selectmenu {
	display:none;
}
.pageTitle{
	color: #ff9933;
    display: inline-block;
    font-weight: normal;
    margin: 30px 0 0;
	 font-size: 21px;
}
.page-headline{
	border-bottom: 2px solid #ff9933;
    margin-bottom: 15px;
    padding-bottom: 5px;
	
}
.panel-body tr td a{
	color:#666;
}
.panel-body tr td a:active{
	background: #f58a2e none repeat scroll 0 0;
color: #fff;
}
 
 .foundation
 {
    margin-top: 30px;
    padding: 5px;
    font-size: 14pt;
    margin-left: -5px;
    color: #3e4095;
    text-align: right;
 }
 
 .siteheading {
    margin-top: -0px;
    font-weight: bold;
    color: red;
    text-align: right;
    letter-spacing: 2px;
    font-size: 40px;
}
 
 .affiliation
 {
      font-size:12pt;
      color:#00FF00;
 }
 
 
 
 
 td.News {
    width: 170px !important;
    background: #00bbf1 !important;
	padding: 10px 5px;
	
}


marquee.my_slide01 {
    background: #ed3338 !important;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: -7px;
}


.news table {
    background: #ed3338;
	width: 100%;
}
 
 
 
 
 
 .float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 94%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 8px;
}
 
 
 
 #back2Top {
    width: 38px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(
270deg
);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(
270deg
);
    position: fixed;
    bottom: 20px;
    right: 0;
    background-color: #fff;
    color: #1d3654;
    text-align: center;
    font-size: 27px;
    text-decoration: none;
    margin-right: 25px;
    border: 2px solid #ddd;
    border-radius: 15%;
}
 
 
 
 
 .containerrow
 {
    height:100% !important;   
    background-color:#ffffff;
 }

 footer {
	  background: #24847f url(../images/text_bar2.png);
      padding: 5px;
      color:#ffffff;
    }
    
    #footer header{background-color:#1479cb!important;}
    .widget{margin:0 15px 0 0; text-align:left;}
    .footer-title {	color: #ccc;	font-weight: 400; padding: 0 0 10px;	font-size: 18px; color: #fff;  border-bottom: 1px solid #116bb3; margin-bottom: 15px; font-family: "Segoe UI", Tahoma, Geneva, erdana, sans-serif;}
    .widget ul {	list-style: none;	margin:0px 0px 0px 0px; padding: 0 15px 0 0;	width: auto; border-right: 0px solid #116bb3;}
    .widget ul li {	line-height: 24px;	padding: 0 0 0 18px;	font-size: 15px;	font-family: "Segoe UI", Tahoma, Geneva, erdana, sans-serif;	border-bottom: 1px solid #298fe3;	background: url(../images/bulet-fot.png) no-repeat left center;}
    .widget ul li a {	color: #eee;	text-decoration: none;  }
    .widget ul li a:hover {	color: #024781; transition: all 0.3s ease-out; }

    .rightsline
    {
           text-align:center;
    }

 @media only screen and (min-width : 767px) {
 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.vmenu
{
    background-color:#ffffff!important;
}

.pgtitle
{
    padding:30px;
    font-family:Courier New;
    font-weight:bold;
    font-size:36px;   
}

.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    /*background-color: #eee;*/
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #97FFB9;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}


.newshead
{
    padding:7px!important;
    margin:0px!important;   
}

.newsbox
{
    background-image: url("../Images/Board.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Events
{
    padding:35px;   
}

.Events h4
{
    color:White;
}

.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1;  border-radius:20px; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


.nbox
{ 
    padding:10px; 
    margin:10px; 
    background:#f1f1f1;  
    border-radius:20px; 
    float: left;
    
}

.EducationBox
{
    border: 3px solid #187a00;
    border-style: double;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 10px 10px #e9ffe1;
}

.missionbox
{
    background-image:url('../Images/Board.png');
    padding:100px;   
    padding-right:230px;
    background-size: 100% 100%;
}

.missionbox h1
{
    color:Yellow;   
    text-align:center;
    font-family:Courier New;
    font-weight:bold;
}

.missionbox p
{
    color:White;
    font-size:20px;   
    line-height: 200%;
}
















.categories_wrap {
    z-index: 999;
    margin-top: 50px;
    position: relative;
	margin-bottom: 70px;

}



.our-course-categories-two {
    background: #e0e3e6;
    padding-top: 70px;
    margin-bottom: 50px;
}

.unorderList {
    list-style: none;
}

.categories_wrap ul li:nth-child(1) .categories-course {
    background: #f0aa00;
}
.categories-course {
    background: #3ab64c;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
}


.cours-icon {
    margin-bottom: 30px;
    margin-top: -80px;
}

.coure-icon-inner {
    width: 120px;
    height: 120px;
    background: #fff;
    text-align: center;
    line-height: 130px;
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
}

.categories-course h4 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.categories-course h4:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
}

.categories-course p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.categories_wrap ul li:nth-child(2) .categories-course {
    background: #ff002a;
}


.categories_wrap ul li:nth-child(3) .categories-course {
    background: #003d69;
}


.categories_wrap ul li:nth-child(4) .categories-course {
    background: #3db2d5;
}














.gallery-wrap {
    position: relative;
    background: url(../images/gallery-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 60px 0px ;
}


.gallery_box {
    display: table;
    height: 68%;
}

.gallery_left {
    display: table-cell;
    vertical-align: middle;
}

.title {
    margin-bottom: 20px;
    position: relative;
}

.title h1 {
    font-size: 48px;
    color: #56225e;
    margin: 0;
    font-weight: bold;
}

.readmore {
    margin-top: 20px;
}

.readmore a {
    text-decoration: none;
    font-size: 15px;
    background: #f0aa00;
    text-transform: uppercase;
    border-radius: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 18px 38px;
    color: #fff;
}

.galleryImg {
    margin: 15px 0;
    position: relative;
}

.galleryImg img {
    width: 100%;
}

.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-wrap .content, .galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-wrap .content .image-link, .galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #f0aa00;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.loginwrp a {
    text-decoration: none;
    background: #24847F;
    padding: 5px 14px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
	margin-left: 25px;
}





#counter {
    text-align: center;
    background: url(../images/counter-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 80px 0;
}


.counterbox {
}


.counter-icon {
    font-size: 60px;
    margin-bottom: 15px;
    color: #fff;
}


#counter .counter-number {
    display: block;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
	font-family: 'Open Sans', sans-serif;
}
#counter span {
    color: #fff;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}






















.enroll-wrap {
    background: url(../images/enroll-bg.jpg) !important;
    padding: 100px 0;
}



.enroll-wrap .title {
    margin-bottom: 15px;
}



.enroll-wrap .title h1 {
    color: #fff;
}


.enroll-wrap p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}


.enroll-wrap .phonewrp a {
    font-size: 32px !important;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.phonewrp a {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


.choice-wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}



.phonewrp {
    text-align: center;
    margin-top: 20px;
}



blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}



span.blink {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    background: #24847F;
    padding: 8px;
    border-radius: 5px;
}



.innerHeading-wrap {
    padding: 75px 0;
    background: url(../images/inner_title_bg.jpg) no-repeat top;
    background-size: cover;
    text-align: center;
}


.innerHeading-wrap h1 {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 40px;
	margin-top: 40px;
}
h2.section-title{
    text-align: center;
	font-family: 'Boogaloo', cursive;
	font-size: 35px;
	font-weight: 600;
    color: black;
}

.teacher_block {
    position: relative;
}

.teacher_block .teacher_avatar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
}

.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}

.teacher_block .teacher_about {
    text-align: left;
    padding: 31px 20px;
    margin-left: 30%;
}

.red_block .teacher_about {
    background-color: #e65874;
}

.teacher_about {
    border-radius: 0px 5px 5px 0;
}

.teacher_block .teacher_about h3 {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 2.2rem;
    margin: 5px 0;
}

.teacher_block h3 a {
    font-family: 'OpenSansSemiBold', sans-serif;
}

.teacher_block .teacher_about span {
    font-size: 18px;
    font-style: italic;
}

.teacher_block .teacher_about p {
    font-size: 16px;
    padding: 15px 0;
    text-align: justify;
}


.blue_block span, .blue_block h3 a, .blue_block a, .blue_block p, .red_block span, .red_block h3 a, .red_block a, .red_block p {
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.teacher_block .teacher_about ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.teacher_block .teacher_about ul li:first-child {
    padding-left: 0;
}
.teacher_block .teacher_about ul li {
    display: inline-block;
    padding: 0 4px;
}
.teacher_block .teacher_about ul li {
    display: inline-block;
    padding: 0 8px;
    margin-top: 20px;
}

.teacher_block .teacher_about ul li a {
    text-align: center;
}

.teacher_block .social_icon ul li a i {
    background: rgba(0,0,0,0.33);
}
.red_block .teacher_link ul li a i {
    color: #e65874;
}
.teacher_block .teacher_link ul li a i {
    background: rgba(0,0,0,0.33);
}
.social_icon i {
    width: 32px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 1.6rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
}

.owl-item img {
    display: block;
    width: 100%;
}
.teacher_block img {
    width: 100%;
    object-fit: fill;
    max-height: 275px;
    border-radius: 100%;
}


.teacher_about.social_icon h3 {
    color: #fff;
    font-size: 30px;
}


.col-md-12.teacher-s {
    margin-bottom: 50px;
}

.grey_block .teacher_about {
    background-color: #b3ed7b;
}

.yellow_block .teacher_about {
    background-color: #f7f75e;
}

.blue_block .teacher_about {
    background-color: #8e42a4;
}

.teacher_about.social_icon h5 {
    color: #fff;
}


.col-sm-9 p {
    color: #000;
    line-height: 28px;
}

.strenth {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #3e4095 !important;
}

ul.strenth li {
    list-style: none;
}

.section.bg {
    background: #24847F;
    padding-top: 30px;
    padding-bottom: 30px;
}


.pt-100 {
    padding-top: 100px;
}

.mb-60 {
    margin-bottom: 60px;
}


.gutter-16 {
    margin-left: -8px;
    margin-right: -8px;
}


.gutter-16 [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}


.rs-contact.inner .content-info-part .info-item {
    background: #f1f6fc;
    padding: 50px 30px 37px;
    text-align: center;
	box-shadow: 1px 1px 20px #ff00006e;
}


.rs-contact.inner .content-info-part .info-item .icon-part {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0 auto 25px;
    text-align: center;
    background: #acccf4;
    position: relative;
}


.rs-contact.inner .content-info-part .info-item .icon-part i {
    font-size: 80px;
    color: #106eea;
    line-height: 1;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}



.rs-contact.inner .content-info-part .info-item .icon-part:after {
    background: transparent;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    transition: all 0.3s ease;
}

.rs-contact.inner .content-info-part .info-item .content-part {
    font-size: 18px;
}


.rs-contact.inner .content-info-part .info-item .content-part .title {
    font-family: 'Roboto', sans-serif;
    color: #f00;
    margin-bottom: 12px;
}


.rs-contact.inner .content-info-part .info-item .content-part a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.rs-contact.inner .contact-form-part .custom1 {
    ms-flex: 45.965%;
    flex: 45.965%;
    max-width: 45.965%;
}


.rs-contact.inner .contact-form-part .img-part {
    height: 100%;
    background: url(../images/left-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rs-contact.inner .contact-form-part .custom2 {
    ms-flex: 54.035%;
    flex: 54.035%;
    max-width: 54.035%;
}


.rs-contact.inner .contact-form-part form {
    background: url(../images/right-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 72px 70px 94px;
}


.mb-53 {
    margin-bottom: 53px;
}



.sec-title .sub-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.white-color {
    color: #ffffff !important;
}


h2.title.white-color.mb-0 {
    font-size: 36px;
    line-height: 47px;
	font-weight: 600;
}


.rs-contact.inner .contact-form-part form input, .rs-contact.inner .contact-form-part form textarea {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #ffffff;
    background: rgba(18, 115, 235, 0.5);
    font-size: 16px;
    padding: 11px 20px;
}



.rs-contact.inner .contact-form-part form textarea {
    display: inherit;
    height: 120px;
}

.rs-contact.inner .contact-form-part form button {
    background: #ffffff;
    color: #106eea;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}


.readon.modify {
    padding: 13px 32px;
}



.info-item p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}










@media (max-width: 1366px){
.w3_agile_main_grids {
    width: 57%;
}
}
@media (max-width: 1440px){
.w3_agile_main_grids {
    width: 54%;
}
}






.w3_agile_main_grids {
    width: 70%;
    margin: 0 auto;
	
}





.agile_main_grid_left {
    float: left;
    width: 47.6%;
}


.agile_main_grid_left h3 {
    font-size: 1.1em;
    color: #212121;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}


.agile_main_grid_left input[type="email"], .agile_main_grid_left input[type="password"], .w3layouts_select, .agile_main_grid_left input[type="text"], .agile_main_grid_left textarea {
    outline: none;
    padding: 12px;
    color: #212121;
    font-size: 13px;
    border: 1px solid #24847F;
    background: none;
    width: 92%;
    margin-bottom: 1.5em;
}


@media (max-width: 1440px){
.agile_main_grid_left input[type="email"], .agile_main_grid_left input[type="password"], .w3layouts_select, .agile_main_grid_left input[type="text"], .agile_main_grid_left textarea {
    width: 91%;
}
}
.agile_main_grid_left textarea {
    min-height: 73px;
    resize: none;
}


.w3layouts_select {
    width: 100% !important;
}


.agile_main_grid_left:nth-child(2) {
    margin-left: 2em;
}
.agile_main_grid_left {
    float: left;
    width: 47.6%;
}


.agileits_main_grid_left_l_grids {
    padding: 1em 0 2em;
}

.w3_agileits_main_grid_left_l {
    float: left;
}

.agile_main_grid_left h2 {
    font-size: 1em;
    color: #212121;
    font-weight: 500;
}

.wthree_color {
    color: red;
}

.w3_agileits_main_grid_left_r {
    float: right;
}

.agileinfo_radio_button:first-child {
    margin-left: 0;
}
.agileinfo_radio_button {
    float: left;
    margin-left: 2em;
}


label.radio, .checkbox {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding-left: 25px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}


.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}


.radio i, .checkbox i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    background: #58a90f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}


.radio input:checked + i:after {
    opacity: 1;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input + i:after, .checkbox input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}

.agileinfo_radio_button {
    float: left;
    margin-left: 2em;
}

.clear {
    clear: both;
}

.w3layouts_file_upload {
    margin-top: 2em;
}

.w3_agileinfo_file h4 {
    font-size: 1em;
    color: #212121;
    margin-top: 1em;
    text-align: center;
    position: relative;
}


.w3_agileinfo_file h4:before {
    left: 12%;
}
.w3_agileinfo_file h4:before, .w3_agileinfo_file h4:after {
    content: '';
    background: #58a90f;
    width: 30%;
    height: 2px;
    position: absolute;
    top: 46%;
}


.w3_agileinfo_file h4:after {
    right: 12%;
}
.w3_agileinfo_file h4:before, .w3_agileinfo_file h4:after {
    content: '';
    background: #58a90f;
    width: 30%;
    height: 2px;
    position: absolute;
    top: 46%;
}


#filedrag {
    display: none;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    margin: 1em 0;
    color: #f3c500;
    border: 2px dashed #f3c500;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: default;
    font-size: 1.25em;
}

#messages {
    padding: 15px 10px;
    margin: 15px 0;
    border: 1px solid #24847F;
}

#messages h4 {
    color: red;
    font-size: 14px;
    font-weight: 700;
}


.agileits_w3layouts_main_grid input[type="submit"] {
    outline: none;
    padding: 12px 0;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    border: none;
    width: 35%;
    background: #58a90f;
    cursor: pointer;
    text-transform: uppercase;
}


section.career-bg {
    background: #24847F;
    padding: 0px 0px 35px;
}


.agileits_w3layouts_main_grid {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 20px;
    border-radius: 25px;
}


span.more-gallery a {
    text-decoration: none;
    background: #24847F;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    margin-left: 45%;
    text-align: center;
}

span.more-gallery a {
    margin-top: 30px;
    margin-bottom: 20px;
}


.teacher_block .teacher_link ul li a i {
    color: #fff;
    font-size: 18px;
}


.tc-form {
    background: url(../images/right-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 72px 70px 94px;
}

.tc-form input {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #ff0000;
    background: #fff;
    font-size: 16px;
    padding: 11px 20px;
    text-transform: capitalize;
}

.tc-form textarea {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #ff0000;
    background: #fff;
    font-size: 16px;
    padding: 11px 20px;
}


.col-sm-9 ul li {
    color: #000;
    line-height: 28px;
}



.col-md-6.class-tc label {
    color: #fff;
    margin-top: -15px;
}

select.tc-select {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 33px;
    color: #ff7575;
    background: #fff;
    font-size: 16px;
    padding: 11px 20px;
}



.delphinus-heading-title {
    letter-spacing: 0;
    background: #ff0000;
    width: 305px;
    margin: 0 auto;
    padding: 27px 0px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    line-height: 10px;
}


input#datepicker {
    body p {: ;
    color: #010621 !important;
    }: ;
    outline: none;
    padding: 12px;
    color: #212121;
    font-size: 13px;
    border: 1px solid #24847F;
    background: none;
    width: 92%;
    margin-bottom: 1.5em;
}

b, strong {
    font-weight: 600;
    
}


.t-social-left {
    float: left;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
}


.t-social-right {
   float: left;
    padding-top: 3px;
    padding-bottom: 0px;
    
}


ul.social-t {
    float: left;
}

ul.contact-t {
    float: left;
}

ul.social-t li {
    display: inline-block;
}

ul.contact-t li {
    display: inline-block;
}

ul.social-t li {
    margin-right: 15px;
}

ul.contact-t li {
    margin-right: 20px;
}

.row.row-eq-height {
    color: #000;
}


.EducationBox {
    
    color: #3e4095;
}







/* Media CSS */

@media screen and (max-width: 767px) {
	
	.foundation {
    margin-top: 30px;
    padding: 5px;
    font-size: 17px;
    margin-left: 0px;
    color: #3e4095;
    text-align: center;
}


.siteheading {
    margin-top: -0px;
    font-weight: bold;
    color: red;
    text-align: center;
    letter-spacing: 2px;
    font-size: 25px;
}

.col-sm-5.principal-m {
    margin-top: 60px;
}

.w3_agile_main_grids {
    width: 100%;
    margin: 0 auto;
}


.agile_main_grid_left {
    float: left;
    width: 100%;
}

.agile_main_grid_left:nth-child(2) {
    margin-left: 0em;
}


.gutter-16 [class*="col-"] {
   
    margin-bottom: 20px;
}


.rs-contact.inner .contact-form-part .custom1 {
   
    max-width: 100%;
}


.rs-contact.inner .contact-form-part .custom2 {
   
    max-width: 100%;
	margin-top: 20px;
	
}


.col-md-4.video-u {
    margin-bottom: 25px;
}

span.more-gallery a {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35%;
}

.logo-responsive {
    margin-left: -30px;
}

.admission-responsive {
    display: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f00;
}



ul.social-t {
    float: none;
}

.t-social-right {
    float: none;
}

td.News {
    width: 140px !important;
    background: #00bbf1 !important;
    padding: 10px 0px;
}

td.News p {
    font-size: 14px !important;
}

a.navbar-brand.page-scroll {
    display: block !important;
}

.news {
    padding: 15px 0px 15px;
    background: #ed3338;
}

td.News {
    display: none;
}

.w3-card-4.containerrow.ompublic-s {
    height: 800px !important;
}

.w3-card-4.containerrow.vice-president {
    height: 600px !important;
}

.float {
    right: 87%;
}


.t-social-left {
    
    font-size: 12px;
}
	
	
}










@media screen and (max-width: 400px) 
{
	.logo-responsive {
    margin-left: -30px;
    width: 40%;
}




.foundation {
    
    font-size: 15px;
	
	margin-top: 20px;
}





.siteheading {
   
    font-size: 20px;
}


ul.social-t {
    float: none;
}

.t-social-right {
    float: none;
}

.col-sm-5.principal-m {
    margin-top: 60px;
    margin-bottom: 15px;
}

td.News {
    width: 140px !important;
    background: #00bbf1 !important;
    padding: 10px 0px;
}


td.News p {
    font-size: 14px !important;
}


a.navbar-brand.page-scroll {
    display: block !important;
}


.w3-card-4.containerrow.ompublic-s {
    height: 928px !important;
}

.w3-card-4.containerrow.vice-president {
    height: 635px !important;
}

}



















ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;    
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

a.navbar-brand.page-scroll {
    display: none;
}





















@media screen and (max-width: 360px){
.w3-card-4.containerrow.ompublic-s {
    height: 1019px !important;
}
}

