/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 07, 2022
    Author     : Adnan lopa
*/
/*$blue: #471fff;
$bluex1: #250f80;
$bluex2: #130740;*/
/*$blue: #0000ff;
$bluex1: #0000bf;
$bluex2: #000080;*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #1887e0 !important; }

.c-red {
  color: #C72C2C !important; }

.c-yellow {
  color: #e0ce0d !important; }

.c-orange {
  color: #fab42a !important; }

.c-purple {
  color: #ba3682 !important; }

.c-pink {
  color: #f67b61 !important; }

.c-green {
  color: #38ad10 !important; }

.c-grey {
  color: #818385 !important; }

.c-dark {
  color: #333333 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.hv-o {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.7s ease opacity;
  -moz-transition: 0.7s ease opacity;
  -ms-transition: 0.7s ease opacity;
  -o-transition: 0.7s ease opacity;
  transition: 0.7s ease opacity; }
  .hv-o:active, .hv-o:focus, .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:active, .hv-u:focus, .hv-u:hover {
  text-decoration: underline !important; }

.hv-blue {
  -webkit-transition: 0.7s ease color;
  -moz-transition: 0.7s ease color;
  -ms-transition: 0.7s ease color;
  -o-transition: 0.7s ease color;
  transition: 0.7s ease color; }
  .hv-blue:active, .hv-blue:focus, .hv-blue:hover {
    color: blue !important; }

.reset {
  margin: 0;
  padding: 0; }

.fullImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.scrollbar, .table-responsive {
  scrollbar-width: none; }
  .scrollbar::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    height: 7px;
    width: 7px; }
  .scrollbar::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #f7f7f7; }
  .scrollbar::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #c7c7c7;
    max-width: 100px; }

.no-scrollbar {
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .no-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #eaeaea;
    display: none; }
  .no-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: black;
    display: none; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter, section.page-under-construction, .full-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: #eaeaea;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #333333;
  -moz-box-shadow: 0 10px 6px -6px #333333;
  -ms-box-shadow: 0 10px 6px -6px #333333;
  -o-box-shadow: 0 10px 6px -6px #333333;
  box-shadow: 0 10px 6px -6px #333333; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #333333;
    -webkit-box-shadow: 0 15px 10px #333333;
    -moz-box-shadow: 0 15px 10px #333333;
    -ms-box-shadow: 0 15px 10px #333333;
    -o-box-shadow: 0 15px 10px #333333;
    box-shadow: 0 15px 10px #333333;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #333333;
    -webkit-box-shadow: 0 15px 10px #333333;
    -moz-box-shadow: 0 15px 10px #333333;
    -ms-box-shadow: 0 15px 10px #333333;
    -o-box-shadow: 0 15px 10px #333333;
    box-shadow: 0 15px 10px #333333;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #333333;
    -webkit-box-shadow: 0 15px 10px #333333;
    -moz-box-shadow: 0 15px 10px #333333;
    -ms-box-shadow: 0 15px 10px #333333;
    -o-box-shadow: 0 15px 10px #333333;
    box-shadow: 0 15px 10px #333333;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #333333;
    -webkit-box-shadow: 0 35px 20px #333333;
    -moz-box-shadow: 0 35px 20px #333333;
    -ms-box-shadow: 0 35px 20px #333333;
    -o-box-shadow: 0 35px 20px #333333;
    box-shadow: 0 35px 20px #333333;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  right: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  z-index: 1; }
  .radius .border-animation,
  .radius .place {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .radius .place {
    background-color: #38ad10;
    z-index: 2; }
  .radius .border-animation {
    z-index: 1; }
  .radius .ba1 {
    animation: rounder1 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.6); }
@keyframes rounder1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.39);
    -moz-transform: scale(1.39);
    -ms-transform: scale(1.39);
    -o-transform: scale(1.39);
    transform: scale(1.39); } }
  .radius .ba2 {
    animation: rounder2 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.5); }
@keyframes rounder2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.69);
    -moz-transform: scale(1.69);
    -ms-transform: scale(1.69);
    -o-transform: scale(1.69);
    transform: scale(1.69); } }
  .radius .ba3 {
    animation: rounder3 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.4); }
@keyframes rounder3 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.99);
    -moz-transform: scale(1.99);
    -ms-transform: scale(1.99);
    -o-transform: scale(1.99);
    transform: scale(1.99); } }
/*$blue: #471fff;
$bluex1: #250f80;
$bluex2: #130740;*/
/*$blue: #0000ff;
$bluex1: #0000bf;
$bluex2: #000080;*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #1887e0 !important; }

.c-red {
  color: #C72C2C !important; }

.c-yellow {
  color: #e0ce0d !important; }

.c-orange {
  color: #fab42a !important; }

.c-purple {
  color: #ba3682 !important; }

.c-pink {
  color: #f67b61 !important; }

.c-green {
  color: #38ad10 !important; }

.c-grey {
  color: #818385 !important; }

.c-dark {
  color: #333333 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'CeraPro-Black';
  src: url("../../../assets/_fonts/CeraPro-Black.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Black.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Black.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Black.svg#CeraPro-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-BlackItalic';
  src: url("../../../assets/_fonts/CeraPro-BlackItalic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-BlackItalic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-BlackItalic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-BlackItalic.svg#CeraPro-BlackItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Bold';
  src: url("../../../assets/_fonts/CeraPro-Bold.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Bold.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Bold.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Bold.svg#CeraPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Bolditalic';
  src: url("../../../assets/_fonts/CeraPro-Bolditalic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Bolditalic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Bolditalic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Bolditalic.svg#CeraPro-Bolditalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Italic';
  src: url("../../../assets/_fonts/CeraPro-Italic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Italic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Italic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Italic.svg#CeraPro-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Light';
  src: url("../../../assets/_fonts/CeraPro-Light.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Light.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Light.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Light.svg#CeraPro-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Lightitalic';
  src: url("../../../assets/_fonts/CeraPro-Lightitalic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Lightitalic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Lightitalic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Lightitalic.svg#CeraPro-Lightitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Medium';
  src: url("../../../assets/_fonts/CeraPro-Medium.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Medium.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Medium.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Medium.svg#CeraPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Mediumitalic';
  src: url("../../../assets/_fonts/CeraPro-Mediumitalic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Mediumitalic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Mediumitalic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Mediumitalic.svg#CeraPro-Mediumitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Regular';
  src: url("../../../assets/_fonts/CeraPro-Regular.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Regular.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Regular.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Regular.svg#CeraPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Thin';
  src: url("../../../assets/_fonts/CeraPro-Thin.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Thin.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Thin.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Thin.svg#CeraPro-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CeraPro-Thinitalic';
  src: url("../../../assets/_fonts/CeraPro-Thinitalic.woff2") format("woff2"), url("../../../assets/_fonts/CeraPro-Thinitalic.woff") format("woff"), url("../../../assets/_fonts/CeraPro-Thinitalic.ttf") format("truetype"), url("../../../assets/_fonts/CeraPro-Thinitalic.svg#CeraPro-Thinitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../../../assets/_fonts/Roboto-Bold.eot");
  src: url("../../../assets/_fonts/Roboto-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../assets/_fonts/Roboto-Regular.eot");
  src: url("../../../assets/_fonts/Roboto-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Light';
  src: url("../../../assets/_fonts/Roboto-Light.eot");
  src: url("../../../assets/_fonts/Roboto-Light.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Thin';
  src: url("../../../assets/_fonts/Roboto-Thin.eot");
  src: url("../../../assets/_fonts/Roboto-Thin.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../assets/_fonts/Roboto-Regular.eot");
  src: url("../../../assets/_fonts/Roboto-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../../../assets/_fonts/Roboto-Bold.eot");
  src: url("../../../assets/_fonts/Roboto-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../../../assets/_fonts/Roboto-Bold.eot");
  src: url("../../../assets/_fonts/Roboto-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Black';
  src: url("../../../assets/_fonts/Roboto-Black.eot");
  src: url("../../../assets/_fonts/Roboto-Black.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Black.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans';
  src: url("../../../assets/_fonts/OpenSans.eot");
  src: url("../../../assets/_fonts/OpenSans.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../../../assets/_fonts/OpenSans-Bold.eot");
  src: url("../../../assets/_fonts/OpenSans-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url("../../../assets/_fonts/OpenSans-BoldItalic.eot");
  src: url("../../../assets/_fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-BoldItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-CondensedBold';
  src: url("../../../assets/_fonts/OpenSans-CondensedBold.eot");
  src: url("../../../assets/_fonts/OpenSans-CondensedBold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-CondensedBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-CondensedLight';
  src: url("../../../assets/_fonts/OpenSans-CondensedLight.eot");
  src: url("../../../assets/_fonts/OpenSans-CondensedLight.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-CondensedLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-CondensedLightItalic';
  src: url("../../../assets/_fonts/OpenSans-CondensedLightItalic.eot");
  src: url("../../../assets/_fonts/OpenSans-CondensedLightItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-CondensedLightItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Extrabold';
  src: url("../../../assets/_fonts/OpenSans-Extrabold.eot");
  src: url("../../../assets/_fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-Extrabold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-ExtraboldItalic';
  src: url("../../../assets/_fonts/OpenSans-ExtraboldItalic.eot");
  src: url("../../../assets/_fonts/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-ExtraboldItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../../../assets/_fonts/OpenSans-Italic.eot");
  src: url("../../../assets/_fonts/OpenSans-Italic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-Italic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Light';
  src: url("../../../assets/_fonts/OpenSans-Light.eot");
  src: url("../../../assets/_fonts/OpenSans-Light.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url("../../../assets/_fonts/OpenSans-LightItalic.eot");
  src: url("../../../assets/_fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-LightItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../../../assets/_fonts/OpenSans-Semibold.eot");
  src: url("../../../assets/_fonts/OpenSans-Semibold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url("../../../assets/_fonts/OpenSans-SemiboldItalic.eot");
  src: url("../../../assets/_fonts/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/OpenSans-SemiboldItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-Heavy';
  src: url("../../../assets/_fonts/AvenirNextLTPro-Heavy.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-Heavy.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-HeavyItalic';
  src: url("../../../assets/_fonts/AvenirNextLTPro-HeavyItalic.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-HeavyItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-HeavyItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url("../../../assets/_fonts/AvenirNextLTPro-Bold.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-BoldItalic';
  src: url("../../../assets/_fonts/AvenirNextLTPro-BoldItalic.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-BoldItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-BoldItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-Italic';
  src: url("../../../assets/_fonts/AvenirNextLTPro-Italic.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-Italic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-Italic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url("../../../assets/_fonts/AvenirNextLTPro-Medium.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-MediumItalic';
  src: url("../../../assets/_fonts/AvenirNextLTPro-MediumItalic.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-MediumItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-MediumItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url("../../../assets/_fonts/AvenirNextLTPro-Regular.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-UltraThin';
  src: url("../../../assets/_fonts/AvenirNextLTPro-UltraThin.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-UltraThin.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-UltraThin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'AvenirNextLTPro-UltraThinItalic';
  src: url("../../../assets/_fonts/AvenirNextLTPro-UltraThinItalic.eot");
  src: url("../../../assets/_fonts/AvenirNextLTPro-UltraThinItalic.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/AvenirNextLTPro-UltraThinItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
body {
  background-color: #eaeaea;
  color: black;
  font-size: 14px;
  font-family: "CeraPro-Regular", sans-serif;
  z-index: 1; }
  @media (min-width: 1600px) {
    body {
      font-size: 21px;
      line-height: 1.75; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    body {
      font-size: 30px; } }

  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px) {
    body {
      font-size: 14px;
      line-height: 1.75; } }
  @media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px) {
    body {
      font-size: 14px;
      line-height: 1.75; } }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    body {
      font-size: 14px;
      line-height: 1.75; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }
  h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter, p:first-letter {
    text-transform: capitalize; }

@media (min-width: 1600px) {
  h1 {
    font-size: 210%; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    h1 {
      font-size: 280%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  h1 {
    font-size: 200%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 190%; } }
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h1 {
    font-size: 180%; } }

@media (min-width: 1600px) {
  h2 {
    font-size: 180%; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    h2 {
      font-size: 210%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  h2 {
    font-size: 170%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  h2 {
    font-size: 160%; } }
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h2 {
    font-size: 150%; } }

@media (min-width: 1600px) {
  h3 {
    font-size: 150%; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    h3 {
      font-size: 180%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  h3 {
    font-size: 140%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 130%; } }
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h3 {
    font-size: 130%; } }

@media (min-width: 1600px) {
  h4 {
    font-size: 120%; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    h4 {
      font-size: 150%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  h4 {
    font-size: 130%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  h4 {
    font-size: 120%; } }
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h4 {
    font-size: 110%; } }

@media (min-width: 1600px) {
  h5 {
    font-size: 100%; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  h5 {
    font-size: 90%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  h5 {
    font-size: 80%; } }
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h5 {
    font-size: 70%; } }

@media (min-width: 1600px), (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  h6 {
    font-size: 60%; } }

a {
  text-decoration: none !important;
  -webkit-transition: 0.7s ease color;
  -moz-transition: 0.7s ease color;
  -ms-transition: 0.7s ease color;
  -o-transition: 0.7s ease color;
  transition: 0.7s ease color; }
  a:first-letter {
    text-transform: capitalize; }
  a:hover, a:active, a:focus {
    color: #013e6e; }

button {
  outline: none !important; }
  button:first-letter {
    text-transform: capitalize; }

img {
  margin: 0 auto; }

iframe {
  width: 100%; }

mark {
  background: #e0ce0d; }

.fa-phone {
  color: #b3060f; }

.fa-envelope {
  color: #ffd59a; }

.fa-whatsapp {
  color: #25d366; }

.fa-earth-asia {
  color: #181819; }

.fa-facebook,
.fa-facebook-square {
  color: #4267b2; }

.fa-instagram {
  color: #e1306c; }

.fa-twitter,
.fa-twitter-square {
  color: #1da1f2; }

.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5; }

.fa-camera-web {
  color: #2d8cff; }

label {
  font-size: 14px;
  font-weight: normal; }

.hidden {
  display: none !important; }

@media only screen and (min-width: 2500px) {
  .hidden-xxxl {
    display: none !important; } }

@media (min-width: 1600px) {
  .hidden-xxl {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  .hidden-xs {
    display: none !important; } }

.dropdown .dropdown-toggle {
  color: black; }
  .dropdown .dropdown-toggle:after {
    display: none !important; }
  @media (min-width: 1600px) {
    .dropdown .dropdown-toggle .lnr {
      font-size: 18px; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .dropdown .dropdown-toggle .lnr {
      font-size: 28px; } }

  @media (min-width: 1600px), (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .dropdown .dropdown-toggle .lnr {
      font-size: 10px; } }
.dropdown .dropdown-menu {
  color: black;
  min-width: 12rem;
  padding: 0;
  position: relative;
  z-index: 3; }
  .dropdown .dropdown-menu.dropdown-menu-end {
    right: 0; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 0 7px; }
    .dropdown .dropdown-menu .dropdown-item .dropdown-link {
      color: black;
      display: block;
      font-family: "Roboto-Regular", sans-serif;
      -webkit-transition: 0.7s ease color;
      -moz-transition: 0.7s ease color;
      -ms-transition: 0.7s ease color;
      -o-transition: 0.7s ease color;
      transition: 0.7s ease color; }
      @media (min-width: 1600px) {
        .dropdown .dropdown-menu .dropdown-item .dropdown-link {
          font-size: 18px;
          line-height: 1.75;
          padding: 14px 7px; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .dropdown .dropdown-menu .dropdown-item .dropdown-link {
      font-size: 28px; } }

      @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px) {
        .dropdown .dropdown-menu .dropdown-item .dropdown-link {
          font-size: 14px;
          line-height: 1.75;
          padding: 7px 7px; } }
      @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
        .dropdown .dropdown-menu .dropdown-item .dropdown-link {
          font-size: 14px; } }

.alert {
  font-weight: normal; }
  .alert:first-letter {
    text-transform: capitalize; }
  .alert ol {
    padding-left: 15px;
    margin-bottom: 0; }
  .alert.alert-default {
    background-color: white;
    border: 1px solid black; }

.icon-bar {
  background-color: black; }

.container {
  background: none;
  display: block;
  overflow: unset;
  z-index: 1;
  max-width: 78%;
  width: 78%; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .container {
      max-width: 90%;
      min-width: 90%;
      width: 90%; } }

.container-fluid {
  background: none;
  display: block;
  overflow: unset;
  max-width: 96%;
  width: 96%;
  z-index: 1; }
  .container-fluid.not-full-width {
    padding: 0 5%; }
  .container-fluid.full-width {
    padding: 0;
    max-width: 100%;
    width: 100%; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .container-fluid.mobile-full-width {
      max-width: 90%;
      width: 90%; } }

/*
 * START
 * LAYOUT
 */
