
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,body{
  height: 100%;
  width: 100%
}

a{
	color: black;
}

a:hover{
  text-decoration: none;
}

nav{
  background-color: white;
  box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 6%);
}

/* Navbar */
.navbar {
  padding: 1.1rem 1rem;
}

.nav-item {
  font-weight: bold;
  margin-right: 2rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  width: 11rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 3rem;
}

.navbar-open{
  background-color: white;
}

.wave{
  margin-top: -12rem;
  position: relative;
  z-index: 3;
}


/* Hero */
.hero {
  /*padding: 11rem 0;*/
  /*background: url(../img/hero-bg.png) no-repeat;*/
  padding: 5.2rem 0 8.5rem 0;
  background-size: cover;
  background-position: bottom left;
}

.icon {
  width: 8rem;

  margin: 0 auto;
  margin-bottom: 1rem;
}

.about-cpd-title{
  font-weight: 700;
  color: #0074d1;
  margin: 0 3rem 0 3rem;
}

section.services-section{
  padding-top: 3rem;
}

.services-cpd-title{
  font-weight: 700;
  color: #0074d1;
  margin: 0 3rem 2rem 3rem;
}

.contact-cpd-title{
  font-weight: 700;
  color: #0074d1;
  margin: 0 3rem 4rem 3rem;
}


nav.navbar.active {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* Principal Cards */
.card-principal{
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  cursor: pointer;
  height: 300px;
  margin: 20px;
  padding: 0 20px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0.025);
  text-align: center;
  transition: height 1000ms;
  width: 68%;
}

.card-principal.expanded {
  height: 400px;
}

.principal-logo {
  margin-top: 30px;
  transform: translateY(10px);
  transition: transform 1000ms;
}

.brand-logo {
  margin-top: 30px;
  transform: translateY(10px);
  transition: transform 1000ms;
}

.brand-logo:hover{
  transform: scale(1.1, 1.1);
  transition: transform 400ms;
}

.card-principal.expanded .principal-logo {
  /*transform: translateY(0);*/
  margin-bottom: 1.2rem;
}

.principal-logo:hover{
  transform: scale(1.1, 1.1);
  transition: transform 400ms;
}

.learn-more {
  margin-top: 2rem;
  margin-bottom: -1rem;
  clip-path: inset(-60% 0 15% 0);
  -webkit-clip-path : inset(-60% 0 0% 0);
  /*clip-path: polygon(0% 100%, 0 -90%, 50% -5%, 100% -90%, 100% 100%);*/
  /*-webkit-clip-path: polygon(0% 100%, 0 -90%, 50% -5%, 100% -90%, 100% 100%);*/
  transition: clip-path 1000ms;
}

.card-principal.expanded .learn-more {
  clip-path: inset(-60% 0 0% 0);
  -webkit-clip-path : inset(-60% 0 0% 0);
  /*clip-path: polygon(0% 100%, 0 -100%, 50% -15%, 100% -100%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 0 -100%, 50% -15%, 100% -100%, 100% 100%);*/
}

.btn-round{
  border-radius: 30px;
  background: linear-gradient(87deg,#11cdef,#1171ef)!important;
}

.content {
  transform: translateY(-160px);
  transition: transform 1000ms;
}

.content a{
  color: white;
  font-weight: 600;
}

.card-principal.expanded .content {
  transform: translateY(-1px);
}

.fa-chevron-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 15px);
  transform-origin: 50%;
  transform: rotate(0deg);
  transition: transform 1000ms;
}
.card-principal.expanded .fa-chevron-down {
  transform: rotate(180deg);
}

.card-deck .card{
  border: none;
}

/*********************** COMPANY INFO NAV *******************/

.company-info-nav{
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  background: -webkit-linear-gradient(45deg, #0C4767 0%, #05abe0 100%);
  background: linear-gradient(45deg, #0C4767 0%,#05abe0 100%);
  border:0;
}

.company-info-nav .overlay, .company-info-nav:after{
  position: absolute;
  width: 100%;
} 

.company-info-nav:after{
  content:"";
  height:100%;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
  top:0;
  transition:all .5s ease 0s  
}

.company-info-nav h3{
  font-weight: bold;
}

.company-info-nav img{
  height: auto;
  width: 100%;
}

.company-info-nav .overlay{
  padding:20px;
  margin-bottom:20px;
  bottom:0;
  z-index:1
}

.company-info-nav p,.company-info-nav h3{
  transform:translateY(50px);
  transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}

.btn-white{
  background-color: white;
  border-color: white;
  color: black;
}


/*-----------------*/
/***** Company *****/
/*-----------------*/

 figure {
  position: relative;
  /*overflow: hidden;*/
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  height: auto;
  background: #003366; 
  text-align: center;
  cursor: pointer;
}

 figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  
}

 figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

 figure figcaption::before,
 figure figcaption::after {
  pointer-events: none;
}

 figure figcaption,
 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.our-company img,
figure.our-company h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.our-company img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

figure.our-company h2,
figure.our-company p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}

figure.our-company h2{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: smaller;
  padding: 15px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  letter-spacing: 0.09rem;
}

