/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Set Font Face
1.0 Reset CSS
2.0 Clear floats
3.0 Common CSS
4.0 Typography + Message
5.0 Forms CSS
6.0 Grid

7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/********* 0.0 Set Font Fase *********/

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src:
    url("../fonts/fontawesome-webfont_1.eot#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../images/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-phone:before {
  content: "\f095";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-check:before {
  content: "\f00c";
}

/********* 1.0 Reset CSS *********/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: underline;
  color: #e65a15;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #393939;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
b,
strong,
dt,
th {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
  margin: 0;
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
legend {
  white-space: normal;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
  border: none;
}
table table {
  margin: 0;
}
th,
td {
  border: none;
  padding: 8px 10px;
}
caption,
th,
td {
  font-weight: normal;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/********* 2.0 Clear floats *********/

.cf:before,
.cf:after,
.container:before,
.container:after,
.row:before,
.row:after,
ul:before,
ul:after,
.boxs:before,
.boxs:after,
.radioList:after,
.radioList:before {
  content: " ";
  display: table;
}
.cf:after,
.container:after,
.row:after,
ul:after,
.boxs:after,
.radioList:after {
  clear: both;
}

/********* 3.0 Common tag *********/
body,
button,
input,
select,
textarea {
  color: #393939;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: url(../images/pattern.png) repeat;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  background-color: transparent;
  border: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
  margin: 0 0 20px;
}

ul,
ol {
  padding: 0 0 0 20px;
  list-style: none;
}
ul ul,
ol ol {
  margin: 10px 0;
}

dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
}

figure {
  margin: 0;
}
legend {
  white-space: normal;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border: none;
}
table table {
  margin: 0;
}
th,
td {
  border: none;
  padding: 8px 10px;
}
th {
  font-weight: bold;
}
caption,
td {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}

a {
  color: #222;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  color: #000;
}

/********* 3.0 Common Class *********/

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}

.fLeft {
  float: left !important;
}
.fRight {
  float: right !important;
}
.fNone {
  float: none !important;
}

.rounded {
  border-radius: 0.25rem !important;
}
.required {
  color: #ff0000;
}

ul.bulletStyle {
  list-style: none;
  padding: 0;
}
ul.bulletStyle li {
  background: url(../images/right-arrow.gif) left 7px no-repeat;
  padding: 2px 0 2px 20px;
}

ul.bulletStyle {
  list-style: none;
  padding: 0;
}
ul.bulletStyle li {
  position: relative;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
  margin-left: 20px;
}
ul.bulletStyle li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
}

.displayNone,
.hideThis {
  display: none !important;
  visibility: hidden;
}
.mrgAuto {
  margin-right: auto;
  margin-left: auto;
}

.w25 {
  width: 25% !important;
}
.w50 {
  width: 50% !important;
}
.w75 {
  width: 75% !important;
}
.w100 {
  width: 100% !important;
}

.rsIcon {
  display: inline-block;
  margin-right: 2px;
  height: 11px;
  text-indent: -999px;
  overflow: hidden;
  width: 11px;
  background: url(../images/rupee.png) left top no-repeat;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.longWord,
.wordBreak {
  word-wrap: break-word;
}

/********* 6.0 Grid *********/
.container {
  max-width: 1170px;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .ni,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.ni-1,
.ni-2,
.ni-3,
.ni-4,
.ni-5,
.ni-6,
.ni-7,
.ni-8,
.ni-9,
.ni-10,
.ni-11,
.ni-12,
.ni,
.ni-auto,
.ni-sm-1,
.ni-sm-2,
.ni-sm-3,
.ni-sm-4,
.ni-sm-5,
.ni-sm-6,
.ni-sm-7,
.ni-sm-8,
.ni-sm-9,
.ni-sm-10,
.ni-sm-11,
.ni-sm-12,
.ni-sm,
.ni-sm-auto,
.ni-md-1,
.ni-md-2,
.ni-md-3,
.ni-md-4,
.ni-md-5,
.ni-md-6,
.ni-md-7,
.ni-md-8,
.ni-md-9,
.ni-md-10,
.ni-md-11,
.ni-md-12,
.ni-md,
.ni-md-auto,
.ni-lg-1,
.ni-lg-2,
.ni-lg-3,
.ni-lg-4,
.ni-lg-5,
.ni-lg-6,
.ni-lg-7,
.ni-lg-8,
.ni-lg-9,
.ni-lg-10,
.ni-lg-11,
.ni-lg-12,
.ni-lg,
.ni-lg-auto,
.ni-xl-1,
.ni-xl-2,
.ni-xl-3,
.ni-xl-4,
.ni-xl-5,
.ni-xl-6,
.ni-xl-7,
.ni-xl-8,
.ni-xl-9,
.ni-xl-10,
.ni-xl-11,
.ni-xl-12,
.ni-xl,
.ni-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.ni {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.ni-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.ni-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.ni-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.ni-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ni-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ni-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.ni-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ni-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.ni-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.ni-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.ni-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.ni-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.ni-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*
.ni-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.ni-xl-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
.ni-xl-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.ni-xl-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.ni-xl-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.ni-xl-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.ni-xl-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
.ni-xl-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.ni-xl-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.ni-xl-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.ni-xl-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.ni-xl-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
.ni-xl-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.ni-xl-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} 
*/

/********* Header *********/
header {
  background: #fff;
}
header.fixHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
}
.topStrip {
  background-color: rgba(0, 229, 226, 0.9);
  padding: 10px 0;
}
.contactDetails,
.social {
  padding: 0;
  margin: 0;
}
.contactDetails li {
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.contactDetails li:first-child {
  padding-left: 0;
}
.contactDetails li:last-child {
  padding-right: 0;
}

.contactDetails li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: auto;
  height: 14px;
  width: 1px;
  background: #666666;
  overflow: hidden;
  margin-top: -7px;
}
.contactDetails li:first-child:before {
  display: none;
}

.contactDetails li a:hover {
  color: #000;
}

#logo {
  padding-top: 10px;
  margin-bottom: 10px;
}

