/*--- Grey Shade Colors --- */

.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: #3d7d87 !important;
}
.secondary-text,
.secondary-text a,
.secondary-text p {
    color: #252727 !important;
}
.primary-colored-text {
    color: #3d7d87 !important;
}
.light-primary-colored-text {
    color: #64b6ec !important;
}
.dark-primary-colored-text {
    color: #0e669f !important;
}
.secondary-colored-text {
    color: #252727 !important;
}
.light-secondary-colored-text {
    color: #444747 !important;
}
.dark-secondary-colored-text {
    color: #111818 !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;
}
.pull-right {
    float: right !important;
}
.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%;
}
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;
}
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: 1280px) {
    #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 =========================================================== */

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
:-moz-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
.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: 12px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: ProximaNova;
    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;
}
@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 #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}
.button,
.full-width-button,
.default-button,
.primary-button,
.secondary-button {
    display: inline-block;
    padding: 10px 30px;
    font-family: ProximaNova;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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: 16px;
}
.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.align-center,
.align-center.full-width-button,
.align-center.default-button,
.align-center.primary-button,
.align-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: #252727;
    border: 2px solid #252727;
    padding: 11px 24px;
}
.default-button:hover,
.default-button:focus {
    color: #fff;
    background-color: #3d7d87;
    border: 2px solid #3d7d87;
}
.primary-button {
    background-color: #3d7d87;
    color: #fff;
}
.primary-button:hover,
.primary-button:focus {
    color: #fff;
    background-color: #0d2057;
}
.secondary-button {
    color: #fff;
    background: #3d7d87;
}
.secondary-button:hover,
.secondary-button:focus {
    color: #fff;
    background: #710a0d;
}
/*=============================================
	Slide Menu Styles
===============================================*/

.slide-menu-icon {
    color: #fff;
    background-color: #252727;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 24px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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: 980px) {
    .slide-menu-icon {
        display: block;
    }
}
.slide-menu-icon:hover {
    background-color: #3d7d87;
    color: #fff;
}
.slide-menu-icon:focus {
    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: #222;
    -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: #64b6ec;
}
#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: ProximaNova;
    font-size: 16px;
    color: #fff;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #444;
}
#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: #64b6ec;
}
#slide-menu ul.slide-navigation li.active a {
    color: #64b6ec;
}
#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: #3d7d87 !important;
}
#slide-menu ul.slide-navigation li.menu-item-has-children ul.sub-menu li.active a {
    color: #3d7d87 !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: #3d7d87 !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: #64b6ec;
}
#slide-menu ul.slide-navigation li.menu-item-has-children.opened span.plus-icon:before {
    content: "\f068" !important;
    color: #64b6ec;
}
#slide-menu ul.slide-navigation li.menu-item-has-children span.plus-icon {
    position: absolute;
    left: -25px;
    top: 15px;
}
#slide-menu ul.slide-navigation li.menu-item-has-children span.plus-icon:before {
    font-family: "FontAwesome";
    content: "\f067";
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
}
#slide-menu ul.slide-navigation li ul {
    display: none;
    margin: 10px 0;
}
#slide-menu ul.slide-navigation li ul li {
    font-size: 15px;
    padding: 8px 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: #64b6ec !important;
}
#slide-menu ul.slide-navigation li ul li a {
    color: #fff;
}
#slide-menu ul.slide-navigation li ul li a:hover {
    color: #64b6ec;
}
#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: #64b6ec;
}
/*============================================================== Pre-Header Styles =========================================================== */

