body, h1, h2, h3, h4, h5, p, a, table, ul{
	font-family: 'SVN-Poppins' !important;
}
h1, h2{
  font-weight: 800;
}
h2 {
  font-size: 1.6em;
  line-height: 1.3;
}
a, ul li{
	color: #262f5a;
}
table td{
  color: #262F5A !important;
}
table thead th{
  color: #fff !important;
  background-color: #00a859 !important;
}
.title-heading:before, .title-heading:after{
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: #000;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button.primary{
  background-image: linear-gradient(90deg, #5fc53f, #218738);
  box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
  border: none;
  color: #fff;
  border-radius: 99px;
}
.button.is-link{
  color: #308C3F;
  font-size: 0.8em;
  text-transform: none;
}
.button.primary:hover{
  background-image: linear-gradient( 90deg , #218738, #5fc53f);
}
.button.is-xsmall{
  font-size: 0.7em;
}

.button span{
  display: inline-block;
  line-height: 2.7em;
}
#call-header{
	padding: 4px 16px ;
}
.has-hover:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.has-hover img {
  -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
  transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
  -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
  transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
  transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}
.text-2line,
.text-3line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}
.text-2line{
    -webkit-line-clamp: 2;
}
.text-3line{
    -webkit-line-clamp: 3;
}
img{
  max-width: 100%;
  display: block;
}
a{
  text-decoration: none;
}
.overlay::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0,0,0,.15);
  -webkit-transition: opacity .6s,-webkit-transform .3s;
  transition: opacity .6s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .6s;
  transition: transform .3s,opacity .6s;
  transition: transform .3s,opacity .6s,-webkit-transform .3s;
  pointer-events: none;
}
.fancybox-widget .icon{
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.fancybox-widget .title{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.fancybox-widget .sub-title{
  font-size: 16px;
  font-weight: 600;
  color: #ed1c24;
}
.fancybox-widget .des{
  color: #262f5a;
  font-size: 15px;
}
.post-tax-item{
  height: 100%;
}
.post-tax-item .post-thumbnail{
  position: relative;
  overflow: hidden;
}
.post-tax-item .post-thumbnail img{
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
}
.sevice-item{
  border-radius: 16px;
  background: #fff;
}
.sevice-item .post-thumbnail{
  padding-top: 60%;
  border-radius: 16px;
}
.sevice-item .icon{
  width: 44px;
  object-fit: contain;
}
.sevice-item .entry-title{
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.6;
  padding-left: 1em;
  padding-right: 25%;
  min-height: 54px;
}
.step-widget .icon{
  width: 120px;
  height: 120px;
}
.step-widget strong{
  color: #ed1c24;
}
.step-widget .des{
  color: #262f5a;
  font-size: 16px;
}

.step-widget .step-item::before {
  content: "";
}
.step-widget .step-item i {
  display: block;
  font-size: 40px;
  color: #b7b7b7;
  background-color: #fff;
}
.step-widget .step-item::before,
.step-widget .step-item i{
  position: absolute;

}
.step-widget .step-item.step-4::before,
.step-widget .step-item.step-4 i{
  display: none;
}
.location-item{
  overflow: hidden;
  border-radius: 16px;
}
.location-item .post-thumbnail{
  padding-top: 70%;
}
.location-item .entry-content{
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.location-item .entry-content .tax-name{
    font-size: 14px;
    background: rgba( 255, 255, 255, 0.25 );
    backdrop-filter: blur( 4px );
    border-radius: 50px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 2px 8px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    width: max-content;
    opacity: 0.8;
}
.location-item:hover .entry-content .tax-name{
  opacity: 1;
}
.location-item .entry-content .entry-title{
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
.location-item .entry-content{
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  -o-transition: opacity .3s,transform .3s,background-color .3s;
  transition: opacity .3s,transform .3s,background-color .3s;
  transition: opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s;
}
.location-item:hover .entry-content {
  transform: translateX(14px);
  transition: 0.8s;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.location-item:hover .entry-content p.showhover{
  display: block;
}
.location-item p.showhover{
  display: none;
}
.location-item p.showhover {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 48px;
  right: 25px;
  bottom: 10px;
  color: #fff;
  background: rgba( 255, 255, 255, 0.40 );
  backdrop-filter: blur( 6.5px );
  border-radius: 50%;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-size: 24px;
  text-align: center;
}
.news-item .post-thumbnail{
  padding-top: 56.25%;
  border-radius: 16px;
}
.news-item .entry-title{
  color: #262f5a;
  font-size: 1.15em;
  font-weight: 800;
  line-height: 28px;
}
.news-item .post-date-box{
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #fff;
  border: 2px solid #ecb519;
  text-align: center;
  color: #ecb519;
  font-weight: bolder;
  font-size: 16px;
  line-height: 1.2;
  top: 7%;
  left: -15px;
}
.news-item .month{
  font-size: 0.7em;
}
.news-item .button.primary{
  box-shadow: none;
}
.news-slide .swiper-pagination-bullet-active{
  background-color: #308c3fad !important
}
.cnk-counter-box .cnk-counter-icon{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
}
.cnk-counter-box .counter-content{
  width: calc(100% - 60px);
}
.cnk-counter-number{
  color: #fff400;
  font-weight: 800;
  display: inline-flex;
}
.cnk-counter-box .prefix,
.cnk-counter-box .suffix{
  margin-top: -6px;
}
.cnk-counter-title{
  color: #fff;
}
.clients-wrap {
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 16px;
  margin-top: -120px;
}
.cnk-clients-carousel .company-logo{
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 80px;
  line-height: 30px;
  overflow: hidden;
}
.cnk-testimonial-carousel .avatar{
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.cnk-testimonial-carousel .info{
  width: calc(100% - 60px);
}
.testimonial-box{
  background-color: #fff;
  border-radius: 13px;
  padding: 18px;
}
.cnk-testimonial-carousel .comment{
  color: #262f5a;
  text-align: justify;
  border-bottom: 1px solid #e6eae6;
  background-image: url(../images/section-3-icon-title.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left top;
  padding-left: 37px;
}
.cnk-testimonial-carousel .testimonial-name{
  font-size: 16px;
  color: #ff0000;
  font-weight: 800;
}
.cnk-testimonial-carousel .address{
  font-size: 16px;
  color: #262f5a;
}
footer{
	font-family: "Roboto";
}
footer .wpcf7-form-control.wpcf7-text{
  border-radius: 30px;
  position: relative;
  float: left;
}
footer .wpcf7-form-control.wpcf7-submit{
  background-image: -webkit-linear-gradient( 0deg ,#27b62c 8%,#6cc916 89%);
  box-shadow: 0 0 40px 0 rgb(18 160 105 / 22%);
  padding: 0 30px;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  border: 1px solid #ddd;
  padding: 0 .75em;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  color: #333;
}
