@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

body {
  font-family: "Roboto", sans-serif;
  /* background-color: #fffbfb; */
  background-color: #fcf9f9;
  /* background-color: rgb(180, 23, 12); */
}

.sectionTitle {
  color: #335073;
  font-weight: bold;
}

#header-area {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top-container {
  background: #fff;
  /* color: red; */
  width: 100%;
}

.logo {
  height: auto;
}

.logo img {
  margin-top: 20px;
  max-width: 100%;
  max-height: 100%;
}

.icon-circle {
  background-color: #df252b;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
}

.icon-container {
  margin-top: 40px;
}

.circle-title {
  margin-left: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  font-weight: bold;
  color: #df252b;
}

.circle-subtitle {
  font-size: 32px;
  font-weight: bold;
}

/* .fa {
  color: #ed1c24 !important;
} */

.fa-phone {
  margin-top: 25px;
  font-size: 42px;
  color: #fff;
}

.fa-map-marker {
  margin-top: 25px;
  font-size: 42px;
  color: #fff;
}

@media (min-width: 1200px) {
  /* .container {
    max-width: 1300px;
  } */
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 15px;
  }
}

@media (max-width: 1065px) {
  .icon-circle {
    width: 75px;
    height: 75px;
  }

  .fa-phone {
    margin-top: 20px;
    font-size: 42px;
  }

  .fa-map-marker {
    margin-top: 20px;
    font-size: 42px;
  }

  .circle-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .circle-subtitle {
    font-size: 24px;
    font-weight: bold;
  }
}

@media (max-width: 1004px) {
  .circle-title {
    font-size: 1rem;
    font-weight: bold;
  }

  .circle-subtitle {
    font-size: 24px;
    font-weight: bold;
  }
}

@media (max-width: 867px) {
  .icon-container {
    margin-top: 20px;
  }
  .icon-circle {
    margin: 0 auto;
    display: block;
  }

  .circle-title {
    text-align: center;
    display: block;
    font-size: 2rem;
    font-weight: bold;
  }

  .circle-subtitle {
    font-size: 24px;
    font-weight: bold;
  }
}

/* Mobile Begins */
@media (max-width: 767px) {
  .logo {
    margin-top: 40px;
  }

  .navTopSmall {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .icon-container {
    margin-top: 40px;
  }
  .icon-circle {
    margin: 0 auto;
    display: inline-block;
  }

  .icon-circle {
    display: none !important;
  }

  .fix-small {
    /* margin-left: -90px; */
  }
}

@media (max-width: 767px) {
  .icon-container {
    margin-top: 40px;
  }
  .icon-circle {
    margin: 0 auto;
    display: inline-block;
  }

  .circle-title {
    margin-left: 0px;
    text-align: center;
    display: block;
    vertical-align: top;
    font-size: 2rem;
    font-weight: bold;
  }

  .circle-subtitle {
    font-size: 32px;
    font-weight: bold;
  }

  .fix-small {
    margin-left: 0px;
  }
}

.navbar {
  font-size: 24px;
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-toggler {
  margin: 0 auto;
}

#navbarNav ul li {
  padding: 15px;
}

@media (min-width: 767px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

/* Carousel */

#carouselExampleControls {
  margin-top: 20px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  bottom: 40% !important;
}

.carousel-caption h3 {
  text-transform: uppercase;
}
.carousel-caption p {
  /* padding-top: 20px; */
  font-size: 1.25rem;
}

@media (max-width: 1200px) {
  .carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 30% !important;
  }

  .carousel-caption h3 {
    text-transform: uppercase;
  }
  .carousel-caption p {
    padding-top: 20px;
    font-size: 24px;
  }
}

@media (max-width: 1067px) {
  .carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 20% !important;
  }

  .carousel-caption h3 {
    text-transform: uppercase;
  }
  .carousel-caption p {
    padding-top: 20px;
    font-size: 18px;
  }
}

@media (max-width: 825px) {
  .carousel-caption {
    bottom: 10% !important;
  }

  .carousel-caption h3 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    padding-top: 20px;
    font-size: 18px;
  }
}

@media (max-width: 697px) {
  .carousel-caption {
    bottom: 5% !important;
  }

  .carousel-caption h3 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    padding-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .carousel-caption {
    top: 0%;
    padding-top: 0;
    bottom: 0% !important;
    background: none;
  }

  .carousel-caption h3 {
    background: rgba(0, 0, 0, 0.7);
    margin-top: 10%;
    font-size: 1.5rem;
    padding: 10px;
  }
}

