html,
body {
  height: 100%;
  margin: 0%;
  padding: 0%;
}

/* prompt fonts as alternative */
body {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: bold !important;
  font-size: 1rem;
 
}


.bg-default {
  background: white;
  color: #000000;
}

.py-4 {
  padding-top: 0rem !important;
}

.py-4 {
  padding-bottom: 0rem !important;
}

.navbar {
  border-bottom: #ae9965 3px solid;
  font-size: 14px;
  text-transform: uppercase;
}

a.navbar-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}
li.nav-item {
  padding-left: 10px;
}

.card-text {
  height: 30px;
}

.tops {
  background-color: #29235c;
  color: white;   
  /* color: lightgray; */
  font-family: "source sans pro";
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
 
}

.col-sm-6.social.float-right {
  text-align: -webkit-right;
}

a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

.btn {
  margin-top: 5px;
  display: flex;
}

.btn-outline-primary {
  background-color: #ae9965 !important;
  color: #333333 !important;
  border-color: #ae9965 !important;
  font-weight: bold !important;
  min-width: 150px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ae9965 !important;
  background-color: #29235c !important;
  border-color: #29235c !important;
}

h4.card-title {
  color: black;
  margin-bottom: 20px;
  font-weight: bold;
}

h4.income {
  text-align: center;
}

.col-md-2.col-sm-6 {
  display: -webkit-inline-box;
}

body {
  padding-bottom: 40px;
}

.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #ae9965;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

nav#main-nav {
  box-shadow: 0 0.50rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ae9965 !important;
  font-size: 14px !important;
  text-transform: lowercase !important;
  font-family: "source sans pro" !important;
}

.dropdown-menu.show {
  background-color: #ae9965;
}

.hr {
  background-color: #000000;
}

p.first {
  font-weight: normal;
}

/* footer elements and social media */

.nb-footer {
  background: #171717;
  margin-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}
.nb-footer .footer-single {
  margin-top: 30px;
}
.nb-footer .footer-title {
  display: block;
  margin: 10px 0 25px 0;
}
.nb-footer .footer-single a {
  text-decoration: none;
}

.nb-footer .footer-single h2 {
  color: #eee;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #ae9965;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li {

  border-top: solid 1px #353535;
  z-index: -1;
}
.nb-footer .footer-single li:first-child {
  border-top: none;
}
.nb-footer .footer-single li a {
  color: #979797;
  font-size: 12px;
  padding: 6px 0px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover {
  color: #ae9965;
}
.nb-footer .footer-single li a:hover i {
  color: #ae9965;
}
.nb-footer .dummy-logo {
  margin-top: 11px;
  padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
  margin-right: 10px;
  border-radius: 20px;
  margin-top: 24px;
}
.nb-footer .brand {
  background: #ae9965;
}
.nb-footer .dummy-logo i {
  font-size: 50px;
  color: #fff;
  padding: 5px;
}
.nb-footer .dummy-logo p {
  color: #999;
  font-size: 12px;
}
.nb-footer .dummy-logo h2 {
  font-size: 24px !important;
  border-bottom: none;
  color: #696969;
  padding: 5px 0;
}
.nb-footer .btn-footer {
  border: 1px solid #ae9965;
  margin-top: 10px;
  color: #999;
}
.nb-footer .btn-footer:hover {
  background: #ae9965;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.nb-footer .useful-links li a {
  text-transform: uppercase;
}
.nb-footer .footer-project a {
  font-size: 13px;
}

.nb-footer .footer-project img:hover {
  opacity: 1;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title {
  margin-top: 0;
}
.nb-footer .footer-single p,
.footer-single address {
  color: #979797;
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.nb-copyright {
  background: #171717;
  padding-bottom: 10px;
}
.nb-copyright .copyrt {
  margin-top: 22px;
  font-size: 14px;
}
.nb-copyright .copyrt a {
  color: #ae9965;
}
.nb-copyright .footer-social {
  margin-top: 10px;
}
.nb-copyright .footer-social i {
  padding: 5px 10px;
  color: #999;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover {
  background: #ae9965;
  color: #fff;
}
.nb-copyright .footer-social .fa-facebook {
  padding: 5px 14px;
}
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .left-clear {
    padding-left: 0;
  }
  .right-clear {
    padding-right: 0;
  }
}

i.fab.fa-facebook {
  font-size: 25px;
}
i.fab.fa-twitter-square {
  font-size: 25px;
}
i.fab.fa-google-plus-square {
  font-size: 25px;
}
i.fab.fa-linkedin {
  font-size: 25px;
}

.col-sm-6.copyrt.xs-center {
  color: #ae9965;
}

/* contact form */

span.input-group-text.bg-default.text-white {
  background-color: #ae9965;
  border-color: #000000 !important;
}

input.form-control.bg-dark.text-white {
  border-color: black;
}
textarea.form-control.bg-dark.text-white {
  border-color: black;
}

input.form-control.bg-dark.text-white {
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.24);
}

textarea.form-control.bg-dark.text-white {
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.24);
}

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

