@charset "UTF-8";
@font-face {
  font-family: 'maisonette';
  src: url('../fonts/maisonette.eot?89578464');
  src: url('../fonts/maisonette.eot?89578464#iefix') format('embedded-opentype'),
       url('../fonts/maisonette.woff2?89578464') format('woff2'),
       url('../fonts/maisonette.woff?89578464') format('woff'),
       url('../fonts/maisonette.ttf?89578464') format('truetype'),
       url('../fonts/maisonette.svg?89578464#maisonette') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "maisonette";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon-mobile:before { content: '\e800'; } /* '' */
.icon-phone-2:before { content: '\e809'; } /* '' */
.icon-right-open-big:before { content: '\e80a'; } /* '' */
.icon-left-open-big:before { content: '\e80b'; } /* '' */
.icon-right-open-mini:before { content: '\e80c'; } /* '' */
.icon-youtube:before { content: '\e80d'; } /* '' */
.icon-location:before { content: '\e80e'; } /* '' */
.icon-mail:before { content: '\e810'; } /* '' */
.icon-print:before { content: '\e811'; } /* '' */
.icon-share:before { content: '\e829'; } /* '' */
.icon-ok-1:before { content: '\e82f'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */

/* '' */
body {
  font-family: "open_sanslight";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, li {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover, a:focus, li:hover, li:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  outline: none;
}

h1 {
  font-size: 38px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "open_sanslight";
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.btn.blue {
  color: #fff;
}

.btn.blue:hover {
  background: #0088bd;
}

.btn.br {
  border: 1px solid #133a60;
  color: #133a60;
  font-size: 14px;
}

.btn.br:hover {
  background: #133a60;
  color: #fff;
}

.btn.btn-send {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.btn.btn-send:before {
  content: '\f135';
  font-family: "maisonette";
  margin-right: 20px;
}

.btn.btn-large.blue:hover {
  background: #0088bd;
}

.btn.btn-large {
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 45px;
}

.navbar-toggler {
  background: #133a60;
}

.navbar-toggler span {
  background: #fff;
  display: block;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.white {
  background: #fff;
}

.blue {
  background: #133a60;
}

.blue1 {
  background: #0088bd;
}

.blue2 {
  background: #1c4774;
}

.blue3 {
  background: #002b64;
}
.blue4 {
  background: #01c2ff;
}
.grey {
  background: #ededed;
}

.grey2 {
  background: #f5f8fa;
}

.col-white {
  color: #fff !important;
}

.col-blue {
  color: #133a60;
}

.blue-part-1 {
  background: #1c4774 url("../images/bg-part-1.png") no-repeat 40% bottom;
  color: #fff;
}

.blue-part-2 {
  background: #347ca1 url("../images/bg-part-1.png") no-repeat 100% bottom;
  color: #fff;
}

.orange-part-1 {
  background: #f47648 url("../images/bg-part-1.png") no-repeat 0% bottom;
  color: #fff;
}

.grey-part-1 {
  background: #f5f8fa;
  color: #133a60;
}

.spec-1 {
  background-image: url("../images/bg-rpt-1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.section {
  padding: 53px 0 0 15px;
}
.content-about{padding-top:0px;}

@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.bottom-empty {
  padding-bottom: 0 !important;
}

h3 {
  font-size: 26px;
  color: #4b4b4b;
  margin-bottom: 30px;
}

h3.title {
  background: #0088bd;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  display: inline-block;
  font-family: "open_sansregular";
}

h2 {
  font-size: 35px;
}

h2 span {
  font-family: "open_sanssemibold";
}

.section-title {
  color: #133a60;
}

.section-title h2 {
  font-size: 50px;
  font-family: "open_sanslight";
  text-transform: uppercase;
}

.section-title h2 span {
  font-family: "open_sansregular";
  padding-left: 0px;
  padding-right: 10px;
}

@media only screen and (max-width: 480px) {
  .section-title h2 span {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 26px;
  }
}

.section-title + p {
  font-size: 20px;
  font-family: "open_sanslight";
  margin-bottom: 32px;
}

.section-title + p span {
  font-family: "open_sansregular";
  padding-left: 0px;
}

.page-title {
  color: #133a60;
}

.page-title h2 {
  font-family: "open_sanssemibold";
  font-size: 50px;
  text-transform: uppercase;
}

.page-title h2 span {
  font-family: "open_sanslight";
}

@media only screen and (max-width: 767px) {
  .page-title h2 {
    font-size: 26px;
  }

}

.circle-figure {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

.tooltip, .ui-tooltip {
  position: absolute;
  z-index: 1070;
  background: #133a60;
  color: #fff;
  padding: 5px;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
}

.load-logo {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  background: url("../images/load-logo.png") no-repeat center;
  background-size: contain;
}

.wrapperloading {
  position: absolute;
  height: 200px;
  width: 200px;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -100px;
}

.wrapperloading .loading.up {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 150px;
  border: 1px solid #fff;
  -webkit-animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
  border-color: #fff #133a60;
}

.wrapperloading .loading.down {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 150px;
  border: 1px solid #fff;
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border-color: #000 #fff;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.breadcrumb {
  background: none;
  font-size: 12px;
  color: #4b4b4b;
  font-family: "open_sansregular";
}

.breadcrumb.text-center li {
  float: none;
  display: inline-block;
}

.breadcrumb a {
  color: #4b4b4b;
}

.utility-wrapper {
  padding-bottom: 30px;
}

.utilities li {
  display: inline-block;
}

.utilities a {
  width: 34px;
  height: 34px;
  border: 2px solid #133a60;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #133a60;
  font-size: 18px;
}

.utilities a:hover {
  border-color: #0088bd;
  color: #0088bd;
}

.default li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 15px;
}

.default li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\e82f';
  font-family: "maisonette";
  width: 28px;
  height: 28px;
  border: 3px solid #0088bd;
  color: #0088bd;
  font-size: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .default.row {
    margin: 0;
  }
}

.blue-part-1 .default li:before,
.blue-part-2 .default li:before,
.orange-part-1 .default li:before,
.blue .default li:before,
.blue1 .default li:before,
.blue2 .default li:before,
.blue3 .default li:before {
  color: #fff;
  border-color: #fff;
}

.img-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  width: 264px;
  height: 264px;
  margin: 0 auto;
}

.img-circle img {
  object-fit: cover;
  height: 100%;
}

.page-item a {
  color: #133a60;
}

.page-item.prev .page-link:before {
  content: '\e802';
  font-family: "maisonette";
}

.page-item.next .page-link:before {
  content: '\e801';
  font-family: "maisonette";
}

.page-item.active .page-link {
  background: #133a60;
  border-color: #133a60;
}

p a {
  color: #133a60;
}

p a:hover {
  color: #0088bd;
}

input[type=text].error,
input[type=password].error,
input[type=file].error,
textarea.error {
  border: 1px dashed red;
}

label.error {
  position: absolute;
  left: 0;
  font-size: 10px;
  color: red;
  bottom: -20px;
  margin: 0;
}
.selectboxit.error{
 border: 1px dashed red !important;
}
.form .input-holder {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.form .input-holder.mandatory label {
  position: relative;
  padding-right: 20px;
}

.form .input-holder.mandatory label:before {
  position: absolute;
  right: 0;
  content: "*";
  color: #eb5965;
}

.form .btn-holder {
  padding-top: 38px;
}

.form .btn {
  height: 50px;
  width: 100%;
}

.form label {
  display: inline-block;
  float: left;
  clear: both;
  color: #fff;
  font-size: 20px;
}

.form input[type=text],
.form input[type=password],
.form input[type=file],
.form textarea {
  height: 50px;
  border: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #3a3a50;
}

.form input[type=text].error,
.form input[type=password].error,
.form input[type=file].error,
.form textarea.error {
  border: 1px dashed red;
}

.form textarea {
  height: 160px;
  padding: 15px;
}

.form .captcha img {
  width: 100%;
}

.form .selectboxit-container {
  display: block;
}

.form .selectboxit-container .selectboxit {
  width: 100% !important;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.form .selectboxit-container .selectboxit span {
  height: 50px;
  line-height: 50px;
}

.form .selectboxit-container .selectboxit-options {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  left: 0;
  right: 0;
}

.form .selectboxit-container .selectboxit-options > .selectboxit-focus > .selectboxit-option-anchor {
  background: #133a60;
  color: #fff;
}

.form.feedback-form input[type=text],
.form.feedback-form input[type=password],
.form.feedback-form input[type=file],
.form.feedback-form textarea {
  height: 56px;
}

.form.feedback-form textarea {
  height: 160px;
  padding: 15px;
}

.form.feedback-form .selectboxit-container .selectboxit {
  height: 56px;
}

.form.feedback-form .selectboxit-container .selectboxit span {
  height: 56px;
  line-height: 56px;
}

.form.feedback-form .btn-holder .btn {
  width: auto;
  float: right;
  height: 56px;
}

.newsletter .input-holder {
  position: relative;
}

.newsletter input {
  border: none;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}

.newsletter button {
  width: 100%;
  height: 50px;
  background: #347ca1;
}

header {
  color: #133a60;
  font-family: "open_sansregular";
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  header {
    padding-bottom: 30px;
  }
}

header > .container > .row > div {
  position: static;
}

.page-logo {
  margin-top: 20px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .page-logo {
    width: 100px;
  }

}

.top-nav {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 14px;

}
@media only screen and (max-width: 991px) {
  .top-nav {
    padding-top: 10px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .top-nav {
    text-align: left;
    padding-right: 0;
  }
  .demo-request, .mob-ul {display:none;}

}

.top-nav ul {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .top-nav ul {
    padding-top: 5px;
  }
}
.top-nav ul:first-child {
  padding-top: 7px;
}

.top-nav ul:first-child li {
  padding-left: 5px;
}

.top-nav ul:first-child li + li:before {
  content: '/';
  margin-right: 5px;
}

.top-nav li {
  padding-left: 9px;
  display: inline-block;
}

.top-nav li.call {
  font-size: 18px;
  display: flex;
  float: left;
  flex-flow: column;
  font-size: 12px;
  text-align: left;
}

.top-nav li.call:before {
  display: none;
}


.top-nav li.call a:before {
  /*content: '\e809';*/
  font-family: "maisonette";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #133a60;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
}

.top-nav li.mobile {
    font-size: 18px;
}
.top-nav li.mobile a:before {
  content: '\e800';
  font-family: "maisonette";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #133a60;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .top-nav li.call {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-nav ul {
    float: left;
    clear: both;
  }
  .top-nav ul li {
    float: left;
    clear: both;
  }
  .top-nav ul:first-child li {
    float: none;
    clear: none;
  }
  .top-nav li {
    padding-left: 0;
    padding-top: 5px;
  }
  .top-nav ul.mob-ul{display: none;}
}

.top-nav li.call a:hover:before {
  border-color: #0088bd;
}

.top-nav li a:hover, .top-nav li a.active {
  color: #0088bd;
}

.top-nav li span {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}

.top-nav .btn {
  text-transform: uppercase;
}

.top-nav .btn:hover {
  color: #fff;
}

.top-nav a {
  color: #133a60;
}

.page-nav {
  text-align: right;
  font-size: 14px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .page-nav {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .page-nav {
    display: block;
  }
}

.page-nav li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 36px;
  padding-top: 15px;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .page-nav li {
    padding-left: 5px;
  }
}

.page-nav a {
  color: #133a60;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
}

.page-nav > ul > li > a {
  text-align: center;
  padding: 5px 6px;
  display: inline-block;
  border: 1px solid transparent;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .page-nav > ul > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page-nav > ul > li:hover > a, .page-nav > ul > li.active > a {
  border: 1px solid #133a60;
}

.page-nav .subnav {
  position: absolute;
  left: 0px;
  top: 100%;
  text-align: left;
  background: #133a60;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: -1;
  font-size: 14px;
}

.page-nav .subnav a {
  color: #fff;
  padding: 0;
  padding: 10px;
  white-space: nowrap;
}

.page-nav .subnav li {
  float: none;
  display: block;
  padding: 0;
}

.page-nav .subnav li:hover a {
  background: #0088bd;
}

.page-nav li:hover .subnav {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-out;
}

@media only screen and (max-width: 991px) {
  .page-nav {
    position: absolute;
    background: #133a60;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 30px;
  }
  .page-nav ul li {
    display: block;
    padding: 0;
    padding-right: 20px;
    position: relative;
  }
  .page-nav ul li a {
    display: block;
    padding: 0;
    color: #fff;
    text-align: left;
    padding: 10px;
  }
  .page-nav ul li .drop-icon {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px 10px;
    background: #fff;
    color: #133a60;
    display: inline-block;
  }
  .page-nav ul li .drop-icon:before {
    content: '\e80c';
    font-family: "maisonette";
    font-size: 30px;
    line-height: 32px;
  }
  .page-nav .subnav {
    position: relative;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    top: 0;
    z-index: 1;
    padding-left: 15px;
    display: none;
  }
  .page-nav .subnav a {
    color: #fff;
  }
  .page-nav li:hover .subnav {
    display: block;
  }
}

.navbar-toggler {
  position: absolute;
  right: 15px;
  bottom: 12px;
  display: none;
}

@media only screen and (max-width: 480px) {
  .navbar-toggler {
    bottom: -30px;
  }  
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    clear: both;
    float: right;
    display: block;
  }
}

.page-spotlight {
  color: #133a60;
  z-index: 2;
  position: relative;
}

.page-spotlight .home-slider {
  max-height: 690px;
  overflow: hidden;
}

.page-spotlight .container {
  position: relative;
}

.page-spotlight .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-family: "open_sanssemibold";
}

.page-spotlight .caption span {
  font-family: "open_sanslight";
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .page-spotlight .caption {
    top: 15px;
    color: #fff;
  }
}

.page-spotlight p {
  font-size: 20px;
  font-family: "open_sanslight";
}

.page-spotlight .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-spotlight .owl-dots {
    display: none;
  }
}

.page-spotlight .owl-dots .owl-dot {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.page-spotlight .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: transparent;
}

.page-spotlight .owl-dots .owl-dot.active span {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page-spotlight .item {
    height: 200px;
  }
  .page-spotlight .item img {
    height: 200px;
  }
}

.inner-spotlight {
  color: #fff;
  max-height: 520px;
  overflow: hidden;
}

.section-what {
  padding-bottom: 40px;
}

.section-what figure {
  padding-top: 30px;
}

.section-why {
  color: #373737;
}

.section-why a {
  color: #373737;
}

.section-why figcaption {
  padding-top: 5px;
  max-width: 200px;
  margin: 0 auto;
}

.list-why figure {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.list-why figure:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.list-why .item {
  margin-bottom: 30px;
}

.list-why .item:hover figure:before {
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 1;
  -webkit-animation: circleAnim 0.5s ease-out;
  -moz-animation: circleAnim 0.5s ease-out;
  -o-animation: circleAnim 0.5s ease-out;
  animation: circleAnim 0.5s ease-out;
}

@-webkit-keyframes circleAnim {
  0% {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
  }
  50% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 1;
  }
  100% {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0.7;
  }
}

@-moz-keyframes circleAnim {
  0% {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
  }
  50% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 1;
  }
  100% {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0.7;
  }
}

@-o-keyframes circleAnim {
  0% {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
  }
  50% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 1;
  }
  100% {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0.7;
  }
}

@keyframes circleAnim {
  0% {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
  }
  50% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 1;
  }
  100% {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0.7;
  }
}

.section-features {
  background: url("../images/bg-feature.jpg");
  background-size: cover;
  background-attachment: fixed;
      padding-bottom: 90px;
}

.list-features {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}

.list-features .row {
  margin: 0;
}

.list-features .item {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.list-features .item .front {
  background: #fff;
  padding: 53px 10px;
  padding-bottom: 17px;
  position: relative;
  z-index: 2;
  top: 0;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}

.list-features .item .back {
  background: #0088bd;
  padding: 53px 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-family: "open_sanslight";
  text-align: center;
  z-index: 1;
  top: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.list-features .item .back p {
  font-size: 14px;
}

.list-features .item .back a {
  color: #fff;
}

.list-features .item:hover .front {
  opacity: 0;
  top: -70%;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.list-features .item:hover .back {
  opacity: 1;
  top: 0;
  transition: all 0.3s ease-out;
}

.list-features figure {
  margin-bottom: 36px;
}

.list-features figure img {
  margin: 0 auto;
  display: block;
}

.list-features figcaption {
  font-size: 24px;
  line-height: 32px;
  font-family: "open_sanslight";
}

.list-features figcaption strong {
  padding-left: 5px;
}

.list-features a {
  color: #4a4a4a;
}

.list-features strong {
  display: block;
}

strong {
  font-family: "open_sansregular";
  font-weight: normal;
}

.section-services .section-title span,
.section-presense .section-title span {
  padding-left: 10px;
}

.section-testimonial .section-title {
  padding-bottom: 30px;
}

.section-testimonial .section-title span {
  padding-left: 10px;
}

.section-testimonial .tab-content {
  color: #fff;
  padding: 30px;
}

.section-testimonial .tab-content:before {
  position: absolute;
  top: 0%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom-color: #133a60;
  margin-top: -20px;
  margin-left: -14.5px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-testimonial .tab-content:before {
    display: block;
  }
}

.section-testimonial .tab-content .row > div:first-child {
  text-align: center;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .section-testimonial .tab-content .row > div:first-child {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .section-testimonial .tab-content {
    margin-top: 29px;
  }
}

.section-testimonial .nav-tabs {
  border: none;
  display: table;
  width: 100%;
  border-spacing: 10px 0;
  margin: 0;
  padding: 0;
}

.section-testimonial .nav-tabs li {
  display: table-cell;
  float: none;
  border: 1px solid #dcdcdc;
  vertical-align: bottom;
  padding: 0;
  text-align: center;
}

.section-testimonial .nav-tabs li img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-testimonial .nav-tabs {
    display: block;
  }
  .section-testimonial .nav-tabs li {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .section-testimonial .nav-tabs li {
    width: 50%;
  }
}

.section-testimonial .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  height: 100px;
  padding: 0;
  padding: 10px;
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.section-testimonial .nav-tabs .nav-link.active {
  border: none;
}

.section-testimonial .nav-tabs .nav-link.active:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: none;
  border-bottom-color: #133a60;
  margin-top: 10px;
  margin-left: -14.5px;
}

@media only screen and (max-width: 1199px) {
  .section-testimonial .nav-tabs .nav-link.active:before {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .section-testimonial .nav-tabs .nav-link.active:before {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section-testimonial .nav-tabs .nav-link.active:before {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-testimonial .nav-tabs .nav-link.active:before {
    display: none;
  }
}

.short-description {
  padding-bottom: 30px;
}

.short-description p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.testi-list .item {
  padding-top: 15px;
  border-top: 1px solid rgba(19, 58, 96, 0.3);
  margin-bottom: 15px;
}

.testi-list .item:first-child {
  border-top: none;
}

.testi-list .testi-foot .name {
  font-family: "open_sansregular";
  color: #0088bd;
}

.testi-list .testi-foot strong {
  display: block;
  font-family: "open_sanslight";
}

.inner-wrap {
  padding-top: 0;
}

.section-services {
  background: #cee1e9;
}

.services-list {
  padding-top: 30px;
}

.services-list figure {
  overflow: hidden;
}

.services-list figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.services-list figcaption {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #133a60;
}

.services-list figcaption strong {
  padding-left: 5px;
}

.services-list figcaption a {
  color: #133a60;
}

.services-list .item img {
  width: 100%;
}

.services-list .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 768px) {
  .services-list .item {
    margin-bottom: 30px;
  }
}

.section-presense .section-title {
  padding-bottom: 30px;
}

.map-wrapper {
  position: relative;
}

.country-list a {
  display: inline-block;
  width: 30px;
  height: 44px;
}

.country-list a:before {
  content: '\e80e';
  font-family: "maisonette";
  color: #133a60;
  font-size: 50px;
  line-height: 54px;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.country-list li {
  position: absolute;
  z-index: 1;
}

.country-list li:hover, .country-list li.hover {
  z-index: 2;
}

.country-list li:hover a:before, .country-list li.hover a:before {
  font-size: 60px;
  color: #0087bc;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.countries-list a {
  color: #133a60;
  position: relative;
  padding-left: 20px;
  display: block;
}

.countries-list a:before {
  content: '\e80c';
  font-family: "maisonette";
  color: #b9ced6;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 24px;
}

.countries-list a:hover {
  color: #0088bd;
}

.countries-list a:hover:before {
  color: #0088bd;
}

.section-reqDemo {
  background: url("../images/bg-reqDemo.jpg") no-repeat 0 0;
  background-size: cover;
}

.section-reqDemo .section-title {
  padding-bottom: 30px;
}

.section-reqDemo .section-title h2 {
  font-size: 40px;
}

.half-holder {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.half-holder .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .half-holder .container-fluid {
    display: none;
  }
}

.half-holder .container .row > div {
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 0;
}

.half-holder .container .row > div:first-child {
  padding-left: 0px;
  padding-right: 80px;
}

@media only screen and (max-width: 991px) {
  .half-holder .container .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .half-holder .container .row > div:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .half-holder .container .row > div {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .eqHeight {
    height: auto !important;
  }
}

.intro-section {
  padding-top: 67px;
  padding-bottom: 120px;
}

.section-featured article {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-featured article h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #1c4774;
}

@media only screen and (max-width: 767px) {
  .section-featured article h2 {
    font-size: 24px;
  }
}

.section-featured article figure {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
}

.functionalities-list li {
  display: table;
}

.functionalities-list li p {
  font-size: 12px;
  color: #4b4b4b;
}

.functionalities-list li > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.functionalities-list li > div.icon {
  width: 64px;
  padding-right: 15px;
}

.functionalities-list li strong {
  display: block;
  color: #1c4774;
  font-size: 13px;
  font-family: "open_sanssemibold";
}

.visionMission {
  color: #fff;
  padding: 82px 0;
}

.visionMission h2 {
  margin-bottom: 60px;
}

.visionMission h3 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .visionMission {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.spec-about {
  background: url("../images/bg-about.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: calc(70vh);
}

.spec-about .about-text-bg {
  background: rgba(32, 62, 92, 0.3);
}

.about-list .item {
  text-align: center;
}

.about-list .item h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-list .item a {
  color: #133a60;
}

.about-list .item figure {
  margin-bottom: 30px;
}

.about-list .item p {
  color: #4b4b4b;
}

.quick-contact .icon img {
  margin: 0 auto;
  display: block;
}

.quick-contact p {
  font-size: 20px;
  color: #445560;
}

@media only screen and (max-width: 768px) {
  .quick-contact > div {
    text-align: left !important;
    padding-bottom: 15px;
  }
    .quick-contact p {
        text-align: center;
        line-height: 35px;
    }
    .quick-contact br {
    /*display: none;*/
    }
}

.nav-tabs {
  border: none;
  margin-bottom: 60px;
}

.nav-tabs .nav-item {
  padding-right: 15px;
}

.nav-tabs .nav-link {
  font-size: 35px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 35px;
  padding-right: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "open_sanssemibold";
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
}

.nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
  margin-left: -7.5px;
  margin-bottom: -15px;
  opacity: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
  border: 1px solid white;
  background: transparent;
}

.nav-tabs .nav-link.active:before {
  opacity: 1;
}

.map-large {
  max-height: 680px;
  overflow: hidden;
}

.map-large > img {
  width: 100%;
}

.pagination-wrapper {
  padding-top: 30px;
}

.client-list .item,
.solutions-list .item {
  border: 1px solid rgba(19, 58, 96, 0.3);
  border-left: none;
  border-top: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.client-list figure img,
.solutions-list figure img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
}

.client-list h3,
.solutions-list h3 {
  text-align: center;
}

.client-list h3 a,
.solutions-list h3 a {
  font-size: 16px;
  color: #133a60;
}

.timeline {
  padding: 15px 0;
  text-align: center;
}

.timeline h3 {
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .timeline h3 {
    font-size: 18px;
  }
}

.timeline-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.timeline-item.row {
  margin-left: 0;
  margin-right: 0;
}

.timeline-item.timeline-head .item {
  margin-bottom: 30px;
  text-align: center;
}

.timeline-item.timeline-head .item .inner {
  position: relative;
  background: #4d4d4f;
}

.timeline-item.timeline-head .item .inner:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-top-color: #4d4d4f;
  display: inline-block;
  margin-left: -20px;
}

.timeline-item .item {
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .timeline-item .item {
    margin-bottom: 5px;
  }
}

.timeline-item .timeline-badge span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: #FFA500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  z-index: 1;
}

.timeline-item .timeline-badge span:before, .timeline-item .timeline-badge span:after {
  position: absolute;
  width: 500px;
  height: 1px;
  content: '';
  display: block;
  border-bottom: 1px dashed #ccc;
  top: 15px;
}

.timeline-item .timeline-badge span:before {
  right: 100%;
  margin-right: 5px;
}

.timeline-item .timeline-badge span:after {
  left: 100%;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .timeline-item .timeline-badge {
    position: relative;
    margin-bottom: 20px;
  }
}

.timeline-item .item .inner {
  padding: 15px;
  color: #fff;
}

.timeline-item .item .inner p {
  font-family: "open_sansregular";
}

.timeline-item .item h3, .timeline-item .item h4 {
  font-family: "open_sanssemibold";
}

.partners-list .item {
  border-radius: 0 0 5px 0px;
  -moz-border-radius: 0 0 5px 0px;
  -webkit-border-radius: 0 0 5px 0px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #0088bd;
  border-left: none;
  border-top: none;
}

.partners-list h3 {
  margin: 0;
  padding: 10px 15px;
  color: #0088bd;
  color: #0088bd;
  background: rgba(28, 71, 116, 0.2);
  font-size: 18px;
  font-family: "open_sansregular";
}

.partners-list .inner {
  padding: 15px;
}

footer {
  background: #273341 url("../images/bg-footer.png") no-repeat center bottom;
  color: #fff;
}

footer p {
  font-size: 12px;
  color: #a7c8d9;
}

footer a {
  font-size: 12px;
  color: #a7c8d9;
}

footer a:hover, footer a.active {
  color: #fff;
}

footer > .container > .row:first-child {
  padding: 0;
}

footer > .container > .row:first-child .row {
  padding-bottom: 25px;
}

footer > .container > .row:first-child > div {
  padding-top: 60px;
  padding-bottom: 25px;
}

footer > .container > .row {
  padding-bottom: 85px;
}

footer .icon {
  padding-right: 10px;
}

footer .title {
  font-size: 20px;
  font-family: "open_sansregular";
  color: #d3d3d3;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer .social {
  padding-top: 70px;
}

.cell-wrapper {
  display: table;
  width: 100%;
}

.cell-wrapper > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.social {
  font-weight: normal;
}

.social li {
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: top;
}

.social li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}

.social li a:hover {
  border-color: #0088bd;
  background: #0088bd;
}

.newsletter .input-holder {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.developer a {
  display: inline-block;
}

.developer a img {
  padding-left: 5px;
}

.solution-wrapper {
  padding-bottom: 60px;
}
.aside-nav {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .aside-nav {
    margin-bottom: 30px;
  }
}
.aside-nav li {
  border-top: 1px solid #2f4f71;
}
.aside-nav li:first-child {
  border-top: none;
}
.aside-nav a {
  color: #fff;
  padding: 15px 12px;
  display: block;
}
.aside-nav a.active {
  position: relative;
}
.aside-nav a.active:before {
  content: '\e80c';
  font-family: "maisonette";
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: 10px;
}
.aside-nav a:hover {
  background: #347ca1;
}
.aside-nav a.active {
  background: #347ca1;
}
.aside-nav .icon {
  margin-right: 15px;
}

.aside-tab {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 5px 0;
  margin-bottom: 30px;
  font-family: 'open_sansregular';
}
.tab-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.aside-tab li {
  display: table-cell;
  float: none;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .aside-tab li {
    display: block;
    margin-bottom: 20px;
  }
}
.aside-tab li a {
  display: block;
  border: 2px solid #347ca1;
  position: relative;
  color: #347ca1;
}
.aside-tab li a:before {
  width: 0px;
  height: 0;
  border: 20px solid transparent;
  border-bottom-width: 35px;
  border-left-width: 35px;
  border-right-width: 35px;
  border-top-color: #347ca1;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.aside-tab li a.active:before {
  opacity: 1;
}
.aside-tab li a.active {
  background: #347ca1;
  color: #fff;
}
.tab-content .row {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.tab-content .item {
  margin-bottom: 7px;
  background: #f5f8fa;
  padding: 15px;
  font-size: 13px;
  border-left: 3.5px solid #fff;
  border-right: 3.5px solid #fff;
}
.tab-content p {
  font-size: 13px;
}
.tab-content h4 {
  color: #273341;
  font-family: 'open_sansregular';
}
.tab-slider .owl-nav > div {
  position: absolute;
  top: 50%;
  font-size: 40px;
  background: rgba(255,255,255,0.5);
  padding: 5px 10px;
  margin-top: -35px;
}
.tab-slider .owl-nav > div:before {
  font-family: "maisonette";
}
.tab-slider .owl-nav .owl-prev {
  left: 20px;
}
.tab-slider .owl-nav .owl-next {
  right: 20px;
}
.tab-slider .owl-nav .owl-prev:before {
  content: '\e802';
}
.tab-slider .owl-nav .owl-next:before {
  content: '\e801';
}

.section-reqDemo.career-apply {
  background: #fff;
}
.career-apply-wrap {
  background: #ededed; 
  padding: 40px;
}

.career-apply .form input[type=text],
.career-apply .form input[type=password],
.career-apply .form input[type=file],
.career-apply .form textarea {
  background: #FFF;
}
.career-apply .form input[type="file"] {
  background: #FFF;
  padding-left: 0;
  padding: 12px;
}
.career-apply .form .input-holder label {
  color: #133a60;
}

.faqAccordian {
  width: 100%;
}
.faqAccordian h3 {
  margin-top: 30px;
}
.card-header {
  background: #133a60;
}
.card-header a {
  color: #fff;
}
.accordian-holder .card-header {
  background: #347ca1;
  text-transform: uppercase;
}
.product-wrap {
  width: 100%;
  padding: 10px 0px 75px;
  float: left;
}
.product-wrap th {
  text-align: center;
  padding: 17px 0px;
  width: 20%;
}
.product-wrap th h3 {
  font-family: "open_sanssemibold";
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.product-wrap th img {
  max-width: 40px;
}
.product-wrap th.features {
  background: #ededed;
}
.product-wrap th.features h3{	color:#292b2c;
}
.product-wrap th.essential {
  background: #00b050;
}
.product-wrap th.classic {
  background: #ffc000;
}
.product-wrap th.gold {
  background: #f47648;
}
.product-wrap th.grey {
  background: #ff0000;
}
.product-wrap tr {
  border-bottom: 1px solid #dddddd;
}

.product-wrap table tr td {
  padding: 3px;
  text-align: center;
  font-size: 12px;
  font-weight:bold;
}
.product-wrap table tr td.white {
  background: #fff;
}
.product-wrap table tr td.white.left {
  text-align: left;
}
.product-wrap table tr td.gray {
  background: #ededed;
}
.product-wrap table tr td.bluetab {
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #fff;
  background: #1c4774;
  text-transform: uppercase;
  text-align: left;
}
.product-wrap tr.quote-buttons {
  border: 0px;
}
.product-wrap tr.quote-buttons a {
  background: #004990;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 3px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #353535;
  font-family: arial;
  font-size: 8px;
}
.product-wrap tr.quote-buttons a:hover {
  text-decoration: none;
  background: #fff;
  color: #353535;
}
.product-wrap tr.quote-buttons td.white a {
  background: #BA1E8B;
  border: 1px solid #BA1E8B;
}
.product-wrap tr.quote-buttons td.white a:hover {
  background: #fff;
  color: #BA1E8B;
  border: 1px solid #BA1E8B;
}
.product-wrap .text-info{color:white !important;
  font-size:15px;}
  .orange{background-color:#92d050; color:white;}
  @media (min-width: 500px) {
    .product-wrap th h3 {
      font-size: 17px;
    }
    .product-wrap th img {
      max-width: 70px;
    }
    .product-wrap tr.quote-buttons a {
      font-size: 10px;
    }
  }
  @media (min-width: 768px) {.product-wrap table tr td.bluetab {
    font-size: 23px;
    padding-left: 0px;
    text-align:center;
  }
  .product-wrap table tr td.white.left {
    padding-left: 30px;
  }
  .product-wrap th img {
    max-width: 100%;
  }
  .product-wrap th h3 {
    font-size: 18px;
    line-height:1.3em;
  }
  .product-wrap table tr td {
    padding: 5px;
    font-size: 14px;
  }
  .product-wrap tr.quote-buttons a {
    padding: 8px 15px;
    font-size: 12px;
    }}


    .product-wrap .price-table {
      width: 100%;
    }
    .product-wrap .price-table.d-none tbody {
      /*height: 1000px;*/
      /*overflow-y: auto;*/
      /*width: 101.5%;*/
    }
    .product-wrap .price-table tbody, 
    .product-wrap .price-table th {
      display: block;
    }
    .product-wrap .price-table tbody tr {
      display: table;
      width: 100%;
      table-layout: fixed;
    } 
    .product-wrap .price-table thead {
      display: block;
      display: table;
      width: 100%;
      table-layout: fixed;
      /*position: fixed;*/
    }
    .product-wrap .price-table thead.stick {
      position: fixed;
      top: 0px;
      max-width: 1170px;
      z-index: 2;

    }
    .product-wrap .price-table thead tr th {
      display: table-cell;
    }

    #table-show.btn{
      position: relative;
      padding: 10px 27px 19px;
      margin-bottom: 10px;
      z-index: 0;
    }
    #table-show.btn:after{
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      bottom:-20px;
      left: 50%;
      margin-left: -20px;
      content: "";
      background-color:#133a60; 
      background-image:url(../images/up-down.png);
      background-repeat: no-repeat;
      background-position: center 7px;
    }
    #table-show.btn.up-arrow:after{
      background-position: center -21px;
    }

    @media screen and (max-width: 767px) {
      .product-wrap{
        position: relative;
        overflow: auto;
      }
      .product-wrap .price-table thead.stick {
        position: static;
        top: 0px;
        width: 100%;
      }
    }

    .product-wrap table tr td.light-bluetab {
      background: #44546a;
      color: #fff;
    }

    @media screen and (max-width: 1198px) {
      .product-wrap .price-table thead.stick {
        max-width: 960px;
      }
    }

    @media screen and (max-width:991px) {
      .product-wrap .price-table thead.stick {
        max-width: 719px;
      }
    }


    .section-pricing {
      padding-bottom: 50px;
    }
    .section-pricing .section-title h2{
      margin-bottom: 40px;
      }

    .list-pricing .col-md-3{
      padding: 0 5px;
    }
    .list-pricing .col-md-3 > div{
         width: 100%;
    float: left;
    padding: 35px 30px 30px;
    min-height: 270px;
    text-align: center;
    }
    .list-pricing h3{
       font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: "open_sansregular";
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 100%;
    float: left;
    margin: 0 0 40px;
    }
    .list-pricing figure{
      width: 100%;
      float: left;
      text-align: center;
      margin: 0 0 15px;
    }
    .list-pricing figure img{
      width: auto;
      display: inline-block;
      margin: 0 auto;
    }

    .list-pricing small.text-info{
      width: 100%;
      float: left;
      color: #fff!important;
      font-size: 12px;
      line-height: 18px;
      font-family: "open_sanslight";

    }

    .list-pricing .essential{
      background-color: #00af50;
    }
    .list-pricing .classic{
      background-color: #ffc000;
    }
    .list-pricing .gold{
      background-color: #f47548;
    }
    .list-pricing .grey{
      background-color: #fe0000;
    }

  .list-pricing .compare {
        margin-top: 35px;
  }

footer .col-md-6.cell-wrapper .text p a{
  display: inline-block;
  width: 100%;
}

label.success {
    float: none;
    margin: 20px;
    width: 100%;
}


/*-------16012018-----*/
.hm-news-wrap {
    position: absolute;
    width: 100%;
    bottom: calc(43%);
    left: 0px;
    right: 0;
    z-index: 2;
}
ul.row.main-form.justify-content-md-center {
    background: rgba(0,0,0,0.3);
    padding: 45px 0;
}

@media only screen and (max-width:1199px) {
.hm-news-wrap {
    bottom: calc(14%);   
}
.hm-news-wrap .btn.btn-send {
    font-size: 19px;
}
}
@media only screen and (max-width:991px) {
.hm-news-wrap {
    position: relative;  
}
.hm-news-wrap .btn.btn-send {
    font-size: 16px;      
    padding: 3px;

}
.hm-news-wrap .btn.btn-send:before {
    margin-right: 5px;
}
}

@media only screen and (max-width:767px) {
ul.row.main-form.justify-content-md-center {
    padding: 15px 0;
}
ul.row.main-form.justify-content-md-center li{
  margin: 0 0 15px;
}
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
	ul.row.main-form.justify-content-md-center{padding:25px 0px;}
}
@media screen and (max-width: 1299px) and (min-width: 1024px) {
	ul.row.main-form.justify-content-md-center{padding:20px 0px;}
}

@media (max-width: 767px) {
  .top-nav li.call,
  .top-nav li.mobile {
    font-size: 15px;
  }
  header > .container > .row > div:first-child {
    width: 40%
  }
  header > .container > .row > div {
    width: 60%;
  }
}
table.price-table th:nth-child(2), table.price-table th:nth-child(3) {
    display: none;
}
table.price-table tr td:nth-child(2), table.price-table tr td:nth-child(3) {
    display: none;
}



@media only screen and (max-width: 991px){

.form .input-holder select {
    height: 55px;
    border: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #3a3a50;
    background-color: #fff;
}
}

.btn-whatsapp {
	    z-index: 111;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 4px;
    color: rgb(79, 206, 93);
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    width: fit-content;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 10px;
    position: fixed;
    right: 0;
    bottom: 56px;
}

.btn-whatsapp::before {
    content: "";
    background: url(image/icon-whatsapp.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 0px;
}

.btn-call {
	    z-index: 111;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 4px;
    color: rgb(79, 206, 93);
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    width: fit-content;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 10px;
    position: fixed;
    right: 0;
    bottom: 120px;
}

.btn-call::before {
    content: "";
    background: url(image/icon-call.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 0px;
}