a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  color: #535353;
  font-weight: 400;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  background: #f9f9f9;
  font-size: 14px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  color: #0fa2e6;
  font-weight: 700;
}
p {
  line-height: 1.5;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
#site-wrapper {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.site-header {
  background: rgba(25, 47, 61, 0.85);
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}

.site-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header__logo {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.site-header__logo a {
  display: none;
}
.site-header__logo span {
  display: none;
  color: #fff;
}
.site-header__menu-area {
  margin-left: auto;
}
.site-header__navigation {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  background: #192f3d;
  max-width: 450px;
  transform: translateX(450px);
  -webkit-transform: translateX(450px);
  -moz-transform: translateX(450px);
  -ms-transform: translateX(450px);
  -o-transform: translateX(450px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) transform 0.3s;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) transform 0.3s;
  -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1) transform 0.3s;
  -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1) transform 0.3s;
  -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1) transform 0.3s;
}
.site-header__menu {
  margin-top: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-calc(100% - 65px);
  height: -moz-calc(100% - 65px);
  height: calc(100% - 65px);
  overflow-y: auto;
}
.site-header__menu-item {
  border-bottom: solid 1px #0fa2e6;
}
.site-header__menu-item:last-child {
  border-bottom: 0;
}

.site-header__menu-link {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  /* padding for each element of submenu */
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  position: relative;
}
.site-header__mobmenu-close-icon {
  border: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../../images/m-close.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.site-header__submenu-holder {
  display: none;
}
.site-header__submenu {
  margin: 0 15px;
  margin-bottom: 15px;
  /* Scrollbar for submenu */ 
  max-height: 600px;  
  overflow: auto; 
}
.site-header__menu-item--has-submenu > .site-header__menu-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header__menu-item--has-submenu.active > .site-header__menu-link:after {
  content: "";
}
.active-menu .site-header__navigation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.site-header__mobmenu-icon {
  border: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../../images/m-open.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
.section-top-padding {
  padding-top: 50px;
}
.section-bottom-padding {
  padding-bottom: 50px;
}
.blue-btn {
  display: inline-block;
  line-height: 1;
  padding: 15px 65px;
  background: #0fa2e6;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
}
.blue-btn:hover {
  background: #f48038;
  letter-spacing: 4px;
}
.section-heading {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #899495;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 30px;
}
.section-heading--white {
  color: #fff;
}
.section-heading u {
  text-decoration: none;
  display: inline-block;
  color: #0fa2e6;
  font-weight: 700;
  font-family: Raleway, sans-serif;
}
.section-heading span {
  color: #0fa2e6;
  font-weight: 700;
  font-family: Raleway, sans-serif;
}
.section-teaser {
  text-align: center;
  margin-bottom: 30px;
}
.site-footer {
  background: #192f3d;
  padding: 15px 0;
}
.site-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer__copyright {
  margin: 0;
  color: #fff;
  font-size: 11px;
}
.site-footer__contact-icons {
  margin-left: auto;
}
.contact-icons__item {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.contact-icons__item:hover {
  opacity: 0.7;
}
.contact-icons img {
  max-height: 25px;
}
.help-block-error {
  display: block;
  color: red;
  font-size: 14px;
  font-style: italic;
  width: 100%;
}
@media (min-width: 600px) {
  .site-header__container {
    padding-left: 0px;
    padding-right: 30px;
  }
  .site-header__logo a,
  .site-header__logo span {
    display: inline;
  }
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
  .container {
    max-width: 960px;
  }
  .section-heading {
    font-size: 32px;
  }
  .section-teaser {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-padding {
    padding-top: 75px;
  }
  .section-bottom-padding {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .site-header {
    padding: 20px 0;
  }
  .site-header__menu-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .site-header__mobmenu-close-icon,
  .site-header__mobmenu-icon {
    display: none;
  }
  .site-header__navigation {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    right: auto;
    top: auto;
    position: relative;
    width: auto;
    height: auto;
    max-width: none;
    background: 0;
    margin-right: 180px;
  }
  .site-header__menu {
    margin: 0;
    height: auto;
    overflow: initial;
  }
  .site-header__menu > .site-header__menu-item {
    display: inline-block;
    border: 0;
    position: relative;
  }
  .site-header__menu > .site-header__menu-item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0fa2e6;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .site-header__menu > .site-header__menu-item:last-child:after {
    display: none;
  }
  .site-header__menu-link {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  .site-header__menu > .site-header__menu-item > .site-header__menu-link {
    padding: 20px 0;
    margin: 0 10px;
    text-align: center;
  }
  .site-header__menu > .site-header__menu-item > .site-header__menu-link:hover {
    letter-spacing: 2px;
  }
  .site-header__contact-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(15, 162, 230, 0.8);
    padding: 15px;
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -26px;
  }
  .site-header__contact-icons > a {
    margin: 0 10px;
  }
  .site-header__menu-item--has-submenu > .site-header__menu-link:after {
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
  }
  .site-header__menu-item--has-submenu:hover .site-header__menu-link::after {
    border-width: 0 3px 6px 3px;
    border-color: transparent transparent #fff transparent;
  }
  .site-header__menu
    > .site-header__menu-item:nth-child(1)
    > .site-header__menu-link {
    width: 55px;
  }
  .site-header__menu
    > .site-header__menu-item:nth-child(2)
    > .site-header__menu-link {
    width: 95px;
  }
  .site-header__menu
    > .site-header__menu-item:nth-child(3)
    > .site-header__menu-link {
    width: 100px;
  }
  .site-header__menu
    > .site-header__menu-item:nth-child(4)
    > .site-header__menu-link {
    width: 90px;
  }
  .site-header__menu
    > .site-header__menu-item:nth-child(5)
    > .site-header__menu-link {
    width: 120px;
  }
  .site-header__submenu {
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px #00000029;
    -moz-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
  }
  .site-header__menu-item--child {
    padding: 0;
  }
  .site-header__menu-item--child .site-header__menu-link {
    color: #192f3d;
    font-size: 14px;
    text-transform: capitalize;
  }
  .site-header__submenu-holder {
    display: block;
    position: absolute;
    left: -20px;
    top: 34px;
    width: 280px;
    padding-top: 55px;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -o-transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -o-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -moz-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -moz-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -moz-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      -o-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -webkit-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -moz-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -ms-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s,
      opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  }
  .site-header__menu-item--has-submenu:hover .site-header__submenu-holder {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .site-header__menu-item--child .site-header__menu-link:hover {
    background: #0fa2e6;
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .site-header__logo {
    font-size: 28px;
  }
  .site-header__container {
    max-width: 1400px;
  }
  .site-header__menu > .site-header__menu-item > .site-header__menu-link {
    padding: 20px 0;
    margin: 0 20px;
  }
}

@media (max-width: 1200px) {
  .site-header__contact-icons {
    display: none;
  }
}

/* sub-menu on small devices */

 .sm-link:after {
    right: 12% !important;
    content: url('/assets/images/right-arrow-submenu.svg') !important;
    width: 8px !important;
    height: 8px !important;
   
  }
.sub-menu-infoBar{
  display: none;
}
.sub-menu-title{
  color: white;
  text-transform: uppercase;
}
.sub-menu-infoBar{
display: flex !important;
justify-content: flex-start;
margin-bottom: 1.5rem;
margin-left: 1.2rem;
color: white;
display: none !important;
}
.service-menu-hide-btn{
  margin: 0 1rem;
}
body.active-sub-menu .hide__on-submenu{
  display: none !important;
}
body.active-sub-menu .sm-link{
  display: block;
}
body.active-sub-menu .site-header__submenu-holder{
  display: block;
}
body.active-sub-menu .sub-menu-infoBar{
  display: flex !important;
}
.sm-link{
  display: none;
}
@media (max-width: 900px) {
  .site-header__submenu {
    /* Scrollbar for submenu */ 
    max-height: none!important;  
    overflow: hidden !important; 
  }
  .hide__on-sm{
    display: none;
  }
  .sm-link{
    display: block;
  }
}