body {
	font-size: 1rem;
	background:#f9faff;
	color: #034754;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Raleway';
	padding-top: 119px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #008386;
}

h2:not(.fw-bold) {
	padding-bottom: 3rem;
}

h2 span {
	color: #034754;
}

#voices h2 span {
	color: #fff;
}

a {
	color: #b8e677;
}

a:hover, a:active{
	color: #93b75f;
	text-decoration: none;
}

.container {
    max-width: 1170px;
}

#page {
	margin-top: -119px;
}

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

section {
	padding: 30px 15px;
}

.btn-primary {
	background: #04d9df;
	outline: none;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	color: #034754;
	font-weight: 600;
	padding: 0.375rem 1.5rem;
	transition: all .5s ease-in-out;
}

.btn-secondary {
	background: rgb(218 235 193 / 38%);
	padding: 5px 7px;
	outline: none;
	border: none;
	box-shadow: none;
	color: #034754;
	font-size: .9rem;
	font-weight:600;
}

.btn-primary:hover, .btn-secondary:hover {
	background: #b8e677;
	color: #034754;
	outline: none;
	border: none;
	box-shadow: none;
	transition: all .3s ease-in-out;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

@media all and (min-width: 576px) { 
	section {
		padding: 50px 15px;
	}
}

@media all and (min-width: 960px) { 
	section {
		padding: 120px 15px;
	}
	
	.anchor {
		display: block;
		position: relative;
		top: -200px;
		visibility: hidden;
	}
}

/*-- Header --*/

/*-- Header - Menu --*/

#page-sub-header {
	background: #034754;
	position: sticky;
	padding: 5px 0 10px;
    top:0;
	z-index: 21;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
	max-width:100%;
	width:inherit;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

h1 {
	margin: 0 0 10px;
	font-size: 1.5rem;
	padding-top: 1rem; 
}

span.title{
		font-family: 'Raleway', sans-serif;
		color: #b8e677;
		font-size: 1.3rem;
}
h1 a {
	color: #fff;
    font-family: 'Playfair Display';
	display: flex;
}

h1 a:hover, h1 a:active, h1 a:focus {
	color: #fff;
}

h1 a img {
	margin-right: 5px;
}

.h2, h2 {
	font-size: 1.5rem;
}


.logo {
	filter: invert(95%) sepia(15%) saturate(1280%) hue-rotate(26deg) brightness(93%) contrast(93%);
	height: 70px;
	width: 70px;
}

#menu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around; 
}

.navi {
	flex: 0 0 100%;
	width: 100%;
}

#page {
	margin: 0;
}

@media all and (min-width: 960px) {
	
	.h2, h2 {
	font-size: 2.5rem;
}

	
	body {
		padding-top:100px;
	}
	
	#page-sub-header {
		padding: 10px 0;
	}
	
	h1 {
		font-size: 40px;
	}
	
	.navi {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.nav-wrapper, nav, nav ul {
		height: 100%;
	}
	
	nav ul {
		justify-content: space-between; 
	}


	nav ul li {
		align-self: center;
	}


	nav a {
		position: relative;
		font-weight: bold;
	}

	nav a:hover {
		color: #034754;
		text-decoration: none;
	}

	nav a:before{
		content:'';
		position:absolute;
		top: -12%;
		left: -10%;
		width: 121%;
		height: 131%;
		background:#b8e677;
		transition:0.5s;
		transform-origin:right;
		transform:scaleX(0);
		padding: 10px;
		z-index:-1;
	}

	ul a:hover:before{
		transition:transform 0.5s;
		transform-origin:left;
		transform:scaleX(1);
	}

}


	.btn-light {
	background:#034754;
	
	  color: #fff;
	  border-color: #034754;
	  border-radius: 999px;
  }
  
  .btn:hover {
	background: #FF6F30;
	border-color: #FF6F30;
	color: #fff;
  }
  
  .btn-light i {
  margin-right: 1rem
  }
  
  
  .qa-box {
	  background: #008386;
	  color: #fff;
	  padding:2rem;
  }
  
  .qa-box strong {
	  font-size: 1.3rem;
  }
  
    .qa-box .fas {
		color: #b8e677;
	}
  
   .qa-box strong span {
		margin-top: -3px;
		color: #ECF8DA;
   }

.gap-2 {
  gap: .5rem !important;
}

	/* Home */

  #home {
    background-color: #b8e677;
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
  }

  .home-card {
    background-color: #ECF8DA;
    border: none;
    max-width: 400px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .home-card img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-bottom: 2rem;
  }

  .home-card h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	color: #008386;
	font-size:2rem;
  }
  
  .home-card p.job_title {
  font-style: italic;
  font-size: 1.4rem;  
  }
  

  .home-card-footer {
    background-color: #04D9DF;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem;
  }

  .home-card-footer a {
    color: #034754;
    font-size: 1.25rem;
  }
  
  .home-card-footer a:hover{
	color: #FF6F30; 
  }

  .home-header {
    font-family: 'Raleway', sans-serif;
    color: #008386;
	font-size: 1.5rem;
  }

  .home-header span {
    color: #fff;
  }

  .home-subline {
    color: #034754;
	font-weight: 600;
  }


  .more-link {
    color: #008386;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
  }

  .more-link i {
    margin-left: 0.5rem;
  }
  
  .questions {
	  background: #034754;
background: linear-gradient(180deg, rgba(3, 71, 84, 1) 0%, rgba(1, 38, 46, 1) 100%);
box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
  }

