/*$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';*/
/* half circle mixin */
/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: 'HelveticaNeueLT Com 77 BdCn';
  src: url("../fonts/HelveticaNeueLTCom-BdCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Com 45 Lt';
  src: url("../fonts/HelveticaNeueLTCom-Lt.eot");
  src: url("../fonts/HelveticaNeueLTCom-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Lt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Lt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  src: url("../fonts/HelveticaNeueLTCom-MdCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdCn.svg#HelveticaNeueLTCom-MdCn") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Com 57 Cn';
  src: url("../fonts/HelveticaNeueLTCom-Cn.eot");
  src: url("../fonts/HelveticaNeueLTCom-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Cn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Cn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Cn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Cn.svg#HelveticaNeueLTCom-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  src: url("../fonts/HelveticaNeueLTCom-Roman.eot");
  src: url("../fonts/HelveticaNeueLTCom-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Com 65 Md';
  src: url("../fonts/HelveticaNeueLTCom-Md.eot");
  src: url("../fonts/HelveticaNeueLTCom-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Md.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/* line 81, ../scss/_common.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth; }

/* line 85, ../scss/_common.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 90, ../scss/_common.scss */
html, body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity; }

/* line 96, ../scss/_common.scss */
body {
  font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif";
  font-weight: normal;
  color: #043F5F;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

/* line 106, ../scss/_common.scss */
body.fade-out {
  opacity: 1; }

/* line 110, ../scss/_common.scss */
a {
  color: #2A6EBB;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  /* line 115, ../scss/_common.scss */
  a:hover, a:focus {
    color: #DA291C;
    text-decoration: none; }

/* line 120, ../scss/_common.scss */
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

/* line 128, ../scss/_common.scss */
i,
span,
a {
  display: inline-block; }

/* line 133, ../scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueLT Com 77 BdCn", "sans, serif";
  color: #043F5F;
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/* line 146, ../scss/_common.scss */
h1 {
  font-size: 52px;
  line-height: 1.2; }

/* line 150, ../scss/_common.scss */
h2 {
  font-size: 36px;
  line-height: 40px; }

/* line 154, ../scss/_common.scss */
h3 {
  font-size: 28px;
  line-height: 36px;
  color: #646363; }

/* line 159, ../scss/_common.scss */
h4 {
  font-size: 26px;
  line-height: 30px; }

/* line 163, ../scss/_common.scss */
h5 {
  font-size: 22px;
  line-height: 28px; }

/* line 167, ../scss/_common.scss */
h6 {
  font-size: 20px;
  line-height: 26px; }

/* line 172, ../scss/_common.scss */
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

/* line 177, ../scss/_common.scss */
p {
  color: #043F5F;
  margin: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px; }

/* line 183, ../scss/_common.scss */
.abstract {
  color: #36A7E9;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold; }

/* line 189, ../scss/_common.scss */
strong, b {
  font-weight: bold; }

/* line 190, ../scss/_common.scss */
small {
  font-size: 13px; }

/* line 191, ../scss/_common.scss */
input, textarea {
  display: inherit; }

/* line 194, ../scss/_common.scss */
img {
  max-width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 199, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 203, ../scss/_common.scss */
  h1 {
    font-size: 44px;
    line-height: 1.2; }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/ }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 230, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 234, ../scss/_common.scss */
  h1 {
    font-size: 36px;
    line-height: 1.2; }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/ }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 261, ../scss/_common.scss */
  body {
    font-size: 16px;
    line-height: 1.4; }

  /* line 265, ../scss/_common.scss */
  h1 {
    font-size: 36px;
    line-height: 1.2; }

  /* line 269, ../scss/_common.scss */
  h2 {
    font-size: 28px;
    line-height: 36px; }

  /* line 273, ../scss/_common.scss */
  h3 {
    font-size: 26px;
    line-height: 30px; }

  /* line 277, ../scss/_common.scss */
  h4 {
    font-size: 22px;
    line-height: 28px; }

  /* line 281, ../scss/_common.scss */
  h5 {
    font-size: 20px;
    line-height: 26px; }

  /* line 285, ../scss/_common.scss */
  h6 {
    font-size: 18px;
    line-height: 24px; }

  /* line 289, ../scss/_common.scss */
  .abstract {
    font-size: 20px; } }
/***************************************************
  Main Content Wrapper
****************************************************/
/* line 297, ../scss/_common.scss */
main {
  overflow: hidden; }

/* line 300, ../scss/_common.scss */
.main-content-wrapper {
  overflow: hidden; }

/* line 304, ../scss/_common.scss */
body.home .main-content-wrapper {
  margin-top: 60px; }

/***************************************************
  Page Heading
****************************************************/
/* line 314, ../scss/_common.scss */
.heading-1 h2 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #043F5F; }
/* line 320, ../scss/_common.scss */
.heading-1 > .sub-heading {
  color: #DA291C;
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif"; }
  /* line 326, ../scss/_common.scss */
  .heading-1 > .sub-heading::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #DA291C;
    position: absolute;
    top: 10px;
    left: 0; }

/***************************************************
  Header
****************************************************/
/* line 342, ../scss/_common.scss */
#noga-header {
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 25px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 342, ../scss/_common.scss */
    #noga-header {
      padding-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 342, ../scss/_common.scss */
    #noga-header {
      padding: 10px 0 15px; } }
  @media (max-width: 767px) {
    /* line 342, ../scss/_common.scss */
    #noga-header {
      padding: 0px 0 15px; } }
  /* line 358, ../scss/_common.scss */
  #noga-header.fixed {
    padding: 15px 0 0;
    background: #02324d;
    border: none;
    z-index: 9999; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 358, ../scss/_common.scss */
      #noga-header.fixed {
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      /* line 358, ../scss/_common.scss */
      #noga-header.fixed {
        padding-bottom: 15px;
        padding-top: 0; } }
    @media (max-width: 1199px) {
      /* line 370, ../scss/_common.scss */
      #noga-header.fixed .header-top-links {
        display: none; } }
    /* line 375, ../scss/_common.scss */
    #noga-header.fixed .navbar {
      padding-top: 14px !important; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 375, ../scss/_common.scss */
        #noga-header.fixed .navbar {
          padding-bottom: 9px !important; } }
    /* line 381, ../scss/_common.scss */
    #noga-header.fixed .header-left {
      width: 200px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 381, ../scss/_common.scss */
        #noga-header.fixed .header-left {
          width: 150px;
          margin-top: 0; } }
      /* line 387, ../scss/_common.scss */
      #noga-header.fixed .header-left > .logo img {
        min-width: 200px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 387, ../scss/_common.scss */
          #noga-header.fixed .header-left > .logo img {
            max-width: 150px;
            min-width: 150px; } }
        @media (max-width: 767px) {
          /* line 387, ../scss/_common.scss */
          #noga-header.fixed .header-left > .logo img {
            max-width: 150px;
            min-width: 150px; } }
    @media (max-width: 767px) {
      /* line 401, ../scss/_common.scss */
      #noga-header.fixed .header-left {
        width: 150px; } }
    /* line 406, ../scss/_common.scss */
    #noga-header.fixed .header-right {
      margin-top: 0; }
      /* line 408, ../scss/_common.scss */
      #noga-header.fixed .header-right #main-menu {
        margin-top: 15px; }
        @media (max-width: 1199px) {
          /* line 408, ../scss/_common.scss */
          #noga-header.fixed .header-right #main-menu {
            margin-top: 5px; } }
      /* line 414, ../scss/_common.scss */
      #noga-header.fixed .header-right #header-tools {
        margin-top: 38px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 414, ../scss/_common.scss */
          #noga-header.fixed .header-right #header-tools {
            margin-top: 26px; } }
        @media (max-width: 767px) {
          /* line 414, ../scss/_common.scss */
          #noga-header.fixed .header-right #header-tools {
            margin-top: 27px; } }
        @media (max-width: 767px) {
          /* line 414, ../scss/_common.scss */
          #noga-header.fixed .header-right #header-tools {
            display: none; } }
  /* line 432, ../scss/_common.scss */
  #noga-header.menu-open {
    background: #02324d; }
  /* line 435, ../scss/_common.scss */
  #noga-header .header-left {
    float: left;
    width: 250px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 435, ../scss/_common.scss */
      #noga-header .header-left {
        width: 175px;
        margin-top: 10px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      /* line 435, ../scss/_common.scss */
      #noga-header .header-left {
        width: 220px; } }
    @media (max-width: 767px) {
      /* line 435, ../scss/_common.scss */
      #noga-header .header-left {
        width: 150px;
        margin-top: 10px; } }
    /* line 451, ../scss/_common.scss */
    #noga-header .header-left > .logo img {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      min-width: 250px; }
      @media (max-width: 767px) {
        /* line 451, ../scss/_common.scss */
        #noga-header .header-left > .logo img {
          max-width: 150px;
          min-width: 150px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        /* line 451, ../scss/_common.scss */
        #noga-header .header-left > .logo img {
          max-width: 220px;
          min-width: 220px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 451, ../scss/_common.scss */
        #noga-header .header-left > .logo img {
          max-width: 175px;
          min-width: 175px; } }
  /* line 468, ../scss/_common.scss */
  #noga-header .header-right {
    float: right;
    position: relative;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px); }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      /* line 468, ../scss/_common.scss */
      #noga-header .header-right {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 468, ../scss/_common.scss */
      #noga-header .header-right {
        width: -webkit-calc(100% - 175px);
        width: -moz-calc(100% - 175px);
        width: calc(100% - 175px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 468, ../scss/_common.scss */
      #noga-header .header-right {
        text-align: right;
        margin-top: 28px; } }
    @media (max-width: 767px) {
      /* line 468, ../scss/_common.scss */
      #noga-header .header-right {
        text-align: right;
        margin-top: 28px;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
        margin-right: -10px; } }
    /* line 489, ../scss/_common.scss */
    #noga-header .header-right #main-menu {
      float: right;
      margin-right: 80px;
      margin-top: 40px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        /* line 489, ../scss/_common.scss */
        #noga-header .header-right #main-menu {
          margin-right: 40px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 489, ../scss/_common.scss */
        #noga-header .header-right #main-menu {
          margin-right: 0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        /* line 489, ../scss/_common.scss */
        #noga-header .header-right #main-menu {
          margin-right: 0px;
          margin-top: 0px !important;
          float: none;
          display: inline-block !important; } }
      @media (max-width: 767px) {
        /* line 489, ../scss/_common.scss */
        #noga-header .header-right #main-menu {
          margin-right: 0px;
          margin-top: 0px !important;
          float: none;
          display: inline-block !important; } }
      /* line 512, ../scss/_common.scss */
      #noga-header .header-right #main-menu .navbar, #noga-header .header-right #main-menu a {
        padding-bottom: 0; }
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
          /* line 512, ../scss/_common.scss */
          #noga-header .header-right #main-menu .navbar, #noga-header .header-right #main-menu a {
            padding-top: 0px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 512, ../scss/_common.scss */
          #noga-header .header-right #main-menu .navbar, #noga-header .header-right #main-menu a {
            padding-top: 8px; } }
      /* line 521, ../scss/_common.scss */
      #noga-header .header-right #main-menu a {
        color: #fff;
        padding: 0 15px;
        font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif"; }
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
          /* line 521, ../scss/_common.scss */
          #noga-header .header-right #main-menu a {
            font-size: 16px;
            padding: 0 10px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 521, ../scss/_common.scss */
          #noga-header .header-right #main-menu a {
            font-size: 15px;
            padding: 0 10px; } }
        /* line 533, ../scss/_common.scss */
        #noga-header .header-right #main-menu a:hover {
          color: #36A7E9; }
      /* line 537, ../scss/_common.scss */
      #noga-header .header-right #main-menu ul.sub-menu > li > a:hover {
        color: #FFF;
        padding-left: 25px; }
    /* line 543, ../scss/_common.scss */
    #noga-header .header-right #header-tools {
      float: right;
      margin-top: 50px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 543, ../scss/_common.scss */
        #noga-header .header-right #header-tools {
          margin-top: 45px; } }
      @media (max-width: 767px) {
        /* line 543, ../scss/_common.scss */
        #noga-header .header-right #header-tools {
          margin-top: 0px;
          margin-right: 0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        /* line 543, ../scss/_common.scss */
        #noga-header .header-right #header-tools {
          margin-right: 20px;
          float: none;
          display: inline-block !important;
          margin-top: 0; } }
      @media (max-width: 767px) {
        /* line 543, ../scss/_common.scss */
        #noga-header .header-right #header-tools {
          margin-right: 0px;
          float: none;
          display: inline-block !important; } }
      /* line 565, ../scss/_common.scss */
      #noga-header .header-right #header-tools ul li {
        display: inline-block;
        padding: 0 10px; }
        @media (max-width: 767px) {
          /* line 565, ../scss/_common.scss */
          #noga-header .header-right #header-tools ul li {
            padding: 0px; } }
        /* line 571, ../scss/_common.scss */
        #noga-header .header-right #header-tools ul li a {
          font-size: 20px;
          color: #36A7E9;
          font-family: "Cairo", 'serif';
          font-weight: 600; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            /* line 571, ../scss/_common.scss */
            #noga-header .header-right #header-tools ul li a {
              font-size: 16px; } }
          @media (max-width: 767px) {
            /* line 571, ../scss/_common.scss */
            #noga-header .header-right #header-tools ul li a {
              font-size: 14px; } }
          /* line 582, ../scss/_common.scss */
          #noga-header .header-right #header-tools ul li a:hover {
            color: #DA291C; }
        @media (max-width: 767px) {
          /* line 586, ../scss/_common.scss */
          #noga-header .header-right #header-tools ul li.search-icon a {
            font-size: 24px;
            vertical-align: middle; } }
        /* line 592, ../scss/_common.scss */
        #noga-header .header-right #header-tools ul li.search-icon span {
          vertical-align: middle; }

/* line 601, ../scss/_common.scss */
#main-menu > .navbar-default {
  display: flex; }

