@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
.grey1-text {
  color: #111111 !important;
  text-decoration: none;
}

.grey2-text {
  color: #222222 !important;
  text-decoration: none;
}

.grey3-text {
  color: #333333 !important;
  text-decoration: none;
}

.grey4-text {
  color: #444444 !important;
  text-decoration: none;
}

.grey5-text {
  color: #555555 !important;
  text-decoration: none;
}

.grey6-text {
  color: #666666 !important;
  text-decoration: none;
}

.grey7-text {
  color: #777777 !important;
  text-decoration: none;
}

.grey8-text {
  color: #888888 !important;
  text-decoration: none;
}

.grey9-text {
  color: #999999 !important;
  text-decoration: none;
}
/*--- Common Colors --- */
.red-text, .red-text a, .red-text p {
  color: red !important;
}
.black-text, .black-text a, .black-text p {
  color: black !important;
}
.white-text, .white-text a, .white-text p {
  color: white !important;
}
.primary-text, .primary-text a, .primary-text p {
  color: #0f76bd !important;
}
.secondary-text, .secondary-text a, .secondary-text p {
  color: #0f76bd !important;
}
.primary-colored-text {
  color: #923d3f !important;
}
.light-primary-colored-text {
  color: #cb7a7c !important;
}
.dark-primary-colored-text {
  color: #682224 !important;
}
.secondary-colored-text {
  color: #98253d !important;
}
.light-secondary-colored-text {
  color: #ff9bb0 !important;
}
.dark-secondary-colored-text {
  color: #79182c !important;
}
/*--- Sizes --- */
.font-10, .font-10 p {
  font-size: 10px !important;
  /*	line-height: 18px !important;*/
}
.font-11, .font-11 p {
  font-size: 11px !important;
  /*	line-height: 19px !important;*/
}
.font-12, .font-12 p {
  font-size: 12px !important;
  /*	line-height: 20px !important;*/
}
.font-13, .font-13 p {
  font-size: 13px !important;
  /*	line-height: 21px !important;*/
}

.font-14, .font-14 p {
  font-size: 14px !important;
  /*	line-height: 22px !important;*/
}

.font-15, .font-15 p {
  font-size: 15px !important;
  /*	line-height: 23px !important;*/
}

.font-16, .font-16 p {
  font-size: 16px !important;
  /*	line-height: 24px !important;*/
}

.font-17, .font-17 p {
  font-size: 17px !important;
  /*	line-height: 25px !important;*/
}

.font-18, .font-18 p {
  font-size: 18px !important;
  /*	line-height: 26px !important;*/
}

.font-19, .font-19 p {
  font-size: 19px !important;
  /*	line-height: 27px !important;*/
}

.font-20, .font-20 p {
  font-size: 20px !important;
  /*	line-height: 28px !important;*/
}

.font-21, .font-21 p {
  font-size: 21px !important;
  /*	line-height: 29px !important;*/
}

.font-22, .font-22 p {
  font-size: 22px !important;
  /*	line-height: 30px !important;*/
}

.font-23, .font-23 p {
  font-size: 23px !important;
  /*	line-height: 31px !important;*/
}

.font-24, .font-24 p {
  font-size: 24px !important;
  /*	line-height: 32px !important;*/
}

.font-25, .font-25 p {
  font-size: 25px !important;
  /*	line-height: 33px !important;*/
}

.font-26, .font-26 p {
  font-size: 26px !important;
  /*	line-height: 34px !important;*/
}

.font-27, .font-27 p {
  font-size: 27px !important;
  /*	line-height: 35px !important;*/
}

.font-28, .font-28 p {
  font-size: 28px !important;
  /*	line-height: 36px !important;*/
}

.font-29, .font-29 p {
  font-size: 29px !important;
  /*	line-height: 37px !important;*/
}

.font-30, .font-30 p {
  font-size: 30px !important;
  /*	line-height: 38px !important;*/
}

/*--- Cases --- */
.lowercaser {
  text-transform: lowercase !important;
}

.uppercaser {
  text-transform: uppercase !important;
}

.capitalizer {
  text-transform: capitalize !important;
}

/*--- Alignments --- */
.left-aligned-text, .left-aligned-text p {
  text-align: left !important;
}

.right-aligned-text, .right-aligned-text p {
  text-align: right !important;
}

.justify-aligned-text, .justify-aligned-text p {
  text-align: justify !important;
}

.center-aligned-text, .center-aligned-text p {
  text-align: center !important;
}

/*--- Decorations --- */
.have-underline {
  text-decoration: underline !important;
}

.have-overline {
  text-decoration: overline !important;
}

.have-line-through {
  text-decoration: line-through !important;
}

.no-decoration {
  text-decoration: none !important;
}

/*=============== Floats ===============*/
.pull-left {
  float: left !important;
  margin-right: 10px;
}
.pull-right {
  float: right !important;
  margin-left: 10px;
}
.no-float {
  float: none !important;
}

/*=============== Common Margin Style Generator ===============*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

/*=============== Common Padding Style Generator ===============*/
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 0px !important;
}

.p-10 {
  padding: 0px !important;
}

.p-15 {
  padding: 0px !important;
}

.p-20 {
  padding: 0px !important;
}

.p-25 {
  padding: 0px !important;
}

.p-30 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

