/*
  Author: Cheryl Clark
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  /*color: #3F2c1F;*/
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3f2c1f;
  margin: 0 0 20px 0;
  padding: 0;
}

h3.blog-title{
  padding: 10px 0 0 20px;
  color: white;
}

h3.webapp-title{
  padding: 10px 0 0 20px;
}

#header.header-fixed {
  /*background: rgba(52, 59, 64, 0.9);
  background: rgba(0, 89, 101, 0.9);*/
  background: rgba(0, 0, 128, 0.9);
  padding: 20px 0px;
  padding-bottom: 10px;
  height: 72px;
  transition: all 0.5s;
}

a {
  /*color: #2dc997;
  color: #b28c9b;
  color: #9ee8f3;
  color: #2D4245;*/
}

.makeit-a {
  /*color: #2dc997;
  color: #b28c9b;
  color: #9ee8f3;*/
  color: #FFFFFF;
}

a:hover, a:active, a:focus {
  /*color: #2dca98;
  color: #b28c9b;*/
  color: #9ee8f3;
  outline: none;
  text-decoration: none;
}

.content-font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	/*color: #4D949E;*/
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 4%;
	font-size: 20px;
}

.content-font-blog {
	font-family: 'Crimson Pro', serif;
	font-weight: 300;
	/*color: #4D949E;*/
	/*margin-left: 15%;*/
	margin-right: 15%;
	font-size: 20px;
}

.main-content-font {
    font-family: 'Crimson Pro', serif;
    font-weight: 40;
    /* color: #4D949E; */
    color: #ffffff;
    font-size: 19px;
	/*padding-top: 20px;*/
}

.top-minus {
    margin-top: -20px;
    /*margin-left: 6.5px;
	margin-right: 2px;*/
}

.content-font-strong {
	font-family: 'Crimson Pro', serif;
	font-weight: 500;
	font-size: 30px;
	/*color: #4D949E;*/
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

/******** Services ********/

#about .about-container .title {
  /*color: #333;*/
  color: #3f2c1f;
  font-weight: 700;
  font-size: 32px;
}


.nav-menu ul li a {
  padding: 10px;
  /*color: #333;*/
  color: #3f2c1f;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

p {
  padding: 0;
  /*margin: 60px 0 30px 0;*/
  color: #3f2c1f;
}

p.subcategory {
  padding: 0;
  margin: 0 0 30px 0;
  /*color: #3f2c1f;*/
  color: #ffffff;
}

#about .about-container .icon-box .title a {
  /*color: #111;*/
  color: #3f2c1f;
}

.section-header .section-title {
  font-size: 32px;
  /*color: #111;*/
  color: #3f2c1f;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

/*** Used with the Web App (Beta) link addition **/
/*#team h3{
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #3f2c1f;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
  margin: 10px 0 20px 0;
  padding: 0;
}*/

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  /*color: #999;*/
  color: #8f786a;
}

#services .title a {
  /*color: #111;*/
  color: #3f2c1f;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  /*color: #666666;*/
  color: #3f2c1f;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
/******** Word Changing ********/

.rw-sentence span{
	/*color: #444;*/
	color: #8f786a;
	white-space: nowrap;
	font-size: 200%;
	font-weight: normal;
}

.rw-words span:nth-child(2) { 
	animation-delay: 3s; 
	color: #001619;
}
.rw-words span:nth-child(3) { 
	animation-delay: 6s; 
	color: #005965;	
}
.rw-words span:nth-child(4) { 
	animation-delay: 9s; 
	color: #006B79;
}
.rw-words span:nth-child(5) { 
	animation-delay: 12s; 
	color: #4D949E;
}
.rw-words span:nth-child(6) {  
	animation-delay: 15s; 
	color: #84c1ca;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /*background-color: #2dc997;
  background-color: #b28c9b;*/
  background-color: #9ee8f3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/

/******** Services ********/

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  /*border: 2px solid #2dc997;
  border: 2px solid #b28c9b;*/
  border: 2px solid #005965;
}

#about .about-container .icon-box .icon i {
  /*color: #2dc997;
  color: #b28c9b;*/
  color: #005965;
  font-size: 24px;
}


/******** Services ********/

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #005965;
}

#services .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;
  border: 2px solid #b28c9b;*/
  border: 2px solid #005965;
}

#services .box:hover .icon i {
  /*color: #2dc997;
  color: #b28c9b;*/
  color: #005965;
}

#services .box:hover .icon a {
  /*color: #2dc997;
  color: #b28c9b;*/
  color: #005965;
}
/******** Contact ********/

#contact .info i {
  font-size: 32px;
  /*color: #2dc997;
  color: #b28c9b;*/
  color: #005965;
  float: left;
}

#contact .social-links a:hover {
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #005965;
  color: #fff;
}

#contact .form #sendmessage {
  color: #2dc997;
  /*border: 1px solid #2dc997;
  border: 1px solid #b28c9b;*/
  border: 1px solid #005965;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/

/******** Portfolio ********/

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #005965;
  color: #fff;
}

/*--------------------------------------------------------------
# About (previously Team)
--------------------------------------------------------------*/

/*#about {
  background: #fff;
  background: #f7f7f7;
  padding: 80px 0;
}*/

#team {
  /*background: #fff;*/
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  /*background: #f7f7f7;*/
  background: #fff;
  padding: 80px 0 40px 0;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/focus_bg-2.jpg) fixed center center;
  background-size: cover;
  /*padding: 80px 0 60px 0;*/
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-left: 290px;
  text-align: center;
}

#call-to-action .cta-text {
  color: #fff;
  padding-left: 280px;
  text-align: center;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio .portfolio-item .details {
  height: 50px;
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #4D949E;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*--------------------------------------------------------------
# Social Links... Footer
--------------------------------------------------------------*/
/*#contact .social-links a {
  font-size: 38px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}*/


#footer .container .social-links {
  /*background: #343b40;
  background: rgba(0, 89, 101, 0.9);*/
  font-size: 24px;
}

#footer{
  font-size: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*--------------------------------------------------------------
# Modal Content
--------------------------------------------------------------*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*background-color: rgba(159,197,232,0.9);*/
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close4 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} 

.close5  {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} 

.close6  {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close7  {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close8  {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Hero Section - 3D Graphics AI
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  /*background: url(../img/hero-bg.jpg) top center;
  background: url(../img/presence_bg.jpg) top center;*/
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  /*background: #2dc997;
  border: 2px solid #2dc997;*/
  background: #b28c9b;
  border: 2px solid #b28c9b;
}

/*--------------------------------------------------------------
# HeroService Section - 3D Graphics AI
--------------------------------------------------------------*/

#heroservice {
  width: 100%;
  height: 60vh;
  background: rgba(0, 0, 128, 0.4);
  /*background: rgba(0, 134, 152, 0.4);
  background: url(../img/hero-bg.jpg) top center;
  background: url(../img/presence_bg.jpg) top center;*/
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #heroservice {
    background-attachment: fixed;
  }
}

#heroservice:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroservice .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#heroservice h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #heroservice h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#heroservice h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 34px;
}

#heroservice p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
  #heroservice h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#heroservice .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#heroservice .btn-get-started:hover {
  /*background: #2dc997;
  border: 2px solid #2dc997;*/
  background: #b28c9b;
  border: 2px solid #b28c9b;
}

.fullscreen-bg-service {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background: #008698;
}

/*--------------------------------------------------------------
# Form Format
--------------------------------------------------------------*/

.form-control-service {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 200px;
}