body {
  /*position: relative;*/
}

.itc-nav-above {
  padding-top: 4.9rem;
}

.itc-h2-afix { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility:visible; 
  /*scroll-snap-align: start;*/
}

.itc-nav-bg {
  background-image: url("images/Nav-bg-dk.png");
  background-repeat: repeat-x;
}

@media (max-width: 1199.98px) {
  .itc-nav-bg {
    background-position-y: -14px;
  }
}

@media (max-width: 991.98px) {
  .itc-nav-bg {
    background-position-y: -4px;
  }
}

@media (max-width: 767.98px) {
  .itc-nav-bg {
    background-position-y: -14px;
  }
  
}

/*
@media (max-width: 575.98px) {
  .itc-nav-bg {
    background-position-y: -14px;
  }
}
*/


.itc-navbar-collapse {
  margin-top: -15px;
  /*padding-top: -10px;*/
  padding-bottom: 10px;
  z-index: 10;

  /*
  border-bottom:#322927;
  border-right: #322927;
  border-top: transparent;
  border-left: #322927;
  border-style:solid;
  */
}

.itc-brand-logo {
  content:url("images/itc-header-logo.png");
  /*height: 82px;*/
  max-width:380px;
  /*min-width:300;*/
  min-width: 290px;
  margin-top: 20px;
  margin-right: 5px;
  z-index: 12;
}


p {
  text-align: justify;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  color: #120505;
}

.itc-body-dark p {
  /*
  text-align: justify;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  */
  color: #f5f3f3;
}

