 .serviceBox1{
  padding: 50px 35px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom-color: #007bff;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover{ border: 1px solid #007bff; }
.serviceBox1:before,
.serviceBox1:after{
  content: "";
  width: 70%;
  height: 5px;
  background: #007bff;
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 35%;
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover:before,
.serviceBox1:hover:after{
  opacity: 1;
  left: 50%;
}
.serviceBox1:after{
  top: auto;
  bottom: -3px;
}

.serviceBox1 .title{
  font-size: 2.0rem;
  /*font-weight: bold;*/
  color: #252525;
  margin: 0 0 10px 0;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover .title{ color: #007bff; }
.serviceBox1 .description{
  font-size: 14px;
  color: #565656;
  line-height: 25px;
  margin: 0;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover .description{
  margin-top: -20px;
  padding-bottom: 20px;
}
.ssv{
    display:block;
}
.mbv{
    display:none;
}
@media only screen and (max-width:990px){
  .serviceBox1{ margin-bottom: 30px; }
  .ssv{
    display:none;
}
.mbv{
    display:block;
}

 .home {
    width: 100%;
    height: 500px;
  }
   .header {
    height: 60px;
    top: 0px;
    width: 100%;
  }
  .header.scrolled {
  top: 0px;
}
}
.service_item {
border: solid #007bff;
border-width: 2px;
border-radius: 20px;
padding: 15px;
}
.service_item:hover{
border: solid #007bff;

} 
.vertical-tab{
    /*font-family: 'Montserrat', sans-serif;*/
    display: table;
    width: 100%;
}
.vertical-tab .nav-tabs{
    width: 25%;
    min-width: 25%;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.vertical-tab .nav-tabs li{ float: none; line-height: 47px;text-align: left;}
.vertical-tab .nav-tabs li a{
    color: #333;
    /*background: #f5f5f5;*/
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 15px 10px;
    margin: 0 0 10px 0;
    border: none;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: red;
    
}
.vertical-tab .nav-tabs a{
 color: #000;
}
.vertical-tab .nav-tabs a.active{
 color: red;
}
.vertical-tab .tab-content{
    color: #000;
    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    
    border-left: 4px solid #9b9898;;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        margin: 0 0 10px;
        display: block;
    }
    .vertical-tab .nav-tabs li a{
        padding: 15px 10px 14px;
        margin-bottom: 10px;
    }
    .vertical-tab .tab-content{
        font-size: 14px;
        display: block; 
    }
}

.announcement-section {
  display: flex;
  background:#fff;
  overflow: hidden;
}
.announcement-head {
  width: auto;
  background: var(--primary);
  padding: 22px;
  border-radius: 0 15px 15px 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 25.47px;
  text-align: center;
  z-index: 1;
  color: white;
  min-width: 250px;
}
.announcement-text {
  width: 100%;
  padding: 15px 0px;
  overflow: hidden;
  color:#000;
}
.announcement-items {
  will-change: transform;
  animation: xc-marquee 40s linear infinite;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: visible;
  white-space: nowrap;
}
@keyframes xc-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
 @media (min-width: 0px) and (max-width: 1024px) {
  .announcement-head {
   font-size: 18px;
    min-width: 145px;
    padding: 16px;
    padding-top: 16px;
    line-height: 13.47px;
    padding-top: 25px;
  }
  .announcement-text {
padding: 2px 0px;
  padding-top: 22px;
}
announcement-items {
 
  animation: xc-marquee 40s linear infinite;
    
}
 }
#announce-item a {
  display: block;
  color: black;
}
#announce-item {
  margin: 0 1rem;
}