* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
	outline: 0 !important;
}
ul,
li {
	list-style-type: none !important;
	margin: 0px;
}
p {
	margin: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	padding: 0;
}
.pl {
	padding-left: 0px !important;
}
.pr {
	padding-right: 0px !important;
}
.plr {
	padding: 0px !important;
}
@font-face {
	font-family: digital-serial-bold;
	src: url(../fonts/Digital-Serial-Bold.ttf);
}
@font-face {
	font-family: lato-regular;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: lato-heavy;
	src: url(../fonts/lato-heavy.ttf);
}
@font-face {
	font-family: lato-light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: lato-black;
	src: url(../fonts/Lato-Black.ttf);
}
@font-face {
	font-family: lato-semibold;
	src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
	font-family: lato-italic;
	src: url(../fonts/Lato-Italic.ttf);
}
@font-face {
	font-family: opensans-regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: opensana-extrabold;
	src: url(../fonts/OpenSans-ExtraBold.ttf);
}

/* main css start*/

body {
    position: relative;
}
.you_right{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
}
.you_right i{
    font-size: 50px;
    color:red;
}
.you_right i:hover{
    color:#00aeef;
}
.icon-bar {
	background: #fff;
}
.navbar-brand {
	color: #fff;
	font-family: digital-serial-bold;
	font-size: 20px;
	letter-spacing: 5px;
}
.navbar-brand:hover {
	color: #00aeef;
}

/*header part start*/

#head {
	padding: 15px 0;
}
.head-right li {
	font-size: 14px;
	font-family: digital-serial-bold;
	color: #3c3c3c;
	margin: 30px 0;
	padding-left: 14px;
	border-right: 1px solid #e6e6e6;
}
.head-right li:last-child {
	border-right: 0px;
}

/*.head-right li:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:21px;
	width:1px;
	background:#e6e6e6;
	}*/

.head-right li i {
	padding-right: 10px;
	color: #75c3e7;
}
.head-right li a {
	color: #3c3c3c;
}
.head-right li a:hover {
	color: #179bd7;
}

/*nave part start*/

.custom-nav {
	background: #009b3e;
	border: 0;
	border-radius: 0px;
	margin-bottom: 0px;
}
#edu_nav {
	padding-left: 0px;
	padding-right: 0;
}
.navbar-nav {
	margin: 0;
}
.nav-left li {
	position: relative;
}
.nav-left li a {
	color: #f0f0f0;
	font-size: 14px;
	font-family: digital-serial-bold;
	padding: 18px 13px;
	display: block;
	text-transform: uppercase;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
}

.nav-left > .active > a,
.nav-left > li:hover > a {
	background: rgba(0,0,0,.3) !important;
}

/*dropdown css*/

.nav-left li ul {
	position: absolute;
	z-index: 9999;
	margin-top: 30px;
	display: block;
	background: rgba(0, 155,62, .8);
	width: 470px;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.nav-left > li > ul:after{
	content: '';
	position: absolute;
	border-top:10px solid transparent;
	border-bottom:13px solid rgba(255, 249,178, .8);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	left: 15px;
	top:-22px;
}
.nav-left li ul li {
	position: relative;
}
#edu_nav  ul > li:hover >  ul {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
}
.service-nav {
	width: 200px !important;
	padding: 25px 0 20px;
}
.service-nav li a {
	color: #f0f0f0;
	font-size: 12px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	padding: 10px 0 10px 21px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.service-nav > li:hover > a {
	background: rgba(0,0,0,.6) !important;
}
.nav-left li ul li ul{
    position: absolute;
    top: 0;
    left: 100%;
	padding: 0 0 20px 0;
}
/*mega menu css*/

.mega-menu {
	width: 220px;
	float: left;
	padding: 0 0 29px 15px;
}
.mega-2 {
	padding-left: 30px;
}
.mega-menu li {
	position: relative;
}
.mega-menu li a {
	color: #f0f0f0;
	font-size: 14px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	padding: 0;
	padding-left: 47px;
	margin-top: 17px;
	padding: 4px 0 4px 48px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.mega-menu > .active >a,
.mega-menu li a:hover {
	background: rgba(0,0,0,.6) !important;
}
.mega-menu li img {
	position: absolute;
	top: 0;
	left: 0;
}
.affix {
	top: 0;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 99999;
}
.navbar-brand{
	height: auto;
	padding: 2px 15px 2px 0;
	display: none;
    height: 64px;
    width: 90px;
    overflow:hidden ;
}
.navbar-brand img{
    height: 100%;
    width: 100%;
}
.affix .navbar-brand{
	display: block;
    
}
.affix  .nav-left > li  > a{
	padding: 22px 15px;
}
.affix .container{
	width: 100%;
}

.affix-top {
	position: static;
	top: -35px;
}
.affix + .container-fluid {
	padding-top: 70px;
}

/*nave social-icon css start*/

.social-icon li {
	padding-top: 18px;
}
.rotate {
	transform: translatey(4px) rotate(90deg);
	-webkit-transform: translatey(4px) rotate(90deg);
}
.social-icon li a i {
	height: 23px;
	width: 23px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 23px;
	margin-left: 7px;
	color: #334878;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}
.social-icon li a i:hover {
	background: #595959;
	color: #fff;
}

/*nav part end*/


/*Breadcrumbs part start*/

.breadcrumb-cus {
	background: #f3f3f3;
}
.breadcrumb-cus ul {
	padding-left: 15px;
}
.breadcrumb-cus ul li {
	float: left;
}
.breadcrumb-cus ul li a {
	padding: 12px 5px 12px 0;
	text-transform: capitalize;
	font-family: digital-serial-bold;
	font-size: 10px;
	display: inline-flex;
	color: #334878;
}
.breadcrumb-cus li a span {
	color: #00aeef;
	padding: 4px 0 0 5px;
	font-size: 7px;
}
.diss {
	padding-top: 5px;
	text-transform: capitalize;
	font-family: digital-serial-bold;
	font-size: 10px;
	color: #00aeef;
        padding-bottom: 7px;
}

/************************* slider part start from here ***********************/

.fullscreenbanner {
	position: relative;
	width: 100%;
	height: 440px !important;
}
.fullscreenbanner {
	position: relative;
	width: 100%;
	height: 440px !important;
}
.h4-slide {
	color: #fff;
	font-size: 55px;
	font-family: digital-serial-bold;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	padding: 0 15px;
}
.p-slide {
	color: #fff;
	font-size: 18px;
	font-family: digital-serial-bold;
	text-transform: capitalize;
	text-align: center;
	line-height: 40px;
	padding: 0 15px;
}
.two_two_p .p-slide,
.two_two_h4 .h4-slide{
    color:#334878 ;
}
.four_four_p .p-slide,
.four_four_h4 .h4-slide{
    color:#334878;
}
.five_five_p .p-slide,
.five_five_h4 .h4-slide{
    color:#334878;
}
.saven_p .p-slide,
.saven_h4 .h4-slide{
    color:#334878;
}
.a-slide {
	color: #fff !important;
	font-size: 14px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	height: 40px;
	width: 166px;
	background: #334878;
	text-align: center;
	line-height: 40px;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.a-slide:hover {
	background: #00aeef;
}
.slide-imag {
	-webkit-transition-delay: 15s;
	/* Safari */
	transition-delay: 15s;
}

/* Why Edu Abroad part start*/

#edu {
	padding: 60px 0 60px;
}
#edu .col-sm-6 span {
	font-size: 50px;
	color: #00aeef;
	font-family: digital-serial-bold;
	text-transform: capitalize;
}
#edu .col-sm-6 h2 {
	font-size: 50px;
	color: #334878;
	font-family: digital-serial-bold;
	text-transform: capitalize;
}
#edu .col-sm-6 p {
	color: #525252;
	font-size: 16px;
	padding: 10px 0 48px;
	font-family: lato-regular;
}
#edu .col-sm-6 a {
	font-family: digital-serial-bold;
	font-size: 14px;
	color: #334878;
	text-transform: uppercase;
}
#edu .col-sm-6 a:hover {
	color: #00aeef;
}
#edu .col-sm-6 a i {
	padding-left: 15px;
}

