
html {
  height: 100%; }

*:focus,
*:active,
a:active,
a:focus,
button:focus,
button:active,
input:focus,
input:active,
.btn:focus, .focus.btn, .btn:focus:active, .focus.btn:active, .active.btn:focus, .focus.active.btn {
  -moz-outline-style: none;
  outline: none; }

a {
    color: #004bc3;
    transition: all ease 0.3s
}

:-moz-any-link:focus {
  outline: none; }

a:focus{
  outline-style: none; }

body{
  min-width: 320px;
  height: 100%;
  background-color: #191919;
}

#wrapper{
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: padding 0.4s linear;
  transition: padding 0.4s linear;
  padding: 0;
}

#w1{
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
}

img{
  vertical-align: top;
}

.bg-stretch{
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
  .bg-stretch img{
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
}

.win-height .anchor-bth-down span {
    display: inline-block;
    vertical-align: middle;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bounceInDown, .win-height .anchor-bth-down span {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.video-slide .win-height .anchor-bth-down {
  visibility: hidden; }

.win-height {
  position: relative; }
  .win-height .anchor-bth-down {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-left: -20px; }
    @media (max-width: 767px) {
      .win-height .anchor-bth-down {
        display: none; } }



/* Slider */
.slick-slider {
  position: relative;
  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; }
  .slick-slider * {
    outline: none; }

.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  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 img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.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-next,
.slick-prev {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
          transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  color: #fff;
  background-color: #0673ba;
  text-decoration: none;
  cursor: pointer; }


.slick-next:before {
    display: block;
    content: "\e258"!important;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    display: block;
    content: "\e257"!important;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  @media (max-width: 991px) {
    .slick-next,
    .slick-prev {
      width: 50px;
      height: 50px;
      margin-top: -25px;
      opacity: 0; }
      .slick-next:before,
      .slick-prev:before {
        font-size: 20px;
        line-height: 50px; } }
  @media (max-width: 767px) {
    .slick-next,
    .slick-prev {
      display: none !important; } }

.slick-prev:hover:before {
  -webkit-animation: bounceInRight 0.8s forwards;
          animation: bounceInRight 0.8s forwards; }

.slick-next {
  left: auto;
  right: 0; }
  .slick-next:before {
    content: "\e258"; }
  .slick-next:hover:before {
    -webkit-animation: bounceInLeft 0.8s forwards;
            animation: bounceInLeft 0.8s forwards; }

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1; }

.slick-dots {
  position: absolute;
  z-index: 3;
  bottom: 33px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 0; }
  @media (max-width: 991px) {
    .slick-dots {
      bottom: 20px; } }
  @media (max-width: 767px) {
    .slick-dots {
      bottom: 17px; } }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px; }
  .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 162, 223, 0);
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    position: relative;
    -webkit-transition: border 0.3s ease;
            transition: border 0.3s ease; }
    .slick-dots button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 9px;
      height: 9px;
      background: #d3d3d3;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
              transition: background 0.3s ease; }
    .slick-dots button:hover:after {
      background: #046ed2; }
  .slick-dots .slick-active button {
    border: 1px solid #004bc3; }
    .slick-dots .slick-active button:after {
      background: transparent; }








#header .add-nav, #nav .social, #nav #menu-main-menu-header, #footer ul, .video-tabs .video-content, .quick-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, #header .container:after, .load-more-holder:after {
  content: '';
  display: block;
  clear: both; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-weight: normal; }

h1, .h1 {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  line-height: 64px;
  margin: 0 0 18px; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 53px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 33px;
      line-height: 38px; } }

h2, .h2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.277;
  margin: 0 0 34px; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 26px;
      margin: 0 0 15px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px; }

h4, .h4 {
  margin: 0 0 25px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 21px;
      margin: 0 0 14px; } }

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  margin: 0 0 10px; }
  @media (max-width: 991px) {
    h5, .h5 {
      margin: 0 0 8px; } }
  @media (max-width: 767px) {
    h5, .h5 {
      /* font-size: 16px; */
      line-height: 20px;
      margin: 0 0 7px; } }

h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  /*   @include media('<tablet') {
  font-size: 16px;
} */ }

p {
  margin: 0 0 21px; }
  @media (max-width: 991px) {
    p {
      margin: 0 0 18px; } }
  @media (max-width: 767px) {
    p {
      margin: 0 0 17px; } }

em {
  font-style: italic; }

strong {
  font-weight: normal; }

#main .wp-caption {
  margin: 0;
  border: none;
  padding: 0; }
  @media (max-width: 767px) {
    #main .wp-caption {
      margin: 0 -7px;
      max-width: calc(100% + 14px) !important;
      width: calc(100% + 14px); } }

img {
  max-width: 100%;
  height: auto; }




#header {
  padding: 13px 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 10;
  -webkit-transition: top 0.4s linear;
          transition: top 0.4s linear; }
  @media (max-width: 767px) {
    #header {
      padding: 6px 0;
      position: relative; } }
  #header a {
    text-decoration: none; }
  #header:before {
    background: #fff;
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  #header .container {
    position: relative; }
  #header .search-form {
    position: absolute;
    right: 60px;
    top: 8px;
    width: 24px;
    overflow: hidden;
    height: 28px;
    margin: 0; }
    #header .search-form.active-search {
      width: 210px; }
      #header .search-form.active-search .search-opener {
        font-size: 18px;
        margin: 3px -1px 0 10px; }
        #header .search-form.active-search .search-opener .icon-search:before {
          content: '\e904'; }
    #header .search-form .search-opener {
      float: right;
      color: #046ed2!important;
      width: 26px;
      height: 24px;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      margin: -1px 0 0 10px; }
    #header .search-form .holder {
      overflow: hidden;
      position: relative; }
      #header .search-form .holder .input-placeholder-text {
        left: 3px;
        font-weight: normal;
        line-height: 28px; }
      #header .search-form .holder input {
        background: none;
        float: none;
        border: none;
        display: block;
        width: 100%;
        height: 28px;
        color: #222;
        padding: 0 0 0 3px;
        margin: 0;
        font-weight: normal;
        line-height: 28px; }
        #header .search-form .holder input:focus {
          outline: none; }
        #header .search-form .holder input::-webkit-input-placeholder {
          color: #222; }
        #header .search-form .holder input::-moz-placeholder {
          opacity: 1;
          color: #222; }
        #header .search-form .holder input:-moz-placeholder {
          color: #222; }
        #header .search-form .holder input:-ms-input-placeholder {
          color: #222; }
        #header .search-form .holder input.placeholder {
          color: #222; }