#pre-header {
    background-color: #3d7d87;
    float: left;
    width: 100%;
    padding: 12px 0;
}
#pre-header p {
    font-family: ProximaNova;
    color: #fff;
    font-size: 15px;
    margin: 0;
}
#pre-header p i {
    color: #64b6ec;
}
#pre-header p i.fa-phone {
    font-size: 16px;
}
#pre-header .col1 {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 480px) {
    #pre-header .col1 {
        width: 100%;
        text-align: center;
    }
}
#pre-header .col1 p a.secondary-button {
  background-color: #e7d507 !important;
  color: #222 !important;
}
#pre-header .col1 p a.secondary-button:hover {
  background-color: #f5e63e !important;
  color: #222 !important;
}
#pre-header .col1 p a.secondary-button i {
  color: #222 !important;
  margin-right: 4px;
}
#pre-header .col2 {
    width: 50%;
    float: right;
    text-align: right;
}
@media only screen and (max-width: 480px) {
    #pre-header .col2 {
        width: 100%;
        text-align: center;
    }
}
#pre-header .col2 a {
    font-family: "Droid Arabic Kufi";
    font-size: 13px;
    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 .col2 a img {
    vertical-align: middle;
    margin: 0;
}
/*============================================================== Header Styles =========================================================== */

#header {
    float: left;
    width: 100%;
    padding: 15px 0;
}
#header.sticky {
    position: fixed;
    z-index: 9;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 1px #ccc;
    -moz-box-shadow: 0px 0px 2px 1px #ccc;
    box-shadow: 0px 0px 2px 1px #ccc;
    padding: 5px 0;
}
#header.sticky .col1 figure img {
    max-width: 100px;
}
#header.sticky .col2 {
    padding-top: 20px;
}
#header.sticky .col2 .social {
    display: none;
}
#header .col1 {
    width: 35%;
    float: left;
}
@media only screen and (max-width: 768px) {
    #header .col1 {
        width: 80%;
    }
}
#header .col1 figure {
    margin: 0;
    padding: 0;
}
#header .col1 figure img {
    max-width: 100%;
}
#header .col2 {
    width: 65%;
    float: right;
    padding-top: 15px;
}
@media only screen and (max-width: 980px) {
    #header .col2 {
        display: none;
    }
}
#header .col2 .social ul {
    float: right;
}
#header .col2 #desktop-menu {
    float: right;
}
#header .col2 #desktop-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#header .col2 #desktop-menu ul li {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #252727;
    float: left;
    padding: 0 20px;
    position: relative;
}
#header .col2 #desktop-menu ul li:last-of-type {
    padding-right: 0;
}
#header .col2 #desktop-menu ul li:last-of-type:after {
    display: none;
}
#header .col2 #desktop-menu ul li:after {
    position: absolute;
    content: "/";
    font-family: ProximaNova;
    font-size: 22px;
    color: #252727;
    right: -6px;
    top: 0;
}
#header .col2 #desktop-menu ul li.active a {
    color: #3d7d87;
}
#header .col2 #desktop-menu ul li a {
    color: #252727;
    -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 #desktop-menu ul li a:hover {
    color: #3d7d87;
}
.social {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.social ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}
.social ul li {
    font-size: 12px;
    line-height: normal !important;
    margin: 0 2px;
    float: left;
}
.social ul li:last-of-type {
    margin-bottom: 0;
}
.social ul li.facebook a {
    background-color: #0a57bf;
}
.social ul li.facebook a:hover {
    background-color: #063e88;
}
.social ul li.twitter a {
    background-color: #14a9e0;
}
.social ul li.twitter a:hover {
    background-color: #0a88b7;
}
.social ul li.linkedin a {
    background-color: #0369b0;
}
.social ul li.linkedin a:hover {
    background-color: #04558d;
}
.social ul li.google-plus a {
    background-color: #bf3b07;
}
.social ul li.google-plus a:hover {
    background-color: #9b3107;
}
.social ul li a {
    color: #fff;
    display: block;
    background-color: #000;
    height: 26px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    line-height: 26px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}
.social ul li a:hover {
    color: #fff !important;
}
/*===========================================
	Home Banner Styles
===========================================*/

#home-banner {
    float: left;
    width: 100%;
}
#home-banner .slider-container {
    width: 100%;
    float: left;
    height: 480px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-banner .slider-container .slider {
    width: 100%;
    float: left;
    height: 480px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-banner .slider-container .slider .slide {
    width: 100%;
    height: 480px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: move;
}
#home-banner .slider-container .slider .slide section {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFF;
    top: 50%;
    /*background: rgba(0, 0, 0, 0.2);*/
    text-align: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider .slide section {

    }
}
#home-banner .slider-container .slider .slide section h2 {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    padding: 8px 24px;
    background-color: #3d7d87;
    display: inline-block;
    margin: 0;
}
#home-banner .slider-container .slider .slide section p {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding: 8px 24px;
    background-color: #252727;
    display: inline-block;
    margin: 0;
}
#home-banner .slider-container .slider .slide section p span {
    font-family: "Droid Arabic Kufi";
    font-size: 16px;
    direction: rtl;
}
/*============================================================== Home What We Do Styles =========================================================== */

