/* 
:root {
  --primary-color: #05498D; 
  --secondary-color: #1779ba;
  --highlight-color: #fff;
  --warning-color: #F59F1D;
  --alert-color: #ff4500;
  --success-color: #376e37;
  --body-font-family: "Lato", sans-serif;
  --heading-font-family: "Plus Jakarta Sans";
  --heading-font-weight: 600;
  --body-background-color: #fcfcfe;
  --body-font-size: 18px;
  --case-study-background-color: #4a8bdf;
  --link-color: #1779ba;
  --link-hover-color: #4a8bdf;
  --off-white: #fefefe;
  --light-grey: #e6e6e6;
  --medium-grey: #767676;
  --dark-grey: #222222;
  --bright-grey: #e6e6e6;
  --neutral-black: #121212;
  --button-background-color: #1779ba;
  --casestudy-card-bg-color: #CBDAE1;
  --thunbnail-title-size: 30px;
  --thunbnail-title-weight: 600;
  --alternate-light-grey: #f2f9f9;
}
*/
/* old secondary color: #96C2DB;  old primary  #002952; */

/* #ecf1f8 */
/*
full banner
margin: 4rem;
    border: 2px solid var(--light-grey);
    border-radius: 32px;

*/


body {
  background-color: var(--body-background-color);
}

@media (max-width: 1480px) {
  .home-img img {
    max-width: 100%;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--primary-color);
}

.myname {
  font-weight: 700;
  font-size: 1.4rem;
}

p {
  font-size: var(--body-font-size);
  line-height: 1.8;
}

.w-90 {
  width: 90%
}

.w-100 {
  width: 100%
}

figcaption {
  text-align: center;
  margin-top: 2rem;
  font-style: italic;
  font-size: 1.1rem;
}

.primary-color-background {
  background-color: var(--primary-color);
}

.primary-color-text {
  color: var(--primary-color);
}

.secondary-color-background {
  background-color: var(--secondary-color);
}

.secondary-color-text {
  color: var(--secondary-color);
}

.myintro-text {
  font-size: 24px;
}

/*----------------- Spacers ------------------------*/

.module {
  margin: 50px 0;
}

/*----------------- Footer ------------------------*/
.copyright {font-size: small;
    color: #999; margin:0;}
 .follow h4 {font-size:1.4rem}

/*----------------- FEATURES ------------------------*/

.project {
  justify-content: center;
  border-radius: 22px;
  margin-bottom: 4.5rem;
  border: 2px solid #ccc;
  padding: 20px 15px;
}

.portfolio-text {
  margin-top: 2rem;
  margin-left: 2.5rem;
}

.portfolio-text-right {
  margin-top: 2rem;
  margin-right: 2.5rem;
}

.portfolio-thumb {
  padding: 20px;
  background-color: var(--casestudy-card-bg-color);
  border-radius: 22px;
}

.p-card:hover .project {
  border-color: var(--primary-color);
}

.p-card:hover .portfolio-thumb img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .menu .menu-link {
  font-weight: var(--heading-font-weight);
  font-size: 16px;
  line-height: 75px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
  display: inline-block;
}

.menu .menu-link:hover {
  color: var(--primary-color);
}

.menu li {
  font-weight: 600;
  font-size: 16px;
  line-height: 75px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  color: var(--neutral-black);
  padding: 0px;
  display: inline-block;
  margin-right: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 40em) { 

.menu li {margin-right:20px}
.menu .menu-text {padding:0}
.dropdown.menu > li > a {
    padding: 0.7rem 0;
}


} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen {
.menu li {margin-right:20px}
.menu .menu-text {padding:0}
.dropdown.menu > li > a {
    padding: 0.7rem 0;
}
}

.title-bar {
    background: var(--primary-color);
}

.portfolio-list .filters ul li:hover,
.portfolio-list .filters ul li.active {
  color: #008080;
}

.portfolio-list.filters ul li {
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--neutral-black);
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.download-cv {
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(to right, var(--primary-color) 0%, #008080 100%), radial-gradient(circle at top left, var(--primary-color), #008080);
  border: double 2px transparent;
  box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3);
}

.btn-link {
  padding: 1rem 2rem;
  font-size: 20px;
  font-weight: bold;
}

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

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

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

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}