/*
Mixin Name : Strip Unit
Description: Used for removing the unit from any number.
Arguments  : 1) $num - number with unit
Usage      : @include strip-unit(16px);
Output     : 16
*/
/*
Mixin Name : Calculate REM
Description: Used for converting pixel size to correspondent rem size.
Arguments  : 1) $size - size in pixels
Usage      : @include calculateRem(16px);
Output     : It varies with base font size (1rem in this case if only basefont is 16px)
*/
/*
Mixin Name : Calculate EM
Description: Used for converting pixel size to correspondent em size.
Arguments  : 1) $size - size in pixels
Usage      : @include calculateEm(16px);
Output     : It varies with base font size (1em in this case if only basefont is 16px)
*/
/*
Mixin Name : Background Opacity
Description: Used for adding background opacity to HTML elements.
Arguments  : 1) $color - color value in HEX
			 2) $opacity - opacity level varies from 0 - 1
Usage      : @include background-opacity(#FF0000, 0.3);
Output     : background: rgba(255, 0, 0, 0.3);
*/
/*
Mixin Name : Zero Padding Margin
Description: Used for making padding and margin to zero.
Arguments  : 1) $strict - !importat or not
Usage      : @include zero-padding-margin(!important);
Output     : padding: 0px;
             margin: 0px;
*/
/*
Mixin Name : Border Radius
Description: Used for creating border radius to HTML elements
Arguments  : 1) $borderValue - border radius value in pixels
             2) $strict - !importat or not
Usage      : @include have-border-radius(8px, !important);
Output     : -webkit-border-radius:8px !important;
             -moz-border-radius:8px !important;
			 border-radius:8px !important;
*/
/*
Mixin Name : Box Sizing
Description: Used for adding box sizing property to HTML elements
Arguments  : 1) $sizeType - border-box, content-box, inherit (default)
             2) $strict - !importat or not
Usage      : @include box-sizer(border-box);
Output     : -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
			 box-sizing: border-box;
*/
/*
Mixin Name : Transition Maker
Description: Used for adding transition to HTML elements
Arguments  : 1) $transitionProperty - all or any other applicable attributes (width, color, etc)
             2) $transitionDuration - duration (in seconds)
			 3) $transitionTimingFunction - ease, linear, ease-in, ease-out, ease-in-out, cubic-bezier(n,n,n,n)
			 4) $transitionDelay - delay (in seconds)
             5) $strict - !importat or not
Usage      : @include transition-maker(all, 0.3s, ease-in-out, 0.5s);
Output     : -webkit-transition: all 0.3s ease-in-out 0.5s;
             -moz-transition: all 0.3s ease-in-out 0.5s;
			 -ms-transition: all 0.3s ease-in-out 0.5s;
			 -o-transition: all 0.3s ease-in-out 0.5s;
			 transition: all 0.3s ease-in-out 0.5s;
*/
/*
Mixin Name : Grid Maker Fixed
Description: Used for creating grids/columns inside a block
Arguments  : 1) $containerWidth - width of the parent container in pixels
             2) $columns - number of columns needed
			 3) $gutter - value of the margin between the columns, in pixels
			 4) $parent - name of the parent element for generating selector (class name)
Usage      : @include grid-maker-fixed(1100px, 5, 50px, menubar);
Output     : .menubar .menubar-columns {
				width: 190px;
				margin-right: 50px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				float: left
			 }
			 .menubar .menubar-columns:last-child {
				margin-right: 0px !important
			 }
*/
/*
Mixin Name : Linear Gradient
Description: Used for adding linear gradient as background image to HTML elements
Arguments  : 1) $fromColor - First color value in HEX
             2) $toColor - Second color value in HEX
Usage      : @include linear-gradient(#FFFFFF, #000000);
Output     : background-color: #000;
			 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
			 background-image: -webkit-linear-gradient(top, #fff, #000);
			 background-image: -moz-linear-gradient(top, #fff, #000);
			 background-image: -ms-linear-gradient(top, #fff, #000);
			 background-image: -o-linear-gradient(top, #fff, #000);
			 background-image: linear-gradient(top, #fff, #000);
			 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#000')
*/
/*
Mixin Name : Add Filter
Description: Used for adding filters to HTML elements
Arguments  : 1) $type - none (default), blur(px), brightness(%), contrast(%), grayscale(%), hue-rotate(deg), invert(%),
                        opacity(%), saturate(%), sepia(%), initial, inherit
Usage      : @include add-filter(blur(5px));
Output     : -webkit-filter: blur(5px);
			 -moz-filter: blur(5px);
			 -ms-filter: blur(5px);
			 -o-filter: blur(5px);
			 filter: blur(5px)
*/
/*
Mixin Name : Rotate
Description: Used for rotating HTML elements
Arguments  : 1) $degree - value of degree to rotate (+ve, 0 or -ve)
Usage      : @include rotate(-30deg);
Output     : -webkit-transform: rotate(-30);
			 -moz-transform: rotate(-30);
			 -ms-transform: rotate(-30);
			 -o-transform: rotate(-30);
			 transform: rotate(-30)
*/
/*
Mixin Name : Box Shadow
Description: Used for adding box shadow to HTML elements
Arguments  : 1) $left - the position of the horizontal shadow (-ve, 0 or +ve)
             2) $top - the position of the vertical shadow (-ve, 0 or +ve)
			 3) $blur - the blur value
			 4) $spread - the spread value
			 4) $color - color of the shadow
			 5) $inset - changes the shadow from an outer shadow (outset) to an inner shadow
Usage      : @include box-shadow(5px, 5px, 10px, 10px, #000000, inset);
Output     : -webkit-box-shadow: 5px 5px 10px 10px #000 inset;
			 -moz-box-shadow: 5px 5px 10px 10px #000 inset;
			 box-shadow: 5px 5px 10px 10px #000 inset
*/
/*
Mixin Name : Align Center
Description: Used for aligning HTML elements as center in cross browsers
Arguments  : $value - center, left and& right
Usage      : @include align-center($center);
Output     : -webkit-box-shadow: 5px 5px 10px 10px #000 inset;
			 -moz-box-shadow: 5px 5px 10px 10px #000 inset;
			 box-shadow: 5px 5px 10px 10px #000 inset
*/
/*===========================================================
 *Global Styles
 *=========================================================== */
html, body {
  height: 100%;
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

body {
  padding: 0px ;
  margin: 0px ;
  font-size: 15px !important;
  font-family: "";
  color: #666666;
  position: relative;
  -ms-touch-action: pan-y;
  overflow-x: hidden;
  outline: none;
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
}
body.opened {
  overflow-y: hidden;
}
body.closed {
  overflow-y: scroll;
}

.clearFixer {
  height: 0px !important;
  line-height: 0px !important;
  clear: both !important;
  padding: 0px !important;
  margin: 0px !important;
  *zoom: 1;
}
.clearFixer:before, .clearFixer:after {
  content: " ";
  display: table;
}
.clearFixer:after {
  clear: both;
}

/*===========================================================
 *Common Styles
 *=========================================================== */
.pull-left {
  float: left !important;
  display: block;
  margin-right: 20px;
}

.pull-right {
  float: right !important;
  display: block;
  margin-left: 20px;
}

.valigner {
  vertical-align: middle;
}

.divider {
  width: 100%;
  height: 10px !important;
  line-height: 0px !important;
  border-top: #ddd solid 1px;
  display: block;
  padding: 0px !important;
  margin: 0px 0px 10px 0px;
}

.dotted-divider {
  width: 100%;
  height: 10px !important;
  line-height: 0px !important;
  border-top: #ddd dotted 1px;
  display: block;
  padding: 0px !important;
  margin: 0px 0px 10px 0px;
}

.dashed-divider {
  width: 100%;
  height: 10px !important;
  line-height: 0px !important;
  border-top: #d7d7d7 dashed 1px;
  display: block;
  padding: 0px !important;
  margin: 0px 0px 10px 0px;
}

.full-caps {
  text-transform: uppercase;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.invisible {
  visibility: hidden !important;
}

/*==============================================================
 *Container Styles
 *=========================================================== */
#main {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0px ;
  margin: 0px ;
  float: left;
}
#main .container {
  width: 1100px;
  height: auto;
  margin: 0px auto;
  position: relative;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
}
#main .container .wrapper {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 1280px) {
  #main .container .wrapper {
    padding: 0 3%;
  }
}
#main .container-fluid {
  width: 100%;
  height: auto;
  margin: 0px;
  position: relative;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