@media (max-width: 1199px) {
  /* line 606, ../scss/_common.scss */
  #noga-header .header-right #main-menu {
    margin-top: 25px; }

  /* line 609, ../scss/_common.scss */
  .navik-menu li > ul {
    top: calc(118%) !important; } }
@media (max-width: 991px) {
  /* line 615, ../scss/_common.scss */
  #main-menu .navik-menu {
    float: none; }
  /* line 618, ../scss/_common.scss */
  #main-menu > .navbar-default {
    background: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    overflow: auto;
    display: none;
    background: url("../images/noga-watermark-transparent.png") no-repeat center center #02324d; }
    /* line 630, ../scss/_common.scss */
    #main-menu > .navbar-default .navbar, #main-menu > .navbar-default .navbar-nav {
      display: block; }
    /* line 633, ../scss/_common.scss */
    #main-menu > .navbar-default ul > li {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
      position: relative;
      text-align: left;
      margin: 0px 20px; }
      /* line 638, ../scss/_common.scss */
      #main-menu > .navbar-default ul > li > a {
        padding: 10px 20px 10px 0 !important;
        color: #FFF; }
        /* line 641, ../scss/_common.scss */
        #main-menu > .navbar-default ul > li > a :hover {
          color: #DA291C; }
      /* line 645, ../scss/_common.scss */
      #main-menu > .navbar-default ul > li.expanded a {
        color: #36A7E9; }
      /* line 648, ../scss/_common.scss */
      #main-menu > .navbar-default ul > li .show-sub {
        position: absolute;
        top: 15px;
        right: 0px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center; }
        /* line 656, ../scss/_common.scss */
        #main-menu > .navbar-default ul > li .show-sub:before {
          content: '+';
          color: #FFF;
          font-size: 20px; }
        /* line 662, ../scss/_common.scss */
        #main-menu > .navbar-default ul > li .show-sub.expanded:before {
          content: "-"; }
      /* line 667, ../scss/_common.scss */
      #main-menu > .navbar-default ul > li .sub-menu {
        padding: 0 20px 20px 0px;
        display: none;
        position: relative;
        transition: none;
        visibility: visible;
        background-color: transparent; }
        /* line 674, ../scss/_common.scss */
        #main-menu > .navbar-default ul > li .sub-menu > li {
          margin: 0px !important;
          border-bottom: none !important; }
          /* line 677, ../scss/_common.scss */
          #main-menu > .navbar-default ul > li .sub-menu > li a {
            color: rgba(255, 255, 255, 0.5) !important;
            font-size: 16px;
            position: relative;
            padding: 5px 10px 5px 20px !important;
            border: none; }
            /* line 683, ../scss/_common.scss */
            #main-menu > .navbar-default ul > li .sub-menu > li a:active {
              background: transparent;
              color: #DA291C; }
            /* line 687, ../scss/_common.scss */
            #main-menu > .navbar-default ul > li .sub-menu > li a:before {
              width: 10px;
              height: 1px;
              background: rgba(255, 255, 255, 0.5);
              margin-right: 10px;
              position: absolute;
              left: 0px;
              top: 15px;
              content: ""; } }
/***************************************************
  Hamburger
****************************************************/
/* line 708, ../scss/_common.scss */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

/* line 729, ../scss/_common.scss */
.c-hamburger:focus {
  outline: none; }

/* line 733, ../scss/_common.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #36A7E9;
  border-radius: 10px; }

/* line 744, ../scss/_common.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #36A7E9;
  content: "";
  border-radius: 10px; }

/* line 756, ../scss/_common.scss */
.c-hamburger span::before {
  top: -10px; }

/* line 760, ../scss/_common.scss */
.c-hamburger span::after {
  bottom: -10px; }

/**
* Style 2
*
* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
* down to center and transform into an "x".
*/
/* line 770, ../scss/_common.scss */
.c-hamburger--htx {
  background: none; }

/* line 774, ../scss/_common.scss */
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

/* line 779, ../scss/_common.scss */
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

/* line 787, ../scss/_common.scss */
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

/* line 792, ../scss/_common.scss */
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
/* line 801, ../scss/_common.scss */
.c-hamburger--htx.is-active span {
  background: none; }

/* line 805, ../scss/_common.scss */
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d81521; }

/* line 813, ../scss/_common.scss */
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d81521; }

/* line 821, ../scss/_common.scss */
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

/***************************************************
  Search Popup
****************************************************/
/* line 831, ../scss/_common.scss */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #043F5F;
  display: none;
  z-index: 99999;
  text-align: center;
  opacity: 0; }
  /* line 842, ../scss/_common.scss */
  #search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 90%;
    color: white;
    background: transparent;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 5%;
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif"; }
    @media (max-width: 767px) {
      /* line 842, ../scss/_common.scss */
      #search input[type="text"] {
        font-size: 20px; } }
  /* line 863, ../scss/_common.scss */
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px; }
  /* line 870, ../scss/_common.scss */
  #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/***************************************************
  Footer