#home-what-we-do {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px 0;
}
#home-what-we-do header {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
#home-what-we-do header h2 {
    font-family: ProximaNova;
    font-weight: 700;
    color: #3d7d87;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
#home-what-we-do header p {
    font-family: ProximaNova;
    font-size: 15px;
    color: #252727;
    line-height: 20px;
    margin: 0;
}
#home-what-we-do section.home-services-row {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}
#home-what-we-do section.home-services-row .home-services-item {
    float: left;
}
#home-what-we-do section.home-services-row article {
    margin: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: -1px -1px 14px -7px #111;
    -moz-box-shadow: -1px -1px 14px -7px #111;
    box-shadow: -1px -1px 14px -7px #111;
}
#home-what-we-do section.home-services-row article figure {
    margin: 0 0 10px 0;
    padding: 0;
}
#home-what-we-do section.home-services-row article figure a {
    border-top: 0;
    padding: 0;
}
#home-what-we-do section.home-services-row article figure img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#home-what-we-do section.home-services-row article h3 {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 19px;
    line-height: 21px;
    color: #3d7d87;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0 20px;
}
#home-what-we-do section.home-services-row article h3 span.arabic {
    font-family: "Droid Arabic Kufi";
    display: block;
    direction: rtl;
    font-weight: bold;
    font-size: 15px;
    color: #a41e23;
}
#home-what-we-do section.home-services-row article p {
    font-family: ProximaNova;
    text-align: center;
    font-size: 16px;
    color: #252727;
    line-height: 20px;
    margin: 0 10px 15px 10px;
}
#home-what-we-do section.home-services-row article a {
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
    font-family: ProximaNova;
    font-weight: 400;
    text-align: right;
    font-size: 13px;
    color: #3d7d87;
}
/*============================================================== Home About Styles =========================================================== */

#home-about {
    float: left;
    width: 100%;
    background: url("../images/pattern-check.jpg") repeat;
    padding: 50px 0;
}
#home-about .col1 {
    width: 63%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
    #home-about .col1 {
        width: 100%;
        padding-left: 30px;
    }
}
#home-about .col1 h2 {
    font-family: ProximaNova;
    font-weight: 700;
    color: #3d7d87;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
#home-about .col1 p {
    font-family: ProximaNova;
    font-size: 17px;
    color: #252727;
    line-height: 26px;
    margin: 0 0 15px 0;
}
#home-about .col2 {
    width: 35%;
    float: right;
    padding-top: 30px;
}
@media only screen and (max-width: 980px) {
    #home-about .col2 {
        width: 100%;
    }
}
#home-about .col2 figure {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-height: 230px;
    background: url("../images/about-thumb.jpg") center no-repeat;
    background-size: cover;
}
/*============================================================== Our Projects Styles =========================================================== */

#our-projects {
    float: left;
    width: 100%;
    padding: 30px 0;
}
#our-projects h2 {
    font-family: ProximaNova;
    color: #3d7d87;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
}
#our-projects .projects-carousel img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#our-projects .slick-arrow {
    background: #fff;
}
#our-projects .slick-arrow:hover:after {
    color: #3d7d87;
}
#our-projects .slick-arrow:after {
    color: #252727;
    -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;
}
#our-projects .slick-arrow.slick-prev {
    left: 0;
}
#our-projects .slick-arrow.slick-next {
    right: 0;
}
#our-projects .photo-thumb {
    padding: 15px;
}
/*===========================================
	Footer Styles
===========================================*/

#footer {
    background-color: #252727;
    float: left;
    width: 100%;
    padding: 50px 0 25px 0;
}
#footer h3 {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#footer p {
    font-family: ProximaNova;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