.sloganText {
  padding: 0 15px;
}
.sloganText span {
  font-size: 24px;
  text-transform: uppercase;
  color: #054da3;
  display: block;
  line-height: 1;
  padding: 35px 0;
}
.sloganText span strong {
  color: #009bb0;
}

/*Accordian*/

.ni-accordion-control,
.ni-accordion-content .ni-accordion-control {
  margin-bottom: 15px;
  padding: 10px 15px 10px 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-bottom: #cecece solid 1px;
  background-color: #0085b7;
}

.ni-accordion-control:after,
.ni-accordion-content .ni-accordion-control:after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  border-color: #fff;
}

.ni-accordion-control.clicked:after,
.ni-accordion-content .ni-accordion-control.clicked:after {
  margin-top: -3px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #0085b7;
}

.ni-accordion-content {
  display: none;
  margin: -15px 0 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.ni-accordion-content p:last-child {
  margin-bottom: 3px;
}

.simple-multi-level-accordion li > .ni-accordion-content,
.collapsible-multi-level-accordion li > .ni-accordion-content {
  padding: 0;
  border: none;
}

.ni-accordion-content .ni-accordion-control {
  padding: 10px 15px;
  color: #fff;
  background-color: #555;
}

.ni-accordion-control.clicked {
  color: #0085b7;
  background-color: #fff;
  padding-left: 0;
}

/********* 4.0 Header *********/

/********* 5.0 Forms CSS *********/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  border: 1px solid #c5c5c5;
  width: 100%;
  padding: 5px 10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button {
  background-color: #1ccacd;
  color: #fff;
  border: 1px solid #1ccacd;
  -webkit-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  color: #fff;
  background-color: #333;
}

.formWrap {
  background-color: #f1f1f1;
  border: #ccc solid 1px;
  padding: 15px;
}
.formWrap .error {
  color: #ff0000;
  font-style: italic;
}

/*Custom Forms*/
.selectStyle {
  width: 100%;
  background-color: #fff;
  border: #c5c5c5 solid 1px;
}
.selectStyle .customSelect {
  height: 28px;
  color: #94821b; /* border:1px solid #6f707b;*/
  width: 100%;
  padding: 0 0 0 10px;
  line-height: 28px;
  text-align: left;
}
.selectStyle .customSelect .customSelectInner {
  background: url(../images/home-select-arrow.png) no-repeat right center;
  font-weight: 600;
}
.selectStyle select {
  width: 100%;
  height: 34px;
}

/* The container */
.checkBox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBox input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: #8c8c8c solid 1px;
}

/* On mouse-over, add a grey background color */
.checkBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBox input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkBox .checkmark:after {
  left: 7px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radioBox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioBox input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.radioBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: #8c8c8c solid 1px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioBox input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the indicator (dot/circle) */
.radioBox .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*****************************************
  upload button styles
******************************************/
.fileUpload {
  position: relative;
  display: inline-block;
  padding: 16px 10px;
  background: #fff;
  border-radius: 2px;
  width: 100%;
}
.fileUpload:hover {
  cursor: pointer;
  background: #e4e4e4;
}
.fileuploadInput {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  opacity: 0;
}
.fileUpload:before {
  background: url(../images/sprite.png) -36px top no-repeat;
  height: 15px;
  width: 23px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  content: "";
  left: auto;
  z-index: 6;
  cursor: pointer;
}

.fileUpload:hover:before {
  background: url(../images/sprite.png) -36px top no-repeat;
  opacity: 0.4;
}
/**/

.custom-file-upload-hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  width: 100px;
}
.custom-file-upload {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 0;
}
.file-upload-wrapper {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
input[type="text"].file-upload-input {
  height: 50px;
  color: #333;
}
.file-upload-input {
  width: 300px;
  color: #fff;
  font-size: 16px;
  border: none;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
}
.file-upload-input:hover,
.file-upload-input:focus {
  background-color: #ab3326;
  outline: none;
}
.file-upload-button,
.contactFrom .file-upload-wrapper .file-upload-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 0px;
  height: 36px;
  border: 0 none;
  text-indent: -9999px;
  width: 100%;
  z-index: 9;
  cursor: pointer;
}
.file-upload-button:before,
.contactFrom .file-upload-wrapper .file-upload-button:before {
  background: url(../images/sprite.png) -36px top no-repeat;
  height: 15px;
  width: 23px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -8px;
  content: "";
  left: auto;
  z-index: 6;
}
.file-upload-button:hover,
.file-upload-wrapper label.file-upload-button:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}

