.logo-box img{
	float:left;
	margin-right:5px;
	max-width:90px !important;
	padding-top:20px;
}
.logo-box .sitename  {padding-top:20px;}
.logo-box .sitename br{ display:none;}
.logo-box .sitename span{ font-size:17px !important; display:block;}
.logo-box { height:100px;}
article{ border-bottom:1px dashed #ccc;}
.page-title{position: relative;
  padding:
175px 0px 80px 0px;
  background:
url(../images/about/bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 100%;
  background-size: cover;
  background-position:
center center;
  background-repeat: no-repeat; margin-bottom:30px;}
  .page-title::before {
  position: absolute;
  content: '';
  background:
#2c3038;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .5;
}
  .page-title h1{
  position: relative;
  font-size: 40px;
  font-family: 'Montserrat',sans-serif;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  text-align:center;
  }
  .breadcrumbs ul li{ display:inline-block;}
  .breadcrumbs a {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #669a55;
  font-weight: 600;
}
.breadcrumbs ol {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li {
    position: relative;
    color: white;
    font-weight: 500;
}

.breadcrumbs ol li:not(:last-child)::after {
    content: ">"; /* Right arrow */
    margin-left: 10px;
    color: white; /* Adjust arrow color */
    font-weight: bold;
}
#starter-section, #blog-posts { padding-bottom:50px;}
#starter-section p, #starter-section span, #starter-section ul li,.modal-body p, .modal-body span, .modal-body ul li{ font-size:16px !important; color:#000 !important;}
#starter-section ul , #starter-section ul li{ list-style:disc !important;}
.post-item h4, .post-item h4 a{ font-size:16px !important;}

.modal-header{ padding-bottom: 35px;}
.btn-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  float:right;
}

.btn-close::before {
  content: "×"; /* Close symbol */
  font-size: 3rem;
  color: #000;
  position: absolute;
  top: -24px;
  right: 0;
  line-height: 1;
}
.footer-social{ list-style:none; padding-top:20px;}
.footer-social li {  display:inline-block;}
.footer-colmun a{ padding:7px; font-size:17px; line-height:30px;}
.copyright a{font-size: 17px;}
#footerkeydats img { margin-bottom:5px;}
.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)
  }
}
.main-footer {
    position: relative;
    background: #24314f;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3a4661;
}
.footer-bottom {
    position: relative;
    padding: 10px 0px 11px 0px;
    background: #24314f;
    width: 100%;
}