.page #header .search-form {
    top: 20px;
}
.page .fixed .search-form {
    top: 8px!important;
}
.page #header .nav-opener{
  margin-top: 20px;
}
.page .fixed .nav-opener{
  margin-top: 10px!important;
}
.page #header .add-nav{
  margin-top: 20px;
}
.page .fixed .add-nav{
  margin-top: 10px!important;
}
    @media (max-width: 767px) {
      #header .search-form {
        display: none; } }
  #header .logo {
    float: left;
    margin: 0 10px 0 0;
    width: 260px;
    height: 60px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    #header .logo svg {
      height: 49px;
      width: 235px; }
      #header .logo svg .text {
        display: none; }
      #header .logo svg path {
        -webkit-transition: fill .3s ease;
                transition: fill .3s ease; }
      #header .logo svg .black-circle {
        fill: #222; }
    @media (max-width: 767px) {
      #header .logo {
      width: 150px!important;
      height: 42px!important;
        margin-top: 1px; }
        #header .logo svg {
          height: 44px;
          width: 210px; } }
  #header .add-nav {
    overflow: hidden;
    float: right;
    margin: 12px 129px 0 0;
    text-transform: uppercase;
    font: 400 18px/20px "proxima_nova", Arial, sans-serif; }
    @media (max-width: 991px) {
      #header .add-nav {
        margin: 12px 129px 0 0; } }
    @media (max-width: 767px) {
      #header .add-nav {
        margin: 10px 25px 0 0; } }
    #header .add-nav li {
      float: left;
      margin: 0 0 0 15px; }
      #header .add-nav li:first-child {
        margin: 0; }
      @media (max-width: 767px) {
        #header .add-nav li {
          margin: 0 0 0 4px; } }
    #header .add-nav a {
      color: #222;
      -webkit-transition: color .3s ease;
              transition: color .3s ease; }
      #header .add-nav a:hover {
        color: #00a2df;
        text-decoration: none; }
  #header .nav-opener {
    float: right;
    margin-top: 10px;
    width: 24px;
    height: 20px;
    z-index: 12;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
    @media (max-width: 767px) {
      #header .nav-opener {
        margin-top: 8px; }
        #header .add-nav a {
        	font-size: 12px;
        	font-weight: 600;
         }
         }
    #header .nav-opener:before {
      content: "";
      position: absolute;
      left: -7px;
      top: -7px;
      right: -7px;
      bottom: -7px; }
    #header .nav-opener span {
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      pointer-evens: none; }
      #header .nav-opener span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #222;
        -webkit-transition: -webkit-transform .25s ease, background .25s ease;
                transition: transform .25s ease, background .25s ease;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
    #header .nav-opener .lt, #header .nav-opener .lb {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: -webkit-transform .25s ease;
              transition: transform .25s ease;
      margin: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #header .nav-opener .lc {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 1;
      -webkit-transition: opacity .25s ease;
              transition: opacity .25s ease;
      background: #222; }
    #header .nav-opener .lb {
      top: auto;
      bottom: 0; }
  #header #nav {
    position: absolute;
    left: -9999px; }
    @media (max-width: 991px) {
      #header #nav {
        left: auto;
        position: fixed; } }
  #header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* transform:translateY(-100%);
        transition: transform 0.2s ease; */
    padding: 13px 0 12px; }
    @media (max-width: 767px) {
      #header.fixed {
        position: relative;
        padding: 6px 0; } }
    #header.fixed:before {
      background: #fff; }
    #header.fixed .logo {
      width: 200px;
      height: 40px; }
      #header.fixed .logo svg {
        height: 49px;
        width: 235px; }
        #header.fixed .logo svg .text {
          display: none; }
        #header.fixed .logo svg path {
          -webkit-transition: fill .3s ease;
                  transition: fill .3s ease; }
        #header.fixed .logo svg .black-circle {
          fill: #222; }
    @media (max-width: 991px) {
      #header.fixed .nav-opener {
        display: block;
        margin: 10px 0 0; }
        #header.fixed .nav-opener span:after {
          background: #222; }
        #header.fixed .nav-opener .lc {
          background: #222; } }

.home-page #header {
  padding: 31px 0 18px;
  -webkit-transition: padding 0.3s ease, top 0.4s linear;
          transition: padding 0.3s ease, top 0.4s linear; }
  @media (max-width: 767px) {
    .home-page #header {
      padding: 6px 0;
      position: relative; } }
  .home-page #header:before {
    opacity: 0; }
  .home-page #header .nav-opener {
    margin: 0;
    -webkit-transition: margin 0.3s ease;
            transition: margin 0.3s ease; }
    .home-page #header .nav-opener span:after {
      background: #fff; }
      @media (max-width: 767px) {
        .home-page #header .nav-opener span:after {
          background: #222; } }
    .home-page #header .nav-opener .lc {
      background: #fff; }
      @media (max-width: 767px) {
        .home-page #header .nav-opener .lc {
          background: #222; } }
    @media (max-width: 767px) {
      .home-page #header .nav-opener {
        margin-top: 8px; } }
  .home-page #header .search-form {
    top: -2px;
    -webkit-transition: top 0.3s ease;
            transition: top 0.3s ease; }
    .home-page #header .search-form .search-opener {
      color: #fff;
      font-weight: normal; }
    .home-page #header .search-form .holder input {
      color: #fff;
      font-weight: normal; }
      .home-page #header .search-form .holder input::-webkit-input-placeholder {
        color: #fff; }
      .home-page #header .search-form .holder input::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .home-page #header .search-form .holder input:-moz-placeholder {
        color: #fff; }
      .home-page #header .search-form .holder input:-ms-input-placeholder {
        color: #fff; }
      .home-page #header .search-form .holder input.placeholder {
        color: #fff; }
    .home-page #header .search-form .holder .input-placeholder-text {
      color: #fff !important; }
  .home-page #header .add-nav {
    margin: 2px 129px 0 0;
    -webkit-transition: margin 0.3s ease;
            transition: margin 0.3s ease; }
    @media (max-width: 991px) {
      .home-page #header .add-nav {
        margin: 2px 129px 0 0; } }
    .home-page #header .add-nav a {
      color: #fff; }
      .home-page #header .add-nav a:hover {
        color: #00a2df;
        text-decoration: none; }
    @media (max-width: 767px) {
      .home-page #header .add-nav {
        margin: 10px 25px 0 0; }
        .home-page #header .add-nav a {
          color: #222;
              font-size: 12px;
    font-weight: 600;
           } }
  .home-page #header .logo {
    width: auto;
    height: auto;
    background: none; }
    .home-page #header .logo svg {
      width: 335px;
      height: 70px; }
      .home-page #header .logo svg .text {
        display: block; }
      .home-page #header .logo svg .black-circle {
        fill: #fff; }
    @media (max-width: 991px) {
      .home-page #header .logo svg {
        width: 229px;
        height: 48px; } }
    @media (max-width: 767px) {
      .home-page #header .logo {
        margin-top: 1px; }
        .home-page #header .logo a {
          display: block;
          padding-left: 1px; }
        .home-page #header .logo svg {
          height: 44px;
          width: 211px; }
          .home-page #header .logo svg .text {
            display: none; }
          .home-page #header .logo svg .black-circle {
            fill: #222; } }
  @media (min-width: 768px) {
    .home-page #header.fixed {
      padding: 13px 0 12px; }
      .home-page #header.fixed:before {
        opacity: 1; }
      .home-page #header.fixed .search-form {
        top: 8px; }
        .home-page #header.fixed .search-form .search-opener {
          color: #222; }
        .home-page #header.fixed .search-form .holder .input-placeholder-text {
          color: #222 !important; }
        .home-page #header.fixed .search-form input {
          color: #222; }
      .home-page #header.fixed .nav-opener {
        margin-top: 10px; }
        .home-page #header.fixed .nav-opener span:after {
          background: #222; }
        .home-page #header.fixed .nav-opener .lc {
          background: #222; }
      .home-page #header.fixed .add-nav {
        margin-top: 12px; }
        .home-page #header.fixed .add-nav a {
          color: #222; }
      .home-page #header.fixed .logo svg path {
        -webkit-transition: fill .3s ease;
                transition: fill .3s ease; }
      .home-page #header.fixed .logo svg .black-circle {
        fill: #222; } }
  .home-page #header.fixed .logo {
    width: 200px;
    height: 40px; }
    .home-page #header.fixed .logo svg {
      height: 49px;
      width: 235px; }
      .home-page #header.fixed .logo svg .text {
        display: none; }
    @media (max-width: 767px) {
      .home-page #header.fixed .logo {
        width: 31px;
        height: 35px;
        margin-top: 1px; }
        .home-page #header.fixed .logo svg {
          height: 44px;
          width: 210px; } }

