@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600,800);
@import url(http://fonts.googleapis.com/css?family=Lato:700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select:focus {
	outline:none;
}

body{
	font-size :14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
}

a { text-decoration: none; outline: 0;}

img { border: none; }

h1, h2, h3 {
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	line-height: 72px;
	color: #000;
	text-align: center;
}

.main-container {
	width: 100%;
	max-width: 1494px;
	margin: 0 auto;
}

.container {
	width:100%;
	max-width: 1020px;
	overflow: hidden;
	margin: 0 auto;
}

header{
	background:url('../images/home-header.jpg') no-repeat;
	background-size:cover;
	width: 100%;
	height: 934px;
}

.inner-page .header-fixed {
	/*display:none;*/
	z-index:100;
	background:#fff !important;
}

header.home-page { overflow: hidden; }

.header-fixed {
	position: fixed;
	width: 100%;
	height: 122px;
	top: 0px;
	left: 0px;
	z-index:100;
	background: rgba(255, 255, 255, 0);
}

#logo {
	float:left;
	position:relative;
	top:20px;
	margin-left:24px;
}

.header-right {
    float: right;
    width: 80%;
}

.header-nav {
	width: 100%;
	max-width: 1494px;
	background: rgba(0,0,0,0.5);
	margin: 20px auto 22px;
	height:80px;
}

.header-nav nav {
	float: left;
	margin-right: 2%;
}

.header-nav ul {
	 position:relative;
}

.header-nav li, .main-nav li {
	display:inline-block;
	position:relative;
}

.header-nav nav li a {
	line-height:80px;
	display:block;
	text-align:center;
	width:160px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-nav li:hover a{
	background:#6094a8;
}

.header-nav ul ul, .main-nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#6094a8;
	padding:0;
	margin-left:0px;
}

.header-nav ul ul li, .main-nav ul ul li{
	float:none;
	text-align:center;
	box-sizing:border-box;
	font-size:14px;
}

.header-nav ul ul a, .main-nav ul ul a {
	line-height:38px;
	display:block;
	text-transform:none;
	color:#fff;
	text-decoration:none !important;
}

.header-nav ul ul a:hover, .main-nav ul ul a:hover{
	background:#fff;
	color:#000;
}

.header-nav ul li:hover > ul, .main-nav ul li:hover > ul {
	display:block;
	z-index:100;
}

#french_lang .header-nav nav {
	float: none;
	margin-right: 0;
	 display: inline-block;
	 margin: 0 auto;
	 text-align: center;
	 width: 90%;
}

.language-options ul {
	display: none;
	text-align: center;
}

.language-options {
	float:right;
	margin-right:36px;
	position: relative;
}

.select_language {
    padding: 26px 0px;
}

.text_field {
    background: #6094A8;
    padding: 0.5px 0;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
	width: 28px;
	text-align: center;
}

.dropdown_arrow {
	background: url(../images/dropdown_icon.png) no-repeat center #6094a8;
	display: inline-block;
	width:28px;
	height: 23px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 1;
}

.language-options ul {
    position: absolute;
    top: 51px;
    right: 31px;
    border: 1px solid #6094a8;
    width: 26px;
    background: #fff;
	text-align: center;
}

.language-options li {
	width:100%;
	margin: 0;
	font-size: 12px;
	float: none;
	cursor: pointer;
	display: block;
}

.language-options li a {
	color: #6094a8;
}

.language-options li:hover a, .language-options li:hover  {
	background: #6094a8;
	color: #fff;
}

.header-nav nav a, footer nav a {
	color: #fff;
	text-transform: uppercase;
	line-height:80px;
	font-weight: 300;
}

footer a {
	color: #fff;
}

footer nav { text-align: center; }

/* Banner */
.banner{
	width: 100%;
	max-width: 1494px;
	margin: 0 auto 25px;
	background: rgba(0,0,0,0.5);
	border: 1px solid transparent;
	margin-top:122px;
}

.banner-inner {
	overflow: hidden;
	display:table;
	height: 788px;
	width:100%;
	margin: 0 auto;
}

.banner h1 {
	color: #fff;
	display:table-cell;
	vertical-align:middle;
	padding: 0 50px;
}

