a:hover {
	text-decoration: none;
}
.no-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
a {
	font-family: 'Raleway', sans-serif;
}
a:focus {
	outline: 0;
}

ul {
	padding: 0;
	margin: 0;
	}
ul li {
	list-style: none;
	font-family: 'Raleway', sans-serif;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
p {font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 20px;

}
h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-family: 'Raleway', sans-serif;
}
h3, h5 {
	font-family: 'Raleway', sans-serif;
}
h4 {
	 font-family: 'Raleway', sans-serif;
	 font-size: 18px;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 10259;
  transition: all 0.5s ease;
}
.fixed .logo img {
	width: 40%;
	transition: all 0.5s ease;
}
.fixed .top-header {
	padding: 8px 0;
	transition: all 0.5s ease;
}
.fixed  .top-contact {
	display: none;
	transition: all 0.5s ease;
}
.fixed .social-media {
	padding-top: 5px;
	transition: all 0.5s ease;
}
.fixed .navbar-nav > li > a {
	padding: 10px 5px;
	transition: all 0.5s ease;
}
.fixed .contact-info ul li {
	font-size: 14px;
}
.fixed .slogan {
	padding-top: 9px;
}
.btn:hover, .btn:focus, .btn.focus {
	outline: none;
}

.logo img {
	width: 60%;
	height:auto;
}
.top-contact {
	background: #222;
	color: #fff;
	padding: 10px 0;
}
.top-contact .contact-info {
	text-align: center;
	display: inline-block;
}
.top-contact .contact-info ul li {
	float: left;
	text-align: center;
	padding-top: 6px;
}
.top-header ul li {
	float: left;
}
.top-contact ul li {
	float: left;
}
.top-header	{
	background: #ffffff;
	padding: 10px 0;
	font-family: 'Raleway', sans-serif;
	color: #4b4b4b;
}
.contact-info ul li {
	font-size: 14px;
}
.contact-info ul li span {
	font-size: 15px;
	margin-right: 15px;
}
.contact-info a {
	color: #ffffff;
}
.contact-info a:hover {
	color: #D81920;
}
.phone {
	font-size: 18px!important;
	
}
.phone-call {
	margin-right: 30px;
}
.slogan {
	padding-top: 25px;
}
.slogan h2 {
	font-size: 40px;
	color: #D81920;
	font-family: 'Playball', cursive;
}
.social-media ul li a {
	font-size: 19px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	color: #f5f5f5;
	border-radius: 5px;
	
}
.social-media li span {
	line-height: 30px;
}
.social-media .facebook {
	background: #3B5998;
}
.social-media .twitter {
	background: #32AADC;
}
.social-media .google-plus {
	background: #E2131E;
}
.social-media .flickr {
	background:  #ff0084;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	display: inline-block;
	position: relative;

}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	margin-bottom: 0;
	min-height: inherit;
}
.nav-header {
	background: #d81920;
}
.navbar-nav > li > a {	
	padding: 15px 5px;	
	color: #fff;
}
.navbar-default .navbar-nav > li {
	margin: 0 15px;
}