#main .container-fluid .wrapper {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 30px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 1280px) {
  #main .container-fluid .wrapper {
    padding: 0 3%;
  }
}

.fluid-strips {
  width: 1100px;
  height: auto;
  float: left;
  padding: 50px 0px;
}

/* --------------------------------------------------------------
 *   reset.css
 *   * Resets default browser CSS.
 *-------------------------------------------------------------- */
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

input[type='text'], input[type='email'], textarea, input[type='submit'], select {
  margin: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

nav ul {
  list-style: none;
}

a img {
  border: 0;
}

:focus {
  outline: none;
}

html, body {
  font-size: 100.01%;
}

body {
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #111;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 0 0 .5em;
}

p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
  color: #000;
}

a {
  color: #009;
  text-decoration: none;
}

blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}

strong {
  font-weight: 700;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: 700;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #555;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666666;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em "andale mono","lucida console",monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0;
}

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em;
}

dl dt {
  font-weight: 700;
}

dd {
  margin-left: 1.5em;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

nav ul, header ul {
  list-style-type: none;
}

/*=================Insert additional styles here ====================*/
/*===========================================================
  Forms Styles
 *=========================================================== */
.form-field {
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
.form-field img {
  vertical-align: middle;
}
.form-field.quarter-width {
  width: 32%;
  margin: 0 2% 15px 0;
}
.form-field.quarter-width.last {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .form-field.quarter-width {
    width: 100%;
    padding: 0;
  }
}
.form-field.half-width {
  width: 49%;
  margin: 0 2% 15px 0;
}
.form-field.half-width.last {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .form-field.half-width {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .form-field {
    padding: 0;
  }
}

.text-fields, .text-fields-full, .text-fields-100 {
  padding: 8px 12px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  font-size: 14px;
  border: 0;
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
  resize: none;
  border: 1px solid #ddd;
  width: 400px;
  color: #444;
  -webkit-border-radius: 2px ;
  -moz-border-radius: 2px ;
  border-radius: 2px ;
}
@media only screen and (max-width: 640px) {
  .text-fields, .text-fields-full, .text-fields-100 {
    width: 100%;
    -webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;
  }
}

.text-fields-full {
  width: 100%;
}

.text-fields-100 {
  width: 100px;
}
@media only screen and (max-width: 320px) {
  .text-fields-100 {
    width: 100%;
  }
}

select.text-fields-full {
  padding: 11px 15px;
}

.active-field {
  color: #444;
  -moz-box-shadow: 0px 0px 3px #555;
  -webkit-box-shadow: 0px 0px 3px #555;
  box-shadow: 0px 0px 3px #555;
}

.button, .full-width-button, .default-button, .primary-button, .secondary-button {
  display: inline-block;
  padding: 10px 26px;
  font-family: 'castletregular';
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  font-size: 14px;
  clear: both;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
.button:focus, .full-width-button:focus, .default-button:focus, .primary-button:focus, .secondary-button:focus {
  outline: none;
}
.button.btn-lg, .btn-lg.full-width-button, .btn-lg.default-button, .btn-lg.primary-button, .btn-lg.secondary-button {
  font-size: 20px;
  line-height: 26px;
}
.button.btn-sm, .btn-sm.full-width-button, .btn-sm.default-button, .btn-sm.primary-button, .btn-sm.secondary-button {
  font-size: 11px;
  line-height: 14px;
  padding: 8px 12px;
}
.button.btn-xs, .btn-xs.full-width-button, .btn-xs.default-button, .btn-xs.primary-button, .btn-xs.secondary-button {
  font-size: 9px;
  line-height: 12px;
}
.button.alingn-center, .alingn-center.full-width-button, .alingn-center.default-button, .alingn-center.primary-button, .alingn-center.secondary-button {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.full-width-button {
  width: 100%;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}

.default-button {
  color: #98253d;
  border: 2px solid #98253d;
  padding: 11px 24px;
}
.default-button:hover, .default-button:focus {
  color: #fff;
  background-color: #923d3f;
  border: 2px solid #923d3f;
}

.primary-button {
  background-color: #0f76bd;
  color: #fff;
}
.primary-button:hover, .primary-button:focus {
  color: #fff;
  background-color: #055b96;
}

.secondary-button {
  background-color: #20598f;
  color: #fff;
}
.secondary-button:hover, .secondary-button:focus {
  color: #fff;
  background-color: #164a7c;
}

form label {
  font-family: "robotomedium";
  font-size: 14px;
  color: #555;
  margin-bottom: 7px;
  display: block;
}

/*==============================================================
 *Landing Styles
 *=========================================================== */
#landing {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#landing .logo {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}
#landing .logo img {
  margin-bottom: 10px;
  vertical-align: bottom;
}
#landing .logo h2 {
  font-family: "robotomedium";
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  line-height: 30px;
}
#landing .logo h2 span {
  font-size: 24px;
  display: block;
  font-family: "robotolight";
}
#landing .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-bg.png") left top repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#landing .col1 {
  width: 50%;
  float: left;
  background: url("../images/stone-landing.jpg") center repeat-y;
  background-size: cover;
  height: 100%;
}
#landing .col1 .triangle {
  width: 0;
  height: 0;
  position: fixed;
  bottom: 0;
  right: 50%;
  border-left: 600px solid transparent;
  border-bottom: 200px solid #222;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
@media only screen and (max-width: 480px) {
  #landing .col1 .triangle {
    border-left: 300px solid transparent;
  }
}
#landing .col1 .triangle:hover {
  border-bottom: 220px solid #171717;
}
#landing .col1 .triangle h2 {
  font-family: "robotobold";
  font-size: 38px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: right;
  position: absolute;
  top: 100px;
  right: 25px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  #landing .col1 .triangle h2 {
    font-size: 28px;
    right: 10px;
    line-height: 20px;
    top: 120px;
  }
}
#landing .col1 .triangle h2 span {
  font-family: "robotolight";
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  #landing .col1 .triangle h2 span {
    font-size: 18px;
  }
}
#landing .col2 {
  width: 50%;
  float: left;
  background: url("../images/electrical-landing.jpg") center repeat-y;
  background-size: cover;
  height: 100%;
}
#landing .col2 .triangle {
  width: 0;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  border-right: 600px solid transparent;
  border-bottom: 200px solid #923d3f;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