/* services section */
.services-detail {
	background: url(../images/services-bg.jpg) no-repeat top;
	background-size: cover;
	margin: 24px auto 0;
	padding: 68px 68px;
	font-weight: 300;
	box-sizing: border-box;
}

.services-detail h1 {
	letter-spacing: 9.5px;
	margin-left: 7px;
}

.services-para {
	margin: 0 63px;
}

.eng-courses {
    background: #fff;
    padding: 50px 169px 25px;
}

.eng-courses p {
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 16px;
}

.eng-para {
	margin:0px 80px;
}

.eng-courses h2 {
	font-size:18px;
	line-height: 22px;
	letter-spacing: 14.4px;
	font-weight:400;
	border: 1px solid #2f464e;
	padding: 8px;
	margin: 15px auto 62px;
	width: 40%;
	background: #fff;
}

.eng-courses p {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
}

.programs {
    margin: 93px 62px 0 10px;
    width: 28%;
	display: inline-block;
	vertical-align: top;
}

.programs:last-child {
	margin-right: 0;
}

.eng-programs {
	overflow: hidden;
	text-align: center;
}

.programs h3 { font-weight: 900; }

.programs h3, .programs p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.programs p  {
	margin-top: 33px;
}

.services-detail .programs:first-child p {
	margin-top: 12px;
}


.program-detail {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    margin: 11px 0 4px;
    display: block;
	text-align: left;
}

.program-detail:hover {
	color: #6f6f6f;
}

.social-icons li {
	float: left;
	margin-right: 17px;
}

.go-to-section {
    text-align: center;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    display: block;
    width: 130px;
    margin: 21px auto 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 2.4px;
}

/* translation services */
.translation-services {
	background: #f9f9f9;
	width:100%;
}

.trans-services {
	background: url(../images/services-bg.jpg) no-repeat bottom;
	background-size: cover;
	margin: 0 auto;
	padding: 0 0 68px;
	box-sizing: border-box;
}

.translation-service {
	padding-bottom: 11px;
	background: #f9f9f9;
}

.translation-service h2 {
    width: 54%;
    margin-top: 62px;
    margin-bottom: 26px;
    padding: 8px 0;
}

.translation-service .programs {
	margin: 51px 62px 0px 10px;
}

.translation-service .programs:last-child {
	margin-right: 0;
}

.translation-service .programs ul {
	margin-top: 12px;
}

.translation-service .programs:last-child p {
	margin-bottom: 36px;
}

.translation-service .program-detail {
    line-height: 16px;
    margin: 0px 0px 4px;
}

.translation-service .programs ul.social-icons {
    margin-top: 6px;
}

.translation-service  .go-to-section {
    margin: 0px auto;
}

.programs li {
	font-size: 12px;
	font-weight: 300;
	padding: 6px 0;
	text-align: left;
	line-height: 18px;
}

.clients-slider {
    padding: 74px 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.clients-slider .gallery-cell {
	width: auto;
	margin: 20px;
}

.clients-slider h2, .testimonial_block h2 {
	font-size: 24px;
	letter-spacing: 4.8px;
	margin-bottom: 10px;
	line-height: 30px;
}

.clients-slider h2 {
	margin-bottom: 55px;
}

#clients-gallery {
	margin: 0px 70px;
}



/* about-us section */
#about-section { margin-bottom:40px; }

.test-page {
	background: url(../images/testimonial-bg1.jpg) no-repeat;
	padding: 68px 68px 0;
	box-sizing: border-box;
}

.about-lsb h1 {
	letter-spacing: 9.6px;
	margin-bottom: 30px;
}

#about-section p {
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}

#about-section .trans-links {
    text-align: left;
}

.trans-links a {
	color: #6094a8;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2px 0;
	text-align: left;
}

.trans-links a:hover {
	color: #6f6f6f;
}

.about-lsb h3 {
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	line-height: 36px;
	margin: 4px 0 8px;

}

p.skills {
	display: block;
	margin-bottom: 1px;
	font-size: 14px;
}

p.skill-usage {
	margin: 28px 0 33px;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}

.section-link {
    margin-bottom: 10px;
}

/* testimonial */
.client-testimonial {
    background: #FFF;
    padding: 0 103px 55px 0;
    box-sizing: border-box;
}

.testimonial_block {
	padding-top: 42px;
}

