body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 16px;
  background: #FFF;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

html {
  scroll-behavior: smooth; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button {
  outline: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input, textarea, button, select, a, div {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top; }

::-moz-selection {
  background: #b1c9f7;
  color: #fff; }

::selection {
  background: #b1c9f7;
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #e31e24; }

* {
  text-rendering: optimizeLegibility; }

html.touch * {
  text-rendering: optimizeSpeed; }

p {
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal; }

ol, ul, li {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.clr {
  clear: both; }

/*
img,canvas {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; 
    max-width: none;
}*/
/*
@include transition(all ease 0.5s);
@include border-radius(50px);
@include box-shadow(0px, 0px, 8px, 0px, rgba(0,0,0,0.15));
300/400/600/700
*/
/*@include scale(1.2);*/
/*@include box-shadow(0px, 0px, 8px, 0px, rgba(0,0,0,0.15));*/
/*@include text-shadow(0px, 0px, 8px, 0px, rgba(0,0,0,0.15));*/
/*
@include translate(0%,-50%);
*/
/*@include background-size(cover);*/
.headerinner {
  text-align: center;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 15;
  padding: 0 20px; }

.headerinnerw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.headerinnerRow {
  position: relative;
  height: 90px;
  padding-left: 150px; }

.logo {
  position: absolute;
  width: 135px;
  z-index: 16;
  left: 0;
  top: 0;
  margin: 6px 0; }

.headerinnerRowCol1 {
  padding: 10px 0; }

.getqut {
  position: absolute;
  width: 144px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

a.getquote {
  display: inline-block;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background: #0c3355;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px; }
  a.getquote:hover {
    background: #29a9e1;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25); }

.mailright {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

.callright {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px; }

.mailrightin {
  position: relative;
  float: left;
  font-size: 14px;
  color: #222222;
  font-weight: 700; }
  .mailrightin a {
    color: #222222; }
    .mailrightin a:hover {
      color: #888888; }
  .mailrightin span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 4px; }

.btnsubmit {
  display: inline-block;
  padding: 15px 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background: #0c3355;
  border: none;
  float: left;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  .btnsubmit:hover {
    background: #29a9e1;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25); }

.menuzord {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative; }
  .menuzord * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .menuzord a {
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color 0.3s linear, background 0.3s linear; }

.menuzord-menu.scrollable > .scrollable-fix {
  display: none; }

.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer; }

.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }
  .menuzord-menu.menuzord-right {
    float: right; }
  .menuzord-menu > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    margin: 34px 0; }
    .menuzord-menu > li > a {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      padding: 0px 0;
      font-size: 16px;
      font-weight: 600;
      color: #333;
      text-align: center;
      outline: 0;
      -webkit-tap-highlight-color: transparent; }
    .menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
      color: #333; }
  .menuzord-menu ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 280px;
    white-space: nowrap;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    .menuzord-menu ul.dropdown li {
      clear: both;
      width: 100%;
      border: 0;
      font-size: 12px;
      border-top: 1px solid #ddd;
      position: relative; }
      .menuzord-menu ul.dropdown li ul.dropdown {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        z-index: 99;
        min-width: 250px;
        white-space: nowrap;
        background: #fff;
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        left: 100%; }
      .menuzord-menu ul.dropdown li a {
        width: 100%;
        background: 0 0;
        padding: 10px 20px 10px 25px;
        font-size: 12px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 0.5px;
        float: left;
        clear: both;
        position: relative;
        outline: 0;
        -o-transition: padding .2s linear;
        -moz-transition: padding .2s linear;
        -webkit-transition: padding .2s linear;
        transition: padding 0.2s linear; }
      .menuzord-menu ul.dropdown li::after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        left: 13px;
        top: 0px;
        margin: 9px 0px;
        font-size: 16px;
        color: #29a9e1; }

.menuzord-menu ul.dropdown li:first-child {
  border-top: none; }

.megaDropnav {
  width: 100%;
  float: left;
  padding: 5px 8px; }
  .megaDropnav ul {
    margin: 0px;
    padding: 0px; }
  .megaDropnav li {
    margin: 3px 0px;
    padding: 7px 0px 7px 15px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
    .megaDropnav li::after {
      content: "\f105";
      font-family: 'FontAwesome';
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 4px 0px;
      font-size: 16px;
      color: #8b4513; }
    .megaDropnav li a {
      color: #000;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -o-transition: padding .2s linear;
      -moz-transition: padding .2s linear;
      -webkit-transition: padding .2s linear;
      transition: padding .2s linear; }
    .megaDropnav li:hover a {
      color: #8b4513;
      padding-left: 6px; }
    .megaDropnav li:last-child {
      border-bottom: none; }

.megaDropnavCol2 {
  width: 50%;
  float: left; }

.megaDropnavCol3 {
  width: 33.33333333333333%;
  float: left; }

.megaDropnavCol4 {
  width: 25%;
  float: left; }

.menubg {
  background: #fff8eb; }

.menuzord-menu ul.dropdown li:hover > a {
  color: #333;
  padding-left: 30px; }
.menuzord-menu ul.dropdown.dropdown-left {
  left: none; }
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%; }
.menuzord-menu li .indicator {
  margin-left: 3px;
  display: none; }
.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px; }
.menuzord-menu > li > .megamenu {
  width: 100%;
  left: 0;
  padding: 0 5px;
  position: absolute;
  display: none;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }
  .menuzord-menu > li > .megamenu.megamenu-half-width {
    width: 50%;
    left: auto; }
  .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto; }
  .menuzord-menu > li > .megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px; }
    .menuzord-menu > li > .megamenu .megamenu-row:first-child {
      margin-top: 0; }
    .menuzord-menu > li > .megamenu .megamenu-row:after, .menuzord-menu > li > .megamenu .megamenu-row:before {
      display: table;
      content: "";
      line-height: 0; }
    .menuzord-menu > li > .megamenu .megamenu-row:after {
      clear: both; }
    .menuzord-menu > li > .megamenu .megamenu-row .col1, .menuzord-menu > li > .megamenu .megamenu-row .col10, .menuzord-menu > li > .megamenu .megamenu-row .col11, .menuzord-menu > li > .megamenu .megamenu-row .col12, .menuzord-menu > li > .megamenu .megamenu-row .col2, .menuzord-menu > li > .megamenu .megamenu-row .col3, .menuzord-menu > li > .megamenu .megamenu-row .col4, .menuzord-menu > li > .megamenu .megamenu-row .col5, .menuzord-menu > li > .megamenu .megamenu-row .col6, .menuzord-menu > li > .megamenu .megamenu-row .col7, .menuzord-menu > li > .megamenu .megamenu-row .col8, .menuzord-menu > li > .megamenu .megamenu-row .col9 {
      display: block;
      min-height: 20px;
      float: left;
      margin-left: 3%; }
    .menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child {
      margin-left: 0; }
    .menuzord-menu > li > .megamenu .megamenu-row .col1 {
      width: 5.5833333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col2 {
      width: 14.1666666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col3 {
      width: 22.75%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col4 {
      width: 31.3333333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col5 {
      width: 39.9166666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col6 {
      width: 48.5%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col7 {
      width: 57.0833333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col8 {
      width: 65.6666666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col9 {
      width: 74.25%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col10 {
      width: 82.8333333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col11 {
      width: 91.4166666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col12 {
      width: 100%; }

.menuzord .showhide {
  width: 70px;
  height: 77px;
  padding: 28px 0;
  display: none;
  float: right;
  text-decoration: none;
  background: url(../images/hamnav.png) no-repeat center;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
  .menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: none; }

.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: FontAwesome; }
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px; }
  .menuzord-menu > li.search form input[type=text] {
    width: 160px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: #f0f0f0;
    border-radius: 2px;
    outline: 0;
    -o-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out; }
  .menuzord-menu > li.search form:hover input[type=text] {
    width: 160px; }

.menuzord-tabs {
  width: 100%;
  float: left; }

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }
  .menuzord-tabs-nav > li > a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: 1px solid #f0f0f0;
    outline: 0; }
  .menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
    /*background: #f0f0f0*/ }

.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: 1px solid #f0f0f0; }
  .menuzord-tabs-content.active {
    display: block; }

.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #4A89DC; }
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a {
  color: #4A89DC; }
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #0c3355; }
.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a {
  color: #0c3355; }
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #0c3355; }
.menuzord.red .menuzord-menu > li.active > a, .menuzord.red .menuzord-menu > li:hover > a {
  color: #29a9e1; }
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #29a9e1; }
.menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a {
  color: #29a9e1; }
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #F6BB42; }
.menuzord.yellow .menuzord-menu > li.active > a, .menuzord.yellow .menuzord-menu > li:hover > a {
  color: #F6BB42; }
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967ADC; }
.menuzord.purple .menuzord-menu > li.active > a, .menuzord.purple .menuzord-menu > li:hover > a {
  color: #967ADC; }
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #D770AD; }
.menuzord.pink .menuzord-menu > li.active > a, .menuzord.pink .menuzord-menu > li:hover > a {
  color: #D770AD; }

@media (max-width: 1024px) {
  .menuzord-responsive.menuzord {
    padding: 0; }
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55; }
  .menuzord-responsive .showhide {
    margin: 0; }
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important; }
    .menuzord-responsive .menuzord-menu.scrollable {
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      background: #0c3355;
      -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15); }
      .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
        display: block; }
    .menuzord-responsive .menuzord-menu > li {
      width: 100%;
      position: relative; }
      .menuzord-responsive .menuzord-menu > li > a {
        width: 100%;
        padding: 10px 20px 10px 20px;
        display: block;
        border-bottom: solid 1px #1d476b; }
      .menuzord-responsive .menuzord-menu > li:first-child > a {
        border-top: solid 1px #1d476b; }
    .menuzord-responsive .menuzord-menu ul.dropdown {
      width: 100%;
      left: 0;
      position: static;
      border: none;
      background: #fff;
      float: left; }
      .menuzord-responsive .menuzord-menu ul.dropdown li {
        position: relative; }
        .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
          width: 100%;
          left: 0;
          position: static;
          border: none;
          background: #fff;
          float: left; }
        .menuzord-responsive .menuzord-menu ul.dropdown li a {
          border-bottom: solid 1px #f0f0f0; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
      padding-left: 0px !important;
      text-align: right; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
      padding-left: 60px !important; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
      padding-left: 80px !important; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
      padding-left: 50px !important; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
      padding-left: 70px !important; }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
      padding-left: 90px !important; }
    .menuzord-responsive .menuzord-menu li .indicator {
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0px;
      left: 0px;
      padding: 9px 10px;
      font-size: 20px;
      text-align: right; }
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
      height: 38px;
      right: 0;
      top: 0;
      font-size: 18px;
      line-height: 36px; }
    .menuzord-responsive .menuzord-menu > li > .megamenu {
      width: 100% !important;
      left: 0 !important;
      position: static;
      float: left;
      border-top: none;
      border-bottom: solid 1px #f0f0f0; }
      .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
        margin-top: 0; }
        .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
          float: none;
          display: block;
          width: 100% !important;
          margin-left: 0;
          margin-top: 15px; }
        .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*=col]:first-child {
          margin-top: 0; }
    .menuzord-responsive .menuzord-menu > li.search form {
      width: 100%;
      margin: 4px 0;
      padding: 10px 16px !important; }
      .menuzord-responsive .menuzord-menu > li.search form input[type=text] {
        width: 100%; }
  .menuzord-responsive .menuzord-tabs-content, .menuzord-responsive .menuzord-tabs-nav {
    width: 100%; }

  /*--breakpoint--*/
  .menuzord-menu > li > a {
    height: auto; }

  .menuzord-responsive .menuzord-menu > li > a {
    text-align: right; }

  .menuzord-menu li .indicator {
    display: inline-block; }

  .menuzord-menu ul.dropdown {
    margin: 0 !important; }

  .menuzord-menu ul.dropdown li::after {
    display: none; } }
@media screen and (max-width: 1100px) {
  .logo {
    width: 90px;
    left: 20px; }

  .headerinnerRow, .headerinner {
    padding: 0; }

  .getqut {
    bottom: 0px;
    right: 60px;
    -webkit-transform: translate(0px, -3px);
    -moz-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    -o-transform: translate(0px, -3px);
    transform: translate(0px, -3px); }

  .headerinnerRowCol1 {
    padding: 5px 20px; }

  .menuzord-menu > li {
    margin: 0;
    padding: 0; }

  .menuzord-menu > li > a {
    color: #ffffff; } }
@media screen and (max-width: 740px) {
  .headerinnerRowCol1 {
    display: none; }

  .logo {
    width: 90px; }

  .headerinnerRow {
    height: 77px; }

  .getqut {
    top: 0px;
    right: 60px;
    margin: 19px 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  .menuzord .showhide {
    height: 77px;
    padding: 27px 0; } }
@media screen and (max-width: 330px) {
  /*a.getquote{float: right;}*/ }
.slick-slider {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: block; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  outline: none; }

.slider {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.slick-slide {
  margin: 0px 0px;
  padding: 0px 0px; }
  .slick-slide img {
    max-width: 100%; }

.slick-prev:before, .slick-next:before {
  color: black; }

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1; }

.slick-active, .slick-current {
  opacity: 1; }

.slick-loading .slick-list {
  background: #ffffff; }

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  margin-top: 25px;
  margin-right: 20px;
  top: 0%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #888;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 10;
  right: 30px;
  width: 30px;
  height: 30px;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 10; }
  .slick-prev:hover {
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.9); }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before, [dir='rtl'] .slick-prev:before {
  content: "\f177";
  font-size: 20px;
  font-family: "FontAwesome"; }

.slick-next {
  right: 0px;
  width: 30px;
  height: 30px;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 10; }
  .slick-next:hover {
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.9); }

#sbcategoryslide .slick-next, #lkcslide .slick-next {
  right: -40px;
  top: 50%;
  margin-top: 0px;
  width: 28px;
  height: 19px;
  z-index: 5;
  background: url(../images/right-sbc.png) no-repeat; }
#sbcategoryslide .slick-prev, #lkcslide .slick-prev {
  left: -40px;
  top: 50%;
  margin-top: 0px;
  width: 28px;
  height: 19px;
  z-index: 5;
  background: url(../images/left-sbc.png) no-repeat; }

#mngtestimonials .slick-dots {
  position: static;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before, [dir='rtl'] .slick-next:before {
  content: "\f178";
  font-size: 20px;
  font-family: "FontAwesome"; }

/* Dots */
.slick-dots {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  position: relative; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 100%;
      height: 10px;
      padding: 0px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #a8b2be;
      border: 2px solid #a8b2be;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .slick-dots li.slick-active button {
      background: #29a9e1;
      border: 2px solid #29a9e1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .slick-dots li button:hover, .slick-dots li button:focus {
      outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }
    .slick-dots li button:before {
      font-family: 'slick';
      font-size: 6px;
      /*line-height: 20px;*/
      position: absolute;
      top: 0;
      left: 0;
      /*width: 20px;
      height: 20px;*/
      content: '';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      color: black; }

@media screen and (max-width: 800px) {
  .slick-dots li, .slick-dots li button {
    width: 10px;
    height: 10px; } }
.topSlider {
  background: #f4f5f7 url(../images/bottom-slide-spatch.jpg) no-repeat;
  background-position: right bottom; }

.frontslider {
  position: relative; }

.topSliderTopRight {
  position: absolute;
  right: -10%;
  top: -65%;
  width: 796px;
  z-index: 0;
  text-align: right; }

.topSliderTopBtm {
  position: absolute;
  right: 8%;
  bottom: 100px;
  width: 652px;
  z-index: 4;
  text-align: right; }

.topSliderTopCaption {
  position: absolute;
  right: 0%;
  top: 25%;
  left: 0%;
  z-index: 5;
  text-align: center; }

.topSliderTopCaptionw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0px 20px; }

.topSliderTopCaptionleft {
  max-width: 490px;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 30px;
  padding-top: 15px; }

img.leftCapdoot {
  position: absolute;
  left: 0;
  top: 0; }

.topSliderTopCaptionlefttitle {
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700; }

.topSliderTopCaptionlefttitle2 {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 28px; }

a.getstarted {
  display: inline-block;
  padding: 13px 27px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  float: left;
  background: #29a9e1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.75);
  -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.75);
  -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.75);
  -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.75);
  box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.75);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px; }
  a.getstarted:hover {
    background: #0c3355;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35); }

.scrollDown {
  position: absolute;
  z-index: 6;
  left: 15px;
  bottom: 20px;
  width: 16px; }
  .scrollDown a {
    display: block; }

/*--right-call--*/
.rightcall {
  height: 1px;
  width: 100%;
  float: left;
  text-align: right;
  position: relative; }

.rightcallin {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11; }

.rightcallinRow {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative; }
  .rightcallinRow a {
    display: block;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    background: #0c3355;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px; }
    .rightcallinRow a:hover {
      background: #29a9e1;
      -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
      -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
      -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
      -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
      box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25); }

.rightcallinRowTooltip {
  position: absolute;
  right: 0;
  top: -33px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  width: 160px;
  background: #b1c9f7;
  color: #0c3355;
  text-transform: uppercase;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  display: none;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.rightcallinRow:hover .rightcallinRowTooltip {
  display: inline-block; }

/*--right-call--*/
@media screen and (max-width: 1100px) {
  .frontslider {
    height: 600px !important; }

  .topSliderTopBtm {
    right: 0;
    bottom: 0; }

  .topSliderTopRight {
    right: -200px; } }
@media screen and (max-width: 900px) {
  .topSliderTopRight {
    width: 520px;
    right: -200px;
    top: -300px; }

  .topSliderTopBtm {
    width: 400px; }

  .frontslider {
    height: 500px !important; }

  .topSliderTopCaption {
    top: 16%; }

  .topSliderTopCaptionlefttitle {
    font-size: 30px; }

  .topSliderTopCaptionlefttitle2 p {
    font-size: 14px; } }
@media screen and (max-width: 568px) {
  .frontslider {
    height: 640px !important; }

  .topSliderTopBtm {
    width: 100%;
    text-align: center; }

  .scrollDown {
    display: none; }

  .topSliderTopCaptionleft {
    padding-left: 5px; } }
div.rthumbnail {
  /* style for thumbsnail DIVs that appear initially on the page */
  display: inline-block;
  margin: 0;
  padding: 0; }

div.rthumbnail div.rcaption {
  display: none; }

div.responsivegallery {
  /* style for responsive gallery UI */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: none;
  z-index: 1000; }

div.responsivegallery:before {
  /* gallery overlay */
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9;
  z-index: -1; }

div.responsivegallery div.galleryinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

div.responsivegallery div.galleryinner:before {
  /* technique to vertical align elements */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

div.responsivegallery div.figurearea {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  z-index: 1000; }

div.responsivegallery div.figurearea.isvideo {
  width: 90%; }

/* video container CSS */
.jkvideocontainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.jkvideowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio. See https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
  height: 0; }

.jkvideowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* figure CSS */
div.responsivegallery figure {
  margin: 0;
  padding: 0;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }

div.responsivegallery figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* Caption CSS */
div.responsivegallery div.figurearea .thecaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 1.1em;
  padding: 5px;
  width: 100%;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.responsivegallery div.figurearea.isvideo .thecaption {
  position: relative; }

div.responsivegallery div.figurearea .thecaption:before {
  /* caption overlay */
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  top: 0;
  left: 0;
  opacity: 0.8; }

div.responsivegallery div.figurearea .thecaption div.captioninner {
  position: relative;
  padding: 3px;
  color: black;
  overflow: hidden; }

div.responsivegallery div.figurearea .thecaption div.captioninner span.counter {
  float: right;
  display: none !important;
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  height: 100%;
  line-height: 100%;
  background: #2D2D2D;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 3px gray; }

div.responsivegallery div.close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px;
  width: 35px;
  height: 35px;
  border-radius: 55px;
  background: #f47421;
  color: white;
  font-size: 26px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

div.responsivegallery div.close:hover {
  background: #f47421; }

div.responsivegallery div.close span {
  display: inline-block;
  position: relative;
  top: -1px; }

.icon-arrow-right {
  display: inline-block;
  position: relative;
  top: -1px; }

.icon-arrow-left {
  display: inline-block;
  position: relative;
  top: -1px; }

div.responsivegallery div.leftnav,
div.responsivegallery div.rightnav {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 35px;
  padding: 2px;
  height: 35px;
  color: black;
  background: white;
  border-radius: 50px;
  text-align: center;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1000;
  font-size: 26px; }

div.responsivegallery div.rightnav {
  right: 10px;
  left: auto; }

div.responsivegallery div.loadingdiv,
div.responsivegallery div.errordiv {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0.6;
  text-align: center;
  z-index: 1000;
  background: black; }

div.responsivegallery div.loadingdiv span,
div.responsivegallery div.errordiv span {
  vertical-align: middle;
  color: red;
  font-size: 3em;
  line-height: 90px; }

div.responsivegallery div.loadingdiv span {
  /* rotating loading DIV */
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  font-size: 3.5em;
  color: white;
  display: inline-block; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
div.responsivegallery div.leftnav:hover,
div.responsivegallery div.rightnav:hover {
  background: white;
  color: black; }

.floating-form {
  width: 100%;
  float: left; }

/****  floating-Lable style start ****/
.floating-label {
  position: relative;
  width: 100%;
  float: left; }

.floating-input, .floating-select {
  display: block;
  width: 100%; }

.floating-input:focus, .floating-select:focus {
  outline: none;
  /*border-bottom:2px solid #5264AE; */ }

.alllabel label {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 13px;
  background: #fff;
  padding: 3px 7px;
  top: 9px;
  transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top: -12px;
  font-size: 12px;
  color: #29a9e1;
  font-weight: 600; }

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
  top: -4px;
  font-size: 12px;
  color: #29a9e1; }

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width: 50%; }

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden; }

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/***   daniel - Fork me friend - style   ***/
.floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial,sans-serif; }

.floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold; }

.floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8; }

.floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial,sans-serif; }

/***  daniel - Fork me friend - style  ***/
.well {
  max-width: 520px;
  width: 100%;
  text-align: center; }

.popupform {
  width: 100%;
  float: left;
  padding: 30px;
  border: 2px solid #fafafa;
  background: #fff;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }
  .popupform::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    height: 75px;
    width: 75px;
    background: url(../images/red-line-top.png) no-repeat left top; }
  .popupform::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 75px;
    width: 75px;
    background: url(../images/red-line-btm.png) no-repeat left top; }

.poptitle {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: 600; }

.popup_close {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  right: 10px;
  top: 10px;
  position: absolute; }

.inputbox {
  width: 100%;
  border: 1px solid #dddddd;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  display: inline-block;
  background: #ffffff;
  padding: 12px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.inputbox::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important; }

.inputbox:-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important; }

.inputbox::-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important; }

.inputbox:focus, input:focus {
  outline: 0; }

.inputbox *:focus {
  outline: 0; }

.inputboxbrowse {
  padding-right: 120px;
  height: 46px;
  text-align: left;
  padding-left: 22px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden; }

.uploadbtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 22px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ccc;
  color: #000000 !important;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  .uploadbtn:hover {
    background: #29a9e1;
    color: #ffffff !important; }

.inputbox2 {
  resize: none;
  height: 70px; }

.submitbtn {
  display: inline-block;
  vertical-align: top;
  padding: 15px 33px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #0c3355;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15); }
  .submitbtn:hover {
    background: #29a9e1;
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15); }

.inputbrowsebtn {
  position: relative;
  width: 100%;
  float: left; }

.inputbrowsebtn label {
  position: absolute;
  right: 2px;
  top: 2px;
  overflow: hidden;
  left: auto; }

.inputbrowsebtn span {
  display: block;
  width: 150px;
  float: left;
  background: #cccccc;
  padding: 16px 10px;
  font-size: 21.1px;
  color: #083e2e;
  font-family: 'UnicaOne-Regular';
  height: 56px;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer; }

.inputbrowsebtn span {
  text-align: center; }

.inputbrowsebtn input[type="file"] {
  position: absolute;
  cursor: pointer;
  left: 0;
  opacity: 0;
  top: -80px;
  bottom: 0;
  width: 100%; }

.selectboxreg {
  padding: 15px 27px;
  background: #fff;
  font-size: 21.1px;
  color: #083e2e;
  width: 100%;
  font-family: 'UnicaOne-Regular';
  text-transform: uppercase;
  border: 1px solid #739868;
  height: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.selectboxjob {
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 135px; }

.aboutmb30 {
  margin-bottom: 30px; }

.contactRowLast {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: center; }

.contactRow {
  width: 100%;
  float: left;
  margin-bottom: 18px; }

@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/icomoon.eot?-qkv88o");
  src: url("../icomoon/icomoon.eot?#iefix-qkv88o") format("embedded-opentype"), url("../icomoon/icomoon.ttf?-qkv88o") format("truetype"), url("../icomoon/icomoon.woff?-qkv88o") format("woff"), url("../icomoon/icomoon.svg?-qkv88o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-spinner:before {
  content: "\e600"; }

.icon-cancel-circle:before {
  content: "\e604"; }

.icon-cross:before {
  content: "\e601"; }

.icon-arrow-left:before {
  content: "\e602"; }

.icon-arrow-right:before {
  content: "\e603"; }

div.rthumbnail {
  /* style for thumbsnail DIVs that appear initially on the page */
  display: inline-block;
  margin: 0;
  padding: 0; }

div.rthumbnail div.rcaption {
  display: none; }

div.responsivegallery {
  /* style for responsive gallery UI */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: none;
  z-index: 1000; }

div.responsivegallery:before {
  /* gallery overlay */
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9;
  z-index: -1; }

div.responsivegallery div.galleryinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

div.responsivegallery div.galleryinner:before {
  /* technique to vertical align elements */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

div.responsivegallery div.figurearea {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  z-index: 1000; }

div.responsivegallery div.figurearea.isvideo {
  width: 90%; }

/* video container CSS */
.jkvideocontainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.jkvideowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio. See https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
  height: 0; }

.jkvideowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* figure CSS */
div.responsivegallery figure {
  margin: 0;
  padding: 0;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }

div.responsivegallery figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* Caption CSS */
div.responsivegallery div.figurearea .thecaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 1.1em;
  padding: 5px;
  width: 100%;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.responsivegallery div.figurearea.isvideo .thecaption {
  position: relative; }

div.responsivegallery div.figurearea .thecaption:before {
  /* caption overlay */
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  top: 0;
  left: 0;
  opacity: 0.8; }

div.responsivegallery div.figurearea .thecaption div.captioninner {
  position: relative;
  padding: 3px;
  color: black;
  overflow: hidden; }

div.responsivegallery div.figurearea .thecaption div.captioninner span.counter {
  float: right;
  display: none !important;
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  height: 100%;
  line-height: 100%;
  background: #2D2D2D;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 3px gray; }

div.responsivegallery div.close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px;
  width: 35px;
  height: 35px;
  border-radius: 55px;
  background: #e31e24;
  color: white;
  font-size: 26px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

div.responsivegallery div.close:hover {
  background: #e31e24; }

div.responsivegallery div.close span {
  display: inline-block;
  position: relative;
  top: -1px; }

.icon-arrow-right {
  display: inline-block;
  position: relative;
  top: -1px; }

.icon-arrow-left {
  display: inline-block;
  position: relative;
  top: -1px; }

div.responsivegallery div.leftnav,
div.responsivegallery div.rightnav {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 35px;
  padding: 2px;
  height: 35px;
  color: black;
  background: white;
  border-radius: 50px;
  text-align: center;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1000;
  font-size: 26px; }

div.responsivegallery div.rightnav {
  right: 10px;
  left: auto; }

div.responsivegallery div.loadingdiv,
div.responsivegallery div.errordiv {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0.6;
  text-align: center;
  z-index: 1000;
  background: black; }

div.responsivegallery div.loadingdiv span,
div.responsivegallery div.errordiv span {
  vertical-align: middle;
  color: red;
  font-size: 3em;
  line-height: 90px; }

div.responsivegallery div.loadingdiv span {
  /* rotating loading DIV */
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  font-size: 3.5em;
  color: white;
  display: inline-block; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
div.responsivegallery div.leftnav:hover,
div.responsivegallery div.rightnav:hover {
  background: white;
  color: black; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
  border-radius: 0px 20px 0px 20px;
  -webkit-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.31);
  -o-box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.31);
  box-shadow: 12px 10px 20px -10px rgba(0, 0, 0, 0.31); }

.videoWrapper2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper2 iframe,
.videoWrapper2 embed,
.videoWrapper2 object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-cog:before, .fa-gear:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-cogs:before, .fa-gears:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc"; }

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"; }

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"; }

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"; }

.fa-eur:before, .fa-euro:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-inr:before, .fa-rupee:before {
  content: "\f156"; }

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"; }

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"; }

.fa-krw:before, .fa-won:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"; }

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"; }

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"; }

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0"; }

.fa-empire:before, .fa-ge:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"; }

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-bed:before, .fa-hotel:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-television:before, .fa-tv:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb"; }

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
@include transition(all ease 0.5s);
@include border-radius(50px);
@include box-shadow(0px, 0px, 8px, 0px, rgba(0,0,0,0.15));
top: 50%; left:0%;
@include translate(0%,-50%);
*/
.fg, .headerinner, .headerinnerRow, .headerinnerRowCol1, .headerinnerRowCol2, .topSlider, footer, section, header, .mainwrapper, .homesec, .homesecwatchtitle1 p, .homesecwatchvfealist, .homesecwatchvfealist ul, .homesecwatchvfeao, .homesecwatchvfeao .icon, .homesecwatchvfeao .title, .homesecwatchvfeao .pro, .corevalueRowlist, .corevalueRowlist ul, .corevalueRowlist ul li h4, .corevalueblock, .technologo, .technologobg, .proVarianinner, .proVarianbg, .servinfoBlock1, .servinfoBlock2, .servinfoBlock3, .ourservicestitle1 p, .proWorkinner, .testimonialsliderblocko, .testimonialsliderblock, .footertoppartner, .footertoppartner ul, .footerbtmlink, .footerbtmlink ul, .footerbtmcopy, .footerbtmsocial, .footerbtmsocial ul, .serviceBan, .serviceBan2, .wdlistouter, .wdlist, .wdlist ul, .wdlisttitle1, .wdlisttitle2, .wdlisttitle3, .secabout1, .secabout1lefttitle1, .secabout1lefttitle2, .secabout1lefttitle3, .secabout3, .secabout3rlist, .secabout3rlist ul, .secabout3rlist li, .secabout3rlistin, .secabout3rlistinfo, .seccontact1, .seccontact1right, .seccontact1right ul, .seccontact1rightin, .seccontact1rightintop, .seccontact1rightinbtm, .seccontact1rightinbtmRow1, .seccontact1rightinbtmRow1 .ctitle, .seccontact1rightinbtmRow2, .seccontact1rightinbtmRow3, .contactsecRow, .contactsecMap, .google-maps, .crouter, .faqouter, .faqsBlockw, .faqmain, .faqans h3, .faqans ul h4, .faqans ul, .faqans ul li, .posttitle, .postsubtitle, .dminner, .dminnerpoint, .dminnerpoint ul, .dminnerpoint ul li, .wwoList, .wwoList ul, .wwoListtitle1, .wwoListtitle2, .wwoListtitle3, .dmbaaner, .trusthomesecwatchtitle1 p, .trustsec, .trustsec ul, .trustsecblock, .aspireblockouter, .aspireblock, .aspireblock ul, .aspireblockimg, .aspireblocktitle, .aspireblockinfo, .reviewsliderblock, .reviewsliderblockbg, .ratingb, .tab-row ul {
  width: 100%;
  float: left; }

p {
  font-size: 16px;
  line-height: 24px; }

.mainwrapper {
  overflow: hidden; }

/*--about us--*/
.homesecabout {
  padding: 60px 20px;
  text-align: center; }

.homesecaboutw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top; }

.homesecaboutl {
  width: 45%;
  float: left;
  text-align: center; }

.homesecaboutr {
  width: 55%;
  float: right;
  text-align: left;
  padding-left: 60px; }

.homesecaboutrtitle1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  color: #333333;
  font-weight: 700; }
  .homesecaboutrtitle1 span {
    display: block;
    font-size: 16px;
    color: #888888; }

.homesecaboutrtitle2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #29a9e1; }

.homesecaboutrtitle3 {
  line-height: 30px;
  margin-bottom: 20px; }

@media screen and (max-width: 1280px) {
  .homesecaboutr {
    margin: 40px 0; } }
@media screen and (max-width: 1100px) {
  .homesecaboutr {
    margin: 0px 0; } }
@media screen and (max-width: 900px) {
  .homesecaboutrtitle1 {
    font-size: 36px;
    line-height: 40px; }

  .homesecaboutrtitle2 {
    font-size: 20px; }

  .homesecaboutr {
    padding-left: 40px; }

  .homesecaboutrtitle1 span {
    font-size: 14px;
    line-height: 28px; } }
@media screen and (max-width: 740px) {
  .homesecaboutl {
    float: right;
    width: 100%;
    text-align: center; }

  .homesecaboutr {
    float: left;
    padding-left: 0;
    margin-bottom: 35px;
    width: 100%;
    text-align: center; }

  .homesecaboutrtitle3 {
    text-align: justify; } }
/*--about us--*/
/*--watch us--*/
.homesecwatch {
  text-align: center;
  padding: 0px 20px 60px 20px;
  position: relative;
  margin-top: 20px; }
  .homesecwatch::after {
    content: "";
    left: 0;
    top: 230px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #f3f7f8;
    background: -moz-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: -webkit-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: linear-gradient(to bottom, #f3f7f8 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 ); }

.homesecwatchw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2; }

.homesecwatchtitle1 {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 50px;
  color: #333333;
  font-weight: 700; }
  .homesecwatchtitle1 span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #888888;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .homesecwatchtitle1 b {
    font-weight: 400;
    padding-top: 15px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
    padding-left: 5%;
    padding-right: 5%; }
  .homesecwatchtitle1 p {
    margin-bottom: 25px;
    padding-top: 15px;
    font-weight: 400;
    color: #000000; }

.homesecwatcho {
  text-align: center; }

.homesecwatchv {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px; }
  .homesecwatchv img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25); }

.homesecwatchvicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid rgba(0, 0, 0, 0.4); }
  .homesecwatchvicon img {
    -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0);
    -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0);
    -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0);
    -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0);
    box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0); }