@media only screen and (max-width: 480px) {
  #landing .col2 .triangle {
    border-right: 300px solid transparent;
  }
}
#landing .col2 .triangle:hover {
  border-bottom: 220px solid #773234;
}
#landing .col2 .triangle h2 {
  font-family: "robotobold";
  font-size: 38px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: left;
  position: absolute;
  top: 100px;
  left: 25px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  #landing .col2 .triangle h2 {
    font-size: 28px;
    left: 10px;
    line-height: 20px;
    top: 120px;
  }
}
#landing .col2 .triangle h2 span {
  font-family: "robotolight";
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  #landing .col2 .triangle h2 span {
    font-size: 18px;
  }
}

/*==============================================================
 *Pre Header Styles
 *=========================================================== */
#pre-header {
  float: left;
  width: 100%;
  background-color: #444;
  border-bottom: 1px solid #3a3a3a;
  position: relative;
  z-index: 999;
}
#pre-header .col1 {
  float: left;
  padding: 14px 0;
}
@media only screen and (max-width: 640px) {
  #pre-header .col1 {
    display: none;
  }
}
#pre-header .col1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pre-header .col1 ul li {
  font-family: "robotoregular";
  font-size: 13px;
  color: #fff;
  position: relative;
  padding: 0 18px;
  float: left;
}
#pre-header .col1 ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#pre-header .col1 ul li a:hover {
  color: #e5a0a1;
}
#pre-header .col1 ul li:first-of-type {
  padding-left: 0;
}
#pre-header .col1 ul li:last-of-type:after {
  display: none;
}
#pre-header .col1 ul li:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 8px;
  right: -5px;
  background-color: #fff;
}
#pre-header .col1 ul li a {
  color: #fff;
}
#pre-header .col2 {
  float: right;
}
#header .col2 .social {
  padding: 9px 14px;
  float: right;
}
@media only screen and (max-width: 640px) {
  #header .col2 .social {
    float: none;
    text-align: center;
  }
}
#header .col2 .social a {
  color: #fff;
  font-size: 14px;
}
#header .col2 .social a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#header .col2 .social a i.fa-facebook {
  background-color: #3b5998;
}
#header .col2 .social a i.fa-twitter {
  background-color: #2d9acd;
}
#header .col2 .social a i.fa-linkedin {
  background-color: #1d67b2;
}
#header .col2 .social a i.fa-youtube {
  background-color: #d0161f;
}
#header .col2 .language-switch {
  float: left;
  padding: 13px 16px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  #pre-header .col2 .language-switch {
    padding: 8px 10px;
  }
}
#pre-header .col2 .language-switch a.langauga-toggle {
  display: block;
  font-family: "robotoregular";
  font-size: 12px;
  color: #fff;
  position: relative;
  padding: 0 32px 0 24px;
}
#pre-header .col2 .language-switch a.langauga-toggle.open:after {
  content: "\f106";
}
#pre-header .col2 .language-switch a.langauga-toggle:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #3a3a3a;
  -webkit-border-radius: 50% 50% ;
  -moz-border-radius: 50% 50% ;
  border-radius: 50% 50% ;
  right: 0;
}
#pre-header .col2 .language-switch a.langauga-toggle.english {
  background: url("../images/uk-flag.png") left no-repeat;
}
#pre-header .col2 .language-switch a.langauga-toggle.arabic {
  background: url("../images/saudi-flag.png") left no-repeat;
}
#pre-header .col2 .language-switch .langauga-dropdown {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  background-color: #444444;
  left: 0;
  width: 100%;
  top: 40px;
}
@media only screen and (max-width: 480px) {
  #pre-header .col2 .language-switch .langauga-dropdown {
    top: 30px;
  }
}
#pre-header .col2 .language-switch .langauga-dropdown li {
  font-family: "robotoregular";
  font-size: 12px;
  color: #fff;
}
#pre-header .col2 .language-switch .langauga-dropdown li a {
  color: #fff;
  display: block;
  padding: 5px 20px 10px 20px;
}
#pre-header .col2 .language-switch .langauga-dropdown li a img {
  float: left;
  margin-right: 8px;
  vertical-align: bottom;
}

/*==============================================================
 *Header Styles
 *=========================================================== */
#header {
  float: left;
  width: 100%;
  padding: 8px 0;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 15px 0 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  #header.sticky {
    background-color: #fff;
    position: fixed;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 2px 1px #ccc ;
    -moz-box-shadow: 0px 0px 2px 1px #ccc ;
    box-shadow: 0px 0px 2px 1px #ccc ;
    padding: 8px 0;
  }
}
#header .col1 {
  float: left;
  padding-top: 6px;
}
@media only screen and (max-width: 640px) {
  #header .col1 {
    margin-bottom: 15px;
    padding-top: 0;
  }
}
#header .col1 figure {
  padding: 0;
  margin: 0;
}
#header .col1 figure img {
  vertical-align: bottom;
  margin: 0;
  max-width: 280px;
}
@media only screen and (max-width: 480px) {
  #header .col1 figure img.logo1 {
    max-width: 60px;
  }
  #header .col1 figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #header .col1 figure img.logo2 {
    max-width: 140px;
  }
}
#header .col2 {
  float: right;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #header .col2 {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
