@charset "UTF-8";

:root {
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: "Plus Jakarta Sans";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #1B1F22;
--bs-body-bg: #fff;
}

/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/* font-family: 'Lato', sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */



html {
  scroll-behavior: smooth;
}



body {
  margin: 0;
  /* font-family: 'Source Sans 3', sans-serif; */
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



#servicesSelectMenuLabel {
  visibility: hidden;
}

#quote .form-floating>.form-select {

}

.form-floating>.form-select {
  padding: 0;
}



.btn-read-more {
  background-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
}


.navbar .navbar-nav .nav-link-quote {
  text-decoration: none;
  background-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 1.0rem;
  padding: 0.5rem 2.5rem;
}
.navbar .navbar-nav .nav-link-quote:hover {
  background-color: rgba(125, 103, 189, 0.85);
  color: #FFFFFF;
}











/*
/-------------------------------------------------------------------------------
/ Loading Animation
/-------------------------------------------------------------------------------
*/

#loadingAnimation {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#loadingAnimation.show {
  background-color:
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
.center {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #1D1E22; */
}
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, #7D67BD, #FFFFFF);
  /* background: linear-gradient(45deg, cyan, #fff); */
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


















#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  /* font-family: "Roboto Slab", serif; */
  /* font-family: "Roboto Slab", sans-serif; */
  font-family: "Roboto Slab",serif;
  /* font-family: 'Source Sans 3', sans-serif; */
  font-weight: 600;
  line-height: 1.2;
  color: #010a35;
}


.custom-image {
  max-width: 80%;
  height: auto;
}

@media (max-width: 991px) {
  .custom-image {
    max-width: 100%;
    height: auto;
  }
}





/*
/-------------------------------------------------------------------------------
/ Template for a button
/-------------------------------------------------------------------------------
*/

button, btn-ss {
  background-color: #7D67BD;
  color: #FFFFFF;
  padding: 1.0rem 2.25rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}
button:hover, .btn-ss:hover {
  filter: brightness(90%);
}

.btn {
  background-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #7D67BD;
  border-color: #7D67BD;
  filter: brightness(90%);
}

.btn-read-more {
  background-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
}

.btn-services {
  background-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
}
.btn-services:hover {
  color: #FFFFFF;
  background-color: #7D67BD;
  border-color: #7D67BD;
  filter: brightness(90%);
}



/*
/-------------------------------------------------------------------------------
/ Get Quote Form
/-------------------------------------------------------------------------------
*/

#copy-text {
    margin-bottom: 10px;
  }
  #notification {
    display: none;
    color: green;
    font-size: 0.9em;
    transition: opacity 1s ease-out;
  }

#quote #contactForm #message {
  height: 20rem;
  max-height: 50rem;
  min-height: 20rem;
}

.btn-quote-form-submit {
  background-color: #1D1E22;
  border: solid 1px #1D1E22;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 0.75rem 0rem;
  width: 100%;
}
.btn-quote-form-submit:disabled {
  color: #FFFFFF;
  background-color: rgba(125, 103, 189);
  border-color: rgba(125, 103, 189);
  opacity: 0.7;
  pointer-events: none;
}
/* When px value is greater than 768px...Run the Code */
@media (max-width: 576px) {}





/*
/-------------------------------------------------------------------------------
/ Contact Form
/-------------------------------------------------------------------------------
*/

#copy-text {
    margin-bottom: 10px;
  }
  #notification {
    display: none;
    color: green;
    font-size: 0.9em;
    transition: opacity 1s ease-out;
  }

#contact #contactForm #message {
  height: 20rem;
  max-height: 50rem;
  min-height: 20rem;
}
/* When px value is greater than 768px...Run the Code */
@media (max-width: 576px) {

}

.form-errors {
  list-style-type: none;
  padding: 0.5rem 1rem 0rem 1rem;
}
.form-errors li {
  color: var(--bs-form-invalid-color); /* #dc3545 */
  font-size: 0.875em;
}
.help-block {
  padding: 0;
}