#footer .col1 {
    width: 35%;
    float: left;
}
@media only screen and (max-width: 980px) {
    #footer .col1 {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    #footer .col1 {
        width: 100%;
        margin-bottom: 25px;
    }
}
#footer .col2 {
    width: 25%;
    float: left;
}
@media only screen and (max-width: 980px) {
    #footer .col2 {
        width: 50%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 480px) {
    #footer .col2 {
        width: 100%;
    }
}
#footer .col2 ul.footer-menu {
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none;
}
#footer .col2 ul.footer-menu li {
    font-family: ProximaNova;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    float: left;
    width: 50%;
}
#footer .col2 ul.footer-menu li:hover a {
    color: #64b6ec;
}
#footer .col2 ul.footer-menu 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;
}
#footer .col3 {
    width: 40%;
    float: right;
}
@media only screen and (max-width: 1024px) {
    #footer .col3 {
        width: 100%;
    }
}
#footer .col3 .world-map {
    background: url("../images/world-map.png") no-repeat;
    position: relative;
    height: 286px;
}
.pin {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    background: #d6373a;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 272px;
    top: 154px;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #1A1A1A;
    position: absolute;
    border-radius: 50%;
}
.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 272px;
    top: 152px;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
.scrollToTop {
    background: url(../images/scroll-top-arrow.png) center no-repeat #313030;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*=========================================== Inner Banner Styles
===========================================*/

#inner-banner {
    float: left;
    width: 100%;
    background: url("../images/inner-banner.jpg") center no-repeat;
    background-size: cover;
    height: 160px;
}
/*=========================================== Inner Content Area Styles
===========================================*/

#inner-content-area {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 0;
}
#inner-content-area .wrapper {
  background-color: #fff;
  padding: 40px !important;
}
#inner-content-area h2 {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    color: #3d7d87;
}
#inner-content-area p {
    font-family: ProximaNova;
    font-size: 17px;
    margin: 0;
    line-height: 24px;
    color: #444747;
}
#inner-content-area ul {
    margin: 0;
    padding: 0;
}
#inner-content-area ul li {
    font-family: ProximaNova;
    font-size: 14px;
    color: #444747;
    line-height: 24px;
}
/*=========================================== Services Page Styles
===========================================*/

.services-row {
    float: left;
    width: 100%;
}
.services-row .services-item {
    float: left;
    margin: 25px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-row .services-item article {
    padding: 10px;
    -webkit-box-shadow: -1px -1px 14px -7px #111;
    -moz-box-shadow: -1px -1px 14px -7px #111;
    box-shadow: -1px -1px 14px -7px #111;
    margin-bottom: 20px;
    text-align: center;
}
.services-row .services-item article figure {
    margin: 0 0 5px 0;
    padding: 0;
}
.services-row .services-item article figure img {
    max-width: 100%;
    width: 100%;
}
.services-row .services-item article h3 {
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 19px;
    color: #3d7d87;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.services-row .services-item article h3 span.arabic {
    color: #A41E23;
    direction: rtl;
    display: block;
    font-family: "Droid Arabic Kufi";
    font-size: 15px;
    font-weight: bold;
}
.services-row .services-item article p {
    font-family: ProximaNova;
    color: #252727;
}
.services-row .services-item article p a {
    color: #3d7d87;
    font-family: ProximaNova;
}
/*=========================================================== Project page Styles =========================================================== */

.project-container {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
}
.project-container .photo-thumb {
    width: 20%;
    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;
}
.project-container .photo-thumb:nth-child(5n+1) {
    clear: left;
}
@media only screen and (max-width: 768px) {
  .project-container .photo-thumb:nth-child(5n+1) {
    clear: none;
  }
  .project-container .photo-thumb:nth-child(3n+1) {
      clear: left;
  }
  .project-container .photo-thumb {
      width: 33%;
  }
}
@media only screen and (max-width: 640px) {
    .project-container .photo-thumb {
        width: 50%;
    }
    .project-container .photo-thumb:nth-child(3n+1) {
        clear: none;
    }
    .project-container .photo-thumb:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (max-width: 320px) {
    .project-container .photo-thumb {
        width: 100%;
    }
}
.project-container .photo-thumb h6 {
    font-family: ProximaNova;
    font-size: 15px;
    color: #3d7d87;
    margin: 0 0 10px 0;
}
.project-container .photo-thumb h6 a {
    color: #3d7d87;
}
.stack {
    position: relative;
    margin-bottom: 20px;
}
.stack img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 6px 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);
}
/*===========================================
	Copyright Styles
===========================================*/