/*study part start*/

#study-part {
	padding: 60px 0;
	background: #f1f1f1;
    position: relative;
}
.study-left h2 {
	color: #334878;
	font-family: digital-serial-bold;
	font-size: 30px;
	text-transform: capitalize;
}
.study-left p {
	color: #333333;
	font-family: lato-light;
	font-size: 16px;
	padding: 30px 20px 20px 0;
}
.study-left a {
	color: #334878;
	font-family: digital-serial-bold;
	font-size: 14px;
	text-transform: uppercase;
}
.study-left a i {
	padding-left: 15px;
}
.study-left a:hover {
	color: #00aeef;
}
.study-right {
	margin-top: 50px;
	height: 220px;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #ddd;
}
.study-right img {
	width: 100%;
	height: 100%;
}

.arrow-div{
    width: auto;
    height: auto;
    position: absolute;
    left: 47%;
    bottom:15px;
}
.arrow-right,
.arrow-left{
    font-size: 18px;
    color:  #334878;
    border:1px solid  #334878;
    padding: 5px;
    cursor: pointer;
    display: block;
    transition: all .3s;
    margin: 2px;
    -webkit-transition: all .3s;
    
}
.arrow-right{
    float: right;
}
.arrow-left{
    float: left;
}
.arrow-left:hover,
.arrow-right:hover{
    color:  #00aeef;
    border:1px solid  #00aeef;
}
/*services part code start*/

#level {
	background: url(../images/lavel-banner.jpg) no-repeat;
	background-size: cover ;
	padding: 50px 0;
}
.tab-menu h2 {
	color: #334878;
	font-size: 40px;
	margin-top: 10px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
}

.flip-container {
	perspective: 1000px;
	margin: 20px 0;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height:200px;
}

/* flip speed goes here */
.flipper {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
/*	background: rgba(53,77,131, .6);*/
	background: #334878;
	padding: 10px;
	/* for firefox 31 */
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	border-radius: 5px;
}
.front h2{
	color: #fff;
	font-size: 25px;
	padding-top: 20px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
}
.front i{
	color: #fff;
	font-size: 50px;
	margin-top: 30px;
}
.front p{
	color: #fff;
	font-size: 15px;
	font-family:  lato-regular;
	padding-top: 10px;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	background:#00AEEF; 
	border-radius: 5px;
	padding: 10px;
}
.back h2{
	color: #fff;
	font-size: 25px;
	padding-top: 20px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
}
.back p{
	color: #fff;
	font-size: 14px;
	font-family:  lato-regular;
	padding-top: 8px;
}
.back a{
	font-size: 16px;
	font-family:  lato-regular;
	padding: 15px 10px;
	font-style: italic;
	color:#334878;
	display: inline-block;
}
.back a:hover{
	color:#fff;
}
/*video part start*/

