
body {
  padding-top: 56px;
}

header{align-content: center}

h1{
    align-content: center;
    color: white;
}

h3{
    color: black;
}

	@media all and (min-width: 992px) {
		.navbar{ padding-top: 0; padding-bottom: 0; }
		.navbar .has-megamenu{position:static!important;}
		.navbar .megamenu{left:0; right:0; width:100%; padding:20px; padding-left: 100px; }
		.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
	}

.navbar {
    background-color: #0C295D;
    align-content: center;
}

.carousel-caption{
    color: white;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-2 {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-3 {
  height: 15vh;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.breadcrumb {
    list-style-image: none;
}
  .breadcrumb-item+.breadcrumb-item::before {
    content: " / ";
  }



.btn-primary {
    background-color: #0C295D;
    border-color: #0C295D;
}

.btn-outline-primary {
    background-color: #FFFFFF;
    border-color: #0C295D;
    color: #0C295D;
}





.share-button{
   text-transform: uppercase;
   border: 2px solid #0c295d;
   display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 178px;
    height: 40px;

    text-transform: uppercase;
    font-size: 14px;
}
.share-button a{
   color: #0C295D;
    font-size: 12px;
   display: block;
   text-decoration: none;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 26px;
   padding: 7px 13px 7px 13px;
}
.share-button > a:after{
   font-family: FontAwesome;
   font-size: 14px;
   color: #0C295D;
   content: "\f064";
   margin-left: 10px;
}
.share-button > a:hover,
.share-button > a:hover:after,
.share-button .icon-wrapper ul li a:hover i{
    color: #0C295D;
}
.share-button .icon-wrapper ul li:last-child a:hover i{
    color: #0C295D;
}
.share-button .icon-wrapper{
    position: absolute;
    left: -286px;
    top: 0;
    width: 286px;
}

.share-button .icon-wrapper > a{
    display: inline-block;
}
.share-button a.hidden{
    display: none;
}
.share-button.active .icon-wrapper{
    max-height: 40px;
}
.share-button .icon-wrapper ul{
    padding-left: 0;
    margin: 0;
    height: 40px;
}
.share-button .icon-wrapper ul:after{
    clear: both;   
}
.share-button .icon-wrapper ul li{
    float: left;
    display: inline-block;
}
.share-button .icon-wrapper ul li:last-child{
    float: right;
}
.share-button .icon-wrapper ul li a i{
    color: #0C295D;
    font-size: 14px;
}
.share-button .icon-wrapper ul li:last-child a{
    background-color: #0C295D;
}
.share-button .icon-wrapper ul li:last-child a i{
    color: #0c295d;
    position: relative;
    left: 1px;
}









.fab {
  font-size: large;
 border-radius: 2;
}

.btn-facebook{
  background: #3B5998;
  color: white;
}
.btn-facebook:hover{
  opacity: 0.9;
  background: #3B5998;
  color: white;
transform: scale(1.1);
}
.btn-linkedin {
  background: #2867B2;
  color: white;
}
.btn-linkedin:hover{
  opacity: 0.9;
  background: #2867B2;
  color: white;
transform: scale(1.1);
}
.btn-whatsapp {
  background: #25D366;
  color: white;
}
.btn-whatsapp:hover{
  opacity: 0.9;
  background: #25D366;
  color: white;
transform: scale(1.1);
}
.btn-twitter {
  background: #55ACEE;
  color: white;
}
.btn-twitter:hover{
  opacity: 0.9;
  background: #55ACEE;
  color: white;
transform: scale(1.1);
}



.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}



/* Counters */


.count {
	font-size: 45px;
    vertical-align: center;
}






.portfolio-item {
  margin-bottom: 30px;
}


/* Pagination links */
.pagination a {
    align-content: center;
    color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}