#header .col2 .division-toggle {
  background-color: #dddddd;
  padding: 4px 30px 4px 14px;
  display: inline-block;
  font-family: "robotoregular";
  font-size: 13px;
  color: #333333;
  position: relative;
  float: right;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #header .col2 .division-toggle {
    right: 0;
    left: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: block;
    max-width: 140px;
  }
}
#header .col2 .division-toggle.open:after {
  content: "\f0d8";
}
#header .col2 .division-toggle:after {
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 15px;
  right: 12px;
  top: 6px;
}
#header .col2 .division-dropdown {
  display: none;
  position: absolute;
  margin: 0;
  padding: 6px 14px;
  list-style-type: none;
  right: 0;
  top: 28px;
  background-color: #444444;
}
@media only screen and (max-width: 640px) {
  #header .col2 .division-dropdown {
    left: 0;
    margin: 0 auto;
    max-width: 140px;
  }
}
#header .col2 .division-dropdown li {
  font-family: "robotoregular";
  font-size: 13px;
  color: #fff;
}
#header .col2 .division-dropdown li a {
  color: #fff;
}
#header .col2 .header-contact {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #header .col2 .header-contact {
    display: none;
  }
}
#header .col2 .header-contact p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #0f76bd;
  float: left;
}
#header .col2 .header-contact p.phone {
  border-right: 1px solid #e2e1e0;
  padding-right: 20px;
  padding-left: 20px;
}
#header .col2 .header-contact p.email {
  padding-left: 20px;
}
#header .col2 .header-contact p span {
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'castletregular';
  font-weight: normal;
}

/*==============================================================
 *Navigation Styles
 *=========================================================== */
#navigation {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 10px 0;
  background: #0f76bd;
}

#desktop-menu {
}
@media only screen and (max-width: 1024px) {
  #desktop-menu, #navigation {
    display: none;
  }
}
#desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#desktop-menu ul li {
  float: left;
  font-size: 16px;
  color: #fff;
  font-family: 'castletregular';
  text-transform: uppercase;
  position: relative;
}
#desktop-menu ul li.active a {
  background-color: #fff;
  color: #0f76bd;
}
#desktop-menu ul li a {
  color: #fff;
  display: block;
  padding: 8px 20px;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#desktop-menu ul li:last-of-type a{
  border: 0;
}
#desktop-menu ul li a:hover {
  background-color: #fff;
  color: #0f76bd;
}
#desktop-menu ul li:hover a {
  background-color: #fff;
  color: #0f76bd;
}
#desktop-menu ul li ul {
  display: none;
  position: absolute;
  left: -3px;
  top: 32px;
  background-color: #fff;
  width: 200px;
  border: 1px solid #0f76bd;
}
#desktop-menu ul li ul li {
  float: none;
  font-size: 14px;
  border-bottom: 1px solid #111111;
}
#desktop-menu ul li ul li:last-of-type {
  border-bottom: 0;
}
#desktop-menu ul li ul li a {
  padding: 8px 10px;
  border: 0;
}
#desktop-menu ul li ul li:hover a {
  background-color: #0f76bd;
  color: #fff;
}

.staff-zone {
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #923d3f;
  float: right;
  font-size: 16px;
  color: #fff;
  padding: 14px 30px;
  font-family: "robotomedium";
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
@media only screen and (max-width: 1024px) {
  .staff-zone {
    display: none;
  }
}
.staff-zone:hover {
  background-color: #722b2d;
  color: #fff;
}

/*=============================================
	Slide Menu Styles
===============================================*/
.slide-menu-icon {
  background-color: #0f76bd;
  float: right;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 32px;
  padding: 0 8px;
  display: none;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .slide-menu-icon {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .slide-menu-icon {
    top: 96px;
    right: 10px;
  }
}
.slide-menu-icon:hover {
  background-color: #045288;
  color: #fff;
}

#slide-menu {
  width: 290px;
  height: 100%;
  position: fixed;
  right: -290px;
  overflow-y: scroll;
  top: 0px;
  bottom: 0px;
  z-index: 200;
  padding: 30px;
  float: left;
  background-color: #215a90;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
#slide-menu .slide-menu-icon-close {
  float: right;
  top: 0;
  right: 16px;
  position: absolute;
  z-index: 100;
  color: #fff;
  padding: 15px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
#slide-menu .slide-menu-icon-close:hover {
  color: #90f5be;
}
#slide-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#slide-menu ul.slide-navigation {
  margin-left: 15px;
}
#slide-menu ul.slide-navigation li {
  font-family: 'castletregular';
  font-size: 16px;
  color: #fff;
  padding: 14px 0;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #3a75ac;
}
#slide-menu ul.slide-navigation li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
#slide-menu ul.slide-navigation li a {
  display: block;
}
#slide-menu ul.slide-navigation li.active {
  color: #90f5be;
}
#slide-menu ul.slide-navigation li.active a {
  color: #90f5be;
}
#slide-menu ul.slide-navigation li.menu-item-has-children:before {
  display: none;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.active a {
  color: #90f5be !important;
}
#slide-menu ul.slide-navigation li.menu-item-has-children ul.sub-menu li.active a {
  color: #90f5be !important;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.active ul.sub-menu a {
  color: #fff !important;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.active ul.sub-menu a:hover {
  color: #90f5be !important;
}
#slide-menu ul.slide-navigation li.menu-item-has-children > a {
  color: #fff;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.opened > a {
  color: #90f5be;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.opened span.plus-icon:before {
  content: "\f056" !important;
  color: #90f5be;
}
#slide-menu ul.slide-navigation li.menu-item-has-children span.plus-icon {
  position: absolute;
  left: -30px;
  top: 13px;
}
#slide-menu ul.slide-navigation li.menu-item-has-children span.plus-icon:before {
  font-family: "FontAwesome";
  content: "\f055";
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
}
#slide-menu ul.slide-navigation li ul {
  display: none;
  margin: 10px;
}
#slide-menu ul.slide-navigation li ul li {
  font-size: 14px;
  padding: 6px 0;
  color: #fff;
  border-bottom: 0;
}
#slide-menu ul.slide-navigation li ul li:before {
  display: none;
}
#slide-menu ul.slide-navigation li ul li.active a {
  color: #90f5be !important;
}
#slide-menu ul.slide-navigation li ul li a {
  color: #fff;
}
#slide-menu ul.slide-navigation li ul li a:hover {
  color: #90f5be;
}
#slide-menu ul.slide-navigation li ul li ul li {
  font-size: 12px;
}
#slide-menu ul.slide-navigation li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
#slide-menu ul.slide-navigation li a:hover {
  color: #90f5be;
}

/*==============================================================
 *Banner Styles
 *=========================================================== */