#video {
	padding: 103px 0 70px 0;
}
.video-part {
	max-height: 332px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video-overly {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
}
.video-overly i {
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: block;
	height: 80px;
	width: 80px;
	border: 6px solid #fff;
	border-radius: 50%;
	padding: 18px 18px 0 25px;
	left: 42%;
	top: 38%;
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.video-part:hover .video-overly i {
	border: 6px solid #00aeef;
	color: #00aeef;
	box-shadow: 0 0 40px #00aeef;
}
.video-part p {
	color: #FFF;
	font-size: 16px;
	font-family: digital-serial-bold;
	position: absolute;
	left: 22px;
	bottom: 60px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}
.video-part h2 {
	color: #FFF;
	font-size: 26px;
	font-family: digital-serial-bold;
	position: absolute;
	left: 22px;
	bottom: 30px;
	text-transform: uppercase;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	opacity: 0;
}
.video-part:hover h2,
.video-part:hover p {
	opacity: 1;
}
.modal-dialog {
	margin-top: 80px;
	width: 800px;
}

/*video-right part start*/

.other-video {
	height: 166px;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	font-family: digital-serial-bold;
	text-align: center;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
    padding-left: 0;
    padding-right: 0;
    position: relative; 
}
.other-video img{
    width: 100%;
    height: 100%;
}
.other-video:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    -webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}
.other-video:hover:after{
    background: none;
}
.other-video i{
    position: absolute;
    top: 35%;
    left: 40%;
    color:#fff;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 50%;
    padding:12px 15px;
    font-size: 20px;
}
.other-video:hover i{
	border-color: #00aeef;
	color: #00aeef;
}
/*our-institutions part start*/

#our-institutions {
	padding: 55px 0 48px;
	background: #eeeeee;
}
.institutions-body {
	background: #fff;
	margin-bottom: 22px;
}
#our-institutions h2 {
	color: 161616;
	font-size: 30px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 55px;
}
.our-institutions-img {
	float: left;
	height: 193px;
	width: 193px;
	overflow: hidden;
	padding: 12px 11px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.institutions-body:hover .our-institutions-img {
	filter: contrast(150%) brightness(100%);
	-webkit-filter: contrast(150%) brightness(100%);
}
.our-institutions-text {
	float: left;
	width: 340px;
	padding-left: 27px;
}
.our-institutions-text h3 {
	font-size: 18px;
	color: #353535;
	font-family: digital-serial-bold;
	padding: 38px 0 30px;
	text-transform: uppercase;
}
.our-institutions-text p {
	color: #7a7a7a;
	font-size: 13px;
	font-family: lato-regular;
	padding-bottom: 25px;
}
.our-institutions-text a {
	color: #334878;
	font-size: 14px;
	font-family: digital-serial-bold;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.institutions-body:hover .our-institutions-text a {
	color: #00aeef;
}

/*registation  part start*/

#registation {
	background: url(../images/registation-banner.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 68px 0;
}
.registation-img {
	position: relative;
}
.registation-img p {
	position: absolute;
	top: 25px;
	left: 35px;
	color: #fff;
	font-family: digital-serial-bold;
	font-size: 16px;
	text-transform: capitalize;
}
.registation-img h2 {
	position: absolute;
	top: 35%;
	left: 35px;
	color: #3dc2ff;
	font-family: digital-serial-bold;
	font-size: 35px;
	text-transform: uppercase;
}
#registation:hover .registation-img h2 {
	color: #ccc;
}

/*contact-part start*/

#contact-part {
	padding: 76px 0 63px;
}
.location-iocn img {
	display: inline-block;
	width: auto;
}
.location-iocn h2 {
	color: #282727;
	font-size: 26.97px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	padding-top: 14px;
}
.location-iocn p {
	color: #282727;
	font-family: lato-light;
	text-transform: capitalize;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eaeaea;
}
.contact-office h2 {
	font-size: 24px;
	padding: 78px 0 38px 48px;
	color: 282727;
	font-family: digital-serial-bold;
	text-transform: capitalize;
}
.contact-office h3 {
	font-size: 18.3px;
	padding: 0 0 15px 48px;
	color: 282727;
	font-family: digital-serial-bold;
	text-transform: capitalize;
}
.contact-office p {
	font-size: 14.02px;
	padding: 0 0 18px 48px;
	color: 282727;
	font-family: lato-regular;
}
.contact-office h4 {
	font-size: 14.02px;
	padding: 0 0 18px 80px;
	color: 282727;
	font-family: lato-regular;
	text-transform: capitalize;
	position: relative;
	line-height: 20px;
}
.contact-office h4 i {
	position: absolute;
	color: #179bd7;
	padding-right: 15px;
	font-size: 16px;
	left: 48px;
	top: 0;
	transform: translatey(3px);
}
.contact-office a {
	color: #282727;
}
.contact-office a:hover {
	color: #179bd7;
}
.contact-office p i {
	padding-right: 15px;
	font-size: 16px;
	color: #179bd7;
}
.g-map iframe {
	width: 95%;
	height: 278px;
	margin: 78px 0 60px 15px;
}

/*footer-slider part*/

#footer-slider {
	background: #fff;
	padding: 10px 0;
}
#footer-slider h2 {
	color: #334878;
	font-family: digital-serial-bold;
	font-size: 30px;
	text-transform: capitalize;
	padding: 0 0 30px 15px;
}
#footer-slider h2 span {
	color: #00aeef;
	font-family: digital-serial-bold;
	font-size: 30px;
	text-transform: capitalize;
}
.footer-slider-img {
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.footer-slider-img img {
	width: 100%;
	height: 100%;
}

/*footer part*/

#top-footer {
	padding: 45px 0 60px 0;
	background: #333333;
}
#top-footer h2 {
	color: #fff;
	font-size: 20px;
	font-family: digital-serial-bold;
	padding-bottom: 30px;
}
.footer-left p.footertext {
	color: #ccc;
	font-size: 12px;
	font-family: lato-light;
	padding: 0px 10px 10px 0;
}
.footer-left p {
	color: #ccc;
	font-size: 12px;
	font-family: opensans-regular;
	padding: 0 68px 8px 0;
}
.footer-contact a,
.footer-contact p,
.footer-funding li a,
.footer-about li a {
	padding-bottom: 10px;
	color: #ccc;
	font-size: 12px;
	display: block;
	font-family: opensans-regular;
}
.footer-contact li a,
.footer-contact li {
	padding-top: 4px;
}
.footer-contact span {
	color: #ccc;
	font-size: 12px;
	display: block;
	font-family: opensans-regular;
}
#top-footer a:hover {
	color: #00aeef;
}
#footer {
	background: #009b3e;
}
#footer p {
	color: #f0f0f0;
	font-size: 12px;
	font-family: lato-regular;
	padding: 15px 0;
}

/*about page css code*/

