html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #555;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

h1 {
    font-family: 'Nunito-Bold';
    /* font-family: var(--bs-body-font-family); */
    font-size: 30px;
}

h2 {
    font-family: 'Nunito-Bold';
    font-size: 20px;
}

h3 {
    font-family: 'Nunito-Regular';
    font-weight: bold;
    font-size: 18px;
}

h4 {
    font-family: 'Nunito-Regular';
    font-weight: bold;
    font-size: 14px;
}	

.skip-to-content-link {
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 1021;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.skip-to-content-link {
  /* Same as  before */
  transition: transform 0.3s;
}

.navbar-white {
    display: block;
    padding: 0 0 20px 0;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bolder;
	box-shadow: 5px 0px 30px #888888;
    /* text-transform: uppercase; */
}

.nav-links {
    flex-direction: inherit !important;
}

.navbar-collapse {
    justify-content: flex-end !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

 
.nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: bold;
}

.dropdown-item:active {
    background-color: #006a4e;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006a4e;
}

 .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
 }

 #quotation-sidebar {
     min-height: 100%;
 }

.section {
    font-family: 'Nunito-Light', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    /* margin-top: 30px;
    margin-bottom: 60px; */
    /* padding-left: 50px !important; */
    padding-top: 50px;
    padding-bottom: 50px; 
    /* min-height: 95vh; */
}

.padded {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.img-icons {
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 50%;
    border: 3px #000 solid;
    margin: 20px 0;
}

.service-choice {
	padding: 5px;
	border: 1px solid #888;
	min-height: 300px;
}

.service-choice.active {
	border: 2px solid #333;
}

.service-upload {
    bottom: 20px;
    position: absolute;
    left: 5%;
    right: 5%;
    width: 90%;
}

.quick-register {
    background: url("../img/discount-bg.png");
    position: fixed;
    top: 10vh;
    right: 0;
    margin-top: 0%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    z-index: 3000;
    width: 650px;
    height: 370px;
    font-size: 13px;
}

.quick-register.quick-register-hide {
    -webkit-transform: translateX(614px);
    transform: translateX(614px);
}

.quick-register .quick-register-toggle {
    background-color: #512889; /*#26988a;*/
    position: relative;
    display: inline-block;
    width: 36px;
    height: 370px;
    color: #fff;
}

.quick-register .quick-register-toggle .toggle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 22px;
    color: #faeff3;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    overflow: hidden;
}

.quick-register .quick-register-toggle .bi-icon {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.quick-register.quick-register-hide .quick-register-toggle .bi-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quick-register .quick-register-content {
    padding: 25px 45px;
    width: 614px;
    height: 320px;
    position: relative;
}

.quick-register .quick-register-content .quick-register-inputs {
    position: absolute;
    width: 90%;
    bottom: 25px;
    left: 50px;
}

.blink-me {
    animation: blinker 1s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.cross-line {
    margin-top: -5px;
    border-top: 1px solid #7dc1b9;
}

.step-img {
    height: 67px;
    background-image: url("../img/check-teal.png");
    background-repeat: no-repeat;
    background-position: center;
}

.step-img.active {
    height: 67px;
    background-image: url("../img/check-yellow.png") !important;
    background-repeat: no-repeat;
    background-position: center;
}

.step-text {
    color: #7dc1b9;
    font-size: 14px;
}

.step-text.active {
    color: #efc179 !important;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block !important;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-caption h1 {
    font-family: var(--bs-body-font-family);
    font-size: 3rem;

    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.footer {
    vertical-align: middle;
    padding: 60px 0 30px;
    color: #fff;
}

.list-no-style {
    padding-left: 0;
    font-size: 14px;
}

.list-no-style li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #ffffff;
}

.footer a:active {
    color: #ffffff;
}

.footer a:visited {
    color: #ffffff;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 4px;
}

.modal-heading:before, .modal-heading:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 30px;
    width: 20%;
}

.modal-heading:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
    left: 10px;
}

.modal-heading:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
    right: 10px;
}


.modal-content {
    font-family: 'Umunu', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0;
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 14px; */
    /* border-radius: 10px; */
    top: 10vh;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}
  
.dropdown-toggle { outline: 0; }
  
.nav-flush .nav-link {
    border-radius: 0;
}
  
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }
  
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 918px) {
    .carousel-caption {
        line-height: 0.5;
        right: 5%;
        left: 5%;
        bottom: 10px;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
    }
}


.btn {
    /* box-shadow: none !important; */
    background-position: 0% !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.btn-file .file-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* font-size: 100px; */
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    /* visibility: hidden; */
}

.accordion-item {
    border: none !important;
}

#toast-container {
    top: 5vh !important;
}

.toast-success {
    background-color: #51A351 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}

.toast-error {
    background-color: #BD362F !important;
}

#login-form {
    background-image: url("../img/pencil.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 18%;
}

.d-none{
    display: none;
}

textarea {
    resize: none;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}



.home-intro {
	box-shadow: 0px 15px 20px #777777;
	font-size: 20pt;
	background-image: url('../img/handshake2.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 50px;
}

.index-wrapper {
	position:relative;
	padding: 50px 10px 10px;
	min-height: 370px;
}

.magnifier {
	position: absolute;
	right: 10%;
	bottom: -250px;
	width: 450px;
}

.about-wrapper {
	background: #eee;
	position: relative;
	padding-top: 40px;
	min-height: 250px;
}

@media (max-width: 1200px) {
    .magnifier {
		width: 350px;
	}
}

@media (max-width: 992px) {
    .magnifier {
		width: 250px;
	}
}

@media (max-width: 767px) {
    .magnifier {
		display:none;
	}
	
	.index-wrapper {
		position:relative;
		padding: 50px 10px 10px;
		min-height: 400px !important;
	}
}

@media (max-width: 575px) {
	.about-wrapper {
		min-height: 150px !important;
	}
}

@media (max-width: 433px) {
	.index-wrapper {
		position:relative;
		padding: 50px 10px 10px;
		min-height: 470px !important;
	}
}