.navbar-default .navbar-nav > li:first-child {
	margin-left: 0!important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > li > a::after {
	content: '';
	background: #fff;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	display: none;

}
.navbar-default .navbar-nav > .active > a::after,
.navbar-default .navbar-nav > .active > a:hover::after,
.navbar-default .navbar-nav > .active > a:focus::after {
	content: '';
	background: #fff;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	display: block;
}
.navbar-default .navbar-nav > li:hover > a::after  {
	display: block;
}
.navbar-brand {
	display: none;
}
 
.header .container-fluid {
	padding-left: 0;
}
.navbar-brand {
	padding: 0!important;
}
.navbar-collapse {
	padding-left: 0!important;
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #fff;
}

.dropdown-menu {
	background: #b6151c;
	border: none;
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	background: #d81920;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.indicator li {
	display: none;
}
.carousel-control span {
	position: absolute;
	top: 35%;
	color: #d81920;
	font-size: 150px;
}
.carousel-control {
	text-shadow: none;
	color: #d81920;
	text-align: inherit;
	
}
.carousel-control:hover, .carousel-control:focus {
	color: inherit;
}
.carousel-control .right {
	background-image: none;
	right: 10%;

}
.carousel-control .left {
	background-image: none;
	left: 10%;

}
.caption-2 {
	position: absolute;
	top: 66%!important;
	text-align: center!important;
	color: #fff!important;
	text-shadow: 2px 2px solid #000!important;
}
.caption-2 h1 {
	margin-bottom: 0!important;
}
.carousel-caption {
	position: absolute;
	top: 20%;
	color: #000;
	text-align: left;
	right: 0;
	left: 9%;
	text-shadow: none;
}
.carousel-caption h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
.carousel-caption p {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 35px;
}
.carousel-caption a {
	color: #023D83;
	border: 2px solid #023D83;
	border-radius: 25px;
	font-size: 25px;
	padding: 7px 17px;
}
.carousel-caption a:hover {
	color: #fff;
	background: #023D83;
}
.banner-bottom {
	background: #023D83;
	color: #fff;
	padding: 20px 0;
}
.banner-bottom p {
	font-size: 17px;
	margin-top: 5px;
}
.submit a {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 7px 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	display: inline-block;
	margin-top: 17px;
}
.submit a:hover {
	color: #023D83;
	background-color: #fff;
	border: 2px solid #fff;
}
section h2 {
	text-align: center;
}
.top-20 {
	padding: 70px 0;
}
.welcome h2 {
	margin-bottom: 10px;
	text-align: left;
}
.welcome p {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.read-more a {
	color: #d81920;
}
.read-more a span {
	margin-left: 5px;
}
.About img {
	width: 100%;
	height: auto;
}
.why-us img {
	width: 100%;
}
.services {
	
	
}
.services h2 {
	text-align: center;
	margin-bottom: 15px;
}
.services-types {
	background: #d81920;
	padding: 40px 0;
	color: #fff;
}
.services-types h2 {
	margin-bottom: 0;
}

.services-types h2 a {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.services  a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.services  a:hover {
	color: #023D83;
}
.services span {
	margin-right: 15px;
	font-size: 30px;
	
}

.study-abroad {
	background: url("../images/banner-img-2.jpg") no-repeat center center ;
	background-size: cover;
	background-attachment: fixed;
	
}
.study-part {
	background: rgba(35, 37, 44, 0.9);
}
.study-abroad h2 {
	color: #fff;
	text-align: center;
}
.desti-item img {
	width: 100%;
	height: auto;
}
.desti-item p {
	color: #eeeeee;
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0;
}
.desti-item a {
	color: #d81920;
	text-align: center;
	display: block;
	font-size: 17px;
}

.desti-item .overlay {
    color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -100%;
	background-color: rgba(216,25,32, 0.8);
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.desti-item:hover .overlay {
	bottom: 0;
	}

.desti-item {
	position: relative;
  	overflow: hidden;
  	
}
.top-item {
	margin-bottom: 30px;
}
.study-abroad h2 {
	margin-bottom: 40px;
}
.desti-img .overlay h4 {
	padding-top: 30%;
	font-size: 40px;
	
	text-shadow: 3px 3px 3px #000;
	font-family: 'Roboto Condensed', sans-serif;
}

.face-book a {
	color: #333;
}
.our-partner {
	background: #d81920;
	padding: 40px 0;
}
.our-partner h2 {
	color: #fff;
}
owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
 #owl-demo .item {
 	margin-right: 2px;

 }
 .partner-content h2 {
 	margin-bottom: 30px;
 }
 .item img {
 	 width: 100%;
 }

 .testimonial {
 	background: #474747;
 }
 .testimonial h2 {
 	color: #fff;
 	margin-bottom: 40px;
 }
 .testi-img img {
 	border-radius: 50%;
 	height: 130px;
 	width: 130px;
 	display: inline;
 	margin-right: 20px;
 }
 .flexslider {
 	background: none!important;
 	border: inherit!important;
 	margin: 0!important;
 }
 .flex-direction-nav {
 	display: none;
 }
 .testi-text p {
 	color: #fff;
 	font-size: 14px;
 	line-height: 20px;
 	margin-top: 20px;
 	margin-bottom: 0;
 }
 .testimonial .slides ul li {
 	float: none;
 }
 .flex-control-nav {
 	bottom: -25px!important;
 }
 .flex-control-paging li a.flex-active {
 	background-color: #9c1218!important;
 }
 .flex-control-paging li a {
 	background-color: #d81920!important;
 }
 .advertisement {
 	margin-top: 50px;
 }
 .testi-img {
 	text-align: center;
 }

 .media-released .slides img {
 	width: 100%;
} 
 .media {
 	padding-left: 0;
 }
.testi-text {
	text-align: center;
}

 .testi-text h4 {
 	color: #fff;
 	margin-top: 5px;
 	font-size: 18px;
 	margin-top: 10px;
 }
 .scrolldown {
    position: absolute;
    display: inline-block;
    bottom: 25%;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}
 .footer-form .form-control input {
 	color: #000!important;
 }


 .top-footer {
 	background-color: #BCBDC0;
 	padding: 25px 0;
 	color: #333;
 }
 
  .top-footer .links ul li {
  	font-size: 14px;
  	line-height: 30px;
  }
 .top-footer .links a {
 	font-family: 'Raleway', sans-serif;
 	color: #333;
 }
 .top-footer .links a:hover {
 	color: #d81920;
 }
.footer-bottom-item {
	border-top: dotted 0.5px;
	padding: 8px 0;
	margin-top: 5px;
}

.copy-right a {
	color: #333;
} 
.copy-right a:hover {
	color: #D81920;
}
.footer-form .form-group {
	margin-bottom: 10px;
}

 .nav-links {
 	padding-left: 0;
 	padding-right: 0;
 }
 .news-text h4 {
 	font-size: 17px;
 	margin: 0;
 }
 .news-text p {
 	font-size: 13px;
 	word-spacing: 2px;
 	margin-top: 5px; 
 	margin-bottom: 0;
 }
 .news-text a {
 	color: #d81920;
 	font-size: 17px;
}
.first-item {
	margin-bottom: 30px;
} 
  .top-footer h2 {
  	font-size: 20px;
  }
  .footer-form .form-control {
  	color: #333!important;
    height: 25px;
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border-radius: 0px;
    border-bottom: 1px solid #838080;
    padding-left: 0px;
    padding-bottom: 0;
    font-size: 14px;
}
.footer-form input {
	font-family: 'Raleway', sans-serif;
	color: #000;
} 
.send-button .footer-bottom {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	background-color: #d81920;
	padding: 4px 10px;
	border-radius: 0;
	font-size: 14px;
}
.send-button .footer-bottom:hover {
	background-color: #000000;
	lighting-color: #ffffff
}
.member-association .member-item ul li {
	float: left;
	
}
.member-col {
	padding-right: 0;
}
.col-2 {
	padding-left: 0;
}
.member-association .second-member {
	margin-left: 17px;
	background-color: #eee;
	padding: 2px;
}
.member-association {
	padding-top: 15px;
}
.member-association h4 {
	margin: 15px 0;
}
.member-item {
	margin-top: 8px;
	display: inline-block;
}

.member-item ul li {
	
	margin-bottom: 15px;
}
.footer-item h2 {
	margin-bottom: 15px;
}

.copy-right p {
	margin-bottom: 0;
	display: inline-block;
	font-size: 13px;
	line-height: auto;
}
.copy-right p img {
	width: 50px;
	height: auto;
	margin: 0 5px;
}

#backtop a {
    color: #ffffff;
    text-align: center;
 }
 
 #backtop {
 	border-radius: 4px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: 25px;
    position: fixed;
    font-size: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    bottom: 0px;
    background-color: #D81920;
    left: 95%;
}

.middle-content img {
	width: 100%;
	height: auto;
}
.test-1 {
	padding-left: 0;
}
.test-text h4 {
	padding: 0;
	margin: 0;
	color: #d81920;
	font-weight: 600;
}
.test-text p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 2px;
	margin-top: 5px;
}
.test-2 {
	padding-left: 0;
	padding-right: 0;
}
.test-row {
	margin-bottom: 30px;
} 

