/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279;
}
h1 {
  font-size: 65px;
  color: #2d3033;
}
h2 {
  font-size: 40px;
  color: #2d3033;
}
h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700;
}
.btn {
  background-color: #333;
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 3% 7%;
  display: inline-block;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background-color: #000;
  color: #fff;
}
.btn-large {
  padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
  color: #e84545;
}
a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6c7279;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.section {
  padding: 100px 0;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
  position: fixed;
  width: 94%;
  z-index: 999;
  margin-left: 3%;
  margin-right: 3%;
}
#header .header-content {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#header .logo {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
}
#header .logoImg {
  position: absolute;
  height: 76px;
  width: 190px;
  top: 5px;
  margin-left: 5px;
}
#header.fixed {
  background-color: #fff;
}
#header.fixed .header-content {
  border-bottom: 0;
  padding: 25px 0;
}
#header.fixed .nav-toggle {
  top: 18px;
}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.navigation {
  float: right;
}
.navigation li {
  display: inline-block;
}
.navigation a {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  margin-left: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navigation a:hover,
.navigation a.active {
  color: #bcbcbc;
}
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.nav-toggle:before {
  background-color: #e84545;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle:after {
  background-color: #e84545;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #fff;
}
.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.banner {
  width: 94%;
  height: 500px;
  margin: auto;
}

.banner-container {
  position: relative;
  height: 500px;
  z-index: 1;
}

.banner-container .headerBG {
  background: url(../images/banner.jpg) center top no-repeat
    fixed;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: url(../images/banner_locals_Chicago.jpg) center center; */
  /*opacity: 0.20;*/
  width: 100%;
  height: 100%;
}

.banner-content {
  margin: 50px;
  text-align: center;
  margin-top: 75px;
  
}

.banner-content h3 {
  font-weight: bolder;
  color: #fff;
}
.banner-content h5 {
  font-weight: bolder;
  color: #fff;
}

/* 
.carousel {
	width: 94%;
	height: 500px;
	margin: auto;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 40%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Open Sans", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
} */

/* ------------------------------------------------------------------------------
	 About us
-------------------------------------------------------------------------------*/
.aboutus {
  width: 94%;
  margin: auto;
}
.aboutus h4 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  font-weight: 300;
}
.aboutus h5 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10%;
  text-transform: none;
}
.aboutus p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}
.aboutus-content {
  margin: 50px;
}
.aboutus-content li a {
  color: #6c7279;
  line-height: 30px;
}
.aboutus-content li a:hover {
  color: #000;
}

#aboutus .container {
  position: relative;
  z-index: 10;
}

#aboutus .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  height: 248px;
}

#aboutus .about-col .img {
  position: relative;
}

#aboutus .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#aboutus .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #6dc9f0;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#aboutus .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/* #aboutus .about-col:hover .icon {
	background-color: #fff;
  } */

/* #aboutus .about-col:hover i {
	color: #18d26e;
  } */

#aboutus .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#aboutus .about-col h2 a {
  color: #000;
}

/* #aboutus .about-col h2 a:hover {
	color: #18d26e;
  } */

#aboutus .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* ------------------------------------------------------------------------------
	 Features
-------------------------------------------------------------------------------*/
.features {
  width: 94%;
  margin: auto;
  background-color: #d9dbea38;
}
.features h4 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  font-weight: 300;
}
.features h5 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10%;
  text-transform: none;
}
.features p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}
.features-content {
  margin: 50px;
}
.features-content li a {
  color: #6c7279;
  line-height: 30px;
}
.features-content li a:hover {
  color: #000;
}

#features .box {
  padding: 30px 20px;
}

#features {
  background: #d9dbea38;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#features .box {
  margin-bottom: 30px;
}

#features .icon {
  float: left;
}

#features .icon i {
  color: #6dc9f0;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#features .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#features .title a {
  color: #111;
}

/* #features .box:hover .title a {
  color: #18d26e;
} */

#features .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------------
	 Team
-------------------------------------------------------------------------------*/
.team {
  width: 94%;
  margin: auto;
}
.team h4 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  font-weight: 300;
}
.team h5 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10%;
  text-transform: none;
}
.team p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}
.team-content {
  margin: 50px;
}
.team-content li a {
  color: #6c7279;
  line-height: 30px;
}
.team-content li a:hover {
  color: #000;
}

/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
  width: 94%;
  margin: auto;
  /* background-color: #d9dbea38; */
}
.services h4 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  font-weight: 300;
}
.services h5 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10%;
  text-transform: none;
}
.services p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}
.services-content {
  margin: 50px;
}
.services-content li a {
  color: #6c7279;
  line-height: 30px;
}
.services-content li a:hover {
  color: #000;
}

#services .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #6dc9f0;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
  width: 92%;
  margin: auto;
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 2px;
  padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(58, 54, 54, 0.9);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
  margin: 0;
  color: #e9eaed;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 10px 0;
  color: #e9eaed;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#portfolio * {
  z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
  width: 94%;
  margin: auto;
  background-color: #333;
  position: relative;
  text-align: center;
}
.testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15%;
}
.testimonials h1 {
  color: #fff;
  font: 19px "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.testimonials p {
  color: #fff;
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #6dc9f0;
}
/* 
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
} */

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold; 
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #6dc9f0;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#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: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #6dc9f0;
  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 #6dc9f0;
  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 {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #6dc9f0;
}

#contact .php-email-form button[type="submit"] {
  background: #6dc9f0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #6dc9f0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
  width: 94%;
  margin: auto;
  text-align: left;
  padding-top: 5%;
  padding-bottom: 7%;
  background-color: #d9dbea38;
}
.footer h4 {
  font-size: 13px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0px;
}
.footer p {
  font-size: 11px;
  color: #6c7279;
}
.footer a {
  color: #000;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-share {
  margin-top: 0;
}
.footer .footer-share li {
  display: inline-block;
  float: none;
}
.footer .footer-share a {
  border: none;
  font-size: 13px;
  color: #000;
  letter-spacing: 15px;
}
.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
  width: 94%;
  margin: auto;
}
.work-detail-margin {
  margin-top: 7%;
}
.detail-image img {
  width: 100%;
}
.detail-contentbox {
  background-color: #d9dbea38;
  padding: 3%;
}
.detail-content h4 {
  font-size: 27px;
  line-height: 27px;
  letter-spacing: 1px;
  font-weight: 300;
}
.detail-content p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}

.linkBtn {
  text-align: center;
  padding: 15px 40px;
  margin: 10px 0 30px;
  transition: all 0.3s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  /* background: #6dc9f0; */
  cursor: pointer;
}

.cstPrimaryBtn {
  display: flex;
  justify-content: center;
  border: 1px solid #6dc9f0;
  padding: 5px;
  color: black;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 5px 5px 5px lightgrey;
  margin: 5px;
  width: fit-content;
  min-width: 100px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}

.form-group {
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}