.home-page.dark-theme #header .logo svg .black-circle {
  fill: #222; }

.home-page.dark-theme #header .logo svg .text {
  fill: #222; }

.home-page.dark-theme #header .search-form .search-opener {
  color: #222; }

.home-page.dark-theme #header .search-form .holder input {
  color: #222; }
  .home-page.dark-theme #header .search-form .holder input::-webkit-input-placeholder {
    color: #222; }
  .home-page.dark-theme #header .search-form .holder input::-moz-placeholder {
    opacity: 1;
    color: #222; }
  .home-page.dark-theme #header .search-form .holder input:-moz-placeholder {
    color: #222; }
  .home-page.dark-theme #header .search-form .holder input:-ms-input-placeholder {
    color: #222; }
  .home-page.dark-theme #header .search-form .holder input.placeholder {
    color: #222; }

.home-page.dark-theme #header .search-form .holder .input-placeholder-text {
  color: #222 !important; }

.home-page.dark-theme #header .add-nav a {
  color: #222; }
  .home-page.dark-theme #header .add-nav a:hover {
    color: #046ed2;
    text-decoration: none; }

.home-page.dark-theme #header .nav-opener span:after {
  background: #222; }

.home-page.dark-theme #header .nav-opener .lc {
  background: #222; }

#overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 8;
  display: none; }






  form {
  margin: 0;
  -webkit-backface-visibility: visible !important; }
  form .row {
    margin: 0 -5px 10px; }
    @media (max-width: 767px) {
      form .row {
        margin: 0; } }
  form [class*='col-'] {
    padding: 0 5px; }
    @media (max-width: 767px) {
      form [class*='col-'] {
        padding: 0 0 10px; } }
  form label + br,
  form label {
    display: none; }
  form .form-group {
    position: relative; }
  form .input-placeholder-text {
    line-height: 60px;
    left: 30px;
    z-index: 2;
    right: 10px; }
    @media (max-width: 991px) {
      form .input-placeholder-text {
        left: 19px; } }
    @media (max-width: 767px) {
      form .input-placeholder-text {
        left: 15px;
        line-height: 50px; } }
  form .wpcf7-form-control-wrap {
    display: block;
    position: relative; }
  form textarea.form-control,
  form textarea,
  form [type="text"], form [type="email"], form [type="tel"], form [type="number"], form .form-control {
    display: block;
    font-size: 18px;
    outline: none;
    color: #222;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    padding: 6px 29px;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    background: #f1f1f1;
    color: #222;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    height: 60px; }
    form textarea.form-control::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder,
    form [type="text"]::-webkit-input-placeholder, form [type="email"]::-webkit-input-placeholder, form [type="tel"]::-webkit-input-placeholder, form [type="number"]::-webkit-input-placeholder, form .form-control::-webkit-input-placeholder {
      color: #222; }
    form textarea.form-control::-moz-placeholder,
    form textarea::-moz-placeholder,
    form [type="text"]::-moz-placeholder, form [type="email"]::-moz-placeholder, form [type="tel"]::-moz-placeholder, form [type="number"]::-moz-placeholder, form .form-control::-moz-placeholder {
      opacity: 1;
      color: #222; }
    form textarea.form-control:-moz-placeholder,
    form textarea:-moz-placeholder,
    form [type="text"]:-moz-placeholder, form [type="email"]:-moz-placeholder, form [type="tel"]:-moz-placeholder, form [type="number"]:-moz-placeholder, form .form-control:-moz-placeholder {
      color: #222; }
    form textarea.form-control:-ms-input-placeholder,
    form textarea:-ms-input-placeholder,
    form [type="text"]:-ms-input-placeholder, form [type="email"]:-ms-input-placeholder, form [type="tel"]:-ms-input-placeholder, form [type="number"]:-ms-input-placeholder, form .form-control:-ms-input-placeholder {
      color: #222; }
    form textarea.form-control.placeholder,
    form textarea.placeholder,
    form [type="text"].placeholder, form [type="email"].placeholder, form [type="tel"].placeholder, form [type="number"].placeholder, form .form-control.placeholder {
      color: #222; }
    form textarea.form-control:focus,
    form textarea:focus,
    form [type="text"]:focus, form [type="email"]:focus, form [type="tel"]:focus, form [type="number"]:focus, form .form-control:focus {
      box-shadow: none;
      background-color: #fff;
      border-color: #00a2e0; }
    @media (max-width: 991px) {
      form textarea.form-control,
      form textarea,
      form [type="text"], form [type="email"], form [type="tel"], form [type="number"], form .form-control {
        padding: 6px 19px; } }
    @media (max-width: 767px) {
      form textarea.form-control,
      form textarea,
      form [type="text"], form [type="email"], form [type="tel"], form [type="number"], form .form-control {
        font-size: 16px;
        height: 50px;
        padding: 6px 15px; } }
  form textarea.form-control,
  form textarea {
    padding: 14px 29px 10px;
    width: 100% !important;
    height: 160px;
    overflow-y: auto;
    min-height: 160px;
    min-width: 100%;
    margin: 0; }
    @media (max-width: 991px) {
      form textarea.form-control,
      form textarea {
        padding: 14px 19px 10px; } }
    @media (max-width: 767px) {
      form textarea.form-control,
      form textarea {
        font-size: 16px;
        min-height: 155px;
        height: 155px;
        padding: 6px 15px; } }
  @media (max-width: 767px) {
    form {
      margin: 0 0 22px; }
      form .wpcf7-submit,
      form .btn {
        display: block;
        width: 100%; } }





















.nav-active #header {
  top: 122px;
  -webkit-transition: top 0.40s linear;
          transition: top 0.40s linear; }
  @media (max-width: 991px) {
    .nav-active #header {
      top: 0; } }

.nav-active #header .nav-opener .lt {
  -webkit-transition: -webkit-transform .25s ease;
          transition: transform .25s ease;
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
  visibility: visible; }
  .nav-active #header .nav-opener .lt:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .25s ease;
            transition: transform .25s ease; }

.nav-active #header .nav-opener .lc {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease; }

.nav-active #header .nav-opener .lb {
  -webkit-transition: -webkit-transform .25s ease;
          transition: transform .25s ease;
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px); }
  .nav-active #header .nav-opener .lb:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .25s ease;
            transition: transform .25s ease; }

.fake-header-holder {
  background-color: #eeeeee;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
}
  @media (max-width: 991px) {
    .fake-header-holder {
      position: absolute;
      left: -9999px;
      right: auto;
      width: 100%; } }

.nav-active #wrapper {
  padding: 122px 0 0; }
  @media (max-width: 991px) {
    .nav-active #wrapper {
      padding: 0; } }

@media (max-width: 991px) {
  .nav-active {
    overflow: hidden;
    position: relative; }
    .nav-active #overlay {
      display: block; }
    .nav-active #header:before {
      opacity: 0 !important; }
    .nav-active #header .logo {
      opacity: 0; }
    .nav-active #header .nav-opener {
      opacity: 0; }
  .nav-active #w1 {
    margin: 0 480px 0 -480px; }
  .nav-active #header #nav {
    left: auto;
    right: 0; } }

@media (max-width: 767px) {
  .nav-active #overlay {
    display: none; }
  .nav-active #header:before {
    opacity: 0 !important; }
  .nav-active #header .logo {
    opacity: 0; }
  .nav-active #header .nav-opener {
    opacity: 0; }
  .nav-active #w1 {
    margin: 0 100% 0 -100%; } }

