body, html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
  height: 80vh;
  background: url("background.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
	overflow-x: hidden;
	transition: all 200ms linear;

}

::selection{
	color: #fff;
	background-color: #8167a9;
}

::-moz-selection{
	color: #fff;
	background-color: #8167a9;
}

body, p{
	color: #515867;
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
  color: #212112;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p{
	color: #000;
	font-weight: 300;
	font-family: "Quicksand", sans-serif;
}

h1{
	font-size: 2.5rem;
	line-height: 3.125rem;
	letter-spacing: -0.5px;
}

h2{
	font-size: 2rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
}

h3{
	font-size: 1.75rem;
	line-height: 2.375rem;
	letter-spacing: -0.4px;
}

h4{
	font-size: 1.5rem;
	line-height: 2.15rem;
	letter-spacing: -0.4px;
}

h5{
	font-size: 1.25rem;
	line-height: 1.75rem;
}

h6{
	font-size: 1rem;
	line-height: 1.5rem;
}

p{
	font-size: 16px;
	line-height: 1.25rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg-1 {
  background-color: transparent;
}

.section-bg-2 {
  background-color: #ccc;
}

.section-title {
  text-align: center;
  padding: 30px 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ee4b2b;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.go-top{
	position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  cursor: pointer;
}

.go-top:after{
	background: #ee4b2b;
	padding: 10px 15px;
	color: #ee4b2b;
	position: absolute;
	bottom: 10px;
	font-size: 28px;
}

.go-top-text{
	position: flex;
	//width: 60px;
	text-align: center;
	font-family: "Roboto";
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	//margin: 20px 0 0 4px;
}

.go-top:hover{
	transition: all .4s linear;
	transition: scale(1.1);
}

.go-top-text:hover{
  color: rgba(238, 75,43, 0.7);
  font-weight: 700;
}

.go-top.active{
	visibility: hidden;
	opacity: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(255,99,71,1);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.start-header{
	opacity: 1;
	transform: translateX(0);
	padding: 15px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on{
	box-shadow: 0 2px 10px 0 rgba(138, 155, 16, 0.15);
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img{
	height: 3	4px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar{
	padding: 0;
}

.navbar-brand img{
	height: 48px;
	width: auto;
	display: block;
	filter: brightness(70%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav-link{
	color: #212121 !important;
	font-weight: 500;
	transition: all 200s ease-out;
	text-transform: uppercase;
}


.nav-item:hover .nav-link{
	color: #8167a9 !important;
}

/*.nav-item.active .nav-link, .nav-item:focus .nav-link{
	color: rgba(238, 75,43, 0.7) !important;
}*/

.active{
    color: rgba(238, 75,43, 0.7) !important;  
}

.nav-link{
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

.nav-item:after{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: rgba(238, 75,43, 1);
	opacity: 0;
	transition: all 200ms linear;
}

.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}

.nav-item.active:hover:after{
	opacity: 1;
}

.nav-item{
	position: relative;
	transition: all 200ms linear;
}

.navbar-toggler{
	float: right;
	border: none;
	padding-right: 0;
}

.navbar-toggler:active, .navbar-toggler:focus{
	outline: none;
}

.navbar-light .navbar-toggler-icon{
	width: 24px;
	height: 17px;
	background-color: none;
	position: relative;
	border-bottom: 1px solid #000;
}

.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
} 

.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after{
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before{
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	border-color: transparent;
}

@media(max-width:766px){
	.nav-item:after{
		display: none;
	}

	.nav-item::before{
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		background-color: #000;
		vertical-align: 0;

	}

	.nav-link:hover. .nav-link:focus{
		color: rgba(255, 255, 255, 1.0) !important;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("road.png") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  color: #ee4b2b;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #ee4b2b;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: rgba(238, 75, 43, 0.7);
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box h4{
  text-align: centre;
}


.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a {
  color: #ee4b2b;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

/*.about .founder{
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.about .founder::before{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.about .icon-box img{
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.about .icon-box:hover img{
  cursor: pointer;
  opacity: 0.3;
 } 

.about .founder:hover{
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; 
}*/

.about .icon-box {
  padding-top: 10px;
}

.about .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .founder{
  position: relative;
  padding: 0;
  width: 300px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.about .founder .content{
  opacity: 0;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #1c87c9;
  background-color: rgba(238, 75, 43, 0.2);
  width: 300px;
  height: 300px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
}

.about .founder .content:hover{
  opacity: 1;
}

.about .founder .content .tim{
  height: 0;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.4s;
}

.about .founder .content:hover .tim{
  opacity: 1;
  transform: translateY(230px);
  -webkit-transform: translateY(230px);
} 

.about .icon-box i {
  font-size: 48px;
  color: #3498db;
}

.about .affiliations{
  background: #dcdcdc;
  margin: 40px;
}

.about .affiliations img{
  width: 50%;
  height: 120px;
  text-align: center;
  margin: 0 80px;
}


@media (max-width: 992px){
  .about .founder .content:hover .tim{
   opacity: 1;
   transform: translateY(10px);
   -webkit-transform: translateY(10px);
  } 
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  padding: 10px 0;
}

.services .icon-box {
  padding: 20px 0px;
  margin: 5px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-right: 1px solid #000;
}

.services .icon-box h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

.services .icon-box ul{
  font-size: 1.0rem;
}

.services .icon-boxn li{
  line-height: 1.5;
}

.services .icon-box:hover, .services .icon-box:focus {
  border-color: #ee4b2b;
  border-width: 3px;
  opacity: 1;
  cursor: pointer;
  //box-shadow: 25px 25px rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h5 {
  color: #ee4b2b;
  text-decoration: blink;
  font-weight: 700;
}

@media (max-width: 992px){
 .services .icon-box {
  border-right: none;
} 
}

@media (max-width: 768px){
  .services .icon-box .service-list{
    opacity: 0;
    position: absolute;
  }

  .services .icon-box:hover .service-list{
    opacity: 1;
    position: relative;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
  }
}
/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/

.project table{
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.project table th{
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 30px;
  background-color: #ddd;
  text-align: center;
}

.project table tr{
  background-color: #f8f8f8;
  border-bottom: 1px solid #ccc;
  padding: .35em;
  cursor: pointer;
}

.project table tr td{
  padding: 20px;
}

.project table tr:hover{
  background: rgba(255, 255, 255, 0.1);
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

 
  table thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  
  table td:last-child {
    border-bottom: 0;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}


.contact .info{
  text-align: center;
  margin: 0 auto;
}

.contact .info i {
  font-size: 20px;
  color: #000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(238, 75, 43, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover{
  border: none;
  padding: 3px;
  margin: 0px;
}

.contact .info:hover i {
  background: rgba(238, 75, 43, 0.7);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ee4b2b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(238, 75, 43, 0.7);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {
  .contact .php-email-form .loading, .contact .php-email-form .sent-message {
  visibility: hidden;
  opacity: 0;
  }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #37423b;
	font-size: 14px;
	background: #eef0ef;
	text-align: center;
	height: 25px;
}