* {
    padding : 0;
    margin : 0;
}
a {
   color: #ffc107;
   text-decoration: none;
}
body {
    background : white;
    color : black;
}
nav {
  background-color: #fff;
  box-shadow: 10px 0px #fff;
}
nav .navbar-brand {
  color: #000;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
nav .navbar-brand strong {
  color: #FFC107;
}
nav button {
  font-family: 'Raleway', sans-serif;
}
nav button:focus {
  outline: 2px #FFC107 dashed;
}
nav .nav-item .nav-link{
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 20px;
  color: #000;
  text-shadow: 16px;
  font-weight: bold;
  background: transparent;
  font-family: 'Raleway', sans-serif;
}
nav .active .nav-link {
  background-color: #FFC107;
}
nav .nav-item .nav-link:hover{
  background-color: #FFC107;
}
nav .btn-warning {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-left: 10px;
  border-radius: 20px;
  padding: 0.500rem .75rem;
}
nav .btn-warning:hover, nav .btn-warning:focus, nav .btn-warning:active, nav .btn-warning .active {
  color: #f0ab4e;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
nav #navbarNav {
  text-align: center;
}
.home-slide-quote {
  background-image: url("../images/home-banner.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-bottom: 0;
  min-height: 660px;
  background-attachment: fixed;
  vertical-align: middle;
  align-items: center;
}
.home-slide-quote h1 {
  color: #fff;
  opacity: 0.8;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  border: 2px transparent solid;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .home-slide-quote h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
  }
}

.home-slide-quote h2, .get-a-quote h2 {
  color: #fff;
  background-color: rgba(255, 193, 7, 0.8);
  font-size: 60px;
  text-align: center;
  border: 2px transparent solid;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: bolder;
  margin-top: 20px;
  text-transform: uppercase;
}
.home-slide-quote h2 a, .get-a-quote h2 a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 576px) {
  .home-slide-quote h2, .get-a-quote h2 {
	font-size: 30px;
	margin-top: 20px;
  }
}
.home-slide-quote h1 strong {
  text-shadow: -2px -2px 0 #000;
}
.home-slide-quote p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 2px transparent solid;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
}
@media (max-width: 576px) {
  .home-slide-quote p {
	font-size: 14px;
	line-height: 20px;
  }
}
.home-slide-quote .card, .get-a-quote .card, .contact-us .card {
  text-align: center;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  border: 0px transparent solid;
}
.home-slide-quote .card .card-header, .get-a-quote .card .card-header, .contact-us .card .card-header {
  text-align: center;
  background-color: #f0ab4e;
  border: 1px transparent solid;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  margin: 0;
}
@media (max-width: 576px) {
  .home-slide-quote .card .card-header, .get-a-quote .card .card-header, .contact-us .card .card-header {
	font-size: 24px;
  }
}
.home-slide-quote .card .card-body, .get-a-quote .card .card-body, .contact-us .card .card-body {
  text-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px transparent solid;
  border-radius: 0px 0px 20px 20px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 576px) {
  .home-slide-quote .card .card-body, .get-a-quote .card .card-body, .contact-us .card .card-body {
	font-size: 18px;
  }
}
.home-slide-quote .card .card-body select,
.get-a-quote .card .card-body select,
.get-a-quote .card .card-body input,
.contact-us .card .card-body input,
.contact-us .card .card-body textarea {
  color: #FFC107;
  border-radius: 10px;
  font-weight: italic;
  border: 1px transparent solid;
  border-bottom-color:#FFC107;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}
@media (max-width: 576px) {
  .home-slide-quote .card .card-body select,
  .get-a-quote .card .card-body select,
  .get-a-quote .card .card-body input,
  .contact-us .card .card-body input,
  .contact-us .card .card-body textarea {
	font-size: 18px;
  }
}
.home-slide-quote .card .card-body input,
.get-a-quote .card .card-body .btn-warning,
.contact-us .card .card-body .btn-warning {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  border-radius: 20px;
  padding: 0px 40px 0px 40px;
}
@media (max-width: 576px) {
  .home-slide-quote .card .card-body input,
  .get-a-quote .card .card-body .btn-warning,
  .contact-us .card .card-body .btn-warning {
	font-size: 28px;
  }
}
.home-slide-quote .card .card-body select:focus,
.home-slide-quote .card .card-body select:hover,
.get-a-quote .card .card-body select:focus,
.get-a-quote .card .card-body select:hover,
.get-a-quote .card .card-body input:focus,
.get-a-quote .card .card-body input:hover,
.contact-us .card .card-body input:focus,
.contact-us .card .card-body input:hover,
.contact-us .card .card-body textarea:focus,
.contact-us .card .card-body textarea:hover {
  border: 1px #FFC107 solid;
  border-radius: 20px;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.home-slide-quote .card .card-body .form-group:hover label,
.get-a-quote .card .card-body .form-group:hover label,
.contact-us .card .card-body .form-group:hover label {
  color: #FFC107;
}
.home-slide-quote .card .card-body input:focus,
.home-slide-quote .card .card-body input:hover,
.get-a-quote .card .card-body .btn-warning:focus,
.get-a-quote .card .card-body .btn-warning:hover,
.contact-us .card .card-body .btn-warning:focus,
.contact-us .card .card-body .brn-warning:hover {
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  border-radius: 10px;
  border: 1px transparent solid;
  background-color: #FFC107;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.services .row {
  align-items: center;
  vertical-align: middle;
  align-content: center;
}
.services .row .card {
  margin: 30px;
  padding: 15px;
  position: relative;
  border: 1px #fff solid;
  border-radius: 20px;
  box-shadow: inset 0 0 0 7.5px rgba(255,255,255, 0.5);
  background: linear-gradient(to right, rgba(255, 193, 7,0.8), rgba(255, 193, 7,0.4));
}
.services .row .card .card-body h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400px;
  text-transform: uppercase;
  font-size: 36px;
}
.services .row .card .card-body {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  border: 1px transparent solid;
  border-radius: 20px;
  font-size: 16px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(255,255,255,0.3);
}
.services .row .card:hover {
  box-shadow: none;
  transition: 1s box-shadow;
}
.services .row .card:hover .card-body {
  background-size: 200px 200px;
  transition: all 1s;
}
.services .row .card .card-body .btn-warning {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-style: italic;
  font-size: 20px;
}
.services .row .card .card-body .btn-warning:hover, .services .row .card .card-body .btn-warning:focus, .services .row .card .card-body .btn-warning:active {
  color: #fff;
  border-color: #333;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.products-carousel .product-item {
  text-align: center;
}
.products-carousel .product-item .card {
  background-color: #fff;
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  border: 1px transparent solid;
  border-radius: 20px;
}
.products-carousel .product-item .card .card-header, .products-carousel .product-item .card .card-footer {
  background-color: transparent;
  color: #FFC107;
  font-size: 20px;
  border: 1px #FFC107 solid;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
}
.products-carousel .product-item .card .card-body {
  background-color: #fff;
  border: 1px #FFC107 solid;
  border-radius: 20px;
  align-items: center;
  text-align: center;
}
.products-carousel .product-item .card .card-body img {
  width: 180px;
  height: 200px;
  text-align: center;
}
.products-carousel .product-item .card:hover {
  border-radius: 75px;
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
  transition: 1s box-shadow;
}
.products-carousel .product-item .card:hover .card-header {
  background-color: #000;
  border: 1px transparent solid;
  color: #fff;;
}
.products-carousel .product-item .card .card-footer .btn-warning {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-style: italic;
}
.products-carousel .product-item .card .card-footer .btn-warning:hover, .products-carousel .product-item .card .card-footer .btn-warning:focus, .products-carousel .product-item .card .card-footer .btn-warning:active {
  color: #f0ab4e;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.home-about-banner {
  background-image: url("../images/page-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-bottom: 0px;
  height: 100%;
  min-height: 600px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
.home-about-banner h1 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  font-family: 'Raleway', sans-serif;
  font-weight: 1200;
  text-shadow:
		0 0 1px #000,
		0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 576px) {
  .home-about-banner h1 {
  	font-size: 30px;
	line-height: 55px;
  }
}
.home-about-banner h5 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 1200;
  text-shadow:
		0 0 1px #000,
		0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 576px) {
  .home-about-banner h5 {
  	font-size: 25px;
	line-height: 35px;
  }
}
.home-about-banner p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-shadow:
		0 0 1px #000,
		0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 576px) {
  .home-about-banner p {
  	font-size: 20px;
	line-height: 35px;
  }
}
.home-about-banner a {
  text-align: center;
  border-radius: 20px;
  outline: none;
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 800;
  text-shadow:
		0 0 1px #000,
		0 1px 2px rgba(0,0,0,0.5);
}
.home-about-banner a:hover, .home-about-banner a:focus {
  color: #fff;
  text-shadow: none;
}
.home-about-banner a.btn-warning:hover, .home-about-banner a.btn-warning:focus {
  background: transparent;
}
@media (max-width: 576px) {
  .home-about-banner a {
  	font-size: 22px;
  }
}
.why-grid {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.why-grid:after,
.why-item:before {
	content: '';
    display: table;
}
.why-grid:after {
	clear: both;
}
.why-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 10px;
}
.why-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.why-info {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	background: #f0ab4e;
	box-shadow: inset 0 0 0 5px rgba(255,255,255, 0.5);
}
.why-info img {
  	height: 100px;
  	width: 100px;
	position: relative;
	margin: 0 40px;
	padding: 22px 0 0 0;
	text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}
