body {
	background-image:url('../images/background1.jpg');
}

@font-face {
	font-family:Roboto-LightItalic;
	src:url(../fonts/Roboto-LightItalic.ttf);
}

@font-face {
	font-family:Roboto-Bold;
	src:url(../fonts/Roboto-Bold.ttf);
}



a {
	font-family:"EBRIMA";
}

.container {width:90%;}

.welcome .row {
	margin-top:15px;
}

.navbar-inverse {
	background:#082140;
	border:none;
}

p {
	font-size:13px;
	color:#000;
}


.slider {
	margin:0;
	padding:0;
	max-width:100%;
	max-height:530px;
	overflow:hidden;
	margin-top:22px;
}

.services {
	margin:0;
	overflow:hidden;
	color:#333;
}

.services .col-md-4 {
	padding:50px 20px;
}


.welcome {
	padding-bottom:10px;
	background:#efeded;
}

h1 {
	font-family:Roboto-Bold;
	font-size:40px;
	font-weight:lighter;
	color:#b0250e;
}


.slider img {
	width:100%;
}



.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



#navigationbar {
	padding:0;
}

#navigationbar a:link, #navigationbar a:visited {
	color:#fff;
}





#navigationbar .dropdown ul a {
	color:#000;
}


#navigationbar .dropdown ul a:hover {
	background:#f04d24;
	color:#fff;
}

#iconz {
	margin-top:-49px;
}

#navigationbar a:hover {
	background:#f04d24;
	color:#fff;
	-webkit-transition:background 1s;
}

.navbar-brand {
	padding:0;
	margin-top:-17px;
}

.navbar-brand img {
	max-height:84px;
	border-radius:13px;
}

#services h2 {
	font-family:"Roboto-LightItalic";
	font-size:30px;
	color:#fff;
}


#services .box {
	padding:90px 0;
	border-radius:10px;
	background:#b0250e;
	color:#fff;
}

#services .box:hover {
	background:#f04d24;
	color:#fff;
	-webkit-transition:1s;
}

#studyabroad {
	background:#efeded;
	padding-bottom:50px;
}

#studyabroad .box {
	background:#fff;
}

footer {
	background:#082140;
	padding:20px 0 30px 0;
}

footer h4 {
	color:#fff;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #fff;
}

footer p {
	font-family:"ebrima";
	color:#eee;
	font-size:15px;
}

footer .glyphicon {
	color:#aaa;
	font-size:18px;
	margin-right:6px;
}

#copyright {
	background:#111;
	padding:11px 0;
	color:#999;
}

 div.new_html_code {
      width:150px;
      height:100px;
      min-width:150px;
      min-height:100px;
      max-width:200px;
      max-height:100px;
      overflow:hidden;
      display:block;
      border:1px solid red;
 }
 
 footer a:link {
	 color:#eee;
 }

 
 img.grow { transition: all .2s ease-in-out; opacity:0.8;}
 
 
img.grow:hover { transform: scale(1.1); opacity:1;}
 
#aboutus {
	background-color:#ececec;
	padding:50px 0;
} 
 
.aboutus p {
	text-align:justify;
}

#sibar {
	margin-top:0px;
	background:#fff;
}

#sibar h3 {
	width:100%;
	color:#b0250e;
	border-bottom:#bbb solid 1px;
	padding-bottom:2px;
	font-family:impact;
}

h4 {color:#b0250e;}

#send {background:#b0250e; color:#fff; border-radius:0; border:none;}

#send:hover {
	background:#d23b22;
}

.gmap {
	border:1px solid #ddd;
	margin-top:32px;
}

table#ptetable{
	width:100%;
	background:#fff;
}

table#ptetable th, table#ptetable td {
	padding:2px 0px 2px 10px;
}

#whatstudentssay {
	padding-bottom:32px;
}

#whatstudentssay .col-sm-8 {
	display:block;
	vertical-align:middle;
	margin-top:52px;
}

#whatstudentssay .col-sm-8 h1 {
	text-align:left;
}

#whatstudentssay p {
	text-align:left;
	font-size:16px;
	font-style:italic;
}

#testimonials {
	background:#fff;
	padding:20px;
	display:block;
	border-radius:25px 0;
}

.col-sm-12#testimonials {margin-bottom:12px;}

#testimonials img {border-radius:60%; border:1px #ccc solid;}

#sibar a, #sibar a:link, #sibar a:visited {color:#000;}

#ptwo {
	margin-top:15px;
}

@media only screen and (max-width: 680px) {
    #copyright .col-xs-6 {width:100%; text-align:left;}
	#navigationbar .dropdown ul a {color:#ddd; text-align:center;}
}