/* Contact Page - Contact Form Submit Button */
.btn-contact-form-submit {
  background-color: #7D67BD;
  border: solid 1px #7D67BD;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 0.75rem 0rem;
  width: 100%;
}
.btn-contact-form-submit:disabled {
  color: #FFFFFF;
  background-color: rgba(125, 103, 189);
  border-color: rgba(125, 103, 189);
  opacity: 0.7;
  pointer-events: none;
}

.project-indicators [data-bs-target] {
  background-color: #FFFFFF;
  box-sizing: content-box;
  margin: 0px 3px;
  width: 40px;
}


.gradient-custom {
     background: radial-gradient(50% 123.47% at 50% 50%, #00FF94 0%, #720059 100%), linear-gradient(121.28deg, #669600 0%, #FF0000 100%), linear-gradient(360deg, #0029FF 0%, #8FFF00 100%), radial-gradient(100% 164.72% at 100% 100%, #6100FF 0%, #00FF57 100%), radial-gradient(100% 148.07% at 0% 0%, #FFF500 0%, #51D500 100%);
     background-blend-mode: screen, color-dodge, overlay, difference, normal;
}
 .carousel-indicators [data-bs-target] {
     border-radius: 50%;
     width: 10px;
     height: 10px;
}


.btn-yardners {
  background-color: #7D67BD;
  border-color: #7D67BD;
  color: #FFFFFF;
}
.btn-yardners:hover {
  background-color: #406D48;
  border-color: #406D48;
  color: #FFFFFF;
}

/* Home Page Buttons */
.btn-contact {
  background-color: #7D67BD;
  border-color: #7D67BD;
  color: #FFFFFF;
}
.btn-contact:hover {
  background-color: #528D5D;
  border-color: #528D5D;
  color: #FFFFFF;
}

.btn-services-read {
  background-color: #FFFFFF;
  border-color: #7D67BD;
  color: #7D67BD
  border-radius: 0%;
}
.btn-services-read:hover {

}

/*
/-------------------------------------------------------------------------------
/ SECTION GENERAL
/-------------------------------------------------------------------------------
*/

section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #F8F9FA;
}

.section-title {
  text-align: center;
  padding: 0px 8% 30px 8%;
}

.section-title h2 {
  font-size: 32px;
  /* font-weight: bold; */
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #7D67BD;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*
/-------------------------------------------------------------------------------
/
/-------------------------------------------------------------------------------
*/




/*
/-------------------------------------------------------------------------------
/ SECTION ABOUT - HOME PAGE
/-------------------------------------------------------------------------------
*/

.about {
  padding: 100px 0px;
}

.about img {
  max-height: 600px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #7D67BD;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*
/-------------------------------------------------------------------------------
/ SECTION SERVICES - HOME PAGE
/-------------------------------------------------------------------------------
*/

.services .icon-card .btn-yardners {
  background-color: #F8F9FA;
  border: #7D67BD 1px solid;
  color: #7D67BD;
  border-radius: 0%;
  margin-top: 1rem;
}
.services .icon-card .btn-yardners:hover {

}

.icon-card {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  padding: 4.5rem;
}

.icon-card .icon {
  padding: 1rem;
  text-align: center;
}

.icon-card .icon-card-title {
  font-size: 18px;
  /* font-weight: bold; */
  text-transform: uppercase;
  position: relative;
}



.icon-card .icon-card-title .icon-card-text {

}

.icon-card .material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
  font-size: 48px;
  color: #7D67BD;
}


/*
/-------------------------------------------------------------------------------
/ FOOTER SOCIAL BUTTONS
/-------------------------------------------------------------------------------
*/

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #1D1E22;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #fed136;
}




/*
/-------------------------------------------------------------------------------
/ TESTIMONIALS
/-------------------------------------------------------------------------------
*/

/* .testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1544914379-806667cd9489?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1631&q=80");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1512207736890-6ffed8a84e8d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1479&q=80");
}
.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.carousel-control-prev, .carousel-control-next {
  background-color: gray;
  border-radius: 50%;
  padding: 1rem;
  margin-top: 8%;
  width: 10%;
  height: 10%;
  margin-top: -50px;
} */