i.fas.fa-user {
  color: black;
}

i.fas.fa-envelope {
  color: black;
}

i.fas.fa-pencil-alt {
  color: black;
}

/*important documents */

i.fas.fa-file-pdf {
  color: red;
  font-size: 20px;
}

span.mini-link {
  font-size: 12px;
  font-weight: normal;
}

/* accordion faq page */

.panel-group .panel {
  border-radius: 5px;
  border-color: black !important;
  border-width: 1px;
  padding: 0;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #c6b793;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  font-weight: bold;
  color: black;
  font-size: 15px;
}

.panel-title > a:hover {
  display: block;
  padding: 15px;
  font-weight: normal;
  color: black;
  font-size: 15px;
}

.short-full {
  float: right;
  color: #000;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: solid 1px #eeeeee;
  background-color: #f8f8f8;
  padding-left: 5px;
  padding-right: 5px;
}

ol {
  font-weight: 200;
}

img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

li.list-group-item {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-color: #c6b793;
}

li.list-group-item.d-flex.justify-content-between.align-items-center {
  margin-bottom: 5px;
}

button.list-group-item.d-flex.justify-content-between.align-items-center > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: -webkit-left;
  margin-bottom: 5px;
}

/* table */
td {
  font-weight: normal;
}

/* sitemap */
ul.sitemap {
  font-weight: normal;
}

/* table span color */

.colorB {
  float: left;
  background-color: #ae9965;
  width: 60px;
  height: 30px;
  color: #000;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}

#sixty {
  width: 110px;
}

#ninety {
  width: 160px;
}

#max {
  width: 210px;
}

/*home page tabs */
.col-md-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.mb-2 {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.col-md-2 {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.card.bg-default1.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #fff000;
  color: #232b2b !important;
}

.card.bg-default2.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #f9ed00;
  color: #232b2b !important;
}

.card.bg-default3.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #f2e600;
  color: #232b2b !important;
}

.card.bg-default4.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #eade00;
  color: #232b2b !important;
}

.card.bg-default5.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #e0d500;
  color: #232b2b !important;
}

.card.bg-default6.text-white {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #d8cd00;
  color: #232b2b !important;
}

.icons {
  text-align: center;
}

.btn-link {
  font-weight: 400;
}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url("../img/umbrella.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-image-2 {
  background: url("../img/family.jpg");
  background-size: cover;
}

.carousel-image-3 {
  background: url("../img/protection.jpg");
  background-size: cover;
}

.btn.round {
  border-radius: 24px;
}

h2.third {
  margin-top: 50px;
  margin-bottom: 50px;
}

#page-header {
  height: 200px;
  background: url("../img/family.jpg");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

p.fourth {
  font-weight: normal;
}

/* tabs  on products page*/
ul#myTab {
  background-color: #ae9965;
}

h2 {
  text-align: center;
}

.tabs {
  background-color: #ae9965;
  padding-top: 10px;
}

.tab-content > .active {
  display: none;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.col-lg-12.col-md-10 {
  padding-left: 0;
  padding-right: 0;
}

section#create-section {
  background-color: white;
}

a#profile-tab {
  color: black;
}
a#home-tab {
  color: black;
}
a#contact-tab {
  color: black;
}
a#about-tab {
  color: black;
}
a#product-tab {
  color: black;
}
a#docs-tab {
  color: black;
}

section#back {
  background-color: #ae9965;
  height: auto;
}

th {
  padding-left: 5px;
  padding-right: 5px;
  font-size: smaller;
  height: auto;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul.benefit {
  padding-left: 15px;
  text-align: center;
}

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 576px) {
  .tops {
    display: none;
  }
  a.btn.btn-outline-primary {
    font-size: small;
    min-width: 150px !important;
  }
  .button-links {
    width: auto;
  }

}

@media (min-width: 992px){
  a.adminButton {
    display: none !important;
}

}

@media (max-width: 790px) {
  .tops {
    display: none;
  }
}