.homesecwatchvfea {
  padding: 20px 0 0 0;
  text-align: center; }

.homesecwatchvfealist ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 22%; }

.homesecwatchvfeao .icon {
  height: 64px;
  position: relative; }
  .homesecwatchvfeao .icon span {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .homesecwatchvfeao .icon span img {
      position: relative;
      z-index: 2; }
  .homesecwatchvfeao .icon b {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background: #c7e8f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    bottom: 0; }
.homesecwatchvfeao .title {
  font-size: 18px;
  color: #0c3355;
  font-weight: 600;
  margin: 15px 0; }
.homesecwatchvfeao .pro {
  height: 4px; }

.proBG-blue {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3555dc;
  background: -moz-linear-gradient(left, #3555dc 0%, #768adb 100%);
  background: -webkit-linear-gradient(left, #3555dc 0%, #768adb 100%);
  background: linear-gradient(to right, #3555dc 0%, #768adb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3555dc', endColorstr='#768adb',GradientType=1 ); }

.proBG-org {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fb6d2b;
  background: -moz-linear-gradient(left, #fb6d2b 0%, #fb7f46 100%);
  background: -webkit-linear-gradient(left, #fb6d2b 0%, #fb7f46 100%);
  background: linear-gradient(to right, #fb6d2b 0%, #fb7f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6d2b', endColorstr='#fb7f46',GradientType=1 ); }

.proBG-grn {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #37aeb2;
  background: -moz-linear-gradient(left, #37aeb2 0%, #57c0c3 100%);
  background: -webkit-linear-gradient(left, #37aeb2 0%, #57c0c3 100%);
  background: linear-gradient(to right, #37aeb2 0%, #57c0c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aeb2', endColorstr='#57c0c3',GradientType=1 ); }

.objecticon1 {
  position: absolute;
  right: 0;
  top: 82px;
  width: 135px;
  text-align: center; }

@media screen and (max-width: 900px) {
  .homesecwatchtitle1 {
    font-size: 36px;
    line-height: 40px; }

  .homesecwatchtitle1 span {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px; }

  .objecticon1, .objecticon2 {
    display: none; }

  .homesecwatchvfealist ul li {
    width: 31%; }

  .homesecwatchvicon {
    width: 80px;
    height: 80px; } }
@media screen and (max-width: 740px) {
  .homesecwatchvfeao .icon span img {
    max-width: 40px; }

  .homesecwatchvfeao .icon b {
    width: 36px;
    height: 36px; }

  .homesecwatchvfeao .icon {
    height: 44px; }

  .homesecwatchvfeao .title {
    font-size: 14px; }

  .proBG-blue, .proBG-org, .proBG-grn {
    width: 80px; } }
/*--watch us--*/
/*--core-value--*/
.corevalue {
  padding: 60px 20px 0px 20px;
  text-align: center;
  position: relative;
  background: #ffffff; }

.corevalue::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 356px;
  background: url(../images/core-bg.jpg) no-repeat;
  background-position: center top;
  z-index: 1; }

.corevaluew {
  width: 100%;
  max-width: 1366px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3; }

.corevaluetitle {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px; }

.corevaluetitle2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px 23%; }

.corevalueRow {
  margin-top: 30px; }

.corevalueRoww {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1125px;
  min-height: 170px;
  background: #fafafa;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.corevalueRowlist ul li {
  width: 49%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  margin: 15px 0; }
  .corevalueRowlist ul li h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #29a9e1;
    font-weight: 600; }

.corevalueblock {
  position: relative;
  padding-left: 100px;
  min-height: 75px; }

.corevalueblockicon {
  top: 50%;
  left: 0%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.25);
  position: absolute;
  width: 74px;
  height: 74px;
  background: #ffffff; }

.corevalueblockiconin {
  width: 74px;
  height: 74px;
  position: relative; }

.corevalueblockiconin img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.objecticon2 {
  position: absolute;
  left: -50px;
  top: -34px;
  width: 205px;
  text-align: center;
  z-index: 2; }

@media screen and (max-width: 1100px) {
  .corevaluetitle2 {
    padding: 0;
    font-size: 20px;
    line-height: 26px; }

  .objecticon2 {
    display: none; }

  .corevalue {
    background: #0c3355;
    padding: 60px 30px; } }
@media screen and (max-width: 900px) {
  .corevaluetitle {
    font-size: 30px; }

  .corevaluetitle2 {
    font-size: 16px;
    line-height: 24px; }

  .corevalueRowlist ul li h4 {
    font-size: 16px; }

  .corevalueblock p {
    font-size: 14px; } }
@media screen and (max-width: 740px) {
  .corevalue {
    padding: 50px 20px; }

  .corevalueRowlist ul li {
    width: 100%;
    padding: 0; }

  .corevalueRoww {
    padding: 20px; } }
/*--core-value--*/
/*--technology--*/
.techno {
  padding: 60px 20px 60px 20px;
  text-align: center;
  position: relative;
  background: #ffffff;
  margin-top: 20px; }

.technow {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top; }

.technodesk {
  padding: 0px 15%;
  margin-bottom: 30px; }

.technologo {
  padding: 8px; }

.technologobg {
  height: 70px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /*@include box-shadow(3px, 3px, 6px, 0px, rgba(20,55,85,0.10));*/ }
  .technologobg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 75%;
    max-height: 75%;
    margin: auto; }

@media screen and (max-width: 900px) {
  .technodesk {
    padding: 0; }

  .objecticon5 {
    display: none; } }
@media screen and (max-width: 740px) {
  .technologobg {
    height: 50px; } }
/*--technology--*/
/*--pro-Varian--*/
.proVarian {
  padding: 0px 20px 60px 20px;
  text-align: center;
  position: relative;
  margin-top: 20px; }

.proVarianw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top; }

.proVariandesk {
  padding: 0px 10%;
  margin-bottom: 30px; }

.proVarianinner {
  padding: 20px 20px; }

.proVarianbg {
  height: 344px;
  text-align: center;
  position: relative;
  padding: 25px 20px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15); }
  .proVarianbg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.proVarianinnerw {
  width: 100%;
  max-width: 1077px;
  display: inline-block;
  vertical-align: top; }

.proVarianinnerc {
  text-align: center; }

.proVarianinnerbtn {
  text-align: center;
  padding-top: 20px; }

.proVariantitle1 {
  margin-bottom: 25px;
  text-align: center; }
  .proVariantitle1 span {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: #c7e8f6;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .proVariantitle1 span img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 90%;
      max-height: 90%;
      margin: auto; }

.proVariantitle2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600; }

.proVariantitle3 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-weight: 400;
  height: 100px;
  overflow: hidden; }

.proVariantitle3more a {
  color: #29a9e1;
  font-weight: 600;
  font-size: 14px; }
  .proVariantitle3more a:hover {
    color: #0c3355; }

.ellipsis, .proVariantitle2, .proWorkinnerinfo, .proWorkinnerinfo span {
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden; }

.objecticon3 {
  position: absolute;
  left: -200px;
  top: -45px;
  text-align: center;
  z-index: 1; }

.objecticon4 {
  position: absolute;
  right: -200px;
  bottom: 0px;
  text-align: center;
  z-index: 1; }

.objecticon5 {
  position: absolute;
  right: -20px;
  bottom: -30px;
  text-align: center;
  z-index: 1; }

@media screen and (max-width: 800px) {
  .objecticon3, .objecticon4 {
    display: none; }

  .proVariandesk {
    padding: 0; } }
@media screen and (max-width: 740px) {
  .proVarianinner {
    padding: 20px 10px; }

  .proVarian {
    padding-left: 10px;
    padding-right: 10px; }

  .proVariandesk {
    padding-left: 10px;
    padding-right: 10px; } }
/*--pro-Varian--*/
/*--numbers--*/
.numbers {
  padding: 50px 20px 60px 20px;
  text-align: center;
  position: relative;
  background: #ffffff url(../images/work-bg.jpg) no-repeat;
  background-position: bottom; }

.numbersw {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.numberslistleft {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding-right: 25px; }

.numberslistright {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding-left: 25px; }

.numberslistrightin {
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15); }

.numberslistrightin2 {
  padding: 30px; }

.servinfoBlock1 {
  margin-bottom: 10px; }

.servinfoBlock2 {
  min-height: 140px;
  margin-bottom: 20px; }

.servinfoBlock3 {
  text-align: right; }
  .servinfoBlock3 a {
    color: #0c3355;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    .servinfoBlock3 a .fa {
      margin-left: 3px;
      font-size: 16px; }

.homesecwatchvfeaoserv .homesecwatchvfeao .icon {
  padding-left: 10px; }
.homesecwatchvfeaoserv .homesecwatchvfeao .title {
  color: #fb6d2b; }

.ourservicestitle1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  color: #0c3355;
  font-weight: 700; }
  .ourservicestitle1 span {
    display: inline-block;
    /*color: $tcblue*/ }
  .ourservicestitle1 p {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 30px; }

@media screen and (max-width: 1100px) {
  .numberslist ul li {
    width: 24%; } }
@media screen and (max-width: 900px) {
  .numberslist ul li span {
    font-size: 26px;
    line-height: 30px; }

  .numberslist ul li {
    font-size: 14px; }

  .numbers {
    padding: 40px 0px; } }
@media screen and (max-width: 330px) {
  .numberslist ul li span {
    font-size: 22px;
    line-height: 24px; }

  .numberslist ul li {
    font-size: 12px; } }
/*--numbers--*/
/*--our-work--*/
.proWork {
  padding: 20px 20px 60px 20px;
  text-align: center;
  position: relative;
  background: url(../images/servicevawe-bg.png) no-repeat;
  background-position: bottom left; }

.proWorkw {
  width: 100%;
  max-width: 1360px;
  display: inline-block;
  vertical-align: top; }

.proWorkinner {
  padding: 10px 8px 10px 8px; }

.proWorkinnerimg {
  margin-bottom: 20px;
  text-align: center; }
  .proWorkinnerimg img {
    /*@include border-radius(10px);
    width: 100%;height: 100%;max-width: none;object-fit: cover; object-position: center center;*/ }

.proWorkinnerinfo {
  font-size: 24px;
  color: #29a9e1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
  .proWorkinnerinfo span {
    display: block;
    padding-top: 8px;
    text-transform: none;
    font-size: 15px;
    color: #888888;
    font-weight: 400; }

@media screen and (max-width: 1100px) {
  .proWorkinnerinfo {
    font-size: 20px; }

  .proWorkinnerinfo span {
    font-size: 14px; } }
@media screen and (max-width: 900px) {
  .proWorkinnerinfo {
    font-size: 16px; }

  .proWork {
    padding-top: 50px; } }
/*--our-work--*/
/*--testimonial--*/
.testimonialslider {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  background: #ffffff; }

.testimonialsliderw {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: top; }

.testimonialsliderblocko {
  padding: 20px; }

.testimonialsliderblock {
  background: url(../images/quote-icon.png) no-repeat;
  background-position: center top;
  padding: 30px;
  min-height: 138px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15); }

.testimonialsliderdesk span {
  display: block;
  padding-top: 10px; }
  .testimonialsliderdesk span b {
    font-weight: 700;
    color: #ff7400; }

@media screen and (max-width: 900px) {
  .testimonialslider {
    padding: 50px 20px; } }
@media screen and (max-width: 740px) {
  .testimonialslider {
    padding: 50px 10px; }

  .testimonialsliderblock {
    padding: 15px; }

  .testimonialsliderdesk p {
    font-size: 15px; }

  .testimonialsliderdesk span {
    font-size: 12px; }

  .testimonialsliderdesk span b {
    font-size: 14px; }

  .testimonialsliderblocko {
    padding: 15px 13px; } }
/*--testimonial--*/
/*--footer--*/
footer {
  position: relative;
  margin-top: 90px;
  /*background: $bcred;margin-top: 45px;  
      &::after{
          content: "";position: $poa;top: -90px;left: 0;right: 0;background: url(../images/footer-spatch.png) no-repeat;background-position: left top;height: 95px;  
      }*/ }

.footerbtmfooter {
  display: none;
  text-align: center;
  color: #ffffff; }

.footerbtmfooter .headerinnerRowCol1 {
  padding: 0; }

.footerbtmfooter .callright {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px; }

.footerbtmfooter .callright a {
  color: #ffffff; }

.footerbtmfooter .callright a .fa {
  margin-right: 7px;
  font-size: 16px; }

.footertop {
  padding: 50px 20px 50px 20px;
  text-align: center;
  background: #0c3355;
  position: relative; }
  .footertop::after {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    background: url(../images/footer-spatch.png) no-repeat;
    background-position: left top;
    height: 95px; }

.footertopleft {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 160px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600; }

.footertoplefttitle {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700; }

.footertopright {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

a.letsTalk {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
  float: left;
  background: #29a9e1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px; }
  a.letsTalk:hover {
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -moz-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -ms-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    -o-box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35);
    box-shadow: 5px 5px 8px 0px rgba(20, 55, 85, 0.35); }

.footertoppartner ul li {
  width: 25%;
  float: left;
  padding: 0 5px;
  height: 74px;
  margin: 5px 0;
  position: relative;
  text-align: center; }
  .footertoppartner ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.footerbtm {
  padding: 30px 20px;
  text-align: center;
  background: #000000; }

.footerbtmlink ul {
  text-align: center; }
  .footerbtmlink ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 5px 0;
    text-align: center;
    font-size: 14px; }
    .footerbtmlink ul li a {
      color: #ffffff;
      display: inline-block;
      vertical-align: top;
      position: relative;
      text-transform: uppercase; }
      .footerbtmlink ul li a::after {
        content: "/";
        position: absolute;
        right: -15px;
        top: 0; }
      .footerbtmlink ul li a a::after:last-child {
        content: ""; }
      .footerbtmlink ul li a:hover span {
        border-bottom: 1px solid #ffffff;
        display: block;
        padding-bottom: 1px; }
      .footerbtmlink ul li a span {
        display: block;
        border-bottom: 1px solid #909293;
        padding-bottom: 1px; }

.footerbtmlink ul li:last-child a::after {
  display: none; }

.footerbtmcopy {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0; }
  .footerbtmcopy a {
    color: #ffffff; }
  .footerbtmcopy .fa {
    margin-right: 7px;
    font-size: 20px; }

.footerbtmsocial {
  padding-top: 10px; }
  .footerbtmsocial ul {
    text-align: center; }
    .footerbtmsocial ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      margin: 5px 0;
      text-align: center;
      font-size: 20px; }
      .footerbtmsocial ul li a {
        color: #ffffff;
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 40px;
        height: 40px;
        border: 2px solid #ffffff;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .footerbtmsocial ul li a .fa {
          margin: 8px 0; }
        .footerbtmsocial ul li a:hover {
          background: #29a9e1; }

.footerw {
  width: 100%;
  max-width: 960px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative; }

@media screen and (max-width: 740px) {
  .footertopleft {
    width: 100%;
    float: left;
    font-size: 20px; }

  .footerbtmlink ul li a::after {
    display: none; }

  .footerbtmlink ul li {
    padding: 4px;
    margin: 0;
    line-height: 14px; }

  .footerbtmsocial ul li {
    padding: 0px 5px; }

  .footertoppartner ul li {
    width: 33%;
    padding: 0px 10px;
    height: 50px; }

  .footertoplefttitle {
    font-size: 36px; }

  .footertopleft p {
    font-size: 14px; }

  footer::after {
    background-position: center top; }

  .footerbtmcopy span {
    display: inline-block; }

  .footerbtmfooter {
    display: inline-block; } }
@media screen and (max-width: 480px) {
  .footertoppartner ul li {
    width: 48%; }

  .footertoppartner ul li img {
    max-width: 85%;
    max-height: 85%; } }
/*--footer--*/
.glow-btn {
  position: relative;
  display: block; }

.glow-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -moz-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -ms-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -o-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
/*--services details--*/
.serviceBan {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  background: #0c3355 url(../images/inner-header-spatch-bg.jpg) no-repeat;
  background-position: right bottom; }

.serviceBanw {
  width: 100%;
  max-width: 1280px;
  min-height: 500px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative; }

.serviceBanleft {
  width: 45%;
  z-index: 5;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  position: absolute;
  left: 7%;
  top: 0; }

.serviceBanright {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: 5%;
  padding-left: 30%; }

.serviceBanright img {
  -webkit-border-radius: 10px 50px 10px 50px;
  -moz-border-radius: 10px 50px 10px 50px;
  -ms-border-radius: 10px 50px 10px 50px;
  -o-border-radius: 10px 50px 10px 50px;
  border-radius: 10px 50px 10px 50px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45); }

.serviceBantitle1 {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative; }

.serviceBantitle2 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative; }

.serviceBantitlebg {
  display: table;
  background: url(../images/caption-title-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 500px;
  height: 500px;
  text-align: left; }

.serviceBantitlebgcell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 50px; }

.serviceBan2dev {
  text-align: center;
  padding: 30px 20px; }

.serviceBan2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px; }

.serviceBan2w {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.serviceBan2 p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  -o-text-align-last: center;
  -webkit-text-align-last: center; }

.serviceBan2 p:last-child {
  margin-bottom: 0px; }

.proWorkbg {
  background: none; }

.serviceBantitlebgcell a .fa {
  margin-left: 5px; }

.wdlistouter {
  text-align: center;
  padding: 30px 20px 30px 20px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  /*&::after{
  content: "";left: 0;top:0px;right: 0;bottom: 0; position: $poa; 
  background: rgb(243,247,248);
  background: -moz-linear-gradient(top,  rgba(243,247,248,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(243,247,248,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(243,247,248,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 );
  } */
  background: url(../images/servicevawe-bg.png) no-repeat;
  background-position: right top; }

.wdlistouterw {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 2; }

.wdlist {
  text-align: center; }
  .wdlist ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #0c3355;
    margin: 15px 0; }

.wdlisttitle1 {
  margin-bottom: 20px;
  text-align: center; }
  .wdlisttitle1 span {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/caption-title-bg.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
    .wdlisttitle1 span img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 60%;
      max-height: 60%;
      margin: auto; }
  .wdlisttitle1 span.color1 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color1.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
  .wdlisttitle1 span.color2 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color2.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
  .wdlisttitle1 span.color3 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color3.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
  .wdlisttitle1 span.color4 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color4.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
  .wdlisttitle1 span.color5 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color5.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }
  .wdlisttitle1 span.color6 {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    background: url(../images/color6.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative; }

.wdlisttitle2 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700; }

.wdlisttitle3 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  -o-text-align-last: center;
  -webkit-text-align-last: center; }

.wdinfotitle1 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 33px;
  color: #29a9e1;
  font-weight: 700; }
  .wdinfotitle1 b {
    font-weight: 400;
    padding-top: 15px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-left: 8%;
    padding-right: 8%; }

/*--services details--*/
/*--about us--*/
.secabout1 {
  padding: 0px 0px 40px 0px;
  text-align: center;
  position: relative;
  background: url(../images/about-img-btmleft.png) no-repeat;
  background-position: left bottom; }

.secabout1w {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative; }

.secabout1left {
  max-width: 600px;
  width: 100%;
  z-index: 7;
  position: absolute;
  left: 0;
  top: 0px;
  margin: 10% 0%;
  padding-left: 140px; }

.secabout1lefttitle1 {
  font-size: 45px;
  line-height: 45px;
  color: #0c3355;
  font-weight: 700;
  margin-bottom: 30px; }

.secabout1lefttitle2 {
  font-size: 20px;
  line-height: 26px;
  color: #0c3355;
  font-weight: 600;
  margin-bottom: 25px; }

.secabout1lefttitle3 {
  font-size: 16px;
  line-height: 22px;
  color: #0c3355;
  font-weight: 600;
  margin-bottom: 13px; }

a.getstarted .fa-play {
  margin-right: 4px; }

.secabout1right {
  width: 70%;
  float: right;
  text-align: right; }

.homesecwatch2::after {
  display: none; }

.secabout3 {
  padding: 30px 0px 30px 0px;
  text-align: center;
  position: relative; }

.secabout3w {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative; }

.secabout3l {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px; }

.secabout3r {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px; }

.secabout3rlist li {
  margin: 15px 0; }

.secabout3rlistin {
  position: relative;
  padding-left: 140px;
  margin: 10px 0; }

.secabout3rlistinleft {
  width: 120px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-right: 1px solid #DCDDE4; }
  .secabout3rlistinleft b {
    display: block;
    font-size: 45px;
    line-height: 40px;
    font-weight: 700;
    color: #29a9e1;
    position: relative; }
    .secabout3rlistinleft b span.plus {
      font-weight: 600;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      margin-left: 3px;
      font-size: 20px;
      color: #e64828;
      top: -13px; }
  .secabout3rlistinleft span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    padding-top: 5px; }

/*--about us--*/
/*--contact us--*/
.seccontact1 {
  padding: 60px 20px 40px 20px;
  text-align: center;
  position: relative;
  background: #f3f7f8;
  background: -moz-linear-gradient(top, #f3f7f8 0%, white 100%);
  background: -webkit-linear-gradient(top, #f3f7f8 0%, white 100%);
  background: linear-gradient(to bottom, #f3f7f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 ); }

.seccontact1w {
  width: 100%;
  max-width: 1050px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.seccontact1title {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px; }

.seccontact1left {
  width: 68%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 40px; }

.seccontact1right ul li {
  width: 32%;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top; }

.seccontact1rightinbtm {
  padding: 20px;
  background: #c7e8f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.seccontact1rightinbtmRow1 {
  padding: 20px 20px 30px 20px;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 12px 10px 30px -10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 12px 10px 30px -10px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 12px 10px 30px -10px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 12px 10px 30px -10px rgba(0, 0, 0, 0.12);
  box-shadow: 12px 10px 30px -10px rgba(0, 0, 0, 0.12); }
  .seccontact1rightinbtmRow1 p {
    font-size: 14px;
    line-height: 22px; }
  .seccontact1rightinbtmRow1 .ctitle {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px; }
    .seccontact1rightinbtmRow1 .ctitle span {
      display: block;
      margin-bottom: 8px;
      font-size: 30px; }
      .seccontact1rightinbtmRow1 .ctitle span .fa {
        color: #0c3355; }

.contactaddressinfo {
  margin-bottom: 10px;
  height: 100px; }

.contacttab a {
  display: inline-block;
  vertical-align: top;
  color: #29a9e1;
  font-size: 14px;
  font-weight: 400; }
.contacttab .col1 {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px; }
.contacttab .tabact a {
  color: #0c3355;
  font-weight: 600; }
  .contacttab .tabact a span {
    border-bottom: 2px solid #0c3355;
    padding-bottom: 2px; }

.contacttabemail a {
  color: #29a9e1;
  font-size: 14px;
  font-weight: 400; }
  .contacttabemail a span {
    border-bottom: 1px solid #29a9e1;
    padding-bottom: 2px; }

.contactCol2 {
  margin: 7px 0;
  padding: 0px 7px;
  width: 50%;
  float: left; }

.contactCol1 {
  margin: 7px 0;
  padding: 0px 7px;
  width: 100%;
  float: left; }

.contactinput {
  width: 100%;
  border: 1px solid #dddddd;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  display: inline-block;
  background: #ffffff;
  padding: 12px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.contactinput::-webkit-input-placeholder {
  color: #303030 !important;
  opacity: 1 !important; }

.contactinput:-moz-placeholder {
  color: #303030 !important;
  opacity: 1 !important; }

.contactinput::-moz-placeholder {
  color: #303030 !important;
  opacity: 1 !important; }

.contactinput:focus, input:focus {
  outline: 0; }

.contactinput *:focus {
  outline: 0; }

.contactinput2 {
  height: 90px;
  resize: none; }

.contacttitle {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: left; }
  .contacttitle span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    text-transform: uppercase;
    padding-bottom: 16px; }

.contactsecMap {
  position: relative;
  margin-bottom: 20px; }
  .contactsecMap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.29) 29%, rgba(255, 255, 255, 0.74) 74%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.29) 29%, rgba(255, 255, 255, 0.74) 74%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.29) 29%, rgba(255, 255, 255, 0.74) 74%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.google-maps {
  position: relative;
  overflow: hidden;
  height: 450px; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px; }

/*--contact us--*/
/*--careers--*/
.crouter {
  padding: 60px 20px;
  text-align: center;
  background: #f3f7f8;
  background: -moz-linear-gradient(top, #f3f7f8 0%, white 100%);
  background: -webkit-linear-gradient(top, #f3f7f8 0%, white 100%);
  background: linear-gradient(to bottom, #f3f7f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 ); }

.crouterw {
  width: 100%;
  max-width: 1100px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.crtitle {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center; }
  .crtitle span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    padding-top: 16px; }

.faqouter {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px; }

.faqouterw {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  vertical-align: top; }

.faqimg1 {
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: -1;
  font-size: 70px;
  opacity: 0.2;
  color: #ff8b00; }

.faqimg2 {
  position: absolute;
  top: -50px;
  z-index: 1;
  right: 0px;
  font-size: 70px;
  opacity: 0.3; }

.faqimg3 {
  position: absolute;
  right: -30px;
  z-index: -1;
  bottom: -30px;
  font-size: 80px;
  opacity: 0.3; }

.colorAccordion_container {
  width: 100%;
  float: left; }

.accolorAccordion_head {
  position: relative;
  background: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 35px 10px 0px;
  margin: 0px;
  width: 100%;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
  background: #0aa245;
  font-family: "Soleil W02 SemiBold";
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.colorAccordion_head_single {
  position: relative;
  background: #fff;
  color: #001e38;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 25px 10px 14px;
  font-weight: 400;
  margin: 0px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.colorAccordion_head a, .colorAccordion_head_single a {
  color: #001e38; }

.colorAccordion_head::after {
  position: absolute;
  top: 0px;
  right: 15px;
  margin: 36px 0;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  z-index: 0;
  color: #29a9e1; }

.colorAccordion_container .active::after {
  top: 0px;
  right: 15px;
  margin: 36px 0;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  z-index: 0; }

.colorAccordion_container .active {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.colorAccordion_head:last-child {
  margin-top: 0px; }

.colorAccordion_body {
  width: 100%;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.15); }

.colorAccordion_head {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  float: left;
  background: #333;
  cursor: pointer;
  position: relative; }
  .colorAccordion_head span {
    font-size: 12px;
    font-weight: 400; }

.colorAccordion_head:first-child {
  margin-top: 0px;
  border-top: none; }

.colorAccordion_head:last-child {
  margin-bottom: 0px; }

.colorAccordion_headtitle {
  color: #006384;
  font-size: 18px;
  padding: 0px 20px 10px 47px;
  font-weight: 400;
  width: 100%;
  float: left; }

.faqsBlock {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1000px;
  position: relative;
  text-align: left; }

.faqsBlockw {
  padding: 20px 15px;
  min-height: 250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.faqmain {
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-box-shadow: 12px 10px 20px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 12px 10px 20px -12px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 12px 10px 20px -12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 12px 10px 20px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 10px 20px -12px rgba(0, 0, 0, 0.25); }
  .faqmain .colorAccordion_head::after {
    content: "\f107"; }
  .faqmain .colorAccordion_head {
    background: none;
    color: #000000;
    padding: 15px 180px 15px 30px;
    font-size: 16px;
    font-weight: 600; }
  .faqmain .colorAccordion_body {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
  .faqmain .colorAccordion_container .active::after {
    content: "\f00d"; }
  .faqmain .colorAccordion_head.active::after {
    content: "\f106"; }

.faqans {
  padding: 22px 30px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
  .faqans p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #000000; }
    .faqans p:last-child {
      margin-bottom: 0; }
  .faqans h3 {
    font-size: 16px;
    color: #0c3355;
    font-weight: 600;
    margin-bottom: 10px; }
  .faqans ul {
    margin-bottom: 20px; }
    .faqans ul h4 {
      font-size: 15px;
      color: #0c3355;
      font-weight: 400;
      margin: 7px 0;
      padding-left: 27px; }
      .faqans ul h4 a {
        color: #29a9e1;
        font-weight: 600; }
    .faqans ul:last-child {
      margin-bottom: 0; }
    .faqans ul li {
      margin: 5px 0;
      position: relative;
      padding-left: 27px; }
      .faqans ul li::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        margin: 7px 0;
        width: 6px;
        height: 6px;
        background: #0c3355;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }

.h4left {
  float: left;
  margin: 9px 0; }

.h4right {
  float: right; }

.faqcontainer {
  margin-bottom: 25px; }

.posttitle {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 4px 0; }

.postsubtitle {
  font-size: 14px;
  color: #888888;
  font-weight: 400; }
  .postsubtitle span {
    font-weight: 600;
    color: #29a9e1;
    font-size: 14px; }

.postsubtitleleft {
  float: left;
  padding-right: 25px;
  margin: 4px 0; }

.applybtn {
  position: absolute;
  margin: 26px 45px;
  top: 0px;
  right: 0%;
  z-index: 5; }

a.applybutton {
  display: inline-block;
  vertical-align: top;
  padding: 12px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #0c3355;
  background: #ffffff;
  color: #0c3355;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15); }
  a.applybutton:hover {
    border: 1px solid #29a9e1;
    background: #ffffff;
    color: #29a9e1;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15); }

a.applybutton2 {
  display: inline-block;
  vertical-align: top;
  padding: 12px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #0c3355;
  color: #ffffff !important;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15); }
  a.applybutton2:hover {
    background: #29a9e1;
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.15); }

.uretitle {
  font-size: 12px;
  color: #888888;
  margin-top: 8px; }

/*--digital marketing--*/
.dmouter {
  padding: 60px 20px;
  text-align: center; }

.dmouterw {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top; }

.dminner {
  padding: 30px 0; }

.dmouterl {
  width: 44%;
  text-align: center;
  padding: 20px;
  display: inline-block;
  vertical-align: middle; }

.dmouterr {
  width: 54%;
  text-align: left;
  padding: 20px;
  display: inline-block;
  vertical-align: middle; }

.dminnerpoint {
  margin-bottom: 20px; }
  .dminnerpoint ul {
    font-size: 14px;
    color: #000000; }
    .dminnerpoint ul li {
      margin: 5px 0;
      position: relative;
      padding-left: 15px; }
      .dminnerpoint ul li::after {
        content: "\f0da";
        font-family: "FontAwesome";
        position: absolute;
        left: 0;
        top: 0;
        margin: 3px 0;
        font-size: 14px; }
      .dminnerpoint ul li a {
        color: #000000;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
        .dminnerpoint ul li a:hover {
          color: #29a9e1; }

.wwoList {
  text-align: center; }
  .wwoList ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px; }

.wwoListtitle1 {
  margin-bottom: 20px; }
  .wwoListtitle1 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 96px;
    height: 96px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 8px 5px 15px 0px rgba(128, 107, 100, 0.28);
    -moz-box-shadow: 8px 5px 15px 0px rgba(128, 107, 100, 0.28);
    -ms-box-shadow: 8px 5px 15px 0px rgba(128, 107, 100, 0.28);
    -o-box-shadow: 8px 5px 15px 0px rgba(128, 107, 100, 0.28);
    box-shadow: 8px 5px 15px 0px rgba(128, 107, 100, 0.28);
    z-index: 1; }
    .wwoListtitle1 span b {
      position: absolute;
      right: -27px;
      top: 11px;
      z-index: 2;
      width: 35px;
      height: 35px;
      background: #888888;
      text-align: center;
      padding: 9px 0;
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      font-weight: 600;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .wwoListtitle1 span img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.wwoListtitle2 {
  color: #29a9e1;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px; }
  .wwoListtitle2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 50px;
    height: 3px;
    background: #ccc;
    margin-left: -25px; }

.wwoListtitle3 {
  font-size: 16px;
  line-height: 24px;
  color: #000000; }

.dmbaaner {
  position: relative;
  text-align: center;
  height: 500px;
  border-bottom: 5px solid #29a9e1; }
  .dmbaaner img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center; }
  .dmbaaner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); }

.dmbannerbtn {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.dmbannerbtnc {
  display: inline-block;
  vertical-align: top;
  padding: 0px 8px; }

a.dmbutton {
  display: inline-block;
  padding: 15px 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background: #000000;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px; }
  a.dmbutton:hover {
    background: #29a9e1;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25); }

a.dmbuttonact {
  display: inline-block;
  padding: 15px 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background: #29a9e1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px; }
  a.dmbuttonact:hover {
    background: #29a9e1;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -moz-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -ms-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    -o-box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25);
    box-shadow: 5px 5px 8px 0px rgba(93, 185, 225, 0.25); }

/*--trust sec--*/
.trusthomesecwatchtitle1 {
  margin-bottom: 30px;
  font-size: 36px;
  color: #333333;
  font-weight: 700; }
  .trusthomesecwatchtitle1 span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #888888;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .trusthomesecwatchtitle1 b {
    font-weight: 400;
    padding-top: 15px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
    padding-left: 5%;
    padding-right: 5%; }
  .trusthomesecwatchtitle1 p {
    padding-top: 15px;
    font-weight: 400;
    color: #000000;
    padding-left: 10%;
    padding-right: 10%; }

.trustsec ul {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%; }
  .trustsec ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    min-width: 15%; }

.trustsecblock {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 4px 8px;
  height: 60px;
  position: relative; }

.trustsecblock img {
  display: inline-block;
  width: 90%;
  height: 90%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.aspireblockouter {
  padding: 60px 20px;
  text-align: center;
  background: url(../images/servicevawe-bg2.png) no-repeat;
  background-position: center top; }

.aspireblockouterw {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1280px; }

.aspireblock ul li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 20px; }

.aspireblockimg {
  margin-bottom: 25px; }

.aspireblocktitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #29a9e1; }

.aspireblockinfo p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  -o-text-align-last: center;
  -webkit-text-align-last: center; }

.aspireblockinfo p:last-child {
  margin-bottom: 0px; }

.aboutimgstory1 {
  margin: 10px 0;
  text-align: center;
  display: block; }

.aboutimgstory2 {
  margin: 10px 0;
  text-align: center;
  display: none; }

@media screen and (max-width: 750px) {
  .aboutimgstory1 {
    display: none; }

  .aboutimgstory2 {
    display: inline-block; } }
.reviewslider {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  background: url(../images/servicevawe-bg.png) no-repeat;
  background-position: top right; }

.reviewsliderw {
  width: 100%;
  max-width: 900px;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 20px 40px 0px rgba(0, 0, 0, 0.15); }

.reviewsliderblockbg {
  padding: 30px 0px 30px 100px;
  min-height: 138px;
  text-align: left;
  position: relative; }

.reviewthumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: 30px 0; }

.reviewthumbin {
  background: #ffffff;
  position: relative;
  border: 2px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px; }
  .reviewthumbin img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.reviewsliderblockdesk span {
  display: block;
  padding-top: 10px; }
  .reviewsliderblockdesk span b {
    font-weight: 700;
    color: #ff7400; }

.ratingb b {
  font-size: 24px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 3px;
  font-weight: 600; }
  .ratingb b .fa {
    margin: 0px 3px;
    color: #0aa245;
    font-size: 18px; }

/*--select listbox--*/
.mngbsize {
  width: 120px !important; }

.mngbsize .select-selected {
  text-align: center; }

.custom-select {
  position: relative;
  width: 100%;
  float: left; }

.custom-select select {
  width: 100%;
  float: left;
  color: #000;
  padding: 10px 30px 10px 15px;
  height: 41px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  user-select: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden; }

.custom-select::after {
  position: absolute;
  right: 17px;
  top: 0px;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #000000;
  margin: 11px 0px;
  z-index: 0; }

.select-selected {
  background-color: #f3f1f1; }

.select-selected:after {
  position: absolute;
  content: "";
  top: 0px;
  margin: 14px 0;
  right: 10px;
  width: 14px;
  height: 8px;
  background: url(../images/ddicon.svg) no-repeat; }

.select-selected {
  color: #fff;
  padding: 13px 30px 13px 15px;
  height: 41px;
  border: 1px solid #fff;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden; }

.select-items {
  position: absolute;
  background-color: #333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
  max-height: 190px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); }

.select-items::-webkit-scrollbar-track {
  background-color: #000000; }

.select-items::-webkit-scrollbar {
  width: 2px;
  background-color: #000000; }

.select-items::-webkit-scrollbar-thumb {
  background-color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.select-items div {
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #333; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background: #000;
  color: #fff; }

.mngdd {
  padding: 0 18px 0px 18px;
  margin: 10px 0 15px 0;
  position: relative; }

.mngddtitle {
  padding: 4px 5px;
  background: #fff;
  font-size: 10px;
  color: #333;
  font-weight: 500;
  position: absolute;
  left: 28px;
  top: -10px;
  z-index: 1; }

.avivaititle2 {
  border: none; }

.galleryTabRow2 .inputselect {
  width: 100%;
  float: left;
  color: #000;
  padding: 10px 30px 10px 15px;
  height: 41px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  user-select: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden; }

.loadmoregallery {
  text-align: center;
  margin-top: 25px; }

.custom-select.recountry2 select {
  width: 100%;
  border: 1px solid #dddddd;
  font-family: "Open Sans", sans-serif;
  height: 45px;
  margin: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
  padding: 12px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.custom-select.recountry2::after {
  margin: 13px 0; }

.tab-row ul {
  text-align: center; }

.tab-row li {
  display: inline-block !important;
  vertical-align: top !important;
  width: auto !important;
  margin: 0 15px !important;
  padding: 0 !important;
  float: none !important; }

.tab-row li.active a {
  border-bottom: 2px solid #29a9e1;
  color: #29a9e1;
  font-weight: 600; }

.dmbag {
    /*background: rgb(243,247,248);
background: -moz-linear-gradient(top,  rgba(243,247,248,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(243,247,248,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(243,247,248,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 );*/
  background: #0c3355; }
  .dmbag .crtitle {
    color: #ffffff; }
  .dmbag .crtitle span {
    color: #ffffff; }
  .dmbag .serviceBan2w {
    color: #ffffff; }

.proWork .slick-prev, .proWork .slick-next {
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.1); }

.proWork .slick-prev {
  right: 38px; }

/*--select listbox--*/
/*
@300;400;600;700
@include transition(all ease 0.5s);
@include border-radius(50px);
@include box-shadow(0px, 0px, 8px, 0px, rgba(0,0,0,0.15));
300/400/600/700
top: 50%; left:0%;
@include translate(0%,-50%);


$bcblue:#29a9e1;
$bclblue:#c7e8f6;
$bcred :#0c3355;
$bc000 :#000000;
$bcfff :#ffffff;
$bcf9  :#f9f9f9;
$bcf3  :#f3f3f3;
$bcec  :#ececec; 
$bc333 :#333333;
$bcgrey :#f4f5f7;
$bc888 :#888888;
$bclgrey:#fafafa;

$bagn:none;
$brdn:none;
$tdn:none; 

$tcblue:#29a9e1;
$tcred :#0c3355;
$tc000 :#000000;
$tc333 :#333333;
$tc222 :#222222;
$tc888 :#888888;
$tc666 :#666666;
$tcccc :#cccccc;
$tcc4  :#c4c4c4;
$tc888 :#888888; 
$tcf8 :#f8f8f8; 
$tcddd :#dddddd; 

*/
@media screen and (max-width: 1100px) {
  .objecticon4 {
    bottom: -90px;
    right: -220px; }

  .trustsec ul {
    padding: 0; }

  .headerinnerRow {
    height: 77px; } }
@media screen and (max-width: 800px) {
  .trusthomesecwatchtitle1 {
    font-size: 26px; }

  .trusthomesecwatchtitle1 p {
    padding-left: 0;
    padding-right: 0; }

  .proWork {
    padding-top: 0; }

  .trustsec ul li {
    min-width: 24%; }

  .numbersw {
    padding-left: 20px;
    padding-right: 20px; }

  .numberslistleft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }

  .numberslistright {
    width: 100%;
    padding-left: 0; }

  .ourservicestitle1 br {
    display: none; }

  .ourservicestitle1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center; }

  .ourservicestitle1 p {
    font-size: 16px;
    line-height: 26px; }

  .trustsecblock {
    height: 45px; }

  .homesecwatch {
    margin-top: 0; }

  .techno {
    margin-top: 0; }

  .proVarian {
    margin-top: 0; }

  .numbers {
    padding-top: 0;
    padding-bottom: 60px; }

  footer {
    margin-top: 70px; }

  .secabout1 {
    background: none; }

  .secabout1left {
    padding: 30px 30px 30px 30px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }

  .secabout1w {
    padding: 0 20px; }

  .secabout1left {
    left: 20px;
    margin: 20px 0; }

  .secabout1lefttitle1, .homesecaboutrtitle1 {
    font-size: 30px;
    line-height: 30px; }

  .secabout1lefttitle2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0; }

  .serviceBan2 p {
    font-size: 16px;
    line-height: 26px; }

  .serviceBan2 p {
    margin-bottom: 20px; }

  .aspireblock ul li {
    width: 44%; }

  .secabout3rlistinfo p {
    font-size: 14px;
    line-height: 24px; }

  .secabout3rlistinleft b {
    font-size: 36px;
    line-height: 33px; }

  .secabout3rlistinleft span {
    font-size: 14px; }

  .aspireblockouter {
    padding-bottom: 0; }

  .homesecaboutl {
    width: 100%;
    text-align: center;
    margin-top: 25px; }

  .homesecaboutr {
    padding-left: 0;
    width: 100%;
    text-align: center; }

  .wdlist ul li {
    width: 48%; }

  .dmouterr, .dmouterl {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .dmouterr {
    text-align: center; }

  .dminnerpoint ul {
    text-align: left; }

  .wwoList ul li {
    width: 48%; }

  .dmouterl {
    margin-top: 20px; }

  .wdlisttitle2, .wwoListtitle2 {
    font-size: 16px; }

  .wwoListtitle3 {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    -o-text-align-last: center;
    -webkit-text-align-last: center; }

  .dmouter {
    padding-bottom: 30px; }

  .seccontact1title, .contacttitle {
    text-align: center;
    width: 100%; }

  .seccontact1left {
    width: 100%; }

  .seccontact1right ul li {
    width: 49%; } }
@media screen and (max-width: 740px) {
  .numbers {
    padding-bottom: 50px; }

  .techno {
    padding-top: 50px; }

  .homesecwatch {
    padding-bottom: 50px; }

  .secabout3l, .secabout3r {
    width: 100%; }

  .secabout1right {
    float: right;
    width: 100%; }

  .secabout1w {
    padding: 0; }

  .secabout1left {
    position: static;
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0; }

  .secabout1left {
    background: #f3f7f8;
    background: -moz-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: -webkit-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: linear-gradient(to bottom, #f3f7f8 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 );
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }

  .secabout1lefttitle1, .homesecaboutrtitle1 {
    font-size: 24px;
    line-height: 26px; }

  /*.serviceBanright{display: $dn;} */
  .serviceBantitlebg {
    background: none;
    width: 100%;
    height: auto;
    text-align: center; }

  .serviceBantitle1, .serviceBantitle2 {
    color: #000000; }

  .serviceBanleft {
    width: 100%; }

  .serviceBanleft {
    left: 0;
    padding-right: 0;
    position: static; }

  .serviceBan {
    background: #f3f7f8;
    background: -moz-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: -webkit-linear-gradient(top, #f3f7f8 0%, white 100%);
    background: linear-gradient(to bottom, #f3f7f8 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#ffffff',GradientType=0 ); }

  .serviceBanright {
    padding: 0;
    margin: 0; }

  .serviceBantitle1 {
    font-size: 24px;
    line-height: 26px; }

  .serviceBantitle2 {
    font-size: 16px;
    line-height: 22px; }

  .serviceBantitlebgcell {
    padding: 0; }

  .serviceBanright {
    margin-top: 30px; }

  .serviceBanserv .serviceBanright {
    margin-top: 50px; }

  .serviceBanw {
    min-height: auto; }

  .serviceBan2devserv .serviceBan2 {
    padding: 0; }

  .homesecaboutserv {
    padding-top: 30px;
    padding-bottom: 30px; }

  .homesecaboutserv .homesecaboutr {
    margin-bottom: 0; }

  .wdinfotitle1 {
    font-size: 24px;
    line-height: 26px; }

  .proWork {
    padding-bottom: 30px; }

  .crtitle {
    font-size: 24px;
    line-height: 16px; }

  .dmbag {
    padding-top: 30px; }

  .dmbag .homesecaboutr {
    padding-right: 0;
    padding-top: 0; }

  .wdinfotitle1 b {
    padding-left: 0;
    padding-right: 0; }

  .dminner {
    padding-bottom: 0; }

  .crouter {
    padding: 30px 20px; }

  .applybtn {
    display: none; }

  .faqmain .colorAccordion_head {
    padding-right: 15px; }

  .reviewslider {
    padding-top: 30px; }

  .reviewthumb {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0; }

  .reviewsliderblockbg {
    padding-left: 0;
    padding-top: 100px; }

  .reviewsliderblockdesk span b {
    display: block; }

  .seccontact1 {
    padding-top: 30px; }

  .seccontact1right ul li {
    width: 100%; }

  .contactCol2 {
    width: 100%; }

  .contacttitle {
    font-size: 24px;
    line-height: 26px; } }
@media screen and (max-width: 568px) {
  .wdlist ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .wwoList ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  .trustsec ul li {
    padding: 5px;
    min-width: 32%; }

  .aspireblock ul li {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */



/********** New Css *********/

.logo{width:300px;}


.subheader {
   /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    background: #ebebeb;
    height: 43px;
    text-align: center;
}
.subheaderw {
    width: 100%;
    max-width: 1190px;
    display: inline-block;
    vertical-align: top;
}

.subheader3 {
    float: right;
    padding-left: 15px;
}

a.topbutton2 {
    background: #e31e24;
    box-shadow: 0px 5px 10px 0px rgb(227 30 37 / 24%);
}
a.topbutton {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
   /* background: #17447e; */
    text-align: center;
    height: 32px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 24px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(84 100 141 / 24%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(84,100,141,0.24);
    -ms-box-shadow: 0px 5px 10px 0px rgba(84,100,141,0.24);
    -o-box-shadow: 0px 5px 10px 0px rgba(84,100,141,0.24);
    box-shadow: 0px 5px 10px 0px rgb(84 100 141 / 24%);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.subheaderw .fa {
    margin-left: 2px;
}

.subheader2 {
    float: right;
    padding-left: 15px;
}
.subheader1 {
    float: right;
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2b2a29;
}
.subheader1 a {
    color: #2b2a29;
}
.subheader1 span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}


.slideThumbinner{
	height: calc(100vh - 100px);
	width: 100%;
	float: left;
	position: relative;
}

.slideThumbinner img{

	 height: 100%; 
	width: 100%;
	object-fit: cover;
	object-position: center center;
	max-width: none;

}

.menuzord-menu > li > a{
	color: #29176D;
}

.menuzord.red .menuzord-menu > li:hover > a {
    color: #DF8445;
}

.slick-dots li.slick-active button{
	background:#29176D;
	border:2px solid #29176D;
}

.middleCall {
    float: right;
    padding: 0px 50px;
    /* margin: 28px 0; */
	margin: 0px 0;
    position: relative;
    z-index: 5;
}
.middleCall::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 1px;
    height: 26px;
    background: #d7d7d7;
}
.middlecall a {
    color: #1a1a18;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.middlecall img {
    position: absolute;
    left: 15px;
    top: 0px;
}
.middlecall span {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 20px;
}
.middleCall::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    width: 1px;
    height: 26px;
    background: #d7d7d7;
}
.topHeaderinButton {
    position: absolute;
    right: 0px;
    top: 5px;
    margin: 20px 0px;
}
a.appointmentbtn {
    background: linear-gradient(to right, #29176D 0%,#DF8445 50%,#29176D 100%);
	height: 37px;
    display: block;
    padding: 8px 20px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
	border-radius: 60px;
}
.menuul{
	margin-right: 150px;
}

.about-img-pos{
	/* margin-top: 70px; */
}

.homesecaboutrtitle1 span{
	color:#29176D;
	font-size: 30px;
}

.technologobg{
	height:135px;
}

.rightcallinRow a{
	background: linear-gradient(to right, #29176D 0%,#DF8445 50%,#29176D 100%);
}
.rightcallinRow a:hover{
	background: #29176D;
}
a.getquote{
	background: linear-gradient(to right, #29176D 0%,#DF8445 50%,#29176D 100%);
}
a.getquote:hover{
	background: #29176D;
}
.homesecwatchtitle1{
	font-size: 35px;
	color: #29176D;
}
.techno{
	padding: 25px 20px 25px 20px;
}
.homesecabout{
	padding: 30px 20px;
}
.reviewsliderblockbg{
	padding:0px 0px 0px 0px;
}

.principleslider {
  background: #f4f5f7 url(../images/work-bg.jpg) no-repeat;

  }

 .principlesliderlogo{
	border:4px dotted #29176D;
 }

 .homesecabout{
	background-color: rgba(232, 227, 227, 0.79);
 }

 .homewatchvidtitle span {
	font-size:30px;
	color:#29176D;
 }

 .objecticon3,.objecticon4{
	display:none;
 }

 .homesecoffer{
	background-color: rgba(232, 227, 227, 0.79);
 }

.eventssecblock2{
	margin-top:30px;
}

.footertop{
	background: #0C3355;
}