@media (max-width: 567px) {
  .carousel-caption h3 {
    font-size: 1rem;
  }
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.arrow-bg {
  border-radius: 50%;
  padding-top: 15px;

  width: 50px;
  height: 50px;
  background-color: #d9d9dd;
}

.arrow-bg:hover {
  transition: background-color 0.3s;
  background-color: #335073;
}

.arrow-bg:hover > .carousel-control-prev-icon {
  transition: background-image 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.arrow-bg:hover > .carousel-control-next-icon {
  transition: background-image 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* .fixed-top {
  position: static;
} */

/* .makeSticky {
  position: sticky;
  top: 0;
} */

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/* #headContainer {
  display: flex;
  align-items: flex-start;
} */

/* .navCon {
  background-color: #335073;
  height: 60px;
} */

.navbar {
  background-color: #fff;
  
}

#carCon {
  margin-top: 3rem;
}

.dotThing {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
}
.scrollCon {
  position: relative;
}
.navbar-light .navbar-toggler {
  border: 0;
}

.fa-navicon {
  color: rgb(223, 37, 43) !important;
  font-size: 24px;
  margin-left: 5px;
}

.menu {
  color: rgb(223, 37, 43) !important;
  font-size: 1.5rem;
}

button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #fff;
    margin-top: 0px;
  }

  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nav-item a {
    color: rgb(223, 37, 43) !important;
    font-size: 24px;
  }

  .active .underline {
    width: 110px;
    height: 1px;
    background: rgb(223, 37, 43);
    margin: 0 auto;
  }
}

.nav-item a {
  color: rgb(223, 37, 43) !important;
  font-size: 1.5rem;
}

/* stroke */
.stroke ul li a {
  position: relative;
}

.stroke ul li a:hover:after {
  transition: all 0.5s;
}

.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: rgb(223, 37, 43);
  height: 1px;
}

.stroke ul li.active a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  height: 0px !important;
}

.stroke ul li.active a:after {
  transition: color 0s;
}

.stroke ul li a:hover:after {
  width: 110px;
}

.active a {
  pointer-events: none;
}

.active .underline {
  width: 100%;
  height: 1px;
  background: rgb(223, 37, 43);
}

.lineShapes {
  padding-bottom: 100px;
}

/* About Us */

#about-us p {
  font-size: 1.25rem;
}

#about-us {
  /* background-color: rgba(236, 228, 228, 0.329); */
  position: relative;
  background-color: rgb(226, 76, 76);
  color: white;
  padding: 50px;
  border-radius: 10px;
}

#about-us:after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: rgb(226, 76, 76);
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

#aboutTitle {
  color: white;
}

body {
  height: 100%;
}

/* Services */

#services {
  /* background-color: rgb(226, 76, 76) !important; */
}

@media only screen and (max-width: 767px){
.imgGallery {
  margin-top: 20px;
} 
}
.makeRel {
  position: relative;
  width: 100%;
  min-height: 600px;
  /* height: 800px;
  max-height: 600px; */
  /* overflow: auto; */
}

.box {
  position: absolute;
  top: 10px;
  min-height: 600px;
  margin: 0 10%;
  max-width: 500px;
  /* width: 100%; */

  /* background-color: white; */
  background-color: rgb(226, 76, 76);
  border-radius: 2px;
  padding-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* border: 3px solid rgb(212, 69, 69); */
  color: white;
}

.box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  top: -5px;
}

.box p {
  font-size: 1.2rem;
  padding: 8%;
}

.box .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto;
}

.box .circle .fa {
  margin-top: 50px;
  font-size: 100px;
  color: #335073;
}

.box .circle .fa:before {
  padding: 0 !important;
  margin-left: 7px;
}

.service-btn {
  background-color: darkred !important;
  border: none;
  color: white;
  font-weight: 600;
  position: absolute;
  top: 90%;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}

.service-btn a {
  text-decoration: none;
  color: inherit;
}

.service-btn:hover {
  background-color: rgba(167, 3, 3, 0.753) !important;
}

@media only screen and (max-width: 1193px) {
  .box {
    margin: 0 2%;
  }

  .box p {
    padding: 4%;
  }
}

@media only screen and (max-width: 990px) {
  .sep {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box {
    max-width: 100%;
    min-height: 525px;
  }
}

@media only screen and (max-width: 392px) {
  .box {
    min-height: 625px;
  }

  .sep {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 314px) {
  .box {
    min-height: 650px;
  }

  .sep {
    margin-bottom: 150px;
  }

  .makeRel {
    min-height: 650px;
  }
}

@media only screen and (max-width: 314px) {
  .box .circle {
    width: 100%;
    height: auto;
  }
}

/* Reviews */

#reviewCarousel {
  padding: 2%;
}

#reviewContainer {
  height: 450px;
  width: 100%;
}

#review {
  background-image: url("review.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

blockquote {
  font-family: Georgia, serif;
  position: relative;
  font-size: 1.25rem;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 3em;
}

blockquote:before {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}
blockquote:after {
  font-family: Georgia, serif;
  position: absolute;
  float: right;
  font-size: 6em;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
}
blockquote footer {
  padding: 0 2em 0 0;
  text-align: right;
}
blockquote cite:before {
  content: "\2013";
}

/* test */

#slider {
  width: 100%;
  height: 70%;
  overflow: hidden;

  color: rgb(97, 94, 151);
  /* margin: 0 5%; */
}
.slides {
  position: relative;
  margin: 0;
  padding: 0;
}
.textSlide {
  position: absolute;
  list-style-type: none;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  font-size: 1.25rem;
}