.file-upload-button {
  right: 0;
  top: 0;
  height: 43px;
  background-position: 97% center;
}

.message {
  padding: 10px 38px 10px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  position: relative;
}
.message.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.message.success a {
  color: #2b542c;
}
.message.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.message.error a {
  color: #843534;
}

/*Owl Slider*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*OWL Siider*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#slider.marginTop {
  margin-top: 94px;
}

#slider .item {
  background-size: cover;
  background-position: center top;
  height: 500px;
  position: relative;
  z-index: 1;
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #0049a4,
    #005fae,
    #0072b1,
    #0083af,
    #0093ab
  );
  z-index: -1;
  opacity: 0.88;
}
#slider .item .container {
  height: 100%;
}
#slider .owl-item img {
  width: auto;
}
#slider .owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  margin-top: 0rem;
}
#slider .captionBanner {
  padding-top: 150px; /*width: 630px;*/
}
.page-banner .captionBanner {
  top: 25%;
  left: 0;
  position: absolute;
  width: 600px;
  z-index: 2;
  padding: 10px;
}
.page-banner {
  position: relative;
  min-height: 306px;
  background-size: cover;
  background-position: center center;
}
.bannerImg {
  padding-top: 75px;
  opacity: 0;
}
#slider .item .animated2 {
  opacity: 0;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

#slider .item .animated3 {
  opacity: 0;
  font-size: 18px;
  color: #fff;
}
#slider .item .animated4 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  opacity: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background: #0389a2;
}
#slider .item .animated4:hover {
  background: #004ea1;
  color: #fff;
}

#slider .owl-item.active .animated2 {
  -webkit-animation: bounceInDown 1s ease-in 200ms both;
  animation: bounceInDown 1s ease-in 200ms both;
  opacity: 1;
}
#slider .owl-item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 400ms both;
  animation: bounceInLeft 1s ease-in-out 400ms both;
  opacity: 1;
}
#slider .owl-item.active .animated4 {
  -webkit-animation: bounceInLeft 1s ease-in-out 400ms both;
  animation: bounceInLeft 1s ease-in-out 400ms both;
  opacity: 1;
}
#slider .owl-item.active .bannerImg {
  -webkit-animation: bounceInRight 1s ease-in 500ms both;
  animation: bounceInRight 1s ease-in 500ms both;
  opacity: 1;
}

#slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0;
}
#slider .owl-next,
#slider .owl-prev {
  position: absolute;
  text-indent: -99999px;
  width: 39px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease 0ms;
  -webkit-transition: all 0.3s ease;
}

#slider .owl-next {
  right: 20px;
  height: 35px;
  width: 35px;
  border-right: 3px solid #e5e6f9;
  border-top: 3px solid #e5e6f9;
  transform: rotate(45deg);
  text-indent: -1000px;
  overflow: hidden;
}
#slider .owl-prev {
  left: 20px;
  height: 35px;
  width: 35px;
  border-left: 3px solid #e5e6f9;
  border-bottom: 3px solid #e5e6f9;
  transform: rotate(45deg);
  text-indent: -1000px;
  overflow: hidden;
}
#slider .owl-next:hover {
  border-color: #0097b1;
  background-color: transparent;
}
#slider .owl-prev:hover {
  border-color: #0097b1;
  background-color: transparent;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #0e1d42;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e11738;
}

/*carousel*/

#carousel .item img {
  display: block;
  margin: 0 auto;
}

.pageBanner.marginTop {
  margin-top: 94px;
}

/*Tab*/

.tabs li {
  float: left;
  margin: 0;
}
.tabs ul {
  padding: 0;
}
.tabs li a {
  background-color: #112001;
  color: #fff;
  display: block;
  padding: 10px 30px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.tabsWrp .horizontal .active a {
  background: #84ce02;
  color: #132713;
}

/*Table Style*/
.tblResponsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.tblResponsive tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background-color: #000;
  color: #fff;
}
.tblResponsive tr:nth-child(odd) {
  background-color: #ccc;
}

/*Drop Down Menu*/
/*
 * @package   Responsive Menu
 * @author    @asiermusa
 * @license   MIT 
 */

#menuWrap {
  position: relative;
  z-index: 2;
}
.menu {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  position: relative; /*background: rgba(0, 229, 226, 0.9);*/
}