#nav {
  font-size: 18px; }
  #nav:before, #nav:after {
    content: " ";
    display: table; }
  #nav:after {
    clear: both; }
  #nav a {
    color: #222;
    text-decoration: none;
    font-weight: 200;
}
  #nav .search-form,
  #nav .social,
  #nav .nav-opener,
  #nav .logo-small {
    display: none; }
  @media (max-width: 991px) {
    #nav {
      float: none;
      position: fixed;
      width: 480px;
      background-color: #fff;
      top: 0;
      left: auto;
      right: -480px;
      height: 100vh;
      overflow-y: auto;
      -webkit-transition: right .5s ease;
              transition: right .5s ease;
      padding: 30px 129px 30px 61px;
      z-index: 11; }
      #nav .logo-small {
        display: block;
        float: left;
        width: 37px;
        height: 40px;
        opacity: 1 !important;
        overflow: hidden; }
        #nav .logo-small svg {
          height: 49px;
          width: 235px; }
          #nav .logo-small svg .text {
            display: none; }
          #nav .logo-small svg path {
            -webkit-transition: fill .3s ease;
                    transition: fill .3s ease; }
          #nav .logo-small svg .black-circle {
            fill: #222; }
      #nav .nav-opener {
        display: block;
        float: right;
        opacity: 1 !important; }
        #nav .nav-opener span:after {
          background: #222 !important; }
        #nav .nav-opener .lc {
          background: #222 !important; }
      #nav .social {
        display: block;
        overflow: hidden; }
        #nav .social li {
          float: left;
          margin: 0 32px 20px 0; }
          #nav .social li a {
            color: #00a2df;
            font-size: 0;
            line-height: 0;
            -webkit-transition: all .25s ease;
                    transition: all .25s ease; }
            #nav .social li a i:before {
              font-size: 30px;
              line-height: 30px;
              width: 31px; }
            #nav .social li a:hover {
              text-decoration: none;
              color: #222; } }
  @media (max-width: 767px) {
    #nav {
      width: 100%;
      right: -100%;
      padding: 16px 15px 10px; }
      #nav .logo-small {
        width: 32px;
        padding-left: 1px;
        height: 35px; }
        #nav .logo-small svg {
          height: 44px;
          width: 210px; }
      #nav .search-form {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 0 0 25px;
        background-color: #f1f1f1; }
        #nav .search-form .serch-btn {
          float: right;
          float: right;
          color: #222;
          width: 40px;
          height: 40px;
          padding: 2px 0 0;
          font-size: 22px;
          line-height: 40px;
          text-align: center;
          background: none;
          border: none;
          margin: 0 5px 0 10px; }
        #nav .search-form .holder {
          padding: 3px 0 0; }
          #nav .search-form .holder .input-placeholder-text {
            line-height: 40px;
            left: 15px; }
          #nav .search-form .holder input {
            padding: 0 0 0 15px;
            height: 36px;
            line-height: 26px;
            color: #222 !important; }
            #nav .search-form .holder input::-webkit-input-placeholder {
              color: #222 !important; }
            #nav .search-form .holder input::-moz-placeholder {
              opacity: 1;
              color: #222 !important; }
            #nav .search-form .holder input:-moz-placeholder {
              color: #222 !important; }
            #nav .search-form .holder input:-ms-input-placeholder {
              color: #222 !important; }
            #nav .search-form .holder input.placeholder {
              color: #222 !important; }
      #nav .nav-opener {
        margin: 0; }
      #nav .social li {
        float: left;
        margin: 0 26px 15px 0; }
        #nav .social li a i:before {
          font-size: 28px;
          line-height: 28px;
          width: 28px; } }
  #nav #menu-main-menu-header {
    display: table;
    float: right; }
    #nav #menu-main-menu-header > li {
      display: table-cell;
      position: relative;
      padding: 50px 25px; }
      @media (max-width: 1199px) {
        #nav #menu-main-menu-header > li {
          padding: 48px 0 47px 22px; } }
      #nav #menu-main-menu-header > li:first-child {
        padding-left: 0; }
        #nav #menu-main-menu-header > li:first-child a:before {
          left: 0; }
      #nav #menu-main-menu-header > li > a {
        display: block;
        font-size: 16px;
         }
        #nav #menu-main-menu-header > li > a:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: none;
          border-top: 3px solid #046ed2;
          cursor: default;
          pointer-evens: none; }
          @media (max-width: 1199px) {
            #nav #menu-main-menu-header > li > a:before {
              left: 22px; } }
      #nav #menu-main-menu-header > li > a:hover {
        color: #00a2df;
        text-decoration: none; }
        #nav #menu-main-menu-header > li > a:hover:before {
          display: block; }
      #nav #menu-main-menu-header > li.active > a {
        color: #046ed2;
        text-decoration: none; }
        #nav #menu-main-menu-header > li.active > a:before {
          display: block; }
    @media (max-width: 991px) {
      #nav #menu-main-menu-header {
        float: none;
        display: block;
        clear: both;
        font-size: 24px;
        line-height: 27px;
        padding: 55px 0 49px; }
        #nav #menu-main-menu-header > li {
          display: block;
          padding: 0 0 11px; }
          #nav #menu-main-menu-header > li > a:before {
            display: none; }
          #nav #menu-main-menu-header > li > a:hover:before {
            display: none; }
          #nav #menu-main-menu-header > li.active > a:before {
            display: none; } }
    @media (max-width: 767px) {
      #nav #menu-main-menu-header {
        padding: 44px 0 20px;
        font-size: 21px; }
        #nav #menu-main-menu-header > li {
          display: block;
          padding: 0 0 6px; } }











#main {
  position: relative;
  z-index: 2;
  padding-top: 65px; }
  @media (max-width: 767px) {
    #main {
      padding: 0; } }

.home-page #main {
  padding: 0; }









.footer{
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 50px 0;
    background: #091835;
    font-weight: 200;
}
.footer p{
    color: #fff;
    font-size: 20px;
}
.footer a{
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}
.footer a:hover{
    color: #0093d3;
    text-decoration: none;
}
.footer h4{
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}
.foot-social{
    width: 100%;
    height: auto;
    float: left;
}
.fb{
    width: auto;
    float: left;
    font-size: 30px;
    margin-right: 25px;
    color: #fff;
    line-height: 10px;
}
.fb a{
    color: #fff;
    font-size: 45px;
}
.fb a:hover{
    color: #0093d3;
}
.twitter{
    width: auto;
    float: left;
    font-size: 30px;
    margin-right: 25px;
    color: #fff;
    line-height: 10px;
}
.twitter a{
    color: #fff;
    font-size: 45px;
}
.twitter a:hover{
    color: #0093d3;
}