#reviewArea {
  padding: 0 !important;
  background-color: #335073;
  color: white;
}

#revPic {
  padding: 0 !important;
}
#test {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1032px) {
  .fixFont {
    margin-top: 0rem !important;
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 915px) {
  .fixFont {
    margin-top: 0rem !important;
    font-size: 0.7rem !important;
  }
}

  @media only screen and (max-width: 826px) {
    .fixFont {
      font-size: 0.7rem !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .fixFont {
      font-size: 1.3rem !important;
    }

    #reviewArea {
      padding-bottom: 400px !important;
    }
  }

  @media only screen and (max-width: 475px) {
    .fixFont {
      font-size: 1.2rem !important;
    }

    #reviewArea {
      padding-bottom: 475px !important;
    }
  }

  @media only screen and (max-width: 380px) {
   
    #reviewArea {
      padding-bottom: 550px !important;
    }
  }

  @media only screen and (max-width: 374px) {
   
    #reviewArea {
      padding-bottom: 550px !important;
    }
  }

  #reviewArea h2 {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 450px) {
  #reviewArea {
    padding-bottom: 400px !important;
  }
}

#reviewCon {
  margin-top: 6rem;
}

#reviewTitle {
  width: 30%;
  height: 2px;
  background-color: #335073;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#before {
  color: #335073;
}

#review-btn {
  background-color: #335073;
  color: #fff;
  margin-top: 2rem;
}

#review-btn:hover {
  background-color: #456a97;
}

/* Commerical.html */

.titleImgContainer {
  width: 600px;
  padding-right: 0 !important;
  /* float: left; */
}

#containThis {
  position: relative;
}

.titleBox {
  width: 600px;
  height: 200px;
  background-color: black;
  position: absolute;
  top: 30px;
  left: calc(60vw - 600px);
  right: 10%;
  z-index: 100;
}

#serviceDesc {
  margin-top: 250px;

  padding: 0 !important;
  text-align: center;
}

.serviceDescP {
  background-color: red;
  padding: 20px;
}

.serviceTitle {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px;
}

.serviceText {
  text-align: left;
  font-size: 1.25rem;
}

#serviceContainer {
  background-color: rgb(238, 58, 58);
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  color: #fff;
}

.thumbs {
  padding: 5px;
}
.galleryCon a:hover {
  opacity: 0.5;
}

.galleryTitle {
  color: #335073;
}

/* Contact Us */
#contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background-color:#335073; 
  border-radius: 10px;
  /* margin-top: 30px; */
}

#contact-us .intext {
  border-radius: 5px;
  border: 2px solid #fff;
  outline:0;
  padding: 1rem;
  margin: 1rem 0;
  /* width: 90%; */
}

#contact-us .msgBox {
  padding: 1rem;
  /* width: 98%; */
  border-radius: 5px;
  outline:0;
  border: 2px solid #fff;
  height: 300px;
  margin: 1rem 0;
}

#contact-us .intext:focus {
  border: 2px solid #256cc2;
  transition: border .2s;
}

#contact-cont {
  position: relative;
  width: 100%;
  height: 100%;
}


  #contact-cont {
  max-width: 80vw;
  margin: 0 auto;
  }

  #contact-us .intext {
    width: 50%;
  }

  #contact-us .msgBox {
    width: 50%;
    height: 300px;
  }

  #sendBtn {
    width: 20%;
    min-width: 150px;
    margin-top: 2rem !important;
    background-color: rgb(226, 76, 76);
    border: 2px solid rgb(247, 48, 48);
    border-radius: 15px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
  }

  #sendBtn:hover {
    background-color: rgb(184, 61, 61);
    border-color: rgb(184, 61, 61);
  }

  @media (hover: none) {
    #sendBtn:hover { background-color: inherit; border-color: inherit; }
}



@media only screen and (max-width: 768px) {
  #contact-us .msgBox {
    width: 90%;
  }

  #contact-us .intext {
    width: 90%;
  }
}

@media only screen and (max-width: 450px){
  #contact-cont {
    max-width: 100vw;
  }
}


#contactTitle {
  color: #335073;
  font-weight: bold;
}

#sendbubble{
  position: absolute;
  top:-50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-radius: 50%;
  height: 100px;
  background-color: rgb(223, 37, 43);

}

.fa-envelope {
  font-size: 3rem;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  color: white;
}

#contactTitle {
  margin-bottom: 5rem;
  margin-top: 8rem;
}

#realFooter {
  background-color: #df252b;
  color: #fff;
}

#footer-list > ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#footer-list > ul > li {
  font-size: 1rem;
}

#copyright {
  margin-top: 6rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px){
  #copyright {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}



 a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


/* contact stuff */

.messageSent {
  margin-top: 3rem;
  background-color: #fff;
  padding: 20px;
  width: 30%;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: rgb(184, 61, 61);
}

@media only screen and (max-width: 768px) {
  .messageSent {
    width: 70%;


  }

}

.error {
  background-color: rgb(184, 61, 61);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;

}


