.logo img{ float:left; margin-right:5px;height: 65px;}
.logo .sitename{ float:left; color:#053357;}
.logo .sitename span{ font-size:20px !important;}
.header_top {
    background: #fff;
    padding-top:10px;
    padding-bottom: 10px;
}
.btn-close{ float:right;}
.modal-title{ float:left; font-size:16px; font-weight:bold;}
p{ font-size:15px;}
.main p , .main span, .main ul li { font-size:15px; line-height:25px;}
button[type="submit"]{ margin-top:20px; background-color:#f65245; color:#fff; padding:15px 20px; border:none; font-weight:bold;}
.post-item h4{ font-size:15px; color:#053357;}
.post-item h4 a{ font-size:15px; color:#053357; line-height:25px;}
.page-title {background: url("../images/banner.jpg") no-repeat;
    background-size: auto;
  background-size: cover;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
  text-align:center;
  color:#fff;
}
.breadcrumbs {
  background: none;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumbs ol li {
  list-style: none;
  float: left;
  padding-right: 10px;
  color: #ffffff;
  background: 0;
}

.breadcrumbs ol li:last-child {
  padding-right: 0;
}

.breadcrumbs ol li.active a {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.breadcrumbs ol li a {
  font-size: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs ol li a::after {
    content: " > ";
    margin: 0 5px;
    color: #888; /* Adjust the color as needed */
}
.starter-section{ padding-top:30px; padding-bottom:30px;}
article{ border-bottom:1px dashed #ccc; padding-bottom:10px;}
article h2{ font-size:16px;}
.responsive_logo img{ height:40px; float:left; padding-right:10px;}
.responsive_logo .sitename{ float:left;}
.responsive_logo .sitename span{ font-size:16px !important; color:#fff; }
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #F65245;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
  padding: 11px;
  margin-top: 8px;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #F65245, transparent 20%);
  color:  #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
:root {
  scroll-behavior: smooth;
}
.bxshdow{
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #bbb;
    overflow: hidden;	
}
.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)
  }
}
ul.tt-footer-list li{ display:inline-block;}
ul.tt-footer-list 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;
}
.tt-footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tt-copy {
    font-size: 15px;
    line-height: 20px;
    color: #485866;
    background: #022038;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 600px) {
	.tt-header { padding-bottom:20px;}
}