.header__area-menubar-left-logo img{ float:left; margin-right:10px;}
.header__area-menubar-left-logo .sitename{float:left;}
.header__area-menubar-left-logo .sitename span{ font-size:20px; line-height:39px;}
.footer__one-widget p {
    color: var(--color-8);
    margin: 10px 0px 0px;
}
h1 {
    font-size: 30px;
}
h3.widget-title {
    font-size: 25px;
}
.post-item h4{
	font-size: 15px;
}
h2.title{font-size: 16px; }
article { border-bottom:1px dashed #ccc;}
.widgets-container {
    background-color: var(--surface-color);
    padding: 30px;
    margin: 60px 0 30px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.page-title {
    background: url('../images/bc.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px; /* Adjust height as needed */
    text-align: center;
	color:#fff;
	margin-bottom:30px;
}

.page-title .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.breadcrumbs ol {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.breadcrumbs ol li a {
    color: white;
    text-decoration: none;
}
.page-title h1{ color:#fff;}
.breadcrumbs ol li:not(:last-child)::after {
    content: ">"; /* Right arrow */
    margin-left: 10px;
    color: white; /* Adjust arrow color */
    font-weight: bold;
}
#starter-section p , #starter-section ul li , .starter-section span{ font-size:16px !important;}
.footer__one h5{ text-decoration:underline;}
.top__bar-left a{
	color:#F7D478;
}

.top__bar-three .top__bar-left ul li i {
	color:#F7D478;
}
.modal-backdrop{ position:absolute;}
.call_me,
    .call_me::before{
        left:5px !important;
        bottom:5px !important;
    }
.call_me, .call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f);
}
.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 100000 !important;
    cursor: pointer;
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite;
}
.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001;
}	
@-webkit-keyframes uptocallmini {
  0% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }

  80% {
      opacity: 0;
      -webkit-transform: scale(1.5, 1.5)
  }

  85% {
      -webkit-transform: scale(.5, .5);
      opacity: 0
  }

  100% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }
}

@keyframes uptocallmini {
  0% {
      transform: scale(1, 1);
      opacity: .5
  }

  80% {
      opacity: 0;
      transform: scale(1.5, 1.5)
  }

  85% {
      transform: scale(.5, .5);
      opacity: 0
  }

  100% {
      transform: scale(1, 1);
      opacity: .5
  }
}


@-webkit-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@-moz-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}
.footer-widget-menu ul li{ display:inline-block;}
.footer-widget-menu ul li:not(:first-child)::before {
    content: "|" !important;

    left: 0;
    color: #fff !important; /* white color */
    padding-right: 10px; /* optional spacing after the pipe */
	font-size: 12px;
    line-height: 27px;
}
.footer__one {
    background: var(--color-1);
    padding: 20px 0 15px 0;
    position: relative;
    z-index: 1;
}
.copyright__area {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(var(--border-color-2), 0.1);
}
@media screen and (max-width: 600px) {
  .header__area-menubar-left-logo img, .logo img {
	  max-width:80px !important;
	  float:left;
	  margin-right:10px;
  }
  .header__area-menubar-left-logo  .sitename, , .logo  .sitename{
  float:left;
  }
   .header__area-menubar-left-logo  .sitename span , .logo  .sitename span{
	  font-size:17px !important;
	  line-height:30px !important; 
   }
  .logo  .sitename span{ color:#fff !important; display:inline-block;}
}.header__area-menubar-left-logo .sitename {       color: #fff;}.sitename{color: #fff;}.about__three-left-experience {    padding: 16px 38px 16px 15px;    border-radius: 15px;    background: var(--primary-color-1);}