.block {
  background: none;
  display: block;
  height: auto;
  width: 100%; }

.row.make-columns {
  -moz-column-width: 19em;
  -webkit-column-width: 19em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em; }
  .row.make-columns div {
    display: inline-block;
    padding: .5rem;
    width: 100%; }

section {
  background-color: transparent; }
  section.page-under-construction {
    height: 100vh; }

.five-equal .col-lg-2 {
  width: 19.666667%; }

.full-height {
  width: 100%; }
  @media (min-width: 1600px) {
    .full-height {
      height: calc(100vh - 250px); } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .full-height {
      height: calc(100vh - 320px); } }

/*
 * END
 * LAYOUT
 */
/*
 * START
 * LINE
 */
.slideLink {
  display: inline-block; }
  .slideLink.active:after {
    width: 30%; }
  .slideLink:after {
    content: '';
    position: absolute;
    width: 0;
    right: 0;
    height: 2px;
    margin-top: 2px;
    background-color: #bb8720;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s; }
  .slideLink:hover:after {
    width: 50%; }

.bgLink {
  position: relative; }
  .bgLink::before {
    content: '';
    background-color: rgba(250, 180, 42, 0.75);
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 8px;
    z-index: -1;
    transition: all .3s ease-in-out; }
  .bgLink:hover::before {
    bottom: 0;
    height: 100%; }

/*
 * END 
 * LINE
 */
/*
 * START
 * SLIDE MENU
 */
/*
 * END
 * SLIDE MENU
 */
/*
 * START
 * TYPOGRAPHY
 */
.default,
.title,
.heading,
.subHeading,
.caption,
.text,
.list,
.button {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0; }
  .default:first-letter,
  .title:first-letter,
  .heading:first-letter,
  .subHeading:first-letter,
  .caption:first-letter,
  .text:first-letter,
  .list:first-letter,
  .button:first-letter {
    text-transform: capitalize; }

strong,
b {
  font-family: "CeraPro-Medium", sans-serif; }

.textwrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .textwrap.onefold-line {
    -webkit-line-clamp: 1; }
  .textwrap.doubled-line {
    -webkit-line-clamp: 2; }
  .textwrap.triples-line {
    -webkit-line-clamp: 3; }
  .textwrap.fourfold-line {
    -webkit-line-clamp: 4; }

.timeago {
  text-transform: capitalize; }

.title {
  font-family: "CeraPro-Regular", sans-serif; }

.heading,
.subHeading {
  font-family: "CeraPro-Medium", sans-serif; }

.big-text {
  color: #333333;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 35px; }

/*
 * END
 * TYPOGRAPHY
 */
.badge {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-weight: normal;
  line-height: inherit; }
  .badge:first-letter {
    text-transform: capitalize; }
  .badge.bg-blue {
    background-color: #013e6e;
    color: white; }
  .badge.bg-yellow {
    background-color: #e0ce0d;
    color: white; }
  .badge.bg-orange {
    background-color: #bb8720;
    color: white; }
  .badge.bg-red {
    background-color: #b3060f;
    color: white; }
  .badge.bg-pink {
    background-color: #f67b61;
    color: white; }
  .badge.bg-purple {
    background-color: #ba3682;
    color: white; }
  .badge.bg-green {
    background-color: #38ad10;
    color: white; }
  .badge.bg-ocean {
    background-color: #1887e0;
    color: white; }
  .badge.bg-grey {
    background-color: #818385;
    color: white; }
  .badge.bg-white {
    background-color: white;
    color: black; }

.btn {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  box-shadow: none;
  font-family: "CeraPro-Regular", sans-serif;
  line-height: inherit;
  outline: none;
  min-width: 100px;
  text-transform: capitalize; }
  @media (min-width: 1600px) {
    .btn {
      font-size: 21px !important; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .btn {
      font-size: 28px !important; } }

  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .btn {
      font-size: 14px !important; } }
  .btn:first-letter {
    text-transform: capitalize; }
  .btn.btn-xs {
    padding: 7px 14px; }
    @media (min-width: 1600px) {
      .btn.btn-xs {
        padding: 7px 14px; } }
    @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      .btn.btn-xs {
        padding: 7px 14px; } }
  @media (min-width: 1600px) {
    .btn.btn-sm {
      padding: 10.5px 21px; } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .btn.btn-sm {
      padding: 7px 14px; } }
  @media (min-width: 1600px) {
    .btn.btn-md {
      padding: 14px 28px; } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .btn.btn-md {
      padding: 10.5px 21px; } }
  @media (min-width: 1600px) {
    .btn.btn-lg {
      padding: 17.5px 35px; } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .btn.btn-lg {
      padding: 14px 28px; } }
  @media (min-width: 1600px) {
    .btn.btn-xl {
      padding: 21px 42px; } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .btn.btn-xl {
      padding: 17.5px 35px; } }
  .btn.btn-block {
    display: block !important;
    width: 100% !important; }
  .btn.btn-link {
    color: #015293 !important;
    font-family: "CeraPro-Medium", sans-serif;
    font-size: 16px !important;
    -webkit-transition: 0.7s ease color;
    -moz-transition: 0.7s ease color;
    -ms-transition: 0.7s ease color;
    -o-transition: 0.7s ease color;
    transition: 0.7s ease color;
    padding-left: 0 !important; }
    .btn.btn-link.c-white {
      color: white !important; }
    .btn.btn-link.c-black {
      color: black !important; }
    .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
      color: #013e6e !important; }
  .btn.btn-link-underline {
    color: #015293 !important;
    font-family: "CeraPro-Medium", sans-serif;
    font-size: 16px !important;
    -webkit-transition: 0.7s ease color;
    -moz-transition: 0.7s ease color;
    -ms-transition: 0.7s ease color;
    -o-transition: 0.7s ease color;
    transition: 0.7s ease color;
    padding-left: 0 !important; }
    .btn.btn-link-underline.c-white {
      color: white !important; }
    .btn.btn-link-underline:active, .btn.btn-link-underline:focus, .btn.btn-link-underline:hover {
      color: #013e6e !important;
      text-decoration: underline !important; }
  .btn.btn-orange {
    background-color: #fab42a;
    border: 1px solid transparent;
    color: white !important;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    .btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange:focus {
      background-color: #bb8720;
      color: white !important; }
  .btn.btn-blue {
    background-color: transparent;
    border: 1px solid #015293;
    color: #015293 !important;
    -webkit-transition: 0.7s ease background-color, 0.7s ease color;
    -moz-transition: 0.7s ease background-color, 0.7s ease color;
    -ms-transition: 0.7s ease background-color, 0.7s ease color;
    -o-transition: 0.7s ease background-color, 0.7s ease color;
    transition: 0.7s ease background-color, 0.7s ease color; }
    .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
      background-color: #015293;
      color: white !important; }
  .btn.btn-default {
    background-color: white !important;
    border: 1px solid #333333;
    color: black !important;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background-color: #818385 !important; }
  .btn.btn-white {
    background-color: white !important;
    color: black !important;
    -webkit-transition: 0.7s ease background-color, 0.7s ease color;
    -moz-transition: 0.7s ease background-color, 0.7s ease color;
    -ms-transition: 0.7s ease background-color, 0.7s ease color;
    -o-transition: 0.7s ease background-color, 0.7s ease color;
    transition: 0.7s ease background-color, 0.7s ease color; }
    .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
      background-color: #818385 !important;
      color: white !important; }

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto; }