#about-us {
	padding: 55px 0;
}
#institution h2,
#gallery h2,
.service-left h2,
.achievement-left h2,
.about-left h2 {
	color: #334878;
	font-size: 30.24px;
	font-family: digital-serial-bold;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 4px solid #f3f3f3;
	margin-right: 80px !important;
}
.about-left h3 {
	color: #334878;
	font-size: 26px;
	font-family: digital-serial-bold;
	padding: 50px 0 30px 0;
	text-transform: uppercase;
}
.about-left h4 {
	color: #393939;
	font-size: 16px;
	font-family:lato-regular ;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.achievement-left p,
.about-left p {
	color: #393939;
	font-size: 16px;
	font-family: lato-regular;
	padding: 20px 80px 15px 0;
}
.about-left p span {
	font-family: digital-serial-bold;
}
.about-banner {
	height: 212px;
	max-width: 585px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 36px;
}
.about-left a {
	color: #334878;
	font-size: 18px;
	font-family: digital-serial-bold;
	height: 42px;
	width: 212px;
	text-align: center;
	line-height: 42px;
	border: 2px solid #334878;
	border-radius: 20px;
	display: block;
	position: relative;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 90px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.about-left a img {
	position: absolute;
	top: -70%;
	right: 0px;
}
.about-left a:hover {
	color: #00aeef;
	border: 2px solid #00aeef;
}
.service-agent h3,
.about-mission h2 {
	color: #334878;
	font-size: 26px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	border-bottom: 0px;
	display: block;
	padding: 0;
	padding-bottom: 15px;
}
.about-mission img,
.about-mission h2 i {
	color: #fff;
	font-size: 30px;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background: #00aeef;
	border-radius: 50%;
	margin-right: 13px;
}
.book-icon {
	background: #e8be6c !important;
}
.about-mission img {
	padding: 10px;
	background: #839d55;
}

/*side bar*/

.about-sidebar {
	padding-top: 60px;
}
.about-sidebar .education,
.about-sidebar .partnership,
.about-sidebar .publicly,
.about-sidebar .trusted {
	height: 80px;
	max-width: 278px;
	overflow: hidden;
}
.about-sidebar .education a {
	padding: 18px 45px;
}
.about-sidebar .partnership a {
	padding: 18px 72px;
}
.about-sidebar .publicly a {
	padding: 8px 50px;
}
.about-sidebar .trusted a {
	padding: 18px 60px;
}
.right-menu {
	margin-top: 0px;
}
.right-menu h2 {
	color: #fff;
	font-size: 20px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
	background: #009b3e;
	padding: 15px 0 15px 15px;
}
.right-menu ul {
	background: #f1f3f5;
	padding-bottom: 30px;
}
.right-menu li a {
	color: #393939;
	font-size: 14px;
	font-family: digital-serial-bold;
	display: inline-flex;
	margin-top: 10px;
	padding: 5px 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.right-menu li a span {
	color: #01aeef;
	font-size: 13px;
	padding: 1px 7px 0 15px;
}
.right-menu li a:hover {
	color: #00aeef;
}

/*achievement page css*/
.achievement-img{
	border: 3px solid #334878 ;
	position: relative;
}

/*
.ach_over{
	position: absolute;
	bottom:0;
	left: 0;
	background: #334878;
	width: 100%;
	height: 40px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.achievement-img:hover .ach_over{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px) ;
}
.ach_over p{
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
*/
/*service page css*/

#servics-part {
	padding: 50px 0 100px 0;
}
.service-img {
	width: 765px;
	height: 300px;
	overflow: hidden;
	margin: 30px 0 50px 0;
}
.service-img img{
    height: 100%;
    width: 100%;
}
.service-left h4 {
	color: #393939;
	font-size: 22px;
	font-family: lato-regular;
	padding: 0 250px 38px 0;
	line-height: 30px;
	text-transform: capitalize;
}
.service-left ul li img {
	padding-right: 5px;
}

.service-agent h3 {
	padding: 45px 0 20px 0;
}
.service-agent h3 i {
	background: #00aeef none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin-right: 13px;
	text-align: center;
	width: 50px;
	display: inline-block;
	font-style: normal;
}
.service-agent ul li {
	list-style-type: disc !important;
	margin-left: 20px;
}
.service-agent ul li a {
	display: inline-block;
	padding: 0px;
	font-size: 20px;
	font-family: lato-italic;
}
.service-left ul li a,
.service-agent ul li a {
	color: #334878;
}
.service-left ul li a:hover,
.service-agent ul li a:hover {
	color: #3BC6FA;
	text-decoration: underline !important;
}

.service-left ul li {
	font-family: lato-italic;
	color: #393939;
	font-size: 18px;
	padding-bottom: 15px;
	list-style-type: none !important;
	margin-left: 0 ;
}
.service-agent h4 {
	color: #393939;
	font-size: 22px;
	font-family: lato-regular;
	text-transform: capitalize;
	padding: 0;
	padding-bottom: 25px;
}
.service-agent p {
	color: #393939;
	font-size: 16px;
	font-family: lato-regular;
	padding-bottom: 20px;
}
.service-agent a {
	color: #334878;
	font-size: 14px;
	font-family: lato-heavy;
	padding: 25px 0;
	display: block;
}
.service-agent a i {
	padding-left: 10px;
}
.service-agent a:hover {
	color: #3BC6FA;
}

/*#gallery page css*/

#gallery {
	padding: 50px 0 80px 0;
}
#gallery h2 {
	margin: 0 15px 35px 15px !important;
}
.gallery-img {
	margin-bottom: 25px;
	height: 260px;
	width: 100%;
	overflow: hidden;
	position:relative!important;
}
.gallery-img img {
	height: 100%;
	width: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.gallery-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2) ;
}
.video-ga {
	position: relative;
}
.video-ga a i {
	position: absolute;
	left: 7px;
	bottom: 4px;
	font-size: 20px;
	height: 30px;
	width: 60px;
	color: #fff;
	background: #E62117;
	text-align: center;
	line-height: 30px;
	border-radius: 7px;
}
.video-ga:hover a i {
	background: #334878;
}

/*contact us page css*/