h1 {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #120505;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

h5 {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
  color: #120505;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

h6 {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: #120505;
  padding-top: 1.3rem;
  padding-bottom: 4rem;
}

h2.card-name {
  font-family: "orpheuspro", serif;
  font-size: 1.8rem;
  text-align: left;
  padding-top: 1rem;
}

.nav-link {
  opacity: .6;
  transition: opacity .17s linear;
}

.nav-link:hover {
  opacity: .9;
  transition: opacity .17s linear;
}

/*
.nav-link .active {
  opacity: 1;
}
*/

.active {
  opacity: 1;
  transition: opacity .17s linear;
}

.nav-link:current {
  opacity: 1;
}

.itc-menu {
  height: 2.5em;
  margin-left:2.5em;
  margin-top:.9em;
}

.itc-menu-img {
  height: 1.4rem;
}

.itc-row-spacer {
  height:2em;
}

.itc-bg-dark {
  background-color: #252324;
  /* background-color: #2a2829; */
  /* background-color: #3a2e2c; */
}

.itc-bg-medium {
  background-color: #e9e4e4;
}

.itc-h1 {
  /*background-color: #3a2e2c;*/
  /*margin-top:6em;*/
  padding-top:2em;
  padding-bottom: 1em;
  /*height:12em;*/
}

.itc-h-dark {
  color: #f5f3f3;
}


.itc-h2 {
  /*background-color: #3a2e2c;*/
  /*margin-top:6em;*/
  padding-top:2em;
  padding-bottom: 1em;
  /* height:12em; */
  font-size: 2em;
  color: #f5f3f3;
}



.itc-body-dark {
  /*background-color: #3a2e2c;*/
  /*margin-top:6em;*/
  /*padding-top:2em;
  padding-bottom: 1em;
  */
  /*height:12em;*/
  color: #f5f3f3;
}
.navbar-custom {
  z-index: 99;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color:antiquewhite;
}

.itc-header-img-tagline {
  content:url("images/TagL-Home.png");
  max-width:800px;
  min-width:370px;
  margin-top: .14rem;
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 2em;
}

.itc-header-img {
  max-height: 2.7rem;
  min-height: 1.8rem;
  padding-left: 1.9em;
  margin-top: 1.5rem;
}

@media (max-width: 575.98px) {
  .itc-header-img {
    max-height: 2.3rem;
  }
}



.main-background {
  background-color: #f3f0f0;
}

.main-background body {
  background-color: #f3f0f0;
}

.itc-main-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*
html {
  background-color: #f3f0f0;
}
*/

.navbar-collapse {
  flex-grow: unset;
  padding-left: 10px;
}

.itc-logo {
  max-width:80px;
  min-width:50px;
  margin-left: 5em;
  margin-bottom:1.5em;
  float:right;
}

.itc-journey-img {
  display: flex;
  width:100%;
  max-width:550px;
  min-width:280px;

  /*margin-left: 5em;*/
  margin-bottom:1.5em;
  padding-right: 0;
  float:center;
}

@media (max-width: 767.98px) {
  .itc-journey-img {
    max-width: 100%;
    /*max-width: 370px;*/
    min-width: 370px;
  }
}

.itc-footer {
  padding-top:4rem;
  padding-bottom: 1rem;
}

.itc-footer-tail {
  padding-bottom: 4rem;
}

.itc-footer-logo {
  max-width:46px;
  min-width:30px;
  margin-left: 0px;
  margin-bottom: 1em;
  margin-bottom:1.5em;
  /*float:right;*/
}

.itc-footer-logo-col {
  min-width: 60px;
  padding-left: 10px;
}

.itc-footer-text-col {
  color: #f5f3f3;
}

.itc-footer-text-message {
  vertical-align: bottom;
  font-size: 1rem;
  color: #f5f3f3;
  margin-bottom: .5rem;
}

.itc-footer-text-copyright {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .8rem;
  color: #bc5632;
  padding-bottom: .5rem;
}

.image-viewport {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 2.1rem; 
  }
  h5 {
    font-size: 1.9rem; 
  }
  p {
    font-size: 1rem;
  }
  .itc-footer-text-message {
    font-size: .7rem;
  }
  .itc-footer-text-copyright {
    font-size: .7rem;
  }

  .itc-logo {
    margin-left: 2rem;
  }
}







.itc-contact-info {
  text-align: left;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flexbox;
  align-self: flex-end;
}
.itc-contact-info h3 {
  font-weight: 400;
  font-size: 1.38rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.itc-contact-info p {
  font-size: 1.55rem;
  font-weight: 500;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.itc-contact-info button {
  margin-bottom: 4rem;
  margin-top: 1rem;
}

/*
.itc-contact-btn-p p {
  padding-bottom: 0px;
  padding-top: 0rem;
  margin-bottom: 0rem;
  margin-top: 0px;
}
*/

/*
.itc-contact-info .btn {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
*/

@media (max-width: 767.98px) {
  .itc-contact-info p {
    font-size: 1.1rem;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2rem;
  }
}

@media (max-width: 991.98px) {
  .itc-contact-form-info img:first-child {
    margin-top:1.5rem;
  }
}


.itc-contact-form div {
  padding-bottom: 1rem;
  margin-top: .1rem;
}

.itc-about-contact textarea {
  height: 100px;
}

.itc-contact-form-info {
  text-align: left;
  padding-left: 4em;
  /*
  border-left: #393939;
  border-left-width: 2px;
  */
  padding-top: 0;
  padding-bottom: 1rem;;
  margin-bottom: 1rem;
}

.itc-contact-form-info h4 {
  font-size: 1.3rem;
  padding-top: .2rem;
  font-weight: 600;
}

.itc-contact-form-info img {
  height: 35px;
  margin-bottom:.6rem;
  margin-left: 2px;
}

.itc-contact-form-info p {
  font-size: 1rem;
  padding-top: 0px;
  padding-bottom: .5rem;
  padding-left: 0;
}

.itc-contact-form-message p {
  font-size: 1rem;
  padding-top: 0px;
  padding-bottom: .5rem;
  padding-left: 0;
}

.itc-contact-form-message i {
  font-size: 1.1rem;
}

.itc-contact-form-info hr {
  padding-bottom: 1rem;
  margin-left: 30px;
}

.itc-contact-form-info a {
  color: #f26936; /*#bc5632#008CC9;*/
  text-decoration: none;
}

.itc-contact-form-info span {
  padding-left: 1em;
}

.itc-cfi-em-p {
  margin-bottom: 0rem;
}

.itc-contact-reCaptcha {
  margin:0 auto; 
  width:304px; 
  height : 78px;
}

.itc-form-label {
  padding-left: 200px;
  color: red;
  display: none;
}


.itc-img-cover{
  object-fit: cover;
  object-position: center;
}

/*
.itc-img-cover:hover {
  background-size: 105%;
}

.card-img-top:hover {
  background-size: 105%;
}
*/

.card {
  background-color: transparent;
  width: 90%;
}

.card-name {
  color: #f3f0f0;
  justify-content: left;
}

.itc-section-bottom {
  padding-bottom: 4rem;
}

.itc-hero {
  float: left;
  width: 100%;
  height: 32rem;
  overflow: hidden;
  background-size: 100%;
  background-image: url(images/AdobeStock_651075819.jpg);
  background-position: center 0px;
  background-repeat:repeat-x;
  transition: background-size 2.5s;
}

@media (max-width: 1699.98px) {
  .itc-hero {
    height: 30rem;
  }
}

@media (max-width: 1399.98px) {
  .itc-hero {
    height: 25rem;
  }
}

@media (max-width: 1199.98px) {
  .itc-hero {
    height: 20rem;
  }
}

@media (max-width: 991.98px) {
  .itc-hero {
    height: 16rem;
  }
}

@media (max-width: 767.98px) {
  .itc-hero {
    height: 13rem;
  }
}

@media (max-width: 575.98px) {
  .itc-hero {
    height: 9.5rem;
  }
}


.itc-hero:hover {
  transition: background-size 1.5s;
  background-size: 101%;
}

.itc-hero:default {
  background-size: 101%;
}

.itc-hero-text img {
  max-width: 700px;
  min-width: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
  padding-left: 4em;
}

.itc-hero-text-background {
  background-color: rgba(233, 228, 228, .5);
  width: 100%;
  /* padding-left: 8em; */
}

.itc-hero-bottom-aligner {
  height: 50%;
  vertical-align: bottom;
  
}

.itc-hero-container {
  height: 100%;
}

.itc-about-hero-text p {
  color:#e9e4e4;

}

.itc-about-hero {
  /*float: left;*/
  width: 100%;
  height: 12rem;
  overflow: hidden;
  background-size: 100%;
  background-image: url(images/AdobeStock_634404782-sm.jpg);
  background-position: center 0px;
  background-repeat:none;
  transition: background-size 2.5s;
}

.itc-about-hero-bottom-aligner {
  
  height: 50%;
  vertical-align: bottom;
  
}

@media (max-width: 767.98px) {
  .itc-about-hero {
    height: 9rem;
  }
}

@media (max-width: 575.98px) {
  .itc-about-hero {
    height: 7.6rem;
  }
  .itc-about-hero-bottom-aligner {
    height: 40%;
  }
}

.itc-about-hero:hover {
  transition: background-size 1.5s;
  background-size: 101%;
}

.itc-about-hero:default {
  background-size: 101%;
}

.itc-about-hero-text img {
  max-width: 700px;
  min-width: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
  padding-left: 4em;
}

.itc-about-hero-text-background {
  background-color: rgba(2, 32, 40, 0.5);
  width: 100%;
  /* padding-left: 8em; */
}

.itc-about-hero-bottom-border {
  background-color: rgba(2, 32, 40, .8);
  width: 100%;
  height: .1rem;
  margin-top: 2.5rem;
}

.itc-about-hero-text-background h5 {
  padding-left: 1.8em;
}

.itc-about-hero-container {
  /*height: 100%;*/
}



.itc-bio {
  color: #f5f3f3;
}

.itc-bio p {
  text-align: left;
  height: 17rem;
}

@media (max-width: 1399.98px) {
  .itc-bio p {
    height: 19rem;
  }
}

@media (max-width: 1199.98px) {
  .itc-bio p {
    height: 12rem;
  }
}

@media (max-width: 991.98px) {
  .itc-bio p {
    height: 16rem;
  }
}

@media (max-width: 767.98px) {
  .itc-bio p {
    height: 11rem;
  }
}

@media (max-width: 575.98px) {
  .itc-bio p {
    height: 12rem;
  }
}

@media (max-width: 479.98px) {
  .itc-bio p {
    height: 15rem;
  }
}

@media (max-width: 429.98px) {
  .itc-bio p {
    height: 17rem;
  }
}

.fa {
  /* color: white;
  background-color: black; */
  background-color: transparent!important;
  height: 40px;
  transition: 0.2s;
}

.fa:hover {
  opacity: 1;
  transition: 0.2s;
}

.fa-linkedin {
  background-color: #0077B5;
  opacity: 0.8;
}

.fa img {
  width: 40px;
}

.itc-ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

.itc-ul-1 {
  list-style-type: none;
}

.itc-li-0 {
  background: url('images/li-1.png') no-repeat left top;
  background-size: 1rem;
  background-position: .2rem .35rem;
  padding-top: 0px;
  background-position-x: 0px;
  padding-left: 30px;
  margin-left:30;
  padding-bottom: .7rem;
  font-weight: 400;
  font-family: "neue-haas-grotesk-text", "sans-serif";
  margin-right:10px;
  text-align: justify;
}

.itc-li-1 {
  background: url('images/li-0.png') no-repeat left top;
  background-size: .55rem;
  background-position: .2rem .6rem;
  padding-top: 0px;
  padding-left: 28px;
  padding-bottom: .4rem;
}

h5.card-title {
  font-size: 1.6rem;
  padding-top: .3rem;
  padding-bottom: .5rem;
  /*background-color: rgba(2, 32, 40, .1);*/
}

.form-floating>label
{
  left:auto;
}

.itc-adv-col .col .card {
  /*background-color:#fdfbfb;*/
  border-radius: 1em;
  border-color: rgba(136, 129, 132, .6);
  border-width: 1px;
}

.itc-aop-card {
  overflow-y:hidden;
  height: 28rem;
  background-size: cover;
  border-style: none;
  
  transition: opacity .17s linear;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 18rem;
  transition: padding-top .5s ease, background-position .2s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);

}


/*
.itc-aop-card .card {
  ;
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}
*/
/*
.itc-aop-card .card-body {
  ;
}
*/

.itc-aop-card .card-title {
  background-color: rgba(2, 32, 40, 0.7);  
  background-position-y: center;
  background-size: 3rem;
  position: relative;
  margin-left:-16px;
  padding-left:16px;
  margin-right:-16px;
  padding-right:16px;
}

.itc-aop-card h5.card-title {
  font-size: 2rem;
  color: #f5f3f3;
  /*transition: margin-top .3s ease;*/
}

.itc-aop-card .card-text {
  font-size: 1rem;
  background-color: rgba(37, 35, 36, .70);  
  /*background-color: 252324*/
  padding-bottom: 22rem;
  margin-top:-8px;
  padding-top:8px;
  margin-left:-16px;
  padding-left:26px;
  margin-right:-16px;
  padding-right:26px;
  font-size: 1rem;
}

.itc-aop-card .card-text p {
  font-size: 1rem;
}

.itc-aop-card .card-text img {
  opacity: .9;
  width:40%; 
  min-width: 160px;
}

.itc-aop-left img {
  float: left; 
  margin-right:1em; 
}

.itc-aop-right img {
  float: right; 
  margin-left:1em; 
}

.itc-aop-card:hover {
  /*opacity: 1;
  transition: opacity .17s linear;*/
  padding-top: 0rem;
  /*transition: padding-top .3s linear;*/
  background-position: -1px -1px;
  transition: padding-top .5s ease, background-position .2s linear;
}

@media (max-width: 575.98px) {
  .itc-aop-card {
    height: 33rem;
    padding-top: 20rem;
  }
  .itc-aop-card .card-text {
    font-size: .9rem;
  }
  .itc-aop-card .card-text p {
    font-size: .9rem;
  }
}