#home-banner {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  #home-banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #home-banner {
    top: 0;
    padding: 0;
  }
}
#home-banner .container .wrapper {
  height: 500px;
  background: url("../images/banner-shadow.png") center bottom no-repeat;
}
@media only screen and (max-width: 768px) {
  #home-banner .container .wrapper {
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
}
#home-banner .slider-container {
  width: 100%;
  float: left;
  height:500px;
  overflow: hidden;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 768px) {
  #home-banner .slider-container {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #home-banner .slider-container {
    height: 200px;
  }
}
#home-banner .slider-container .slider {
  width: 100%;
  float: left;
  height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 768px) {
  #home-banner .slider-container .slider {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #home-banner .slider-container .slider {
    height: 200px;
  }
}
#home-banner .slider-container .slider .slide {
  width: 100%;
  height: 500px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: move;
}
@media only screen and (max-width: 768px) {
  #home-banner .slider-container .slider .slide {
    height: 300px;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 480px) {
  #home-banner .slider-container .slider .slide {
    height: 200px;
  }
}
#home-banner .slider-container .slider .slide section {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  #home-banner .slider-container .slider .slide section {
    display: none;
  }
}
#home-banner .slider-container .slider .slide section h2 {
  color: #024778;
  font-family: 'castlebold';
  font-size: 26px;
  margin:  0;
  background: rgba(255, 255, 255, 0.5);
  display: table;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
#home-banner .slider-container .slider .slide section p {
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  font-size: 15px;
  margin:0;
  line-height: 22px;
}
@media only screen and (max-width: 640px) {
  #home-banner .slider-container .slider .slide section {
    max-width: inherit;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #home-banner .slider-container .slider .slide section h2 {
    margin: 0;
    font-size: 16px;
  }
  #home-banner .slider-container .slider .slide section p {
    display: none;
  }
}


/*==============================================================
 *Welcome Styles
 *=========================================================== */
#home-welcome {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  #home-welcome {
    margin-bottom: 0;
  }
}
#home-welcome h2 {
  font-family: 'castlebold';
  font-size: 25px;
  color: #0f76bd;
  margin: 0 0 15px 0;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  #home-welcome h2 {
    font-size: 23px;
    margin: 0 0 15px 0;
  }
}
#home-welcome h2 span {
  color: #923d3f;
}
#home-welcome .col1 {
  width: 100%;
  float: left;
}
#home-welcome .col1 img {
  max-width: 100%;
  float: left;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  #home-welcome .col1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#home-welcome .col1 p {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #444;
  text-align: justify;
  margin-bottom: 20px;
}
#home-welcome .col1 p strong {
  font-family: "robotobold";
  font-weight: normal;
}
#home-welcome .col2 {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 768px) {
  #home-welcome .col2 {
    width: 100%;
  }
}
#home-welcome .col2 h3 {
  margin: 0 0 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
  font-size: 22px;
  color: #0f76bd;
}
#home-welcome .col2 figure {
  margin: 0;
  padding: 0;
  float: left;
  width: 48%;
  position: relative;
  margin: 1%;
  border: 1px solid #f5f5f5;
  padding: 5px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (max-width: 768px) {
  #home-welcome .col2 figure {
    width: 23%;
  }
}
@media only screen and (max-width: 640px) {
  #home-welcome .col2 figure {
    width: 48%;
  }
}
#home-welcome .col2 figure img {
  margin: 0;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
#home-welcome .col2 figure:hover span {
  /* The Fallback */
  background: #923d3f;
  background: rgba(32, 90, 144, 0.9);
}
#home-welcome .col2 figure span {
  /* The Fallback */
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: block;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}

/*==============================================================
 *Services Styles
 *=========================================================== */
#home-products {
  width: 100%;
  float: left;
  background: url("../images/service-bg.jpg") top left repeat;
}
#home-products .wrapper {
  padding-top:15px;
  padding-bottom: 10px;
  border-top: 4px double #ddd;
}
#home-products h2 {
  font-family: 'castlebold';
  font-size: 28px;
  color: #0f76bd;
  text-align: center;
  margin-bottom: 0;
}
#home-products p {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  font-size: 14px;
  color: #555;
  text-align: center;
}
#home-products .service-carousel {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  cursor: move;
}
#home-products article {
  text-align: center;
  margin: 2% 1%;
  width: 23%;
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 5px solid #0f76bd;
  border-top: 5px solid #0f76bd;
}
@media only screen and (max-width: 768px) {
  #home-products article {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  #home-products article {
    width: 100%;
    margin: 2% 0;
  }
}
#home-products article figure {
  margin: 0;
  padding: 0;
}
#home-products article figure img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
#home-products article figure h3 {
  margin: 0;
  color: #1f588e;
  font-family: 'castletregular';
  font-size: 18px;
  margin-bottom: 10px;
}
#home-products article p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
}
#home-products .service-carousel .slick-arrow {
  position: absolute;
  top: -30px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
  width: 25px;
  height: 25px;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 480px) {
  #home-products .service-carousel .slick-arrow {
    top: -10px;
  }
}
#home-products .service-carousel .slick-arrow:after {
  position: absolute;
  font-family: "FontAwesome";
  color: #666;
  font-size: 16px;
  top: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-products .service-carousel .slick-arrow:hover {
  background-color: #923d3f;
}
#home-products .service-carousel .slick-arrow:hover:after {
  color: #fff;
}
#home-products .service-carousel .slick-arrow.slick-prev {
  right: 55px;
}
#home-products .service-carousel .slick-arrow.slick-prev:after {
  content: "\f104";
}
#home-products .service-carousel .slick-arrow.slick-next {
  right: 10px;
}
#home-products .service-carousel .slick-arrow.slick-next:after {
  content: "\f105";
}

/*==============================================================
 *Home Vision News Styles
 *=========================================================== */
#home-vision-news {
  float: left;
  width: 100%;
  padding: 50px 0;
}
#home-vision-news h2 {
  font-family: "robotobold";
  font-size: 24px;
  color: #222;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
