@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,500&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container {
  max-width: 1140px !important;
  margin: auto;
  width: 100%;
}
.search__result{
  margin-top: 20px;
}
.search__result input{
  height: 40px;
  border: 1px solid #9CA6B6;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
}
.search__result input:focus{
  outline: none!important;
}
/* POST ITEMS BLOG*/
#section__blog{
  margin-top: -100px;
}
.full-height{
  height: 100%
}
.post-item{
  margin: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  background: #fff;
  min-height: 350px;
  display: flex;
  align-items: center;
justify-content: center;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-item:hover{
  transform: translateY(-4px);
}
.post__information__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.image__post{
/*   background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: auto;
  border-radius: 5px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    min-height: 350px;
}
.post__information{
  margin: 20px;
}
.post-header a{
  font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #485975;
  margin-top: 5px;
}
.post-header a:{
  color: #558ED4!important;
}
.topic-link{
  font-family: 'Quattrocento Sans', sans-serif;
  background: #558ED4;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.excerpt{
  font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #485975;
  margin: 10px 0 20px;
}
.hubspot-editable{
  font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #485975;
}
.read__more__link{
  text-align: right;
  margin-top: 5px;
}
.read__more__link i{
  color: #718096;
}
.read__more__link i:hover{
  color: #558ED4;
}

.page-center {
  max-width: 1180px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 20px;
}

.drop-icon{
  color: #fff !important;
  margin-top: -8px;
  position: absolute;
  /* left: 110px; */
  right: -10px;
  top: 50%;
  bottom: 50%;
  left: auto;
}
input[type="text" i]::placeholder{
  padding: 10px;
}
.nav-menu li ul li .drop-icon{
  right: 10px !important;
  color: #000 !important;
}

.green-cta-learnmore:hover{
  background: transparent !important;
  color: #6EB43F !important;
}
.green-btn:hover{
  border: 2px solid #6EB43F;
  background: transparent !important;
  color: #6EB43F !important;
}
.transparent-btn:hover{
  border: 2px solid #6EB43F;
  background: transparent !important;
  color: #6EB43F !important;
}

.top-bar .redes svg{
  fill:#fff;
}
.top-bar .redes li:hover svg{
  fill:#141006;
}
.slick-custom-prev, .slick-custom-next {
  z-index: 1;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 15px;
  color: #FFF;
  background-color: transparent;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

.slick-custom-prev i {
  margin-right: 5px;
}

.slick-custom-prev {
  left: 0;
  z-index: 1;
}

.slick-custom-next {
  right: 0;
  z-index: 1;
}

.slider-slik {
  background: #000;
}

.slick-dots {
  margin-bottom: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 10px !important;
}
.slick-dots button {
  cursor: pointer;
  background: #FFF;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  color: #FFF;
  margin: 0 7.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slick-dots .slick-active button {
  background: #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #FFF;
  width: 14px;
  height: 14px;
}
.slick-dots .slick-custom-next, .slick-dots .slick-custom-prev {
  display: none !important;
}
.item__recent{
  background: #FFFFFF;
  border: 1px solid #9CA6B6;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item__recent a{
  font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #485975;
  text-decoration: none;
}
.item__recent p{
  font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #576B92;
}
.post-title__recent{
  margin-top: 20px;
}
.head__psot__rec{
  display: flex;
}
.title_b h4{
  font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #558ED4;
}
.arrow{
  justify-content: flex-end;
}
.arrow a{
  color: #558ED4;
}
.arrow a:hover{
  color: #485975;
}
.search__result input{
  position: relative;
}
.search__result input:after{
  content: '\f002';
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
} 
.hs-author-avatar img{
  max-width: 110px;
  width: 100%
}
.chat-icon-btn {
    position: relative;
    background: #fff;
    color: #000;
    font-size: 20px;
		width:100%;
}
.chat-icon {
	position: absolute;
  bottom: 0;
	padding-bottom:30px;
	
}
.chat-icon-btn {
  z-index: 999;
}
.hs-search-results__title{
    font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #485975;
  margin-top: 20px;
}
.hs-search-results__description{
font-family: 'Quattrocento Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #485975;
  margin: 10px 0 20px;
}
.hs-search-results__pagination{
font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #485975;
}
.hs-search-results__pagination a{
font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #485975;
}
.hs-author-name{
margin-bottom:10px;
  color:#ffffff;
}


}