/*-- Header End --*/

/*-- Section About --*/

#profile {
	background: #dbebc4;
	background-image: url(../img/shaddow.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.profil-text {
	display:flex;
}

.profil-text p {
	font-weight: 500;
}

.profil-text a {
	color: #008386;
}

.profil-text p:last-child {
	margin-bottom: 0;
}

.text-box {
	align-self: center;
}

.profile-pic {
	position:relative;
}


.profile-pic img {
	margin: 0 auto 30px;
	display:block;
	border: 15px solid #034754;
	position: relative;
    z-index: 2;
}

.h3, h3 {
  font-size: 1.2rem;
}

@media all and (min-width: 768px) {
	
	span.title{
		font-size: 1.9rem;
	}
	.h3, h3 {
  font-size: 1.75rem;
}

.home-header{
	font-size: 2.5rem;
}
	
	.profile-pic img {
		margin: 0;
	}
	.profile-pic:before {
    content: "";
    border: 15px solid #008386;
    height: calc(100% + 14px);
    width: calc(100% - 23px);
    position: absolute;
    left: -31px;
    bottom: -29px;
    z-index: 0;
    right: 0;
}
}

/*-- Section About End --*/

/*-- Section Resume --*/

#resume {
	background: url(../img/shaddow.png) top center no-repeat, url(../img/resume-bg.jpg) top left repeat;
}

#cv_pt {
	background: #b8e677;
	
}

#resume .card-body {
	background: #034754;
}



.subline {
	font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 1.3rem;
}

.resume-card {
	background: #008386;
	color: #fff;
	padding: 15px;
	height: 100%;
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.35);
	
}
.resume-card a {
	color: #fff;
}

.icon-wapper {
	width: 90px;
	height: 90px;
	background: #03d9df;
	border-radius: 50%;
	padding: 15px;
	margin: -98px auto 15px;
	display: none;
}

.icon-wapper {
	display: none;
}

.resume-icon {
	align-self: center;
}

.icon-wapper img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(89deg) brightness(102%) contrast(102%);
	margin: 0 auto;
	display:block;
	max-width:90%;	
    width: 100%;
}

.resume-headline {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.resume-data-label, .video-p b {
	color: #daebc1;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 600;
	flex: 0 0 100%;
	width: 100%;
	font-weight:1.1rem;
	}
	
	.resume-data-info {
		margin-bottom: 15px;
	}

.resume-data-group {
	margin-bottom: 15px;
	display:flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(3 71 84 / 16%); 
	padding-bottom: 10px;
}
.resume-data-group:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.resume-left, .resume-right {
	flex: 0 0 100%;
	width: 100%;
}

.resume-toggle {
	flex: 0 0 100%;
	width: 100%;
}



.card-body ul {
	margin:0;
	padding:0;
	list-style:none;
}

.card-body ul li {
	padding-left: 10px;
	position: relative;
}

.card-body ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	display:inline-block;
	border-radius: 50%;
	background: #daebc1;
	position: absolute;
    left: 0;
    top: 10px;
}

@media all and (min-width: 960px) {
	.resume-card {
		padding:30px;
	}


	
	.resume-left {
		flex: 0 0 40%;
		width: 40%;
	}

	.resume-right {
		flex: 0 0 60%;
		width: 60%;
	}
}

/*-- Section Resume End --*/

/*-- Section References  --*/


.video-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2em;
    }

    .video-card {
	  background: #b8e677;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      transition: transform 0.2s;
    }

    .video-card:hover {
      transform: translateY(-5px);
    }

    .video-wrapper {
      width: 100%;
      aspect-ratio: 9 / 16;
      background: #000;
    }

    .video-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-info {
      padding: 1em;
	  
    }

    .video-title {
      font-weight: bold;
      margin-bottom: 1.5em;
	  font-size: 1.2rem;
	  font-family: 'Playfair Display';
    }

    .video-link {
      margin-top: auto;
      display: inline-block;
      padding: 0.5em 1em;
      background-color: #0077cc;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.3s;
    }

    .video-link:hover {
      background-color: #005fa3;
    }






#references, #references3 {
	background: #c0db9a;
	background-image: url(../img/references-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

#voices {
	background: #034754;
background: linear-gradient(180deg, rgba(3, 71, 84, 1) 0%, rgba(1, 38, 46, 1) 100%);
}


#voices h2 {
	color: #b8e677;
	
}

#voices .subline {
	color: #fff;
}