/*

input[type=text], input[type=password] {
  width: 100%;
  padding: 10px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.submit{
  margin-top:15px;
}
.popup-btn a{
  top:400px;
  position:fixed;
  right:-90px;
  z-index: 1000;
  transform: rotate(-90deg);
  padding:10px 50px 35px;
  height: 0px;
  background-color: #ae9965;

  color:black;
}
.popup-btn a:hover{
  text-decoration: none;
  background-color: #29235c;

  color:#ae9965;
}
.form-part{
  padding: 20px 0px;
}
.modal-header{
  padding:10px 0px !important;
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1 !important; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  width: 80%;
  padding: 20px;
  border:3px solid #ae9965 !important;
}
.close {
  position: absolute;
  right:10px;
  top:8px;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
*/

/* button links full clickable area */

a.btn.btn-link {
  background-color: #c6b793;
  font-weight: bold;
  color: black;

  margin-bottom: 1px;
  font-family: "Source Sans Pro", sans-serif !important;
  text-align: left;
}

a.btn.btn-link > a:hover {
  font-weight: normal;
  font-size: 3px;
}

.button-links {
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.align-items-center {
  align-items: center !important;
}

.button-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-links li a:link,
#button-links li a:visited {
  display: block;
  align-content: center;
}

.button-links a:hover {
  font-weight: normal;
}

i.fa.fa-download {
  float: right;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #ae9965;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}

.my-float {
  margin-top: 22px;
}

.float img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
}

button.btn.btn-dark {
  top: 400px;
  position: fixed;
  right: -90px;
  z-index: 1000;
  transform: rotate(-90deg);
  padding: 10px 50px 35px;
  height: 0px;
  background-color: #29235c;
  color: #fff;
}

.modal-dialog {
  position: relative;
  width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.form-group {
  margin-bottom: 0rem;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
  font-size: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5rem;
  border-top: 1px solid #e9ecef;
}

button.btn.btn-primary {
  top: 400px;
  position: fixed;
  right: -90px;
  z-index: 1000;
  transform: rotate(-90deg);
  padding: 10px 50px 35px;
  height: 0px;
  background-color: #ae9965;
  color: black;
}
/*
h5.down {
  font-weight: bold;
  font-size: 15px;
}

h5.down > a:hover {
  font-weight: normal;

}
*/

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a.btn.btn-outline-primary {
  background-color: #ae9965;
  color: black;
  border-color: #ae9965;
}

.card-img-overlay-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.three {
  display: block;
  position: relative; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background-color: #f0fbfc;
  color: black; 
  width: 100%; 
}

.shadow.card-body {
  flex: 1 1 auto;
  padding: 0;
  background-color: #f0fbfc;
}

img.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.button-group {
  padding-bottom: 0.5rem;
}

.buttons {
  text-align: center;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ae9965 !important;
  background-color: #29235c !important;
  border-color: #29235c !important;
}

select {
  background-color: white;
}

hr.top {
  width: 60%;
  background-color: black;
}

hr.bottom {
  width: 20%;
  background-color: black;
}

hr.middle {
  width: 40%;
  background-color: #ae9965;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
  z-index: 1;
}

  .adminButton {
    position: fixed;
    height: 50px;
    width: 50px;
    background-color: #ae9965;
    border-radius: 50%;
    display: block;
    color: #000 !important;
    text-align: center;
    position: relative;
    
  }
  .adminButton:focus {
    color: #ae9965 !important;
    background-color: #29235c !important;
    border-color: #29235c !important;

  }

    .adminButton i {
      font-size: 18px;
    }

  .adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .adminButtons a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.15;
      color: #000 !important;
      opacity: 0;
      visibility: hidden;
      position: relative;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
      
    }

      .adminButtons a:hover {
        transform: scale(1.05);
      }

      .adminButtons a:nth-child(1) {background-color: #ff5722; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(3) {background-color: #f44336; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(4) {background-color: #4CAF50; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

      .adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
      }

  .adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
  }

    .adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
    }

    .adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
    }

    /* modal changes */

    h5#exampleModalLabel {
      margin-left: auto;
  }

/* CHAGE FOR MODAL HEADER */

  .modal-header {
    background-color: #29235c !important;
    color: #fff;
  }

  input#recipient-name {
    box-shadow: 0 0.10rem 1rem rgba(0, 0, 0, 0.15) !important
  }

  input#tel-input {
    box-shadow: 0 0.10rem 1rem rgba(0, 0, 0, 0.15) !important
  }
  
  select#FormControlSelect1 {
    box-shadow: 0 0.10rem 1rem rgba(0, 0, 0, 0.15) !important
  }
  
  textarea#message-text {
    box-shadow: 0 0.10rem 1rem rgba(0, 0, 0, 0.15) !important
  }
  .details {
    padding-bottom: .5rem;
}

