
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
 /* line-height: 60px;  Vertically center the text there */
  background-color: #E9EAEF;
  color: #313236;
  padding-bottom: 10px;
}
.footer > .container {
	max-width: 680px;
	margin: 0 auto;
}
.footer-menu {
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 0px !important;
}
.footer-menu > li > a {
	cursor: pointer;
	color: #313236;
	text-decoration: none;
}
.footer-menu > li > a:hover {
	color: #5b5bcb;
}
.section-services {
	width: 100%;
	height: 550px;
	position: relative;
}
.contact-section {
	width: 100%;
	position: relative;
	background-color: #f7f8fc;
}
div#location {
	height: 450px !important;
}
#location > iframe  {
	width: 100%;
	height: 100%;
}
.integratedw-section {
	width: 100%;
	height: 550px;
	position: relative;
}
.integratedw-section > .subtitle {
	color: #6a6a6a;
	font-size: 13px;
}
.integratedw-section > .title {
	margin-top: 40px;
	text-transform: uppercase;
}
.contact-section > .title {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.services-descr {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: 0;
    width: 45%;
    height: 50%;
    margin: auto;
    color:  #fcfffd;
}
.services-descr > p {
	line-height: 30px;
    font-size: 16px;
    font-weight: lighter;
}
.services-descr > .btn {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;
}
.custom-btn {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;
}
.nav > li > a:hover{
    background-color:#FCC;
}
.services-descr h1 {
	text-transform: uppercase;
	font-style: italic;
}
/* Working method */
.tinted-image {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.38),
      rgba(0, 0, 0, 0.38)
    ),
    /* bottom, image */
    url("https://firebasestorage.googleapis.com/v0/b/sendou-210804.appspot.com/o/servicebg.jpg?alt=media&token=70e784e7-e834-4b5b-9b94-bb910448df15");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.nav-item > a:hover {
	color: #2a70e0 !important;
}
.home-section {
	background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.38),
      rgba(0, 0, 0, 0.38)
    ),
    /* bottom, image */
    url("https://firebasestorage.googleapis.com/v0/b/sendou-210804.appspot.com/o/0629171507%20(1).jpg?alt=media&token=6518e701-32e6-463a-80cc-145fae655986");
    background-repeat: no-repeat;
  	background-size: cover;
	height: 600px;
	width: 100%;
	display: block;
	position: relative;
}
.home-caption {
	position: absolute;
	display: block;
	color: #fff;
	left:0;
	right:0;
	top: 40%;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
	font-style: italic;
}
.card-img-custom {
	max-height: 300px;
	height: 300px;
	width: 100%;
}
.custom-textarea {
	resize: none !important;
	height: 150px !important;
}

/* custom icon */
.contact-icon {
	width: 40px;
	height: 40px;
}
.contact-legend {
  text-align: center;
  padding: 20px;
}
.contact-icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.icon-left {
  position: relative;
  vertical-align: middle;
  height: 40px;
  padding-right: 30px;
  width: 50px;
  display: inline-block;
  margin: 0 -10px 0 0;
}
.icon-left::before {
  position: absolute;
  border-top: 1px solid #a7a8ae;
  top: 50%;
  z-index: 1;
  width: 100%;
  content: "";
  right: 30px;
}
.icon-right {
  position: relative;
  height: 40px;
  box-sizing: border-box;
  padding-right: 30px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -10px;
}
.icon-right::before {
  position: absolute;
  border-top: 1px solid #a7a8ae;
  top: 50%;
  z-index: 1;
  width: 100%;
  content: "";
  left: 30px;
}





/* custom icon end */

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

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

.bg-services {
	background-size: 100% 100%;
}
#carouselExampleIndicators img {
	height: 600px;
}