.testimonial_block h1 { letter-spacing: 9.6px; }

.testimonial img {
    float: left;
    margin-right: 40px;
}

.testimonial-content {
    float: right;
    width: 80%;
}

.testimonial {
    margin: 90px 0 50px;
    overflow: hidden;
}

.testimonial:last-child {
	margin: 102px 0 50px;
}

.testimonial-content h3, .inner-page .testimonial-content h3 {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
	letter-spacing: normal;
}

.testimonial-content span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0 6px;
    display: block;
}

.testimonial-content p {
	font-size: 14px;
	font-weight: 300;
}

.testimonials .previousbtn {
    left: 48%;
    background: transparent url(../images/testimonail-arrow-icon.png) no-repeat scroll top left;
    width: 68px;
    height: 68px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
	margin-left: -30px;
}

.testimonials .nextbtn {
    right: 48%;
	background: url(../images/testimonail-arrow-icon.png) no-repeat top right;
	width:68px;
	height: 68px;
	cursor: pointer;
	margin-top:0;
	position: absolute;
    bottom: 30px;
	margin-right: -30px;
}

.testimonials .previousbtn:hover {
    left: 48%;
	background: url(../images/testimonail-arrow-icon.png) no-repeat bottom left;
	width:68px;
	height: 68px;
}

.testimonials .nextbtn:hover {
    right: 48%;
	background: url(../images/testimonail-arrow-icon.png) no-repeat bottom right;
	width:68px;
	height: 68px;
}

/* contact-us section */
.contact-section { margin-bottom:40px; }
.contact-us {
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
	padding: 31px 0 0;
}

.contact-us h1 {
	letter-spacing: 9.6px;
}

.contact-us h2 {
	font-size: 24px;
	letter-spacing: 4.8px;
}

.address {
    float: left;
    width: 48%;
    margin-right: 34px;
    line-height: 28px;
}

.address:last-child {
	margin-right: 0;
}

.address span.address-heading {
   font-size: 24px;
   letter-spacing: 4.8px;
   font-weight: 800;
   text-align: left;
   line-height: 28px;
   text-transform: capitalize;
   padding-bottom: 5px;
}

.address span {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 3.6px;
	line-height: 28px;
	display: block;
	padding: 2px 0;
}

.address a, a.email-link {
    color: #000;
	font-size: 14px;
	font-weight: 300;
	text-transform: lowercase;
	padding-top: 2px;
}

a.email-link {
 	text-decoration: underline;
	margin-bottom: 8px;
}

span.phone-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4.8px;
    margin-bottom: 6px;
}

.offices-address {
    overflow: hidden;
    margin: 41px auto 85px auto;
    width: 84%;
}

/* contact-form */
.contact-form {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    width: 69%;
    margin: 0 auto;
}

.contact-form form {
    width: 78%;
    margin: 14px auto 0px;
}

.text-field, textarea {
	display: inline-block;
	width:76%;
	text-align: center;
	font-size:14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	border: none;
	border-bottom: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 6px;
	background: none;
	margin: 14px 0 7px;
}

textarea {
	border: 1px solid #000;
	padding: 5px 0;
	min-width: 76%;
	max-width: 76%;
	min-height: 118px;
	margin-top: 24px;
	box-sizing: border-box;
}

.send-btn {
	width:76%;
	height: 49px;
	line-height: 49px;
	background: #6094a8;
	border:1px solid #6094a8;
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2.8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 22px;
	cursor: pointer;
}

footer {
	background: #000;
	width: 100%;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.footer-container {
    width: 100%;
    margin: 0px auto;
    max-width: 52%;
}

footer nav {
	margin: 10px 0;
}

footer nav li {
	display: inline-block;
	margin: 0px 24px;
}

footer nav a {
	line-height: 39.1px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2.4px;
}

.copyright {
    color: #FFF;
    font-size: 8px;
    font-weight: 500;
    font-family: "Lato",sans-serif;
    display: inline-block;
    text-align: center;
    width: 100%;
	margin-bottom: 11px;
	text-transform: uppercase;
	line-heightr: 12px;
}

/* Nav Trigger */
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked ~ .site-wrap {
  left: 253px;
}

.nav-trigger:checked ~ #sidebar-nav {
	visibility: visible;
	width: 253px;
}