.language-1 {
	padding-left: 0;
}
.language-text {
	background-color: rgba(0, 0, 0, 0.7);
}
.laguage-img .overlay {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 14px;
	bottom: 0;
	background-color: rgba(2, 61, 131, 0.8);
	width: 84%;
	height: 100%;
}
.laguage-img .overlay h4 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.laguage-img .overlay p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}
.laguage-img .overlay a {
	color: #d81920;
	font-size: 17px;
	font-weight: 500;
}
.laguage-img img {
	width: 100%;
}
.language-type {
	margin-bottom: 30px;
}
.middle-content h2 {
	margin-bottom: 26px;
	text-align: left;
}
.carousel-inner ul li {
	float: left;
	display: inline-block;
} 
.sucess-img img {
	display: inline-block;
	width: 30%;
	height: auto;
}
.language-1 {
	margin-bottom: 30px;
}
.middle-content .nav-tabs > li.active > a, .middle-content .nav-tabs > li.active > a:hover, 
.middle-content .nav-tabs > li.active > a:focus {
	color: #ffffff;
	background: #023d83;
	border-left: 5px solid #d81920;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
.middle-content .nav-tabs > li > a {
	border: none;
	border-radius: 6px;
	background-color: #dddddd;
	color: #404040;
	font-size: 16px;
	margin-bottom: 10px;
	border-left: 5px solid #d81920;
	display: inline-block;
	width: 171px;
}
.middle-content .nav-tabs > li > a:hover, .middle-content .nav > li > a:focus {
	background: #023d83;
	color: #ffffff;
	display: inline-block;
	
} 
.middle-content .nav-tabs > li > a:hover {
	border-left: 5px solid #d81920;
}
.study-content .nav-tabs {
	border-bottom: none;
	display: inline-block;
	height: 300px;
}
.tab-content {
	border-left: 1px solid #dddddd;
	display: inline-block;
	margin-left: 5px;
	
}
.panel-default {
	margin-bottom: 40px;
}
.tab-head {
	padding-left: 0;
}
.tab-pane {
	margin-left: 15px;
}

.media-released img {
	margin-bottom: 10px;
}
.media-released h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.left-arrow span {
	position: absolute!important;
    top: 35%;
    color: #d81920;
    font-size: 20px;
}
.right-arrow span {
	position: absolute!important;
    top: 35%;
    color: #d81920;
    font-size: 20px;
}


.breadcrumb {
	background: none;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #000000;
}
.breadcrumb a:hover {
	color: #D81920;
}

.desti-slider {
	margin-top: 15px;
}
.side-content h3 {
	background-color: #023d83;
	padding: 10px;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.side-content ul {
	background-color: #d81920;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.side-content ul li a {
	color: #ffffff;
	font-size: 17px;
}
.side-content ul li {
	line-height: 35px;
}
.side-content ul li .active {
	border-bottom: 3px solid #ffffff;
}
.side-content ul li:hover .active {
	border-bottom: 3px solid #ffffff;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: -30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: -30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 40px;
	height: 40px;
	font-size: 40px; 
}
.desti-banner .carousel-caption h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 3px #000000;
	text-align: center!important;
	display: inline-block;
}
.desti-banner .carousel-caption {
	top: 38%;
	text-align: center!important;
	left: 0;
}
.destination-text p {
	margin-top: 15px;
	line-height: 24px;
}

.broucher a {
	background-color: #dddddd;
	color: #d81920;
	padding: 10px;
	width: 100%;
	display: inline-block;
	margin: 30px 0;
}
.broucher a h3 {
	font-size: 22px;
}
.broucher a h3 span {
	margin-left: 8px;
}
.study-content {
	padding: 40px 0;
} 
.study-content h2 {
	margin-bottom: 40px;
}
.study-main {
	border-right: 2px solid #dddddd;
	text-align: center;
	padding: 20px;
}
.study-main:hover {
	background-color: rgba(3, 100, 214, 0.7);
	color: #ffffff;
}
.main1 {
	border-left: 2px solid #dddddd;
}
.study-main .icon span {
	background-color: #0361d0;
	border-radius: 10px;
	color: #eeeeee;
	font-size: 35px;
	margin-top: 20px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}
.study-main .main-tex a {
	color: #023D83;
	font-size: 20px;
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
}
.study-main .main-tex p {
	font-size: 17px;
	line-height: 20px;
	margin-top: 5px;
}
.study-row1 {
	margin-bottom: 30px;
}
.study-col {
	padding-left: 0;
	padding-right: 0;
	
}
.study-col2 {
	padding-left: 0;
}
.side-content ul li span {
	margin-right: 15px;
}
.study-content h2 {
	text-align: left;
} 
.desti-tab li a {
	border: none;
	border-radius: 0;
	border-left: 10px solid #023d83;
	background-color: #dddddd;
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.desti-tab > li.active > a,
.desti-tab > li.active > a:hover,
.desti-tab > li.active > a:focus {
	border-left: 10px solid #023d83;
	background-color: #d81920;
	color: #ffffff;
}
.desti-tab > li > a:hover, .desti-tab > li > a:focus {
	border-left: 10px solid #023d83;
	background-color: #d81920;
	color: #ffffff;
}
.desti-tab > li.active > a::after {
	position: absolute;
	content: "/f178"
	top: 10%;
	left: 20%;
	color: #000000;
} 
.desti-tab > li {
	position: relative;
}
.desti-tab-content h3 {
	color: #d81920;
	font-weight: 600;
	margin-bottom: 20px;
}

.desti-tab-content h4 {
	color: #d81920;
	margin-top: 20px;
}
.desti-tab > li {
	float: none;
}
.panel-default h4 {
	color:#ffffff;
	margin-top: 0;
}
.panel-default > .panel-heading {
	background-color: #023d83;
	border: none;
	color: #ffffff;
} 
.panel-heading {
	border-radius: none;
}
.panel-default {
	border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.panel {
	box-shadow: none;
}
.booking-form {
    padding: 25px;
    padding-bottom: 30px;
    background: #023d83;
    border-radius: 3px;
    position: relative;
    text-align: center;
    z-index: 3;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}
.booking-form input, .booking-form textarea {
	border-radius: 3px;
	display: block;
	height: 45px;
	line-height: 21px;
	margin-bottom: 10px;
	padding: 12px 15px;
	width: 100%;
	border: none;
	background: rgba(255,255,255,0.9);
}
.booking-form input[type="submit"] {
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 135px;
	text-align: center;
	left: 50%;
	background-color: #D81920;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .4s ease-in-out;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}
.booking-form input[type="submit"]:hover{
	background-color: #023d83;
	border: 1px solid #ffffff;
}
.booking-form input, .booking-form textarea {
	border-radius: 3px;
	display: block;
	height: 40px;
	line-height: 21px;
	margin-bottom: 10px;
	padding: 12px 15px;
	width: 100%;
	border: none;
	background: #eeeeee;
}
.booking-form textarea {
    height: 80px;
    resize: none;
    text-transform: uppercase;
 }
 .Enquiry .booking-form h3{
 	color: #ffffff;
 	text-align: center;
 	margin-bottom: 15px;
 }
 .side-img img {
 	display: block;
 	
 
 }
 .side-img  {
 	display: inline-block;
 }
 .side-text {
 	text-align: center;
 }
 .side-testimonial {
 	background-color: #dddddd;
 	padding: 25px 25px 50px 25px;

 }
 .side-testimonial {
 	text-align: center;
 }
.side-testimonial h3 {
	margin-bottom: 20px;
}
.side-testimonial .flex-control-nav {
	bottom: 25px;
}
.footer-item-top {
	margin-top: 60px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #d81920;
}
.breadcrumb .active {
	color: #d81920;
}
.preparation-text h2 {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.preparation-text ul li {
	margin-bottom: 30px;
}
.preparation-banner .carousel-caption {
	top: 10%;
	text-align: left;
	left: 5%;
}
.preparation-banner .carousel-caption h1 {
	font-size: 50px;
} 
.side-facebook a img {
	width: 100%;
	height: 300px;
}
.table {
	font-family: 'Raleway', sans-serif;
}
.table thead tr th {
	font-weight: 600;
}
.table tbody tr th {
	font-weight: 600;
}
.about-content h2 {
	text-align: left;
	margin-bottom: 30px;
}
.about-img img {
	width: 100%;
}
.mission-title h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.statement-content ul li h4 {
	background-color: #D81920;
	padding: 7px 20px;
	display: inline-block;
	width: 200px;
	color: #ffffff;
	text-align: center;
}
.more-about {
	background-color: #eeeeee;
}
.more-about-content {
	margin-top: 40px;
	text-align: center;
}
.more-about-content ul {
	text-align: center;
	border-bottom: 5px solid #023D83;
	display: inline-block;
	padding: 0;
	width: 100%;
	margin: 0;
	float: left;
}
.more-about-content .nav-tabs > li > a {
	font-size: 20px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 5px 5px 0 0;
	border: none;
	padding: 5px 27px;
	margin-right: 9px;
	margin-bottom: 4px;
}
.more-about-content .nav-tabs > li:last-child a {
	margin-right: 0;
}
.more-about-content .nav-tabs > li.active > a,
.more-about-content .nav-tabs > li > a:hover,
.more-about-content .nav-tabs > li.active > a:focus {
	background-color: #023D83;
	color: #ffffff;
	border: none;
}

.more-about-content .nav-tabs > li {
	margin-bottom: 1px;
	display: inline-block;
}
.more-about-content .tab-content {
	padding-top: 30px;
	margin-left: 0;
	border: none;
}
.more-about-content .tab-pane {
	margin-left: 0;
}
.more-tab-content h3 {
	text-align: center;
	color: #023D83;
	font-size: 20px;
}
.tab-img img {
	width: 100%;
	height: auto;
}
.more-tab-content h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #023D83;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
} 
.more-tab-text {
	margin-top: 26px;
	text-align: left;
}
.more-tab-text span {
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
	color: #023D83;
}
.profile-content {
	margin-bottom: 10px;
}
.profile-content h4 {
	text-align: center;
	font-size: 18px;
}
.profile-content h4 a {
	color: #D81920;
}
.profile h3 {
	margin-bottom: 25px;
}
.contact-us h2 {
	text-align: left;
	margin-bottom: 40px;
}
.text-danger {
	display: none;
}
.form-control {
	height: 45px;
	border-radius: 0;
    box-shadow: none;
    color: #222;
    font-size: 15px;
    height: 40px;
}
.contact-form label {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}
.cont-info {
	display:block;
	margin-bottom: 30px;
}
.info-icon {
	border: 1px solid #999;
	color: #999;
	float: left;
	font-size: 20px;
	height: 40px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 40px;
}
.info-icon i {
	line-height: 40px;
}
.info-text h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.info-text p {
	margin-top: 0;
	margin-left: 50px;
}
.info-text ul li {
	padding-left: 50px;
	font-family: 'Raleway', sans-serif;
}
.info-text a {
	color: #000000;
}
.info-text a:hover {
	color: #d81920;
}
.org-name h4 {
	color: #d81920;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.contact-form .sent-btn {
	background-color: #d81920;
	border-radius: 0;
	padding: 10px 20px;
	border: none;
	font-size: 15px;
	color: #ffffff;
}
.contact-form .sent-btn:hover {
	background-color: #000000;
	color: #ffffff;
}
.contact-form button, input {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.study-cont h2 {
	text-align: center;
	margin-bottom: 30px;
}
.study-destination {
	margin-top: 40px;
}
.study-destination img {
	width: 100%;
	height: auto;
}
.destination-text {
	
	margin-top: 20px;
}
.destination-text h3 a {
	text-transform: uppercase;
	font-size: 25px;
	background-color: #d81920;
	color: #ffffff;
	width: 100%;
	padding: 7px;
	display: inline-block;
	text-align: center;
}
.destination-1 {
	margin-bottom: 30px;
}
.test-cont h2 {
	margin-bottom: 30px;
}
.pre-img img {
	width: 100%;
	height: auto;
}
.pre-text  {
	margin-top: 20px;
	text-align: center;
}
.pre-text h3 a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 25px;
	background-color: #d81920;
	color: #ffffff;
	width: 100%;
	padding: 7px;
	margin-bottom: 10px;
}
.pre-content .pre-1 {
	margin-bottom: 30px;
}
.pre-content {
	margin-top: 60px;
}
.study-apply h3 {
	margin-bottom: 20px;
} 
.university-img img {
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
}
.country-name h4 {
	text-align: center;
	text-transform: uppercase;
}
.college-type {
	margin-bottom: 30px;
}
.study-apply p {
	margin-bottom: 30px;
}
.Apply-now h2 {
	margin-bottom: 40px;
}
.apply-form {
	font-family: 'Raleway', sans-serif;
}
.apply-form label {
	font-weight: normal;
}
.form-group .apply-btn {
	background-color: #d81920;
	color: #ffffff;
	padding: 10px 20px;
	border: none;
	border-radius: 0;
	font-size: 17px;
}
.form-group .apply-btn:hover {
	background-color: #000000;
	color: #ffffff;
}
.edu-system li span {
	font-weight: bold;
}
.edu-system li {
	padding-left: 30px;
	line-height: 25px;
}
.edu-system li i {
	color: #d81920;
	margin-right: 10px;
	margin-left: -15px;

}
.study-table th, td {
	text-align: center;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
}
.study-table ul li {
	margin-bottom: 10px;
}
.tab-head .study h4 {
	margin-bottom: 5px;
	margin-top: 15px;
}

.tab-head .study span {
	margin-right: 10px;
}
.tab-head .study p {
	margin-left: 30px;
}
.tab-cont-5 span {
	margin-right: 10px;
	margin-left: -15px;
	color: #D81920;
}
.tab-cont-5 ul {
	padding-left: 20px;
}
.tab-cont-5 a {
	color: #D81920;
}
.panel-body h4 {
	color: #D81920;
}
.panel-body ul li {
	margin-left: 20px;
}
.panel-body ul li i {
	color: #D81920;
	margin-right: 10px;
}
.tab-pane ul li {
	line-height: 30px;
}
.inner-cont span {
	margin-left: -15px;
}
.inner-cont span {
	color:  #D81920;
}
.inner-cont  {
	padding-left: 60px;
	margin-bottom: 10px;
}

.usa-ref {
	color: #D81920;
}

.tab-pane h5 {
	font-family: 'Raleway', sans-serif!important;
}
.edu-btn {
	padding: 6px 15px;
	background: #023D83;
}
.edu-btn:hover, .edu-btn:focus {
	background: #D81920;
	border: 1px solid rgba(216,25,32, 0.5);
}
.well {
	margin-top: 5px;
}
.well h4 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 15px;
}
.well h5 {
	color: #D81920;
}
.required {
	padding-left: 20px;
}
.student-visa a {
	color: #ffffff;
}
.desti-middle {
	padding-bottom: 40px;
}
.pte-caption {
	top: 30%!important;
}
.services-page h2 {
	text-align: center;
}
.tab-head {
	border-bottom: none;
} 
.uk-tab {
	padding-right: 0;
}
.services-page h2 {
	padding-bottom: 40px;
}
.nav-tabs {
	border-bottom: none;
}
.test-tab-cont {
	padding-left: 20px;
}
.service-tab {
	padding-right: 0;
}
.breadcrumb > li + li::before {
	padding: 0;
}
.md-img {
	padding-top: 17px;
}
.md-img img {
	width: 100%;
}
.message-text {
	margin-top: 20px;
}
.message-text span {
	font-family: 'Handlee', cursive;
	font-size: 30px;
	color: #D81920;
	font-weight: bold;
}

.directors-content {
	padding-top: 60px;
}
.directors-content h2 {
	margin-bottom: 40px;
}

.directors .col-md-4 {
	text-align: center;
}
.main-directors {
	padding-right: 33px;
}
.directors-box {
	border-right: 1px solid #D81920;
	border-bottom: 1px solid #D81920;
	padding: 25px 10px;
	height: 170px;
}
.directors-box:hover {
	background: #D81920;
}
.directors-box:hover a h5 {
	color: #ffffff;
}
.directors-box a h5 {
	color: #D81920;
	font-size: 17px;
}
.directors-box a p {
	color: #000000;
}
.sturcture-img {
	text-align: center;
}
.structure-cont h2 {
	margin-bottom: 0;
}
.services-page {
	padding-bottom: 60px;
}
.services-page h2 {
	padding-top: 60px;
}
.service-img {
	padding-top: 17px;
	margin-bottom: 40px;
}
.service-img img {
	width: 100%;
}
.service-fb img {
	width: 100%;
	height:300px;
}
.org-cont h2 {
	padding-top: 70px;
	margin-bottom: 30px;
}
.org-side {
	padding-bottom: 70px;
}
.org-side .booking-form {
	margin-bottom: 0;
}
.Apply-now h2 {
	text-align: left;
	padding-left: 15px;
}
.apply-btn {
	background: #D81920;
	padding: 10px 20px;
	border-radius: 0;
	border: none;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}
.apply-btn:hover {
	background: #000000;
	color: #ffffff;
}
.applying {
	text-align: center;
	display: block;
	margin-top: 40px;

}
.applying a {
	background: #D81920;
	padding: 15px 30px;
	color: #ffffff;
	font-size: 17px;
	

}
.applying a:hover {
	background: #000000;
	color: #ffffff;
} 
.applying span {
	margin-left: 10px;
}
.form-control input [type="text"] {
	font-color: #333!important;
}
textarea.form-control {
	text-transform: uppercase!important;
}
.fb-page {
	width: 100%;
}
.form-control::-moz-placeholder { color: #333;}
.form-control::-webkit-input-placeholder { color:#333;}
.form-control::-ms-input-placeholder {color:#333;}


.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.advertisement img {
	width: 100%;
}
.footer-contact {
	padding-left: 20px;
}
.footer-contact i {
	margin-right: 10px;
	color: #333;
	margin-left: -17px;
}

.globe {
	margin-bottom: 0;
} 
.footer-bottom {
	background: #1f1b13;
	padding: 10px;
	color: #fff;
}
.member ul li {
	float: left;
	margin-right: 15px;
}
.member ul .icc-nepal {
	background: #BCBDC0;
	padding: 4px;
	
}
.member ul .icc-nepal img {
	width: 70px;
	height: auto;
}
.member h4 {
	margin: 4px 0;
}
.member ul .ecan img {
	height: 30px;
}
.member ul .icc-online img {
	width: 56px;
	height: auto; 
} 
.copy-right {
	margin-top: 7px;
} 
.why-us ul li  {
	line-height: 20px;
	margin-bottom: 10px;
}
.why-us ul {
	margin-left: 15px;
}

.why-us ul li i {
	color: #D81920;
	margin-right: 10px;
	margin-left: -15px;
}
.desti-slide-text h4 {
	font-size: 17px;
}
.desti-slide-text p {
	font-size: 14px;
}