.instagram{
    width: auto;
    float: left;
    font-size: 30px;
    margin-right: 25px;
    color: #fff;
    line-height: 10px;
}
.instagram a{
    color: #fff;
    font-size: 45px;
}
.instagram a:hover{
    color: #0093d3;
}
.footer ul{
    padding-left: 0;
}
.footer ul li{
    list-style-type: none;
}
.footer ul li a{
    color: #fff;
}
.footer ul li a:hover{
    color: #0093d3;
}
.footBottom{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #091835;
    padding: 20px 0;
    border-top: solid 1px #0c2b4b;
    color: #fff;
    font-weight: 300;
}
.borderRight{
    border-right: solid 1px #111;
    min-height: 350px;
}
.footBottom p{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.footBottom a{
    color: #13a4e6;
}
.footBottom a:hover{
    color: #fff;
    text-decoration: none;
}
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.floatLeft span{
}







.home-slider .slide {
  height: 100vh;
  min-height: 690px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .home-slider .slide {
      min-height: 560px; } }
  @media (max-width: 767px) {
    .home-slider .slide {
      height: auto;
      min-height: 0; } }

.home-slider .btn:hover {
  background: #fff; }

.home-slider .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 24px; }
  .home-slider .play:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-top: 10px solid transparent;
    border-left: 18px solid #fff;
    border-bottom: 10px solid transparent;
    margin: -9px 0 0 -9px; }
  .home-slider .play:before {
    content: '';
    background-color: #138fc2;
    width: 74px;
    height: 44px;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -38px; }
  .home-slider .play span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 30px 0 0 -120px;
    width: 240px; }

.home-slider .img-block {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-slider .img-block {
      position: relative; } }
  .home-slider .img-block img {
    max-width: none; }
    @media (max-width: 767px) {
      .home-slider .img-block img {
        width: 120% !important;
        height: auto !important;
        margin: 0 -20% 0 0 !important; } }



.home-slider .caption{
  margin-left: 45%;
  margin-top: 20%;
}
.home-slider .caption1{
  margin-left: 5%!important;
  margin-top: 20%;
}
.home-slider .caption2{
  margin-left: 5%;
  margin-top: 20%;
}
.home-slider .caption3{
  margin-left: 5%!important;
  margin-top: 20%;
}
  @media (max-width: 991px) {
    .home-slider .caption {
      max-width: 410px; } }

.home-slider .caption {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: 84px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .home-slider .caption {
      font-size: 18px;
      line-height: 25px;
      top: 102px;
      bottom: 5px; } }
  @media (max-width: 767px) {
    .home-slider .caption {
      line-height: 21px;
      top: 0; } }
  .home-slider .caption h1 {
    color: #fff;
    font-size: 50px; }
    @media (max-width: 991px) {
      .home-slider .caption h1 {
        margin: 0 0 22px;
        font-size: 40px;
        line-height: 53px; } }
    @media (max-width: 767px) {
      .home-slider .caption h1 {
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 26px; } }
  .home-slider .caption p {
    margin: 20px 0;
    text-align: left;
 }

.home-slider .light-theme .caption {
  color: #091835; }
  .home-slider .light-theme .caption h1 {
    color: #091835;
    text-align: left; }

.home-slider .light-theme .play {
  color: #091835; }

.home-slider .slick-dots {
  right: 50%;
  text-align: right;
  bottom: 44px;
  margin-right: -590px; }
  @media (max-width: 1199px) {
    .home-slider .slick-dots {
      margin-right: -485px; } }
  @media (max-width: 991px) {
    .home-slider .slick-dots {
      margin-right: -362px; } }
  @media (max-width: 767px) {
    .home-slider .slick-dots {
      margin: 0;
      right: 0;
      left: 0;
      text-align: center;
      bottom: 20px; } }

.home-slider .fluid-width-video-wrapper {
  position: static; }
  .home-slider .fluid-width-video-wrapper iframe, .home-slider .fluid-width-video-wrapper object, .home-slider .fluid-width-video-wrapper embed {
    right: 0;
    bottom: 0; }

@media(max-width: 480px){
.home-slider .light-theme .caption h1 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
}
@media (max-width: 991px) {
  .home-slider .btn {
    min-width: 166px; } }

@media (max-width: 767px) {
  .home-slider .btn {
    min-width: 115px;
    padding: 11px 10px 8px;
    height: auto; }
}
#main .single-slider {
  position: relative;
  z-index: 2;
  background: #fff;
}
  #main .single-slider .slick-dots {
    text-align: center;
    width: 220px;
    left: 50%;
    margin-left: -110px; }
  #main .single-slider .slide {
    padding: 81px 0 77px; }
    @media (max-width: 991px) {
      #main .single-slider .slide {
        padding: 53px 0 55px; } }
    @media (max-width: 767px) {
      #main .single-slider .slide {
        padding: 33px 0 44px; } }
  #main .single-slider .promo-text {
    color: #00a2df; }

#main .single-slider ul:not([class]) {
  overflow: hidden;
  line-height: 20px;
  padding: 5px 0 0;
  list-style: none;
  margin: 0;
  display: block; }
  @media (max-width: 767px) {
    #main .single-slider ul:not([class]) {
      /* line-height: 16px; */
      padding: 3px 0 0; } }
  #main .single-slider ul:not([class]) li {
    position: relative;
    padding: 0 10px 18px 11px;
    display: inline-block;
    width: 32%; }
    #main .single-slider ul:not([class]) li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #00a2df; }
    @media (max-width: 991px) {
      #main .single-slider ul:not([class]) li {
        padding: 0 10px 17px 11px; } }
    @media (max-width: 767px) {
      #main .single-slider ul:not([class]) li {
        padding: 0 5px 13px 7px;
        width: 48%;
        /* &:after {
                top: 6px;
            } */ } }
    #main .single-slider ul:not([class]) li a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      padding-top: 2px; }
      #main .single-slider ul:not([class]) li a:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #dff0f7;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
        -webkit-transform: scaleY(0.9) translateX(-100%);
            -ms-transform: scaleY(0.9) translateX(-100%);
                transform: scaleY(0.9) translateX(-100%);
        pointer-events: none;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      #main .single-slider ul:not([class]) li a:hover {
        text-decoration: none; }
        #main .single-slider ul:not([class]) li a:hover:before {
          -webkit-transform: scaleY(0.9) translateX(0);
              -ms-transform: scaleY(0.9) translateX(0);
                  transform: scaleY(0.9) translateX(0); }


.video-block {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  padding: 95px 0 91px; }
  .video-block h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 20px;
    color: #091835; }
  .video-block .text-block {
    overflow: hidden;
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 32px; }
  @media (max-width: 991px) {
    .video-block {
      padding: 55px 0 51px; }
      .video-block h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px; }
      .video-block .text-block {
        font-size: 18px;
        line-height: 25px; } }
  @media (max-width: 767px) {
    .video-block {
      padding: 31px 0 34px; }
      .video-block p {}
      .video-block .text-block {
        margin: 0 0 10px; }
      .video-block h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0; } }

* {
  -webkit-backface-visibility: hidden; }

.video-tabs .main-video {
  margin: 0 0 20px; }
  @media (max-width: 991px) {
    .video-tabs .main-video {
      margin: 0 0 50px; } }
  @media (max-width: 767px) {
    .video-tabs .main-video {
      margin: 0 0 24px; } }

