@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('style.css') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('style.css') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('style.css') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-bold-webfont.svg#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	font-size: 14px;
	font-family: 'sourcesanspro';
	overflow-anchor: none;
	overflow-x: hidden;
	overflow-y: scroll;
}
::-moz-selection {
 color: #FFF;
 background: #CE6A15;
}
::selection {
	color: #FFF;
	background: #CE6A15;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
h4 {
	color: #003259;
	font-size: 20px;
	margin-bottom: 10px;
}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
.semibold {
	font-family: 'sourcesanspro-semibold';
}
.bold {
	font-family: 'sourcesanspro-bold';
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}

[data-column-details] {
	width: 100%;
	font-size: 0px;
  }
  
  [data-column-details] > * {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
  }

  [data-column-details] > *.last_in_row {
	margin-right: 0% !important;
  }
  
  [data-column-details] > *.last_row {
	margin-bottom: 0px !important;
  }
  
  [data-column-details].center_box {
	text-align: center;
  }
  
  [data-column-details][data-column="1"] > * {
	width: 100%;
  }

[data-column-details].col_type_full > * {
  margin-right: 0%;
  margin-bottom: 25px;
}

[data-column-details].col_type_full[data-column="2"] > * {
  width: 50%;
}

[data-column-details].col_type_full[data-column="3"] > * {
  width: 33.33333%;
}

[data-column-details].col_type_full[data-column="4"] > * {
  width: 25%;
}

[data-column-details].col_type_full[data-column="5"] > * {
  width: 20%;
}

[data-column-details].col_type_normal > * {
  margin-right: 2%;
  margin-bottom: 25px;
}

[data-column-details].col_type_normal[data-column="2"] > * {
  width: 49%;
}

[data-column-details].col_type_normal[data-column="3"] > * {
  width: 32%;
}

[data-column-details].col_type_normal[data-column="4"] > * {
  width: 23.5%;
}

[data-column-details].col_type_normal[data-column="5"] > * {
  width: 18.4%;
}
  
header {
	background: #003259;
	color: #FFF;
	padding: 20px 0px;
}
header > .wrapper {
	display: table;
}
header > .wrapper > *{
	display: table-cell;
	vertical-align: middle;
}
header > .wrapper > .extra_content {
	text-align: right;
}
header > .wrapper > .extra_content > * {
	display: inline-block;
}
header > .wrapper > .extra_content > .heading_language_wrapper {
	position: relative;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .flag_heading_wrapper > * {
	display: inline-block;
	vertical-align: middle;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .flag_heading_wrapper > h2{
	font-size: 1.5em;
	margin: 0px
}
header > .wrapper > .extra_content > .flag_heading_wrapper > h2 {
	font-size: 21px;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .flag_heading_wrapper > img {
	margin: 1px 0px 0 15px;
}
body.landing_website header > .wrapper > .extra_content > .heading_language_wrapper > .flag_heading_wrapper > img {
	margin-right: 0px;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .language_list {
	position: absolute;
	top: 100%;
	right: 0px;
	margin-top: 10px;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .language_list > li {
	float: left;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 1em;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .language_list:after{
	content: '';
	display: block;
	clear: both;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .language_list > li > a {
	color: #fff;
}
header > .wrapper > .extra_content > .heading_language_wrapper > .language_list > li.last {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
.sliding_banner.owl-carousel .item {
	display: block;
	position: relative;
	height: 320px;
	text-align: center;
	overflow: hidden;
	font-size: 0px;
}
.sliding_banner.owl-carousel .item img.main_image {
	position: absolute;
	left: 0%;
	top: 0%;
}
.sliding_banner.owl-carousel .item:before {
	content: '';
	display: inline-block;
	width: 0%;
	height: 100%;
	vertical-align: middle;
}
.sliding_banner.owl-carousel .item .main_content {
	display: inline-block;
	position: relative;
	top: -50%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 100px;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sliding_banner.owl-carousel .item.animate_in .main_content {
	top: 0%;
	opacity: 1;
}
.sliding_banner.owl-carousel .item .main_content > h3 {
	color: #003259;
	font-size: 20px;
	text-transform: capitalize;
	-webkit-text-shadow: 2px 2px 2px #ccc;
	-moz-text-shadow: 2px 2px 2px #ccc;
	text-shadow: 2px 2px 2px #ccc;
}
.sliding_banner.owl-carousel .item .main_content > h3 span {
	display: inline-block;
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s 0.3s;
	-moz-transition: all 1s 0.3s;
	-o-transition: all 1s 0.3s;
	transition: all 1s 0.3s;
}
.sliding_banner.owl-carousel .item .main_content > h3 span.small {
	left: -200px;
}
.sliding_banner.owl-carousel .item .main_content > h3 span.big {
	left: 200px;
	font-size: 1.8em;
	text-transform: uppercase;
}
.sliding_banner.owl-carousel .item.animate_in .main_content > h3 span.small, .sliding_banner.owl-carousel .item.animate_in .main_content > h3 span.big {
	left: 0px;
	opacity: 1;
}
.sliding_banner.owl-carousel .owl-prev, .sliding_banner.owl-carousel .owl-next {
	position: absolute;
	top: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 70px;
	height: 100%;
	-moz-text-shadow: 2px 2px 3px #333;
	-webkit-text-shadow: 2px 2px 3px #333;
	text-shadow: 2px 2px 3px #333;
}
.sliding_banner.owl-carousel .owl-prev:after, .sliding_banner.owl-carousel .owl-next:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}
.sliding_banner.owl-carousel .owl-next {
	right: 0px;
}
.sliding_banner.owl-carousel .owl-prev {
	left: 0px;
}
.sliding_banner.owl-carousel .owl-dots {
	position: absolute;
	right: 25px;
	bottom: 0px;
	padding: 10px;
}
.sliding_banner.owl-carousel .owl-dots > .owl-dot {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin-right: 10px;
	-webkit-box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
}
.sliding_banner.owl-carousel .owl-dots > .owl-dot:last-child {
	margin-right: 0px;
}
.sliding_banner.owl-carousel .owl-dots > .owl-dot.active {
	background: #dc780a;
}
ul.mission_list {
	margin: 10px 0px;
}
ul.mission_list > li {
	position: relative;
	float: left;
	width: 32%;
	height: 250px;
	margin-right: 2%;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.mission_list.col2 > li {
	width: 49%;
}
ul.mission_list > li:hover {
	-webkit-box-shadow: 4px 4px 5px #888;
	-moz-box-shadow: 4px 4px 5px #888;
	box-shadow: 4px 4px 5px #888;
}
ul.mission_list > li.last_in_row {
	margin-right: 0%;
}
ul.mission_list:not(.col2) > li:nth-child(3n+1):nth-last-child(-n+3), ul.mission_list:not(.col2) > li:nth-child(3n+1):nth-last-child(-n+3) ~ * {
	margin-bottom: 0%;
}
ul.mission_list.col2 > li:nth-child(2n+1):nth-last-child(-n+2), ul.mission_list.col2 > li:nth-child(2n+1):nth-last-child(-n+2) ~ * {
	margin-bottom: 0%;
}
ul.mission_list > li:before {
	content: '';
	width: 0%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
ul.mission_list > li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.mission_list > li:hover:after {
	width: 100%;
}
ul.mission_list > li > .content > h3 {
	position: relative;
	opacity: 1;
	text-align: center;
	font-size: 20px;
	color: #003259;
	padding: 10px;
	margin: 10px 20px;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	vertical-align: middle;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.mission_list > li > .content {
	position: relative;
	width: 99%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
ul.mission_list > li > .image {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.mission_list > li > .image > img {
	position: relative;
	display: block;
}
ul.mission_list > li:hover > .image {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
ul.mission_list > li > .content > a.button {
	border: none;
	outline: none;
	background: #dc780a;
	padding: 9px;
	font-size: 17px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 9999;
	margin-top: 10px;
	-webkit-box-shadow: 2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	cursor: pointer;
}
nav {
	border-bottom: 3px solid #dc780a;
	-webkit-box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	box-shadow: 1px 1px 4px #333;
}
nav > .wrapper > ul > li {
	float: left;
}
nav > .wrapper > ul:after, ul.mission_list:after {
	content: '';
	display: block;
	clear: both;
}
nav > .wrapper > ul li > a {
	display: block;
	position: relative;
	height: 45px;
	padding: 0px 20px;
	color: #003259;
	text-align: center;
	border-right: 1px solid #FFF;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav > .wrapper > ul li.home a {
	padding: 0px 10px;
	font-size: 18px;
}
nav > .wrapper > ul li > a:before {
	content: '';
	display: inline-block;
	width: 0%;
	height: 100%;
	vertical-align: middle;
}
nav > .wrapper > ul li > a > span {
	display: inline-block;
	vertical-align: middle;
}
nav > .wrapper > ul li > a:after {
	content: '';
	display: block;
	position: absolute;
	background: #dc780a;
	width: 100%;
	height: 0%;
	left: 0%;
	bottom: 0%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}
nav > .wrapper > ul li > a:hover:after, nav > .wrapper > ul li > a.active:after {
	height: 100%;
}
nav > .wrapper > ul li > a:hover, nav > .wrapper > ul li > a.active {
	color: #fff;
}
nav .dl-menuwrapper {
	display: none;
}
.content_wrapper {
	padding: 20px 0px 0px;
	box-sizing: border-box;
}
.content_wrapper > .top_content > * {
	float: left;
}
.content_wrapper > .top_content:after {
	content: '';
	display: block;
	clear: both;
}
.content_wrapper > .top_content > .left_content {
	position: relative;
	width: 69%;
	margin-right: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px -2px #AAA;
	-moz-box-shadow: 3px 3px 5px -2px #AAA;
	box-shadow: 3px 3px 5px -2px #AAA;
	overflow: hidden;
}
.content_wrapper > .top_content > .left_content > img.banner {
	position: absolute;
}
.content_wrapper > .top_content > .right_content {
	width: 30%;
}
ul.services > li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 5px -2px #AAA;
	-moz-box-shadow: 3px 3px 5px -2px #AAA;
	box-shadow: 3px 3px 5px -2px #AAA;
}
ul.services > li.last {
	margin-bottom: 0px;
}
ul.services > li > h5 {
	display: table;
	color: #fff;
	padding: 10px;
	width: 101%;
	box-sizing: border-box;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}
ul.services > li > h5 > * {
	display: table-cell;
	vertical-align: middle;
}
ul.services > li > h5 > span.icon {
	width: 0%;
	font-size: 40px;
	color: #fff;
}
ul.services > li > h5 > span.text {
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
}
ul.services > li > .content {
	position: relative;
	padding: 10px;
	color: #003259;
	box-sizing: border-box;
}
ul.services > li > .content:before {
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1;
}
ul.list_style li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
ul.list_style li:before {
	content: "\e912";
	font-family: 'vfs-global-icons';
	color: #000;
	font-size: 9px;
	position: absolute;
	top: 5px;
	left: 0px;
}
.sub_page_content {
	display: none;
}
.content_container a, .sub_page_content a {
	color: #dc780a;
}
h1 {
	position: relative;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	padding: 15px 0px;
	z-index: 1;
}
h1:before {
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
	background: -webkit-linear-gradient(left, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: -moz-linear-gradient(left, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	z-index: -1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1 > span {
	display: inline-block;
	position: relative;
	padding: 7px 15px;
	background: #dc780a;
	color: #FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1 > span:before, h1 > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	width: 0%;
	height: 0%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1 > span:before {
	left: -50px;
	border-right: 50px solid #dc780a;
}
h1 > span:after {
	right: -50px;
	border-left: 50px solid #dc780a;
}
h2 {
	position: relative;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 15px 0px;
	z-index: 1;
}
h2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
	background: -webkit-linear-gradient(left, transparent 0%, #003259 30%, #003259 70%, transparent 100%);
	background: -moz-linear-gradient(left, transparent 0%, #003259 30%, #003259 70%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, #003259 30%, #003259 70%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #003259 30%, #003259 70%, transparent 100%);
	z-index: -1;
}
h2 > span {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	background: #fff;
	color: #003259;
}
.map_container {
	position: relative;
	height: 500px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #ddd;
}
.map_container > * {
	height: inherit;
}
.map_container > .toggle_container {
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.85);
	color: #000;
	word-wrap: break-word;
	-webkit-box-shadow: -2px 0px 5px #AAA;
	-moz-box-shadow: -2px 0px 5px #AAA;
	box-shadow: -2px 0px 5px #AAA;
}
.map_container > .toggle_container > .toggle {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 30px;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	font-size: 12px;
	text-align: center;
	margin-left: -30px;
	background: rgba(0, 50, 89, 0.8);
	color: #FFF;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: -2px 0px 5px #AAA;
	-moz-box-shadow: -2px 0px 5px #AAA;
	box-shadow: -2px 0px 5px #AAA;
	cursor: pointer;
}
.map_container > .toggle_container > .toggle:before {
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.map_container > .toggle_container.hide > .toggle:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.map_container > .toggle_container > .outer_content_container, .map_container > .toggle_container > .outer_content_container .outer_content_wrapper > .main_content_wrapper {
	width: 340px;
}
.map_container > .toggle_container > .outer_content_container {
	overflow: hidden;
	height: inherit;
	font-size: 0px;
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}
.map_container > .toggle_container.hide > .outer_content_container {
	width: 0px;
}
.map_container > .toggle_container > .outer_content_container .sliding_tabs_inner_content_wrapper, .map_container > .toggle_container > .outer_content_container .outer_content_wrapper {
	height: inherit;
}
.map_container > .toggle_container > .outer_content_container .outer_content_wrapper > .main_content_wrapper {
	display: inline-block;
	position: relative;
	left: 0%;
	top: 50%;
	max-height: 100%;
	padding: 10px 0px;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.map_container > .toggle_container > .outer_content_container .outer_content_wrapper > .main_content_wrapper .mCSB_container {
	padding: 0px 20px;
}
.map_container > .toggle_container > .outer_content_container .outer_content_wrapper > .main_content_wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #003259;
	background-color: rgba(0,50,89,.75);
}
.map_container > .map .map_loading {
	padding: 7px 15px;
	background: rgba(0, 50, 89, 0.8);
	color: #FFF;
	font-size: 16px;
	opacity: 0;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 2px 5px #AAA;
	-moz-box-shadow: 0px 2px 5px #AAA;
	box-shadow: 0px 2px 5px #AAA;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.map_container > .map .map_loading.animate_in {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.map_container > .map .map_link {
	display: block;
	margin-top: 10px;
	padding: 8px;
	background: #FFF;
	color: #565656;
	-webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.map_container > .map .map_link:hover {
	background: #EBEBEB;
	color: #000;
}
ul.icon_content_list > li {
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
}
ul.icon_content_list > li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	bottom: 15px;
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, transparent 0%, #003259 50%, transparent 100%);
	background: -moz-linear-gradient(left, transparent 0%, #003259 50%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, #003259 50%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #003259 50%, transparent 100%);
}
ul.icon_content_list > li.last {
	padding-bottom: 0px;
}
ul.icon_content_list > li.last:before {
	display: none;
}
ul.icon_content_list > li > * {
	float: left;
}
ul.icon_content_list > li:after {
	content: '';
	clear: both;
	display: block;
}
ul.icon_content_list > li > .icon {
	width: 14%;
	font-size: 24px;
	color: #003259;
	-webkit-text-shadow: 2px 2px 2px #AAA;
	-moz-text-shadow: 2px 2px 2px #AAA;
	text-shadow: 2px 2px 2px #AAA;
}
ul.icon_content_list > li > .content {
	width: 86%;
}
.tab_buttons_wrapper {
	border-bottom: 3px solid #003259;
}
.tab_buttons_wrapper > ul {
	display: table;
}
.tab_buttons_wrapper > ul > li {
	float: right;
	position: relative;
	margin-right: -15px;
}
.tab_buttons_wrapper > ul:after {
	content: '';
	display: block;
	clear: both;
}
.tab_buttons_wrapper > ul > li.active {
	z-index: 1;
}
.tab_buttons_wrapper > ul > li > a {
	display: block;
	position: relative;
	padding: 7px 30px;
	color: #333;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tab_buttons_wrapper > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 100%;
	height: 180%;
	background: #EEE;
	z-index: -1;
	-webkit-box-shadow: 0px -2px 3px #AAA;
	-moz-box-shadow: 0px -2px 3px #AAA;
	box-shadow: 0px -2px 3px #AAA;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(100px) rotateX(40deg);
	-moz-transform: perspective(100px) rotateX(40deg);
	-ms-transform: perspective(100px) rotateX(40deg);
	-o-transform: perspective(100px) rotateX(40deg);
	transform: perspective(100px) rotateX(40deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tab_buttons_wrapper > ul > li > a:hover:before {
	background: #003259;
	opacity: 0.7;
}
.tab_buttons_wrapper > ul > li.active > a, .tab_buttons_wrapper > ul > li > a:hover {
	color: #FFF;
}
.tab_buttons_wrapper > ul > li.active > a:before {
	background: #003259;
	opacity: 1;
}
.tab_buttons_wrapper > .select_wrapper {
	display: none;
	padding-bottom: 10px;
	margin: 0 auto;
}
.tab_buttons_wrapper > .select_wrapper select {
	width: 250px;
}
.sliding_tabs_content_wrapper {
	overflow: hidden;
}

.sliding_tabs_content_wrapper>.sliding_tabs_inner_content_wrapper {
	position: relative;
}

.sliding_tabs_content_wrapper>.sliding_tabs_inner_content_wrapper>.sliding_tabs_main_contents {
	position: absolute;
	top: 0%;
	margin: 0;
	box-sizing: border-box;
}
.sliding_tabs_content_wrapper>.sliding_tabs_inner_content_wrapper>.sliding_tabs_main_contents.sliding_tabs_active {
	position: relative;
}
ul.why_choos_vfs {
	width: 100%;
	padding-bottom: 20px;
}
ul.why_choos_vfs > li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
}
ul.why_choos_vfs:after {
	content: '';
	clear: both;
	display: block;
}
ul.why_choos_vfs > li.last {
	border-right: none;
	margin-right: 0px;
}
ul.why_choos_vfs > li > h5 {
	background: #003259;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	box-sizing: border-box;
}
ul.why_choos_vfs > li p {
	padding: 5px 0px;
}
ul.why_choos_vfs > li:after {
	content: '';
	display: block;
	position: absolute;
	right: 0%;
	top: 0%;
	width: 2px;
	height: 100%;
	margin-right: -3.3%;
	background: -webkit-linear-gradient(top, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: -moz-linear-gradient(top, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	background: linear-gradient(to bottom, transparent 0%, #dc780a 30%, #dc780a 70%, transparent 100%);
	z-index: -1;
}
ul.why_choos_vfs > li.last:after {
	display: none;
}
.helpline_wrapper {
	background-color: #dc780a;
	padding: 20px;
	word-wrap: break-word;
}
.helpline_wrapper a, footer > .main_content a {
	color: #FFF;
}
.helpline_wrapper > h3 {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}
.helpline_wrapper > ul.helpline {
	margin-top: 10px;
	color: #fff;
}
.helpline_wrapper > ul.helpline > li {
	display: table;
	float: left;
	width: 100%;
	margin-right: 2%;
}
.helpline_wrapper > ul.helpline > li > * {
	display: table-cell;
	vertical-align: top;
}
.helpline_wrapper > ul.helpline > li.last {
	margin-right: 0%;
}
.helpline_wrapper > ul.helpline:after {
	content: '';
	display: block;
	clear: both;
}
.helpline_wrapper > ul.helpline > li > .image {
	padding-right: 10px;
	width: 0%;
}
.helpline_wrapper > ul.helpline > li > .image > span {
	font-size: 45px;
}
.helpline_wrapper > ul.helpline > li > .main_content {
	width: 100%;
}
.helpline_wrapper > ul.helpline > li > .main_content > span {
	display: block;
}
.helpline_wrapper > ul.helpline > li > .main_content h6 {
	font-size: 16px;
}
.helpline_wrapper > ul.helpline > li > .main_content a {
	font-size: 13px;
}
.helpline_wrapper > ul.helpline > li.number span.big {
	font-family: 'sourcesanspro-bold';
	font-size: 20px;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .all_items.owl-carousel {
	padding: 0px 30px;
	width: 300px;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .all_items.owl-carousel .owl-prev, .helpline_wrapper > ul.helpline > li.email > .main_content > .all_items.owl-carousel .owl-next {
	position: absolute;
	top: 10px;
	width: 20px;
	height: 32px;
	font-size: 25px;
	cursor: pointer;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .all_items.owl-carousel .owl-next {
	right: 0%;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .all_items.owl-carousel .owl-prev {
	left: 0%;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .mail {
	position: relative;
	float: left;
	width: 100%;
	padding-right: 1.5%;
	margin-right: 2.5%;
}
.helpline_wrapper > ul.helpline > li.email > .main_content > .mail {
	padding-left: 20px;
}
footer {
	padding: 7px 10px;
	background-color: #003259;
	color: #FFF;
}
footer .main_content > span {
	padding-right: 5px;
}
.back_home {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.back_home > a {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	color: #ffffff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.back_home > a:hover {
	-webkit-box-shadow: 2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.back_home > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 56px;
	height: 56px;
	top: 100%;
	background: #dc780a;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.back_home > a:hover:before {
	top: 0%;
}
.back_home > a > span {
	position: relative;
	z-index: 9999;
}
.cur_no_transition, .no_transition, .no_transition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.service_container {
	position: relative;
}
ul.service_list.mart20{
	margin-top: 20px;
}
ul.service_list > li {
    -webkit-box-shadow: 0px 0px 10px #BBB;
	-moz-box-shadow: 0px 0px 10px #BBB;
    box-shadow: 0px 0px 10px #BBB;
	border-radius: 10px;
	padding: 20px 10px;
	box-sizing: border-box;
	cursor: pointer;
}
ul.service_list, ul.service_content_list,ul.service_content_list>li {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
ul.service_list {
	position: relative;
	left: 0%;
	top: 0%;
	opacity: 1;
	visibility: visible;
}
ul.service_content_list {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}
.service_container.show_content>ul.service_list {
	position: absolute;
	left: -100%;
	opacity: 0;
	visibility: hidden;
}
.service_container.show_content>ul.service_content_list {
	position: relative;
	left: 0%;
	opacity: 1;
	visibility: visible;
}

ul.service_content_list>li {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	visibility: hidden;
}
ul.service_content_list>li.active {
	position: relative;
	visibility: visible;
}
.icon_heading_wrapper > .icon_wrapper {
    padding-right: 10px;
}
.icon_heading_wrapper > * {
    display: table-cell;
    vertical-align: middle;
}
.icon_heading_wrapper > h4 {
    font-size: 16px !important;
    color: #003259;
	text-align: left;
}
.icon_heading_wrapper > * {
    display: table-cell;
    vertical-align: middle;
}
img.banner{
	border-radius: 5px;
	width: 100% !important;
}

.heading_back_button_wrapper {
    background: #fbfbfb;
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    vertical-align: middle;
}
.back_button {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.back_button img {
    cursor: pointer;
}
.outer_heading_wrapper {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.heading_wrapper {
    width: 100%;
    display: table;
    box-sizing: border-box;
}
.heading_wrapper img {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.heading_wrapper h3 {
    display: table-cell;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

.basic_tabs_content_container {
    color: #666;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-top: 0px;
}

.basic_tabs_content_container > .select_wrapper {
	display: none;
	text-align: center;
	padding-top: 30px;
}
.basic_tabs_content_container > .select_wrapper select {
	width: 250px;
}

.basic_tabs_content_container>ul.tab_button_list {
	background: #fbfbfb;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.basic_tabs_content_container>ul.tab_button_list>li {
	float: left;
	color: #042f5c;
	font-size: 16px;
	padding: 7px;
	text-align: center;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.tab_button_list.col3 li:nth-child(3) {
    border-right: 0px solid #efefef !important;
}

.tab_button_list.col4 li:nth-child(4) {
    border-right: 0px solid #efefef !important;
}

.basic_tabs_content_container>ul.tab_button_list>li:last-child {
	border-right: none;
}

.basic_tabs_content_container>ul.tab_button_list.col3>li {
    width: 33.33%;
}

.basic_tabs_content_container>ul.tab_button_list.col4>li {
    width: 25%;
}

.basic_tabs_content_container>ul.tab_button_list>li:hover, .basic_tabs_content_container>ul.tab_button_list>li.active {
	background: #dc780a;
	color: #FFF;
}

.basic_tabs_content_container>.outer_content_container .outer_content_wrapper>.main_content_wrapper {
	padding: 20px;
	font-size: 14px;
	box-sizing: border-box;
}

.basic_tabs_content_container>.outer_content_container .outer_content_wrapper>.main_content_wrapper>.main_content {
	padding-right: 20px;
	overflow: auto;
}

.basic_tabs_content_container>.outer_content_container .outer_content_wrapper>.main_content_wrapper>.main_content::-webkit-scrollbar {
	width: 4px;
}

.basic_tabs_content_container>.outer_content_container .outer_content_wrapper>.main_content_wrapper>.main_content::-webkit-scrollbar-track {
	background: #efefef;
	border-radius: 2px;
}

.basic_tabs_content_container>.outer_content_container .outer_content_wrapper>.main_content_wrapper>.main_content::-webkit-scrollbar-thumb {
	background: #AAA;
	border-radius: 2px;
}

.tab-content {
    padding: 20px 20px 0;
}

.main_content p:last-child {
    margin: 0;
}

.mart10{margin-top:10px;}
.marb10{margin-bottom:10px;}
img[src^="https://www.images-home.com/"]
{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.big {
	font-size:1.5em
}