.knp {
position: relative;
display: inline-block:
width: 210px;
height: 40px;
margin-top: 10px;;
padding: 0 10px;
float: right;
}
.knp2 {
position: relative;
display: inline-block:
width: 210px;
height: 40px;
margin-left: 30px;
margin-right: 100px;
margin-top: 10px;;
padding: 0 10px;
float: right;
}
.knp a{
padding: 0 !important;
}
.entry-title {
width: 100%;
height: auto;
background: transparent;
padding: 5px 10px;

}
.entry-title a {
width: 100%;
color: #3c299a !important;
font-size: 20px !important;
padding: 5px 10px;
}
.entry-header h1{
background: transparent;
font-size: 28px !important;
padding: 5px 10px !important;
}

.em-view-container{
color: #000000;
background: rgb(255,255,255,1);
padding: 10px;
}
.em-item-image-placeholder {
color: #107797;
}

.sidebar-column {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.maintitle {
font-weight: 400 !important;
}
.subtitle {
padding: 0px 20px !important;
}
.header-contact-phone {
font-size: 20px !important;
}
.round {
width: 200px;
height: 200px;
padding: 30px 0;
border-radius: 50%;
background: #eff5f9;
margin: 0 auto;
}
.round:hover {
background: #dbedf9;
}
.round a{
display: block;
font-size: 18px;
line-height: 18px !important;
color: #3c299a !important;
}
.button-slider {
margin-top: 10px;
font-size: 20px !important;

}
.roll-button.button-slider {
color: #ffffff !important;
}
.borderline {
width: 50%;
border-bottom: 4px solid #b9d806;
margin-top: 0px;
margin-bottom: 0px;
}
.boxsright {
  --s: 10px; 
  padding: var(--s);
  border: calc(2*var(--s)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1*var(--s));
  background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}

.boxsleft{
margin-top: -50%;
margin-left: 45% !important;
outline: 1px solid #fefefe;
outline-offset: -5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.text-slider {
background:   rgba(7,72,114,0.4);
padding:20px;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.slide-inner a {
color: #000000 !important;
}

.boxs {
background: rgba(7,72,114,0.4);
border-radius: 2px;
outline: 1px solid #ffffff;
outline-offset: -6px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
}
.boxs h2{
color: #47425D !important;
}
.boxs h4{
background: #79A39E; 
color: #ffffff !important;
}
.boxs:hover {
outline-offset: -1px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.5);
}
.blockleft {
background: rgba(255,255,255,0.2);
padding: 0px 20px;
}
.blockleft h2{
margin: 0 !important;
padding: 0 !important;
color: #1d2a4d !important;
padding: 20px;
}
.blockright {
font-size: 30px;
padding-left: 30px;
color: #ffffff;
border: 3px double #ffffff;
border-radius: 10px;
background: rgba(255,255,255,0.2);
}
.hours {
display:inline-block;
width: 40px;
height: 40px;
font-size: 24px;
text-align: center;
background: #ffffff;
color: #3c299a;
border-radius: 50%;
}
.hours2 {
display:inline-block;
width: 40px;
height: 40px;
font-size: 24px;
text-align: center;
background: #ffffff;
color: #b83709;
border-radius: 50%;
}
.blockss {
text-align: center !important;
padding: 0px;
position: relative;
background: rgba(121,163,158,0.2);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss .testprof{
position: relative;
margin: 0 auto;
width: 100%;
padding: 8px 1px;
text-align: center;
background:#79A39E;
color: #ffffff;
}

.blockss::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 2px solid #79A39E;
    border-left: 2px solid #79A39E;
    transition: all .5s ease-in-out;
}

.blockss::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 2px solid #79A39E;
    border-right: 2px solid #79A39E;
    transition: all .5s ease-in-out;
}

.blockss.active::before
{
    width: 50px;
    height:50px;
    opacity: 1;
}

.blockss.active::after
{
    width: 50px;
    height: 50px;
    opacity: 1;
}

.blockss:hover::before{
    width: 150px;
    height: 150px;
    opacity: 1;
}


.blockss:hover::after{
    width: 150px;
    height: 150px;
    opacity: 1;
}


.textwidget .fa {
font-size: 12px;
color: #ff5e14;
}
.widget-area {
border-left: 3px solid #b9d806;
}
.sow-carousel-content {
background: rgba(216,216,216,0.3);
border-radius: 2px;
padding: 0 8px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
}
.blog-post {
}
.more-button {
position: absolute;
visibility:hidden;
display:none;
}
.inbiz  {
margin-top: -34px;
}
.inbiz a {
font-size: 16px;
color: #d5d4d2 !important;
}
@media only screen and (max-width : 960px) { 
.forma {
position: relative:
display: inline-block;
width: 100%;
text-align: center;
margin: 5px auto;
}
#sidebar-footer {
text-align: center !important;
}
.inbiz  {
width: 100%;
text-align: center;
margin-top: 4px;
}
.inbiz a {
font-size: 14px;
color: #9d9c9a !important;
}

.boxsleft{
margin-top: -55%;
margin-left: 32% !important;
width: 240px;
}
.sidebar-column {
border-right: 0px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.maintitle {
font-size: 28px !important;
}
.frontboxtop {
margin-top: 0px;
}

}