@charset "utf-8";
/* CSS Document */

.bg-image {
	background-image: url("../images/bg-1.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-light {
	background-color: #7878DC !important;
	color: #000000;
}
body {
  font-family: Arial;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.heading {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-family: Garamond;
	color: #191970;
}
.portfolio {
	padding-top: 30px;
}
.portfolio-spacing {
	padding-top: 20px;
	padding-bottom: 20px;
}
.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.navbar-font {
  padding-left: 110px;
  font-family: "Arial";
  font-weight: 700;
  font-size: 15px;
}
.navbar .nav-link {
  color:indigo !important;
}

.navbar .nav-link:hover {
  color: #3D40D3 !important;
}
.navbar-text {
  text-align: right;
}

.icon-padding {
	padding-right: 8px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  font-family: "Arial Rounded MT Bold", Arial, "Arial Black";
  font-style: normal;
  font-weight: 800;
  font-size: small;
}

.logo-padding {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 5px;

}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .navbar {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar-brand {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .navbar-toggler {
    display: block;
    margin-left: auto;
  }
  .center-hero {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }

  .box1 {
    background-color: crimson;
    width: auto;
    height: 20px;
  }
  .center {
    text-align: center;
  }

  #map {
  }
}
.responsiveindex {
	color: #850DAC;
	font-family: "Verdana";
	font-weight: 600;
	font-size: 14px;
}
.footer-font {
  font-family: Arial;
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
}

.bg-testimonials {
	background-color: #FFFFDF;
}
.footer-titles {
  font-family: arial;
  font-size: 0.9rem;
  font-weight: bold;
  color: #d03ca5;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}
footer a:hover {
  color: #97cfdc;
  text-decoration: none;
}

.padding-row {
  padding-top: 30px;
}
.padding-top {
  padding-top: 12px;
}
.padding-bottom {
  padding-bottom: 17px;
}
.contactpage  {
  padding-bottom: 17px;
}
.padding-bottom-footer {
	padding-bottom: 5px;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.services-title {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 525;
  color: #b76e8b;
}
.services-title-sm {
  font-family: Arial;
  font-size: 1rem;
  font-weight: 600;
  color: #b76e8b;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.para-padding-top {
  padding-top: 20px;
}
.para-padding-bottom {
  padding-bottom: 20px;
}
.services-font {
  font-family: Arial;
  font-size: 1.2rem;
}
.div1-bgcolor {
  background-color: darkcyan;
}
.quote-text {
  color: white;
}
.map-responsive {
  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;
}
.map-responsive iframe {
  left: 0;

  top: 0;

  border: 0;

  height: 100%;

  width: 100%;

  position: absolute;
}
.index-image-padding {
  padding-top: 16px;
}
.intro-text {
  padding-top: 25px;
}

.subheadings {
  color: #940069;
  font-weight: 600;
}
.pptext {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 600;
  color: darkblue;
}

.title-bg {
  background-color: #000;
}

.bottoms-padding {
  padding-bottom: 30px;
}

.mailing {
  color: blueviolet;
}
.padding-right {
  padding-right: 20px;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 5px;
}

.footer-bg {
  background-color: #280137;
}

footer a:hover {
  color: #77F3B2;
  font-size: 13px;
  text-decoration: none;
}
footer a {
	color: #FFFAA0;
	font-size: 13px;
}

.footertext {
	color: white;
	font-size: 13px;
	font-family: arial;
	font-weight: 600;
}
.footerheadings {
	color: #24D1FF;
	font-family: arial;
	font-size: 14px;
}

.testimonials {
	background-color: #EDEDFF;
}
.padding-left {
	padding-left: 20px;
}
.contacttext {
	font-weight: 600;
}
.navbar-brand {
	padding-left: 20px;
	padding-right: 80px;
}
.padding-rorw {
}
.align-text.center {
}