****************************************************/
/* line 888, ../scss/_common.scss */
footer {
  background: #00324D;
  color: #FFF;
  padding: 80px 0 50px;
  font-size: 14px;
  /* start footer-top */
  /* end footer-bottom */
  /* start footer-bottom */
  /* end footer-bottom */ }
  @media (max-width: 767px) {
    /* line 888, ../scss/_common.scss */
    footer {
      padding-top: 40px; } }
  /* line 897, ../scss/_common.scss */
  footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 30px; }
    /* line 900, ../scss/_common.scss */
    footer .footer-top .logo img {
      max-width: 220px; }
    /* line 903, ../scss/_common.scss */
    footer .footer-top h5 {
      color: #fff;
      font-size: 20px; }
    /* line 908, ../scss/_common.scss */
    footer .footer-top .contact-details li {
      font-size: 18px;
      font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
      padding-bottom: 5px; }
      /* line 912, ../scss/_common.scss */
      footer .footer-top .contact-details li a {
        color: #36A7E9; }
        /* line 914, ../scss/_common.scss */
        footer .footer-top .contact-details li a:hover {
          color: #DA291C; }
      /* line 918, ../scss/_common.scss */
      footer .footer-top .contact-details li span {
        font-size: 12px !important;
        font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif" !important;
        color: rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        margin-left: 10px; }
  @media (max-width: 767px) {
    /* line 929, ../scss/_common.scss */
    footer .address {
      margin-bottom: 40px; } }
  /* line 936, ../scss/_common.scss */
  footer .footer-bottom {
    font-size: 12px;
    padding-top: 30px; }
    /* line 939, ../scss/_common.scss */
    footer .footer-bottom .mini-menu {
      margin-top: 20px; }
      /* line 941, ../scss/_common.scss */
      footer .footer-bottom .mini-menu li {
        display: inline-block;
        padding: 0 10px;
        position: relative; }
        /* line 945, ../scss/_common.scss */
        footer .footer-bottom .mini-menu li:after {
          position: absolute;
          right: 0px;
          width: 1px;
          height: 10px;
          background: rgba(255, 255, 255, 0.5);
          content: '';
          top: 7px; }
        /* line 954, ../scss/_common.scss */
        footer .footer-bottom .mini-menu li:last-child:after {
          display: none; }
        /* line 957, ../scss/_common.scss */
        footer .footer-bottom .mini-menu li:first-child {
          padding-left: 0; }
        /* line 960, ../scss/_common.scss */
        footer .footer-bottom .mini-menu li a {
          color: rgba(255, 255, 255, 0.75); }
          /* line 962, ../scss/_common.scss */
          footer .footer-bottom .mini-menu li a:hover {
            color: #DA291C; }
    /* line 968, ../scss/_common.scss */
    footer .footer-bottom .boxon img {
      vertical-align: middle;
      max-width: 37px;
      margin-top: -7px; }
    /* line 973, ../scss/_common.scss */
    footer .footer-bottom .group-of-logos {
      text-align: right; }
      @media (max-width: 767px) {
        /* line 973, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos {
          text-align: left;
          margin-bottom: 10px; } }
      /* line 979, ../scss/_common.scss */
      footer .footer-bottom .group-of-logos a {
        display: inline-block;
        margin-right: 40px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          /* line 979, ../scss/_common.scss */
          footer .footer-bottom .group-of-logos a {
            display: block;
            float: left; } }
        @media (max-width: 575px) {
          /* line 979, ../scss/_common.scss */
          footer .footer-bottom .group-of-logos a {
            margin-right: 20px; } }
        /* line 989, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos a img {
          vertical-align: bottom; }
        /* line 992, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos a.noga {
          width: 83px; }
          @media (max-width: 767px) {
            /* line 992, ../scss/_common.scss */
            footer .footer-bottom .group-of-logos a.noga {
              width: 45px; } }
        /* line 998, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos a.twenty30bh {
          width: 79px; }
          @media (max-width: 767px) {
            /* line 998, ../scss/_common.scss */
            footer .footer-bottom .group-of-logos a.twenty30bh {
              width: 50px; } }
        /* line 1004, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos a.edbbh {
          width: 97px; }
          @media (max-width: 767px) {
            /* line 1004, ../scss/_common.scss */
            footer .footer-bottom .group-of-logos a.edbbh {
              width: 50px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            /* line 1004, ../scss/_common.scss */
            footer .footer-bottom .group-of-logos a.edbbh {
              height: 100px; } }
        /* line 1013, ../scss/_common.scss */
        footer .footer-bottom .group-of-logos a.bh-business-friendly {
          width: 142px;
          margin-right: 0; }
          @media (max-width: 767px) {
            /* line 1013, ../scss/_common.scss */
            footer .footer-bottom .group-of-logos a.bh-business-friendly {
              width: 70px; } }

/* line 1029, ../scss/_common.scss */
.z1 {
  z-index: 1; }

/* line 1030, ../scss/_common.scss */
.z2 {
  z-index: 2; }

/* line 1031, ../scss/_common.scss */
.z9 {
  z-index: 9; }

/* line 1032, ../scss/_common.scss */
.z99 {
  z-index: 99; }

/* line 1033, ../scss/_common.scss */
.z999 {
  z-index: 999; }

/* line 1034, ../scss/_common.scss */
.z9999 {
  z-index: 9999; }

/* line 1036, ../scss/_common.scss */
.mt-0 {
  margin-top: 0; }

/* line 1037, ../scss/_common.scss */
.mt-10 {
  margin-top: 10px; }

/* line 1038, ../scss/_common.scss */
.mt-30 {
  margin-top: 30px; }

/* line 1039, ../scss/_common.scss */
.mb-30 {
  margin-bottom: 30px; }

/* line 1040, ../scss/_common.scss */
.ml-30 {
  margin-left: 30px; }

/* line 1042, ../scss/_common.scss */
.mb-0 {
  margin-bottom: 0; }

/* line 1044, ../scss/_common.scss */
.p-80 {
  padding: 80px; }

/* line 1046, ../scss/_common.scss */
.pt-80 {
  padding-top: 80px; }

/* line 1047, ../scss/_common.scss */
.pb-80 {
  padding-bottom: 80px; }

/* line 1049, ../scss/_common.scss */
.white-color {
  color: #fff !important; }

/* line 1050, ../scss/_common.scss */
.theme-color {
  color: #36A7E9; }

/* line 1051, ../scss/_common.scss */
.light-blue-color {
  color: #3563A0; }

/* line 1052, ../scss/_common.scss */
.dark-blue-color {
  color: #043F5F; }

/* line 1053, ../scss/_common.scss */
.red-color {
  color: #DA291C; }

@media (max-width: 767px) {
  /* line 1055, ../scss/_common.scss */
  .text-mobile-center {
    text-align: center; } }

/* line 1061, ../scss/_common.scss */
.modal-trigger > * {
  cursor: pointer; }

/* line 1064, ../scss/_common.scss */
.modal-header {
  border-bottom: none !important; }

/* line 1067, ../scss/_common.scss */
.body-strong {
  font-family: "HelveticaNeueLT Com 65 Md", "sans, serif"; }

/* line 1071, ../scss/_common.scss */
.desktop-wrap {
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1071, ../scss/_common.scss */
    .desktop-wrap {
      display: inline-block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1071, ../scss/_common.scss */
    .desktop-wrap {
      display: inline-block; } }
  @media (max-width: 767px) {
    /* line 1071, ../scss/_common.scss */
    .desktop-wrap {
      display: inline-block; } }

/* line 1084, ../scss/_common.scss */
.field-with-btn-icon {
  position: relative;
  overflow: hidden; }
  /* line 1087, ../scss/_common.scss */
  .field-with-btn-icon button {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #36A7E9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    /* line 1093, ../scss/_common.scss */
    .field-with-btn-icon button:hover {
      font-size: 20px; }
    /* line 1096, ../scss/_common.scss */
    .field-with-btn-icon button.hide {
      right: -30px; }

/* line 1102, ../scss/_common.scss */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/***************************************************
  Bootstrap Modal
****************************************************/
/* line 1109, ../scss/_common.scss */
.modal-backdrop {
  background: rgba(0, 50, 77, 0.8);
  z-index: 9999; }

/* line 1113, ../scss/_common.scss */
.modal-backdrop.show {
  opacity: 1; }

/* line 1116, ../scss/_common.scss */
.modal {
  z-index: 99999; }

/***************************************************
  Pagination
****************************************************/
/* line 1122, ../scss/_common.scss */
.pagination-wrapper {
  text-align: center; }
  /* line 1124, ../scss/_common.scss */
  .pagination-wrapper ul.pagination {
    display: inline-block; }
    /* line 1126, ../scss/_common.scss */
    .pagination-wrapper ul.pagination li {
      float: left; }
      /* line 1128, ../scss/_common.scss */
      .pagination-wrapper ul.pagination li.active .page-link {
        background: transparent;
        border: 1px solid #043F5F; }
    /* line 1134, ../scss/_common.scss */
    .pagination-wrapper ul.pagination .page-link {
      border: none;
      font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
      color: #043F5F;
      text-transform: uppercase;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      /* line 1140, ../scss/_common.scss */
      .pagination-wrapper ul.pagination .page-link:hover {
        background: transparent;
        color: #DA291C; }

/* line 1148, ../scss/_common.scss */
.press-release-main .image img {
  width: 100%; }

/* line 1150, ../scss/_common.scss */
.meta-above-title {
  color: rgba(4, 63, 95, 0.8);
  font-size: 16px;
  margin: 1rem 0 0.2rem; }

/* line 1155, ../scss/_common.scss */
.col-with-line {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  /* line 1160, ../scss/_common.scss */
  .col-with-line:hover {
    border-bottom: 1px solid #DA291C; }
  /* line 1163, ../scss/_common.scss */
  .col-with-line h5 {
    color: #3563A0;
    margin-top: 1rem; }

/* line 1169, ../scss/_common.scss */
.company-logo {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center; }
  /* line 1174, ../scss/_common.scss */
  .company-logo.bordered {
    border: 1px solid #DCE2E7; }
  /* line 1177, ../scss/_common.scss */
  .company-logo img {
    max-height: 90px;
    max-width: 180px; }

/* line 1183, ../scss/_common.scss */
.more-link, .prev-link {
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
  color: #36A7E9; }
  /* line 1186, ../scss/_common.scss */
  .more-link.with-icon, .prev-link.with-icon {
    position: relative; }
    /* line 1188, ../scss/_common.scss */
    .more-link.with-icon:after, .prev-link.with-icon:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 12px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }

/* line 1197, ../scss/_common.scss */
.more-link.with-icon {
  padding-right: 25px; }
  /* line 1199, ../scss/_common.scss */
  .more-link.with-icon:after {
    content: '\e902';
    right: 0px; }
  /* line 1203, ../scss/_common.scss */
  .more-link.with-icon:hover:after {
    right: -5px; }

/* line 1209, ../scss/_common.scss */
.prev-link.with-icon {
  padding-left: 25px; }
  /* line 1211, ../scss/_common.scss */
  .prev-link.with-icon:after {
    content: '\e903';
    left: 0px; }
  /* line 1215, ../scss/_common.scss */
  .prev-link.with-icon:hover:after {
    left: -5px; }

/* line 1221, ../scss/_common.scss */
.web-link {
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
  color: #36A7E9;
  position: relative;
  padding-left: 25px; }
  /* line 1226, ../scss/_common.scss */
  .web-link:before {
    content: '\e907';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: -3px; }

/* line 1236, ../scss/_common.scss */
.container-icon {
  text-align: center; }
  @media (max-width: 767px) {
    /* line 1236, ../scss/_common.scss */
    .container-icon {
      margin-top: 40px; } }
  /* line 1241, ../scss/_common.scss */
  .container-icon h3 {
    margin-bottom: 0; }
  /* line 1244, ../scss/_common.scss */
  .container-icon img {
    max-width: 70px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      /* line 1244, ../scss/_common.scss */
      .container-icon img {
        max-width: 50px;
        margin-bottom: 15px; } }
  /* line 1252, ../scss/_common.scss */
  .container-icon > div {
    font-size: 16px;
    color: #505050; }

/***************************************************
  Fancybox
****************************************************/
/* line 1261, ../scss/_common.scss */
.fancybox-button:hover:not([disabled]) {
  background: #36A7E9; }

/* line 1264, ../scss/_common.scss */
.fancybox-bg {
  background: #043F5F; }

/***************************************************
  Owl Carousel
****************************************************/
/* line 1272, ../scss/_common.scss */
.owl-dots {
  display: none; }

/* line 1274, ../scss/_common.scss */
.owl-carousel.with-border-top {
  padding-top: 3rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(112, 112, 112, 0.2); }
/* line 1280, ../scss/_common.scss */
.owl-carousel.top-right-nav .owl-nav {
  position: absolute;
  right: 30px;
  top: -60px; }
  @media (max-width: 767px) {
    /* line 1280, ../scss/_common.scss */
    .owl-carousel.top-right-nav .owl-nav {
      right: 40px !important;
      top: -80px; } }
/* line 1290, ../scss/_common.scss */
.owl-carousel h3 {
  font-size: 22px;
  line-height: 1.3em; }

/* line 1297, ../scss/_common.scss */
.owl-nav button {
  position: relative; }
  /* line 1299, ../scss/_common.scss */
  .owl-nav button:before {
    font-family: 'icomoon' !important;
    color: rgba(54, 167, 233, 0.5);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  /* line 1308, ../scss/_common.scss */
  .owl-nav button:hover:before {
    color: #36a7e9; }
  /* line 1311, ../scss/_common.scss */
  .owl-nav button.owl-prev {
    left: -50px; }
    /* line 1313, ../scss/_common.scss */
    .owl-nav button.owl-prev:before {
      content: "\e903"; }
  /* line 1318, ../scss/_common.scss */
  .owl-nav button.owl-next:before {
    content: "\e902"; }
  /* line 1322, ../scss/_common.scss */
  .owl-nav button span {
    text-indent: -3000px;
    overflow: hidden; }

/* line 1329, ../scss/_common.scss */
ul.default-list {
  margin-top: 0.875rem; }
  /* line 1331, ../scss/_common.scss */
  ul.default-list.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 1331, ../scss/_common.scss */
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      /* line 1331, ../scss/_common.scss */
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    @media (max-width: 767px) {
      /* line 1331, ../scss/_common.scss */
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }

/* line 1352, ../scss/_common.scss */
ul.default-list li {
  /*margin-bottom: 16px; 
  display: flex;  */
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.875rem;
  letter-spacing: 0.1px; }

/* line 1361, ../scss/_common.scss */
ul.default-list li:before {
  content: "\25A0";
  color: rgba(157, 32, 66, 0.8);
  font-weight: bold;
  /*display: inline-block; 
  float: left;
  width: 1em;
  margin-left: 0;
  position: relative;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 15px;
  margin-top: -5px; }
  @media (max-width: 767px) {
    /* line 1361, ../scss/_common.scss */
    ul.default-list li:before {
      font-size: 0.5rem; } }

/* line 1379, ../scss/_common.scss */
hr {
  background-color: #36A7E9;
  opacity: 0.10; }

/* line 1380, ../scss/_common.scss */
.gradient_bg {
  background: #f1f7fe;
  background: -moz-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: -webkit-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f7fe",endColorstr="#f1f7fe",GradientType=1); }

/* line 1387, ../scss/_common.scss */
.small-page-title {
  font-size: 24px;
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
  color: #3563A0;
  text-transform: uppercase;
  margin: 0px 0 30px 0; }

/* line 1396, ../scss/_common.scss */
.zoom {
  overflow: hidden; }
  /* line 1399, ../scss/_common.scss */
  .zoom:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0; }
  /* line 1405, ../scss/_common.scss */
  .zoom img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  /* line 1408, ../scss/_common.scss */
  .zoom.with-hover-overlay {
    position: relative; }
    /* line 1410, ../scss/_common.scss */
    .zoom.with-hover-overlay:hover:before {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0, 50, 77, 0.8);
      z-index: 1;
      content: ''; }
    /* line 1421, ../scss/_common.scss */
    .zoom.with-hover-overlay.gallery:after {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      content: '\e908';
      font-family: 'icomoon' !important;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      margin-left: -22.5px;
      margin-top: -22.5px;
      font-size: 45px;
      color: #DA291C;
      opacity: 0; }
    /* line 1435, ../scss/_common.scss */
    .zoom.with-hover-overlay.gallery:hover:after {
      opacity: 1; }

/* line 1442, ../scss/_common.scss */
.with-overlay {
  position: relative; }
  /* line 1444, ../scss/_common.scss */
  .with-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 77, 0.5);
    z-index: 1;
    content: ''; }
  /* line 1455, ../scss/_common.scss */
  .with-overlay.video:after {
    content: '\e900';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 70px;
    color: #36A7E9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  /* line 1468, ../scss/_common.scss */
  .with-overlay.video:hover:after {
    color: #DA291C; }

/* line 1474, ../scss/_common.scss */
.with-overlay.menu-open:before {
  z-index: 0; }
/* line 1477, ../scss/_common.scss */
.with-overlay.menu-open:after {
  z-index: 0; }

/* line 1482, ../scss/_common.scss */
.with-bg-image {
  background-position: center center;
  background-size: cover;
  position: relative; }
  /* line 1486, ../scss/_common.scss */
  .with-bg-image.fixed {
    background-attachment: fixed; }
  /* line 1489, ../scss/_common.scss */
  .with-bg-image > *:nth-child(1) {
    position: relative; }
  /* line 1492, ../scss/_common.scss */
  .with-bg-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.9);
    top: 0;
    left: 0;
    z-index: 0; }

/* line 1504, ../scss/_common.scss */
.with-grey-bg {
  background: #F7F7F7; }

/***************************************************
  Section
****************************************************/
/* line 1512, ../scss/_common.scss */
section {
  padding: 80px 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1512, ../scss/_common.scss */
    section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    /* line 1512, ../scss/_common.scss */
    section {
      padding: 60px 0; } }
  /* line 1520, ../scss/_common.scss */
  section.first {
    padding-top: 20px; }
  /* line 1523, ../scss/_common.scss */
  section.with-watermark {
    position: relative;
    min-height: 700px;
    padding-top: 40px; }
    /* line 1527, ../scss/_common.scss */
    section.with-watermark .container {
      position: relative; }
    /* line 1530, ../scss/_common.scss */
    section.with-watermark::before {
      position: absolute;
      left: -185px;
      top: 140px;
      width: 370px;
      min-height: 531px;
      background: url("../images/noga-watermark.png") no-repeat center center;
      content: '';
      z-index: 0; }
  /* line 1542, ../scss/_common.scss */
  section.with-grey-bg {
    background: #F7F7F7; }
  /* line 1545, ../scss/_common.scss */
  section.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    /* line 1549, ../scss/_common.scss */
    section .container {
      padding: 0 20px; } }

/* line 1558, ../scss/_common.scss */
body.home section.with-watermark {
  padding-top: 80px; }

@media (max-width: 767px) {
  /* line 1564, ../scss/_common.scss */
  section.with-carousel .heading-1 h2 {
    width: 75%; } }

/***************************************************
  Inside Page Header
****************************************************/
/* line 1574, ../scss/_common.scss */
#inside-page-header-wrapper .page-header-inner {
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 600px;
  padding-top: 300px; }
  /* line 1580, ../scss/_common.scss */
  #inside-page-header-wrapper .page-header-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.8);
    top: 0;
    left: 0;
    z-index: 0; }
  /* line 1591, ../scss/_common.scss */
  #inside-page-header-wrapper .page-header-inner .heading-1 h1 {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #fff; }
    @media (max-width: 767px) {
      /* line 1591, ../scss/_common.scss */
      #inside-page-header-wrapper .page-header-inner .heading-1 h1 {
        font-size: 42px;
        margin-top: 0;
        margin-bottom: 10px !important; } }
  @media (max-width: 767px) {
    /* line 1574, ../scss/_common.scss */
    #inside-page-header-wrapper .page-header-inner {
      min-height: 400px;
      padding-top: 200px;
      padding-left: 20px;
      padding-bottom: 50px; } }
/* line 1615, ../scss/_common.scss */
#inside-page-header-wrapper .breadcrumb .container {
  padding: 20px 0;
  border-bottom: 1px solid rgba(25, 62, 92, 0.15); }
/* line 1619, ../scss/_common.scss */
#inside-page-header-wrapper .breadcrumb .share {
  float: right;
  width: 20px; }
  /* line 1622, ../scss/_common.scss */
  #inside-page-header-wrapper .breadcrumb .share a {
    margin-left: 0px; }
  @media (max-width: 767px) {
    /* line 1619, ../scss/_common.scss */
    #inside-page-header-wrapper .breadcrumb .share {
      margin-right: 25px; } }
/* line 1629, ../scss/_common.scss */
#inside-page-header-wrapper .breadcrumb .breadcrumb-links {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }
  @media (max-width: 767px) {
    /* line 1629, ../scss/_common.scss */
    #inside-page-header-wrapper .breadcrumb .breadcrumb-links {
      width: -webkit-calc(100% - 45px);
      width: -moz-calc(100% - 45px);
      width: calc(100% - 45px);
      padding-left: 10px; } }
  /* line 1637, ../scss/_common.scss */
  #inside-page-header-wrapper .breadcrumb .breadcrumb-links li {
    font-size: 16px;
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif"; }
    /* line 1640, ../scss/_common.scss */
    #inside-page-header-wrapper .breadcrumb .breadcrumb-links li.active:before {
      padding-right: 1rem; }
  /* line 1644, ../scss/_common.scss */
  #inside-page-header-wrapper .breadcrumb .breadcrumb-links ol {
    margin-bottom: 0; }
/* line 1651, ../scss/_common.scss */
#inside-page-header-wrapper .breadcrumb a {
  color: #36A7E9;
  margin: 0 .8rem 0; }
  @media (max-width: 767px) {
    /* line 1651, ../scss/_common.scss */
    #inside-page-header-wrapper .breadcrumb a {
      margin: 0 .3rem 0; } }
  /* line 1657, ../scss/_common.scss */
  #inside-page-header-wrapper .breadcrumb a:hover {
    color: #DA291C; }

/* line 1666, ../scss/_common.scss */
.section-title-white span.span, .section-title-white h2 {
  color: #fff; }

/* line 1670, ../scss/_common.scss */
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/* line 1675, ../scss/_common.scss */
.parallax-bg {
  background-attachment: fixed; }

/* line 1678, ../scss/_common.scss */
.slick-slide {
  outline: 0; }

/* line 1682, ../scss/_common.scss */
ul.social-link li {
  display: inline-block; }

/* line 1686, ../scss/_common.scss */
.form_group {
  position: relative; }

/* line 1689, ../scss/_common.scss */
.form_control {
  width: 100%;
  padding: 0 30px;
  height: 55px;
  border: none; }

/* line 1695, ../scss/_common.scss */
textarea.form_control {
  padding-top: 15px;
  display: inherit; }

/* line 1700, ../scss/_common.scss */
.section-title.section-title-left {
  text-align: left; }
  /* line 1703, ../scss/_common.scss */
  .section-title.section-title-left span.sub-title:after {
    display: none; }
/* line 1708, ../scss/_common.scss */
.section-title.section-title-right {
  text-align: right; }
  /* line 1711, ../scss/_common.scss */
  .section-title.section-title-right span.sub-title:before {
    display: none; }
/* line 1717, ../scss/_common.scss */
.section-title.section-title-white h2 {
  color: #fff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1721, ../scss/_common.scss */
  .section-title h2 {
    font-size: 40px;
    line-height: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1721, ../scss/_common.scss */
  .section-title h2 {
    font-size: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1721, ../scss/_common.scss */
  .section-title h2 {
    font-size: 32px;
    line-height: 45px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1721, ../scss/_common.scss */
  .section-title h2 {
    font-size: 28px;
    line-height: 40px; } }

/* line 1739, ../scss/_common.scss */
span.sub-title {
  position: relative;
  margin-bottom: 15px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif";
  color: #36A7E9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1739, ../scss/_common.scss */
    span.sub-title {
      font-size: 15px; } }
  /* line 1750, ../scss/_common.scss */
  span.sub-title:after, span.sub-title:before {
    display: inline-block;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #36A7E9;
    vertical-align: middle; }
  /* line 1758, ../scss/_common.scss */
  span.sub-title:before {
    margin-right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 1758, ../scss/_common.scss */
      span.sub-title:before {
        margin-right: 10px; } }
  /* line 1764, ../scss/_common.scss */
  span.sub-title:after {
    margin-left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 1764, ../scss/_common.scss */
      span.sub-title:after {
        margin-left: 10px; } }

/* line 1771, ../scss/_common.scss */
.bg-with-overlay {
  position: relative;
  z-index: 1; }
  /* line 1774, ../scss/_common.scss */
  .bg-with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(22, 37, 66, 0.9);
    z-index: -1; }
  /* line 1785, ../scss/_common.scss */
  .bg-with-overlay.bg-with-overlay-two:after {
    background-color: rgba(25, 23, 21, 0.86); }

/*===== All bg =====*/
/* line 1791, ../scss/_common.scss */
.light-bg {
  background-color: rgba(22, 37, 66, 0.05); }

/* line 1794, ../scss/_common.scss */
.blue-bg {
  background-color: #36A7E9; }

/*===== Extend Css =====*/
/*===== All Button Style =====*/
/* line 1809, ../scss/_common.scss */
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/* line 1814, ../scss/_common.scss */
.main-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  /*width: fit-content;*/
  z-index: 1;
  padding: 12px 30px;
  color: #36A7E9 !important;
  border: 1px solid #36A7E9;
  font-size: 18px;
  font-weight: bold !important;
  line-height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif"; }
  @media (max-width: 767px) {
    /* line 1814, ../scss/_common.scss */
    .main-btn {
      padding: 6px 20px;
      font-size: 15px; } }
  /* line 1833, ../scss/_common.scss */
  .main-btn.right-arrow {
    position: relative;
    padding-right: 45px; }
    /* line 1836, ../scss/_common.scss */
    .main-btn.right-arrow:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 12px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      content: '\e902';
      right: 10px; }
    /* line 1844, ../scss/_common.scss */
    .main-btn.right-arrow:hover:after {
      right: 15px; }
  /* line 1849, ../scss/_common.scss */
  .main-btn.red-hover:hover {
    border: 1px solid #DA291C;
    background-color: #DA291C; }
    /* line 1852, ../scss/_common.scss */
    .main-btn.red-hover:hover:hover {
      border-color: #DA291C; }
      /* line 1854, ../scss/_common.scss */
      .main-btn.red-hover:hover:hover:before {
        background-color: #DA291C; }
  /* line 1859, ../scss/_common.scss */
  .main-btn.red-hover:active {
    background-color: #DA291C; }
  /* line 1862, ../scss/_common.scss */
  .main-btn.red-hover:before {
    background-color: #DA291C; }
  /* line 1866, ../scss/_common.scss */
  .main-btn:hover {
    color: #fff;
    border: 1px solid #043F5F;
    background-color: #043F5F; }
    /* line 1870, ../scss/_common.scss */
    .main-btn:hover:before {
      bottom: 0; }
  /* line 1874, ../scss/_common.scss */
  .main-btn:focus {
    color: #fff; }
  /* line 1877, ../scss/_common.scss */
  .main-btn:active {
    color: #fff;
    background-color: #043F5F; }
  /* line 1881, ../scss/_common.scss */
  .main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #043F5F;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  /* line 1892, ../scss/_common.scss */
  .main-btn .btn-icon {
    padding-right: 5px;
    font-size: 24px;
    opacity: 0.8; }
  /* line 1897, ../scss/_common.scss */
  .main-btn.btn-med {
    padding: 8px 25px !important;
    font-size: 14px; }
    /* line 1900, ../scss/_common.scss */
    .main-btn.btn-med .btn-icon {
      font-size: 20px;
      opacity: 0.8; }
  /* line 1905, ../scss/_common.scss */
  .main-btn.btn-small {
    padding: 4px 20px !important;
    font-size: 13px; }
    /* line 1908, ../scss/_common.scss */
    .main-btn.btn-small .btn-icon {
      font-size: 18px;
      opacity: 0.8; }
  /* line 1913, ../scss/_common.scss */
  .main-btn.filled-btn {
    background-color: #36A7E9;
    border: 1px solid #36A7E9;
    color: #fff !important; }
  /* line 1918, ../scss/_common.scss */
  .main-btn.no-fill {
    border: none;
    background-color: transparent;
    color: #36A7E9 !important; }
  /* line 1924, ../scss/_common.scss */
  .main-btn:hover {
    border-color: #043F5F;
    color: #fff !important; }
    /* line 1927, ../scss/_common.scss */
    .main-btn:hover:before {
      background-color: #043F5F; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1814, ../scss/_common.scss */
    .main-btn {
      padding: 10px 15px;
      font-size: 14px; }
      /* line 1935, ../scss/_common.scss */
      .main-btn.btn-small {
        padding: 4px 10px !important; } }

/*===== Alert Announcement Style =====*/
/* line 1943, ../scss/_common.scss */
.alert-wrapper {
  background-color: #36A7E9; }
  /* line 1945, ../scss/_common.scss */
  .alert-wrapper .alert-announcement {
    margin-bottom: 0;
    background-color: #36A7E9;
    color: #fff;
    border: none;
    border-radius: 0; }
    /* line 1952, ../scss/_common.scss */
    .alert-wrapper .alert-announcement h6 {
      color: #fff;
      padding-bottom: 5px; }
    /* line 1956, ../scss/_common.scss */
    .alert-wrapper .alert-announcement p {
      color: #D9D8D6;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
    /* line 1962, ../scss/_common.scss */
    .alert-wrapper .alert-announcement .btn-close {
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      background: none;
      right: 10px;
      top: -5px;
      outline: none;
      border: none; }
      /* line 1970, ../scss/_common.scss */
      .alert-wrapper .alert-announcement .btn-close span {
        font-size: 32px; }

/*===== Text Link Style =====*/
/* line 1978, ../scss/_common.scss */
.text-link {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
  position: relative;
  color: #36A7E9; }
  /* line 1988, ../scss/_common.scss */
  .text-link:after {
    content: "\e409";
    font-family: "Material Icons Outlined";
    color: #646363;
    opacity: 0.5;
    font-size: 20px;
    line-height: 0.85;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  /* line 2002, ../scss/_common.scss */
  .text-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    cursor: pointer; }
  /* line 2008, ../scss/_common.scss */
  .text-link:hover:after {
    right: -23px; }
  /* line 2011, ../scss/_common.scss */
  .text-link.white {
    color: #fff;
    opacity: 0.8; }
    /* line 2014, ../scss/_common.scss */
    .text-link.white:after {
      color: #fff;
      opacity: 0.5; }
    /* line 2018, ../scss/_common.scss */
    .text-link.white:hover {
      color: #fff;
      opacity: 1; }

/*===== Card Style =====*/
/* line 2027, ../scss/_common.scss */
.card {
  width: 100%;
  border: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #D8D8D8; }
  /* line 2035, ../scss/_common.scss */
  .card .container-icon {
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 767px) {
      /* line 2035, ../scss/_common.scss */
      .card .container-icon {
        margin-top: 0; } }
    /* line 2041, ../scss/_common.scss */
    .card .container-icon img {
      margin-bottom: 0;
      max-height: 50px; }

/* line 2048, ../scss/_common.scss */
.card-body {
  padding: 30px; }

/* line 2049, ../scss/_common.scss */
.card p {
  font-size: 18px;
  line-height: 1.2; }

/* line 2050, ../scss/_common.scss */
.card-icon {
  background-color: #F1F7FE;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }

/* line 2051, ../scss/_common.scss */
.card:hover {
  background-color: #043F5F; }

/* line 2052, ../scss/_common.scss */
.card:hover h5 {
  color: #fff; }

/* line 2053, ../scss/_common.scss */
.card:hover p {
  color: #D9D8D6; }

/* line 2054, ../scss/_common.scss */
.card:hover hr {
  background-color: #fff; }

/*
    nice select css
*/
/* line 2059, ../scss/_common.scss */
.nice-select {
  outline: none; }
  /* line 2062, ../scss/_common.scss */
  .nice-select.open:after {
    transform: none; }
  /* line 2066, ../scss/_common.scss */
  .nice-select:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2E2E2E; }
  /* line 2078, ../scss/_common.scss */
  .nice-select .list {
    width: 100%; }

/*
    search 
*/
/* line 2085, ../scss/_common.scss */
#search-modal {
  background: rgba(23, 26, 33, 0.85); }
  /* line 2087, ../scss/_common.scss */
  #search-modal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none; }
    /* line 2091, ../scss/_common.scss */
    #search-modal .modal-content:focus {
      box-shadow: none; }
  /* line 2095, ../scss/_common.scss */
  #search-modal .form_control {
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    margin-bottom: 0;
    height: 50px; }
    /* line 2103, ../scss/_common.scss */
    #search-modal .form_control:focus {
      border-color: #36A7E9; }
    /* line 2106, ../scss/_common.scss */
    #search-modal .form_control::placeholder {
      color: #fff; }
  /* line 2110, ../scss/_common.scss */
  #search-modal .search_btn {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: #fff; }

/*
    Start Preloader css
*/
/* line 2121, ../scss/_common.scss */
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999; }
  /* line 2131, ../scss/_common.scss */
  .preloader .loader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9999;
    animation: loadershake infinite 1s linear; }

@keyframes loadershake {
  0% {
    transform: rotateY(5deg); }
  50% {
    transform: rotateY(45deg); }
  100% {
    transform: rotateY(5deg); } }
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
/* line 2159, ../scss/_common.scss */
.back-to-top {
  background: #36A7E9;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 337; }
  /* line 2176, ../scss/_common.scss */
  .back-to-top:hover, .back-to-top:focus {
    background: #0c1b36;
    color: #fff; }

/*
    End scroll_up css
*/
@keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0; }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }
/*===== Subpage Banner =====*/
/* line 2203, ../scss/_common.scss */
section.subpage-banner {
  background-color: #F1F7FE;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  /* line 2208, ../scss/_common.scss */
  section.subpage-banner:before {
    content: "";
    width: 50%;
    height: 600px;
    background-color: #D9E9FC;
    border-radius: 0 50% 50% 0;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 1; }
  /* line 2219, ../scss/_common.scss */
  section.subpage-banner .z2 {
    position: relative; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2203, ../scss/_common.scss */
    section.subpage-banner {
      padding: 30px 0; }
      /* line 2224, ../scss/_common.scss */
      section.subpage-banner:before {
        height: 300px;
        top: -150px; } }

/* line 2231, ../scss/_common.scss */
.breadcrumb-wrapper {
  border-bottom: solid 1px rgba(1, 46, 93, 0.1);
  padding: 10px 0;
  display: flex;
  align-content: flex-end;
  justify-content: space-between; }
  /* line 2239, ../scss/_common.scss */
  .breadcrumb-wrapper .breadcrumbs-link li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300; }
    /* line 2243, ../scss/_common.scss */
    .breadcrumb-wrapper .breadcrumbs-link li:first-child a:before {
      content: "\f015";
      font-family: "Font Awesome 5 Pro";
      color: #646363;
      opacity: 0.6;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      padding-right: 5px; }
    /* line 2254, ../scss/_common.scss */
    .breadcrumb-wrapper .breadcrumbs-link li:last-child:after {
      display: none; }
    /* line 2258, ../scss/_common.scss */
    .breadcrumb-wrapper .breadcrumbs-link li.active {
      color: #043F5F; }
    /* line 2261, ../scss/_common.scss */
    .breadcrumb-wrapper .breadcrumbs-link li:after {
      display: inline-block;
      content: '\f105';
      margin-left: 10px;
      margin-right: 5px;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      font-family: "Font Awesome 5 Pro";
      color: #646363;
      opacity: 0.5;
      vertical-align: middle; }
    /* line 2274, ../scss/_common.scss */
    .breadcrumb-wrapper .breadcrumbs-link li a {
      color: #2A6EBB; }
      /* line 2276, ../scss/_common.scss */
      .breadcrumb-wrapper .breadcrumbs-link li a:hover {
        color: #DA291C; }
  /* line 2283, ../scss/_common.scss */
  .breadcrumb-wrapper .addthis_inline_share_toolbox {
    white-space: nowrap; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 2283, ../scss/_common.scss */
      .breadcrumb-wrapper .addthis_inline_share_toolbox {
        margin-top: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2231, ../scss/_common.scss */
    .breadcrumb-wrapper {
      flex-direction: column;
      justify-content: flex-start; } }

/* line 2296, ../scss/_common.scss */
.side-menu-wrapper {
  position: sticky;
  top: 150px; }
  /* line 2299, ../scss/_common.scss */
  .side-menu-wrapper p.otp {
    opacity: 0.4; }
  /* line 2303, ../scss/_common.scss */
  .side-menu-wrapper .side-menu li {
    line-height: 1.5rem;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative; }
    /* line 2308, ../scss/_common.scss */
    .side-menu-wrapper .side-menu li:before {
      content: "\f0da";
      font-family: "Font Awesome 5 Pro";
      margin-left: -15px;
      position: absolute;
      font-weight: bold;
      opacity: 0.5;
      top: 2px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 2296, ../scss/_common.scss */
    .side-menu-wrapper {
      top: 50px; } }

/*===== Accordion =====*/
/* line 2327, ../scss/_common.scss */
.accordion .accordion-button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 12px;
  color: #36A7E9;
  padding-left: 25px;
  border: 0;
  box-shadow: none; }
  /* line 2335, ../scss/_common.scss */
  .accordion .accordion-button:hover {
    color: #DA291C; }
  /* line 2338, ../scss/_common.scss */
  .accordion .accordion-button:not(.collapsed) {
    color: #DA291C;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-bottom: 0; }
  /* line 2345, ../scss/_common.scss */
  .accordion .accordion-button:before {
    content: "\2022";
    color: #646363;
    opacity: 0.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: -24px;
    margin-right: 15px; }
/* line 2356, ../scss/_common.scss */
.accordion .accordion-body {
  padding-left: 25px; }

/* line 2361, ../scss/_common.scss */
.header-top-links {
  position: absolute;
  right: 196px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 2361, ../scss/_common.scss */
    .header-top-links {
      right: 146px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2361, ../scss/_common.scss */
    .header-top-links {
      right: 93px;
      top: 14px; } }
  @media (max-width: 991px) {
    /* line 2361, ../scss/_common.scss */
    .header-top-links {
      display: none; } }
  /* line 2377, ../scss/_common.scss */
  .header-top-links ul li {
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #3563A0;
    line-height: 11px;
    padding-right: 15px; }
    /* line 2383, ../scss/_common.scss */
    .header-top-links ul li a {
      color: #fff;
      font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif" !important; }
      /* line 2387, ../scss/_common.scss */
      .header-top-links ul li a:hover {
        color: #36A7E9; }
    /* line 2392, ../scss/_common.scss */
    .header-top-links ul li:last-child {
      border: none;
      padding-left: 10px; }

/* line 2399, ../scss/_common.scss */
.landing-page-bnr {
  min-height: 750px !important;
  padding-top: 215px !important; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 2399, ../scss/_common.scss */
    .landing-page-bnr {
      min-height: 680px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2399, ../scss/_common.scss */
    .landing-page-bnr {
      min-height: 550px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2399, ../scss/_common.scss */
    .landing-page-bnr {
      min-height: 453px !important;
      padding-top: 165px !important; } }
  @media (max-width: 767px) {
    /* line 2399, ../scss/_common.scss */
    .landing-page-bnr {
      min-height: 540px !important;
      padding-top: 104px !important;
      padding-bottom: 0px !important; } }

/* line 2418, ../scss/_common.scss */
.landing-heading {
  margin-top: 40px; }
  /* line 2420, ../scss/_common.scss */
  .landing-heading h1 {
    font-size: 70px !important;
    margin-bottom: 30px !important; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 2420, ../scss/_common.scss */
      .landing-heading h1 {
        font-size: 50px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 2420, ../scss/_common.scss */
      .landing-heading h1 {
        font-size: 45px !important; } }
    @media (max-width: 767px) {
      /* line 2420, ../scss/_common.scss */
      .landing-heading h1 {
        font-size: 35px !important; } }
  /* line 2433, ../scss/_common.scss */
  .landing-heading .landing-sub-heading {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif" !important; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 2433, ../scss/_common.scss */
      .landing-heading .landing-sub-heading {
        font-size: 18px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 2433, ../scss/_common.scss */
      .landing-heading .landing-sub-heading {
        display: none; } }
    @media (max-width: 767px) {
      /* line 2433, ../scss/_common.scss */
      .landing-heading .landing-sub-heading {
        display: none; } }
  /* line 2448, ../scss/_common.scss */
  .landing-heading h5 {
    font-size: 24px;
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
    margin-top: 25px;
    font-weight: normal; }
    @media (max-width: 767px) {
      /* line 2448, ../scss/_common.scss */
      .landing-heading h5 {
        margin-top: 10px;
        font-size: 21px; } }
  /* line 2458, ../scss/_common.scss */
  .landing-heading h6 {
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
    color: #90B9E5;
    font-weight: normal; }

/* line 2464, ../scss/_common.scss */
.landing-heading-main {
  position: relative; }

/* line 2467, ../scss/_common.scss */
.service-img-wrapper {
  position: relative; }
  @media (max-width: 575px) {
    /* line 2467, ../scss/_common.scss */
    .service-img-wrapper {
      height: 220px; } }

/* line 2474, ../scss/_common.scss */
.service-img-wrapper .project-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; }
  /* line 2480, ../scss/_common.scss */
  .service-img-wrapper .project-box .icon-services {
    color: #fff;
    font-size: 50px;
    margin-bottom: 17px; }
    @media only screen and (min-width: 1400px) {
      /* line 2480, ../scss/_common.scss */
      .service-img-wrapper .project-box .icon-services {
        font-size: 40px;
        margin-bottom: 2px; } }
    @media (max-width: 991px) {
      /* line 2480, ../scss/_common.scss */
      .service-img-wrapper .project-box .icon-services {
        font-size: 30px; } }
  /* line 2493, ../scss/_common.scss */
  .service-img-wrapper .project-box:hover .icon-services {
    color: #C92C3C; }
  /* line 2496, ../scss/_common.scss */
  .service-img-wrapper .project-box:hover .icon-Right-Arrow {
    font-size: 10px;
    color: #C92C3C; }
  /* line 2502, ../scss/_common.scss */
  .service-img-wrapper .project-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    /*background: $dark-blue-color-opacity;*/ }
  /* line 2511, ../scss/_common.scss */
  .service-img-wrapper .project-box:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #00293e;
    background: -moz-linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    background: -webkit-linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    background: linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00293e",endColorstr="#00293e",GradientType=1);
    transition: background-color 0.5s ease; }
  /* line 2526, ../scss/_common.scss */
  .service-img-wrapper .project-box:hover::after {
    transition: background-color 0.5s ease;
    background: rgba(0, 41, 62, 0.8); }
  /* line 2530, ../scss/_common.scss */
  .service-img-wrapper .project-box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    /* line 2535, ../scss/_common.scss */
    .service-img-wrapper .project-box a img {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      width: 100%; }
      @media (max-width: 575px) {
        /* line 2535, ../scss/_common.scss */
        .service-img-wrapper .project-box a img {
          object-fit: cover;
          height: 220px;
          object-position: left; } }
    /* line 2544, ../scss/_common.scss */
    .service-img-wrapper .project-box a .patern {
      background-image: url("../images/pattern.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 136px;
      height: 45px;
      right: -136px;
      bottom: 0px;
      z-index: 3;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 991px) {
        /* line 2544, ../scss/_common.scss */
        .service-img-wrapper .project-box a .patern {
          width: 24%;
          height: 24%;
          right: -80px; } }
      /* line 2560, ../scss/_common.scss */
      .service-img-wrapper .project-box a .patern span {
        position: absolute;
        right: 20px;
        bottom: 15px;
        font-size: 12px;
        color: #fff; }
        @media (max-width: 991px) {
          /* line 2560, ../scss/_common.scss */
          .service-img-wrapper .project-box a .patern span {
            font-size: 8px;
            bottom: 8px;
            right: 13px; } }
    /* line 2573, ../scss/_common.scss */
    .service-img-wrapper .project-box a figcaption {
      width: 90%;
      position: absolute;
      left: 0;
      bottom: -125px;
      padding: 0 40px;
      opacity: 1;
      z-index: 1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        /* line 2582, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption span {
          margin-bottom: 7px; } }
      @media only screen and (min-width: 1400px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          padding: 0 28px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          padding: 0 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          padding: 0 20px;
          bottom: -150px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          bottom: -110px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          padding: 0 17px;
          bottom: -140px; } }
      @media (max-width: 575px) {
        /* line 2573, ../scss/_common.scss */
        .service-img-wrapper .project-box a figcaption {
          padding: 0 17px;
          bottom: -37px; } }
      /* line 2612, ../scss/_common.scss */
      .service-img-wrapper .project-box a figcaption h3 {
        color: #fff;
        font-size: 34px;
        line-height: 40px !important;
        font-weight: 500;
        font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 1400px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 34px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 26px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 33px !important; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 35px !important; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 35px !important; } }
        @media (max-width: 575px) {
          /* line 2612, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 35px !important; } }
      /* line 2643, ../scss/_common.scss */
      .service-img-wrapper .project-box a figcaption p {
        color: #F5F7F9;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 10px;
        				/*position: absolute;
        bottom:0;*/
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 575px) {
          /* line 2643, ../scss/_common.scss */
          .service-img-wrapper .project-box a figcaption p {
            display: none; } }
    /* line 2662, ../scss/_common.scss */
    .service-img-wrapper .project-box a:hover img {
      transform: scale(1.1);
      /*opacity: 0.3;*/ }
    /* line 2666, ../scss/_common.scss */
    .service-img-wrapper .project-box a:hover .patern {
      opacity: 1;
      right: 0px;
      bottom: 20px;
      color: red; }
    /* line 2672, ../scss/_common.scss */
    .service-img-wrapper .project-box a:hover figcaption h3 {
      color: #E0362E; }
    /* line 2675, ../scss/_common.scss */
    .service-img-wrapper .project-box a:hover figcaption {
      bottom: 40px; }
    /* line 2678, ../scss/_common.scss */
    .service-img-wrapper .project-box a:hover figcaption p {
      opacity: 1; }

/* line 2684, ../scss/_common.scss */
.btn-chairman {
  margin-top: 15px;
  font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
  font-weight: normal !important; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 2684, ../scss/_common.scss */
    .btn-chairman {
      padding: 12px 16px;
      font-size: 14px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2684, ../scss/_common.scss */
    .btn-chairman {
      padding: 12px 20px;
      font-size: 13px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2684, ../scss/_common.scss */
    .btn-chairman {
      padding: 12px 20px;
      font-size: 15px; } }
  @media (max-width: 575px) {
    /* line 2684, ../scss/_common.scss */
    .btn-chairman {
      padding: 5px 17px;
      font-size: 14px; } }

/* line 2706, ../scss/_common.scss */
.chairman-watermark {
  min-height: auto !important;
  padding-top: 80px !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2710, ../scss/_common.scss */
  .quotes-chairman {
    display: none; } }
@media (max-width: 767px) {
  /* line 2710, ../scss/_common.scss */
  .quotes-chairman {
    display: none; } }

/* line 2720, ../scss/_common.scss */
.how-its-wrks {
  padding: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2720, ../scss/_common.scss */
    .how-its-wrks {
      padding: 40px;
      margin-right: 2rem !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2720, ../scss/_common.scss */
    .how-its-wrks {
      padding: 40px;
      margin-right: 0rem !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2720, ../scss/_common.scss */
    .how-its-wrks {
      padding: 40px;
      margin-right: 0rem !important; } }
  @media (max-width: 575px) {
    /* line 2720, ../scss/_common.scss */
    .how-its-wrks {
      padding: 25px;
      margin-right: 0rem !important; } }
  /* line 2744, ../scss/_common.scss */
  .how-its-wrks h2 {
    font-size: 36px; }
    @media (max-width: 575px) {
      /* line 2744, ../scss/_common.scss */
      .how-its-wrks h2 {
        font-size: 28px;
        margin-bottom: 10px; } }
  @media (max-width: 575px) {
    /* line 2752, ../scss/_common.scss */
    .how-its-wrks p {
      font-size: 16px; } }

/* line 2762, ../scss/_common.scss */
.chairmans-landing .form-control {
  border-radius: 0;
  background: #F8F8F8;
  border: none;
  padding: 15px; }
/* line 2769, ../scss/_common.scss */
.chairmans-landing .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #043F5F;
  opacity: 1;
  /* Firefox */ }
@media (max-width: 575px) {
  /* line 2773, ../scss/_common.scss */
  .chairmans-landing h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  /* line 2781, ../scss/_common.scss */
  .chairmans-parallex {
    text-align: left; } }
@media (max-width: 575px) {
  /* line 2788, ../scss/_common.scss */
  .chairmans-parallex h2 {
    font-size: 28px; } }
/* line 2795, ../scss/_common.scss */
.chairmans-parallex p {
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2795, ../scss/_common.scss */
    .chairmans-parallex p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; } }
  @media (max-width: 575px) {
    /* line 2795, ../scss/_common.scss */
    .chairmans-parallex p {
      font-size: 16px; } }
/* line 2810, ../scss/_common.scss */
.chairmans-parallex h6 {
  color: #36A7E9; }

@media (max-width: 767px) {
  /* line 2815, ../scss/_common.scss */
  .chairmans-dtl-img {
    margin-right: 0px !important; } }

@media (max-width: 767px) {
  /* line 2823, ../scss/_common.scss */
  .chairmans-dtl-text {
    clear: both; } }
@media (max-width: 767px) {
  /* line 2830, ../scss/_common.scss */
  .chairmans-dtl-text p {
    font-size: 16px; } }

@media (max-width: 767px) {
  /* line 2837, ../scss/_common.scss */
  .chairmans-main-img {
    margin-top: 50px; } }

/* line 2843, ../scss/_common.scss */
.navik-menu {
  border-top: 0px !important; }

@media (max-width: 767px) {
  /* line 2846, ../scss/_common.scss */
  .lang-switcher {
    padding-right: 10px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2852, ../scss/_common.scss */
  .copyright {
    margin-top: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2852, ../scss/_common.scss */
  .copyright {
    margin-top: 10px; } }

/* line 2862, ../scss/_common.scss */
.section-chairman {
  min-height: auto !important; }

/* line 2865, ../scss/_common.scss */
.chairmans-media-text {
  padding-top: 20px; }
  @media (max-width: 767px) {
    /* line 2865, ../scss/_common.scss */
    .chairmans-media-text {
      margin-left: 0px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2870, ../scss/_common.scss */
    .chairmans-media-text h2 {
      font-size: 32px;
      line-height: 1.1; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2870, ../scss/_common.scss */
    .chairmans-media-text h2 {
      font-size: 30px;
      line-height: 1.1;
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    /* line 2870, ../scss/_common.scss */
    .chairmans-media-text h2 {
      font-size: 26px;
      line-height: 1.1; } }
  /* line 2885, ../scss/_common.scss */
  .chairmans-media-text p {
    font-size: 20px;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 35px; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      /* line 2885, ../scss/_common.scss */
      .chairmans-media-text p {
        -webkit-line-clamp: 3; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* line 2885, ../scss/_common.scss */
      .chairmans-media-text p {
        -webkit-line-clamp: 3;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 2885, ../scss/_common.scss */
      .chairmans-media-text p {
        display: none; } }
    @media (max-width: 767px) {
      /* line 2885, ../scss/_common.scss */
      .chairmans-media-text p {
        font-size: 17px;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      /* line 2885, ../scss/_common.scss */
      .chairmans-media-text p {
        font-size: 16px; } }

/* line 2917, ../scss/_common.scss */
.chairmans-media-center {
  position: relative; }
  @media (max-width: 575px) {
    /* line 2917, ../scss/_common.scss */
    .chairmans-media-center {
      height: 220px; } }

/* line 2923, ../scss/_common.scss */
.icon-media-chairman {
  position: absolute;
  display: block;
  top: 25px;
  left: 25px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 2923, ../scss/_common.scss */
    .icon-media-chairman {
      left: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 2923, ../scss/_common.scss */
    .icon-media-chairman {
      left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2923, ../scss/_common.scss */
    .icon-media-chairman {
      left: 10px; } }
  @media (max-width: 767px) {
    /* line 2923, ../scss/_common.scss */
    .icon-media-chairman {
      left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2940, ../scss/_common.scss */
    .icon-media-chairman img {
      width: 36%;
      height: auto; } }

/* line 2948, ../scss/_common.scss */
.chairmans-media-center .project-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; }
  /* line 2955, ../scss/_common.scss */
  .chairmans-media-center .project-box .icon-services {
    color: #fff;
    font-size: 50px;
    margin-bottom: 17px; }
    @media only screen and (min-width: 1400px) {
      /* line 2955, ../scss/_common.scss */
      .chairmans-media-center .project-box .icon-services {
        font-size: 40px;
        margin-bottom: 2px; } }
    @media (max-width: 991px) {
      /* line 2955, ../scss/_common.scss */
      .chairmans-media-center .project-box .icon-services {
        font-size: 30px; } }
  /* line 2968, ../scss/_common.scss */
  .chairmans-media-center .project-box:hover .icon-services {
    color: #C92C3C; }
  /* line 2971, ../scss/_common.scss */
  .chairmans-media-center .project-box:hover .icon-Right-Arrow {
    font-size: 10px;
    color: #C92C3C; }
  /* line 2977, ../scss/_common.scss */
  .chairmans-media-center .project-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    /*background: $dark-blue-color-opacity;*/ }
  /* line 2986, ../scss/_common.scss */
  .chairmans-media-center .project-box:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #00293e;
    background: -moz-linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    background: -webkit-linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    background: linear-gradient(0deg, #00293e 0%, rgba(0, 41, 62, 0.0004376751) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00293e",endColorstr="#00293e",GradientType=1);
    transition: background-color 0.5s ease; }
  /* line 3001, ../scss/_common.scss */
  .chairmans-media-center .project-box:hover::after {
    transition: background-color 0.5s ease;
    background: rgba(0, 41, 62, 0.8); }
  /* line 3005, ../scss/_common.scss */
  .chairmans-media-center .project-box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    /* line 3010, ../scss/_common.scss */
    .chairmans-media-center .project-box a img {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      width: 100%; }
      @media (max-width: 575px) {
        /* line 3010, ../scss/_common.scss */
        .chairmans-media-center .project-box a img {
          object-fit: cover;
          height: 220px;
          object-position: left; } }
    /* line 3019, ../scss/_common.scss */
    .chairmans-media-center .project-box a .patern {
      background-image: url("../images/pattern.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 136px;
      height: 45px;
      right: -136px;
      bottom: 0px;
      z-index: 3;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 991px) {
        /* line 3019, ../scss/_common.scss */
        .chairmans-media-center .project-box a .patern {
          width: 24%;
          height: 24%;
          right: -80px; } }
      /* line 3035, ../scss/_common.scss */
      .chairmans-media-center .project-box a .patern span {
        position: absolute;
        right: 20px;
        bottom: 15px;
        font-size: 12px;
        color: #fff; }
        @media (max-width: 991px) {
          /* line 3035, ../scss/_common.scss */
          .chairmans-media-center .project-box a .patern span {
            font-size: 8px;
            bottom: 8px;
            right: 13px; } }
    /* line 3048, ../scss/_common.scss */
    .chairmans-media-center .project-box a figcaption {
      width: 90%;
      position: absolute;
      left: 0;
      bottom: 25px;
      padding: 0 40px;
      opacity: 1;
      z-index: 1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        /* line 3057, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption span {
          margin-bottom: 7px; } }
      @media only screen and (min-width: 1400px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          padding: 0 28px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          padding: 0 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          padding: 0 20px;
          bottom: 13px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          bottom: 0px;
          padding: 0 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          padding: 0 20px;
          bottom: 20px; } }
      @media (max-width: 575px) {
        /* line 3048, ../scss/_common.scss */
        .chairmans-media-center .project-box a figcaption {
          padding: 0 20px;
          bottom: 10px; } }
      /* line 3088, ../scss/_common.scss */
      .chairmans-media-center .project-box a figcaption h3 {
        color: #fff;
        font-size: 34px;
        line-height: 40px !important;
        font-weight: 500;
        font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 1400px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 34px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 26px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 33px !important; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 22px;
            line-height: 35px !important; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 32px;
            line-height: 35px !important; } }
        @media (max-width: 575px) {
          /* line 3088, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption h3 {
            font-size: 25px;
            line-height: 35px !important; } }
      /* line 3119, ../scss/_common.scss */
      .chairmans-media-center .project-box a figcaption p {
        color: #F5F7F9;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 10px;
        				/*position: absolute;
        bottom:0;*/
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 575px) {
          /* line 3119, ../scss/_common.scss */
          .chairmans-media-center .project-box a figcaption p {
            display: none; } }
    /* line 3138, ../scss/_common.scss */
    .chairmans-media-center .project-box a:hover img {
      transform: scale(1.1);
      /*opacity: 0.3;*/ }
    /* line 3142, ../scss/_common.scss */
    .chairmans-media-center .project-box a:hover .patern {
      opacity: 1;
      right: 0px;
      bottom: 20px;
      color: red; }
    /* line 3148, ../scss/_common.scss */
    .chairmans-media-center .project-box a:hover figcaption h3 {
      color: #E0362E; }
    /* line 3151, ../scss/_common.scss */
    .chairmans-media-center .project-box a:hover figcaption {
      bottom: 40px; }
    /* line 3154, ../scss/_common.scss */
    .chairmans-media-center .project-box a:hover figcaption p {
      opacity: 1; }

/* line 3161, ../scss/_common.scss */
.btn-check:checked + .btn-outline-primary, .btn-outline-primary:hover {
  background-color: #36A7E9;
  border-color: #36A7E9; }

/* line 3165, ../scss/_common.scss */
.btn-outline-primary {
  border-color: #36A7E9;
  color: #36A7E9; }

/* line 3169, ../scss/_common.scss */
.contact-form.whistleblowing label.btn {
  padding: 0.675rem 0.75rem 0.375rem;
  border-radius: 0; }

/* line 3170, ../scss/_common.scss */
.contact-form input.form-control {
  padding: 0.675rem 0.75rem 0.375rem;
  color: #043F5F; }

/* line 3171, ../scss/_common.scss */
.contact-form select.form-select {
  padding: 0.675rem 0.75rem 0.375rem;
  color: #043F5F;
  border-radius: 0; }

/* line 3172, ../scss/_common.scss */
.contact-form input.form-control#formFileSm {
  padding-top: .375rem; }

/*====================
    End COMMON css 
======================*/
/***************************************************
  Noga Slider
****************************************************/
/* line 14, ../scss/style.scss */
#noga_slider_wrapper {
  height: 100vh !important; }
  /* line 16, ../scss/style.scss */
  #noga_slider_wrapper video {
    opacity: 1 !important;
    visibility: visible !important;
    left: 0px !important;
    top: 0px !important;
    object-fit: cover !important; }
  /* line 23, ../scss/style.scss */
  #noga_slider_wrapper .slider-title {
    font-family: "HelveticaNeueLT Com 77 BdCn", "sans, serif";
    color: #36A7E9; }
    /* line 26, ../scss/style.scss */
    #noga_slider_wrapper .slider-title .highlight {
      color: #E0362E; }
  /* line 30, ../scss/style.scss */
  #noga_slider_wrapper .slider-excerpt {
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
    color: #FFF;
    text-transform: uppercase;
    font-size: 25px; }
  /* line 36, ../scss/style.scss */
  #noga_slider_wrapper .slider-button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif" !important;
    padding: 7px 30px 7px 30px !important;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-out 0s !important;
    -moz-transition: all 0.5s ease-out 0s !important;
    -ms-transition: all 0.5s ease-out 0s !important;
    -o-transition: all 0.5s ease-out 0s !important;
    transition: all 0.5s ease-out 0s !important; }
    /* line 48, ../scss/style.scss */
    #noga_slider_wrapper .slider-button:hover i {
      color: #fff !important; }
    /* line 52, ../scss/style.scss */
    #noga_slider_wrapper .slider-button a {
      color: #FFF; }
    @media (max-width: 767px) {
      /* line 36, ../scss/style.scss */
      #noga_slider_wrapper .slider-button {
        min-width: 200px !important;
        text-align: center !important; } }
    /* line 59, ../scss/style.scss */
    #noga_slider_wrapper .slider-button i {
      color: #36A7E9 !important; }
    /* line 62, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn1 {
      background: #36A7E9;
      border: none; }
      /* line 65, ../scss/style.scss */
      #noga_slider_wrapper .slider-button.btn1:hover {
        background: #DA291C; }
    /* line 69, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn2 {
      border: 1px solid #36A7E9; }
      /* line 71, ../scss/style.scss */
      #noga_slider_wrapper .slider-button.btn2:hover {
        background: #DA291C;
        border: 1px solid #DA291C !important; }
  /* line 79, ../scss/style.scss */
  #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important;
    left: 85% !important; }
    /* line 86, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:before {
      content: '\e900';
      font-family: "icomoon";
      font-size: 70px;
      color: #36A7E9; }
    /* line 92, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:after, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .tp-revstop:after, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:before, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:after {
      background: transparent !important;
      display: none !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 79, ../scss/style.scss */
      #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important; } }
    @media (max-width: 767px) {
      /* line 79, ../scss/style.scss */
      #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important; } }
  /* line 104, ../scss/style.scss */
  #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important; }
    /* line 109, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:before {
      content: '\e904';
      font-family: "icomoon";
      font-size: 70px;
      color: #36A7E9; }
    /* line 115, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:after, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .tp-revstop:after, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:before, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:after {
      background: transparent !important;
      display: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 103, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
      display: none !important; } }
  @media (max-width: 767px) {
    /* line 103, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
      display: none !important; } }
  /* line 129, ../scss/style.scss */
  #noga_slider_wrapper .slotholder {
    position: relative; }
    /* line 131, ../scss/style.scss */
    #noga_slider_wrapper .slotholder ::after {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(2, 50, 77, 0.5);
      top: 0;
      left: 0;
      content: ""; }
  /* line 142, ../scss/style.scss */
  #noga_slider_wrapper .tparrows {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 10px;
    color: white;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    font-size: 15px;
    width: 70px;
    height: 140px;
    line-height: 140px; }
    /* line 154, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-leftarrow {
      border-radius: 0 100% 100% 0 / 0 50% 50% 0;
      left: -30px !important; }
      /* line 158, ../scss/style.scss */
      #noga_slider_wrapper .tparrows.tp-leftarrow:before {
        content: "\e903";
        font-family: 'icomoon';
        text-align: right;
        position: absolute;
        right: 25px;
        top: 50px;
        color: #36A7E9;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      /* line 169, ../scss/style.scss */
      #noga_slider_wrapper .tparrows.tp-leftarrow:hover:before {
        right: 35px; }
    /* line 174, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-rightarrow {
      border-radius: 100% 0 0 100% / 50% 0 0 50%;
      left: auto !important;
      right: -120px !important; }
      /* line 179, ../scss/style.scss */
      #noga_slider_wrapper .tparrows.tp-rightarrow:before {
        content: "\e902";
        font-family: 'icomoon';
        text-align: left;
        position: absolute;
        left: 25px;
        top: 50px;
        color: #36A7E9;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      /* line 190, ../scss/style.scss */
      #noga_slider_wrapper .tparrows.tp-rightarrow:hover:before {
        left: 35px; }
  /* line 196, ../scss/style.scss */
  #noga_slider_wrapper .icon-scroll {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 25px;
    height: 40px;
    margin-left: -20px;
    bottom: 5%;
    margin-top: -35px;
    cursor: pointer;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff; }
    @media (max-width: 767px) {
      /* line 196, ../scss/style.scss */
      #noga_slider_wrapper .icon-scroll {
        left: 52%;
        bottom: 10%; } }
    /* line 214, ../scss/style.scss */
    #noga_slider_wrapper .icon-scroll:before {
      position: absolute;
      left: 62%;
      z-index: 99;
      content: '';
      width: 3px;
      height: 5px;
      background: #fff;
      border-radius: 2px;
      margin-left: -4px;
      top: 8px;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll; }
  /* line 234, ../scss/style.scss */
  #noga_slider_wrapper .rs-background-video-layer {
    visibility: inherit !important;
    opacity: 1 !important; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
/***************************************************
  Home About
****************************************************/
@media (max-width: 767px) {
  /* line 267, ../scss/style.scss */
  .home-about {
    padding-top: 130px; } }

/***************************************************
  Home Portfolio
****************************************************/
/* line 275, ../scss/style.scss */
.home-portfolio {
  padding-bottom: 0; }
  /* line 277, ../scss/style.scss */
  .home-portfolio .carousel-portfolio {
    background: #F7F7F7;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: -20px;
    position: relative; }
    /* line 286, ../scss/style.scss */
    .home-portfolio .carousel-portfolio .owl-nav {
      position: absolute;
      right: 30px;
      top: -60px; }
      @media (max-width: 767px) {
        /* line 286, ../scss/style.scss */
        .home-portfolio .carousel-portfolio .owl-nav {
          right: 40px !important;
          top: -80px; } }
    /* line 295, ../scss/style.scss */
    .home-portfolio .carousel-portfolio .item {
      text-align: center;
      position: relative; }
      /* line 298, ../scss/style.scss */
      .home-portfolio .carousel-portfolio .item img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        max-height: 80px;
        width: auto;
        margin: 0 auto; }
        /* line 306, ../scss/style.scss */
        .home-portfolio .carousel-portfolio .item img:hover {
          -webkit-filter: none;
          filter: none; }
    /* line 314, ../scss/style.scss */
    .home-portfolio .carousel-portfolio .owl-item.active.center img {
      -webkit-filter: none;
      filter: none; }
    /* line 318, ../scss/style.scss */
    .home-portfolio .carousel-portfolio .owl-item.active.center .item {
      position: relative; }
      /* line 320, ../scss/style.scss */
      .home-portfolio .carousel-portfolio .owl-item.active.center .item::before {
        content: '\f0d7';
        font-family: "FontAwesome";
        position: absolute;
        bottom: -50px;
        left: 50%;
        z-index: 99; }
  /* line 333, ../scss/style.scss */
  .home-portfolio .carousel-outer-wrapper {
    position: relative; }
    /* line 335, ../scss/style.scss */
    .home-portfolio .carousel-outer-wrapper .arrow {
      position: absolute;
      bottom: -28px;
      left: 49%;
      z-index: 999;
      color: #F7F7F7; }
      /* line 341, ../scss/style.scss */
      .home-portfolio .carousel-outer-wrapper .arrow i {
        font-size: 40px; }
  /* line 347, ../scss/style.scss */
  .home-portfolio .portfolio-item-stats {
    background: url("../images/portfolio-details-bg.jpg");
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    color: #fff;
    padding: 80px 0 70px; }
    /* line 357, ../scss/style.scss */
    .home-portfolio .portfolio-item-stats > .container {
      position: relative; }
    /* line 360, ../scss/style.scss */
    .home-portfolio .portfolio-item-stats:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(2, 50, 77, 0.9);
      top: 0;
      left: 0;
      z-index: 0; }
    /* line 370, ../scss/style.scss */
    .home-portfolio .portfolio-item-stats .portfolio-stats {
      display: none; }
      /* line 372, ../scss/style.scss */
      .home-portfolio .portfolio-item-stats .portfolio-stats:first-child {
        display: block; }
      /* line 375, ../scss/style.scss */
      .home-portfolio .portfolio-item-stats .portfolio-stats .stats-inner {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        margin-bottom: 0px; }
      /* line 380, ../scss/style.scss */
      .home-portfolio .portfolio-item-stats .portfolio-stats h2 {
        margin-bottom: 30px; }
      /* line 383, ../scss/style.scss */
      .home-portfolio .portfolio-item-stats .portfolio-stats h5 {
        margin-bottom: 0px; }
      /* line 386, ../scss/style.scss */
      .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
        text-align: center; }
        @media (max-width: 767px) {
          /* line 386, ../scss/style.scss */
          .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
            margin-top: 40px; } }
        /* line 391, ../scss/style.scss */
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon h3 {
          margin-bottom: 0; }
        /* line 394, ../scss/style.scss */
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
          max-width: 70px;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            /* line 394, ../scss/style.scss */
            .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
              max-width: 50px;
              margin-bottom: 15px; } }
        /* line 402, ../scss/style.scss */
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon > div {
          color: #fff; }

/***************************************************
  Home Projects
****************************************************/
/* line 417, ../scss/style.scss */
.home-projects .overview-projects {
  background: #043F5F;
  padding: 50px;
  min-height: 540px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 417, ../scss/style.scss */
    .home-projects .overview-projects {
      min-height: 0px; } }
  @media (max-width: 767px) {
    /* line 417, ../scss/style.scss */
    .home-projects .overview-projects {
      min-height: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 428, ../scss/style.scss */
  .home-projects .carousel-projects {
    margin-top: 30px; } }
@media (max-width: 767px) {
  /* line 428, ../scss/style.scss */
  .home-projects .carousel-projects {
    margin-top: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 435, ../scss/style.scss */
  .home-projects .carousel-projects .owl-nav {
    right: auto;
    left: 50%;
    top: 103%; } }
@media (max-width: 767px) {
  /* line 435, ../scss/style.scss */
  .home-projects .carousel-projects .owl-nav {
    right: auto;
    left: 50%;
    top: 103%; } }
/* line 447, ../scss/style.scss */
.home-projects .carousel-projects .item {
  min-height: 540px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }
  /* line 452, ../scss/style.scss */
  .home-projects .carousel-projects .item:hover {
    border-bottom-color: #DA291C; }
    /* line 454, ../scss/style.scss */
    .home-projects .carousel-projects .item:hover a {
      color: #DA291C; }
  /* line 458, ../scss/style.scss */
  .home-projects .carousel-projects .item h3 {
    margin: 20px 0 30px;
    font-size: 28px;
    line-height: 1.2em; }
    /* line 462, ../scss/style.scss */
    .home-projects .carousel-projects .item h3 a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
/* line 470, ../scss/style.scss */
.home-projects .carousel-projects p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/***************************************************
  Home Press Releases
****************************************************/
/* line 486, ../scss/style.scss */
.home-press-release .featured-news .featured-news-image {
  position: relative; }
  /* line 488, ../scss/style.scss */
  .home-press-release .featured-news .featured-news-image .published-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 20px 20px 15px;
    color: #fff;
    font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif";
    text-align: center;
    background: rgba(54, 167, 233, 0.8); }
    @media (max-width: 767px) {
      /* line 488, ../scss/style.scss */
      .home-press-release .featured-news .featured-news-image .published-date {
        left: 10px;
        bottom: 10px; } }
    /* line 501, ../scss/style.scss */
    .home-press-release .featured-news .featured-news-image .published-date .date {
      font-family: "HelveticaNeueLT Com 77 BdCn", "sans, serif";
      font-size: 36px;
      display: block;
      margin-bottom: 0px; }
/* line 513, ../scss/style.scss */
.home-press-release .news-listing {
  padding-left: 30px; }
  @media (max-width: 767px) {
    /* line 513, ../scss/style.scss */
    .home-press-release .news-listing {
      padding-left: 0px; } }
  @media (max-width: 767px) {
    /* line 517, ../scss/style.scss */
    .home-press-release .news-listing .main-btn {
      margin-left: 0; } }
  /* line 524, ../scss/style.scss */
  .home-press-release .news-listing .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer; }
    /* line 531, ../scss/style.scss */
    .home-press-release .news-listing .news-item:hover {
      border-bottom: 1px solid #DA291C; }
    /* line 534, ../scss/style.scss */
    .home-press-release .news-listing .news-item:first-child {
      padding-top: 0; }
      @media (max-width: 767px) {
        /* line 534, ../scss/style.scss */
        .home-press-release .news-listing .news-item:first-child {
          margin-top: 30px;
          padding-top: 20px;
          border-top: 1px solid #D8D8D8; } }
    /* line 542, ../scss/style.scss */
    .home-press-release .news-listing .news-item:last-child {
      border-bottom: none; }
    /* line 545, ../scss/style.scss */
    .home-press-release .news-listing .news-item h5 {
      font-family: "HelveticaNeueLT Com 57 Cn", "sans, serif"; }
    /* line 548, ../scss/style.scss */
    .home-press-release .news-listing .news-item .published-date {
      font-size: 16px;
      color: rgba(4, 63, 95, 0.75); }
@media (max-width: 767px) {
  /* line 556, ../scss/style.scss */
  .home-press-release .more-news-btn {
    margin-left: 0; } }

/***************************************************
  Home Financial Highlights
****************************************************/
/***************************************************
  Business Operations
****************************************************/
/* line 578, ../scss/style.scss */
.home-business-operations .left-text-right-icon {
  margin-top: 20px; }
  /* line 580, ../scss/style.scss */
  .home-business-operations .left-text-right-icon:first-child {
    margin-top: 0; }
  /* line 583, ../scss/style.scss */
  .home-business-operations .left-text-right-icon .icon {
    float: left;
    width: 70px;
    margin-right: 20px; }
  /* line 588, ../scss/style.scss */
  .home-business-operations .left-text-right-icon .text {
    float: right;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px); }

/***************************************************
  Burger menu
****************************************************/
/* line 603, ../scss/style.scss */
.burger-menu {
  position: absolute;
  top: 55px;
  right: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 17px;
  cursor: pointer;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out; }

/* line 621, ../scss/style.scss */
.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 626, ../scss/style.scss */
.line-menu {
  width: 100%;
  height: 3px;
  background-color: #111;
  border-radius: 2px; }

/* line 633, ../scss/style.scss */
.line-menu.line-half {
  width: 50%; }

/* line 637, ../scss/style.scss */
.line-menu.first-line {
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }

/* line 645, ../scss/style.scss */
.line-menu.last-line {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }

/* line 655, ../scss/style.scss */
.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px); }

/* line 660, ../scss/style.scss */
.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px); }

/***************************************************
  Menu icons
****************************************************/
/* line 668, ../scss/style.scss */
.navik-menu {
  margin-top: 0; }

/* line 671, ../scss/style.scss */
.navik-menu > li {
  position: relative; }

/* line 674, ../scss/style.scss */
.navik-menu > li > a {
  padding-bottom: 30px !important; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 674, ../scss/style.scss */
    .navik-menu > li > a {
      padding-bottom: 20px !important; } }

/* line 680, ../scss/style.scss */
.navik-menu .navik-menu-icon {
  margin-right: 5px;
  color: #a1a1a1; }

/* line 685, ../scss/style.scss */
.navik-menu-overlay .navik-menu-icon {
  position: relative;
  top: -2px;
  margin-right: 10px; }

/* line 691, ../scss/style.scss */
.navik-menu-overlay > ul ul li a .navik-menu-icon {
  top: -1px;
  margin-right: 7px; }

/* line 696, ../scss/style.scss */
.menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
  margin-right: 5px; }

/* line 700, ../scss/style.scss */
.navik-menu-fixed .navik-menu-icon {
  margin-right: 5px; }

/***************************************************
  Media queries for responsive design
****************************************************/
@media (max-width: 767.98px) {
  /* line 708, ../scss/style.scss */
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%; } }
@media (max-width: 1199.98px) {
  /* line 716, ../scss/style.scss */
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%; } }
@media (min-width: 768px) {
  /********** Default menu **********/
  /* line 725, ../scss/style.scss */
  .navik-header .logo {
    float: left;
    padding: 0 40px 0 0; }

  /* line 729, ../scss/style.scss */
  .navik-menu {
    clear: both; }

  /* line 732, ../scss/style.scss */
  .header-shadow-wrapper::after {
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1); }

  /********** Menu icons **********/
  /* line 736, ../scss/style.scss */
  .navik-menu-overlay .navik-menu-icon {
    margin-right: 12px; }

  /* line 739, ../scss/style.scss */
  .navik-menu-overlay > ul ul li a .navik-menu-icon {
    margin-right: 8px; }

  /* line 742, ../scss/style.scss */
  .menu-slide .navik-menu-overlay .navik-menu-icon {
    margin-right: 10px; } }
/********** Default menu **********/
/* line 749, ../scss/style.scss */
.navik-header-container {
  /*height: 106px;*/ }

/* line 752, ../scss/style.scss */
.navik-header .logo {
  position: relative;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 759, ../scss/style.scss */
.navik-header .logo img {
  width: auto;
  max-width: inherit;
  max-height: 106px; }

/* line 764, ../scss/style.scss */
.burger-menu {
  display: none; }

/* line 767, ../scss/style.scss */
.navik-menu {
  float: right;
  clear: inherit;
  border-top: solid 1px rgba(1, 46, 93, 0.1); }

/* line 772, ../scss/style.scss */
.navik-menu > ul {
  display: block !important;
  padding: 0;
  font-size: 0; }

/* line 777, ../scss/style.scss */
.navik-menu > ul > li {
  display: inline-block; }

/* line 780, ../scss/style.scss */
.navik-menu > ul > li > a {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 5px 20px 10px 20px;
  line-height: 50px;
  white-space: nowrap; }

/* line 788, ../scss/style.scss */
.navik-menu > ul > li:last-child > a {
  padding-right: 0; }

/* line 791, ../scss/style.scss */
.navik-menu > ul > li:first-child > a {
  padding-left: 0; }

/* line 794, ../scss/style.scss */
.navik-menu ul li {
  position: relative; }

/* line 797, ../scss/style.scss */
.navik-menu ul li.dropdown_menu > a > span {
  display: none; }

/* line 800, ../scss/style.scss */
.navik-menu ul li.dropdown_menu > a > span::before {
  position: relative;
  top: -3px;
  box-sizing: content-box;
  display: inline-block;
  /*width: 4px;
  height: 4px;*/
  margin-left: 8px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #646363;
  opacity: 0.3;
  /*content: "";
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);*/ }

/* line 820, ../scss/style.scss */
.navik-menu ul ul li.dropdown_menu > a > span::before {
  top: 7px;
  right: -10px;
  float: right;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 828, ../scss/style.scss */
.navik-menu ul ul li > a {
  position: relative;
  padding: 9px 20px 7px !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/* line 834, ../scss/style.scss */
.navik-menu ul ul li > a::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 1px;
  content: "";
  background: #646363;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/* line 845, ../scss/style.scss */
.navik-menu ul ul li:hover > a {
  padding-left: 40px !important;
  background-color: transparent; }

/* line 850, ../scss/style.scss */
.navik-menu ul ul li:hover > a::before {
  width: 10px; }

/* line 853, ../scss/style.scss */
.navik-menu li > ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  display: block;
  width: 250px;
  padding: 0px;
  visibility: hidden;
  background-color: #36A7E9;
  box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

/* line 867, ../scss/style.scss */
.navik-menu li > ul > li > a {
  font-family: "HelveticaNeueLT Com 55 Roman", "sans, serif";
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: block; }

/* line 873, ../scss/style.scss */
.navik-menu li > ul > li, ul.mega-menu-list li {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3) !important; }

/* line 876, ../scss/style.scss */
.navik-menu li > ul > li:last-child, ul.mega-menu-list li:last-child {
  border-bottom: none !important; }

/* line 879, ../scss/style.scss */
.navik-menu li > ul ul {
  top: -27px;
  left: 100%; }

/* line 883, ../scss/style.scss */
.navik-menu li:hover > ul {
  visibility: visible;
  opacity: 1; }

/* line 887, ../scss/style.scss */
.navik-menu li.submenu-right > ul {
  right: 0;
  left: inherit; }

/* line 891, ../scss/style.scss */
.navik-menu li.submenu-right > ul ul {
  left: -100% !important; }

/* line 894, ../scss/style.scss */
.navik-menu.menu-caret ul li.dropdown_menu > a > span {
  display: inline-block; }

/* line 897, ../scss/style.scss */
.navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
  display: inline; }

/* line 900, ../scss/style.scss */
.navik-menu.separate-line > ul > li > a {
  position: relative;
  padding: 0 28px; }

/* line 904, ../scss/style.scss */
.navik-menu.separate-line > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 915, ../scss/style.scss */
.navik-menu.separate-line > ul > li:last-child > a {
  padding: 0 0 0 28px; }

/* line 918, ../scss/style.scss */
.navik-menu.separate-line > ul > li:last-child > a::before {
  display: none; }

/* line 921, ../scss/style.scss */
.navik-menu.menu-hover-2 > ul > li:last-child > a, .navik-menu.menu-hover-3 > ul > li:last-child > a, .navik-menu.menu-hover-4 > ul > li:last-child > a, .center-menu-1 .navik-menu > ul > li:last-child > a,
.center-menu-2 .navik-menu > ul > li:last-child > a {
  padding: 0 20px; }

/* line 925, ../scss/style.scss */
.navik-menu.menu-hover-2.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-3.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-4.separate-line > ul > li:last-child > a, .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
.center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
  padding: 0 28px; }

/* line 929, ../scss/style.scss */
.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a, .header-dark .navik-menu ul li.current-menu > a, .header-dark .navik-menu ul li:hover > a {
  background-color: inherit; }

/* line 932, ../scss/style.scss */
.dropdown-plus {
  display: none; }

/********** Header sticky **********/
/* line 936, ../scss/style.scss */
.navik-header.sticky {
  position: fixed;
  width: 100%;
  -webkit-animation-name: stickyTransition;
  animation-name: stickyTransition;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 946, ../scss/style.scss */
.navik-header.sticky .navik-header-container {
  height: 80px; }

/* line 949, ../scss/style.scss */
.navik-header.sticky .navik-menu {
  margin-top: inherit;
  border-top: 0; }

/* line 950, ../scss/style.scss */
.navik-header.sticky .navik-menu > ul > li > a {
  height: 50px;
  line-height: 50px; }

/* line 954, ../scss/style.scss */
.navik-header.sticky .logo {
  padding: 0 40px 0 0; }

/* line 957, ../scss/style.scss */
.navik-header.sticky .logo img {
  max-height: 70px; }

@-webkit-keyframes stickyTransition {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes stickyTransition {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/********** Header transparent **********/
/* line 985, ../scss/style.scss */
.navik-header.header-transparent-on, .navik-header.header-opacity-on {
  position: absolute;
  width: 100%;
  background-color: transparent; }

/* line 990, ../scss/style.scss */
.navik-header.header-opacity-on {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 993, ../scss/style.scss */
.header-transparent-on .header-shadow-wrapper,
.header-opacity-on .header-shadow-wrapper {
  display: none; }

/* line 997, ../scss/style.scss */
.header-transparent-on .navik-menu > ul > li > a,
.header-opacity-on .navik-menu > ul > li > a {
  color: #f7f7f7; }

/* line 1001, ../scss/style.scss */
.header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
.header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
  color: rgba(255, 255, 255, 0.85); }

/* line 1005, ../scss/style.scss */
.header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu > a,
.header-opacity-on .navik-menu > ul > li:hover > a,
.header-opacity-on .navik-menu > ul > li.current-menu > a {
  color: #26c6da; }

/* line 1010, ../scss/style.scss */
.header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before,
.header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before {
  border-color: #f7f7f7; }

/* line 1014, ../scss/style.scss */
.header-transparent-on.center-menu-2 .navik-menu {
  border-color: rgba(255, 255, 255, 0.25); }

/* line 1017, ../scss/style.scss */
.header-transparent-on .navik-menu.separate-line > ul > li > a::before {
  background-color: rgba(255, 255, 255, 0.25); }

/* line 1020, ../scss/style.scss */
.header-opacity-on.center-menu-2 .navik-menu {
  border-color: rgba(255, 255, 255, 0.2); }

/* line 1023, ../scss/style.scss */
.header-opacity-on .navik-menu.separate-line > ul > li > a::before {
  background-color: rgba(255, 255, 255, 0.2); }

/********** Hover transitions **********/
/* line 1027, ../scss/style.scss */
.navik-menu.menu-hover-2 > ul > li.current-menu > a, .navik-menu.menu-hover-2 > ul > li:hover > a {
  color: #212121;
  background-color: #f8f8f8; }

/* line 1031, ../scss/style.scss */
.navik-menu.menu-hover-2 > ul > li.current-menu > a::after, .navik-menu.menu-hover-2 > ul > li:hover > a::after {
  opacity: 1; }

/* line 1034, ../scss/style.scss */
.navik-menu.menu-hover-2 > ul > li > a::after, .navik-menu.menu-hover-3 > ul > li > a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #26c6da;
  opacity: 0;
  transition: all 0.2s ease-in-out; }

/* line 1046, ../scss/style.scss */
.navik-menu.menu-hover-3 > ul > li.current-menu > a, .navik-menu.menu-hover-3 > ul > li:hover > a {
  color: #212121; }

/* line 1049, ../scss/style.scss */
.navik-menu.menu-hover-3 > ul > li.current-menu > a::after, .navik-menu.menu-hover-3 > ul > li:hover > a::after {
  width: 100%;
  opacity: 1; }

/* line 1053, ../scss/style.scss */
.navik-menu.menu-hover-3 > ul > li > a::after {
  left: 50%;
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1060, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 1069, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 2px);
  height: 0;
  content: "";
  background-color: #26c6da;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1083, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li.current-menu > a, .navik-menu.menu-hover-4 > ul > li:hover > a {
  color: #fff; }

/* line 1086, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition::after, .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition::after {
  height: 100%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1092, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon, .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
  color: #fff !important; }

/* line 1095, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li > ul {
  transition-delay: 0s; }

/* line 1098, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li:hover > ul {
  transition-delay: 0.13s; }

/* line 1101, ../scss/style.scss */
.navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span::before, .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span::before {
  border-color: #fff; }

/* line 1104, ../scss/style.scss */
.header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
  color: #fff;
  background-color: #222; }

/* line 1108, ../scss/style.scss */
.header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
  color: #fff; }

/* line 1111, ../scss/style.scss */
.header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
  color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.25); }

/* line 1115, ../scss/style.scss */
.header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
  color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.2); }

/* line 1119, ../scss/style.scss */
.header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
  color: #f7f7f7; }

/* line 1122, ../scss/style.scss */
.header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
  color: rgba(255, 255, 255, 0.85) !important; }

/********** Submenu **********/
/* line 1126, ../scss/style.scss */
.navik-menu.submenu-top-border li > ul {
  border-top: 2px solid #36A7E9; }

/* line 1129, ../scss/style.scss */
.navik-menu.submenu-top-border li > ul ul {
  top: -30px; }

/* line 1132, ../scss/style.scss */
.navik-menu.submenu-top-border.submenu-list-border li > ul ul {
  top: -23px; }

/* line 1135, ../scss/style.scss */
.navik-menu.submenu-list-border li > ul ul {
  top: -20px; }

/* line 1138, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li > a {
  padding: 15px 35px 14px !important; }

/* line 1141, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li:first-child > a {
  padding: 8px 35px 14px 35px !important; }

/* line 1144, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li:last-child > a {
  padding: 15px 35px 8px 35px !important; }

/* line 1147, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li:last-child::after {
  display: none; }

/* line 1150, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li::after {
  position: absolute;
  right: 35px;
  bottom: 0;
  left: 35px;
  height: 1px;
  content: "";
  background-color: #eee; }

/* line 1159, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li:hover > a {
  padding-left: 55px !important; }

/* line 1162, ../scss/style.scss */
.navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a::before {
  top: 24px; }

/* line 1165, ../scss/style.scss */
.header-dark .navik-menu.submenu-list-border ul ul li::after {
  background-color: #333; }

/********** Submenu transitions **********/
/* line 1169, ../scss/style.scss */
.navik-menu.submenu-flip li > ul {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

/* line 1178, ../scss/style.scss */
.navik-menu.submenu-flip li:hover > ul {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/* line 1182, ../scss/style.scss */
.navik-menu.submenu-flip ul {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 200px;
  perspective: 200px; }

/* line 1188, ../scss/style.scss */
.navik-menu.submenu-flip ul li {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 200px;
  perspective: 200px; }

/* line 1194, ../scss/style.scss */
.navik-menu.submenu-scale li > ul {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0); }

/* line 1201, ../scss/style.scss */
.navik-menu.submenu-scale li.submenu-right ul {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

/* line 1205, ../scss/style.scss */
.navik-menu.submenu-scale li:hover > ul {
  -webkit-transform: scale(1);
  transform: scale(1); }

/***************************************************
	Top Menu Extra 
****************************************************/
/* line 1217, ../scss/style.scss */
.header_account {
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/* line 1223, ../scss/style.scss */
.navik-header.sticky .header_account {
  top: -50px;
  /*transform: scale(0.9);
  right:-20px;*/ }

/* line 1229, ../scss/style.scss */
.header_account > ul > li {
  /*margin-right: 15px;*/
  position: relative; }

/* line 1233, ../scss/style.scss */
.header_account > ul > li a:hover {
  background-color: transparent; }

/*.header_account > ul > li:last-child {
  margin-right: 0;
}*/
/* line 1237, ../scss/style.scss */
.header_account > ul > li > a {
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
  text-transform: none;
  display: inline-block;
  color: #646363; }

/* line 1245, ../scss/style.scss */
.header_account > ul > li > a:hover {
  color: #DA291C; }

/* line 1246, ../scss/style.scss */
.header_account > ul > li:not(:last-child):after {
  content: "|";
  color: #646363;
  opacity: 0.2; }

/* line 1252, ../scss/style.scss */
.header_account > ul > li.language-switch a {
  font-size: 16px;
  font-weight: bold; }
  /* line 1255, ../scss/style.scss */
  .header_account > ul > li.language-switch a span {
    color: #646363;
    opacity: 0.6; }

/* line 1261, ../scss/style.scss */
.header_account > ul > li.header_search a {
  font-size: 20px;
  font-weight: 300;
  color: #36A7E9;
  margin-top: -5px;
  padding: 0 20px; }
  /* line 1267, ../scss/style.scss */
  .header_account > ul > li.header_search a:hover {
    color: #DA291C; }

/* line 1271, ../scss/style.scss */
.header_account > ul > li.header_search:after {
  content: ""; }

/* line 1272, ../scss/style.scss */
.header_account > ul > li.login_btn {
  margin-top: -5px; }

/* line 1274, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.d-xl-block > a {
  color: #888; }

/* line 1277, ../scss/style.scss */
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a {
  color: #c5cada; }

/* line 1280, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.d-xl-block > a:hover, .navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a:hover {
  color: #00aed6; }

/* line 1284, ../scss/style.scss */
.header_account > ul > li.icon-link a {
  color: #00aed6; }

/* line 1287, ../scss/style.scss */
.header_account > ul > li.icon-link a:hover {
  color: #fff; }

/* line 1290, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.icon-link a:hover {
  color: #171c8f; }

/* line 1291, ../scss/style.scss */
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.icon-link a:hover {
  color: #fff; }

@media only screen and (max-width: 1199px) {
  /* line 1294, ../scss/style.scss */
  .header_account {
    top: 50px;
    right: 50px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1297, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 25px;*/ } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1302, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 18px;*/ } }
@media only screen and (max-width: 767px) {
  /* line 1307, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 20px;*/ }

  /* line 1310, ../scss/style.scss */
  .navik-header .logo img {
    max-height: 80px; }

  /* line 1311, ../scss/style.scss */
  .header_account > ul > li.header_search a {
    padding: 0 15px; }

  /* line 1312, ../scss/style.scss */
  .header_account {
    top: 40px; }

  /* line 1313, ../scss/style.scss */
  .burger-menu {
    top: 45px; } }
@media only screen and (max-width: 575px) {
  /* line 1316, ../scss/style.scss */
  .navik-header .logo img {
    max-height: 60px; }

  /* line 1317, ../scss/style.scss */
  .header_account {
    top: 30px; }

  /* line 1318, ../scss/style.scss */
  .burger-menu {
    top: 35px; }

  /* line 1319, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 14px;*/ } }
/***************************************************
	Homepage Guides Section
****************************************************/
/* line 1328, ../scss/style.scss */
.guide-title {
  display: flex;
  width: 100%;
  align-items: flex-end; }

/* line 1333, ../scss/style.scss */
.guide-title h3 {
  color: #646363; }