.menu > ul {
  margin: 0;
  padding: 0;
}
.menu > ul > li > a {
  padding: 0 25px;
  white-space: nowrap;
}
.menuItem {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  list-style: none;
}
.menuItem a .arrow {
  transform: rotate(-45deg);
  width: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  display: inline-block;
  transition: transform 0.3s;
}
.menuItem a .arrow:before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
}
.menuItem a .arrow.open {
  transform: rotate(45deg);
}
.menuItem a {
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  position: relative;
  font-weight: 600;
  transform: translate(0, 0) !important;
  color: #4e4e4e;
}
.menuItem a:hover {
  /*background: rgba(255, 255, 255, 0.5);*/
  color: #00b2b0;
}
.menuItem a:hover .arrow:before {
  border: solid #00b2b0;
  border-width: 0 2px 2px 0;
}
.menuLink {
  transform: translate(0, 0) !important;
}
.menuLink.active {
  color: #00b2b0;
}
.menuSubMenu {
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  pointer-events: none;
  top: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.menuSubMenu a .arrow {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-45deg);
}
.menuSubMenu a .arrow:before {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
}
.menuSubMenu.open {
  visibility: visible;
  opacity: 1;
  display: block;
  pointer-events: auto;
  transform: translate(0, 0);
}
.menuSubMenuItem {
  display: block;
  width: 230px;
  position: relative;
  min-width: 100%;
}
.menuSubMenuItem a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  background: #034ca5;
  color: white;
  border-bottom: 1px solid #1761bd;
}
.menuSubMenuItem a:hover {
  background: #0095ae;
  color: white;
  font-weight: normal;
}
.menuSubMenuItem a:hover .arrow:before {
  border: solid white;
  border-width: 0 2px 2px 0;
}
.menuSubMenu .menuSubMenu {
  top: 0;
  left: 0;
  position: relative;
}
.menuSubMenu .menuSubMenu.open {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menuSubMenu > li > a {
  padding-left: 2em;
}
.menuSubMenu li ul a {
  padding-left: 3em;
}
.menuSubMenu li ul li ul a {
  padding-left: 4em;
}
.menuSubMenu li ul li ul li ul a {
  padding-left: 5em;
}
.menuButton {
  padding: 10px;
  background: linear-gradient(-90deg, #00e5e2, #00b2b0);
  border: none;
  cursor: pointer;
  transition: 0s;
  border-radius: 2px;
  width: auto;
  position: fixed;
  top: 10px;
  right: 10px;
}
.burger-icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon,
.burger-icon::before,
.burger-icon::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: white;
  outline: 1px solid transparent;
  -webkit-transition-property:
    background-color,
    -webkit-transform;
  -moz-transition-property:
    background-color,
    -moz-transform;
  -o-transition-property:
    background-color,
    -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before,
.burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -10px;
}
.burger-icon::after {
  top: 10px;
}
.menu.open .burger-icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu.open .burger-icon,
.menu.open .burger-icon::before,
.menu.open .burger-icon::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #222;
  outline: 1px solid transparent;
  -webkit-transition-property:
    background-color,
    -webkit-transform;
  -moz-transition-property:
    background-color,
    -moz-transform;
  -o-transition-property:
    background-color,
    -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu.open .burger-icon::before,
.menu.open .burger-icon::after {
  position: absolute;
  content: "";
}
.menu.open .burger-icon::before {
  top: -10px;
}
.menu.open .burger-icon::after {
  top: 10px;
}
.menuButton.is-active .burger-icon {
  background-color: transparent;
}
.menuButton.is-active .burger-icon::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.menuButton.is-active .burger-icon::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.menu-content {
  /*position: fixed;*/
  height: 100%;
  transform: translate(-100%, 0);
  width: 0;
  overflow: hidden;
  z-index: 1;
}
.menu-content.open {
  transform: translate(0, 0);
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
  width: 60%;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  min-height: 100% !important;
  position: static;
}
.menu-content.close {
  transform: translate(-100%, 0);
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
  text-shadow: none;
  width: 0;
  position: static;
}
/*.page-content {position: relative;width: 80%;padding: 25% 10%;}*/
.page-content__text {
  padding: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  color: white;
  background: linear-gradient(-90deg, rgba(0, 229, 226, 0.2), #00b2b0);
}
.page-content__text h1 {
  font-size: 30px;
  line-height: 30px;
  color: white;
}
@media screen and (min-width: 750px) {
  .menu {
    /*background: rgba(0, 229, 226, 0.8);*/
    height: 94px;
    min-height: auto; /*position: fixed;*/
  }
  .menu > ul > .menuItem.to-left > ul {
    right: 0;
  }
  .menu ul > .menuSubMenuItem.to-left > ul {
    left: -300px;
  }
  .menu .menuSubMenu.to-left-ul > li > a {
    text-align: right;
  }
  .menu .menuSubMenu.to-left-ul > li > a .arrow {
    text-align: right;
    transform: rotate(135deg);
    right: auto;
    left: 0;
  }
  .menu > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .menuItem {
    border-bottom: none;
    line-height: 94px;
  }
  .menuItem a .arrow {
    width: auto;
    margin: 0 10px;
  }
  .menuItem > a .arrow {
    transform: rotate(45deg);
  }
  .menuSubMenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 70px;
    pointer-events: none;
    transition: all 0.3s;
    transform: translate(0, 60px);
    z-index: 999;
  }
  .menuSubMenuItem {
    line-height: 40px; /*height: 50px;*/
    padding-right: 0;
  }
  .menuSubMenu .menuSubMenu {
    top: 0;
    left: 300px;
    transition: all 0.3s;
    transform: translate(-60px, 0);
    position: absolute;
  }
  .menuSubMenu li a {
    padding: 0 1em 0 1.5em !important;
  }
  .menuButton.visible-xs {
    display: none;
  }
  .menu-content {
    width: 100%;
    transform: translate(0, 0);
    height: 70px;
    overflow: visible; /* position:fixed;*/
  }
  .menu-content.open {
    width: 100%;
  }
  .menu-content.close {
    width: 100%;
  }
  .page-content {
    width: 70%;
    padding: 0;
  }
  .page-content__text h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

/*Form*/

.ni-form-group {
  padding-bottom: 15px;
  position: relative;
}
.ni-form-label {
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.ni-form-control {
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ni-form-control:focus {
  border-color: #7bbefd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out;
}
textarea {
  max-width: 100%;
  min-width: 100%;
  height: 70px;
  min-height: 70px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.ni-required,
.ni-error {
  color: #ff3636;
}

.ni-submit-button {
  width: 90px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 20px;
  vertical-align: top;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  border: 1px solid #3791e5;
  background-color: #3791e5;
}
.ni-submit-button:hover,
.ni-submit-button:focus,
.ni-submit-button:active {
  color: #3791e5;
  background-color: #fff;
}
::-moz-focus-inner {
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

.ni-form-label.disabled {
  color: #666;
  opacity: 0.5;
  cursor: not-allowed;
}

.ni-reset-button {
  width: 90px;
  height: 40px;
  display: inline-block;
  padding: 5px 20px;
  vertical-align: top;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  border: 1px solid #444;
  background-color: #444;
}
.ni-reset-button:hover,
.ni-reset-button:focus,
.ni-reset-button:active {
  color: #444;
  background-color: #fff;
}

/*--- Start Inline Form ---*/
.ni-inline-form .ni-form-group {
  padding-bottom: 20px;
}
.ni-inline-form .ni-form-label {
  position: absolute;
  top: 9px;
  cursor: text;
}

.two-column-inline-form .ni-form-label {
  left: 28px;
}
.two-column-inline-form .ni-form-control:focus + .ni-form-label {
  z-index: -1;
}

/*--- Start Movable Label & Validations ---*/
.two-column-movable-lable-form .ni-form-label {
  left: 14px;
}
.two-column-movable-lable-form .ni-form-control:focus + .ni-form-label {
  padding: 2px 5px;
  font-size: 13px;
  top: -10px;
  background-color: #fff;
}
.two-column-movable-lable-form .ni-submit-button {
  width: 100%;
}

.ni-error {
  padding: 3px 12px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff0000;
}
.ni-error:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff0000;
}

.chatNow {
  position: fixed;
  right: 0;
  bottom: 0;
}
#hidden-content {
  position: fixed;
  right: 0;
  bottom: 100px;
  -webkit-transition: 250ms linear;
  transition: 250ms linear;
  display: none;
  border: #f00 solid 2px;
}

/*Free Quote*/
#getFreeQuote .container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin-top: -55px;
  position: relative;
  z-index: 99;
  background: #fff;
}
#getFreeQuote p {
  float: left;
  padding: 26px 50px 26px 20px;
  width: 82%;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: 500;
}
#getFreeQuote a {
  float: right;
  padding: 42px 0;
  display: block;
  width: 18%;
  font-size: 22px;
  color: #fff;
  background: rgb(215, 0, 126);
  background: linear-gradient(220deg, #8c129b 0%, #7f2ed3 75%);
  background: -webkit-linear-gradient(220deg, #8c129b 0%, #7f2ed3 75%);
  font-weight: 600;
  text-align: center;
}
#getFreeQuote a:hover {
  background: linear-gradient(220deg, #034ea3 0%, #034ea3 75%);
  background: -webkit-linear-gradient(220deg, #034ea3 0%, #034ea3 75%);
}

/*We Served*/
#weServed {
  padding: 95px 0 150px;
}
.weServedText {
  width: calc(50% - 40px);
  float: left;
}
.weServedText h2 {
  font-size: 30px;
  color: #00449d;
}
.weServedText p {
  font-size: 18px;
  color: #696969;
  line-height: 1.8;
}
.servicesList {
  width: 50%;
  float: right;
}

.servicesList a {
  display: block;
  position: relative;
  float: left;
  width: calc(50% - 36px);
  margin: 0 18px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
}
/*.servicesList a:nth-child(even){margin-top: 40px;}*/
.servicesList h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
}
.servicesList img {
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.servicesList a.servicesOrng:after {
  content: "";
  background: rgba(160, 52, 4, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesList a.servicesPrpl:after {
  content: "";
  background: rgba(93, 18, 105, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesList a.servicesBlck:after {
  content: "";
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesList a.servicesBlue:after {
  content: "";
  background: rgba(46, 66, 166, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesList a.servicesSkyblue:after {
  content: "";
  background: rgba(3, 137, 162, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesList a.servicesDarkBlue:after {
  content: "";
  background: rgba(208, 42, 110, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.servicesList a:hover{margin-top: 40px;}*/
/*.servicesList a:hover:nth-child(even){margin-top: 0px;}*/
.servicesList a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.servicesList.serviceItems a {
  width: calc(33.33% - 36px);
  margin-bottom: 35px;
}

.servicesList h3 {
  width: 100%;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 600;
}

/*Our Works*/
#ourWorks {
  background: #0c267d;
  padding: 50px 40px 0;
  position: relative;
  z-index: 10;
}
#ourWorks:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: url(../images/work-saprator.png) no-repeat top left;
  background-size: 100%;
  z-index: 1;
}
.workCol {
  float: left;
  width: calc(30% - 40px);
  margin: 0 20px;
  position: relative;
  z-index: 10;
}
.workCol a {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.workCol a img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.workCol a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 0.7;
}
.workMarginTop {
  margin-top: -100px;
}
.workMarginCenter {
  margin-top: 100px;
}
.workMarginBottom {
  margin-top: 200px;
}
.workMarginBottom h2 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: linear-gradient(120deg, #fff 0%, #00d2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 210, 255, 0.5));
}
.workMarginBottom h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #00d2ff;
  border-radius: 10px;
}

.workCol .inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.workCol .inner .info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgb(3, 137, 162) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgb(3, 137, 162) 75%
  );
  content: ""; /* opacity: 0; */
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
}
/*.workCol .inner h3 { position: absolute; top: 50%; left: 0; width: 100%; color: #fff; -webkit-transition: -webkit-transform 0.35s, color 0.35s; transition: transform 0.35s, color 0.35s; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); text-align:center; }*/
.workCol .inner .info:before,
.workCol .inner h3 {
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
}
.workCol .inner h3 {
  position: absolute;
  bottom: 0;
  left: 0; /*padding: 1.5em;*/
  padding: 10px 15px;
  width: 100%; /* opacity: 0;*/
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.workCol .inner:hover h3 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.workCol .inner:hover .info:before,
.workCol .inner:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*Free Quote*/
#freeQuote {
  height: 995px;
  position: relative;
  padding-top: 250px;
  background-size: cover;
}
#freeQuote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg-new.jpg) no-repeat center center;
  background-size: 100%;
  z-index: -1;
}
/*#freeQuote:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.7);z-index: 2;transform: skewY(-18deg);-webkit-transform: skewY(-18deg);-ms-transform: skewY(-18deg);margin-top: -300px;}*/
#freeQuote .container {
  position: relative;
}
.freeQuoteForm {
  /*position: absolute;*/ /*top: 0;left: 0;*/
  z-index: 12;
}
.freeQuoteForm p {
  color: #b7b7b7;
  font-size: 16px;
}

.freeQuoteForm p.quoteFormText {
  padding: 180px 20px 0;
  line-height: 1.8;
  font-size: 18px;
}
.freeQuoteForm .contactInfo {
  background: #fff;
  border-left: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(3, 137, 162, 0.38);
  -moz-box-shadow: 0px 0px 15px 0px rgba(3, 137, 162, 0.38);
  box-shadow: 0px 0px 15px 0px rgba(3, 137, 162, 0.38);
}
.frmFreeQuote {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.frmFreeQuote p {
  margin-bottom: 20px;
}
.frmFreeQuote {
  position: relative;
  margin-left: 60px;
}
.frmFreeQuote:before {
  content: "Get Free Quote";
  position: absolute;
  top: 140px;
  left: -155px;
  width: 250px;
  height: 60px;
  background-color: #00b2b0;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  padding-top: 12px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  letter-spacing: 0.89px;
}
.frmInputs {
  margin-bottom: 20px;
}
.frmInputs label {
  color: #444;
  font-size: 15px;
}
.frmInputs label.selectServices {
  padding-bottom: 8px;
  display: block;
}
.frmInputs input,
.frmInputs textarea {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 16px;
  color: #333;
}
.frmInputs textarea {
  resize: none;
}
.btnSubmit input {
  float: right;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 25px;
  background-color: #00449f;
  border: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.btnSubmit input:hover {
  background-color: #00b2b0;
}

/*About Us Page*/
.pageBanner {
  background-image: linear-gradient(
    to right,
    #0049a4,
    #005fae,
    #0072b1,
    #0083af,
    #0093ab
  ); /*background-image: url(../images/page-banner-bg.jpg);*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.titleCaption {
  font-size: 3.529em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.breadcrumbs {
  margin-top: 0.85em;
  font-size: 1.059em;
  font-weight: 600;
  max-width: 223px;
  margin: 0 auto;
  text-align: center;
}
.breadcrumbs .breadcrumbs_item {
  display: inline-block;
  color: #fff;
}
.breadcrumbs .breadcrumbs_delimiter {
  display: inline-block;
  position: relative;
  margin: 0 0.45em;
  vertical-align: top;
  text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter::before {
  content: "/";
  color: #fff;
}

#aboutUs {
  padding: 80px 0;
}
.bestProduct h2 {
  font-size: 2.824em;
  font-weight: 700;
  line-height: 1.17;
  color: #1a181d;
  margin-bottom: 30px;
  text-align: center;
}
.bestProduct p {
  text-align: center;
  color: #737a80;
  font-size: 16px;
  margin-bottom: 80px;
}
.bestProduct img {
  display: block;
  margin: 0 auto;
}
.bestProduct li {
  width: 33.33%;
  float: left;
  font-size: 16px;
  margin: 5px 0;
}
.bestProduct li i {
  color: #0389a2;
  margin-right: 15px;
}

#aboutVideo {
  background: #f4f6fa;
  padding: 80px 0;
}
.videoText {
  padding: 0 30px;
}
.videoText h2 {
  color: #1a181d;
  font-size: 2.118em;
  line-height: 1.26em;
  font-weight: 800;
}
.videoText p {
  color: #737a80;
  line-height: 1.6;
  font-size: 16px;
}
.videoText a.btnDownload {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0092aa;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
}
.videoText a.btnDownload:hover {
  background-color: #004aa4;
}

/*Portfolio Page*/
#portfolio {
  padding: 80px 0;
}
/*.content{float: left;width: 70%;}*/
/*.sidebar{float: left;width: 30%;}*/
.portBlock {
  margin-bottom: 30px;
  position: relative;
  background: #000;
  transition: all 0.5s ease;
}
.portBlock a {
  display: block;
}
.portBlock:hover .portText {
  visibility: visible;
  opacity: 1;
}
.portBlock:hover img {
  opacity: 0.5;
}

.portText h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
/*.portBlock:hover .portText h3{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}*/

.portText h3 a {
  color: #fff;
  display: block;
}

.servicesType14 .inner {
  margin-bottom: 30px;
}
.servicesType14 .inner .imgHolder {
  overflow: hidden;
  background: #000;
}
.servicesType14 .inner img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.servicesType14 .inner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.3;
}
.servicesType14 .inner .readMore {
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  width: 80%;
  line-height: 1.3;
}
.servicesType14 .inner:hover .readMore {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.servicesType14 .inner .readMore:hover {
  color: #3acfe8;
  background: none;
}

/*Contact Us Page*/

#contactUs {
  padding: 80px 0;
}
.contactForm {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
}
.contactForm h2,
.contactInfo h2,
#services h2,
#products h2,
.proText h2 {
  font-weight: 800;
  color: #1a181d;
}
.contactForm input,
.contactForm textarea,
.contactForm select {
  color: #9a9d9f;
  border-color: #f4f6fa;
  background-color: #f4f6fa;
  margin-bottom: 1.1em;
  height: 50px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
}

.checkbox {
  margin-bottom: 20px;
  color: #737a80;
  font-size: 16px;
}
.checkbox input {
  height: auto;
}
.contactForm input.btnSubmit {
  background-color: #004aa4;
  color: #fff;
  border: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
.contactForm input.btnSubmit:hover {
  background-color: #0093ab;
}
.contactInfo {
  padding: 50px;
  background: #f4f6fa;
  border-left: 5px solid #0092ab;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contactInfo h2 {
  margin-bottom: 5px;
}
.contactInfo ul {
  margin: 0;
  padding: 0;
}
.contactInfo li {
  padding: 5px 0;
  font-size: 16px;
  color: #737a80;
}
.contactInfo li strong {
  width: 15%;
  display: inline-block;
  color: #1a181d;
}
.contactInfo li a {
  width: 100%;
  display: inline-block;
  color: #0092ab;
  font-weight: normal;
}
.contactInfo li a:hover {
  color: #004aa4;
}
.gMap {
  margin-top: 30px;
}

/*Services Page*/
#services {
  padding: 80px 0;
  background: #f4f6fa;
}
.serviceinfo {
  padding: 40px;
}
#services p {
  color: #737a80;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#services a.btnInquireNow {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0092aa;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
}
#services a.btnInquireNow:hover {
  background-color: #004aa4;
}

.servList .servicesList {
  width: 100%;
  float: none;
}
.servList .servicesList a:nth-child(even) {
  margin-top: 0;
}

/*Products page*/
#products {
  padding: 80px 0;
}
.productBlock {
  margin-bottom: 60px;
}
#products a.readMore {
  color: #004aa4;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}
#products a.readMore:hover {
  color: #0092aa;
}

/*Product Single*/
#proSingle {
  padding: 80px 0 0;
}
#proSingle.pb-80 {
  padding-bottom: 80px;
}
.proText {
  padding: 0 30px 30px;
}
.proImg img {
  display: block; /*border: 1px solid #ccc;*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.proText h3 {
  font-weight: 500;
  color: #1a181d;
  font-size: 22px;
}
.proText p {
  font-size: 16px;
  line-height: 1.6;
}
.proText span {
  display: block;
  font-size: 16px;
}
.proText span strong {
  font-weight: 800;
  font-size: 20px;
}
.proText ul {
  margin: 0 0 30px;
  padding: 0;
}
.proText li {
  padding: 5px 0;
  font-size: 16px;
  color: #737a80;
}
.proText li strong {
  width: 30%;
  display: inline-block;
  color: #1a181d;
}
.btnInquiry {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0092aa;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
}
.btnInquiry:hover {
  background-color: #004aa4;
  color: #fff;
}

/*Footer*/
#footer {
  position: relative;
  padding-top: 30px; /*padding: 50px 0 30px;*/
}
/*#footer:before{content: "";position: absolute;top: -250px;right: 0;width: 100%;height: 100%;background: url(../images/footer-bg.png) no-repeat top right;z-index: 1;background-size: 100%;}*/
/*#footer:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #bbb;transform: skewY(-18deg);-webkit-transform: skewY(-18deg);-ms-transform: skewY(-18deg);}*/
.copyRight {
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 0;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.footer {
  background-image: linear-gradient(
    to left,
    #0049a4,
    #005fae,
    #0072b0,
    #0083ae,
    #0092aa
  );
  padding: 20px 0 !important;
}
.footer .copyRight {
  padding-left: 0;
  padding-top: 6px;
}
/*.footer .social li a, .footer .copyRight{color: #333;}*/
.social li {
  display: inline-block;
}
.social li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 4px;
  color: #fff;
}
.social li a i {
  margin-right: 0;
  font-size: 14px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.social li a:hover {
  border-color: #00b2b0;
}
.social li a:hover i {
  color: #00b2b0;
}

/*Back to Top*/
#backtotop {
  background-color: #0389a2;
  bottom: 40px;
  right: 15px;
  text-align: center;
  position: fixed;
  height: 40px;
  width: 40px;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#backtotop:hover {
  background-color: #00449f;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
a#backtotop i {
  font-size: 30px;
  display: block;
  padding-top: 4px;
  color: #fff;
  margin-right: 0;
}
#backtotop:hover i {
  color: #fff;
}

/*Ratings & Reviews*/
/* Google Reviews Section */
#googleReviews {
  padding: 80px 0;
  background: #fdfdfd;
}
.googleRatingHeader {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.googleBrandTop {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f1f3f4;
  padding-bottom: 15px;
}
.googleBrandTop img {
  height: 100px;
}
.googleBrandTop span {
  font-weight: 600;
  color: #5f6368;
  font-size: 15px;
}
.ratingFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.ratingBarsNew {
  flex: 1;
  max-width: 60%;
}
.barRowNew {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.barRowNew span {
  font-size: 13px;
  color: #5f6368;
  width: 12px;
  text-align: center;
}
.barRowNew .bar {
  flex: 1;
  height: 8px;
  background: #e8eaed;
  border-radius: 4px;
  overflow: hidden;
}
.barRowNew .fill {
  height: 100%;
  background: #fbbc04;
  border-radius: 4px;
}
.ratingScoreNew {
  text-align: center;
  padding-left: 40px;
  border-left: 1px solid #f1f3f4;
}
.scoreValue {
  font-size: 72px;
  font-weight: 400;
  color: #202124;
  line-height: 1;
  display: block;
}
.ratingScoreNew .stars {
  color: #fbbc04;
  font-size: 18px;
  margin: 10px 0;
}
.ratingScoreNew p {
  color: #70757a;
  font-size: 14px;
  margin: 0;
}
.viewOnGoogleWrap {
  text-align: right;
  margin-top: 10px;
}
.btnViewGoogle {
  border: 1px solid #dadce0;
  padding: 10px 24px;
  border-radius: 50px;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
}
.btnViewGoogle:hover {
  background: rgba(26, 115, 232, 0.04);
  border-color: #d2e3fc;
}

.googleReviewCard {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border-top: 4px solid #4285f4;
  transition: transform 0.3s ease;
}
.googleReviewCard:hover {
  transform: translateY(-5px);
}
.googleReviewCard .cardHeader {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.googleReviewCard .userAvatar {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
}
.googleReviewCard .userInfo h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.googleReviewCard .userInfo p {
  margin: 0;
  font-size: 13px;
  color: #999;
}
.googleReviewCard .googleIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.googleReviewCard .cardRating {
  color: #fbbc05;
  font-size: 14px;
  margin-bottom: 10px;
}
.googleReviewCard .reviewText {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media (max-width: 991px) {
  .ratingFlex {
    flex-direction: column;
    gap: 30px;
  }
  .ratingBarsNew {
    max-width: 100%;
    width: 100%;
  }
  .ratingScoreNew {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #f1f3f4;
    padding-top: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .scoreValue {
    font-size: 60px;
  }
  .viewOnGoogleWrap {
    text-align: center;
  }
}