/*--.video {
	max-width:358px;
}

.video img {
	margin-bottom: 10px;
}

.video-p {
	background: #008386;
	padding: 15px 15px 10px;
	margin-bottom: 50px;
}

.video-p p {
	color: #fff;
}
--*/



    .grid-item {
      margin-bottom: 1rem;
      cursor: zoom-in;
	  position: relative;
  display: inline-block;
		transition: ease-in-out .3s;
    }
	
	.grid-item:hover{
		transform: scale(1.15);
		transition: ease-in-out .3s;
		-webkit-box-shadow: 0px 0px 8px -3px ##034754; 
box-shadow: 0px 0px 8px -3px ##034754;
z-index: 5;
border: 5px solid #034754;
	}
	

	
	.masonry-grid:hover > .grid-item:not(.active) {
		opacity: 70%;
		transition: ease-in-out .3s;
	}


	
	
	
	
    .modal-img, .modal-video {
      max-width: 100%;
      height: auto;
    }
    .masonry-grid {
      column-count: 3;
      column-gap: 1rem;
    }
    @media (max-width: 768px) {
      .masonry-grid {
        column-count: 2;
      }
    }
    @media (max-width: 576px) {
      .masonry-grid {
        column-count: 1;
      }
    }


.modal-header {
	position: relative;
}

.modal-header .btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	font-size: 20px;
}


#referenceModal .modal-header {	
	border-bottom: 0;
	padding:0;
}

:not(#referenceModal) .modal-header {
	border-bottom: 0;
}



.modal-img, .modal-video {
	margin: 0 auto;
  display: block;
  max-height: 800px;
}


.page {
	display: flex;
	flex-wrap:wrap;
	background: #daebc1;
	margin-bottom: 30px;
}

.page > * {
	align-self: center;
	width: 100%;
}

.page img {
	width: 100%;
} 

.page-text {
	padding: 30px
}

.page-what, .page-url {
	display: block;
	font-family: 'Playfair Display';
	font-weight: 600;
}

.page-what {
	font-size: 1.5rem;
}

.page-url {
	color: #008386;
	margin-bottom: 20px;
	font-size: 1.75rem;
	line-height: 100%;
}

.quote {
	display: flex;
	flex-wrap:wrap;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	
	background: #008386;
}


.quote-pic {
	position: absolute;
	width: 90px;
	flex: 0 0 90px;
	top: 0;
	left: 15px;
	top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-pic, .quote-pic img.author {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.quote-pic img:not(.author) {
	position: absolute;
	bottom: -20px;
	right: -15px;
}

.quote-text {
	color: #fff;
	padding: 50px 30px;
}

@media all and (min-width: 1900px) {
	


p.author {
	font-family: 'Playfair Display';
	color: #04d9df;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





@media all and (min-width: 576px) { 
	.page img {
		max-width: 50%;
	} 
	.page {
		flex-wrap:nowrap;
	}
}

@media all and (min-width: 1900px) {
	

	.page > * {
		align-self: center;
		width: 50%;
		flex: 0 0 50%;
	}
	
	.quote-pic {
		width: 130px;
		flex: 0 0 130px;
	}

	
	.quote-pic img.author {
		width: 130px;
		height: 130px;
	}
	
	.quote {
		display: flex;
		flex-wrap:nowrap;
		margin-bottom: 60px;
	}
	
	.quote-text {
		padding: 95px 90px 15px;
	}
	
	.quote-pic img:not(.author) {
		bottom: -55px;
	}
	
}

/*-- Section References End --*/

/*-- Section Contact --*/

#contact {
	background: #ecf8da;
	background-image: url(../img/references-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.linklist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}

.linklist li {
	display: inline-block;
	margin: 0 5px;
}


.linklist li a {
	width: 100px;
    height: 100px;
	display: block;
	background: #b8e677;
	background-size: cover;
	text-align: center;
	font-size:20px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 10px;
	border: 3px solid #fff;
	font-weight: normal;
	transition: all 1s ease-in-out;
}

.linklist li a i {
	font-size: 65px;
	line-height: 100px;
}

.linklist li a:hover {
	background-position: center -20px;
	text-decoration: none; 
	transition: all .3s ease-in-out;
	-webkit-box-shadow: -10px 0px 13px -7px #034754, 10px 0px 13px -7px #034754, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px #034754, 10px 0px 13px -7px #034754, 5px 5px 15px 5px rgba(0,0,0,0);
}

@media (min-width: 1024px) {
	.linklist li{
		flex: 0 0 15%;
	}
}

/*-- Section Contact End --*/


/*-- Footer --*/

footer {
	background: #034754;
	color: #fff;
}

.back-to-top:active, .back-to-top:hover {
    color: #fff;
}

.back-to-top {
	position: fixed;
    bottom: 10px;
    right: 10px;
	font-size: 2.6rem;
	text-align: center;
	
}

.back-to-top i {
	line-height: 48px;
    color: #ffffff;
    background: #b8e677;
	width: 48px;
	height: 48px;
	
    border-radius: 50%;
}

.back-to-top:active, .back-to-top:hover {
	color: #ffffff;
}



/*-- Footer End --*/

.teal {
    background: #008386;
    color: #fff;
}

.teal .page-text {
	color: #034754;
}

.teal .quote-text {
	background: #034754;
}

.teal h3 {
	color: #ecf8da;
}


 