#contact-us {
	padding-top: 58px;
}
#contact-us .contact-office h2 {
	padding: 70px 0 38px 0px;
}
#contact-us .contact-office h3 {
	padding: 0 0 15px 0px;
}
#contact-us .contact-office p {
	padding: 0 260px 18px 0px;
}
#contact-us .contact-office h4 {
	padding: 0 0 18px 30px;
}
#contact-us .contact-office h4 i {
	left: 0px;
}
.contact-box {
	padding-bottom: 50px;
}
.contact-box h2 {
	color: #313131;
	padding: 68px 0 30px 0px;
	font-size: 20px;
	font-family: digital-serial-bold;
	text-transform: uppercase;
}
.input-box {
	border: 1px solid #dddddd;
	border-radius: 5px;
	color: #666666;
	font-family: lato-regular;
	font-size: 14px;
	margin-bottom: 11px;
	padding: 8px 13px;
	width: 100%;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.input-box:hover,
.input-box:focus {
	box-shadow: 0 0 3px #00AEEF;
}
.massage {
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666666;
	font-family: lato-regular;
	font-size: 14px;
	max-height: 140px;
	padding: 12px 13px;
	resize: none;
	text-transform: capitalize;
	width: 100%;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.massage:hover,
.massage:focus {
	box-shadow: 0 0 3px #00AEEF;
}
.form_btn {
	background: #009b3e none repeat scroll 0 0;
	border-style: none;
	color: #fff;
	font-size: 16px;
	margin-top: 18px;
	height: 44px;
	width: 135px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	text-transform: uppercase;
	font-family: digital-serial-bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	z-index: 1;
}
.submit-btn:after,
.form_btn:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 50%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 174, 239, .8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: -1;
}
.submit-btn:hover:after,
.form_btn:hover:after {
	left: 0;
	right: 0;
}

/*institution page css*/

#institution {
	padding: 50px 0 90px 0;
}
#institution h2 {
	margin: 0 15px !important;
}
.institution-collaps {
	padding-top: 50px;
}
.institution-collaps .panel-title {
	font-size: 20px;
	font-family: digital-serial-bold;
	color: #20285e;
	text-transform: uppercase;
	padding: 20px;
}
.institution-collaps .panel-title i {
	float: right;
	padding-top: 4px;
}
.institution-collaps .panel-heading:hover .panel-title {
	color: #00AEEF;
}
.institution-collaps .panel-title img {
	padding-right: 20px;
	padding-top: 0;
}
.institution-collaps .panel-body li a {
	font-size: 15px;
	font-family: lato-heavy;
	color: #484848;
}
.institution-collaps .panel-body li:hover a {
	color: #00aeef;
	text-decoration: underline !important;
}

.messty{
	/*background-color:#C80000 ;*/
	text-align:left;
	color:#FFF;
	font-size:16px!important;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

/*Registration form*/

#registration {
	padding: 50px 0;
}
.registration-box {
	margin-top: 20px;
}
.registration-box select,
.input-field {
	width: 80%;
	height: 40px;
	margin: 10px 0;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: block;
}
.registration-box label {
	font-size: 14px;
	text-transform: capitalize;
	color: #009b3e;
	margin-top: 15px;
	font-family: lato-heavy;
	display: block;
	display: inline-flex;
}
.registration-box select {
	font-size: 14px;
}
.registration-box optgroup {
	padding-left: 5px;
}
.registration-box option {
	padding: 5px 10px;
}
.registration-box label span {
	font-size: 15px;
	color: red;
}
.registration-box textarea {
	width: 80%;
	margin: 10px 0;
	padding: 15px;
	border-radius: 5px;
	resize: none;
	border: 1px solid #ccc;
}
.registration-box select:hover,
.registration-box select:focus,
.registration-box textarea:hover,
.registration-box textarea:focus,
.input-field:hover,
.input-field:focus {
	box-shadow: 0 0 3px #00aeef;
}
.submit-btn {
	height: 40px;
	width: 250px;
	font-size: 18px;
	text-align: center;
	font-family: digital-serial-bold;
	display: block;
	background: #009b3e;
	color: #fff;
	border: 0;
	border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin: 30px auto;
	position: relative;
	z-index: 1;
}
.img-upload {
	margin: 10px 0;
}

/*other all pages css*/

.courses-table .table {
	margin-top: 30px;
	font-size: 13px;
}
.courses-table .table tr:first-child {
	font-weight: bold;
	font-size: 13px;
}
.higher-edu-all td a {
	padding: 0px;
	color:#fff;
}
.higher-edu-all td{
	color:#fff;
}
.higher-edu-all tr{
	background: #334878 ;
}
.higher-edu-all >tbody>tr:nth-of-type(odd){
	background:  #002577;
}
.higher-edu-all >tbody>tr:hover{
	background:#021b54;
	color:#fff;
}

.higher-edu-all >tbody>tr:hover td a{
	color: #00AEEF;
}
.higher-edu-all >tbody>tr:hover td{
	color:#fff;
}
.all-inners .service-img {
	margin-bottom: 30px;
}
.all-inners h2 {
	font-size: 30px;
	margin-right: 77px !important;
}
.all-inners h3 {
	padding-top: 20px;
}
.all-inners h4 {
	padding: 10px 50px 15px 0;
}
.study-img {
	max-height: 304px;
	max-width: 700px;
	margin: 20px 0;
	overflow: hidden;
}
.all-inners p {}
.all-inners li {}

/*why-study*/

.why-study {
	height: 250px;
	width: 90%;
	overflow: hidden;
	margin: 20px 0;
}
.why-study img {
	height: 100%;
	width: 100%;
}
.cot-panel {
	background: #334878 !important;
}
.cot-panel .panel-title {
	font-size: 18px;
	color: #fff;
	font-family: digital-serial-bold;
}
.bc2top {
	background-color: #009b3e;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 15px;
	display: none;
	border-radius: 50%;
}
.bc2top:hover i{
	color:#334878;
}

/*news-event page css*/


.news-event p{
	padding-top: 10px;
	margin: 0 !important;
	font-size: 16px;
}

.news-event h2{
	font-size: 22px;
}

