@font-face {
  font-family: 'Timeless-Normal';
  src: url("../font/Timeless-Normal.eot");
  src: url("../font/Timeless-Normal.eot?#iefix") format("embedded-opentype"), url("../font/Timeless-Normal.woff") format("woff2"), url("../font/Timeless-Normal.woff") format("woff"), url("../font/Timeless-Normal.ttf") format("truetype"), url("../font/Timeless-Normal.svg#Timeless-Normal") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Angelina';
  src: url("../font/Angelina.eot");
  src: url("../font/Angelina.eot?#iefix") format("embedded-opentype"), url("../font/Angelina.woff") format("woff"), url("../font/Angelina.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  overflow-x: hidden;
  background-color: #f7f6f5;
  font-family: 'Timeless-Normal'; }

h1 {
  font-weight: 600; }

h2 {
  font-weight: 600; }

h3 {
  font-weight: 600; }

h4 {
  font-weight: 600; }

h5 {
  font-weight: 600; }

h6 {
  font-weight: 600; }

.bg_grey {
  background-color: #d8d1c7;
  color: #2f2f2f;
  font-family: 'Timeless-Normal'; }

.pad-top-bot {
  padding-top: 50px;
  padding-bottom: 50px; }

.no_pad_side {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.pad-top-bot-30 {
  padding-top: 30px;
  padding-bottom: 30px;
  float: left; }

.g100 {
  width: 100%;
  height: auto;
  float: left;
  position: relative; }

.g20 {
  width: 20%;
  height: auto;
  float: left;
  position: relative; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .g20 {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .g20 {
      width: 100%; } }

.g40 {
  width: 40%;
  height: auto;
  float: left;
  position: relative; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .g40 {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .g40 {
      width: 100%; } }

#content article {
  margin: 0px 0; }

#content header {
  margin: 0px 0; }

#content section {
  margin-bottom: 0px; }

.page header {
  display: none; }

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.sub-cont {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  background-color: #3D65CC; }

.container {
  width: 1280px;
  left: 50%;
  margin-left: -640px;
  position: relative;
  float: left; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .container {
      width: 100%;
      left: inherit;
      margin-left: inherit; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 100%;
      left: inherit;
      margin-left: inherit; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      width: 100%;
      left: inherit;
      margin-left: inherit; } }
  @media only screen and (max-width: 479px) {
    .container {
      width: 100%;
      left: inherit;
      margin-left: inherit; } }

.steps .Waypoint-fadeIn {
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  float: left;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out; }
  .steps .Waypoint-fadeIn.seen {
    opacity: 0;
    margin-top: 0px;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
@keyframes fadeIn {
  0% {
    margin-top: 0px;
    opacity: 0;
    display: none; }
  1% {
    margin-top: 0px;
    opacity: 0;
    display: inherit; }
  100% {
    margin-top: 0px;
    opacity: 1; } }
.steps .Waypoint-fadeIn-bot-top {
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  float: left;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out; }
  .steps .Waypoint-fadeIn-bot-top.seen {
    opacity: 0;
    margin-top: 50px;
    animation-name: fadeInBotTop;
    animation-duration: 0.7s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
@keyframes fadeInBotTop {
  0% {
    margin-top: -50px;
    opacity: 0;
    display: none; }
  1% {
    margin-top: 150px;
    opacity: 0;
    display: inherit; }
  100% {
    margin-top: 0px;
    opacity: 1; } }
.steps .Waypoint-fadeIn-left-right {
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  float: left;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out; }
  .steps .Waypoint-fadeIn-left-right.seen {
    opacity: 0;
    margin-left: -150px;
    animation-name: right-left;
    animation-duration: 0.9s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
@keyframes right-left {
  0% {
    margin-left: -50px;
    opacity: 0;
    display: none; }
  1% {
    margin-left: -150px;
    opacity: 0;
    display: inherit; }
  100% {
    margin-left: 0px;
    opacity: 1; } }
.steps .Waypoint-fadeIn-right-left {
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  float: left;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out; }
  .steps .Waypoint-fadeIn-right-left.seen {
    opacity: 0;
    margin-left: 0px;
    animation-name: RightLeft;
    animation-duration: 0.9s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
@keyframes RightLeft {
  0% {
    margin-left: 0px;
    opacity: 0;
    display: none; }
  1% {
    margin-left: 150px;
    opacity: 0;
    display: inherit; }
  100% {
    margin-left: 0px;
    opacity: 1; } }
.bg-primary {
  font-family: 'Timeless-Bold';
  background-color: transparent !important; }
  .bg-primary ul {
    list-style: none;
    position: relative;
    left: 50%;
    width: 520px;
    margin-left: -340px;
    z-index: 999999; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bg-primary ul {
        width: 100%;
        left: inherit;
        margin-left: inherit;
        background-color: #fff;
        padding-top: 105px;
        z-index: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .bg-primary ul {
        width: 100%;
        left: inherit;
        margin-left: inherit;
        background-color: #fff;
        padding-top: 165px;
        z-index: 0; } }
    @media only screen and (max-width: 479px) {
      .bg-primary ul {
        width: 100%;
        left: inherit;
        margin-left: inherit;
        background-color: #fff;
        padding-top: 165px;
        z-index: 0; } }
    .bg-primary ul li.active a {
      color: #fdc300 !important; }
    .bg-primary ul li a {
      color: #211452 !important;
      font-weight: 700;
      font-size: 19px; }
      .bg-primary ul li a:hover {
        color: #fdc300 !important; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bg-primary ul li a {
          text-align: center; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .bg-primary ul li a {
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .bg-primary ul li a {
          text-align: center; } }

.navbar-inverse .navbar-toggler {
  border-color: #201551;
  background-color: #1f1551;
  z-index: 9999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-toggler {
      top: 27px;
      right: 82px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-inverse .navbar-toggler {
      top: 27px;
      right: 66px; } }
  @media only screen and (max-width: 479px) {
    .navbar-inverse .navbar-toggler {
      top: 27px;
      right: 5px; } }

.top-menu-h {
  position: absolute;
  right: 15px;
  z-index: 99;
  font-size: 20px; }

.grid-container_post {
  width: 100%;
  height: auto;
  position: relative;
  float: left; }

.full-heigh {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  overflow: hidden !important; }
  .full-heigh img {
    width: 100%; }
  .full-heigh .match {
    clear: both;
    margin: 0px 0 !important;
    display: block;
    width: 100% !important;
    height: auto;
    vertical-align: middle; }

.header {
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: transparent; }

.white-bar-menu {
  width: 100%;
  height: 100px;
  margin-left: -10%;
  position: absolute;
  top: 0;
  z-index: 9; }
  .white-bar-menu .cont-svg {
    position: absolute;
    height: 88px;
    width: 85px;
    top: 27px;
    right: -60px; }
  .white-bar-menu .white-cont {
    width: 100%;
    height: 100px;
    background-color: #f6f3ee;
    position: absolute;
    text-align: center; }

.cont_info_menu {
  width: 470px;
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -220px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cont_info_menu {
      width: 300px;
      margin-left: -120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cont_info_menu {
      display: none; } }
  @media only screen and (max-width: 479px) {
    .cont_info_menu {
      display: none; } }
  .cont_info_menu .phone {
    width: 216px;
    position: relative;
    float: left;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Timeless-Bold';
    color: #22144f; }
  .cont_info_menu .info {
    width: 252px;
    position: relative;
    float: left;
    font-family: 'Timeless-Bold';
    text-align: left;
    padding-top: 9px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #22144f; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cont_info_menu .info {
        padding-left: 0px;
        padding-top: 0px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .cont_info_menu .info {
        padding-left: 0px;
        padding-top: 0px; } }
    @media only screen and (max-width: 479px) {
      .cont_info_menu .info {
        padding-left: 0px;
        padding-top: 0px; } }

#logo {
  margin-left: 25px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    #logo {
      margin-left: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #logo {
      margin-top: -133px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #logo {
      margin-top: -133px;
      left: 50%;
      margin-left: -107px;
      position: relative; } }
  @media only screen and (max-width: 479px) {
    #logo {
      margin-top: -133px;
      left: 50%;
      margin-left: -107px;
      position: relative; } }
  #logo .logo {
    z-index: 99;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #logo .logo {
        top: 133px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #logo .logo {
        top: 130px; } }
    @media only screen and (max-width: 479px) {
      #logo .logo {
        top: 130px; } }
  #logo .sub_logo {
    width: 251px;
    height: 188px;
    position: absolute;
    top: -9px;
    margin-left: -24px;
    float: left;
    z-index: 9; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #logo .sub_logo {
        top: 111px; } }
    @media only screen and (max-width: 479px) {
      #logo .sub_logo {
        top: 111px; } }

.display_cont {
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .display_cont {
      margin-top: -5px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .display_cont {
      padding: 20px; } }
  @media only screen and (max-width: 479px) {
    .display_cont {
      padding: 20px; } }
  .display_cont .blue_cont {
    width: 640px;
    height: 423px;
    position: absolute;
    top: 50%;
    margin-top: -211px;
    left: 50%;
    margin-left: -315px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .display_cont .blue_cont {
        margin-top: -150px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .display_cont .blue_cont {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: inherit;
        top: inherit;
        left: inherit;
        margin-left: inherit; } }
    @media only screen and (max-width: 479px) {
      .display_cont .blue_cont {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: inherit;
        top: inherit;
        left: inherit;
        margin-left: inherit; } }
  .display_cont .square {
    width: 100%;
    height: 400px;
    float: left;
    position: relative; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .display_cont .square {
        position: relative; } }
    @media only screen and (max-width: 479px) {
      .display_cont .square {
        height: auto; } }
    .display_cont .square .mask_square {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #040014;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      /* IE 5-7 */
      filter: alpha(opacity=70);
      /* Netscape */
      -moz-opacity: 0.7;
      /* Safari 1.x */
      -khtml-opacity: 0.7;
      /* Good browsers */
      opacity: 0.7; }
    .display_cont .square .cont_square {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      padding: 15px;
      color: #fff;
      text-align: center; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .display_cont .square .cont_square {
          position: relative;
          height: auto; } }
      @media only screen and (max-width: 479px) {
        .display_cont .square .cont_square {
          position: relative;
          height: auto; } }
      .display_cont .square .cont_square .tit {
        font-family: 'Angelina';
        color: #fff;
        font-size: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .display_cont .square .cont_square .tit {
            font-size: 40px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .display_cont .square .cont_square .tit {
            font-size: 40px; } }
        @media only screen and (max-width: 479px) {
          .display_cont .square .cont_square .tit {
            font-size: 30px; } }
      .display_cont .square .cont_square .content {
        padding-top: 125px;
        font-size: 21px;
        font-family: 'Timeless-Bold'; }
  .display_cont .triangle-topleft {
    width: 0;
    height: 0;
    border-top: 90px solid #040014;
    border-right: 320px solid transparent;
    float: left;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .display_cont .triangle-topleft {
        display: none; } }
    @media only screen and (max-width: 479px) {
      .display_cont .triangle-topleft {
        display: none; } }
  .display_cont .triangle-topright {
    width: 0;
    height: 0;
    border-top: 90px solid #040014;
    border-left: 320px solid transparent;
    float: left;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .display_cont .triangle-topright {
        display: none; } }
    @media only screen and (max-width: 479px) {
      .display_cont .triangle-topright {
        display: none; } }
  .display_cont .yellowBarCont {
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -90px;
    width: 942px;
    -ms-transform: rotate(-2deg);
    /* IE 9 */
    -webkit-transform: rotate(-2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    animation-name: yellow_contBar;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .display_cont .yellowBarCont {
        margin-top: -60px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .display_cont .yellowBarCont {
        top: inherit;
        margin-top: 78px; } }
    @media only screen and (max-width: 479px) {
      .display_cont .yellowBarCont {
        top: inherit;
        margin-top: 78px; } }
    .display_cont .yellowBarCont .yellow_bar {
      text-align: center;
      padding-top: 14px;
      overflow: hidden;
      height: 80px;
      width: 10px;
      background-color: #fdc300;
      position: relative;
      float: left;
      z-index: 9;
      animation-name: yellow_Bar;
      animation-duration: 0.5s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards;
      animation-timing-function: ease; }
      .display_cont .yellowBarCont .yellow_bar .txt {
        width: 100%;
        font-size: 42px;
        font-weight: 600;
        font-family: 'Angelina';
        animation-name: yellow_Bar_txt;
        animation-duration: 0.1s;
        animation-delay: 0.4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0; }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .display_cont .yellowBarCont .yellow_bar .txt {
            padding-top: 5px;
            font-size: 35px; } }
        @media only screen and (max-width: 479px) {
          .display_cont .yellowBarCont .yellow_bar .txt {
            font-size: 30px;
            padding-top: 8px; } }
@keyframes yellow_Bar_txt {
  0% {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=10);
    /* Netscape */
    -moz-opacity: 50;
    /* Safari 1.x */
    -khtml-opacity: 50;
    /* Good browsers */
    opacity: 50; }
  100% {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; } }
@keyframes yellow_Bar {
  0% {
    width: 10px; }
  100% {
    width: 760px; } }
    .display_cont .yellowBarCont .yellowRight {
      position: relative;
      float: left;
      height: 77px;
      width: 85px;
      top: 16px;
      right: 31px; }
    .display_cont .yellowBarCont .yellowLeft {
      position: relative;
      height: 77px;
      width: 85px;
      top: 16px;
      right: -32px;
      float: left; }
@keyframes yellow_contBar {
  0% {
    margin-left: -90px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0; }
  20% {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  100% {
    margin-left: -460px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; } }
.white_flag {
  width: 91px;
  height: 96px;
  position: absolute;
  margin-top: -5px; }
  .white_flag .square {
    width: 54px;
    height: 100%;
    float: left;
    position: relative;
    background-color: #efebe6; }
    .white_flag .square .triangle-topleft {
      width: 0;
      height: 0;
      border-top: 17px solid #e3ddd3;
      border-right: 25px solid transparent;
      margin-top: 78px; }
  .white_flag .cont_flag {
    width: 36px;
    height: 100%;
    position: relative;
    float: left; }
    .white_flag .cont_flag .triangle-topleft {
      width: 0;
      height: 0;
      border-top: 48px solid #efebe6;
      border-right: 36px solid transparent; }
    .white_flag .cont_flag .triangle-bottomleft {
      width: 0;
      height: 0;
      border-bottom: 48px solid #efebe6;
      border-right: 36px solid transparent;
      position: relative; }

.logo_credits {
  position: absolute;
  bottom: 20px;
  right: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo_credits {
      width: 260px;
      left: 50%;
      margin-left: -130px;
      right: inherit; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo_credits {
      width: 260px;
      left: 50%;
      margin-left: -130px;
      right: inherit; } }
  @media only screen and (max-width: 479px) {
    .logo_credits {
      width: 260px;
      left: 50%;
      margin-left: -130px;
      right: inherit; } }
  .logo_credits img {
    height: 53px;
    width: auto;
    float: left;
    position: relative;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .logo_credits img {
        height: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .logo_credits img {
        height: 30px; } }
    @media only screen and (max-width: 479px) {
      .logo_credits img {
        height: 30px; } }

.line {
  float: left;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #211452;
  margin-top: 20px;
  margin-bottom: 20px; }

.blocks_b {
  width: 50%;
  min-height: 300px;
  position: relative;
  float: left;
  background-color: #d8d1c7;
  padding: 20px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .blocks_b {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .blocks_b {
      width: 100%; } }
  .blocks_b .yellowBarCont {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -250px;
    width: 500px; }
    .blocks_b .yellowBarCont .yellow_bar {
      text-align: center;
      padding-top: 14px;
      overflow: hidden;
      height: 80px;
      width: 330px;
      background-color: #fdc300;
      position: relative;
      float: left;
      z-index: 9; }
      .blocks_b .yellowBarCont .yellow_bar .txt {
        width: 100%;
        line-height: 27px;
        font-size: 27px;
        font-weight: 600;
        font-family: 'Timeless-Bold'; }
    .blocks_b .yellowBarCont .yellowRight {
      position: relative;
      float: left;
      height: 77px;
      width: 85px;
      top: 16px;
      right: 31px; }
      .blocks_b .yellowBarCont .yellowRight embed {
        width: 100%;
        top: -36px;
        position: absolute; }
    .blocks_b .yellowBarCont .yellowLeft {
      position: relative;
      height: 77px;
      width: 85px;
      top: 16px;
      right: -32px;
      float: left; }
      .blocks_b .yellowBarCont .yellowLeft embed {
        width: 100%;
        top: -36px;
        position: absolute; }
  .blocks_b .cont_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .blocks_b .cont_img img {
      object-position: 50% 50%;
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 479px) {
        .blocks_b .cont_img img {
          height: 100%;
          width: auto; } }
  .blocks_b .bord {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 30px;
    border: 1px solid #fdc300;
    z-index: 9;
    display: table;
    color: #2f2f2f !important; }
    .blocks_b .bord .cont {
      width: 100%;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      font-family: 'Timeless-Bold'; }
      .blocks_b .bord .cont .tit {
        width: 100%;
        font-size: 35px;
        float: left;
        position: relative;
        text-align: center;
        font-weight: 600; }
      .blocks_b .bord .cont .text {
        font-size: 20px;
        line-height: 20px;
        float: left;
        position: relative;
        font-weight: 500; }
  .blocks_b .bordImg {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 30px;
    border: 1px solid #fff;
    z-index: 9; }
    .blocks_b .bordImg .icons {
      width: 66px;
      height: 55px;
      left: 50%;
      margin-left: -22px;
      margin-top: 10px;
      position: relative; }

footer {
  background-color: #140a3a !important;
  color: #fff !important;
  padding: 20px; }
  footer .col-sm-4 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fdc300 !important;
      text-decoration: none; }
  footer ul {
    list-style: none;
    padding-left: 0px;
    left: 17px;
    height: 90px;
    width: 133px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      footer ul {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit; } }
    @media only screen and (max-width: 479px) {
      footer ul {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit; } }
    footer ul li a {
      color: #fff; }
      footer ul li a:hover {
        color: #fdc300 !important;
        text-decoration: none; }
  footer .logo img {
    left: 50%;
    margin-left: -70px;
    position: relative;
    width: 140px;
    image-rendering: -webkit-optimize-contrast; }
  footer .info-contact {
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    margin-top: -79px;
    left: 148px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      footer .info-contact {
        width: 100% !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      footer .info-contact {
        position: relative;
        float: left;
        margin-top: inherit;
        left: inherit; } }
    @media only screen and (max-width: 479px) {
      footer .info-contact {
        position: relative;
        float: left;
        margin-top: inherit;
        left: inherit; } }
  footer .GLgos {
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      footer .GLgos {
        width: 100% !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      footer .GLgos {
        width: 100% !important; } }
    @media only screen and (max-width: 479px) {
      footer .GLgos {
        width: 100%; } }
  footer .G_menu {
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      footer .G_menu {
        width: 60% !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      footer .G_menu {
        width: 50% !important; } }
    @media only screen and (max-width: 479px) {
      footer .G_menu {
        width: 100%; } }
  footer .Gtime {
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      footer .Gtime {
        width: 20% !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      footer .Gtime {
        width: 50% !important; } }
    @media only screen and (max-width: 479px) {
      footer .Gtime {
        width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .timeAndLgos {
      width: 20% !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    footer .timeAndLgos {
      width: 50% !important; } }
  @media only screen and (max-width: 479px) {
    footer .timeAndLgos {
      width: 100%; } }
  footer .timeAndLgos img {
    width: 103px;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px; }
  footer .mspan {
    text-align: right; }
    @media only screen and (max-width: 479px) {
      footer .mspan {
        text-align: left; } }

.txt_paralax {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 80px;
  left: 0;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-family: 'Timeless-Normal';
  animation-name: txt_paralax;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .txt_paralax {
      font-size: 36px;
      line-height: 38px; } }
  @media only screen and (max-width: 479px) {
    .txt_paralax {
      font-size: 30px;
      line-height: 32px; } }

@keyframes txt_paralax {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    bottom: 80px; }
  100% {
    bottom: 120px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100; } }
.parallax {
  position: absolute;
  width: 730px;
  height: auto;
  top: 50%;
  left: 50% !important;
  margin-left: -270px; }
  .parallax .yellowBarContParal {
    position: relative;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -250px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    animation-name: yellow_contBarParal;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .parallax .yellowBarContParal {
        top: inherit; } }
    @media only screen and (max-width: 479px) {
      .parallax .yellowBarContParal {
        top: inherit; } }
    .parallax .yellowBarContParal .yellow_bar {
      text-align: center;
      padding-top: 7px;
      overflow: hidden;
      height: 80px;
      width: 10px;
      background-color: #fdc300;
      position: relative;
      float: left;
      z-index: 9;
      animation-name: yellow_BarParal;
      animation-duration: 0.5s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards;
      animation-timing-function: ease; }
      .parallax .yellowBarContParal .yellow_bar .txt {
        width: 100%;
        font-size: 42px;
        font-weight: 600;
        font-family: 'Timeless-Normal';
        color: #fff;
        animation-name: yellow_Bar_txtParal;
        animation-duration: 0.1s;
        animation-delay: 0.4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .parallax .yellowBarContParal .yellow_bar .txt {
            padding-top: 5px;
            font-size: 35px; } }
        @media only screen and (max-width: 479px) {
          .parallax .yellowBarContParal .yellow_bar .txt {
            font-size: 30px;
            padding-top: 8px; } }
@keyframes yellow_Bar_txtParal {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=10);
    /* Netscape */
    -moz-opacity: 50;
    /* Safari 1.x */
    -khtml-opacity: 50;
    /* Good browsers */
    opacity: 50; }
  100% {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; } }
@keyframes yellow_BarParal {
  0% {
    width: 10px; }
  100% {
    width: 560px; } }
    .parallax .yellowBarContParal .yellowRight {
      position: relative;
      float: left;
      height: 77px;
      width: 85px;
      top: 16px;
      right: 31px; }
      .parallax .yellowBarContParal .yellowRight embed {
        width: 100%;
        top: -36px;
        position: absolute; }
    .parallax .yellowBarContParal .yellowLeft {
      position: relative;
      height: 77px;
      width: 85px;
      top: 16px;
      right: -32px;
      float: left; }
      .parallax .yellowBarContParal .yellowLeft embed {
        width: 100%;
        top: -36px;
        position: absolute; }
@keyframes yellow_contBarParal {
  0% {
    margin-left: -90px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0; }
  20% {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  100% {
    margin-left: -460px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; } }
.grid_product {
  width: 24.4%;
  margin: 0.3%;
  height: auto;
  position: relative;
  float: left;
  color: #211452;
  background-color: #e2ddd5;
  padding: 15px;
  font-family: 'Timeless-Normal'; }
  .grid_product h5 {
    font-weight: 700; }
  .grid_product h6 {
    font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid_product {
      width: 49.4%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .grid_product {
      width: 49.4%; } }
  @media only screen and (max-width: 479px) {
    .grid_product {
      width: 99.4%; } }

.ico_s {
  width: 115px;
  height: 84px;
  float: left;
  position: relative; }

.cont-or_txt {
  display: table;
  height: 100%; }
  .cont-or_txt .our_txt {
    vertical-align: middle;
    display: table-cell; }

.visual-form-builder-container {
  overflow: hidden; }
  .visual-form-builder-container form.visual-form-builder {
    margin: 0px 0; }
  .visual-form-builder-container .vfb-section {
    padding-left: 0px;
    margin: 0 0px !important; }
  .visual-form-builder-container li {
    width: 100%; }
    @media only screen and (max-width: 479px) {
      .visual-form-builder-container li {
        width: 100%;
        float: left;
        position: relative; } }
  .visual-form-builder-container .vfb-item-submit {
    width: 100% !important; }
  .visual-form-builder-container label {
    width: 100%;
    padding: 2px;
    margin-bottom: .0rem;
    text-transform: uppercase; }
  @media only screen and (max-width: 479px) {
    .visual-form-builder-container .vfb-item-textarea {
      width: 100%;
      float: left;
      position: relative; } }
  .visual-form-builder-container .vfb-item-secret {
    display: none !important; }
  .visual-form-builder-container .vfb-legend {
    display: none; }
  .visual-form-builder-container input.vfb-text,
  .visual-form-builder-container input[type="text"].vfb-text,
  .visual-form-builder-container input[type="tel"].vfb-text,
  .visual-form-builder-container input[type="email"].vfb-text,
  .visual-form-builder-container input[type="url"].vfb-text,
  .visual-form-builder-container textarea.vfb-textarea,
  .visual-form-builder-container select.vfb-select {
    border-radius: 9px;
    font-size: 20px;
    padding-left: 10px;
    background-color: #d8d1c7;
    outline: none !important;
    box-shadow: none !important;
    border: none !important; }
  .visual-form-builder-container textarea.vfb-textarea {
    height: 120px;
    background-color: #d8d1c7;
    outline: none !important; }
  .visual-form-builder-container .visual-form-builder li,
  .visual-form-builder-container .entry-content .visual-form-builder li,
  .visual-form-builder-container .comment-content .visual-form-builder li,
  .visual-form-builder-container .mu_register .visual-form-builder li {
    padding: 0px 1% 0px !important;
    width: 100% !important; }
  .visual-form-builder-container input.vfb-medium,
  .visual-form-builder-container input[type="text"].vfb-medium,
  .visual-form-builder-container input[type="tel"].vfb-medium,
  .visual-form-builder-container input[type="email"].vfb-medium,
  .visual-form-builder-container input[type="url"].vfb-medium,
  .visual-form-builder-container select.vfb-medium {
    width: 100%;
    font-size: 20px;
    padding-left: 10px;
    outline: none !important; }
  .visual-form-builder-container .visual-form-builder fieldset {
    margin: 0px 0;
    border: none;
    background-color: transparent; }
  .visual-form-builder-container .vfb-submit, .visual-form-builder-container input[type="submit"].vfb-submit {
    font-size: 1.1em;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #140a3a;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer; }
    .visual-form-builder-container .vfb-submit:hover, .visual-form-builder-container input[type="submit"].vfb-submit:hover {
      background-color: #fdc300;
      color: #140a3a;
      font-weight: 600; }

#vfbp-form-1 input, #vfbp-form-1 textarea {
  background-color: #d8d1c7;
  color: #000;
  font-weight: 500;
  font-family: arial; }
#vfbp-form-1 .vfbp-form .vfb-form-group {
  margin-bottom: 0px !important; }
#vfbp-form-1 .btn-primary {
  width: 300px !important;
  height: 50px !important;
  border-radius: 10px !important;
  border: none !important;
  background-color: #140a3a !important;
  color: #fff !important;
  text-transform: uppercase !important;
  outline: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  -webkit-transition: 0.1s ease-in-out !important;
  -moz-transition: 0.1s ease-in-out !important;
  -o-transition: 0.1s ease-in-out !important;
  transition: 0.1s ease-in-out !important; }
  #vfbp-form-1 .btn-primary:hover {
    background-color: #fdc300 !important;
    color: #140a3a !important;
    font-weight: 600 !important; }

#scrollUp {
  bottom: 67px !important;
  visibility: visible !important; }

/*# sourceMappingURL=custom.css.map */
