
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: 'Lato', sans-serif;
/*	overflow-x: hidden;*/
}
a:hover {
	text-decoration: none;
	color: #333;
}
*{
	outline: none !important;
}
ul{
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
.pd-0 {
	padding: 0px;
}
.pr-0{
	padding-right: 0px;
}
.txt-c{
	text-align: center;
}
.pd_20 {
	padding: 0px 20px;
}
.pd_10 {
	padding: 10px 10px;
}
.mg_0 {
	margin: 0px !important;
}
.mg_t_60 {
	margin-top: 60px;
}
.img-responsive{
	width: 100%;
}
/*my style*/
a#backToTop {
    width: 45px;
    height: 45px;
    opacity: 0.9;
    position: fixed;
    bottom: 5px;
    right: 10px;
    display: none;
    text-indent: -10000px;
    outline: none !important;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    z-index: 9999;
}
header .top-bar{
	background: #2e3192;
	position: relative;
}
header .top-bar::before{
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	left: -15px;
	top: 0;
	border-bottom: 38px solid #2e3192; 
	border-left: 15px solid transparent;
}
header::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 38px;
    background: #2e3192;
    top: 0;
    right: 0px;
    z-index: -1;
}
header .top-bar .number{
	display: inline-block;
	margin-right: 22px;
	margin-top: 8px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
header .top-bar .number i{
	font-size: 18px;
	margin-right: 5px;
}
header .top-bar ul{
	text-align: right;
}
header .top-bar ul li{
	display: inline-block;
	margin-left: 5px;
}
header .top-bar ul li a {
    display: inline-block;
    text-align: center;
    line-height: 26px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    padding: 6px 15px;
    background: #03b1db;
}
header .top-bar ul li a:hover{
	background: #009eda;
}
header .logo{
	display: block;
	padding: 8px;
	overflow: hidden;
}
.owl-carousel {
    display: block;
}
.navbar-inverse .navbar-nav > li > a {
    color: #363636;
    padding: 15px 15px 15px 15px;
    margin: 12px 0px;
    transition: all ease-in-out 0.5s;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: #03b1db;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background: #03b1db;
}
.navbar-nav {
    float: right;
}
.navbar-inverse {
    background:none;
    border: none;
    margin-bottom: 0px;
   /* padding: 22px 0px 41px 0px;*/
}
.footer-sec{
	padding:70px 0px 50px 0px;
	background:#002147;
	border-top: 2px solid #fff;
}
.footer-sec .footer-link{
	display: block;
	color: #fff;
	padding: 6px 0px 6px 50px;
	margin-bottom: 15px;
	position: relative;
}
.footer-sec .footer-link i{
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	position: absolute;
    color: #fdc800;
	top: 0;
	left: 0;
    transition: all ease-in-out 0.5s;
}
.footer-sec .footer-link i:hover{
	color: #fff;	
}
.footer-sec .footer-logo{
	display: block;
	margin-bottom: 15px;
}
.footer-sec article h3{
	font-size: 26px;
	position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 35px;
}
.footer-sec article p{
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.footer-sec article p span{
	margin-right: 25px;
	margin-bottom: 10px;
	display: inline-block;
}
.footer-sec article ul li {
    display: inline-block;
    margin-left: 5px;
}
.footer-sec article ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #b3b3b3;
    border:1px solid #b3b3b3;
    text-align: center;
    line-height: 27px;
    transition: all ease-in-out 0.5s;
}
.footer-sec article ul li a:hover{
	background: #2e3192;
    border:1px solid #2e3192;
    color: #fff;
}
.footer-sec article .nav-link{
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
}
.footer-sec article .nav-link img{
	margin-right: 5px;
}
.footer-sec article h5{
	color: #fff;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: center;
    font-family: 'Oswald', sans-serif;
}
.footer-sec article form{
	text-align: center;
}
.footer-sec article .footer-form{
	border:none;
	padding: 14px;
	margin-bottom: 10px;
	color: #fff;
	background: #373737;
	width: 100%;
}
.footer-sec article .footer-btns{
	border: none;
    padding: 10px 30px;
    background: #26a5dd;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
}
.footer-sec article .footer-btns:hover{
    background: #03507f;	
}
.navbar-nav .drop1 {
    position: relative;
    display: block;
}
.navbar-nav .drop1 .drop-hidden{
	position: absolute;
left: 0px;
top: 147%;
display: block;
visibility: hidden;
opacity: 0;
width: 194px;
padding: 0px;
z-index: 100;
background: #03507f;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navbar-nav .drop1:hover .drop-hidden {
    visibility: visible;
    opacity: 1;
    top: 101%;
}
.navbar-nav .drop1 .drop-hidden li {
    position: relative;
    width: 100%;
}
.navbar-nav .drop1 .drop-hidden li a {
    color: #333;
    border-color: rgba(255, 255, 255, 0.5);
        border-bottom-color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar-nav .drop1 .drop-hidden li:hover a {
    background: #009eda;
}
.navbar-nav .drop1 .drop-hidden li a::after {
    content: "";
    background: #009eda;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:0%;
    transition: all .5s ease;
    z-index: -1;
    transform-origin: 0 0;
}
.navbar-nav .drop1 .drop-hidden li a:hover::after {
    height: 100%;
}
.navbar-brand{
	display: none;
}
.navbar-nav .dropdown{
	display: none;
} 
/*about_sec*/
.about_sec{
    padding:30px 0px 0px 0px;
    overflow: hidden;
}
.about_sec .about_lft{
    padding:90px 0px;
}
.about_sec .about_lft h5{
    font-size: 14px;
    margin:0px;
}
.about_sec .about_lft h3{
    font-size: 50px;
    color: #2e3192;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}
.about_sec .about_lft h3 span{
    color: #03b1db;
}
.about_sec .about_lft small{
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
}
.about_sec .about_lft p{
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.about_sec .about_lft a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding:5px 15px;
    border:2px solid #03b1db;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    transition: all ease-in-out 0.5s;
}
.about_sec .about_lft a:hover{
    background: #333;
    color: #fff;
    border:2px solid #333;
}
.about_sec .about_rgt img{
    border-left: 1px solid #ccc;
}
/*feature_sec*/
.feature_sec{
    padding: 70px 0px;
    background: #f5f5f5;
}
.heading h5{
    font-size: 20px;
    font-weight: 300;
    color: #515151;
    margin:0px;
}
.heading h3{
    font-size: 30px;
    font-weight: bold;
    color: #717171;
    margin:0px;
}
.feature_sec .client-slide{
    margin-top: 40px;
}
.feature_sec .client-slide .item{
    padding: 10px;
}
.feature_sec .client-slide article{
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
.feature_sec .client-slide article .img_blog{
    position: relative;
}
.feature_sec .client-slide article .img_blog .img-overtext{
    position: absolute;
    top: 24px;
    right: 0;
}
.feature_sec .client-slide article .img_blog .img-overtext h4{
    padding: 10px 15px;
    background: #fdc800;
    color: #283a8c;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}
.feature_sec .client-slide article .img_blog .img-overtext h4::before {
    position: absolute;
    content: "";
    background: url(../images/icon2.png) no-repeat right;
    background-size: contain;
    padding: 21px;
    left: -40px;
    top: -2px;
}
.feature_sec .client-slide article .img_blog .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(40,58,140,0.8);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all ease-in-out 0.5s;
}
.feature_sec .client-slide article:hover .img_blog .img-hover{
   opacity: 1;
   visibility: visible;
   transform: scale(1);
}
.feature_sec .client-slide article .img_blog .img-hover .img-hover-inner{
   vertical-align: middle;
   padding: 100px 0px;
}
.feature_sec .client-slide article .img_blog .img-hover .img-hover-inner a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border:1px solid #fff;
    line-height: 50px;
    display: inline-block;
    padding:10px;
    transition: all ease-in-out 0.5s;
}
.feature_sec .client-slide article .img_blog .img-hover .img-hover-inner a:hover{
     background: #fdc800;
}
.feature_sec .client-slide article .text_inner{
    padding: 20px;
    text-align: center;
}
.feature_sec .client-slide article .text_inner h3{
    color: #2e3192;
    font-weight: bold;
    font-size: 18px;
    margin:0px;
    line-height: 25px;
}
.feature_sec .client-slide article .text_inner h5{
    color: #616161;
    font-size: 16px;
}
.feature_sec .client-slide article .text_inner p{
    color: #616161;
    font-weight: bold;
    text-transform: uppercase;
}
.feature_sec .client-slide article .a-tag{
    text-align: center;
    padding:20px 20px 20px 20px;
    border-top: 1px solid #eee;
}
.feature_sec .client-slide article .a-tag a{
    display: inline-block;
    padding:5px 15px;
    background: #03b1db;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out 0.5s;
}
.feature_sec .client-slide article .a-tag a:hover{
    background: #333;
}
.feature_sec .client-slide .owl-nav{
    display: block !important;
    position: absolute;
    top: -64px;
    right: 10px;
    width: 65px;
}
.feature_sec .client-slide .owl-nav .owl-prev{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    background: #00a6fd;
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
}
.feature_sec .client-slide .owl-nav .owl-next{
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    background: #00a6fd;
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
}
.feature_sec .client-slide .owl-nav .owl-prev:hover, .feature_sec .client-slide .owl-nav .owl-next:hover{
    background: #333;
}
/*register_sec*/
.register_sec{
    padding:40px 0px;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.register_sec .reg_lft{
    padding: 135px 0px;
}
.register_sec .reg_lft h5{
    color: #fff;
    margin:0px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
}
.register_sec .reg_lft h5 span{
    color: #00a6fd;
}
.register_sec .reg_lft h2{
    color: #fff;
    font-size: 60px;
    margin:0px 0px 20px 0px; 
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
}
.register_sec .reg_lft p{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.register_sec .reg-rgt{
    margin:0px 30px;
    background:#fff;
}
.register_sec .reg-rgt .reg-inner{
    background:#00a6fd;
    text-align: center;
    padding:20px 10px;
    position: relative;
    margin-bottom: 56px;
    z-index: 1;
}
.register_sec .reg-rgt .reg-inner::before {
    position: absolute;
    content: "";
    background: url(../images/shape.png) no-repeat center;
    background-size: contain;
    padding: 40px;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: -65px;
}
.register_sec .reg-rgt .reg-inner p{
    font-size: 16px;
    color: #fff;
    margin:0px;
    font-family: 'Roboto Slab', serif;
}
.register_sec .reg-rgt .reg-inner h4{
    font-size: 26px;
    margin:0px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.register_sec .reg-rgt form{
    background: #fff;
    padding: 25px;
}
.register_sec .reg-rgt form .input-form{
    width: 100%;
    padding:12px;
    margin-bottom: 15px;
    border:1px solid #eee;
    color: #777;
    transition: all ease-in-out 0.5s;
}
.register_sec .reg-rgt form .input-form:hover, .register_sec .reg-rgt form .input-form:focus{
    border:1px solid #00a6fd;
}
.register_sec .reg-rgt form .input-form-btn{
    padding:9px 20px;
    background:#00a6fd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.register_sec .reg-rgt form .input-form-btn:hover{
    background: #333;
}
/*student_sec*/
.student_sec{
    padding:70px 0px;
}
.student_sec h2{
    text-align: center;
    font-size: 30px;
    color: #333;
    margin:0px 0px 40px 0px;
    font-weight: bold;
}
.student_sec .client3 .item{
    margin:10px;
}
.student_sec .client3 article{
    padding: 30px 130px 30px 30px;
    background: #f8f8f8;
    position: relative;
    margin-top: 50px;
}
.student_sec .client3 article::before {
    position: absolute;
    content: "";
    background: url(../images/shape1.png) no-repeat;
    background-size: contain;
    padding: 20px;
    top: -35px;
    left: 30px;

}
.student_sec .client3 article img{
    width: 130px;
    border-radius: 50%;
    height: auto;
    position: absolute;
    top: -60px;
    border:10px solid #fff;
    right: 10px;
}
.student_sec .client3 article p{
    font-size: 14px;
    color: #757575;
    line-height: 25px;
}
.student_sec .client3 .item h4{
    font-size: 20px;
    color: #2e3192;
    margin:0px 0px 5px 0px;
}
.student_sec .client3 .item h5{
   font-size: 16px;
    color: #777;
    margin:0px 0px 30px 0px;
}
.student_sec .client3 .owl-nav{
    display: none;
}
.student_sec .client3 .owl-dots{
    width: 100%;
    text-align: center;
    margin:15px auto;
}
.student_sec .client3 .owl-dots .owl-dot{
    width: 30px;
    height: 4px;
    margin:0 auto;
    display: inline-block;
    margin:3px;
    background: #dedede;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.student_sec .client3 .owl-dots .active{
    background: #333;
}
.footer_1{
    text-align: center;
}
.footer_1 h4{
    font-size: 30px;
    text-transform: uppercase;
    color: #b3b3b3;
    margin:0px 0px 30px 0px;
    font-family: 'Oswald', sans-serif;
}
.copyright p{
    padding:20px 0px;
    margin: 0px;
    color: #b3b3b3;
    text-align: center;
    background: #001a39;
}
.copyright p span{
    color: #fff;
}
.bs-slider{
    position: relative;
}
.bs-slider .slider_bottom{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 99;
}
.bs-slider .slider_bottom article{
    position: relative;
    padding: 15px 15px 15px 100px;
    background: rgba(0,0,0,0.6);
}
.bs-slider .slider_bottom article img {
    position: absolute;
    top: 20px;
    left: 15px;
}
.bs-slider .slider_bottom article h3{
    font-size: 28px;
    color: #fff;
    margin:0px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.bs-slider .slider_bottom article h4{
    font-size: 22px;
    color: #fff;
    margin:0px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.bs-slider .slider_bottom article a{
    font-size: 15px;
    display: inline-block;
    margin:10px 0px;
    text-transform: uppercase;
    color: #03b1db;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    transition: all ease-in-out 0.5s;
}
.bs-slider .slider_bottom article a:hover{
    color: #fff;
}
.bs-slider .slider_bottom article a i{
    padding-left: 5px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: center;
}
#boxes #dialog {
  width:570px; 
  height:auto;
  padding:0px;
  background-color:#ffffff;
}
#popupfoot {
    position: absolute;
    top: -12px;
    right: -12px;
}
#popupfoot .agree {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    text-shadow: none;
    font-weight: 300 !important;
    line-height: 23px;
    text-align: center;
    color: #000;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
#popupfoot .agree:hover{
    background: #2e3192;
    color: #fff;
}
/*banner_sec*/
.banner_sec{
    background: url(../images/inner-header.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0px 60px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner_sec::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.banner_sec h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.banner_sec ul li{
    display: inline-block;
    margin:0px -1.5px;
}
.banner_sec ul li a{
    display: inline-block;
    background: rgba(255,255,255,0.7);
    padding:10px 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.banner_sec ul li a.active{
    color: #0d3d85;
}
.about_secs{
    padding:0px 0px 20px 0px;
    background: url(../images/gray_background.png) no-repeat center;
    background-size: cover;
}
.about_secs .about_inner {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
    position: relative;
    bottom: 60px;
    z-index: 99;
}
.about_secs .about_inner::before {
    position: absolute;
    content: "";
    top: 12%;
    left: 5%;
    width: 250px;
    height: 1px;
    background: #333;
}
.about_secs .about_inner .about_lft{
    padding: 30px;
}
.about_secs .about_inner .about_lft h5{
    margin:0px;
    font-size: 18px;
    color:#0d3d85;
    font-style: italic;
}
.about_secs .about_inner .about_lft h3 {
    margin: 0px 0px 60px 0px;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.about_secs .about_inner .about_lft p{
    font-size: 14px;
    line-height: 30px;
    color: #777;
}
.about_secs .about_inner .about_lft a{
    display: inline-block;
    padding:6px 15px;
    background: #0d3d85;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}
.about_secs .about_inner .about_lft a:hover{
    background: #cccccc;
    color: #000;
}
.about_secs .about_inner .about_rgt{
    width: 100%;
    height: auto;
    min-height: 371px;
    position: relative;
    background: url(../images/gray_background.png) no-repeat center;
    background-size: cover;
}
.about_secs .about_inner .about_rgt img {
    position: absolute;
    /*bottom: 20px;*/
    left: 0;
}

/*start contact page*/
.form-sec {
    padding: 70px 0px 50px 0px;
}
.form-inner {
    padding: 20px;
    background: #f7f6f6;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}
.form-inner h3 {
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #4444;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.form-inner h4 {
    font-size: 20px;
}
.form-inner p {
    color: #717070;
    margin: 20px 0px;
}
.map-sec {
    margin-top: 40px;
}
.map-inner {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 5px solid #fff;
}
.form-inner p span {
    color: #03b1db;
}
.input-form:hover, .input-form:focus {
    border: 1px solid #1498f0;
}
.input-form {
    border: 1px solid #777;
    padding: 10px 15px;
    background: none;
    width: 100%;
    margin-bottom: 14px;
    transition: all ease-in-out 0.5s;
}
.btns {
    padding: 7px 15px;
    background: #0d3d85;
    border: none;
    color: #fff;
    transition: all ease-in-out 0.5s;
}
.btns:hover{
    background: #333;
}
.contact_secs .contact_inner {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
    position: relative;
    bottom: 60px;
    z-index: 99;
}
.course_secs .course_inner {
    position: relative;
    background: #fff;
    padding: 62px 40px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
    position: relative;
    bottom: 60px;
    z-index: 99;
}
.ser-inners{
    padding:10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    text-align: center;
}
.ser-inners h4{
    text-align: center;
    padding:10px 0px;
    background: #eee;
    margin:10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.ser-inners strong{
    display: block;
}
.ser-inners p{
    font-size: 14px;
    font-weight: bold;
    margin:0px;
    padding:10px 0px;
}
.ser-inners img{
    border:4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.form_secss .form_inner{
   margin-top:40px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
   
}
.form_secss .form_inner h3{
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.form_secss .form_inner h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
}
.form_secss .form_inner h4 span{
    display: inline-block;
    padding:8px 20px;
    background: #333;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.form_secss .form_inner .input-forms{
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    border:none;
    border: 1px solid #ccc;
    transition: all ease-in-out 0.5s;
}
.form_secss .form_inner .input-form{
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    border:none;
    border-bottom: 1px solid #ccc;
    transition: all ease-in-out 0.5s;
}
.form_secss .form_inner .input-label{
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    transition: all ease-in-out 0.5s;
}
.form_secss .form_inner .input-form:hover, .form_secss .form_inner .input-form:focus{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form_secss .form_inner .input-forms:hover, .form_secss .form_inner .input-forms:focus{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form_secss .form_inner .input-form-btnss{
    border: none;
    background: #002147;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 20px;
    margin-top: 15px;
    transition: all ease-in-out 0.5s;
}
.form_secss .form_inner .input-form-btnss:hover{
    background: #333;
    color: #fff;
}
.gallery_secs{
    padding:0px 0px 20px 0px;
    background: url(../images/gray_background.png) no-repeat center;
    background-size: cover;
}
.gallery_secs .gallery_inner {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
    position: relative;
    bottom: 60px;
    z-index: 99;
}
.gallery_blog {
    padding: 5px;
    border: 4px solid #eee;
    margin-bottom: 30px;
    text-align: center;
}
.gallery_blog h4 {
    text-align: center;
    padding: 10px 0px;
    background: #eee;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.gallery_secs .lazer-row img {
    border: 15px solid #fff;
    cursor: pointer;
    background: #000;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.gallery_secs .lazer-row img:hover {
    opacity: 0.5;
}
.gallery_secs .lazer-row .md-manosary {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*medicalcourse_secs*/
.medicalcourse_secs{
    padding:0px 0px 20px 0px;
    background: url(../images/gray_background.png) no-repeat center;
    background-size: cover;
}
.medicalcourse_secs .medicalcourse-inner {
    position: relative;
    background: #fff;
    padding: 60px 30px 30px 30px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
    position: relative;
    bottom: 60px;
    z-index: 99;
}
.vender_sec .vender_inner{
    position: relative;
    height: auto;
    min-height: 311px;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.vender_sec .vender_inner img{
    float: left;
    margin-right: 30px;
}
.vender_sec article{
    padding:30px;
}
.vender_sec article h4{
    font-size: 30px;
    color: #f5f5f5;
    background: #42449d;
    padding: 4px;
    text-align: center;
}
.vender_sec article p{
    font-size: 14px;
    color: #777;
    line-height: 25px;
}
.vender_sec article a{
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    text-align: center;
    padding: 6px 15px;
    border: 2px solid #7c7b7a;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}
.vender_sec article a:hover{
    background: #7c7b7a;
    color: #fff;
}
.condition-sec h2{
    font-size: 24px;
    padding:10px;
    background: #333;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
}
.condition-sec h5{
    font-size: 24px;
    font-weight: bold;
    padding:10px;
}
.condition-sec ul li p{
    display: block;
    padding:10px 10px;
    margin:0px;
}
.condition-sec img{
    margin-top: 50px;
}
.admitcard-title{
    padding: 12px 4px;
    margin-bottom: 20px;
}