.video-tabs .video-content {
  font-size: 0;
  line-height: 0;
  margin: 0 -1px;
  letter-spacing: -4px; }
  .video-tabs .video-content li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 1px 20px; }
    @media (max-width: 991px) {
      .video-tabs .video-content li {
        width: 100%;
        padding: 0 1px 15px; } }
    @media (max-width: 767px) {
      .video-tabs .video-content li {
        padding: 0 1px 13px; } }
  .video-tabs .video-content a {
    display: block;
    color: #222;
    background: #f1f1f1;
    position: relative;
    overflow: hidden; }
    .video-tabs .video-content a .image-container {
      display: block;
      position: relative;
      background: #222; }
      .video-tabs .video-content a .image-container:after {
        -webkit-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
        content: '';
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        border-top: 10px solid transparent;
        border-left: 18px solid #fff;
        border-bottom: 10px solid transparent;
        margin: -9px 0 0 -9px; }
      .video-tabs .video-content a .image-container:before {
        -webkit-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
        opacity: 0;
        content: '';
        background-color: #138fc2;
        width: 74px;
        height: 44px;
        border-radius: 5px;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        margin: -22px 0 0 -38px; }
    .video-tabs .video-content a.active, .video-tabs .video-content a:hover {
      text-decoration: none; }
      .video-tabs .video-content a.active .image-container img, .video-tabs .video-content a:hover .image-container img {
        opacity: 0.6; }
      .video-tabs .video-content a.active .image-container:after, .video-tabs .video-content a.active .image-container:before, .video-tabs .video-content a:hover .image-container:after, .video-tabs .video-content a:hover .image-container:before {
        opacity: 1; }
  .video-tabs .video-content img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
  .video-tabs .video-content h6 {
    color: #222;
    margin: 0;
    padding: 20px 25px; }
    @media (max-width: 767px) {
      .video-tabs .video-content h6 {
        padding: 18px; } }



.logo-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding: 0 10px;
  margin: 0 0 -60px;
  margin-top: 30px;
  list-style: none; }
  .logo-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin: 0 0 60px;
    padding: 0 10px;
    text-align: center; }
    .logo-list li img {
      max-width: 100%;
      height: auto; }
  .logo-list a {
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
  .logo-list a:hover {
    opacity: 0.7;
    text-decoration: none; }
  @media (max-width: 991px) {
    .logo-list {
      padding: 21px 0 0;
      margin: 0 -20px -45px; }
      .logo-list li {
        margin: 0 0 45px; } }
  @media (max-width: 767px) {
    .logo-list {
      margin: 0 0 -20px;
      padding: 15px 0 0; }
      .logo-list li {
        width: 50%;
        padding: 0 20px;
        margin: 0 0 20px; }
        .logo-list li img {
          max-height: 40px; } }


.logo-list2 {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding: 0 10px;
  margin: 0 0 -60px;
  margin-top: 50px;
  list-style: none; }
  .logo-list2 li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 0 60px;
    padding: 0 10px;
    text-align: center; }
    .logo-list2 li img {
      max-width: 100%;
      height: auto; }
  .logo-list2 a {
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
  .logo-list2 a:hover {
    opacity: 0.7;
    text-decoration: none; }
  @media (max-width: 991px) {
    .logo-list2 {
      padding: 21px 0 0;
      margin: 0 -20px -45px; }
      .logo-list2 li {
        margin: 0 0 45px; } }
  @media (max-width: 767px) {
    .logo-list2 {
      margin: 0 0 -20px;
      padding: 15px 0 0; }
      .logo-list2 li {
        width: 50%;
        padding: 0 20px;
        margin: 0 0 20px; }
        .logo-list2 li img {
          max-height: 40px; } }


.custom-columns {
  border-top: 2px solid #fff;
  background: #f8f8f8;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden; }
.custom-columns .half-col {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
    padding: 125px 86px 234px 0;
    position: relative; }
.custom-columns .half-col:nth-child(2n) {
      border-left: 1px solid #fff;
      border-right: none;
      padding: 125px  0 234px  86px; }
.custom-columns .half-col:nth-child(2n) .image-block {
        right: -130px; }
.custom-columns h3, .custom-columns h3 {
    color: #091835;
    font-size: 30px;
    margin: 0 0 17px; }
    @media (max-width: 991px) {
      .custom-columns h2, .custom-columns h1 {
        font-size: 26px;
        margin: 0 0 8px; } }
    @media (max-width: 767px) {
      .custom-columns h2, .custom-columns h1 {
        font-size: 24px; } }

 @media (max-width: 480px) {
      .custom-columns h3, .custom-columns h1 {
        font-size: 20px;
        margin: 0 0 8px; } }


  .custom-columns .text-block {
    width: 65%;
    position: relative;
    z-index: 2; }
  .custom-columns .image-block {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-align: right; }
  .custom-columns p {
    margin: 0 0 35px;
    color: #091835; }
  @media (max-width: 1199px) {
    .custom-columns .half-col {
      padding: 125px 30px 134px 0; }
      .custom-columns .half-col:nth-child(2n) {
        padding: 125px  0 134px  30px; }
        .custom-columns .half-col:nth-child(2n) .image-block {
          right: -100px; }
    .custom-columns .image-block {
      width: 70%; } }
  @media (max-width: 991px) {
    .custom-columns {
      font-size: 18px;
      line-height: 26px;
      border: none; }
      .custom-columns .half-col {
        float: none;
        width: 100%;
        border-right: none;
        padding: 86px 62px 118px; }
        .custom-columns .half-col:nth-child(2n) {
          border-left: none;
          border-right: none;
          padding: 86px 62px 118px; }
          .custom-columns .half-col:nth-child(2n) .image-block {
            right: 70px; }
        .custom-columns .half-col:before {
          content: '';
          border-top: 2px solid #fff;
          position: absolute;
          z-index: 2;
          top: 0;
          left: -9999px;
          right: -9999px; }
      .custom-columns h2, .custom-columns h1 {
        font-size: 26px;
        margin: 0 0 8px; }
      .custom-columns .image-block {
        bottom: 0;
        overflow: hidden;
        right: 60px;
        height: 100%;
        width: 45%; }
      .custom-columns p {
        margin: 0 0 24px; } }
  @media (max-width: 767px) {
    .custom-columns {
      /* font-size: 16px;
        line-height: 22px; */ }
      .custom-columns .half-col {
        padding: 32px 0;
        height: auto !important; }
        .custom-columns .half-col:nth-child(2n) {
          padding: 32px 0; }
      .custom-columns .btn {
        min-width: 115px;
        padding: 11px 10px 8px;
        height: auto; }
      .custom-columns .image-block {
        position: static;
        width: 100%;
        height: 200px;
        margin: -60px 0 -32px;
        text-align: right; }
        .custom-columns .image-block img {
          height: 350px;
          width: auto; }
      .custom-columns h2, .custom-columns h1 {
        font-size: 24px; }
      .custom-columns .text-block {
        width: 100%; }
      .custom-columns p {
        margin: 0 0 15px; } }




.card {
  margin: 0 -1px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: left; }
  @media (max-width: 767px) {
    .card {
      margin: 0; } }
  .card a {
    text-decoration: none;
    color: #fff;
  }
    .card a:not(.btn):hover {
      text-decoration: underline;
      color: #fff;
    }
  .card .thumb-flip {
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    width: 50%;
    padding: 1px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    position: relative; }
    .card .thumb-flip.blue .thumb-wrapper .front {
      color: #fff;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04629f+0,0673ba+51,04629f+100 */
background: #04629f; /* Old browsers */
background: -moz-linear-gradient(top,  #04629f 0%, #0673ba 51%, #04629f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #04629f 0%,#0673ba 51%,#04629f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #04629f 0%,#0673ba 51%,#04629f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04629f', endColorstr='#04629f',GradientType=0 ); /* IE6-9 */

    }
      .card .thumb-flip.blue .thumb-wrapper .front h3 {
        color: #fff;
        font-size: 24px;
      }
    @media (max-width: 1199px) {
      .card .thumb-flip { } }
    @media (max-width: 991px) {
      .card .thumb-flip {
        font-size: 16px;
        line-height: 22px;
         } }
    @media (max-width: 767px) {
      .card .thumb-flip {
        padding: 0;
        max-width: none;
        width: 50%;
        margin-bottom: 1%; }
        .card .thumb-flip:after {
          content: "";
          display: block;
          padding-bottom: 100%; } }
    @media (max-width: 479px) {
      .card .thumb-flip {
        width: 50%; } }
  .card .thumb-wrapper {
    text-align: left;
    -webkit-perspective: 2000px;
            perspective: 2000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    height: 340px; }
    @media (max-width: 1199px) {
      .card .thumb-wrapper {
        height: 310px; } }
    @media (max-width: 991px) {
      .card .thumb-wrapper {
        height: 244px; } }
    @media (max-width: 767px) {
      .card .thumb-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 98%;
        height: 100%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
        ,margin-top: 1%; } }
    .card .thumb-wrapper .front {
      overflow: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 1s;
              transition: transform 1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: #fff url("images/bg-gray.jpg") no-repeat center center;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2;
      text-align: center;
      color: #222;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .card .thumb-wrapper .front:hover *, .card .thumb-wrapper .front:hover {
        text-decoration: none; }
      .card .thumb-wrapper .front .front-centered {
        padding: 10px;
        position: absolute;
        top: 0;
        display: block;
        left: 0;
        right: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease 0.2s;
                transition: opacity 0.5s ease 0.2s; }
      .card .thumb-wrapper .front h3 {
        margin: 0;
        color: #222;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .card .thumb-wrapper .front h3 sup {
          font-size: 60%;
          line-height: 1; }
        @media (max-width: 767px) {
          .card .thumb-wrapper .front h3 {
            padding: 5px; } }
      @media (max-width: 991px) {
        .card .thumb-wrapper .front h3 {
          font-size: 20px!important;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .card .thumb-wrapper .front h3 {
          line-height: 22px;
          font-size: 16px!important; } }
    .card .thumb-wrapper:hover .front {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      .card .thumb-wrapper:hover .front .front-centered {
        opacity: 0;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      @media (max-width: 767px) {
        .card .thumb-wrapper:hover .front {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
          .card .thumb-wrapper:hover .front .front-centered {
            opacity: 1; } }
    .card .thumb-wrapper .back {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      overflow: hidden;
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg);
      -webkit-transition: -webkit-transform 1s;
              transition: transform 1s;
      background-color: #222;
      padding: 34px 31px 20px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .card .thumb-wrapper .back h3 {
        color: #fff;
        position: relative;
        padding: 0 0 60px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .card .thumb-wrapper .back h3:after {
          width: 40px;
          display: block;
          content: '';
          position: absolute;
          left: 0;
          bottom: 30px;
          border-top: 2px solid #00a2df; }
        .card .thumb-wrapper .back h3 sup {
          font-size: 60%;
          line-height: 1; }
      .card .thumb-wrapper .back .dot-box {
        margin: 0 0 40px;
        overflow: hidden;
        height: 90px; }
        .card .thumb-wrapper .back .dot-box:before {
          content: "";
          float: left;
          width: 5px;
          height: 90px; }
        .card .thumb-wrapper .back .dot-box:after {
          content: "\02026";
          float: right;
          position: relative;
          background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0)), to(#222), color-stop(50%, #222));
          background: -webkit-linear-gradient(left, rgba(34, 34, 34, 0), #222 50%, #222);
          background: linear-gradient(to right, rgba(34, 34, 34, 0), #222 50%, #222);
          top: -30px;
          left: 100%;
          width: 2em;
          margin-left: -2em;
          padding-right: 5px;
          text-align: right;
          box-sizing: content-box; }
        .card .thumb-wrapper .back .dot-box p {
          margin: 0;
          float: right;
          width: 100%;
          margin-left: -5px; }
      @media (max-width: 1199px) {
        .card .thumb-wrapper .back {
          padding: 25px 20px 20px; }
          .card .thumb-wrapper .back h3 {
            padding: 0 0 40px; }
            .card .thumb-wrapper .back h3:after {
              bottom: 20px; } }
      @media (max-width: 991px) {
        .card .thumb-wrapper .back {
          padding: 20px 20px 15px; }
          .card .thumb-wrapper .back h3 {
            padding: 0 0 30px;
            font-size: 22px;
            line-height: 26px; }
            .card .thumb-wrapper .back h3:after {
              bottom: 15px; }
          .card .thumb-wrapper .back .dot-box {
            margin: 0 0 20px;
            height: 66px;
            display: none; }
            .card .thumb-wrapper .back .dot-box:before {
              height: 66px; }
            .card .thumb-wrapper .back .dot-box:after {
              top: -22px; } }
      @media (max-width: 767px) {
        .card .thumb-wrapper .back {
          display: none; } }
    .card .thumb-wrapper:hover .back {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg); }
      @media (max-width: 767px) {
        .card .thumb-wrapper:hover .back {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); } }






.blueBlock{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 80px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04629f+0,0673ba+51,04629f+100 */
background: #04629f; /* Old browsers */
background: -moz-linear-gradient(top,  #04629f 0%, #0673ba 51%, #04629f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #04629f 0%,#0673ba 51%,#04629f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #04629f 0%,#0673ba 51%,#04629f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04629f', endColorstr='#04629f',GradientType=0 ); /* IE6-9 */
}
.blueBlock p{
  color: #fff!important;
  text-align: center;
  font-size: 22px;
  font-weight: 200;
}
.blueBlock p a{
  color: #fff;
}
.blueBlock p a:hover{
  color: #fff;
  text-decoration: none;
}
.blueBlock h1, .blueBlock h2, .blueBlock h3, .blueBlock h4, .blueBlock h5, .blueBlock h6 {
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.blue-block{
  position: relative;
  z-index: 2;
  padding: 80px 50px;
  color: #fff;
}
.rounBtnDark{
  width: auto;
  padding: 10px 20px;
  background: #0673ba;
  color: #fff!important;
  font-size: 18px;
  border-radius: 20px;
  border: solid 1px #0673ba;
}
.rounBtnDark:hover{
  text-decoration: none;
  color: #0673ba!important;
  background: transparent;
}
.rounBtnDark i{
  margin-left: 15px!important;
}
.whiteBtnDark{
  width: auto;
  padding: 10px 20px;
  background: #fff;
  color: #004bc3!important;
  font-size: 18px;
  border-radius: 20px;
}
.whiteBtnDark:hover{
  text-decoration: none;
  color: #091835!important;
  background: transparent;
  border: solid 1px #091835;
}
.whiteBtnDark i{
  margin-left: 15px!important;
}
.rounBtnLight{
  width: auto;
  padding: 10px 20px;
  background: #0099dc;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  border: solid 1px #0099dc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rounBtnLight:hover{
  text-decoration: none;
  color: #0099dc;
  background: #fff;
}
.rounBtnLight i{
  margin-left: 15px!important;
}
.bannerBtnLight{
  width: auto;
  padding: 10px 20px;
  background: #0673ba;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #0673ba;
}
.bannerBtnLight:hover{
  text-decoration: none;
  color: #0673ba!important; 
  background: #fff;
}
.bannerBtnLight i{
  margin-left: 15px!important;
}
.resImg{
  width: auto;
  max-width: 100%;
}
.slick-slider h2{
  margin-bottom: 10px;
}
.alignLeft{
  text-align: left!important;
}
.alignRight{
  text-align: right!important;
}
.alignLeft p {
  text-align: left!important;
}
.alignRight p {
  text-align: right!important;
}
.alignLeft h3{
  text-align: left!important;
  margin-bottom: 10px;
}
.alignRight h3{
  text-align: right!important;
  margin-bottom: 10px;
}
.innerCaption{
  margin-left: 10%;
  margin-top: 22%;
  position: absolute;
  z-index: 3;
}
.innerCaption h1{
  color: #091734;
  margin-bottom: 0;
}
.innerWrap{
  width: 100%;
  height: auto;
}
.welcome{
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.white{
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-image: url(../images/aboutPerson.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.innerWrap h2{
  font-size: 36px;
  color: #046ed2;
  margin-bottom: 15px;
}
.innerWrap h4{
  font-size: 28px;
  color: #00a2df;
  margin-bottom: 10px;
}
.innerWrap p{
  font-size: 16px;
  line-height: 30px;
}
.innerWrap p strong{
  font-weight: 600!important;
}
.innerWrap p strong span{
  color: #009fe0;
}
.grayBg{
  background-color: #f8f8f8;
}
.innerWrap ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 18px;
  margin-bottom: 20px;
}
.innerWrap ul li{
  list-style-image: url(../images/rightArrow.png);
  line-height: 36px;
}
.inner{
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.welcome p{
  text-align: justify!important;
}
.innerBlue{
  width: 100%;
  height: auto;
  background-image: url(../images/blueBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.innerBlueSmall{
  width: 100%;
  height: auto;
  background-image: url(../images/blueBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0;
  color: #fff;
}
.innerBlueSmall .logo-list li {
  margin: 0 0 20px!important;
}
.innerBlueSmall .logo-list2 li {
  margin: 0!important;
}
.innerBlue p{
  color: #fff;
}
.aboutHL{
  width: 80%;
  text-align: center;
  line-height: 36px;
  margin-left: 10%;
  margin-right: 10%;
}
.innerPartners{
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin-top: 60px;
}
.borderLeft{
  border-left: solid 5px #fff;
}
.innerBlueHL{
  width: 100%;
  height: auto;
  background-image: url(../images/blueBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.innerBlueHL span{
  color: #fff;
  text-align: center;
  font-size: 36px;
  width: 100%;
  padding: 20px 0;
  display: block;
}
.blueBanner{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 80px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04629f+0,0673ba+51,04629f+100 */
background: #04629f; /* Old browsers */
background: -moz-linear-gradient(top,  #04629f 0%, #0673ba 51%, #04629f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #04629f 0%,#0673ba 51%,#04629f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #04629f 0%,#0673ba 51%,#04629f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04629f', endColorstr='#04629f',GradientType=0 ); /* IE6-9 */

}
.blueBanner h1{
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
.testiBox{
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
  padding: 20px;
  float: left;
  margin-bottom: 30px;
}
.testiIcon{
  width: 8%;
  height: auto;
  float: left;
}
.testiBody{
  width: 92%;
  height: auto;
  float: left;
  padding-left: 20px;
}
.testiBox h6{
  font-size: 15px;
}
.testiBox h6 span{
  font-size: 14px;
  color: #999;
}
.card h4{
  color: #fff!important;
  font-size: 24px;
  margin-top: 30px;
}
.card a:hover{
  text-decoration: none;
}
.contactInner{
}
.contactBox{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.contactBox h5{
  color: #046ed2;
  text-align: center;
}
.textField{
  width: 100%;
  height: auto;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 30px;
  padding-left: 20px!important;
  padding: 20px 0;
  margin-bottom: 30px;
}
.textArea{
  width: 100%;
  height: 150px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 30px;
  padding-left: 20px!important;
  padding: 20px 0;
  margin-bottom: 30px;
}
.contactInner h2{
  color: #00a2df;
  text-align: center;
  margin-bottom: 50px;
}
.contactInner h4{
  color: #004bc3;
  text-align: center;
  margin-bottom: 30px;
}
.contactDetails{
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-top: 50px;
  border-top: solid 1px #ddd;
  padding-top: 50px;
}
.contactDetails p{
  color: #333;
  font-size: 20px;
}
.contactDetails a{
  color: #333;
}
.contactDetails a:hover{
  color: #046ed2;
  text-decoration: none;
}
.col20{
    width: 20%;
    float: left;
    line-height: 60px;
}
.col30{
    width: 30%;
    float: left;
}
.alignCenter{
    text-align: center;
}
.card a:hover{
  text-decoration: none!important;
}
.partnersBlock{
  width: 100%;
  background: #fff;
  padding: 20px;
}
.partnersBlockBody{
  width: 100%;
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.partnersBlockBody p{
  color: #000!important;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.partnersBlockBody p span{
  color: #1157c7!important;
}
.partnersBlockBody p a{
  color: #000;
}
.partnersBlockBody p a:hover{
  color: #1157c7;
  text-decoration: none;
}
.partnersImg{
  min-height: 80px;
  text-align: center;
}


@media(max-width: 1199px){
.white{
  padding-bottom: 0;
}
.whiteInner{
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
}
.card h4 {
    font-size: 20px;
    margin-top: 45px;
}
}
@media(max-width: 991px){
.innerPartners{
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}
.borderLeft{
  border-left: 0;
}
.blueBanner h1{
  text-align: center;
}
}
@media(max-width: 768px){
.slick-slider{
  text-align: center;
}
.slick-slider img{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.footer{
    text-align: center;
}
.footer h4{
  margin-top: 30px;
}
.foot-social{
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 100px;
}
.footBottom{
    text-align: center;
}
.innerCaption {
    margin-left: 0%;
    margin-top: -35%;
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.76);
    width: 100%;
    padding: 17px 0;
    text-align: center;
}
.innerBlueHL span{
  font-size: 30px;
}
.buttonField{
  margin-top: 20px;
}
.partnersBlock{
  margin-bottom: 30px;
}
}

@media(max-width: 480px){
.abn{
  width: 100%;
  text-align: center;
  float: left;
}
.slash{
  display: none;
}
.blueBlock{
  padding: 40px 0;
}
.rounBtnDark{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.whiteBtnDark {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.rounBtnLight{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.blueBlock p {
  font-size: 15px;
}
.blueBlock h2{
  font-size: 22px;
}
.bannerBtnLight{
  padding: 5px 10px;
  font-size: 15px;
}
.bannerBtnLight:hover{
  text-decoration: none;
}
.bannerBtnLight i{
  margin-left: 15px!important;
}
p{
  font-size: 15px;
}
.custom-columns p {
  font-size: 15px;
}
.footer a {
    font-size: 15px;
}
body {
    font-size: 15px!important;
}
.footer {
    padding: 10px 0;
}
.footer h4 {
    font-size: 18px;
}
.foot-social {
    width: 112px;
    margin-bottom: 60px;
}
.footer p {
    font-size: 15px;
}
h3, .h3 {
    font-size: 24px;
}
.inner {
    padding: 30px 0;
}
.innerWrap p {
    font-size: 15px;
    line-height: 26px;
}
.innerWrap h2 {
    font-size: 20px;
}
.innerWrap h4{
  font-size: 16px;
}
.innerBlueHL{
  padding: 10px 0;
}
.innerBlueHL span{
  font-size: 16px;
}
.testiIcon{
  width: 100%;
  margin-bottom: 20px;
}
.testiBody{
  width: 100%;
  padding-left: 0;
}
.innerCaption{
	padding: 10px 0;
}
.innerCaption h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.welcome {
    padding: 30px 0;
}
.white {
    padding:0;
}
.contactBox{
  width: 90%;
}
.home-slider .caption1{
  margin-top: 30%;
}
.home-slider .caption2{
  margin-left: 25%;
  margin-top: 30%;
}
.btnAdjust{
  background: transparent!important;
  color: #0673ba!important;
  border: 0!important;
  padding: 0!important;
}
.btnAdjust i{
  display: none!important;
}
}