figure.our-company p{
  text-transform: none;
  font-size: 60%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.our-company span{
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}


figure.our-company:hover img {
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}

figure.our-company:hover h2 {
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}

figure.our-company:hover p, figure.our-company:hover span{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

span.icon-link{
  position: absolute;
  float: right!important;
  bottom: 0;
  right: 0;
  padding: 15px;
}

.home-partners-section{
  background-image: url('../img/brand-bg.jpg');
  background-size: cover;
  background-position: center;
  padding-bottom: 6rem;
  padding-top: 2rem;
  margin-top: 5rem;
}

.partners-title{
  font-size: 2rem;
  padding: 3rem 0.5rem 0 0;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1rem;
}





/*.company-info-nav{
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #0C4767 0%, #05abe0 100%);
  background: linear-gradient(45deg, #0C4767 0%,#05abe0 100%);
}

.company-info-nav .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.company-info-nav img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
  height: 350px;
}

.company-info-nav h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.company-info-nav h2:hover {
  font-weight: 500;
  
}

.company-info-nav h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.company-info-nav .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  
}

.company-info-nav a, .company-info-nav p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.btn-white{
  background-color: white;
  border-color: white;
  color: black;
}

.company-info-nav img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  
}

.company-info-nav:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  
}

.overlay p:hover, .overlay h2:hover{
  -webkit-transform: translate(10%,40%);
  transform: translate(10%,40%);
  
}

.company-info-nav:hover .overlay:before,
.company-info-nav:hover a, .company-info-nav:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  
}*/
.about-cpd-subtitle{
  width: 100%;
  padding:1.5rem 0 1.5rem 0;
  font-size: 1.35rem;  
}

.about-cpd-subtitle-bottom{
  width: 100%;
  padding: 1.5rem 4rem;
  font-size: 1.1rem;
}

.about-cpd-ul{
  font-size: 1.35rem;
  padding: 0 2rem 0 2rem;  
}

.about-cpd-ul > li{
  font-size: 1.1rem; 
  line-height: 2rem; 
}

.contact-section{
  padding: 4rem 1.5rem;
}

.site-details{
  padding: 0.5rem 0;
}

.site-address, .site-number, .site-email{
  font-size: 0.85rem;
}

.site-address > i{
  padding-right: 0.5rem;
}

.site-number > i{
  padding-right: 0.5rem;
}

.site-email > i{
  padding-right: 0.5rem;
}

.btn-contact-send{
    border-radius: 100px;
    background-image: linear-gradient(87deg,#11cdef,#1171ef)!important;
    color: white;
    border: none;
    padding: 0.6rem;
    min-width: 10rem;
}

div.service-card{
  border-radius: 1rem;
  box-shadow: 2px 2px 10px #e2e2e2;
}

@media (min-width: 992px){

  div.service-card{
    border-radius: 1rem;
    min-height: 409px;
  }

  nav.navbar {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: none;
  }

  .wave{
    margin-top: -12rem;
    position: relative;
    z-index: 3;
  }

  .hero {
    padding: 5rem 0 0 0;
    height: 732px;
    /*background: url(../img/hero-bg.png) no-repeat;*/
    background-size: cover;
    background-position: bottom left;
  }



 .card-deck .card{
    margin: 0 2rem 3rem 3rem;
  } 
}

/*********************** MOBILE STYLES *******************/
/*@media (min-width: 576px) {
  body {
    background-color: #F09A9D; 
  }

  nav.navbar{
  	background: #fff;
  	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.08);
  	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
  	transition: all 0.4s;
  }


  .hero {
    padding: 11rem 0;
  }

  .footer-center > img{
    width: 11rem;
  }

  .copyright{
    margin-top: 2rem;
    padding:1.25rem;
  }

  .card-principal {
    height: 200px;
  }

  .card-principal.expanded {
    height: 300px;
  }

  .principal-logo{
    margin-top: 1rem!important;
  }

  .card-deck .card{
    margin: 0 2rem 4rem 3rem;
  }


}*/

footer{
  background: linear-gradient(87deg,#11cdef,#1171ef)!important;
  color: white;
}

ul.list-unstyled > li > a{
  color:white;
}

/* Tablet Styles */
/*@media (min-width: 768px) {
  body {
    background-color: #F5CF8E;
  }

  nav.navbar{
  	background: #fff;
  	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.08);
  	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
  	transition: all 0.4s;
  }

  .hero {
    padding: 5rem 0 7rem;
    padding-top: 5rem;
  }

  .card-principal {
    height: 200px;
  }

  .card-principal.expanded {
    height: 300px;
  }

  .principal-logo{
    margin-top: 1rem!important;
  }
}*/

/* Desktop Styles */
/*@media only screen and (min-width: 961px) {
  body {
    background-color: #B2D6FF; 
  }

  .hero {
    padding: 5rem 0 7rem;
    padding-top: 5rem;
  }
}*/

/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{
  width:100%;
  position:absolute;
  left:0
}
.box16:after{
  content:"";
  height:100%;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
  top:0;
  transition:all .5s ease 0s
}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{
  background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:auto}
.box16 .box-content{
  padding:20px;
  margin-bottom:20px;
  bottom:0;
  z-index:1}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.box16 .post{display:block;padding:8px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
/*.box16:hover .post,.box16:hover .title{transform:translateY(0)}*/
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}