/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic");
/*
@media (max-width: 500px) {
  body {
    padding-top: 90px;
  }
}
*/
html *
{
   font-family: 'Open Sans' !important;
}
/*
body {
  padding-top: 54px;
} */

.navbar {
    position:relative;
}

.navbar-brand {
	font-size: 1em;
}

/* carousel */

.carousel {
  position:relative;
  top:0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 100px;
width: 100px;
outline: black;
background-size: 100%, 100%;
background-image: none;

}
.carousel-button {

position: absolute;
bottom: 0px;
left: 80%;	

}
.carousel-button:hover{
color: white;

}

.carousel-control-next-icon:after
{
content: '>';
font-size: 60px;
color: #5cb85c;

}

.carousel-control-prev-icon:after {
content: '<';
font-size: 60px;
color: #5cb85c;


}
.carousel-inner img {
max-width: 100%;
}
.carousel {
max-width: 1000px;
margin: 0 auto;
}


/* makes images and video responsive in carousel */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > video,
.carousel-inner > .carousel-item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-item {
  margin-bottom: 30px;
}

#googleForm {
  /*margin-left: auto;/*
  /*margin-right: auto;*/
  text-align: center;
}

/* color scheme */

.text-primary {
	color: #325c6a !important;
}

.text-secondary {
	color: #325c6a !important;
}

.bg-primary {
	background-color: #325c6a !important;
}

.bg-secondary {
	background-color: #325c6a !important;
}

.btn-success {
	background-color: #325c6a !important;
	border-color: #4BC392 !important;
}

.btn-success:hover {
	background-color: #325c6a !important;
	border-color: #325c6a !important;
	text-decoration: none !important
}

a {
	text-decoration: none !important;
}

.icon-link > a, .icon-link > a, .icon-link > a:active {
	color: #4BC392 !important;
}
.icon-link > a:hover {
	color: #325c6a !important;
}

/*banner css*/
.text-image:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.text-image {
	transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
	-webkit-transition: all 0.10s ease-in-out;
	-o-transition: all 0.07s ease-in-out;
}

.banner {
	position: relative;
	height: 50vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner:after {
	content: "";
	background: url(../images/Web-Banner.jpg) center no-repeat;
	height: 50vh;
	background-size: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 100;
	z-index: -10;
}

.banner .title {
	text-align: center;
	font-weight: 800;
	color: black;
	font-size: 40px;
	line-height: 49px;
	margin: 0;
}

.banner .subtitle {
	text-align: center;
	font-size: 25px;
}

.banner .details {
	margin-top: 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (max-width: 1400px) {
  
    .banner:after {
      width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
  
  .banner {
    padding: 60px 0 120px;
  }

  .banner .title {
    font-size: 36px;
    line-height: 44px;
  }
}


@media only screen and (max-width: 991px) {
	.banner .title {
		font-weight: 800;
		font-size: 30px;
		line-height: 38px;
	}

}

@media only screen and (max-width: 767px) {

	.banner {
    padding: 0px 0 0px;
    border: 0 !important;
    display: block;
    height: 30vh;



	}

	.banner:after {
		height: 30vh;
		width: 100vw;
		background-size: cover;
		background: url(../images/Web-Banner.jpg);
		opacity: 100;
		z-index: -10;
	}

	.banner:before {
		height: 50%;
		top: -50px;
    bottom: -50px;
	}
}

html,body{
  overflow-x: hidden;
}



  
  