#home-vision-news .col1 {
  width: 56%;
  float: left;
}
@media only screen and (max-width: 768px) {
  #home-vision-news .col1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#home-vision-news .col1 ul.tabs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
  margin-bottom: 15px;
}
#home-vision-news .col1 ul.tabs li {
  color: #333;
  display: inline-block;
  padding: 50px 40px 15px 40px;
  cursor: pointer;
  font-family: "robotobold";
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 480px) {
  #home-vision-news .col1 ul.tabs li {
    padding: 40px 20px 15px 20px;
  }
}
#home-vision-news .col1 ul.tabs li:last-of-type {
  border-right: 0;
}
#home-vision-news .col1 ul.tabs li:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  top: 0;
}
#home-vision-news .col1 ul.tabs li.vision:after {
  background: url("../images/vision-icon.png");
  width: 60px;
  height: 41px;
  background-position: 0 0;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#home-vision-news .col1 ul.tabs li.vision:hover:after, #home-vision-news .col1 ul.tabs li.vision.current:after {
  background-position: 0 41px;
}
#home-vision-news .col1 ul.tabs li.mission:after {
  background: url("../images/mission-icon.png");
  width: 45px;
  height: 43px;
  background-position: 0 0;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#home-vision-news .col1 ul.tabs li.mission:hover:after, #home-vision-news .col1 ul.tabs li.mission.current:after {
  background-position: 0 43px;
}
#home-vision-news .col1 ul.tabs li.current, #home-vision-news .col1 ul.tabs li:hover {
  color: #923d3f;
}
#home-vision-news .col1 .tab-content {
  display: none;
}
#home-vision-news .col1 .tab-content.current {
  display: inherit;
}
#home-vision-news .col1 .tab-content p {
  font-family: "robotoregular";
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: justify;
}
#home-vision-news .col2 {
  width: 40%;
  float: right;
}
@media only screen and (max-width: 768px) {
  #home-vision-news .col2 {
    width: 100%;
  }
}
#home-vision-news .col2 article {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
}
#home-vision-news .col2 article figure {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
#home-vision-news .col2 article section {
  overflow: hidden;
}
#home-vision-news .col2 article section p {
  font-family: "robotoregular";
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
#home-vision-news .col2 article section p a {
  color: #923d3f;
  display: block;
  margin-top: 8px;
}

/*==============================================================
 *Clients Styles
 *=========================================================== */
#home-partners {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#home-partners .wrapper {
  border-top: 4px double #ddd;
  border-bottom: 4px double #ddd;
  padding:10px 0 25px 0
}
#home-partners h2 {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
  font-size: 26px;
  color: #1f588e;
  text-align: center;
  margin-bottom: 10px;
}
#home-partners .partners-carousel {
  float: left;
  width: 100%;
  padding: 15px 0;
}
#home-partners .partners-carousel .slick-arrow {
  top: 25%;
}
#home-partners .partners-carousel .slick-arrow:after {
  color: #333;
  font-size: 40px;
}
#home-partners .partners-carousel .slick-arrow.slick-prev {
  left: -40px;
}
#home-partners .partners-carousel .slick-arrow.slick-next {
  right: -40px;
}
@media only screen and (max-width: 640px) {
  #home-partners .partners-carousel .slick-arrow.slick-prev {
    left: -20px;
  }
  #home-partners .partners-carousel .slick-arrow.slick-next {
    right: -20px;
  }
}
#home-partners .partners-carousel figure {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#home-partners .partners-carousel figure:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#home-partners .partners-carousel figure img {
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/*==============================================================
 *Footer Styles
 *=========================================================== */
#footer {
  float: left;
  width: 100%;
  min-height: 180px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/footer-bg.jpg") top center no-repeat;
}
#footer .col1 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  #footer .col1 {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #footer {
    background: url("../images/footer-bg.jpg") bottom center no-repeat;
  }
  #footer .col1 {
    width: 100%;
    margin-bottom: 0;
  }
}
#footer .col1 figure {
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #5c5954;
}
#footer .col1 figure img {
  float: left;
  margin-right: 10px;
}
#footer .col1 figure h2 {
  font-family: "robotolight";
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}
#footer .col1 figure h2 span {
  font-family: "robotobold";
  font-size: 22px;
  display: block;
}
#footer .col1 h3 {
  margin-bottom: 10px;
}
#footer .col1 address {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  font-size: 15px;
  color: #444;
  line-height: 26px;
  font-style: normal;
  margin: 15px 0;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  #footer .col1 address {
    width: 100%;
  }
}
#footer .col1 address strong {
  font-family: 'castletregular';
  font-weight: normal;
  color: #0f76bd;
  font-size: 18px;
}
#footer .col1 a.download-profile {
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  border-radius: 5px ;
  padding: 6px 15px;
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  background-color: #923d3f;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#footer .col1 a.download-profile:hover {
  background-color: #fff;
  color: #682224;
}
#footer .col1 a.download-profile i {
  margin-right: 5px;
}
#footer .col2 {
  width: 40%;
  float: right;
  padding-top: 40px;
  position: relative;
  text-align: right;
}
#footer .col2 p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #444;
  line-height: 26px;
  margin: 0;
}
#footer .col2 p a {
  color: #0f76bd;
}
@media only screen and (max-width: 768px) {
  #footer .col2 {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #footer .col2 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #footer .col2 p {
    text-align: center;
  }
}
#footer .col2 .quick-enquiry {
  float: right;
  position: fixed;
  right: 20px;
  bottom: 10px;
}
#footer h3 {
  font-family: "robotomedium";
  font-size: 20px;
  color: #fff;
  margin: 0;
}
#footer ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
#footer ul li {
  font-family: "robotoregular";
  color: #d0d0d0;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
#footer ul li:hover:before {
  left: 4px;
  color: #cb7a7c;
}
#footer ul li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f178";
  color: #d0d0d0;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#footer ul li a {
  color: #d0d0d0;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
#footer ul li a:hover {
  color: #cb7a7c;
}
#footer .copyright {
  /* The Fallback */
  background: black;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 0;
  margin-top: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
#footer .social {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
#footer .social a {
}
#footer .social i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
#footer .social i.fa-facebook {
  background-color: #3b5998;
}
#footer .social i.fa-twitter {
  background-color: #2d9acd;
}
#footer .social i.fa-linkedin {
  background-color: #1d67b2;
}
#footer .social i.fa-youtube {
  background-color: #d0161f;
}


/*==============================================================
 *Inner Banner Styles
 *=========================================================== */
#inner-banner {
  width: 100%;
  float: left;
  background: url("../images/inner-banner-bg.jpg") center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: -25px;
  text-align: center;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  #inner-banner {
    top: 0;
  }
}
#inner-banner .overlay {
  /* The Fallback */
  background: #222222;
  background: rgba(34, 34, 34, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#inner-banner h2 {
  font-family: "robotobold";
  color: #fff;
  font-size: 30px;
  margin: 60px 0 0 0;
}
#inner-banner ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#inner-banner ul.breadcrumb li {
  font-family: "robotoregular";
  color: #fff;
  font-size: 13px;
}
#inner-banner ul.breadcrumb li a {
  color: #fff;
}

