@charset "utf-8";
@import url("../georgia/stylesheet.css");

.dropdown-menu.other-menu{
	display: none;
}

body {
	font-family: georgia;
}
.btn:hover, .btn:focus, .btn.focus {
	color: white;
	text-decoration: none;
}
p {
	font-size: 17px;
	color: #231815;
	font-family: georgia
}
ul, li {
	list-style-type: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.link-bold-black{
	font-weight: bold;
	color: #231815
}
.link-bold-black:hover{
	color: #01003B
}
.panel-title {
	color: #1d2088;
	position: relative;
	width: 95%
}
.panel-title i {
	position: absolute;
	right: -6%;
	font-size: 20px !important
}
.panel-heading {
	background: #c9caca !important;
}
.panel-title.links {
	color: #e4007f
}
.panel-body a {
	color: rgba(23,23,23,1.00)
}
.BTT {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #231815;
	font-size: 40px;
	background: rgba(236,237,237,0.73);
	height: 70px;
	width: 70px;
	border-radius: 35px;
	text-align: center;
	line-height: 70px;
	z-index: 100;
	display: none;
}
.BTT:hover {
	color: #231815;
}
.BTT p {
	position: relative;
	line-height: 17px;
	font-variant-caps: all-petite-caps;
	display: none;
	font-size: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: -1px;
	top: 15px
}
.popUpBanner {
	position: fixed;
	bottom: 0px;
	display: none;
}
.popUpBanner img {
	cursor: pointer;
}
.popUpClose {
	background: white;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.popUpClose:hover {
	background: #CFCFCF;
}
/* =======================NAV-BAR======================= */
.background-navbar {
	width: 100%;
	height: 60px;
	background: #01003B;
	position: absolute;
	z-index: 100
}
.navbar-header p {
	background: none;
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	top: 20px;
	left: 170px;
	color: white;
}
.navbar-default {
	background: #01003B;
	margin-bottom: 5px;
	max-width: 900px;
	margin: 0px auto;
	border: none
}
.navbar-header {
	background: #01003B;
	height: 60px
}
.navbar-toggle {
	background: white;
	padding: 3px;
	border-radius: 2px;
	margin-right: 10px;
	margin-top: 15px
}
.navbar-toggle .icon-bar {
	height: 4px;
	border-radius: 0px;
	width: 23px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #01003B;
}
.nav.navbar-nav.navbar-right {
	background: red;
	position: relative;
	top: 17px;
	right: 3px;
	display: block
}
.nav.navbar-nav.navbar-right li a {
	background: #01003B;
	padding: 0px;
	width: 70px;
	text-align: center;
	border: 1px solid white;
	color: white;
	height: 26px;
	line-height: 26px;
}
ul.dropdown-menu.other-menuX{
	background: none;
	border: none;
	box-shadow: none;
}
ul.dropdown-menu.other-menuX li a{
	margin-bottom: 2px;
	background: #01003B!important;
	float: right;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #01003B!important;
}
/*  */
#menu-sp {
	width: 160px;
	background: white;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
	display: none;
}
.menu-close-btn {
	position: absolute;
	right: 10px;
	font-size: 25px;
	background: none;
	border: none;
	color: rgba(1,0,59,1.00)
}
.menu-close-btn:hover {
	color: #0300B3
}
#menu-sp li {
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	height: 40px;
}
#menu-sp li:hover a {
	color: #0300B3
}
#menu-sp > li > a {
	padding: 10px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #01003B
}
#menu-sp > li:last-child a {
	font-size: 15px;
	line-height: 40px
}
ul.dropdown-menu {
	width: 50px
}
#menu-sp .dropdown .dropdown-menu li {
	border-bottom: none;
	height: 30px;
	text-align: center
}
#menu-sp > .dropdown > .dropdown-menu li a {
	padding: 0px;
	height: 30px;
	line-height: 30px;
	color: #01003B
}
/*================================CONTENT=============================*/

