body {
  font-family: "Lato", serif;
  color: #292B33;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", serif;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 20px 0;
}
h1, .h1 {
  font-size: 50px;
  color: #FF8048;
}
h2, .h2 {
  font-size: 50px;
  color: #FF8048;
}
h3, .h3 {
  font-size: 34px;
  color: #FF8048;
}
h4, .h4 {
    font-size:19px;
    font-weight: 800;
    color: #4F6FE8;
}
h5, .h5 { 
  font-size:20px; 
  color: #4A4A4A;
  margin-bottom: 5px;
}
h6, .h6 {}
ul {
  list-style: none;
  padding-left: 0;
}
ol {
	list-style: auto;
}
ul li,
ol li,
p {
  font-size: 16px;
  color: #111111;
  line-height: 140%;
  margin-bottom: 15px;
}
.intro p {
  font-size: 18px;
  font-weight: 600;
  color: #4b4b4b;
}
a {
  color: #1B4381;
  text-decoration: none;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: 1px solid #8f8f8f;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.bullets li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #1B4381;
}
.fancybox-skin {
	padding: 40px !important;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 0 20px 0 20px;
  background: #FF8048;
}
header .color { display: none; }
header.smaller .white { display:none;  }
header.smaller .color { display: block; }
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  background: #F1F5F9;
  height: 60px;
  padding-top: 0;  
  box-shadow: 0px 1px 8px rgba(0,0,0,.4);
}
header.flat {
  background: #F1F5F9;
}
header.flat nav ul li a,
header.smaller nav ul li a {
  color: #4D6AE8;
}
/*
header.flat nav ul li:last-child a {
  border: 1px solid #4F6FE8;
  border-radius: 50px;
  padding: 14px 39px;
}
*/
/*
header.flat nav ul li:last-child a:hover,
header.flat nav ul li.current-menu-item:last-child a {
  background: #4F6FE8;
  color: white !important;
}

header.flat a.whatsapp {
  height: 52px;
  background: #4D6AE8;
}
header.flat a.whatsapp:hover {
  background: #FF8048;
}*/
.header-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #4F6FE8;
  padding-top: 40px;
  border-radius: 40px 40px 0 0;
}
footer h5 {
  font-size: 14px;
  color: white;
  margin-bottom: 12px;
}
footer li,
footer li a,
footer p {
  font-size: 13px;
  color: #A7B8F3;
}
footer p {
  line-height: 200%;
}
footer li a:hover { color: white; }
.calltoaction h3 {
  font-size: 34px;
  color: white;
  margin-bottom: 15px;
}
.calltoaction p {
  font-size: 18px;
  color: white;
}
.calltoaction hr {
  border-top: 1px solid rgb(255 255 255 / 40%);
}
.footer-ft {
  background: #4A63E8;
  padding: 15px 0;
}
.footer-ft .row {
  align-items: center;
}
.copyright p {
  margin: 0;
}
footer .legend p {
    font-size: 12px;
    line-height: 130%;
}
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  display: flex;
  align-items: center;
}
nav ul {
  margin: 0 10px 0 0;
  float: left;
}
nav ul li {
  display: inline;
  margin-right: 35px;
  position: relative;
}
/*
header.flat nav ul li:last-child { margin-right:0 }*/
nav ul li a {
  font-size: 16px;
  color: white;
  padding: 5px 0;
  display: inline-block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
/*nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}*/
/*nav ul li a:hover:after,
nav ul li.current-menu-item a:after,
nav ul li.current-page-ancestor a:after {
  width: 100%;
  background: #1B4381;
}*/
nav ul > li > a:hover,
nav ul > li.current-menu-item > a,
nav ul > li.current-page-ancestor > a {
  color: #FF8048 !important;
}
nav ul li {
	position: relative;
}
nav ul li ul {
	background: #f1f5f9;
	position: absolute;
	top: 25px;
	left: 0;
	padding: 15px 15px 15px 15px;
	margin-right:0;
	min-width: 140px;
	display: none;
}
nav ul li ul a {
	display: block;
}
nav ul li:hover ul {
	display: block;
} 
nav ul li ul li {
	border-bottom: 1px solid #cacaca;
	display: inline-block;
	margin-right: 0;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
nav ul li ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
nav ul li ul li a {
	font-size: 14px;
	color: #4D6AE8 !important;
	border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
nav ul li ul li.current-menu-item a,
nav ul li ul li a:hover {
	background: transparent;
	color: #FF8048 !important; 
}
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #4D6AE8;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #ffffff82;
}
#mobile-menu .icon-close:hover {
  border-color: white;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
.hamburger {
  color: white;
  float: right;
  font-size: 25px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms;
  background: #4D6AE8;
}
.hamburger:hover {
  background: #ff8047;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul {
    width: 100%;
    margin-bottom: 40px;
}
#mobile-menu nav ul li a {
  color: white;
  font-weight: 600;
  padding: 15px 10px;
  display: block;
}
#mobile-menu nav ul li a:hover,
#mobile-menu nav ul li.current-menu-item a,
#mobile-menu nav ul li.current-page-ancestor a  {
  color: #ffffff;
  /*background: #ffffff1f;*/
}
#mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}
body.open-menu .mask {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
body.open-menu #mobile-menu {
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.p20 { padding: 20px; }
.mt-site { margin-top: 80px; }
.show-md,
.show-xl,
.display-none { display: none; }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.br20 {
	border-radius: 20px;
}
.btn {
  font-size: 18px;
  color: white;
  background: transparent;
  font-weight: 600;
  border-radius: 100px;
  height: 40px;
  border: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 52px;
  padding: 0 20px;
  z-index: 0;
  overflow: hidden;
}
.btn.brdr.bl {
  border: 1px solid #4F6FE8;
  color: #4F6FE8;
}
.btn.brdr.bl:hover {
    background: #4F6FE8;
    color: white;
}
.btn.brdr.wht {
  border: 1px solid white;
}
.btn.brdr.wht:focus {
    color: white;
}
.btn.brdr.wht:hover {
  background: white;
  color: #4F6FE8;
}
.btn.white {
  background: white;
  color: #4F6FE8;
}
.btn.white:hover {
  background: #FF8048;
  color: white;
}
.btn i {
  font-size: 24px;
  line-height: 10%;
  margin-left: 5px;
}
.btns a:first-child {
  margin-right: 20px;
}
.bg-n {
  background: url(../img/bg-n.svg) no-repeat left center ;
}
.bg-n-2 {
  background: url(../img/bg-n-2.svg) no-repeat;
}
.bg-bar {
    background-image: url(../img/bar-left.svg), url(../img/bar-right.svg);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
}
a.whatsapp {
  background: linear-gradient(0deg, rgba(53,54,232,1) 0%, rgba(79,111,232,1) 100%);
  font-size: 16px;
  font-weight: 600;
  color: white;
  width: 160px;
  height: 40px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.whatsapp i {
  font-size: 20px;
  margin-left: 5px;
}
a.whatsapp:hover {
  background: #FF8048;
}
ul.social {
  margin: 0 30px 0 0;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 40%;
}
ul.social li {
  margin-right: 0;
  margin-bottom: 20px;
}
ul.social li:last-child { margin-bottom:0; }
ul.social li a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  font-size: 20px;
  color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
}
ul.social li a:hover {
  background: white;
}
.box-contact {
  background: white;
  border-radius: 40px;
  box-shadow: 0 3px 20px rgba(238,238,230,1);
}
.contact-form {
  padding: 30px 20px;
}
.contact-img img { width:100%; }
.img-post img {
    border-radius: 40px;
    margin-bottom: 10px;
}
.tags a {
    font-size: 16px;
    color: #4F6FE8;
    background: #F7F7F7;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    pointer-events: none;
    cursor: default;
}
.item-post {
    padding-bottom: 60px;
}
.item-post a.btn {
    margin: 0 auto;
}
.item-post.full {
    box-shadow: 0 3px 20px rgba(238,238,238,1);
    border-radius: 40px;
    padding-bottom: 0;
}
.item-post.full img {
    margin-bottom: 0;
}
.item-post.full a.btn {
    margin: 0;
}
.item-post.full .txt {
    padding: 20px 0;
}
.stage-medium {
    height:430px;
    display: flex;
    align-items: center;
}
.stage-medium:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    left:0;
    background: rgba(0,0,0,.5);
    z-index:1;
}
.caption { z-index: 3;}
.stage-medium h1 {
    color: white;
    margin-bottom: 0;
}
.single-post-txt img {
    border-radius: 40px;
}
.single-post-txt p,
.single-post-txt li {
	line-height: 150%:
}
.txt-blue {
    color: #4F6FE8;
}
.box-white {
	box-shadow: 0 3px 20px rgba(238, 238, 238, 1);
    border-radius: 40px;
    background: white;
    padding: 40px;
	margin-bottom:40px;
}
.cntctns {
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
}
.cntctns svg {
    width: 1.5em;
    height: 1.5em;
	margin-right: -5px;
}
.cntctns.bl {
	color: #4F6FE8;
	display: inline-flex;
	border-bottom: 1px solid #4F6FE8;
}
.cntctns.bl:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	text-decoration: none;
}
.fiduciarios-sldr .slick-list{padding:0 60px 0 0 !important;}
.item-serv {
    width: 100%;
    max-width: 540px;
    border-radius: 40px;
    height: 460px;
    padding: 40px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.fiduciarios-sldr {
    padding-top: 20px;
}
.fiduciarios-sldr .slick-slide {
    padding: 0 15px;
}
.item-serv:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.item-serv .cntctns {
	position: absolute;
    z-index: 4;
    bottom: 40px;
	opacity:0;
}
.item-serv:hover .cntctns {
	opacity:1;
}
.item-serv img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 410px;
    height: 300px;
    z-index: 2;
}
.item-serv.blue {
    background: linear-gradient(333deg, rgba(53,54,232,1) 0%, rgba(79,111,232,1) 50%);
}
.item-serv.blue:before {
    content: url(../img/figure-pink.svg);
    position: absolute;
    left: 20px;
    display: block;
    width: 165px;
    height: 148px;
    z-index: 1;
    bottom: 20%;
    transition: all 300ms; 
}
.item-serv.orange {
    background: linear-gradient(333deg, rgba(220, 86, 43, 1) 0%, rgba(255, 128, 72, 1) 50%);
}
.item-serv.orange:before {
    content: url(../img/figure-blue.svg);
    position: absolute;
    left: 20px;
    display: block;
    width: 165px;
    height: 148px;
    z-index: 1;
    bottom: 20%;
    transition: all 300ms; 
}
.item-serv img {
	transition: all 300ms; 
}
.item-serv:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}
.item-serv:hover:after {
    opacity: .8;
}
.item-serv.blue:after {
   background: linear-gradient(333deg, rgba(53,54,232,1) 0%, rgba(79,111,232,1) 50%); 
}
.item-serv.orange:after {
   background: linear-gradient(333deg, rgba(220, 86, 43, 1) 0%, rgba(255, 128, 72, 1) 50%); 
}
.item-serv:hover:before {
    bottom: 30%;
}
.item-serv:hover img {
	bottom: -40px;
}
.item-serv h3 {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 5;
}
.item-serv p {
    color: white;
    position: relative;
    z-index: 5;
}
.item-serv-intro p {
    font-size: 19px;
    position: relative;
    z-index: 5;
}
.item-serv-txt {
    opacity: 0;
    transition: all 100ms; 
}
.item-serv:hover .item-serv-txt {
    opacity: 1;
}
.single-stage.orange {
	background: linear-gradient(333deg, rgba(220, 86, 43, 1) 0%, rgba(255, 128, 72, 1) 50%);
}
.single-stage.blue {
	background: linear-gradient(333deg, rgba(53, 54, 232, 1) 0%, rgba(79, 111, 232, 1) 50%);
}
.single-stage {
    padding-top: 120px;
    min-height: 610px; 
	overflow: hidden;
}
.single-stage h1,
.single-stage p {
    color: white;
}
.single-stage .item-serv-txt {
    opacity: 1;
}
.single-stage .col-single-img {
    display: flex;
    align-items: flex-end;
}
.bene-item {
    border-radius: 40px;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 20px;
    width: 100%;
    max-width: 460px;
    text-align: center;
    display: inline-block;
    margin: 15px;
}
.bene-item img {
    width: 80px;
    height: 80px;
}
.bene-item p {
    color: #4F6FE8;
}
.item-row h4 {
	font-size: 24px;
	font-weight: 600;
}
.item-row img {
	width: 100%;
	max-width: 490px;
	margin: 0 auto;	
	display: block;
}
/*////////////////////////
///        Tabs       ////
////////////////////////*/
.tbs .content-txt {
  backface-visibility: hidden;
  overflow: hidden;
}
.tbs .content-txt > div {
  height: 0;
  opacity: 0;
}
.tbs input {
  display: none;
}
.tbs label {
    display: inline-block;
    padding: 17px 51px;
    font-weight: 600;
    text-align: center;
    transition: all .3s ease-out 0.1s;
    font-size: 20px;
    border-radius: 40px;
    background: #F1F5F9;
    color: #4F6FE8;
    width: 260px;
    margin: 0 10px 10px 0;
}
.tbs label:hover {
    color: #fff;
    cursor: pointer;
    background: #4F6FE8;
}
.tbs input:checked + label {
    color: white;
    border-bottom: 1px solid;
    background: linear-gradient(0deg, rgba(220, 86, 43, 1) 0%, rgba(255, 128, 72, 1) 100%);
}
#tab-1:checked ~ .content-txt #content-1,
#tab-2:checked ~ .content-txt #content-2 {
  height: auto;
  opacity: 1;
  animation-name: inUp;
  animation-timing-function: ease-in-out;
  animation-duration: .6s;
}
@keyframes inUp {
  0%{
    opacity: 0;
    transform: translateY(100px)
  }
    90%{
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

/*////////////////////////
///       Slick       ////
////////////////////////*/
.video {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(87deg, rgba(0,0,0,.8) 0%, rgba(14,14,14,0) 100%);
}
.video .caption {
  width: 100%;
  position: relative;
  z-index: 1;
}
.video .caption h1 { 
    color: white;
    font-size:65px; 
}
.video .caption p { 
  font-size:18px; 
  color: white;
}
.video video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.slider {
  height: calc(100vh - 100px);
}
.herobanner .img-cover {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.herobanner .img-cover:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.herobanner .slick-slide {
 height: calc(100vh - 100px);
}
.herobanner .caption {
  position: relative;
  z-index: 1;
}
.slick-track {
    padding-top: 15px !Important;    
}
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { margin-bottom: 10px; }
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 16px;
  color: #111111;
  background: #FAFBFD;
  border: none;
  border: 1px solid #EEEEEE;
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  margin-bottom: 30px;
  border-radius: 5px;
}
textarea {
  height: 250px;
}
select {
  background: url(../img/select-arrow.svg) no-repeat right #FAFBFD;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit] {
  width: 260px;
  height: 52px;
  background: linear-gradient(0deg, rgba(53,54,232,1) 0%, rgba(79,111,232,1) 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;  
  display: block;
  margin: 0 auto;
  transition: all 300ms;     
}
input[type=submit]:hover {
  background: #FF8048;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: #111111;
}
:-moz-placeholder { 
  font-size: 16px;
  color: #111111;
}
::-moz-placeholder { 
  font-size: 16px;
  color: #111111;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: #111111;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "nolan";
  src:url("../fonts/nolan.eot");
  src:url("../fonts/nolan.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nolan.woff") format("woff"),
    url("../fonts/nolan.ttf") format("truetype"),
    url("../fonts/nolan.svg#nolan") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "nolan" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "nolan" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
  content: "\61";
}
.icon-instagram:before {
  content: "\62";
}
.icon-linkedin:before {
  content: "\63";
}
.icon-menu:before {
  content: "\64";
}
.icon-close:before {
  content: "\65";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {  }
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1199px) {
    nav ul li {margin-right: 20px;}
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 35px !Important; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { }
}  
@media screen and (max-width: 767px) {
  .hide-md { display: none !important; }
  .show-md { display: block; }
  .hide-xs { display: none !important; }
  .reverse-md .col-a { order: 2; }
  .reverse-md .col-b { order: 1; }
  .footer-ft .col-md-4 { margin-bottom: 20px; }
  .item-post.full .txt { padding: 20px;}
	nav ul li ul {
		background: transparent;
		position: relative;
		top: 0;
		left: 0;
		padding: 15px 15px 15px 20px;
		margin-right: 0;
		min-width: 140px;
		display: block;
	}
	nav ul li ul li { border-bottom: 0;}
	nav ul li ul li a { 
		color: white !Important;
		padding: 10px 0 !Important;
	}
	#mobile-menu nav ul li a:hover {
		color: #d1d1d1 !important;
	}
	#mobile-menu nav ul { 
		z-index: 5;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}