/*
/-------------------------------------------------------------------------------
/ Scroll To Top Button
/-------------------------------------------------------------------------------
*/

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  /* line-height: 0; */
  border: 1px solid #7D67BD;
  border-radius: 0.5rem;
  outline: none;
  background-color: rgba(125, 103, 189);
  color: #FFFFFF;
  cursor: pointer;
  padding: 7px 14px;
}

#scrollTopBtn i {
  line-height: 0;
  padding-top: 17px;
}

/* Apply if Width is equal to or less than 768px */
@media (max-width: 768px) {
  #scrollTopBtn {
    font-size: 18px;
    padding: 6px 12px;
    bottom: 0.8rem;
    right: 0.8rem;
  }
}






/*
/-------------------------------------------------------------------------------
/ FOOTER
/-------------------------------------------------------------------------------
*/

.footer h6 {
  font-size: 24px;
}




/*
/-------------------------------------------------------------------------------
/ PROJECTS
/-------------------------------------------------------------------------------
*/


/* .project-title {
	color: rgba(255, 255, 255, 1.0);
	text-align: left;
	margin-bottom: 0px
} */
.project {
	position: relative;
	width: 90%;
	max-width: 400px;
  height: 90%;
  max-height: 300px;
	margin: auto;
	overflow: hidden
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); */
}
.project .project-overlay {
	/* background: rgba(0, 0, 0, 0.5); */
  /* background-color: rgba(125, 103, 189, 0.6); */
  background-color: rgba(33, 37, 41);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.55; /* Change to add Overlay */
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}
.project:hover .project-overlay {
	opacity: 0.8;
}
.project-image {
	width: 100%
}
img {
	/* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	/* border-radius: 5px */
}
.project-details {
	position: absolute;
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
.project .project-details { /* Project Title */
	top: 80%;
	left: 55%;
	opacity: 1;
}
.project .project-details .project-title {
  color: rgba(255, 255, 255, 1.0);
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.project .project-details .project-title a {
  text-decoration: none;
  color: #FFFFFF;
}
.project .project-details .project-text {
  margin: 0;
  padding: 0;
}
.project .project-details .project-text a {
  text-decoration: none;
  color: #FFFFFF;
}

.project-details h4 { /* Project Title */
	/* color: rgba(255, 255, 255, 1.0); */
	/* font-weight: 400; */
  /* font-family: 'Lato', sans-serif; */
  /* font-size: 1.2rem; */
	/* margin-bottom: 0em; */
  /* margin-top: 0em; */
	/* text-transform: uppercase; */
  /* margin: 0; */
}
.project-details p {
	color: rgba(255, 255, 255, 1.0);
	font-size: 0.9em
  margin-top: 6em;
}
.project .project-details p {
	color: rgba(255, 255, 255, 1.0);
	font-size: 0.9em
}
.project-icon {
	/* color: rgba(125, 103, 189); */
  color: rgba(255, 255, 255, 1.0);
  font-weight: 600;
	font-size: 2.5rem;
  padding-left: 1em;
  padding-right: 1em;
  opacity: 1;
  top: 60%;
	left: 50%;
  position: absolute;
	text-align: center;
  width: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out 0s;
}
.project:hover .project-icon {
	top: 60%;
	left: 50%;
	opacity: 1;
}
/* Moves Center Icon Starting Position */
.fadeIn-bottom {
	top: 60%
}
.project-col {
  padding-bottom: 1rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  width: 20%;
}
.carousel-indicators {
  display: flex;
  /* bottom: -55px;
  margin-top: 20px; */
}
.carousel-indicators button {
  width: 20px;
  height: 5px;
}




.services-page {

}

.services-page .services-card-title  {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
}


.about-page {

}




/*
/-------------------------------------------------------------------------------
/ SERVICES
/-------------------------------------------------------------------------------
*/

.services-card {
  /* border: 1px solid #DC3545; */
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  padding: 3rem;
}
.services-card:hover {
  transform: scale(1.0);
}
.services-card:hover .services-card-button a {
  background-color: rgba(125, 103, 189);
  color: #FFFFFF;
}
.services-card .bi {
  color: rgba(125, 103, 189);
  font-size: 3rem;
}
.services-card-title {
  text-transform: uppercase;
  font-weight: 600;
}
.services-card-content {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
  text-align: center;
}
.services-card-button {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.services-card-button a {
  /* font-size: 12px; */
  background-color: #7D67BD;
  border-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
}
/* SERVICES ICONS */
.services-card .material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
  font-size: 60px;
  color: #7D67BD;
}

.services-card-button a:hover {
  color: #FFFFFF;
  filter: brightness(90%);
}

.services-card .services-card-button {
  background-color: #FFFFFF;
  color: #FFFFFF;
}


/*
/-------------------------------------------------------------------------------
/ SERVICES
/-------------------------------------------------------------------------------
*/

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}


/*
/-------------------------------------------------------------------------------
/ FOOTER
/-------------------------------------------------------------------------------
*/

/* footer .footer-section .footer-social-icon {
  color: #A46D60;
  background-color: #360D20;
  margin-right: 0.2rem;
}
footer .bi {
  padding: 0.65rem;
  font-size: 1.75rem;
  width: 0.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #1D1E22;
  color: #FFFFFF;
}
footer .bi:hover {
  background-color: rgba(255, 255, 255);
  color: rgba(33, 37, 41);
} */

footer .nav-item .nav-link {
  color: rgba(255, 255, 255);
}


@media (max-width: 991px) {
  .footer-cols {
    text-align: center;
  }
  .footer-cols .d-flex {
    justify-content: center;
  }
}


/*
/-------------------------------------------------------------------------------
/ PAGE HEADER + BREAD CRUMBS
/-------------------------------------------------------------------------------
*/

.pageheader {
  height: 450px;
  text-align: center;
  color: black;
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../image/bg.jpg);
  /*background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../image/bg1.jpg);*/
  /*background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../image/2-bg.jpg);*/
   /*background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1544914379-806667cd9489?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1631&q=80"); */
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?crop=entropy&cs=tinysrgb&fm=jpg&ixlib=rb-1.2.1&q=80&raw_url=true&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470"); */
  /* background-image: url("https://images.unsplash.com/photo-1512207736890-6ffed8a84e8d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1479&q=80"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pageheader .row {
  padding-top: 8rem;
}
.pageheader .pageheader-title {
  color: #FFFFFF;
  font-size: calc(1.7rem + 3.3vw);
  line-height: 1.2;
  font-weight: bold;
}

.pageheader .pageheader-nav-breadcrumb .breadcrumb-item a {
  color: #F8F9FA;
  text-transform: capitalize;
  font-size: 1.1rem;
}
.pageheader .pageheader-nav-breadcrumb .breadcrumb-item {
  color: #F8F9FA;
  text-transform: capitalize;
  font-size: 1.1rem;
}
.pageheader .pageheader-nav-breadcrumb .breadcrumb-item.active {
  color: #6BC387;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.pageheader .pageheader-nav-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}
.pageheader .pageheader-nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding: 0rem 0.5rem;
}





/*
/-------------------------------------------------------------------------------
/ BREAD CRUMBS
/-------------------------------------------------------------------------------
*/

.nav-breadcrumb {
  --bs-breadcrumb-divider: '/';
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(125, 103, 189);
}
.breadcrumb-item {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-item a {
  color: rgba(125, 103, 189);
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #FFFFFF;
}





/*
/-------------------------------------------------------------------------------
/ MASTERHEADER
/-------------------------------------------------------------------------------
*/

header.masterheader {
  text-align: center;
  color: black;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../image/bg.jpg); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* padding-bottom: 20rem; */
  /* height: 900px; */
  height: 100vh; /* Sets the image height to be 100% of the viewport height */
  width: auto;
  object-fit: cover; /* Ensures the image covers the full area without distorting */
}

header.masterheader .container {
  padding: auto 0;
}

header.masterheader .row {
  /* padding-top: 12rem; */
}

header.masterheader .btn-masterheader-contact {
  background-color: #7D67BD;
  border-color: #7D67BD;
  color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1.0rem 2.25rem;
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
header.masterheader .btn-masterheader-contact:hover {
  filter: brightness(90%);
}
header.masterheader .btn-masterheader-services {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1D1E22;
  border-radius: 0.5rem;
  padding: 1.0rem 2.25rem;
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
header.masterheader .btn-masterheader-services:hover {
  background-color: #1D1E22;
  border-color: #1D1E22;
  color: #FFFFFF;
}


@media (max-width: 820px) {
  header.masterheader .row {
    /* padding-top: 14rem; */
  }
  .breadcrumb-item {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  header.masterheader .row {
    /* padding-top: 12rem; */
  }
  .breadcrumb-item {
    font-size: 0.9rem;
  }
}

/* When px value is greater than 768px...Run the Code */
@media (max-width: 576px) {

}



/*
/-------------------------------------------------------------------------------
/ TOP NAVIGATION
/-------------------------------------------------------------------------------
*/

/* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../image/bg1.jpg); */

/* .topnav {
  background-image: linear-gradient(to right, rgba(33, 37, 41, 0.2), rgba(33, 37, 41, 0.3));
  background-color: #F8F9FA; White

  color: #F8F9FA;
}
.topnav .breadcrumb li a {
  color: #F8F9FA;
  font-size: 0.875rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(248, 249, 250);
}
.breadcrumb-item-text {
  font-size: 0.875rem;
} */



/*
/-------------------------------------------------------------------------------
/ NAVIGATION
/-------------------------------------------------------------------------------
*/


/* .navbar {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
} */

.navbar {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: box-shadow 0.15s ease-in-out;
}
/* .navbar.sticky-top {
    top: -100px;
    transition: .5s;
} */
.navbar-nav {
  padding-left: 10rem;
}
.navbar-brand {
  background-color: rgba(33, 37, 41);  /* 7D67BD */
  padding: 1.7rem 2rem 1.7rem 2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-brand-text { /* Sets just the text */
  font-family: 'Source Sans 3', sans-serif;
  color: #F8F9FA;
  font-size: 1.9rem;
}
.navbar-brand h1 {

}
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  /* padding: 0.5rem 0rem; */
  /* color: rgba(236, 236, 237); */
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-nav .nav-item .nav-link:hover {
  padding-bottom: 0.35rem;
  border-bottom: 3px solid rgba(125, 103, 189);
  /* transition: .2s ease; */
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  padding-bottom: 0.35rem;
  border-bottom: 3px solid rgba(125, 103, 189);
  color: rgba(255, 255, 255, 1.0);
}
.navbar-nav .nav-item {
  padding: 1.4rem 1rem;
  font-size: 0.9rem;
}
.navbar .container-fluid {
  /* margin-left: -1rem; */
}
.active, .navbar-nav .nav-item:hover {
  /* padding-bottom: 0.1rem;
  border-bottom: 3px solid rgba(125, 103, 189);
  transition: 100ms; */
  /* transform: translate(-50%, -50%); */
  /* transform: translateY(-1px); */
  /* transform: scale(1.03); */
}

@media (max-width: 400px) {
  .navbar-brand {
    padding: 1.0rem 1.5rem 1.0rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media (max-width: 1400px) {
  .navbar-nav {
    padding-left: 0rem;
    align-items: center;
  }
}








/*
/-------------------------------------------------------------------------------
/ FOOTER
/-------------------------------------------------------------------------------
*/

#footer {
  font-size: 14px;
  /* background: #7D67BD; */
  background-color: rgba(33, 37, 41, 0.9);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #7D67BD;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #7D67BD;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1D1E22;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #7D67BD;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #7D67BD;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #7D67BD;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #7D67BD;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background-color: #1D1E22;
  border: 1px solid #7D67BD;
  /* border-color: #7D67BD; */
  color: #7D67BD;
  line-height: 1;
  padding: 8px 0;
  margin-right: 0.8rem;
  /* border-radius: 50%; */
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  /* background-color: #FFFFFF; */
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}


/*
/-------------------------------------------------------------------------------
/ Testimonials Section Using Owl-Carousel
/-------------------------------------------------------------------------------
*/


.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #1D1E22;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff; /* Background Color of Not Active Dot */
      border: 2px solid #1D1E22; /* Border Color of the Dot */
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #1D1E22;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #1D1E22;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}




/*
/-------------------------------------------------------------------------------
/ Error Pages
/-------------------------------------------------------------------------------
*/

.button-yardners {
  color: #7D67BD;
}
