.home-header-title {
    color: #ffffff;
    font-size: 41px;
    font-weight: 800;
    filter: drop-shadow(3px 2px 0px #000000);
    margin-bottom: 15px;
}
.home-header-text {
    color: #ffffff;
    font-size: 27px;
    line-height: 31px;
    letter-spacing:0px;
    font-weight:400;
    
    filter: drop-shadow(2px 2px 0px #000000);
}
.home-header-content{
    position:relative;
    display:block;
}
.home-header-talk{
    font-size:32px;
    padding-top:10px;
    color: #ffffff;
    font-weight: 800;
    filter: drop-shadow(3px 2px 0px #000000);
    margin-bottom: 15px;
}

.about-color-box-title{
    color:#fff;
    font-size:35px;
    filter: drop-shadow(2px 2px 0px #000000);
}

.about-color-box-text{
    color:#fff;
    font-size:20px;
    padding-right:20px; filter: drop-shadow(2px 2px 0px #000000);
}

.map-list-item{
    /*filter: drop-shadow(2px 2px 1px #000000);*/
    display:list-item;
    font-size:21px;
    font-weight:400;
    margin-bottom:24px;
    line-height:29px;
}

.map-pop-text{
    color: var(--thm-gray);
    font-size: 17px;
    font-weight: 400;
}

.ul-page-list{
    list-style-type: disc;
    padding-left:20px;
}
.li-page-item{
    display:list-item;
}

.li-page-item-home{
    margin-top:7px !important;
}

.li-page-item-home::marker{
    font-size:25px;
    
}


ul.custom-bullets {
  list-style: none;
  padding-left: 20px;
}

ul.custom-bullets li {
  position: relative;
    marin-top:12px;
}

ul.custom-bullets li::before {
  content: "•";
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 40px; /* bullet size */
}

.service-box-dla{
    background:white;
    /*padding:5px;*/
    height:100%;
    /*filter: drop-shadow(1px 1px 3px #bcbcbc); */
    cursor: pointer;
}

.drop-menu-link{
    color:var(--thm-gray);
}
.drop-menu-holder{
    width:100%;
    /*height:300px;*/
    background-color:var(--thm-base);
    position:fixed;
    top:105px;
    border-bottom:1px solid #A1A1A1;
}

.tan-box-bkg{
    /*background-image: linear-gradient(#c1bab2, #847a70);*/
    background-image: linear-gradient(#c1bab2, #786f66);
}
.cranberry-box-bkg{
    background-image: linear-gradient(#fe6d9d, #c02056);
}
.green-box-bkg{
    background-image: linear-gradient(#8db3a3, #38746d);
}
.gray-box-bkg{
    background-image: linear-gradient(#919191, #606060);
}

.fs-16{
    font-size:16px;
}

a:hover{
            
    color:var(--thm-base) !important;
}

.service a:hover{
            
    color:#555555 !important;
}

.menu a:hover{
            
    color:#ffffff !important;
}

.service-padding-top{
        padding-top:25px;
        min-height:230px;
        padding-bottom:0px;
    }

    .about-title{
        font-size:25px !important;
    }

    .services-body{
        padding-top:2px;
        padding-left:10px;
        padding-right:10px;
        font-size:17px;
    }

.testimonial-quote{
    font-family:times;
    font-size:100px;
    color:var(--thm-base);
    font-weight:bold;

}

.testimonials-one__single:hover .testimonials-one__single-icon span {
    color: #ffffff;
}


.testimonials-one__single:hover .client-info .show1 {
    display:none;
}
.testimonials-one__single .client-info .show1 {
    display:block;
    border-radius:50%;
    width:70%;
    height:70%;
    margin-left:15%;
    margin-bottom:-10px;
}

.testimonials-one__single:hover .client-info .show2 {
    display:block;
    border-radius:50%;
    width:70%;
    height:70%;
    margin-left:15%;
    margin-bottom:-10px;
}
.testimonials-one__single .client-info .show2 {
    display:none;
}
        
        

.testimonials-one__single-icon {
    position: relative;
    display: block;
    margin-bottom: -30px;
    margin-top: 20px;
        }

      .main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: -40px;
}

 .testimonials-one__single{
            
    min-height:355px;
    padding-top:25px; 
    padding-bottom: 25px;
    padding-left:25px;
    padding-right:25px;
}

.lh-25{
    line-height:25px;
}

.projects-detalis__sidebar-single {
     margin-top:53px;   
}

/* Contact form validation */
.contact-form-field-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.contact-form-errors ul {
    padding-left: 1.25rem;
}

/* Submit button spinner */
.contact-form-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: contact-form-spin 0.7s linear infinite;
}
@keyframes contact-form-spin {
    to { transform: rotate(360deg); }
}

/* Age of Client number input – match other contact form inputs */
.contact-one__form-box .input-box input[type="number"] {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--thm-bdr-radius);
    transition: all 500ms ease;
    font-family: var(--thm-font-two);
    outline: none;
    -moz-appearance: textfield;
}
.contact-one__form-box .input-box input[type="number"]::-webkit-outer-spin-button,
.contact-one__form-box .input-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ========== Consolidated page styles (moved from inline <style> on each page) ========== */
html {
    scroll-behavior: auto !important;
}
.home-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-header-logo {
    position: relative;
    float: left;
    padding-top: 8px;
}
.home-faq-inner {
    padding-left: 0 !important;
}
.home-testimonial {
    padding-left: 0 !important;
}
.br-5 {
    border-radius: 5px;
}
.br-top-5 {
    border-radius: 5px 5px 0 0;
}
.br-btm-5 {
    border-radius: 0 0 5px 5px;
}
.agbalumo-regular {
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
    font-style: normal;
}
.contact-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(160, 28, 66, 0.93);
    content: "";
    z-index: -2;
}
.pl-2px {
    padding-left: 3px;
    color: #6e6e6e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-header-title { font-size: 35px; }
    .home-header-text { font-size: 28px; line-height: 40px; }
    .home-header-content { width: 50%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-header-title { font-size: 30px; }
    .home-header-text { font-size: 20px; line-height: 35px; }
    .home-header-content { width: 80%; }
}
@media only screen and (max-width: 767px) {
    .home-header-title { font-size: 25px; }
    .home-header-text { font-size: 20px; line-height: 25px; }
    .home-header-content { width: 100%; }
}
.faq-one-accrodion .accrodion-title {
    min-height: 77px;
}
.faq-one-accrodion.accrodion--min-50 .accrodion-title {
    min-height: 50px;
}
.faq-one-accrodion.accrodion--min-76 .accrodion-title {
    min-height: 76px;
}
.quote-line {
    height: 2px;
    opacity: .5;
    color: white;
    margin-left: 200px;
    margin-right: 200px;
}
.box-about {
    padding: 22px 10px 26px;
    min-height: 160px;
}
.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin-left: 3px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--thm-base);
    color: var(--thm-base);
}
.circle-title {
    margin-top: 20px;
    color: var(--thm-base);
}
.pd-120-0-90 {
    padding: 90px 0 90px;
}
.pr-55 { padding-right: 45px; }
.pl-55 { padding-left: 45px; }
.h3-team { font-size: 24px; margin-bottom: 6px; }
.icon-box-check {
    background-color: #e4e4ea;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
}
.text-white { color: #fff; font-size: 20px; }
.two-line-center { padding-top: 13px; }
.pl-pr-0 { padding-left: 0; padding-right: 0; }
.pink-box-bkg { background-image: linear-gradient(#ff76a4, #e53776); }
.tan-page-box-bkg { background-image: linear-gradient(#c1beb7, #888172); }
.light-green-box-bkg { background-image: linear-gradient(#a2d4bf, #6c9584); }
.light-box-bkg { background-image: linear-gradient(#eeeeee, #c5c5c5); }
.mh-190 { min-height: 190px; }
.tab-one__tabs .tab-buttons li { padding: 19px 64px 20px; }
.service-box-pad-left-box {
    padding-left: 100px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.service-box-pad-right-box {
    padding-left: 20px;
    padding-right: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.service-line-heading {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}
.terms-link,
.terms-link:hover,
.terms-link:focus,
.terms-link:visited {
    color: var(--thm-gray) !important;
    -webkit-transition: none;
}
.faq-three-line { min-height: 102px !important; }
.valueList ul li::marker { font-size: .9em; }
.core-titles { font-size: 23px; color: var(--thm-base); }
.testimonial-quote--90 { font-size: 90px; }
.testimonials-one__single--pb { padding-bottom: 15px; }
.cran-title { font-size: 25px; }
.pr-20px { padding-right: 20px; }
.learn-more-link { font-weight: bold; color: var(--thm-base); }
ol > li::marker { font-weight: 600; }