.event{
	border:2px solid #ddd;
	background: #f1f1f1;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 5px;
}
.event:hover{
	border-color:#334878;
}
.news-img{
	height: 150px;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.news-img img{
	border:2px solid #ddd;
	padding: 3px;
	height: 100%;
	width: 100%;
	border-radius: 5px;
}
.event h3 a{
	font-size: 18px;
	color:#334878;
	padding: 20px 0;
	display: inline-block;
	font-family: lato-regular;
	text-transform: capitalize;
}
.event h3 a:hover{
	color:#00AEEF;
}
.read-mor{
	font-family: lato-regular;
	font-style: italic;
	color:#00AEEF;
	text-transform: capitalize;
	display: inline-block;
	padding-top: 20px;
}
.read-mor:hover{
	color:#334878;
}


/*ielts page css*/
.ielts ul li{
	font-family: lato-italic;
    color: #393939;
    font-size: 18px;
    padding-bottom: 15px;
}
.ielts ul li i{
	padding-right: 8px;
	font-size: 15px;
	color:#00AEEF;
}
.ielts h3{
	padding: 20px 0 15px 0;
}
.ielts h4{
	padding-top: 30px;
}

/*team page css*/
.team{
	padding: 10px;
	
}
.team-img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff;
	text-align:center!important;
}
.team-img img{
	padding: 3px ;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.team h4{
	color: #334878;
    font-family: digital-serial-bold;
    font-size: 20px;
    text-transform: capitalize;
	padding-top: 10px;
}
.team p{
	color: #334878;
    font-family: lato-regular;
    font-size: 14px;
    text-transform: capitalize;
	padding-top: 10px;
}
/*responsive code*/

@media(min-width:992px) and ( max-width:1199px) {
	.head-right li {
	  font-size: 13px;
	  padding-left: 10px;
	}
	.nav-left > li > a {
		padding: 20px 10px;
	}
	.mega-menu li a {
		padding: 5px 0 4px 50px !important;
	}
/*
	.navbar-brand{
		margin-left:-30px;
	}
*/
	.affix  .nav-left > li  > a{
		padding: 22px 10px;
		font-size: 13px;
	}
/*
	.affix .social-icon{
		margin-right: -30px;
	}
*/
	.social-icon li {
		padding-top: 20px;
	}
	#edu {
		padding: 60px 0 80px;
	}
	#edu .col-sm-6 p {
		padding: 10px 10px 38px 0;
		text-align: justify;
	}
	#flag ul li {
		width: 49%;
	}
	#flag .overly p {
		padding-top: 50px;
	}
	#student h2,
	#institutions h2,
	#agent h2 {
		font-size: 16px;
		padding: 10px 0 40px;
	}
	#student li,
	#institutions li,
	#agent li {
		padding-bottom: 15px;
	}
	.trusted,
	.partnership,
	.publicly,
	.education {
		height: 137px;
	}
	.education a {
		padding: 46px 25px;
	}
	.partnership a {
		padding: 46px;
	}
	.publicly a {
		padding: 33px 20px;
	}
	.trusted a {
		padding: 30px;
	}
	.our-institutions-text {
		padding-left: 10px;
		width: 250px;
	}
	.our-institutions-img {
		height: 190px;
		width: 190px;
	}
	.our-institutions-text h3 {
		padding: 25px 0 18px;
	}
	.contact-office h2 {
		font-size: 21px;
		padding: 78px 0 13px 48px;
	}
	.about-sidebar .publicly a {
		padding: 15px 18px;
	}
	.about-sidebar .trusted a {
		padding: 18px 25px;
	}
	.about-left a {
		margin-bottom: 50px;
	}
	.service-left h4 {
		padding: 0 100px 38px 0;
	}
	.service-img {
		margin: 30px 0 35px;
		width: 617px;
		height: 250px;
	}
	.certificate-row{
		margin-right: -15px;
	}
}
@media(min-width:768px) and ( max-width:991px) {
	.head-right li{
		margin: 8px 0;
	}
	.nav-left li a {
		font-size: 12px;
		padding:15px 8px;
	}
	.nav-left li ul {
	  width: 430px;
	}
/*
	.navbar-brand {
	  margin-left: -10px;
	}
*/
	.mega-menu {
	  width: 200px;
	}
	.social-icon li {
		padding-top: 7px;
	}
	#flag ul li {
		width: 49%;
		max-height: 230px;
		overflow: hidden;
	}
	.mega-menu li a {
		padding: 5px 0 4px 50px !important;
	}
	.affix .nav-left > li > a {
	  padding: 22px 7px;
	  font-size: 12px;
	}
	/*nav part end*/
	/* Why part start*/
	#edu {
		padding: 50px 0;
	}
	#edu_nav {
		padding-left: 0;
		padding-right: 0px;
	}
	#edu .col-sm-6 span {
		font-size: 45px;
	}
	#edu .col-sm-6 h2 {
		font-size: 45px;
	}
	#edu .col-sm-6 p {
		font-size: 16px;
		padding: 10px 0 20px;
		text-align: justify;
	}
	#edu .col-sm-6 a {
		font-size: 14px;
	}
	#edu .col-sm-6 a:hover {
		color: #00aeef;
	}
	#edu .col-sm-6 a i {
		padding-left: 15px;
	}
	.social-icon li a i {
		margin-left: 5px;
	}
	/*flag part css*/
	#flag {
		padding-bottom: 30px;
	}
	#flag .overly p {
		font-size: 30px;
		line-height: 35px;
		padding-top: 39px;
	}
	/*level part cod start*/
	#level {
		padding: 50px 0 40px;
	}
	.tab-menu p {
		font-size: 25px;
	}
	.tab-menu h2 {
		font-size: 35px;
	}
	#level .nav-tabs li a {
		font-size: 12px;
		line-height: 25px;
		margin-right: 27px;
	}