header {
	position: relative;
}
header.banner-main {
	background: url(../img/body-bg1.png);
	width: 100%;
	margin: 0px auto;
	background-repeat: repeat-x;
	background-size: contain;
	border-bottom: 40px solid #01003B;
	padding-top: 50px;
	padding-bottom: 10px;
	transform: translateY(20px)
}
header.banner-main img {
	max-width: 870px;
	margin: 0px auto;
}
/*
header.banner-main{
border-bottom: 40px solid #01003B;
display: block;
max-width: 1200px;
margin: 0px auto;
}
*/
#content {
	position: relative;
	background: none;
	max-width: 900px;
	margin: 0px auto;
	padding: 0px 17px;
	top: 0px;
}
#content > .row {
	background: white;
	height: 100%;
	border: 1px solid #01003B;
	padding: 20px 15px 0px 15px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: none;
	margin: 0px
}
.side-barX {
	background: #eceded;
	height: 100%;
	padding: 3px 7px;
}
.consulation {
	position: relative;
	margin-top: 30px;
}
.text-contentX {
	padding: 0px;
	padding-left: 15px;
	padding-right: 0px;
}
.text-contentX div img {
	margin-bottom: 10px
}
.all-banners a img {
	border: 1px solid #01003B;
}
.transitionimage {
	margin: 20px 0px 10px
}
.transitionimage div img {
	box-shadow: 0px 0px 7px 3px gray;
	border-radius: 50%
}
.bg-question {
	background: #FDFBC4;
	color: #171c61;
	padding: 5px 5px
}
/*=========================FOOTER=======================*/
footer {
	background: #01003e;
	color: #fff;
	padding: 40px 10px;
}
footer div p {
	color: white
}
.job-head, .visa-head, .life-head, .usefullinks-secondhead, .about-head, .services-head, .about-head {
	color: #e4007f;
	font-size: 22px;
	font-family: georgia;
	font-weight: bold;
}
/*
===============USEFUL LINKS =================
*/
.usefullinks-secondhead {
	margin: 0px;
	font-size: 17px;
	color: #e4007f !important;
}
.usefulinks-head {
	color: #0F0F4D;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 2px
}
.usefullinks-span {
	background: #0F0F4D;
	width: 3px;
	height: 18px;
	float: left
}
.col-xs-12.useful {
	padding: 0px
}
/*
.col-xs-5 {
	padding: 0px
}
.col-xs-7 {
	padding: 0px
}
*/
.text-contentX .row {
	margin: 0px 0px;
	/*
	border-bottom: 1px solid #D4D4D4;
	;
*/
	padding: 0px
}
.text-contentX .row a {
	color: #231815
}
.text-contentX .row a:hover {
	color: #49618F
}
.links-title {
	background: #1D2088;
	padding: 5px;
	font-size: 20px;
	color: white;
	text-align: center
}
.readmore-btn {
	height: 25px;
	line-height: 10px;
	text-align: center;
	background: rgba(29,32,136,1.00);
	border-radius: 0px;
	color: white;
	position: relative;
	float: right
}
.readmore-btn.links {
	background: #e6bec6;
	border-radius: 12.5px;
	float: none
}
/*
.usefullinks .panel-heading{
	box-shadow: 3px -4px 0px 0px gray;
	border-radius: 10px;
	border:none
}
.usefullinks .panel-default{
	border-radius: 10px;
	border: none
}
*/
/*
===============ABOUT US =================
*/

.text-contentX ul {
	padding: 0px 15px;
	margin: 0px;
}
.text-contentX li {
	padding: 0px;
	list-style: disc !important;
	margin: 0px
}
.about-head.wouldlike {
	color : #1d2088;
	font-size: 25px
}
.about-title {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid rgba(1,0,59,1.00)
}
.about-title2 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid rgba(1,0,59,1.00)
}
.about-title2 a {
	color: #231815
}
.readmore-btn.about {
	float: none
}
/*
=============== LIFE =================
*/
.life-head2 {
	font-weight: bold;
	font-size: 17px;
	color: #1d2088
}
/*
===============ACCESS =================
*/



.access th {
	padding: 10px;
	background: #EBEBEB;
	border: 1px solid lightgray;
	color: #828282;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.access td {
	padding: 10px;
	font-weight: 700;
	border: 1px solid lightgray;
	color: #5E5E5E;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.text-note-lifepage {
	font-size: 15px
}

@media screen and (max-width:920px) {
header.banner-main img {
	max-width: 95%;
	margin: 0px auto;
}
}

@media screen and (max-width:767px) {
.BTT {
	position: fixed;
	right: 10px;
	color: #231815;
	font-size: 25px;
	background: rgba(236,237,237,1);
	height: 50px;
	width: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	z-index: 100;
	display: none;
}
p {
	font-size: 14px;
	color: #231815;
	font-family: georgia
}
.text-note-lifepage {
	font-size: 13px
}
.navbar-header p {
	font-size: 13px;
	top: 29px;
	left: 160px
}
header.banner-main {
	display: none
}
.transitionimage div img {
	box-shadow: none;
	border-radius: 0%;
	width: 100%;
}
#content > .row {
	border: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px
}
.text-contentX {
	padding: 60px 5px 0px 5px;
	margin-top: 10px;
}
#content {
	padding: 0px 0px;
	top: 0px
}
.about-head.wouldlike {
	color : #1d2088;
	font-size: 17px
}
}

@media screen and (max-width:500px) {
.navbar-header p {
	font-size: 10px;
	top: 33px;
	left: 150px
}
}

@media screen and (max-width:420px) {
.navbar-header p {
	display: none
}
.navbar-brand {
	padding: 0px;
	margin-left: 10px;
	position: relative;
	top: 15px
}
.navbar-brand img {
	width: 130px
}
.navbar-header {
	background: #01003B;
	height: 60px;
}
}