.accordion {
  float: left;
  width: 100%;
}
.accordion h6 {
  margin: 0 0 4px 0;
  float: left;
  width: 100%;
}
.accordion h6 a {
  display: block;
  padding: 8px 14px;
  border: 1px solid #fff;
  color: #222;
  font-family: "robotomedium";
  font-size: 14px;
  border: 1px solid #ddd;
  position: relative;
}
.accordion h6 a.accodian-active:after {
  content: "\f068";
  background-color: #98253d;
}
.accordion h6 a:after {
  position: absolute;
  right: 0;
  content: "\f067";
  font-family: "FontAwesome";
  background-color: #222222;
  width: 32px;
  font-size: 13px;
  height: 100%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  top: 0;
  border-left: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in ;
  -moz-transition: all 0.3s ease-in ;
  -ms-transition: all 0.3s ease-in ;
  -o-transition: all 0.3s ease-in ;
  transition: all 0.3s ease-in ;
}
.accordion .accordian-content {
  padding: 15px 0;
  float: left;
  width: 100%;
}
.accordion .accordian-content p {
  font-family: "robotoregular";
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.accordion .accordian-content p img {
  float: left;
  border: 1px solid #ddd;
  padding: 3px;
  margin: 0 10px 0 0;
}
.accordion .accordian-content p a {
  color: #923d3f;
}

/*==============================================================
 *Contact Page Styles
 *=========================================================== */
.contact-wrapper {
  float: left;
  width: 100%;
}
.contact-wrapper h2 {
  font-family: "robotobold";
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 10px 0;
}
.contact-wrapper .left-col {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .contact-wrapper .left-col {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contact-wrapper .left-col article {
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}
.contact-wrapper .left-col article figure {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
.contact-wrapper .left-col article figure i {
  font-size: 20px;
  color: #923d3f;
}
.contact-wrapper .left-col article section {
  overflow: hidden;
}
.contact-wrapper .left-col article section p {
  font-family: "robotoregular";
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
.contact-wrapper .left-col article section p span {
  display: block;
  color: #666;
  text-transform: uppercase;
}
.contact-wrapper .right-col {
  float: right;
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .contact-wrapper .right-col {
    width: 100%;
  }
}
.contact-wrapper .right-col .secondary-button {
  width: 100%;
}

.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #ddd;
  padding: 4px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}

/*===========================================================
 *Photo Gallery Styles
 *=========================================================== */
.gallery-container .photo-thumb {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  .gallery-container .photo-thumb:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-container .photo-thumb:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-container .photo-thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-container .photo-thumb {
    width: 100%;
  }
}
.gallery-container .photo-thumb h6 {
  font-family: "robotomedium";
  font-size: 15px;
  color: #923d3f;
  margin: 0 0 10px 0;
}
.gallery-container .photo-thumb h6 a {
  color: #923d3f;
}

.stack {
  position: relative;
  margin-bottom: 20px;
}

.stack img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0 !important;
  width: 100%;
}

.stack:last-of-type {
  margin-right: 0;
}

.stack:before, .stack:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #fff;
  left: 0;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}

.stack:before {
  top: 4px;
  z-index: -10;
}

.stack:after {
  top: 8px;
  z-index: -20;
}

.stack.twisted:before {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}

.stack.twisted:after {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.stack:hover:before, .stack:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*===========================================================
 *Clients Styles
 *=========================================================== */
.flex-images {
  overflow: hidden;
}
.flex-images .item {
  float: left;
  margin: 4px;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  overflow: hidden;
  position: relative;
}
.flex-images .item img {
  width: auto;
  height: 100%;
  border: 1px solid #eee;
}

/*============================================================== Slick Slider Styles =========================================================== */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 9;
    /* The Fallback */
    background: none;
    border: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.slick-arrow:after {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 60px;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .slick-dots {
        bottom: inherit;
        top: 15px;
        right: 15px;
        margin: inherit;
        left: inherit;
        text-align: right;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: none;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #fff solid 2px;
}
.slick-dots li.slick-active button {
    background: #235d93;
}

#inner-container {
  float: left;
  width: 100%;
  background-color: #fff;
}
#inner-container .wrapper {
  border-bottom: 4px double #ddd;
  min-height: 300px;
  padding: 50px 0;
}
#inner-container .col1 {
  width: 22%;
  float: left;
}
#inner-container .col1 h2 {
  font-family: 'castlebold';
  font-size: 22px;
  color: #0f76bd;
  margin: 0 0 10px 0;
}
#inner-container .col1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#inner-container .col1 ul li {
  font-family: 'castletregular';
  color: #333;
  border: 1px solid #ddd;
  text-transform: uppercase;
}
#inner-container .col1 ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
#inner-container .col1 ul li.active {
  border-right: 0;
}
#inner-container .col1 ul li.active a {
  background-color: #fff;
}
#inner-container .col1 ul li a:hover {
  color: #0f76bd;
}
#inner-container .col2 {
  width: 74%;
  float: right;
}
@media only screen and (max-width: 640px) {
  #inner-container .col1 {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
  #inner-container .col2 {
    width: 100%;
    padding-top: 40px;
  }
}
#inner-container .col2 h2 {
  font-family: 'castlebold';
  font-size: 24px;
  color: #0f76bd;
  margin: 0 0 12px 0;
}
#inner-container .col2 h3 {
  font-family: 'castlebold';
  font-size: 20px;
  color: #0f76bd;
  margin: 0;
}
#inner-container .col2 p {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  color: #444;
  font-size: 16px;
  line-height: 26px;
}
#inner-container .col2 ul {
  margin: 0 20px;
  padding: 0;
  list-style-type: circle;
}
#inner-container .col2 ul li {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.team {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 4px double #ddd;
}
.team:last-of-type {
  border-bottom: 0;
}
.team figure {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
.team figure img {
  border: 3px solid #ddd;
}
.team section {
  overflow: hidden;
}
.team section h3 {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
  font-size: 20px;
  color: #0f76bd;
  margin: 0 0 10px 0;
}
.team section p {
  font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.partners {
  float: left;
  width: 100%;
  border-bottom: 4px double #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
}
.partners:last-of-type {
  border-bottom: 0;
}
.partners figure {
  margin: .5%;
  padding: 0;
  float: left;
  width: 24%;
}
.partners figure img {
  max-width: 100%;
  border: 1px solid #ddd;
  margin: 0;
}



.request-form-col {
  width: 60%;
  float: left;
}
.request-details-col {
  width: 40%;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .request-form-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .request-details-col {
    width: 100%;
  }
}
.request-details-col h1 {
    color: #0f76bd;
    font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
    font-size: 26px;
    margin: 0 0 15px;
}
.location-map iframe {
  width: 100%;
  max-width: 100%;
}
.inner-banner {
  margin-bottom: 20px;
}
.inner-banner img {
  max-width: 100%;
}