/*
	
*/
	#student h2,
	#institutions h2,
	#agent h2 {
		font-size: 15px;
		padding: 50px 0 15px;
	}
	#student li,
	#institutions li,
	#agent li {
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 18px;
	}
	/*video part css*/
	#video {
		padding: 50px 0;
	}
	.education a {
		padding: 36px 10px;
	}
	.trusted,
	.partnership,
	.publicly,
	.education {
		font-size: 12px;
		height: 112px;
	}
	.partnership a {
		padding: 36px 26px;
	}
	.publicly a {
		padding: 25px 10px;
	}
	.trusted a {
		padding: 25px;
	}
	.video-part {
		height: 224px;
		width: 100%;
		margin-top: 0px;
	}
	.video-part img {
		height: 100%;
	}
	.video-part h2 {
		bottom: 20px;
		font-size: 18px;
	}
	.video-part p {
		bottom: 42px;
	}
	.video-overly i {
		top: 32%;
		left: 40%
	}
	/*our-institutions css*/
	#our-institutions {
		padding: 35px 0 30px;
	}
	.our-institutions-img {
		height: 150px;
		padding: 12px 11px;
		width: 150px;
	}
	.our-institutions-text {
		float: left;
		padding-left: 12px;
		width: 190px;
	}
	.our-institutions-text h3 {
		font-size: 15px;
		padding: 22px 0 5px;
	}
	.our-institutions-text p {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.our-institutions-text a {
		font-size: 12px;
		padding-bottom: 8px;
		text-align: justify;
	}
	#our-institutions h2 {
		font-size: 30px;
		padding-bottom: 30px;
	}
	/*.registation part*/
	.registation-img h2 {
		font-size: 25px;
	}
	.registation-img p {
		top: 18px;
	}
	/*contact part css*/
	#contact-part {
		padding: 40px 0;
	}
	.contact-office h2 {
		font-size: 18px;
		padding: 30px 0 20px;
	}
	.contact-office h3 {
		padding: 0 0 15px;
	}
	.contact-office p {
		padding: 0 24px 18px 0;
	}
	.contact-office h4 {
		padding: 0 0 18px 30px;
	}
	.contact-office h4 i {
		left: 0;
	}
	.g-map iframe {
		margin: 35px 0 30px 15px;
		width: 94%;
	}
	/*footer part*/
	#top-footer h2 {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.footer-left h3 {
		padding: 0 15px 15px 0;
	}
	.footer-left p {
		padding: 0 15px 8px 0;
	}
	#top-footer {
		padding: 45px 0 30px;
	}
	/*about page css*/
	#about-us {
		padding: 40px 0;
	}
	#institution h2,
	#gallery h2,
	.service-left h2,
	.achievement-left h2,
	.about-left h2 {
		margin-right: 15px !important;
	}
	.about-left h3 {
		padding: 18px 0 25px;
	}
	.achievement-left p,
	.about-left p {
		padding: 0 20px 20px 0;
	}
	.about-banner {
		height: 190px;
		margin-bottom: 10px;
		max-width: 460px;
	}
	.about-left a {
		margin-bottom: 38px;
	}
	.about-sidebar .education a {
		padding: 30px 30px;
	}
	.about-sidebar .partnership a {
		padding: 30px 20px;
	}
	.about-sidebar .publicly a {
		padding: 20px 25px;
	}
	.about-sidebar .trusted a {
		padding: 30px 25px;
	}
	.right-menu li a span {
		padding: 1px 7px 0 5px;
	}
	/*sevices part start*/
	#servics-part {
		padding: 30px 0 40px;
	}
	.service-img {
		max-height: 142px;
		margin: 30px 0 20px;
		max-width: 455px;
	}
	.service-left h4 {
		font-size: 20px;
		padding: 0 20px 28px 0;
	}
	.service-left ul li {
		font-size: 14px;
		padding-bottom: 8px;
	}
	.service-agent p {
		font-size: 15px;
		padding-bottom: 13px;
	}
	.service-agent ul li a {
		font-size: 14px;
	}
	.service-agent h3 {
		padding: 24px 0 20px;
	}
	/*achievement page css*/
	#achievement {
		padding: 40px 0 50px;
	}
	.achievement-img {
		margin-top: 30px;
	}
	.achievement-left h3 {
		font-size: 20px;
		padding: 25px 30px 20px 0;
	}
	.achievement-left p {
		margin-right: 10px !important;
	}
	/*    contact us page*/
	#contact-us {
		padding-top: 15px;
	}
	#contact-us .contact-office h2 {
		padding: 30px 0 15px;
	}
	.contact-box h2 {
		padding: 30px 0 20px;
	}
	#contact-us .contact-office p {
		padding: 0 24px 18px 0;
	}
	.registration-box select,
	.input-field {
		width: 90%;
	}
	.registration-box textarea {
		width: 90%;
	}
	.all-inners h2 {
		font-size: 20px;
		margin-right: 0 !important;
	}
	.all-inners h3 {
		font-size: 16px;
	}
	.service-left h4 {
		font-size: 18px;
		padding: 0 20px 15px 0;
	}
	.institution-collaps .panel-title {
		font-size: 19px;
		padding: 17px;
	}
	.certificate-row{
		margin-right: -15px;
	}
	.services-right h2 {
	  font-size: 18px ;
	  padding: 25px 15px 10px;
	}
	.back h2{
		padding-top: 15px;
	}
	.news-img{
		width: 185px;
	}
}
@media(max-width:767px) {
	/*head part css start*/
	.head-right li {
		font-size: 13px;
		margin: 5px 0;
		padding-left: 5px;
	}
	.nav-left li a {
		font-size: 15px;
		padding: 8px 15px;
	}
	.navbar-brand {
	  
		width: 115px;
	}
	.social-icon li {
		float: left;
		margin-left: 10px;
	}
	.social-icon li a {
		float: left;
		display: block;
		margin-bottom: 20px;
	}
	.nav-left li ul li ul {
	  left: 0;
	  position: absolute;
	  top: 100%;
	}
	.affix .nav-left > li > a {
	  padding: 9px 15px;
	}
	.affix .navbar-brand {
	  padding: 0 15px;
	}
	.affix .social-icon{
		margin-right: 0px;
	}
	/*edu part css*/
	#edu {
		padding: 20px 0 30px;
	}
	#edu .col-sm-6 p {
		font-size: 16px;
		padding: 10px 0 16px;
		text-align: justify;
	}
	/*flag part css*/
	#flag {
		padding-bottom: 50px;
	}
	#flag ul li {
		width: 99%;
		max-height: 230px;
		overflow: hidden;
	}
	#flag .overly p {
		color: #f0f0f0;
		font-size: 16px;
		line-height: 22px;
		padding-top: 34px;
	}
	/*level part css*/
	#level {
		padding: 30px 0px;
	}
	.tab-menu p {
		font-size: 20px;
	}
	.tab-menu h2 {
		font-size: 35px;
	}
	#level .nav-tabs li a {
		color: #353535;
		font-family: lato-black;
		font-size: 12px;
		line-height: 25px;
		margin-right: 28px;
		text-transform: uppercase;
	}
	#student h2,
	#institutions h2,
	#agent h2 {
		font-size: 15px;
		padding: 25px 0 20px;
		text-align: justify;
	}
	#student li,
	#institutions li,
	#agent li {
		padding-bottom: 10px;
	}
	/*video part css*/
	#video {
		padding: 30px 0;
	}
	.video-part {
		margin-bottom: 20px;
	}
	.video-overly i {
		border: 4px solid #fff;
		font-size: 20px;
		height: 50px;
		padding: 12px 10px 0 17px;
		width: 50px;
	}
	.video-part:hover .video-overly i {
		border: 5px solid #00aeef;
	}
	.video-part h2 {
		bottom: 20px;
		font-size: 16px;
	}
	.video-part p {
		bottom: 37px;
		font-size: 14px;
	}
	.trusted,
	.partnership,
	.publicly,
	.education {
		height: 150px;
		margin-bottom: 20px;
	}
	.education a {
		padding: 62px 15px;
	}
	.partnership a {
		padding: 62px 15px;
	}
	.publicly a {
		padding: 50px 15px;
	}
	.trusted a {
		padding: 62px 15px;
	}
	/*#our-institutions part css*/
	#our-institutions {
		padding: 30px 0;
	}
	#our-institutions h2 {
		padding-bottom: 28px;
	}
	.our-institutions-img {
		height: 190px;
		padding: 12px 11px;
		width: 100%;
	}
	.our-institutions-img img {
		display: inline-block;
	}
	.our-institutions-text {
		padding-left: 15px;
		width: 100%;
		height: 150px;
	}
	.our-institutions-text h3 {
		padding: 20px 0 10px;
	}
	.our-institutions-text p {
		font-size: 13px;
		text-align: justify;
		padding: 0 10px 10px 0;
	}
	/*registation part css*/
	.registation-img h2 {
		font-size: 17px;
		bottom: 16px;
	}
	.registation-img p {
		color: #fff;
		font-family: digital-serial-bold;
		font-size: 15px;
		left: 35px;
		position: absolute;
		top: 14px;
	}
	/*contact part css */
	#contact-part {
		padding: 30px 0;
	}
	.contact-office h2 {
		padding: 20px 0 15px;
	}
	.contact-office h3 {
		padding: 0 0 15px;
	}
	.contact-office p {
		padding: 0 0 18px;
	}
	.contact-office h4 {
		padding: 0 0 18px 34px;
	}
	.contact-office h4 i {
		left: 2px;
	}
	/*footer part css*/
	#top-footer {
		padding: 15px 0 20px;
	}
	.footer-left h3 {
		padding: 0 30px 15px 0;
	}
	.footer-left p {
		padding: 0 20px 16px 0;
	}
	#top-footer h2 {
		padding: 15px 0;
	}
	#footer li {
		text-align: left;
	}
	#footer li a {
		font-size: 20px;
		padding: 14px 0 0px 0px;
	}
	#footer p {
		font-size: 12px;
		padding: 18px 0;
	}
	/*about us page*/
	#institution h2,
	#gallery h2,
	.service-left h2,
	.achievement-left h2,
	.about-left h2 {
		margin-right: 0 !important;
		padding-bottom: 15px;
	}
	#about-us {
		padding: 20px 0;
	}
	.about-left h3 {
		padding: 20px 0 15px;
	}
	.achievement-left p,
	.about-left p {
		font-size: 15px;
		padding: 0 0 10px;
		text-align: justify;
	}
	.about-banner {
		height: 110px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.about-left a {
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.about-sidebar {
		padding-top: 20px;
	}
	.about-sidebar .education,
	.about-sidebar .partnership,
	.about-sidebar .publicly,
	.about-sidebar .trusted {
		height: 80px;
		max-width: 100%;
	}
	.about-sidebar {
		padding-left: 15px !important;
	}
	/*service page css*/
	#servics-part {
		padding: 20px 0 30px;
	}
	.service-img {
		margin: 20px 0;
	}
	.service-left h4 {
		font-size: 17px;
		line-height: 25px;
		padding: 0 0 20px;
	}
	.service-left ul li {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.service-agent h3 {
		padding: 20px 0;
	}
	.service-agent ul li a {
		font-size: 15px;
	}
	.service-agent p {
		font-size: 14px;
		padding-bottom: 15px;
		text-align: justify;
	}
	/*institution page css*/
	#institution {
		padding: 20px 0 30px;
	}
	.institution-collaps .panel-title {
		font-size: 14px;
	}
	.institution-collaps {
		padding-top: 0;
	}
	#gallery h2,
	#institution h2 {
		margin: 0 15px 30px !important;
	}
	/*gallery page css*/
	#gallery {
		padding: 20px 0 30px;
	}
	.gallery-img {
		margin-bottom: 20px;
		max-height: 230px;
		width: 100%;
		display: inline-block;
	}
	.gallery-img img {
		width: 100%;
	}
	/*achievement page css*/
	#achievement {
		padding: 20px 0 30px;
	}
	.achievement-img {
		margin-top: 20px;
	}
	.achievement-left h3 {
		font-size: 20px;
		padding: 20px 0;
	}
	.achievement-left p {
		margin-right: 0 !important;
	}
	/*contact page css*/
	#contact-us {
		padding-top: 16px;
	}
	.location-iocn img {
		width: auto;
	}
	#contact-us .contact-office h2 {
		padding: 20px 0;
	}
	#contact-us .contact-office p {
		padding: 0 0px 18px 0;
	}
	.contact-box {
		padding-bottom: 15px;
	}
	.contact-box h2 {
		padding: 20px 0;
	}
	.registration-box select,
	.input-field {
		width: 90%;
	}
	.registration-box textarea {
		width: 90%;
	}
	.all-inners h2 {
		font-size: 20px;
		margin-right: 0 !important;
	}
	.all-inners h3 {
		font-size: 16px;
	}
	.servics-nav > li{
		width: 200px;
	}
	.servics-nav li a {
		width: 200px;

	}
	.servics-nav li a:after {
		border:none;
	}
	.servics-nav li ul{
		bottom: -100%;
		left:0;
		z-index: 1;
	}
	.study-left p{
		text-align: justify;
		padding-right: 0;
	}
	.certificate-row{
		margin-right: -15px;
	}
}

.messty{
	/*background-color:#C80000 ;*/
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.popimg img{
	height:60px;
	}

.gall_title{
	background-color:#000;
	opacity:0.7;
	font-size:13px;
	color:#fff;
	position:absolute;
	width:99%;
	height:40px;
	bottom:0px;
	left:0px;
	margin:0px 2px;
	line-height:16px;
	padding:5px;
	}