.nav-overlay {
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	background: rgba(0,0,0, 0.34);
	width:0;
	height:0;
	z-index: 10;
}

.nav-trigger:checked ~ .site-wrap .nav-overlay {
  width: 100%;
	height:100%;
}

/*== sidebar nav ==*/
#sidebar-nav {
    width: 0px;
    height: 100%;
    position: fixed;
	text-align: center;
    top: 0px;
    left: 0px;
    z-index: 101;
    background: #FFF;
    overflow-y: scroll;
    visibility: hidden;
    box-shadow: 1px 1.732px 8px 2px rgba(0, 1, 1, 0.43);
    transition: all 0.2s ease 0s;
    box-sizing: border-box;
}

#sidebar-nav ul {
	margin: 30px 0;
}

#sidebar-nav li {
	padding: 10px 0 10px 30px;
	text-transform: uppercase;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #d3d3d3;

}

#sidebar-nav li:hover {
	background: #6094A8;
}

#sidebar-nav li a {
	color: #000;
	text-transform: uppercase;
}

#sidebar-nav li:hover a {
	color: #fff;
}

#sidebar-nav #logo {
	position: static;
	float: none;
}

.nav-button {
	display: none;
}

.close-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.testimonial_block {
    background: #fff;
	position: relative;
}


.clients-section {
  overflow: hidden;
  padding: 20px 0 70px;
  text-align: center;
}

.clients_wrap {
    text-align: center;
    margin: 0 auto;
    width: 1441px;
}

.clients {
	display: block;
	text-align: left;
}

#clients-logo_gallery {
	position: relative;
	/*padding: 0 9%;*/
	box-sizing: border-box;
}

.clients li {
    padding: 2px;
    margin: 0px 44px 25px;
		display: inline-block;
}

.clients li  a {
	color: #6094A8;
    font-size: 16px;
    line-height: 30px;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.clients li img {
	border:1px solid #ccc;
	display: block;
}

.clients_logos {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.clients_logos li {
	float:left;
	text-align: center;
	margin: 0px 20px;
}

.previous_btn {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
	cursor: pointer;
	margin-top: 12.5px;
}

.next_btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
	cursor: pointer;
	margin-top: 12.5px;
}

.cell {
    width: 100%;
    display: inline-block;
	float:left;
	padding-bottom: 10px;
}

.testimonial_block .caroufredsel_wrapper {
	padding-bottom: 200px;
	margin: 0 !important;
}


/* nav-btn */
	.header-nav li.get-quote-btn > a {
		border: 1px solid #fff;
		line-height: 20px;
		padding: 6px 0;
	}

	.header-nav li.get-quote-btn:hover > a{
		border: 1px solid #6094a8;
	}


/* quote */
.quote-form .text-field, .source-language, .turnaround, .attachment {
	display: inline-block;
	text-align:left;
	letter-spacing: 1.4px;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 6px;
	background: none;
	margin:0px;
	width:100%;
}

.quote-section textarea {
	box-sizing:border-box;
	margin-top: 5px;
	max-height: 118px;
	max-width: 93%;
	min-height: 118px;
	min-width: 93%;
	padding:10px;
	border: 1px solid #d3d3d3;
}


.quote-form .text-field , .quote-form   textarea{
	text-align:left;
}

.quote-section p {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 6%;
	width: 43%;
	vertical-align: top;
}

.source-language select {
	border: medium none;
	width: 100%;
	background: none;
	background-color: none;
}

.quote-form label {
	color: #7c7c7c;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

p.msg {
	float: left;
	width: 100%;
}

.btn2 {
	float: left;
	width: 20%;
}


 .header-nav .get-quote-btn {
    margin-left: 35px;
}

/* validation */
#get_a_quote {
	position: relative;
}

#get_a_quote .error {
    color: #F00;
    font-size: 12px;
    line-height: 22px;
}

#get_a_quote .success {
	display: block;
	margin-top: 10px;
	width:100%;
}

#contact_form label.error {
    color: #F00;
    font-size: 12px;
    display: block;
}

.disabled_btn {
	background: #d3d3d3;
	border: 1px solid #d3d3d3;
}

.hidden a {
	display: none;
}