.header.navbar-fixed .topnav {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: var(--white-color);
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.portfolio-work-home {padding:0 1rem;}
/* portfolio page */

.portfolio-header-container {
  padding: 3rem 1rem;
  background-color: var(--casestudy-card-bg-color);
}

.pageheader-container .page-header-text, .portfolio-header-container  .page-header-text {
  color: var(--dark-grey);
  font-size: 50px;
  font-family: var(--heading-font-family);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}


.feature-accent {    
  background-color: var(--primary-color);
    padding: 60px 0;
    border-radius: 20px;
  }

.feature-accent figcaption {color:#fff}

.portfolio-preview a:hover .image-container img {
  /* filter: none; */
  transform: translateY(-65%);
  opacity: 1;
}

.overview-container {
  margin: 40px auto 0;
}

.overview-text {
  padding-right: 20px;
}

.client-info {
  padding-left: 50px;
}

.overview-text h3, .client-info h3 {margin-top:3rem;}
.client-info ul li {
  line-height: 2rem;
  list-style-type: square;
}

.product-overview-heading, .project-overview h3  {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.image-demo-container {
  background-color: var(--casestudy-card-bg-color);
  min-height: 300px;
  padding: 40px 0;
  box-shadow: inset 5px 5px 10px rgba(250, 250, 250, 0.3);
  border-top: 1px solid var(--medium-grey);
  border-bottom: 1px solid var(--medium-grey);
}

.image-container {margin-bottom:60px}
/*
.point-icon {
    height: 150px;
    width: 153px;
   // border: 10px solid #00abe4;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}*/
.point-icon svg {
  width: 90px;
  fill: var(--primary-color);
}

.research-finding {
  padding: 10px 18px;
}

.research-finding h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.image-demo-inner {
  padding: 40px 0
}

/* Spacing and Utilities */

.section-margin-top {
  margin: 150px 0 60px 0;
}

.section-margin-50 {
  margin: 50px 0 60px 0;
}

.section-margin-bottom {
  margin: 0 0 150px 0;
}


.content-block {
  margin-top: 40px;
}

.padding-left {
  padding: 0 0 0 20px;
}

.padding-right {
  padding: 0 20px 0 0;
}


/* PORTFOLIO  */

.p-card {
  color: var(--neutral-black);
  font-size: 1.13rem;
}

.portfolio-card-heading {
  font-weight: 600
}

.heading-level2 h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 800
}

.secondary-page-header {
  font-size: 1.5rem
}

.portfolio-list {
  padding-bottom: 120px;
  padding-top: 50px;
}

.portfolio-text-content p {
  color: var(--dark-grey);
  font-size: 18px;
}

@media (max-width: 991px) {
  .portfolio-list {
    padding-bottom: 50px;
  }
}

.portfolio-list .filters ul {
  padding-left: 0;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .portfolio-list .filters ul {
    margin-bottom: 20px;
  }
}

.portfolio-list .filters ul li {
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--neutral-grey);
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-list .filters ul li:hover,
.portfolio-list .filters ul li.active {
  color: #008080;
}

@media (max-width: 767px) {
  .portfolio-list .filters ul li {
    margin-right: 20px;
  }
}

.portfolio-content {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .portfolio-content {
    margin-bottom: 35px;
  }
}

.portfolio-content .portfolio-text-content {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .portfolio-content .portfolio-text-content {
    margin-top: 20px;
  }
}

.portfolio-content .portfolio-text-content h4 {
  text-transform: uppercase;
  font-size: var(--thunbnail-title-size);
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
}

.portfolio-content .portfolio-text-content a {
  color: #000000;
}

.portfolio-piece {
  position: relative;
  border-radius: 16px;
}

.portfolio-piece .overlay {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-piece .icon {
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-piece .icon span {
  font-size: 100px;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  color: #ffffff;
  cursor: pointer;
}

.portfolio-piece:hover .overlay {
  background: rgba(77, 87, 222, 0.5);
}

.portfolio-piece:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}

.brand-area {
  background-image: linear-gradient(rgba(236, 236, 246, .5), rgba(236, 236, 286, .9));
  padding-top: 40px
}

.single-brand-item {
  width: 150px;
  height: 100px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 767px) {
  .single-brand-item {
    height: 100px;
    width: 140px;
  }
}

@media (max-width: 575px) {
  .single-brand-item {
    margin: 0px auto;
    margin-bottom: 30px;
  }
}

.single-brand-item .d-table-cell {
  vertical-align: middle;
}

.single-brand-item img {
  max-width: 120px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 767px) {
  .single-brand-item img {
    max-width: 100px;
  }
}

.video-container {margin-top:3rem; margin-bottom:2rem;}

.video-container video {max-width:100%;     margin: 0 auto;
    display: block;}

/* === Skills ==== */

.skill-text {
  padding: 0 15px;
}

.skill-icon {}

.skill-heading {
  display: block;
  text-align: center;
}

.skill-icon img {
  display: block;
  margin: 0 auto;
}

/* .single-brand-item:hover {
    border: 1px solid transparent;
    box-shadow: 0px 8px 30px rgba(118, 85, 225, 0.15); }
    .single-brand-item:hover img {
      filter: brightness(0%);
      -o-filter: brightness(0%);
      -ms-filter: brightness(0%);
      -moz-filter: brightness(0%);
      -webkit-filter: brightness(0%); }
      */

.client-info .lage {
  color: #008080;
  color: #008080;
  font-family: var(--heading-font-family);
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
  position: relative;
  z-index: 9;
}

.client-info .smll {
  text-align: left;
  color: #000000;
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-left: 20px;
}

.case-study-card {
  border-radius: 20px;
}

.card-section.card-thumbnail {
  background-color: var(--light-grey);
  padding: 2rem;
  border-radius: 10px;
}

.case-study-card .case-study-card-heading {
  line-heiight: 1.2
}

.case-study-content {
  margin-bottom: 60px
}

.feature-inner {
  width: 80%;
  margin: 0 auto;
}

.feature-item {
  margin-top: 40px
}

.skill-icon {
  height: 60px;
  width: 63px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}

.skill-icon img {
  height: 80px;
  width: 80px
}

.skill-text {
  margin: 0 25px;
}

.skill-heading {
  font-size: 16px;
  text-transform: uppercase;
}

.message-text {
  height: 300px
}

.portfolio-piece {
  padding: 2rem;
  max-width: 100%;
  background-color: var(--light-grey);
}

.img-fluid.portfolio-img:hover {
  transform: scale(1.1)
}

.img-fluid.portfolio-img {
  transition: transform .4s ease-in-out
}

/* sections */

.more-info {
  margin-top: 120px;
}

.more-heading {
  font-size: 2rem;
  margin-bottom: 40px;
}

/* images & body-content */

.figcaption {
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-style: italic;
}

.heading2 h2 {
  margin: 3rem 0 3rem 0;
  text-transform: uppercase;
}

.heading3 h3 {
  margin: 2rem 0 1rem 0;
}

/* {height:calc(100% - 0.5rem)}*/

.contact-info {
  margin-top: 80px
}
.contact-container {padding:0 2rem;}
/* modules */

.full-image {
  margin: 3.2rem 0;
}

.double-image-container {
  margin: 3.2rem 0;
}

/* backgrounds */

.lightgrey {
  background-color: var(--light-grey);
}

.more-work {
  border-radius: 15px;
  padding: 1.3rem 3rem;
  border-width: 2px;
  font-size: 1.5rem;
  font-weight: 600;
}

.more-work:hover {
    background-color: var(--link-hover-color);
    color: #fff;
}

/* ---------- ABOUT PAGE ------------*/


.education-section,  .awards-section {margin-left:60px;}
.awards-section {margin-top:50px}
.biography {margin-top:100px;}
.resume.section {margin-top:60px}
.education-item {
    margin-top: 30px;
    border-left: 3px solid var(--primary-color);
    padding: 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.degree h3, .award-category h4 { 
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
 }
.award-type {
text-transform: uppercase;
margin-bottom: 15px;
}
.awards-item {    
margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    }
    
.award-work {    line-height: 1.5;
    margin-top: 10px;}
    
.award-work h3 {
  font-size: 1rem;
    color: var(--dark-grey);
    }
 
.resume .resume-section .work-timeline {
    position: relative;
}

.resume .resume-section .work-timeline .timeline-track {
    position: absolute;
    left: 1rem;
    top: 2rem;
    bottom: 2rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--secondary-color),
 color-mix(in srgb, var(--secondary-color), transparent 70%));
}

.resume .resume-section .work-timeline .experience-item {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2.5rem;
}

.resume .resume-section .work-timeline .experience-item .timeline-point {
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%;
    left: 7px;
    padding: 0;
    margin: 0;
}
.resume .resume-section .work-timeline .experience-item .work-content {
    border: 1px solid
 color-mix(in srgb, var(--medium-grey), transparent 90%);
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}
.resume .resume-section .work-timeline .experience-item .work-content .job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
    line-height: 1;
}
.resume .resume-section .work-timeline .experience-item .work-content .organization {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.resume .resume-section .work-timeline .experience-item .work-content .job-header .year {
    color: var(--primary-color);
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}
.resume .resume-section .work-timeline .experience-item .work-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.resume .experience-item .job-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.resume .experience-item .achievements {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.resume .experience-item  .achievements li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    list-style:none;
}
.resume .experience-item .achievements li::before {
    content: "►";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary-color);
    font-weight: bold;
}


    