@font-face {
	font-family: 'OpenSans-Bold';
	src: url(../fonts/OpenSans-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"),
		url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url(../fonts/OpenSansSemibold.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSansSemibold.woff)
		format("woff"), url(../fonts/OpenSansSemibold.ttf) format("truetype"),
		url(../fonts/OpenSansSemibold.svg#OpenSansSemibold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Museo700-Regular';
	src: url(../fonts/Museo700-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/Museo700-Regular.otf)
		format("opentype"), url(../fonts/Museo700-Regular.woff) format("woff"), url(../fonts/Museo700-Regular.ttf)
		format("truetype"), url(../fonts/Museo700-Regular.svg#Museo700-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Museo500-Regular';
	src: url(../fonts/Museo500-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/Museo500-Regular.otf)
		format("opentype"), url(../fonts/Museo500-Regular.woff) format("woff"), url(../fonts/Museo500-Regular.ttf)
		format("truetype"), url(../fonts/Museo500-Regular.svg#Museo500-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'BebasNeueBold';
	src: url(../fonts/BebasNeueBold.eot#iefix) format("embedded-opentype"), url(../fonts/BebasNeueBold.ttf)
		format("truetype"), url(../fonts/BebasNeueBold.svg#BebasNeueBold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'DroidSerif-BoldItalic';
	src: url('../fonts/DroidSerif-BoldItalic.eot#iefix') format('embedded-opentype'),
		url('../fonts/DroidSerif-BoldItalic.woff') format('woff'), url('../fonts/DroidSerif-BoldItalic.ttf')
		format('truetype'), url('../fonts/DroidSerif-BoldItalic.svg#DroidSerif-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('..//fonts/BebasNeueBook.eot#iefix') format('embedded-opentype'), url('..//fonts/BebasNeueBook.otf')
		format('opentype'), url('..//fonts/BebasNeueBook.woff') format('woff'), url('..//fonts/BebasNeueBook.ttf')
		format('truetype'), url('..//fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mathlete-Bulky';
	src: url('../fonts/Mathlete-Bulky.eot#iefix')
		format('embedded-opentype'),
		url('../fonts/Mathlete-Bulky.otf') format('opentype'),
		url('../fonts/Mathlete-Bulky.woff') format('woff'),
		url('../fonts/Mathlete-Bulky.ttf') format('truetype'),
		url('../fonts/Mathlete-Bulky.svg#Mathlete-Bulky')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
}

.bodybacgroundimg {
	background: url(../images/bodybackimg.jpg) no-repeat center top;
	background-size: cover
}

.minheoght {
	height: 100%
}

html {
	height: 100%
}

img {
	max-width: 100%;
	height: auto
}

* {
	margin: 0;
	padding: 0
}

a:hover {
	text-decoration: none !important
}

.nopadding {
	padding: 0 !important
}

header {
	height: 124px;
}

.top_header {
	margin: 0;
	padding: 15px 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.logo {
	width: 100px
}

.top_nav {
	margin: 34px 0;
	padding: 0;
	display: block;
	text-align: center
}

.top_nav ul {
	margin: 0;
	padding: 0;
	display: block
}

.top_nav ul li {
	margin: 0;
	padding: 0 7px;
	display: inline-block
}

.top_nav ul li a {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans-Bold';
	font-size: 14px;
	color: #272525;
	text-transform: uppercase
}

.top_nav ul li a:hover {
	color: #115d78
}

.top_nav .sub-menu {
	left: 30px;
	min-width: 180px;
	padding: 0;
	position: absolute;
	top: 55px;
	width: auto;
	z-index: 9999;
	display: none;
	border-radius: 0;
	background: #085071;
	transition: 1s all ease-in
}

.top_nav .sub-menu li {
	color: #000;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	font-size: 14px;
	border-right: none;
	background: none;
	float: none;
	border-bottom: solid 1px #fff
}

.top_nav .sub-menu li.arrow>a {
	background: url(../images/sublist.png) no-repeat center right
}

.top_nav .sub-menu li.arrow:hover>a {
	background: url(../images/sublist.png) no-repeat center right
}

.top_nav .sub-menu li:hover>a {
	text-decoration: none;
	padding: 8px 20px 8px 10px;
	color: #fff
}

.top_nav .sub-menu li:last-child {
	border: none
}

.top_nav .sub-menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 8px 20px 8px 10px;
	border: none;
	text-transform: uppercase
}

.top_nav .sub-menu li.current-menu-item>a {
	color: #FFF
}

.top_nav .sub-menu li:hover>a {
	border-radius: 0;
	text-decoration: none;
	background: #000
}

.top_nav ul li:hover>.sub-menu {
	display: block
}

.top_nav .sub-menu ul.sub-menu {
	left: 100%;
	top: 0
}

.headrCallNb {
	margin: 10px 0;
	padding: 0
}

.headrCallNb span {
	margin: 0;
	padding: 0;
	color: #7d92a0;
	font-family: 'OpenSans-Bold';
	font-size: 12px
}

.headrCallNb a {
	margin: 0;
	padding: 0;
	font-family: 'Museo700-Regular';
	color: #085071;
	font-size: 35px;
	display: block
}

.headrCallNb a:focus {
	color: #085071;
	text-decoration: none
}

.container2 {
	display: inline-block;
	cursor: pointer
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background-color: #000;
	margin: 5px 0;
	transition: .4s
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-2px, 2px);
	transform: rotate(-45deg) translate(-2px, 2px);
	background-color: #000
}

.change .bar2 {
	opacity: 0
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background-color: #000
}

.aiamaisetion {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.Aiaglobal_left {
	margin: 0;
	padding: 0;
	display: block;
	max-width: 680px
}

.Aiaglobal_left h1 {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	font-family: 'BebasNeueBold';
	font-size: 90px;
	color: #333
}

.Aiaglobal_left h1 span {
	color: #fff
}

.Aiaglobal_left p {
	font-family: 'OpenSansSemibold';
	font-size: 15px;
	color: #333;
	display: block;
	margin: 0 0 30px;
	padding: 0;
	line-height: 22px
}

.Aiaglobal_left ul {
	margin: 0;
	padding: 0
}

.Aiaglobal_left ul li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block
}

.Aiaglobal_left ul li a {
	font-family: 'OpenSans-Bold';
	font-size: 11.7px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 5px
}

.produtbox {
	background: #085071;
	width: 230px
}

.produtbox1 {
	background: #7393a2;
	width: 200px
}

.produtbox2 {
	background: #fbb03b;
	width: 200px
}

.Aiaglobal_left ul li a:hover {
	background: #000
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.footerTop_stn {
	background: rgba(0, 113, 188, 0.7);
	margin: 0;
	padding: 15px 0
}

.footerTop_stn p {
	font-family: 'OpenSansSemibold';
	font-size: 34px;
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center
}

.footerPage {
	background: #f4f4f4;
	padding: 20px 0;
	margin: 0
}

.copyRightD {
	margin: 0;
	padding: 0;
	display: block
}

.copyRightD p {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'Museo500-Regular';
	color: #075d79;
	font-size: 16px;
	text-align: center
}

.washigntonSlider {
	margin: 0;
	padding: 0;
	position: relative;
}

.washigntonSlider img {
	width: 100%;
}

.SliderContnt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-os-transform: translateY(-50%);
}

.SliderContnt h1 {
	font-family: 'BebasNeueBold';
	font-size: 50px;
	text-align: center;
	display: block;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px #000;
}

.washisectionONr {
	background: #10556a;
	margin: 0;
	padding: 10px 0;
}

.washisectionONr .breadcrumb {
	margin: 0;
	padding: 10px 0;
	display: block;
	background: none;
}

.washisectionONr .breadcrumb ul {
	margin: 0;
	padding: 0;
}

.washisectionONr .breadcrumb ul li {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	display: inline-block;
}

.washisectionONr .breadcrumb ul li a {
	font-family: 'DroidSerif-BoldItalic';
	font-size: 18px;
	margin: 0;
	padding: 0 5px;
	color: #fff;
}

.washisectionONr .breadcrumb ul li a:hover {
	color: #000;
}

.International_toursetion {
	background: #f8f7f0;
	padding: 43px 0;
}

.IIntegrationsection {
	margin: 0;
	padding: 40px 0;
	display: block;
}

.ImmersinHeading {
	margin: 0;
	padding: 0 33% 0 0;
}

.ImmersinHeading h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-family: 'DroidSerif-BoldItalic';
	font-size: 26px;
	color: #000;
	border-bottom: 1px #b5b5b5 solid;
}

.ImmersinHeading h2 span {
	color: #c1272d;
}

.ImrnewLeft {
	margin: 0;
	padding: 0;
	display: block;
}

.ImrnewLeft p {
	margin: 0;
	padding: 0 0 20px;
	display: block;
	font-family: 'OpenSansSemibold';
	color: #231f20;
	font-size: 16px;
	line-height: 25px;
}

.ImrnewLeft ul {
	margin: 0 0 0 30px;
	padding: 0;
	display: block;
}

.ImrnewLeft ul li {
	margin: 0 0 5px;
	padding: 0;
	display: list-item;
	font-family: 'OpenSans-Bold';
	color: #231f20;
	font-size: 14px;
}

.AiaHomeMidleFst {
	margin: 0;
	padding: 40px 0;
	display: block;
	background: #f7f6f0;
}

.EducationTur {
	margin: 0 0 30px;
	padding: 0;
	display: block;
}

.EducationTur h1 {
	margin: 0;
	padding: 0 0 20px;
	display: block;
	font-family: 'BebasNeueBold';
	color: #272525;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}

.EducationTur span {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'OpenSansSemibold';
	color: #272525;
	font-size: 21px;
	text-align: center;
}

.teacherDivColor {
	background: #115d78;
	margin: 0 0 30px;
	padding: 30px 0 10px;
}

.teacherDivColor ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.teacherDivColor ul li {
	margin: 0 0 20px;
	padding: 0 10px 0 28px;
	display: inline-block;
	background: url(../images/arrowli.png) no-repeat left top 5px;
}

.teacherDivColor ul li a {
	font-family: 'OpenSans-Bold';
	font-size: 17px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.AiaHomeMidleTwop {
	margin: 0;
	padding: 20px 0;
	display: block;
	background: #2e4e5d; /* Old browsers */
	background: -moz-linear-gradient(16deg, #10556a 47%, #115d78 47%); /* FF3.6-15 */
	background: -webkit-linear-gradient(16deg, #10556a 47%, #115d78 47%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(16deg, #10556a 47%, #115d78 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4e5d', endColorstr='#365e77', GradientType=1);
	/* IE6-9 fallback*/
	position: relative;
}

.AiaHomeMidleTwop:after {
	margin: 0;
	padding: 0;
	background: url(../images/translate-img.png) no-repeat right top;
	content: "";
	width: 350px;
	height: 307px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
}

.washongonBox {
	background: #fff;
	padding: 15px;
	margin: 0;
}

.washongonBox img {
	margin: 0 0 10px;
}

.washongonBox h2 {
	margin: 0;
	padding: 0 0 10px;
	display: block;
	font-family: 'DroidSerif-BoldItalic';
	color: #272525;
	font-size: 16px;
	text-align: center;
}

.washongonBox p {
	margin: 0;
	padding: 0 0 10px;
	display: block;
	font-family: 'OpenSansSemibold';
	color: #272525;
	font-size: 12px;
	text-align: center;
}

.washongonBox a {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'OpenSans-Bold';
	color: #272525;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.washongonBox a i {
	padding: 0 0 0 10px;
}

.customsizeDiv {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 9;
}

.customsizeDiv h3 {
	margin: 0;
	padding: 0 0 20px;
	display: block;
	font-family: 'BebasNeueBold';
	color: #fff;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}

.customsizeDiv p {
	margin: 0;
	padding: 0 0 30px;
	display: block;
	font-family: 'DroidSerif-BoldItalic';
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.getMorButton {
	width: 200px;
	margin: 0 auto 30px;
	display: block;
	background: #fff;
	font-family: 'OpenSans-Bold';
	font-size: 14px;
	color: #2e4e5d;
	padding: 15px 0;
	text-align: center;
}

.getMorButton:hover {
	background: #000;
	color: #fff;
}

.customsizeDiv span {
	margin: 0;
	padding: 0 0 10px;
	display: block;
	font-family: 'OpenSansSemibold';
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.customsizeDiv span a {
	color: #e9ae46;
}

.AiaHomeMidlethree {
	padding: 50px 0;
}

.tourPriching {
	margin: 0;
	padding: 0;
}

.tourPriching h5 {
	margin: 0 0 30px;
	padding: 0;
	color: #365e77;
	font-family: 'BebasNeueBold';
	font-size: 48px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.schollBoxLt {
	background: #f4f4f4;
	margin: 0;
	padding: 30px 15px;
	border-radius: 10px;
	display: block;
	border: 1px #dfdedb solid;
}

.schollBoxLt h6 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	color: #365e77;
	font-family: 'BebasNeueBold';
	font-size: 48px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px #dfdedb solid;
}

.schollBoxLt h6 .fa-question-circle {
	color: #e9ae46;
	vertical-align: top;
	margin: -7px 0 0;
	font-size: 30px;
}

.schollBoxLt p {
	color: #363636;
	font-family: 'BebasNeueBook';
	font-size: 41px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	line-height: 96px;
}

.schollBoxLt p span {
	color: #365e77;
	font-family: 'BebasNeueBold';
	font-size: 70px;
	padding: 0 10px;
}

/*pop up css start*/
span.poupClose {
	position: absolute;
	right: -16px;
	top: -9px;
	cursor: pointer;
}

.popUpDisplay {
	display: none;
	position: fixed;
	max-width: 650px;
	left: 0px;
	z-index: 1001;
	right: 0px;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dimLayer {
	display: none;
	outline: 0px none;
	height: 100%;
	width: 100%;
	background: #000000;
	top: 0px;
	left: 0px;
	z-index: 900;
	position: fixed;
	opacity: 0.5;
	bottom: 0;
	right: 0;
}

.pop_form {
	background: #cfcbc2;
	display: block;
	margin: 0 0 0px;
	padding: 0;
}

.pop_input {
	padding: 0;
	margin: 0;
}

.leftPutimg {
	float: left;
	width: 50%;
	background: url(../images/popup-img.jpg) no-repeat top center;
	min-height: 608px;
	padding: 26% 27px 0 30px;
	background-size: cover;
}

.leftPutimg h5 {
	font-family: 'OpenSansSemibold';
	font-size: 37px;
	color: #fff;
}

.leftPutimg span {
	font-family: 'OpenSansSemibold';
	font-size: 17px;
	color: #fff;
}

.potoFormrigt {
	float: right;
	width: 50%;
	background: #fff;
	padding: 20px 15px;
}

.pop_inpu_box {
	margin: 0 0 20px;
	padding: 0;
}

.pop_inpu_box label {
	color: #000;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	font-weight: normal;
}

.name_pop {
	border: none;
	background: #fff;
	margin: 0 0 0px;
	padding: 10px 10px;
	width: 100%;
	color: #3e3e3e;
	font-family: 'OpenSansSemibold';
	border: 1px #ccc solid;
	outline: none;
}

.pop_inpu_box select {
	border: none;
	background: #fff url(../images/select-arrow.png) no-repeat right 20px center;
	margin: 0 0 0px;
	padding: 10px 10px;
	width: 100%;
	color: #3e3e3e;
	font-family: 'OpenSansSemibold';
	border: 1px #ccc solid;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pop_text_ara {
	margin: 0;
	padding: 0;
}

.pop_text_ara label {
	color: #000;
	display: block;
	font-family: 'OpenSansSemibold';
	font-size: 14px;
	margin: 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
}

.pop_text_ara textarea {
	border: none;
	background: #fff;
	margin: 0 0 9px;
	padding: 5px 5px;
	width: 100%;
	color: #3e3e3e;
	border: 1px #ccc solid;
	height: 100px;
	resize: none;
}

.sim_pop {
	border: none;
	background: #115d78;
	margin: 0 auto 5px;
	padding: 20px 5px;
	width: 300px;
	color: #fff;
	font-size: 18px;
	font-family: 'OpenSans-Bold';
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	display: block;
}

.sim_pop:hover {
	background: #000;
}

.helpDiv {
	margin: 0;
	padding: 0;
	display: block;
}

.helpDiv p {
	margin: 0;
	padding: 0;
	display: block;
	color: #333;
	font-size: 22px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	text-align: center;
}

.helpDiv p a {
	color: #47a6a0;
}
/*pop up css*/
.gyapBGPopy {
	background: #fff;
	margin: 0;
	padding: 20px 40px;
	display: block;
}

.gyapBGPopy h4 {
	margin: 0;
	padding: 0 0 15px;
	display: block;
	font-family: 'BebasNeueBold';
	font-size: 48px;
	color: #231f20;
	text-align: center;
}

.gyapBGPopy p {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #000;
	text-align: center;
}

.International_toursetion {
	background: #f8f7f0;
	padding: 43px 0;
}

.IIntegrationsection {
	margin: 0;
	padding: 40px 0;
	display: block;
}

.ImmersinHeading {
	margin: 0;
	padding: 0 33% 0 0;
}

.ImmersinHeading h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-family: 'DroidSerif-BoldItalic';
	font-size: 26px;
	color: #000;
	border-bottom: 1px #b5b5b5 solid;
}

.ImmersinHeading h2 span {
	color: #c1272d;
}

.ImrnewLeft {
	margin: 0;
	padding: 0;
	display: block;
}

.ImrnewLeft p {
	margin: 0;
	padding: 0 0 20px;
	display: block;
	font-family: 'OpenSansSemibold';
	color: #231f20;
	font-size: 16px;
	line-height: 25px;
}

.ImrnewLeft ul {
	margin: 0 0 0 30px;
	padding: 0;
	display: block;
}

.ImrnewLeft ul li {
	margin: 0 0 5px;
	padding: 0;
	display: list-item;
	font-family: 'OpenSans-Bold';
	color: #231f20;
	font-size: 14px;
}

/*** Home Slider ***/
.partnership-section {
	background: #f8f7f0;
}

.partnership-content {
	height: 330px;
	display: table-cell;
	vertical-align: middle;
}

.partnership-content span {
	display: block;
	font-size: 48px;
	color: #231f20;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 0;
	font-family: 'BebasNeueBold';
}

.partnership-content p {
	color: #231f20;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	font-family: 'OpenSansSemibold';
}

.videotb {
	max-width: 800px;
	margin: 0 auto;
}

.partnership-content img {
	display: block;
	margin: 0 auto;
}

.partnership-btns {
	width: 100%;
	padding: 15px 0;
}

.btn.btn-partnership {
	background: #075d79;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin: 0 18px;
	float: none;
	padding: 15px 50px;
	border-radius: 0px;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.btn.btn-partnership:hover {
	background: #4d4d4d;
}

/*========================== Content Start =========================*/
.content {
	display: block;
}

.hm-sec-one {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#094d5e+48,094d5e+48,075d79+49 */
	background: #094d5e; /* Old browsers */
	background: -moz-linear-gradient(45deg, #094d5e 48%, #094d5e 48%, #075d79 49%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #094d5e 48%, #094d5e 48%, #075d79 49%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #094d5e 48%, #094d5e 48%, #075d79 49%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094d5e', endColorstr='#075d79', GradientType=1);
	/* IE6-9 */
	padding-top: 20px;
}

.hm-sec-one h2 {
	color: #fff;
	font-family: 'BebasNeueBold';
	font-size: 48px;
}

.hm-sec-one h2 strong {
	color: #fff;
}

.hm-sec-one span {
	display: block;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 18px 0;
	font-family: 'DroidSerif-BoldItalic';
}

.hm-sec-one p {
	margin-bottom: 0px;
	color: #fff;
	font-family: 'OpenSansSemibold';
}

.hm-sec-one .row.table {
	display: table;
}

.hm-sec-one .row.table>div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.hm-sec-two {
	background: #fff;
	padding: 38px 0;
}

.hm-sec-two h2 {
	padding: 18px 0;
}

.hm-sec-two p {
	font-size: 18px;
	line-height: 24px;
}

.hm-sec-two span {
	font-size: 18px;
	line-height: 24px;
}

.hm-sec-two ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.hm-sec-two ul li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.btn-read {
	color: #0071bc;
	font-size: 23px;
	font-family: 'MyriadProBold';
}

.btn-read:hover {
	color: #333333;
}

.hm-sec-three {
	display: block;
	background: #f2f2f2;
	padding: 30px 0;
}

.hm-sec-three span {
	font-size: 34px;
	color: #231f20;
	display: block;
	line-height: 30px;
	font-family: 'BebasNeueBold';
	margin: 0 0 8px;
}

.hm-sec-three span.text-link {
	color: #0071bc;
	font-weight: 600;
}

.hm-sec-three span.text-link i {
	font-size: 40px;
	position: relative;
	top: 0px;
	margin-left: 10px;
}

.hm-sec-three  a {
	color: #075d79;
	position: relative;
	font-family: 'BebasNeueBold';
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 25px;
	display: block;
	text-align: center;
}

.hm-sec-three span.text-link a:hover {
	color: #333333;
}

.hm-sec-three span.text-link a:hover:before {
	background: #333333;
}

.hm-sec-four {
	background: #36809c;
	padding-bottom: 30px;
}

.hm-sec-four h3 {
	padding: 20px 0 30px;
	font-family: 'BebasNeueBold';
	font-size: 48px;
}

.watch-video {
	position: relative;
	background: #000;
	cursor: pointer;
}

.watch-video img {
	width: 100%;
}

.watch-video:hover img {
	display: block;
	transition: all 0.3s ease;
}

.watch-link {
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 1;
	padding-left: 55px;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	font-family: 'movavi_grotesqueblack';
}

.watch-link span {
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Cabin', sans-serif;
}

.watch-link:before {
	color: #fff;
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 50px;
	content: "\f01d";
	font-family: 'FontAwesome';
}

.watch-video:hover .watch-link {
	color: #fff;
	margin-left: 10px;
}

.watch-video:hover img {
	opacity: 0.8;
}

/*************** Request Form **************/
.popupRequest .modal-dialog {
	max-width: 570px;
	width: 100%;
	z-index: 1041;
}

.popupRequest .close {
	margin: 0;
	opacity: 1;
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 99;
	width: 38px;
	transition: all 0.3s ease;
}

.popupRequest .close:hover {
	opacity: 0.9;
}

.popupRequest .modal-header {
	border: none;
	height: 0;
	padding: 0;
}

.popupRequest .modal-body {
	padding-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.request-heading span {
	color: #4d4d4d;
	display: block;
	font-size: 25px;
	padding: 10px 0;
	font-family: 'movavi_grotesqueblack';
}

.request-heading span strong {
	color: #065071;
	font-weight: normal;
}

.request-frm {
	padding: 18px 0 5px;
}

.request-frm .form-group {
	margin-bottom: 10px;
}

.request-frm .inp-req {
	border-radius: 0;
	color: #4d4d4d;
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	height: 46px;
	border-color: #dadada;
	box-shadow: none;
	font-weight: 700;
	letter-spacing: 1px;
}

.request-frm .inp-req::-moz-placeholder {
	color: #4d4d4d;
	opacity: 1
}

.request-frm .inp-req:-ms-input-placeholder {
	color: #4d4d4d;
}

.request-frm .inp-req::-webkit-input-placeholder {
	color: #4d4d4d;
}

.popupRequest .modal-footer {
	border-color: #065071;
	border-width: 2px;
}

.btn.btn-submit {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0px;
	background: #065071;
	padding: 0 80px;
	height: 60px;
	line-height: 60px;
	border: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	font-family: 'movavi_grotesqueblack';
}

.btn.btn-submit:hover {
	background: #333333;
}

.error {
	color: red;
	padding-left: 27px;
	display: none
}

.success {
	padding: 10px 0;
	color: #060;
	display: none
}

/**************** Thanks Page  ***************/
.thnk-section {
	background: #fff;
	border-top: #e4e4e4 solid 2px;
}

.page-heading {
	padding-top: 40px;
	padding-bottom: 45px;
}

.page-heading h1 {
	font-size: 112px;
	color: #333333;
	letter-spacing: 1.5px;
	line-height: 136px;
	font-family: 'movavi_grotesqueblack';
}

.page-heading span {
	font-size: 40px;
	color: #1f4e78;
	letter-spacing: 0.5px;
	display: block;
	font-family: 'movavi_grotesqueblack';
}

.thnk-section p {
	font-size: 40px;
	color: #333333;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
	line-height: normal;
	font-family: 'movavi_grotesqueblack';
}

.thnk-section p a {
	color: #83a4b1;
}

.thnk-section p a:hover {
	text-decoration: underline;
}

.thnk-section ul {
	padding-top: 15px;
	padding-bottom: 50px;
}

.thnk-section ul li {
	padding-left: 30px;
	padding-right: 30px;
	color: #b3b3b3;
	font-size: 68px;
}

.thnk-section ul li a {
	color: #b3b3b3;
}

.thnk-section ul li a:hover {
	color: #000;
}

.thnk-section ul li:first-child+li {
	border: none;
}

.thnk-section ul li img {
	max-height: 170px;
}

span.paymentlogo {
	width: 200px;
	margin-top: 20px;
	margin-right: 0;
	position: absolute;
	right: 9%;
	padding: 0;
}

span.paymentlogo h3 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 2px;
	margin: 8px;
}

span.paymentlogo h3 a {
	color: #fff;
	text-decoration: underline
}

span.paymentlogo h3 a:hover {
	color: #000;
}

.ContactBannerBG {
	padding: 43px 0;
	background-size: cover !important;
}

.addressLeftTb {
	margin: 0;
	padding: 0 155px 0 0;
	display: block;
}

.addressLeftTb h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	display: block;
	font-family: 'Mathlete-Bulky';
	font-size: 72px;
	color: #fff;
	border-bottom: 2px #fff solid;
}

.addressLeftTb p {
	margin: 0 0 20px;
	padding: 0 0 0px;
	display: block;
	font-family: 'OpenSansSemibold';
	font-size: 25px;
	color: #fff;
}

.addressLeftTb p a {
	padding: 30px 0 0;
	color: #fff;
	display: block;
}

.rightFormTb {
	background: #fff;
	margin: 0;
	padding: 20px;
	display: block;
	border-radius: 15px;
}

.rightFormTb h3 {
	font-size: 21px;
	color: #7494a2;
	font-family: 'Museo700-Regular';
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-align: center;
	display: block;
	border-bottom: 3px #e6e6e5 solid;
}

.ContFormTb {
	margin: 0 0 20px;
	padding: 0;
}

.inpuFiledContct {
	margin: 0;
	padding: 13px 13px;
	display: block;
	border: 2px #cccccc solid;
	font-family: 'Museo500-Regular';
	color: #989898;
	font-size: 14px;
	width: 100%;
	resize: none;
	outline: none;
}

.inpuFiledContct::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #989898;
}

.inpuFiledContct::-moz-placeholder { /* Firefox 19+ */
	color: #989898;
}

.inpuFiledContct:-ms-input-placeholder { /* IE 10+ */
	color: #989898;
}

.inpuFiledContct:-moz-placeholder { /* Firefox 18- */
	color: #989898;
}

.ContFormTb textarea {
	margin: 0;
	padding: 13px 13px;
	display: block;
	border: 2px #cccccc solid;
	font-family: 'Museo500-Regular';
	color: #989898;
	font-size: 14px;
	width: 100%;
	height: 100px;
	resize: none;
	outline: none;
}

.ContFormTb textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #989898;
}

.ContFormTb textarea::-moz-placeholder { /* Firefox 19+ */
	color: #989898;
}

.ContFormTb textarea:-ms-input-placeholder { /* IE 10+ */
	color: #989898;
}

.ContFormTb textarea:-moz-placeholder { /* Firefox 18- */
	color: #989898;
}

.submitFiledContct {
	background: #8dc641;
	width: 100%;
	border: none;
	border-radius: 10px;
	font-family: 'Museo700-Regular';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 13px 0;
	outline: none;
}

.submitFiledContct:hover {
	background: #000;
}

.gyapBGPopy {
	background: #fff;
	margin: 0;
	padding: 20px 40px;
	display: block;
}

.gyapBGPopy h4 {
	margin: 0;
	padding: 0 0 15px;
	display: block;
	font-family: 'BebasNeueBold';
	font-size: 48px;
	color: #231f20;
	text-align: center;
}

.gyapBGPopy p {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #000;
	text-align: center;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.headrCallNb a {
		font-size: 24px
	}
	.headrCallNb span {
		font-size: 9px
	}
	.top_nav ul li a {
		font-size: 12px
	}
	.top_nav ul li {
		padding: 0 4px
	}
	.logo {
		margin: 0 auto
	}
}

@media only screen and (min-width:801px) and (max-width:991px) {
	.top_nav ul li {
		padding: 0 1px
	}
	.top_nav ul li a {
		font-size: 9px
	}
	.top_nav .sub-menu li a {
		font-size: 9px
	}
	.headrCallNb a {
		font-size: 24px
	}
	.headrCallNb span {
		font-size: 9px
	}
	.headrCallNb {
		margin: 20px 0
	}
	.footerTop_stn p {
		font-size: 25px
	}
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {
	.Aiaglobal_left h1 {
		margin: 0;
		font-size: 40px
	}
	.top_header {
		padding: 5px 0
	}
	.top_nav {
		margin: 24px 0
	}
	.logo {
		width: 75px
	}
	.headrCallNb {
		margin: 5px 0
	}
	.Aiaglobal_left p {
		font-size: 14px;
		margin: 0 0 10px;
		line-height: 21px
	}
	.footerTop_stn p {
		font-size: 14px
	}
	.footerPage {
		padding: 5px 0
	}
	.copyRightD p {
		font-size: 14px
	}
	.footerTop_stn {
		padding: 5px 0
	}
	.Aiaglobal_left ul li a {
		font-size: 11px;
		padding: 11px 0
	}
}

@media only screen and (min-width:768px) and (max-width:800px) {
	.menuImage {
		float: none;
		height: 24px;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 28px;
		width: 30px;
		z-index: 1
	}
	.menuImage>img {
		height: auto;
		width: 100%;
		display: block !important
	}
	.iphon_navigation {
		background: #fff;
		border-radius: 0;
		border-top: none;
		left: 0;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 58px;
		width: 100%;
		z-index: 99999
	}
	.iphon_navigation ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.iphon_navigation ul li {
		border-top: 1px solid #ccc;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		position: relative;
		text-transform: inherit
	}
	.iphon_navigation ul li:first-child {
		border-top: none
	}
	.iphon_navigation ul img {
		display: block;
		float: left;
		height: 20px;
		margin-right: 5px;
		width: 15px
	}
	.parentMenu>div.subItem, .parentMenuActive>div.subItem {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 24px
	}
	.parentMenuActive>div.subItem {
		background: url(../images/faq-arrowdown.png) center no-repeat !important
	}
	.parentMenu>div.subItem {
		float: right;
		background: url(../images/faq-arrowup.png) center center no-repeat
	}
	.iphon_navigation ul li a {
		background: #10556a;
		display: block;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
		margin: 0;
		overflow: hidden;
		padding: 5px 10px;
		font-family: 'OpenSans-Bold'
	}
	.iphon_navigation>ul ul {
		background-image: none !important;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.iphon_navigation ul ul li {
		background: #258fcd;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		border: none
	}
	.iphon_navigation ul li a:hover {
		color: #fff;
		text-shadow: inherit;
		text-decoration: none;
		background: #000
	}
	.iphon_navigation ul ul ul {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		list-style: none
	}
	.iphon_navigation ul ul li a {
		background: #333;
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 1px;
		padding: 4px 10px
	}
	.logo {
		margin: 0 auto
	}
	.top_nav ul li {
		padding: 0 2px
	}
	.top_nav ul li a {
		font-size: 9px
	}
	.headrCallNb a {
		font-size: 24px
	}
	.headrCallNb span {
		font-size: 9px
	}
	.headrCallNb {
		margin: 20px 0
	}
	.footerTop_stn p {
		font-size: 25px
	}
	.top_nav .sub-menu {
		left: 16px;
		min-width: 153px
	}
	.top_nav .sub-menu li a {
		font-size: 9px
	}
}

@media only screen and (min-width:650px) and (max-width:767px) {
	.menuImage {
		float: none;
		height: 24px;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 19px;
		width: 30px;
		z-index: 1
	}
	.menuImage>img {
		height: auto;
		width: 100%;
		display: block !important
	}
	.iphon_navigation {
		background: #fff;
		border-radius: 0;
		border-top: none;
		left: 0;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 58px;
		width: 100%;
		z-index: 99999
	}
	.iphon_navigation ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.iphon_navigation ul li {
		border-top: 1px solid #ccc;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		position: relative;
		text-transform: inherit
	}
	.iphon_navigation ul li:first-child {
		border-top: none
	}
	.iphon_navigation ul img {
		display: block;
		float: left;
		height: 20px;
		margin-right: 5px;
		width: 15px;
		display: none
	}
	.parentMenu>div.subItem, .parentMenuActive>div.subItem {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 29px
	}
	.parentMenuActive>div.subItem {
		background: url(../images/faq-arrowdown.png) center no-repeat !important
	}
	.parentMenu>div.subItem {
		float: right;
		background: url(../images/faq-arrowup.png) center center no-repeat
	}
	.iphon_navigation ul li a {
		background: #10556a;
		display: block;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
		margin: 0;
		overflow: hidden;
		padding: 5px 10px;
		font-family: 'OpenSans-Bold';
		text-transform: uppercase
	}
	.iphon_navigation>ul ul {
		background-image: none !important;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.iphon_navigation ul ul li {
		background: #258fcd;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		border: none
	}
	.iphon_navigation ul li a:hover {
		color: #fff;
		text-shadow: inherit;
		text-decoration: none;
		background: #000
	}
	.iphon_navigation ul ul ul {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		list-style: none
	}
	.iphon_navigation ul ul li a {
		background: #333;
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 1px;
		padding: 8px 10px
	}
	.top_header {
		padding: 0
	}
	.top_header .col-sm-2 {
		width: 27%;
		float: left
	}
	.logo {
		position: relative;
		z-index: 9;
		width: 58px;
		padding: 6px 0
	}
	.headrCallNb {
		margin: 5px 0;
		text-align: center
	}
	.headrCallNb span {
		font-size: 9px
	}
	.headrCallNb a {
		font-size: 25px
	}
	.Aiaglobal_left h1 {
		margin: 0 0 2px;
		font-size: 25px
	}
	.Aiaglobal_left p {
		font-size: 10px;
		margin: 0 0 8px;
		line-height: 15px;
		background: rgba(255, 255, 255, 0.7);
		padding: 5px 10px
	}
	.Aiaglobal_left ul li a {
		font-size: 7.7px;
		width: 163px;
		margin: 0;
		padding: 8px 0
	}
	.footerTop_stn {
		padding: 7px 0
	}
	.footerTop_stn p {
		font-size: 12px
	}
	.footerPage {
		padding: 5px 0;
		padding: 7px 0
	}
	.copyRightD p {
		font-size: 13px
	}
}

@media only screen and (min-width:526px) and (max-width:650px) {
	.menuImage {
		float: none;
		height: 24px;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 19px;
		width: 30px;
		z-index: 1
	}
	.menuImage>img {
		height: auto;
		width: 100%;
		display: block !important
	}
	.iphon_navigation {
		background: #fff;
		border-radius: 0;
		border-top: none;
		left: 0;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 58px;
		width: 100%;
		z-index: 99999
	}
	.iphon_navigation ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.iphon_navigation ul li {
		border-top: 1px solid #ccc;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		position: relative;
		text-transform: inherit
	}
	.iphon_navigation ul li:first-child {
		border-top: none
	}
	.iphon_navigation ul img {
		display: block;
		float: left;
		height: 20px;
		margin-right: 5px;
		width: 15px;
		display: none
	}
	.parentMenu>div.subItem, .parentMenuActive>div.subItem {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 29px
	}
	.parentMenuActive>div.subItem {
		background: url(../images/faq-arrowdown.png) center no-repeat !important
	}
	.parentMenu>div.subItem {
		float: right;
		background: url(../images/faq-arrowup.png) center center no-repeat
	}
	.iphon_navigation ul li a {
		background: #10556a;
		display: block;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
		margin: 0;
		overflow: hidden;
		padding: 5px 10px;
		font-family: 'OpenSans-Bold';
		text-transform: uppercase
	}
	.iphon_navigation>ul ul {
		background-image: none !important;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.iphon_navigation ul ul li {
		background: #258fcd;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		border: none
	}
	.iphon_navigation ul li a:hover {
		color: #fff;
		text-shadow: inherit;
		text-decoration: none;
		background: #000
	}
	.iphon_navigation ul ul ul {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		list-style: none
	}
	.iphon_navigation ul ul li a {
		background: #333;
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 1px;
		padding: 8px 10px
	}
	.top_header {
		padding: 0
	}
	.top_header .col-sm-2 {
		width: 27%;
		float: left
	}
	.logo {
		position: relative;
		z-index: 9;
		width: 58px;
		padding: 6px 0
	}
	.headrCallNb {
		margin: 5px 0;
		text-align: center
	}
	.headrCallNb span {
		font-size: 9px
	}
	.headrCallNb a {
		font-size: 25px
	}
	.Aiaglobal_left h1 {
		margin: 0 0 2px;
		font-size: 25px
	}
	.Aiaglobal_left p {
		font-size: 10px;
		margin: 0 0 8px;
		line-height: 15px;
		background: rgba(255, 255, 255, 0.7);
		padding: 5px 10px
	}
	.Aiaglobal_left ul li a {
		font-size: 7.7px;
		width: 163px;
		margin: 0;
		padding: 8px 0
	}
	.footerTop_stn {
		padding: 7px 0
	}
	.footerTop_stn p {
		font-size: 12px
	}
	.footerPage {
		padding: 5px 0;
		padding: 7px 0
	}
	.copyRightD p {
		font-size: 13px
	}
}

@media only screen and (max-width:525px) {
	.menuImage {
		float: none;
		height: 24px;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 19px;
		width: 30px;
		z-index: 1
	}
	.menuImage>img {
		height: auto;
		width: 100%;
		display: block !important
	}
	.iphon_navigation {
		background: #fff;
		border-radius: 0;
		border-top: none;
		left: 0;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 58px;
		width: 100%;
		z-index: 99999
	}
	.iphon_navigation ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.iphon_navigation ul li {
		border-top: 1px solid #ccc;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		position: relative;
		text-transform: inherit
	}
	.iphon_navigation ul li:first-child {
		border-top: none
	}
	.iphon_navigation ul img {
		display: block;
		float: left;
		height: 20px;
		margin-right: 5px;
		width: 15px;
		display: none
	}
	.parentMenu>div.subItem, .parentMenuActive>div.subItem {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 29px
	}
	.parentMenuActive>div.subItem {
		background: url(../images/faq-arrowdown.png) center no-repeat !important
	}
	.parentMenu>div.subItem {
		float: right;
		background: url(../images/faq-arrowup.png) center center no-repeat
	}
	.iphon_navigation ul li a {
		background: #10556a;
		display: block;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
		margin: 0;
		overflow: hidden;
		padding: 5px 10px;
		font-family: 'OpenSans-Bold';
		text-transform: uppercase
	}
	.iphon_navigation>ul ul {
		background-image: none !important;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.iphon_navigation ul ul li {
		background: #258fcd;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		border: none
	}
	.iphon_navigation ul li a:hover {
		color: #fff;
		text-shadow: inherit;
		text-decoration: none;
		background: #000
	}
	.iphon_navigation ul ul ul {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		list-style: none
	}
	.iphon_navigation ul ul li a {
		background: #333;
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 1px;
		padding: 8px 10px
	}
	.top_header {
		padding: 8px 0
	}
	.top_header .col-sm-2 {
		width: 27%;
		float: left
	}
	.logo {
		position: relative;
		z-index: 9;
		width: 71px
	}
	.headrCallNb {
		margin: 5px 0;
		text-align: center
	}
	.headrCallNb span {
		font-size: 9px
	}
	.headrCallNb a {
		font-size: 25px
	}
	.Aiaglobal_left h1 {
		margin: 0;
		font-size: 28px
	}
	.Aiaglobal_left p {
		font-size: 11px;
		margin: 0 90px 10px 0;
		line-height: 15px
	}
	.Aiaglobal_left ul li {
		display: block;
		margin: 0 0 5px
	}
	.Aiaglobal_left ul li a {
		font-size: 7.7px;
		width: 156px;
		margin: 0;
		padding: 10px 0
	}
	.footerTop_stn {
		padding: 11px 0
	}
	.footerTop_stn p {
		font-size: 12px
	}
	.footerPage {
		padding: 9px 0
	}
}