@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* This stylesheet generated by Transfonter (https://transfonter.org) */
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

     a[href^="#"]:after,
     a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

     thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Theme Base */
html, body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
body{
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: 'Gotham Book';font-weight: normal;
    margin:0;
    padding: 0;
}
a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #128a8a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover, a:active, a:focus{
    color: #0d2f78;
}

.widget-snippet a.btn-common,
a.btn-common {
    font-family: 'Gotham';font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 34px;
    background: #106081;
    background: linear-gradient(to right, #106081 , #3badae);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.widget-snippet a.btn-common:hover,
a.btn-common:hover {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    background: linear-gradient(to right, #3badae, #106081);
}

.page-home .widget.widget-pageHeading{
    display: none;
}
.widget.widget-pageHeading {
    padding: 40px 0 20px 0;
    text-align: center;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.widget.widget-pageHeading h1 {
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Gotham';font-weight: 500;
    letter-spacing: 4px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0d2f78;
    font-weight: normal;
    font-family: 'Gotham';font-weight: 500;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 40px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
p, .widget-snippet p{
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';font-weight: normal;
    text-align: left;
    font-weight: normal;
    line-height: 25px;
    margin:0;
    padding:0 0 20px;
}

.title{
    max-width: 768px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.title p{
    text-align: center;
}
.sub-title{
    max-width: 600px;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 19px;
    line-height: 28px;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote{
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';font-weight: normal;
}
input[type="submit"], input[type="button"], button, .button, a.button{
    margin-top: 0px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 30px;
    display: inline-block;
    height: auto !important;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover{
	background: #000;
	color: #fff;
}
input[type=text], input[type=password], select{
	height: 40px;
}
input[type=text], input[type=password], select, textarea{
	border-color: #000;
	font-family: inherit;
	box-sizing: border-box;
	padding-left: 10px;
}
textarea{
	height: 90px;
}
input[type="text"].validation-error, input[type="password"].validation-error{
	background: #fff;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    font-size: 16px;
    font-weight: 700;
    background: #eee;
}
table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight:normal;
    font-size: 16px;
    color: #000000;
}
table tr:nth-child(2n) {
    background: #f8f8f8;
}
.widget-snippet{
    font-family: 'Gotham Book';font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    text-align: left;
}
.widget-snippet a:hover{
    color: #128a8a;
}
.widget-snippet ul,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li,
ul li, ol li {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    padding: 0 0 3px 20px;
    list-style-type: none;
    font-weight: normal;
    font-family: 'Gotham Book';font-weight: normal;
}
.widget ul li a,
.widget ol li a{
    color: #000000;
}
.widget ul li a:hover,
.widget ol li a:hover{
    color: #128a8a;
}

ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}
.widget-snippet ul li::before,
ul li::before{
    content: '\f111';
    position: absolute;
    left: -1px;
    top: 7px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #128a8a;
    font-size: 8px;
}
ul, ol,
.widget-snippet ul,
.widget-article ul,
.widget-snippet ol,
.widget-article ol{
    margin-bottom: 12px;
}
ol,
.widget-article ol,
.widget-snippet ol{
    padding-left: 19px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.auto-page .page-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-row{
	position: relative;
}
.errorlist.after .message-block {
    color: #f00;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}
.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    bottom: 0;
}
.message-block.info-message, .message-block.success {
    border: 0px solid #C2E7C2;
    color: #fff;
    background: #00b700;
    margin: 0 0 20px;
    border-radius: 4px;
}
.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"] , .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 1px #e2dfdf inset;
    text-align: center;
    height: 40px;
    margin: 0;
    background: #fff;
    border-radius: 4px;
}

.form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
}
.widget-form .single-input-row .form-row {
    margin-top: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label , .simpleCaptcha-container  .form-row.simple_captcha_help_text{
    display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title{
	padding-bottom: 20px;
	text-align: center;
    color: #000;
}
.widget.widget-form.contact-form {
    background: #f8f8f8;
    padding: 30px 50px 40px;
}
.widget.widget-form.contact-form  button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.widget.widget-form.contact-form button.submit-button:hover {

    background-color: #128a8a;
}
.simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 2px;
}
.widget.widget-form.contact-form  .form-row.btn-row {
    margin-top: 15px;
}
.widget.widget-form.contact-form  .form-row.btn-row label{
	display: none;
}
.widget.widget-form.contact-form textarea{
	min-height: 160px;
	padding-top: 10px;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select{
	width: 100%;
 font-size: 14px;
 line-height: 20px;
}
.contact-cell a {
    color: #128a8a;
}
.widget > .widget-title {
    font-size: 20px;
    padding-bottom: 0px;
    color: #000000;
    font-weight: 500;
    font-family: 'Gotham';font-weight: 500;
}
.entire-search h2,
.widget.page-heading {
    text-align: center;
    padding: 65px 0 60px 0;
    border: none;
    margin-bottom: 100px;
}
.entire-search h2{
    margin-top: 0;
}
.entire-search h2 .title,
.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    z-index: 99;
}

.search-results .search-result.pages .title{
    color: #0d2f78;
    font-weight: normal;
    font-family: 'Gotham';font-weight: 500;
    padding: 0 0 15px 0;
    text-align: left;
    max-width: 100%;
    font-size: 30px;
}
.search-results .search-result.pages a .title{
    color: #128a8a;
    font-size: 20px;
}
.entire-search .total-result {
    margin: 0;
    text-align: left;
    font-size: 19px;
    line-height: 28px;
    color: #000;
}

.header::before, .header::after {
    content: "";
    position: absolute;
    top:165px;
    left: 0;
    width: 100%;
    height: 170px;
}
.header::before {
    background-color: rgba(63,158,159,0.3);
    z-index: 1;
}
.header::after {
    background-image: url(/template/images/innerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.header.active-section::before,
.header.active-section::after {
   display: none;
}
.page-home .header::before,
.page-home .header::after {
    display: none;
}
.page-meeting-rooms .header::after{
    background-image: url('/template/images/meeting-rooms.jpg');
}
.page-tenancy .header::after{
    background-image: url('/template/images/tenancy.jpg');
}
.page-events .header::after{
    background-image: url('/template/images/events.jpg');
}
.page-contact-us .header::after{
    background-image: url('/template/images/contact-banner.jpg');
}


/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width:1920px;
	height: 565px;
	padding: 0 !important;
	text-align: center;
}
div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.jssor-slider-container::before {
    content: url("/template/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -18px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget-gallery .jssor-slider-container .jssor-caption-1 {
    position: absolute;
    right: 12%;
    left:auto !important;
    top: 40%;
    padding: 0;
    width: 100% !important;
    height: auto;
    text-align: center;
    text-shadow: -12px 8px 125px rgba(0, 0, 0, 1);
    max-width: 700px;
    z-index: 10;
}
.widget-gallery .jssor-slider-container .jssor-caption-1 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    line-height: 65px;
    letter-spacing: 2px;
    margin: 0 0 35px 0;
    padding: 0;
    font-family: 'Gotham';font-weight: bold;
}
.widget-gallery .jssor-slider-container .jssor-caption-1 h1 span{
    position: relative;
}
.widget-gallery .jssor-slider-container .jssor-caption-1 h1 span:after{
    content: '';
    background-color: #fff;
    width: 81%;
    height: 3px;
    position: absolute;
    left: 17px;
    bottom: 11px;
}
div.jssor-slider-container[jssor-slider="true"] .slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(63,158,159,0.3);
    display: none;
}
/*end: jssor slider css */



/*start:manu*/
.widget-navigation.main-menu {
    text-align: right;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal >  .navigation-item.has-child > a span{
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal >  .navigation-item.has-child > a  span::after {
    content: "\f107";
    color: rgba(0,0,0,0.8);
    font-family: FontAwesome;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    top: 1px;
    right: -8px;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    transform: rotate(180deg);
    color: #1F9FD1;
    top: 3px;
}
.widget-navigation.main-menu .navigation-item{
    margin:0 2px;
}
.widget-navigation.main-menu .navigation-item a{
    text-transform: none;
    font-size: 16px;
    color: #000000;
    font-family: 'Gotham Book';font-weight: normal;
    padding: 10px 25px;
    line-height: 20px;
    -webkit-transition: background 0.8s ease 0s;
    transition: background 0.8s ease 0s;
}

.widget-navigation.main-menu .navigation-item.has-child:hover,
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover,.widget-navigation.main-menu .navigation-item a:focus{
	color:#106081;
	border-radius:20px;
}
.widget-navigation.main-menu .navigation-item a:hover,
.widget-navigation.main-menu .navigation-item.active a{
	color:#fff;
	background: #106081;
    background: linear-gradient(to right, #106081 , #3badae);
}


.widget-navigation .navigation-item-child-container  .navigation-item.last  a,
.widget-navigation .navigation-item-child-container  .navigation-item.last  a:hover{
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 12px 24px;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 70px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0,0,0,0.12);
    border-radius: 4px;
    transform: translateX(-50%);
    margin: -10px 0 0 10px;
}
.main-menu .navigation-item .navigation-item-child-container::before{
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transform: translateX(-50%);
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item{
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    padding: 10px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    background: #1F9FD1;
    border-color: #1F9FD1;
    color: #ffffff;
    z-index: 2;
    display: block;
}


.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after{
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
/*end:menu*/




/* Search Box */
.header .menu-search {
    z-index: 888;
}
.header.active-section  .menu-search {
    z-index: auto;
}
.widget-search.menu-search .search-form{
    animation: hideSearch 350ms ease-in-out both;
}
.widget-search.menu-search .search-form.show {
    width: 100%;
    top: 0;
    animation: showSearch 350ms ease-in-out both;
}
.search-form.show::after {
    background: rgba(18,138,138,0.9);
    content: "";
    height: 100%;
    left: calc(-50vw + 50%);
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: -1;
    right: 0;
}
@keyframes showSearch {
    from {height: 0;opacity: 0;}
    to {height: 100vh;opacity: 1;}
}
@keyframes hideSearch {
    from {height: 100vh;opacity: 1;}
    to {height: 0;opacity: 0;}

}

.widget-search.menu-search .valid-verify-form {
    width: 1170px;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    top: calc(50% - 45px);
}
.widget-search .search-menu-button::before {
    content: '';
    height: 24px;
    background: url('/template/images/search-icon.png');
    width: 24px;
    position: absolute;
    top: 0;
    right: 15px;
}
.widget-search .search-menu-button:hover::before{
    opacity: 0.6;
}
.widget-search .search-menu-button{
    background: transparent;
}
.widget-search .search-menu-button::after {
    content: "\f002";
    color: #fff;
    font-size: 27px;
    opacity: 0;
}
.widget-search .search-menu-button.close::after {
    content: "";
    z-index: 9999;
    position: relative;
    height: 32px;
    background: url(/template/images/cancel.png);
    width: 32px;
    background-size: 32px;
    right: -160px;
    font-size: 27px;
    opacity: 1;
    z-index: 999;
}
.widget-search.menu-search .search-menu-button {
    background: transparent;
    display: inline-block !important;
    margin: 0;
    position: absolute;
    left: auto;
    right: 230px;
    top: 70px;
}
.menu-search .search-form input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 87px;
    margin: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    font-family: 'Gotham Book';font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
}
.menu-search .search-form{
    position: relative;
}
.menu-search .search-form button {
    position: absolute;
    right: 0px;
    top: 100px;
    padding: 0 23px;
    border: 0px;
    font-size: 25px;
    left: 50%;
    background: transparent;
    color: #fff;
    transform: translateX(-50%);
    letter-spacing: 1px;
}
.menu-search .search-form button:hover{
    background:none;
}
.menu-search .search-form button:hover::before{
    color:#033971;
}
.menu-search .search-form input::-webkit-input-placeholder {color: #fff;font-size: 25px;font-weight: normal;font-family: 'Gotham Book' !important;}
.menu-search .search-form input:-moz-placeholder {color: #fff;font-size: 25px;font-weight: normal;font-family: 'Gotham Book' !important;}
.menu-search .search-form input::-moz-placeholder {color: #fff;font-size: 25px;font-weight: normal;font-family: 'Gotham Book' !important;}
.menu-search .search-form input:-ms-input-placeholder {color: #fff;font-size: 25px;font-weight: normal;font-family: 'Gotham Book' !important;}
/*end:*/

.menu-search .search-form button{
    font-size: 0.1px;
    color: rgba(18,138,138,0.9);
}
.menu-search .search-form button:before {
    content: '\f002';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 23px;
    font-family: 'FontAwesome';
    font-weight: normal;
}




/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}
.page-page-not-found .page-content .article-content h1{
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content h2{
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content p{
    text-align: center;
    padding: 0;
    margin: 0;
}
/*end:Page not faund */



.spacer {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.header .widget-storeLogo img{
    max-height: 100%;
    max-width: 100%;
}

.widget-snippet .instraction,
.instraction{
    margin-top: 43px;
    text-align: center;
}


/*start:footer*/
.footer .widget > .widget-title {
    font-size: 16px;
    padding-bottom: 10px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Gotham Book';font-weight: normal;
}
.footer .widget.widget-navigation > .widget-title {
    padding-bottom: 15px;
}
.footer .vertical .navigation-item {
    line-height: 15px;
    padding-bottom: 10px;
}
.footer .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    color: #000;
    font-size: 14px;
    margin: 0 0 2px 0;
    padding: 0;
    font-family: 'Gotham Book';font-weight: normal;
}
.footer .vertical .navigation-item a:hover {
    color: #3badae;
    text-decoration: none;
}

.widget.widget-snippet .footer-contact p {
    margin: 0;
    padding: 0 0 1px 0;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
}

/*endfooter*/
.widget.copyright-text p,.widget.copyright-text p a{
    color: #000000;
    font-size: 13px;
}
.footer {
    padding-top: 110px;
}



/*start:contact us*/
.page-contact-us .body > .widget-container iframe {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}
.page-contact-us .footer{
    padding-top: 0;
}
/*end:contact us*/
.widget-form .widget-title,
.widget-snippet.contact-left .widget-title{
    color: #0d2f78;
    font-weight: normal;
    font-family: 'Gotham';font-weight: 500;
    padding: 0 0 15px 0;
}
.widget.widget-form {
    text-align: left;
}
.widget-form .double-input-row .form-row {
    padding: 0 10px;
    margin: 0;
}
.widget-form .double-input-row, .widget-form .triple-input-row {
    margin: 0 -10px;
}
.contact-form-template.form-template input{
    border-radius: 4px;
    height: 40px;
    border: 1px solid #e2dfdf;
    margin: 0 0 20px;
}
.contact-form-template.form-template textarea{
    border: 1px solid #e2dfdf;
    border-radius: 4px;
    padding-top: 11px;
    height: 94px;
}
.form-template {
    max-width: 100%;
    display: inline-block;
    padding:0;
    width: 100%;
    z-index: 111;
    position: relative;
    background: #fff;
    margin: 0 auto 0 0;
    border-radius: 6px;
}
.submit-button{
    font-family: 'Gotham';font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 34px;
    background: linear-gradient(to right, #106081 , #3badae);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-row.btn-row {
    text-align: left;
}
.form-row.btn-row label{
    display: none;
}
.submit-button:hover{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    background: linear-gradient(to right, #3badae, #106081);
}
.validation-error {
    background-color: #fff;
}
.single-input-row{
    position: relative;
}
.widget-form .form-template .errorlist {
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 36px;
}
.widget-form .form-template .textArea .errorlist {
    top: 92px;
}
.widget-container.v-split-container{
    border: 0;
}
.responsive  .contact-details {
    margin: 0;
    padding: 0;
}

/*start:placeholder*/
.contact-form-template  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  input::-moz-placeholder { /* Firefox 19+ */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  input:-ms-input-placeholder { /* IE 10+ */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  input:-moz-placeholder { /* Firefox 18- */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  input:focus{ /* Firefox 18- */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}


.contact-form-template  textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  textarea::-moz-placeholder { /* Firefox 19+ */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  textarea:-ms-input-placeholder { /* IE 10+ */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  textarea:-moz-placeholder { /* Firefox 18- */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
.contact-form-template  textarea:focus{ /* Firefox 18- */
    color:rgba(0,0,0,0.9);
    font-size:14px;
    text-align: left;
    font-family: 'Gotham Book';font-weight: normal;
}
/*end:placeholder*/
.responsive .widget.copyright-text p a:hover{
    color: #128a8a;
}

/* Back-end issue */
.widget-search.menu-search {
    z-index: 222;
}
.widget.widget-snippet.header-phone,
.widget.widget-snippet.header-social{
    z-index: 2;
}
.header.active-section .widget-search.menu-search,
.header.active-section .widget-snippet.header-phone,
.header.active-section .widget-snippet.header-social{
    z-index: auto !important;
}
.entire-search .search-result {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0;
    margin-bottom: 0;
}