ul.list-inline,
ol.list-inline {
  padding-left: 0;
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  ul.list-inline li,
  ol.list-inline li {
    display: inline-block; }
ul.list-unstyled,
ol.list-unstyled {
  list-style: none; }

hr {
  background-color: #d8d9d9;
  opacity: unset; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
  .modal .modal-content {
    border-radius: 0 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation-name: slideIn;
    -moz-animation-name: slideIn;
    -ms-animation-name: slideIn;
    -o-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s; }
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
    .modal .modal-content .modal-body {
      background: #f1f1f1; }
      .modal .modal-content .modal-body .btn {
        float: none; }

/********************************************************/
.card {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }
  @media (min-width: 1600px), (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px) {
    .card {
      padding: 1rem 1rem; } }
  @media (min-width: 280px) and (max-width: 411px) {
    .card {
      padding: 0.75rem 0.75rem; } }
  @media (min-width: 1600px) {
    .card.with-form-input {
      padding: 28px 21px 21px 21px; } }
  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .card.with-form-input {
      padding: 28px 21px 21px 21px; } }

.form-control:disabled,
.form-control[readonly],
.form-control.isDisabled {
  background: none !important;
  color: #818385 !important; }
  .form-control:disabled ::-webkit-input-placeholder,
  .form-control[readonly] ::-webkit-input-placeholder,
  .form-control.isDisabled ::-webkit-input-placeholder {
    color: #a7a7a7 !important; }
  .form-control:disabled ::-moz-placeholder,
  .form-control[readonly] ::-moz-placeholder,
  .form-control.isDisabled ::-moz-placeholder {
    color: #a7a7a7 !important; }
  .form-control:disabled :-ms-input-placeholder,
  .form-control[readonly] :-ms-input-placeholder,
  .form-control.isDisabled :-ms-input-placeholder {
    color: #a7a7a7 !important; }
  .form-control:disabled :-moz-placeholder,
  .form-control[readonly] :-moz-placeholder,
  .form-control.isDisabled :-moz-placeholder {
    color: #a7a7a7 !important; }

.form-control,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea[type="text"],
option,
select,
.radio,
.checkbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important; }
  .form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="submit"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea[type="text"]::-webkit-input-placeholder, option::-webkit-input-placeholder, select::-webkit-input-placeholder, .radio::-webkit-input-placeholder, .checkbox::-webkit-input-placeholder {
    color: #a7a7a7; }
  .form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="submit"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea[type="text"]:-moz-placeholder, option:-moz-placeholder, select:-moz-placeholder, .radio:-moz-placeholder, .checkbox:-moz-placeholder {
    color: #a7a7a7; }
  .form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="submit"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea[type="text"]::-moz-placeholder, option::-moz-placeholder, select::-moz-placeholder, .radio::-moz-placeholder, .checkbox::-moz-placeholder {
    color: #a7a7a7; }
  .form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="submit"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea[type="text"]:-ms-input-placeholder, option:-ms-input-placeholder, select:-ms-input-placeholder, .radio:-ms-input-placeholder, .checkbox:-ms-input-placeholder {
    color: #a7a7a7; }

select option {
  font-size: 14px !important; }

.box-form input[type="email"],
.box-form input[type="password"],
.box-form input[type="text"],
.box-form input[type="number"],
.box-form input[type="date"],
.box-form input[type="file"],
.box-form input[type="tel"],
.box-form input[type="date"],
.box-form input[type="time"],
.box-form textarea,
.box-form select {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: "CeraPro-Regular", sans-serif;
  z-index: 1;
  border: none;
  border-bottom: 1px solid #d8d9d9; }
  @media (min-width: 1600px) {
    .box-form input[type="email"],
    .box-form input[type="password"],
    .box-form input[type="text"],
    .box-form input[type="number"],
    .box-form input[type="date"],
    .box-form input[type="file"],
    .box-form input[type="tel"],
    .box-form input[type="date"],
    .box-form input[type="time"],
    .box-form textarea,
    .box-form select {
      font-size: 20px;
      height: 60px; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .box-form input[type="email"],
    .box-form input[type="password"],
    .box-form input[type="text"],
    .box-form input[type="number"],
    .box-form input[type="date"],
    .box-form input[type="file"],
    .box-form input[type="tel"],
    .box-form input[type="date"],
    .box-form input[type="time"],
    .box-form textarea,
    .box-form select {
      font-size: 30px;
      height: 80px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; } }

  @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .box-form input[type="email"],
    .box-form input[type="password"],
    .box-form input[type="text"],
    .box-form input[type="number"],
    .box-form input[type="date"],
    .box-form input[type="file"],
    .box-form input[type="tel"],
    .box-form input[type="date"],
    .box-form input[type="time"],
    .box-form textarea,
    .box-form select {
      font-size: 14px;
      height: 42px; } }
  @media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    .box-form input[type="email"],
    .box-form input[type="password"],
    .box-form input[type="text"],
    .box-form input[type="number"],
    .box-form input[type="date"],
    .box-form input[type="file"],
    .box-form input[type="tel"],
    .box-form input[type="date"],
    .box-form input[type="time"],
    .box-form textarea,
    .box-form select {
      font-size: 12px;
      height: 42px; } }
.box-form label {
  font-family: "CeraPro-Medium", sans-serif;
  text-align: left;
  text-transform: uppercase !important; }
.box-form textarea,
.box-form .note-editor {
  text-align: left !important; }
  .box-form textarea.note-frame,
  .box-form .note-editor.note-frame {
    border: 1px solid #e7e7e7 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .box-form textarea .note-editing-area,
  .box-form .note-editor .note-editing-area {
    background-color: white;
    border: 1px solid 1px solid #e7e7e7 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 2px 4px; }
    @media (min-width: 1600px) {
      .box-form textarea .note-editing-area,
      .box-form .note-editor .note-editing-area {
        font-size: 20px; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .box-form textarea .note-editing-area,
    .box-form .note-editor .note-editing-area {
      font-size: 28px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; } }

    .box-form textarea .note-editing-area .note-editable,
    .box-form .note-editor .note-editing-area .note-editable {
      background: 1px solid #e7e7e7 !important;
      color: black; }
  .box-form textarea .note-statusbar,
  .box-form .note-editor .note-statusbar {
    display: none; }
.box-form .note-placeholder {
  color: #a7a7a7; }
.box-form .note-popover.popover {
  display: none; }
.box-form .note-editable {
  background: red; }
.box-form .captcha-box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .box-form .captcha-box {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  .box-form .captcha-box .boxCaptcha {
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 120px;
    height: 42px; }
    @media (min-width: 1600px) {
      .box-form .captcha-box .boxCaptcha {
        width: 50%;
        height: 60px; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .box-form .captcha-box .boxCaptcha {
      height: 80px; } }

    @media (min-width: 992px) and (max-width: 1200px) {
      .box-form .captcha-box .boxCaptcha {
        margin-bottom: 1rem;
        width: 100%; } }
  @media (min-width: 1600px) {
    .box-form .captcha-box #word_captcha {
      width: 150px !important;
      height: 60px !important; } }
  @media only screen and (min-width: 1600px) and (min-width: 2500px) {
    .box-form .captcha-box #word_captcha {
      width: 185px !important;
      height: 80px !important; } }

.box-form .checkbox {
  padding-left: 20px; }
.box-form .checkbox label,
.box-form .checkbox-inline label {
  display: inline-block;
  font-family: "CeraPro-Regular", sans-serif;
  position: relative;
  padding-left: 5px; }
  .box-form .checkbox label::before,
  .box-form .checkbox-inline label::before {
    content: "";
    display: inline-block;
    outline: none !important;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: white;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .box-form .checkbox label::after,
  .box-form .checkbox-inline label::after {
    display: inline-block;
    outline: none !important;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0.5px;
    top: -0.5px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    color: #555555; }
.box-form .checkbox input[type="checkbox"],
.box-form .checkbox-inline input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0); }
.box-form .checkbox input[type="checkbox"]:focus + label::before,
.box-form .checkbox-inline input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.box-form .checkbox input[type="checkbox"]:checked + label::after,
.box-form .checkbox-inline input[type="checkbox"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013"; }
.box-form .checkbox input[type="checkbox"]:disabled + label,
.box-form .checkbox-inline input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
.box-form .checkbox input[type="checkbox"]:disabled + label::before,
.box-form .checkbox-inline input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }
.box-form .checkbox.checkbox-circle label::before,
.box-form .checkbox-inline.checkbox-circle label::before {
  border-radius: 50%; }
.box-form .checkbox.checkbox-inline,
.box-form .checkbox-inline.checkbox-inline {
  margin-top: 0; }
.box-form .checkbox.checkbox-primary input[type="checkbox"]:checked + label::before,
.box-form .checkbox-inline.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #015293;
  border-color: #015293; }
.box-form .checkbox.checkbox-primary input[type="checkbox"]:checked + label::after,
.box-form .checkbox-inline.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: white; }
.box-form .radio,
.box-form .radio-inline {
  padding-left: 20px; }
  .box-form .radio label,
  .box-form .radio-inline label {
    display: inline-block;
    font-family: "CeraPro-Regular", sans-serif;
    position: relative;
    padding-left: 5px; }
    .box-form .radio label::before,
    .box-form .radio-inline label::before {
      content: "";
      display: inline-block;
      outline: none !important;
      position: absolute;
      width: 15px;
      height: 15px;
      left: 1px;
      top: 1px;
      margin-left: -20px;
      border: 1px solid black;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: white;
      -webkit-transition: border 0.15s ease-in-out;
      -moz-transition: border 0.15s ease-in-out;
      -ms-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .box-form .radio label::after,
    .box-form .radio-inline label::after {
      display: inline-block;
      outline: none !important;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: black;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -ms-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .box-form .radio input[type="radio"],
  .box-form .radio-inline input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0); }
  .box-form .radio input[type="radio"]:focus + label::before,
  .box-form .radio-inline input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .box-form .radio input[type="radio"]:checked + label::after,
  .box-form .radio-inline input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .box-form .radio input[type="radio"]:disabled + label,
  .box-form .radio-inline input[type="radio"]:disabled + label {
    opacity: 0.65; }
  .box-form .radio input[type="radio"]:disabled + label::before,
  .box-form .radio-inline input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
  .box-form .radio.radio-inline,
  .box-form .radio-inline.radio-inline {
    margin-top: 0; }
  .box-form .radio.radio-primary input[type="radio"] + label::after,
  .box-form .radio-inline.radio-primary input[type="radio"] + label::after {
    background-color: #015293; }
  .box-form .radio.radio-primary input[type="radio"]:checked + label::before,
  .box-form .radio-inline.radio-primary input[type="radio"]:checked + label::before {
    border-color: #015293; }
  .box-form .radio.radio-primary input[type="radio"]:checked + label::after,
  .box-form .radio-inline.radio-primary input[type="radio"]:checked + label::after {
    background-color: #015293; }
.box-form span {
  color: red !important; }

.note-popover .popover-content,
.panel-heading.note-toolbar {
  display: none; }

/********************************************************/
#validation .parsley-errors-list {
  display: none !important; }
#validation .validate {
  margin-top: 10px; }
#validation .invalid-form-error-message {
  margin-top: 10px;
  padding: 5px; }
  #validation .invalid-form-error-message.filled {
    border-left: 2px solid #b3060f; }
#validation p.parsley-success {
  color: #38ad10;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }
#validation p.parsley-error {
  color: #b3060f;
  background-color: #F2DEDE;
  border: 1px solid #b3060f; }
#validation ul.parsley-errors-list {
  list-style: none;
  color: #b3060f;
  padding-left: 0; }
#validation .parsley-error {
  background: #FAEDEC !important;
  border: 1px solid #b3060f; }
  #validation .parsley-error .select2-selection,
  #validation .parsley-error .select2-selection__rendered,
  #validation .parsley-error .select2-container,
  #validation .parsley-error .select2-container--default {
    background: #FAEDEC !important;
    border: 1px solid #b3060f; }