.why-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
  	text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}
.why-info a {
	display: block;
	width: 100px;
	height: 50px;
	background: rgba(255,255,255,0.3);
	border-radius: 100%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
  	padding: 10px 0px 10px 0px;
	margin: 7px auto 0;
	font-family: 'Raleway', sans-serif;
	opacity: 0;
	transition:
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transform: translateX(60px) rotate(90deg);
}
.why-info a:hover {
	background: rgba(255,255,255,0.5);
}
.why-info:hover a {
  opacity: 1;
  transform: translateX(-0px);
}
.why-info:hover p {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.why-info:hover img {
  height: 70px;
  width: 70px;
}
.owl-prev, .owl-next {
  text-align: center;
  align-items: center;
  background: #FFC107;
  color: #fff;
  opacity: 0.5;
  padding: 10px;
  border: 1px transparent solid;
  border-radius: 100px;
  font-size: 20px;
  position: absolute;
  margin-top: 10px;
}
.owl-next {
  margin-left: 60%;
}
.owl-prev {
  margin-left: 30%;
}
.logos-carousel .logo-item img {
  height: 50px;
  width: 100px;
}
.testimonial-banner {
  background-image: url("../images/testimonial-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-bottom: 0px;
  height: 50%;
  min-height: 200px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
.testimonial-carousel .testimonial-item {
  background: transparent;
  width: 100%;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  align-items: center;
  align-content: center;
  vertical-align: middle;
}
.testimonial-carousel .testimonial-item .name {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #f0ad4e;
}
.testimonial-carousel .testimonial-item .designation, .testimonial-carousel .testimonial-item .location {
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  text-align: center;
}
.testimonial-carousel .testimonial-item .company {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.testimonial-carousel .testimonial-item .comment {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-shadow: -1px -1px 0 #000;
  box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.5);
  padding: 20px 40px;
  border: 1px transparent solid;
  border-radius: 100px;
}
.footer-cta {
  padding: 15px;
  position: relative;
  background: linear-gradient(to bottom right, rgba(240,173,78,0.8), rgba(240,173,78,0.4));
}
.footer-cta h1 {
  color: #fff;
  opacity: 0.8;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border: 2px transparent solid;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 576px) {
  .footer-cta h1 {
  font-size: 20px;
  line-height: 30px;
  }
}
.footer-cta a {
  text-align: center;
  border-radius: 20px;
  outline: none;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 400;
  text-shadow:
    0 0 1px #000,
    0 1px 2px rgba(0,0,0,0.5);
}
.footer-cta a:hover, .footer-cta a:focus {
  background: transparent;
  color: #fff;
}
@media (max-width: 576px) {
  .footer-cta a {
    font-size: 20px;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
  height: 50%;
  min-height: 200px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  padding: 40px;
}
.footer h3 {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  font-size: 24px;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer .menu li {
  text-align: left;
  font-size: 16px;
}
.footer .contact address {
  text-align: left;
  font-size: 18px;
}
.footer .contact address strong {
  font-weight: bolder;
}
.copyright {
  background-color: #333;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  padding: 10px 20px;
}
.copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.page-banner {
  background-image: url("../images/page-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-bottom: 0px;
  height: 25%;
  min-height: 150px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
.page-banner h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-shadow:
    0 0 1px #000,
    0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 576px) {
  .page-banner h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.page-banner h5 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 576px) {
  .page-banner h5 {
    font-size: 14px;
    line-height: 35px;
  }
}
.page-banner a {
  color: #fff;
}
.page-banner a:hover, .page-banner a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.page-content p {
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 576px) {
  .page-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.part-list p {
  background-color: #ededed;
}
.part-list i {
  padding: 5px 10px 5px 0px;
  float: left!important;
}
.part-list .heading {
    position: relative;
    margin-bottom: 25px;
    font-weight: bolder;
    font-size: 14pt;
    line-height: 30px;
    color: #FFC107;
}
.part-list ul {
  margin: 0;
  padding: 0;
}
.part-list ul li {
  width: 15%;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 11pt;
  padding: 7px 0px;
  font-weight: 600;
  float: left;
  border-bottom: 1px #FFC107 dashed;
}
.part-list ul li a {
  text-decoration: none;
  color: #000;
  padding: 0px;
  float: left;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  color: #FFC107;
}