#copyright {
    float: left;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}
#copyright p {
    font-family: ProximaNova;
    font-size: 15px;
    color: #252727;
    margin: 0;
}
#copyright p a {
    color: #3d7d87;
}
/*============================================================== Contact page Styles =========================================================== */

.contact-container {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
}
.contact-container h4 {
    font-family: ProximaNova;
    font-size: 17px;
    color: #252727;
    margin: 0 0 10px 0;
}
.contact-container .col1 {
    width: 54%;
    float: left;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .contact-container .col1 {
        width: 100% !important;
    }
}
.contact-container .col1 iframe {
    max-width: 100%;
    width: 100%;
    min-height: 260px;
}
.contact-container .col2 {
    width: 42%;
    float: right;
}
@media only screen and (max-width: 768px) {
    .contact-container .col2 {
        width: 100% !important;
    }
}
.contact-container .col2 p {
    font-family: ProximaNova;
    font-size: 15px;
    color: #444;
    line-height: 24px;
}
@media only screen and (max-width: 640px) {
    .contact-container .col2 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*============================================================== 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: 40%;
    z-index: 1;
    /* The Fallback */

    background: black;
    background: rgba(0, 0, 0, 0.6);
    border: 0;
    width: 52px;
    height: 52px;
    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:hover {
    /* The Fallback */

    background: #3d7d87;
    background: rgba(37, 136, 201, 0.6);
}
.slick-arrow:after {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
}
.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: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .slick-dots {
        bottom: 50px;
    }
}
.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: #3d7d87;
}
label.error {
    color: red;
    display: block;
    margin-bottom: 15px;
    font-family: ProximaNova;
    font-size: 13px;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #CCC
}
.mfp-preloader a:hover {
    color: #FFF
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -14px;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #a3a3a3;
    font-style: normal;
    font-size: 34px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #a3a3a3
}
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    font-family: "dosisbold";
    text-transform: uppercase
}
.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 31px;
    height: 31px;
    border: 0;
    cursor: pointer;
    z-index: 999999
}
.mfp-arrow.mfp-arrow-left {
    background: url(http://sealinecargo.com/view/images/arrow-prev.png) left no-repeat;
    left: 20%
}
@media only screen and (max-width: 1024px) {
    .mfp-arrow.mfp-arrow-left {
        left: 10%
    }
}
@media only screen and (max-width: 768px) {
    .mfp-arrow.mfp-arrow-left {
        left: 1%
    }
}
.mfp-arrow.mfp-arrow-right {
    background: url(http://sealinecargo.com/view/images/arrow-next.png) right no-repeat;
    right: 20%
}
@media only screen and (max-width: 1024px) {
    .mfp-arrow.mfp-arrow-right {
        right: 10%
    }
}
@media only screen and (max-width: 768px) {
    .mfp-arrow.mfp-arrow-right {
        right: 1%
    }
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -25px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 36px;
    font-family: "dosisbold";
    text-transform: uppercase;
    font-size: 14px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.success-message {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    float: left;
    display: block;
    border: #91c753 solid 2px;
    font-size: 14px;
    line-height: 14px;
    font-family: ProximaNova;
    color: #35491e !important;
    margin: 0 0 10px 0;
    background: #e1fac9;
}

.page-404-container {
  text-align: center;
}
.page-404-container i {
  font-size: 40px !important;
  color: #A41E23 !important;
}
.page-404-container h2 {
  font-size: 60px !important;
  color: #A41E23 !important;
}
.page-404-container p a {
  color: #3d7d87;
}
.single-col p img {
  padding: 5px;
  border: 1px solid #ddd;
}
