@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css); 


::placeholder {
  color: white;
  opacity: 0.7
  
}

.form-title {
  color:white;
  padding-left: 40px;
  padding-top: 10px;
}

.mobile-nav .bio-txt a::after {
	content: none;
}
.blog-new-template.gradiant-blog .post-item .post-image {
	display: block;
	margin: 0 0 20px;
}
.related-feature-image {

	width: 100%;
	background-size: cover;
	background-position: center;
	margin: 0 0 18px;
}
.related-feature-image img {
	max-width: 100%;
}
.custom-related-post {
	display: inline-block;
	border-top: 15px solid #000;
	margin: 60px 0 0;
	padding-top: 60px;
	width: 100%;
}
.related-post-item:last-child {
  margin-right: 0;
}
.related-post-item {
  width: 31.3%; 
  margin-right: 3%;
}
.related-posts-cont {
	display: flex;
	flex-wrap: wrap;
}
.blog-new-template.gradiant-blog .author-link {
	color: #50bd90;

}
.blog-new-template.gradiant-blog .hs-author-bio {
	letter-spacing: 1px;
}
.mobile-nav .long a::after {
	transform: rotate(90deg);
}
.bio-txt {
	height: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right, #ffcf60 50%, #ffdd86 75%, #ffcf60 100%);
}
input[type="text"]#website { display: none; }

input#website { display: none; }
.flex.align-center ul ul {
	position: absolute;
	width: 250px;
	list-style: none;
	display: none;
	background: white;
	padding: 0 10px;
  z-index: 10;
  margin-top: 0px;
	box-shadow: 0px 0 17px -10px gray;
}

/*.accor-slider #tabs-1 {
  background: #9b9b9b;
}

.accor-slider #tabs-2 {
  background: #c9c9c9;
}

.accor-slider #tabs-3 {
  background: #1b1b1b;
}*/
.bio-txt {
	height: 0px;
}
 .flex.align-center   ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #50BD90;
      transition: all 0.3s ease;
    }

.header:before {
  
    width: 100%!important;
}
.container.header-inner.flex.align-center.justify-between.container-fluid::after {
	display: none;
}
.container.header-inner.flex.align-center.justify-between.container-fluid::before {
	display: none;
}
.flex.align-center ul ul li {
	margin: 14px 0;
}
.header {
	overflow: visible!important;
}
.flex.align-center > ul {
	display: flex;
	align-items: center;
	list-style: none;
}
.flex.align-center li:hover ul {
	display: block;
}

*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    color:#171926
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
*:focus{
    outline:none
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    color:inherit;
    text-decoration:none
}
a:active,a:hover{
    outline:0
}
ul,ol,p{
    margin:0;
    padding:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
small{
    font-size:80%
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button:focus,input:focus,optgroup:focus,select:focus,textarea:focus{
    outline:none
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal;
    border-radius:0
}
input[type="checkbox"],input[type="radio"]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    height:auto
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:bold
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
.clear-list{
    list-style:none;
    margin:0;
    padding:0
}
.clearfix::after{
    content:'';
    display:block;
    clear:both
}
body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    min-height:100vh;
    height:auto;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
footer{
    flex:0 0 auto;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto
}

.footer-container-wrapper {
 
    flex-grow: 1;
    background: -webkit-gradient(linear,left top,right top,from(#50bd90),to(#36c8ef));
    background: linear-gradient(to right,#50bd90 0%,#36c8ef 100%);
}

.wrapper{
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    overflow:hidden;
    width:100%
}
::-moz-selection{
    color:#000;
    background:#b3e5fc
}
::selection{
    color:#000;
    background:#b3e5fc
}
::-moz-selection{
    color:#000;
    background:#b3e5fc
}
.open_popup{
    cursor:pointer
}
input::-webkit-input-placeholder{
    opacity:1;
    -webkit-transition:opacity .2s;
    transition:opacity .2s
}
input:-ms-input-placeholder{
    opacity:1;
    -webkit-transition:opacity .2s;
    transition:opacity .2s
}
input::-ms-input-placeholder{
    opacity:1;
    -webkit-transition:opacity .2s;
    transition:opacity .2s
}
input::placeholder{
    opacity:1;
    -webkit-transition:opacity .2s;
    transition:opacity .2s
}
input:focus::-webkit-input-placeholder,input:active::-webkit-input-placeholder{
    opacity:0
}
input:focus:-ms-input-placeholder,input:active:-ms-input-placeholder{
    opacity:0
}
input:focus::-ms-input-placeholder,input:active::-ms-input-placeholder{
    opacity:0
}
input:focus::placeholder,input:active::placeholder{
    opacity:0
}
.slick-track{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.container{
    max-width:1440px;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px
}
@media (min-width: 1300px){
    .container{
        max-width:1240px
    }
}
.container-fluid{
    padding-left:20px;
    padding-right:20px
}
.row{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 768px){
    .row{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.hidden{
    overflow:hidden
}
ul.flex{
    list-style:none
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.justify-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.justify-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.justify-around{
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.justify-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    width:100%
}
.justify-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.align-start{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.align-center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.align-end{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.w-25{
    width:25%
}
.w-30{
    width:30%
}
.w-33{
    width:33%
}
.w-50{
    width:50%
}
.w-70{
    width:70%
}
.w-100{
    width:100%
}
.italic{
    font-style:italic
}
.bold{
    font-weight:bold
}
.animation__first-screen{
    position:absolute;
    height:100vh;
    top:0;
    width:100%;
    left:0;
    -webkit-transition:2s ease;
    transition:2s ease;
    opacity:1;
    z-index:1500;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.animation__first-screen.hidden{
    opacity:0;
    visibility:hidden
}
.animation__first-screen.faster{
    -webkit-transition:.5s;
    transition:.5s;
    opacity:0;
    visibility:hidden
}
.animation__first-screen .title{
    color:#fff;
    font-size:6.75vw;
    font-family:"IBM Plex Mono",monospace;
    font-weight:700;
    position:relative;
    z-index: 500;
    padding:0 0 10vh
}
@media (min-width: 992px){
    .animation__first-screen .title{
        padding:0 0 4vh
    }
}
.animation__second-screen{
    -webkit-transition:3.5s ease;
    transition:3.5s ease
}
.animation__second-screen.hidden{
    opacity:0;
    visibility:hidden
}
.animated-title{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:150;
    overflow:hidden
}
.animated-title>div{
    min-height:100%
}
.animated-title canvas{
    height:100vh !important
}
body{
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
body.clear:after{
    opacity:0
}
.hidden{
    overflow: hidden !important;
    visibility: visible;
    display: block;
}
.gradient-body{
   background-color: white;
}
.relative{
    position:relative;
    z-index:1
}

.font-secondary{
    font-family:"IBM Plex Mono",monospace;
}


.btn{
    cursor:pointer;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    position:relative
}
.btn.simple{
    border:2px solid #fff;
    background:-webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(51%, rgba(255,255,255,0)));
    background:linear-gradient(to right, #000 50%, rgba(255,255,255,0) 51%);
    background-position:0 50%;
    background-size:300%;
    font-size:16px;
    padding:9px 31px;
    color:#fff;
    z-index:16
}
@media (min-width: 768px){
    .btn.simple{
        padding:11px 40px
    }
}
.btn.arrow-down{
    width:56px;
    height:56px;
    padding:10px
}
.btn.arrow-down svg{
    fill:#000;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    height:100%;
    width:100%
}
.btn.arrow-down:hover svg{
    fill:#eee8da
}
.btn.yellow{
    background:-webkit-gradient(linear, left top, right top, color-stop(50%, #ffcf60), color-stop(75%, #ffdd86), to(#ffcf60));
    background:linear-gradient(to right, #ffcf60 50%, #ffdd86 75%, #ffcf60 100%);
    background-size:300%;
    background-position:0 50%;
    color:#000
}
.btn.yellow:hover{
    background-position:100% 50%
}
.btn.green-blue{
    background:-webkit-gradient(linear, left top, right top, from(#50bd90), color-stop(50%, #36c8ef), to(#50bd90));
    background:linear-gradient(to right, #50bd90 0%, #36c8ef 50%, #50bd90 100%);
    background-size:300%;
    background-position:0 50%;
    color:white;
}
.btn.green-blue:hover{
    background-position:120% 50%
}
.btn.shadow{
    top:-5px;
    left:-5px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    padding:15px 25px;
    letter-spacing:.18em;
    border:none;
}
@media (max-width: 767px){
    .btn.shadow{
        margin-bottom: 30px;
    }
}
.btn.shadow:after{
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    background:#000;
    top:10px;
    right:-10px;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    z-index:-1
}
.btn.shadow:hover{
    top:0;
    left:0
}
.btn.shadow:hover:after{
    top:0;
    right:0
}
.blue{
    color:#36c8ef
}
.darkest-blue{
    color:#0d8cff
}
.yellow{
    color:#ffcf60
}
.green{
    color:#50bd90
}
.color-text-grey{
    color:rgba(5,5,5,0.64)
}
.arrow-right{
    -webkit-transform:rotate(-90deg);fshadow
    transform:rotate(-90deg)
}
.text-center{
    text-align:center
}
.container-fluid{
    width:100%;
    padding-left:20px;
    padding-right:20px
}
@media (min-width: 768px){
    .container-fluid{
        padding-left:20px;
        padding-right:20px
    }
}
@media (min-width: 1280px){
    .container-fluid{
        padding-left:100px;
        padding-right:100px
    }
}
.logo{
    display:block;
    width:201px;
    position:relative;
    z-index:15
}
.logo svg{
    display:block;
    width:100%;
    fill:#fff;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
@media (min-width: 768px){
    .logo{
        margin-bottom:0
    }
}

h1{
    font-size:28px;
    line-height:35px;
    margin: 0px;
    color: black;
    font-family: 'Anek Latin', sans-serif;
}
@media (min-width: 768px){
    h1{
        font-size: 48px;
        line-height:75px;
    }
}
@media (min-width: 1024px){
    h1{
        font-size:56px;
        line-height:75px;
    }
}

h2{
    text-align:center;
    font-size:22px;
    line-height:25px;
    margin-top:0;
    margin-bottom:20px;
    color: black;
    font-family: 'Anek Latin', sans-serif;
}

.slider-top h2 {
   text-align:center !important;
}
  

@media (min-width: 768px){
    h2{
        font-weight:700;
    }
}
@media (min-width: 768px) and (max-width: 1300px){
    h2{
        font-size:40px;
        font-weight:700;
        line-height:60px
    }
}
@media (min-width: 1300px){
    h2{
        font-size:44px;
        line-height:60px;
        margin-bottom:30px
    }
}


h3{
    text-align:center;
    font-size:18px;
    line-height:35px;
    margin-top:0;
    font-weight:700;
    margin-bottom:20px;
    color: black;
    font-family: 'Anek Latin', sans-serif;
}

@media (min-width: 768px) and (max-width: 1300px){
    h3{
        font-size:24px;
        line-height:38px
    }
}
@media (min-width: 1300px){
    h3{
        font-size:28px;
        line-height:40px;
        margin-bottom:30px
    }
}

h4{
    font-size:14px;
    color:#000;
    font-weight:700;
    margin-top:0;
    color: black;
    font-family: 'Anek Latin', sans-serif;
}

@media (min-width: 620px){
    h4{
        font-size:18px;
        font-weight:700;
        line-height:28px;
        margin:0 0 17px
    }
}

@media (min-width: 768px){
    h4{
        font-size:20px;
        font-weight:700;
        line-height:28px;
        margin:0 0 17px
    }
}
.slogan{
    padding:0 20px;
    line-height:35px;
    max-width:1350px;
    text-align:center
}
@media (min-width: 768px){
    .slogan{
        font-size:22px;
        line-height:35px;
        margin:0 auto 0px;
        max-width:950px;
        text-align:center
    }
}

.header__nav-item{
  margin-right: 10px;
  position: relative;
  font-size: 0.6em;
  line-height: 1.2;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1300px){
    .header__nav-item{
        margin-right: 15px;
        position: relative;
        font-size: 0.7em;
        line-height: 1.2;
    }
}
@media (min-width: 1300px){
    .header__nav-item{
        margin-right: 30px;
        position: relative;
        font-size: 1em;
        line-height: 1.2;
    }
}



.header{
    position:relative;
    padding:20px 0px 0px 0px;
    background: white;
}
.header .header-inner {
  padding: 20px 0;
}
.header-container-wrapper {
  position: sticky;
  top: 0;
  z-index: 99;
}
.bannerWeader {
 margin-top: 40px; 
}
.header:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:20px;
    background:#50bd90;
    background:-webkit-gradient(linear, left top, right top, from(#50bd90), to(#36c8ef));
    background:linear-gradient(to right, #50bd90  0%, #36c8ef 100%)
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bd90', endColorstr='#36c8ef', GradientType=1);
    background-size:150%;
    -webkit-animation:GradientMove 10s ease infinite;
    animation:GradientMove 10s ease infinite
}
.header .btn{
    display:none
}
@media (min-width: 768px){
    .header .btn{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}


.header.slate .logo svg{
    fill:#000
}
.header.slate .btn.simple{
    border:2px solid #000;
    color:#000;
    background-size:300%;
    background-position:100% 50%
}
.header.slate .btn.simple:hover{
    background-position:0 50%;
    color:#fff
}

.header__nav-item:after{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    bottom:-2px;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    background:#000
}
.header__nav-item:hover:after{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.ham{
    cursor:pointer;
    -webkit-transition:-webkit-transform 400ms;
    transition:-webkit-transform 400ms;
    transition:transform 400ms;
    transition:transform 400ms, -webkit-transform 400ms;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index:16
}



.hamRotate.active{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.hamRotate180.active{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.line{
    fill:none;
    -webkit-transition:stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition:stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:5.5;
    stroke-linecap:round
}
.ham8 .top{
    stroke-dasharray:40 160
}
.ham8 .middle{
    stroke-dasharray:40 142;
    -webkit-transform-origin:50%;
    transform-origin:50%;
    -webkit-transition:-webkit-transform 400ms;
    transition:-webkit-transform 400ms;
    transition:transform 400ms;
    transition:transform 400ms, -webkit-transform 400ms
}
.ham8 .bottom{
    stroke-dasharray:40 85;
    -webkit-transform-origin:50%;
    transform-origin:50%;
    -webkit-transition:stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition:stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition:transform 400ms, stroke-dashoffset 400ms;
    transition:transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms
}
.ham8.active .top{
    stroke-dashoffset:-64px
}
.ham8.active .middle{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.ham8.active .bottom{
    stroke-dashoffset:-64px
}
.slate .line{
    stroke:#000
}
.slate+.main-wrapper .animated-title{
    z-index:1
}
.mobile-nav{
    position:fixed;
    display:block;
    top:120px;
    left:-100vw;
    height:calc(100vh - 120px);
    width:100%;
    background:white;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    z-index:20;
    text-align:center;
    line-height:2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:20px;
    padding:0 10px
}

@media (min-width: 1000px){
  .mobile-nav{
      display:none;
      position:fixed;
      top:-1000px;
      right: auto;
      left: auto;
      height:fit-content;
      width:fit-content;
      background:#eee8da;
      -webkit-transition:all 0.2s;
      transition:all 0.2s;
      z-index:20;
      text-align:center;
      line-height:2;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
      -ms-flex-align:center;
      align-items:center;
      -webkit-box-pack:center;
      -ms-flex-pack:center;
      justify-content:center;
      font-size:20px;
      padding:0 10px
  }
  
  .mobile-nav.open{
    top: 120px;
  }
  
  .ham{
    display:none;
  }
}

@media (min-width: 470px){
    .mobile-nav{
        font-size:24px
    }
}
.mobile-nav ul{
    list-style:none
}
.mobile-nav.open{
    left:0;
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-nav a{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.mobile-nav a::after {
	content: '>';
	font-size: 16px;
	margin-left: 10px;
	position: relative;
	top: 1px;
	visibility: hidden;
}

.mobile-nav .have-child a::after {

	visibility: visible;
}
@-webkit-keyframes GradientMove{
    0%{
        background-position:0 50%
    }
    50%{
        background-position:100% 50%
    }
    100%{
        background-position:0 50%
    }
}
@keyframes GradientMove{
    0%{
        background-position:0 50%
    }
    50%{
        background-position:100% 50%
    }
    100%{
        background-position:0 50%
    }
}
.header-inner{
    position:relative;
    padding:10px 20px 0;
    margin-bottom:40px
}
@media (min-width: 768px){
    .header-inner{
        padding:47px 55px 0;
        margin-bottom:0
    }
}
@media (min-width: 1300px){
    .header-inner{
        padding:32px 0 0
    }
}
.header-inner nav{
    display:none
}
@media (min-width: 1000px){
    .header-inner nav{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.banner{
    padding-bottom:50px
}

.banner.work h1 {
  
  margin-bottom:30px;
  
}

.banner h2{
      font-size:20px;
      max-width:90%;
      margin-left:auto;
      margin-right:auto;
      line-height: 30px;
      margin-bottom: 30px;
    }

.banner h1{
      font-size:40px;
      text-transform: capitalize;   
      line-height:50px;
      margin-bottom: 30px;
  }

@media (min-width: 768px){
     .banner h1{
        font-size:60px;
        line-height:70px;
        margin-bottom:60px
    }
  .banner h2{
     font-size: 25px;
     line-height: 40px;
  }

}
@media (min-width: 1024px){
     .banner h1{
        font-size:65px;
        line-height:75px;
        margin-bottom:60px
    }
    .banner h2{
     font-size: 30px;
     line-height: 50px;
  }
}

@media (min-width: 1440px){
     .banner h1{
        font-size:70px;
        line-height:90px;
        margin-bottom:60px
    }
}

.data-community{
    margin-bottom:60px
}
@media (min-width: 768px){
    .data-community{
        background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/circle-grid.png) 109.7% 82.8%/30vw no-repeat;
        padding-bottom:75px;
        margin-bottom:0
    }
}
@media (min-width: 1200px){
    .data-community{
        background-size:299px;
        padding-bottom:75px;
        background-position:106.7% 83.8%
    }
}
@media (min-width: 1460px){
    .data-community{
        background-position:100% 83.8%;
        max-width:1440px
    }
}
@media (max-width: 1460px){
    .data-community.container{
        max-width:100%;
        padding-left:0;
        padding-right:0
    }
}
.data-community .img{
    width:100%;
    height:220px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:20px
}
@media (min-width: 768px){
    .data-community .img{
        height:auto;
        width:40%;
        margin-bottom:0
    }
}
@media (min-width: 1500px){
    .data-community .img{
        max-width:600px
    }
}
.data-community .img img{
    display:block;
    width:100%;
    position:relative;
    top:-85px
}
@media (min-width: 768px){
    .data-community .img img{
        top:0
    }
}
.data-community .text{
    font-size:16px;
    padding:0 40px;
    line-height:30px;
    text-align:center
}

@media (min-width: 768px){
    .data-community .text{
        text-align:left;
        font-size:25px;
        line-height:28px;
        padding:30px 0 0 30px;
        width:60%
    }
}
@media (min-width: 1024px){
    .data-community .text{
        font-size:30px;
        line-height:35px
    }
}
@media (min-width: 1200px){
    .data-community .text{
        line-height:45px;
        padding:75px 95px 0 48px;
        width:55%
    }
}
.data-community .text .italic{
    font-style:normal
}
@media (min-width: 768px){
    .data-community .text .italic{
        font-style:italic;
        margin-bottom:62px;
        padding-right:10px
    }
}
.data-community .text .bold{
    font-weight:normal
}
@media (max-width: 767px){
    .data-community .text .bold{
        font-family: 'Anek Latin', sans-serif;
    }
}
@media (min-width: 768px){
    .data-community .text .bold{
        padding-left:70px;
        font-weight:bold
    }
}
@media (min-width: 1200px){
    .data-community .text .bold{
        padding-left:50px
    }
}
@media (max-width: 767px){
    .data-community .text p{
        display:inline
    }
}

#we-are-partner {
	scroll-behavior: smooth;
}

.we-are-partner{
    padding:0 20px;
    margin-bottom:95px
}
@media (min-width: 768px){
    .we-are-partner{
        margin-bottom:140px
    }
}
@media (min-width: 768px){
    .we-are-partner .slogan{
        margin-bottom:90px
    }
}
.we-are-partner .img{
    margin:0 auto;
    max-width:75%
}
@media (min-width: 769px){
    .we-are-partner .img{
        max-width:702px
    }
}
.we-are-partner .img img{
    display:block;
    height:auto;
    width:100%
}
.trust{
    margin-bottom:55px
}
.trust.container{
    max-width:1180px
}
.trust .item{
    text-align:center;
    width:100%;
    padding:0 20px;
    margin-bottom:50px
}
@media (min-width: 768px){
    .trust .item{
        width:50%;
        text-align:left;
        padding:0 40px;
    }
}
@media (min-width: 1300px){
    .trust .item:nth-child(odd){
        padding:0 100px 0 25px
    }
}
@media (min-width: 768px){
    .trust .item:nth-child(even){
        padding:0 50px
    }
}
@media (min-width: 1200px){
    .trust .item:nth-child(even){
        padding:0 50px 0 110px
    }
}
.trust .img{
    height:60px;
    margin-bottom:10px
}
@media (min-width: 1300px) and (max-width: 1499px){
    .trust .img{
        margin-bottom:45px;
        height:70px
    }
}
.trust .img img{
    height:100%
}
@media (min-width: 768px){
    .trust h2{
        margin-bottom:50px
    }
}
.trust h2 br{
    display:inline-block
}
@media (min-width: 1440px){
    .trust h2 br{
        display:none
    }
}
.trust h4{
    font-weight:700;
    margin-bottom:5px
}
@media (min-width: 1300px){
    .trust h4{
        font-size:26px;
        line-height:35px;
        margin-bottom:20px
    }
}
.trust .text{
    font-size:16px;
    line-height:30px;
    letter-spacing:.025em
}
@media (min-width: 768px){
    .trust .text{
        font-size:18px;
        line-height:32px
    }
}

.models{
    padding:0px 20px 10px 20px;
    margin-bottom:60px;
}
@media (min-width: 1300px){
    .models{
        margin-bottom:100px
    }
}
.models .container{
    padding-top:46px;
    padding-bottom:50px;
    max-width:1024px
}
.models .item{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:20px;
    border-bottom:2px dashed #0d8cff
}
@media (min-width: 768px){
    .models .item{
        padding:40px 20px;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .models .item:nth-child(even) .img{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .models .item:nth-child(even) .text{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        padding:10px
    }
}
@media (min-width: 1024px){
    .models .item{
        padding:20px 0px 20px 30px
    }
}
.models .item .img{
    width:60%;
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-bottom:20px
}
@media (min-width: 768px){
    .models .item .img{
        margin-bottom:0;
        width:50%
    }
}
@media (min-width: 1024px){
    .models .item .img{
        margin-bottom:0;
        width:410px
    }
}
@media (min-width: 1300px){
    .models .item .img{
        width:320px
    }
    .models .item .img:first-of-type{
        width:285px
    }
    .models .item .img:nth-child(2){
        width:370px
    }
}
.models .item .img img{
    display:block;
    height:auto;
    width:100%
}
.models .item .text{
    text-align:center;
    font-size:16px;
    line-height:30px
}
@media (min-width: 768px){
    .models .item .text{
        font-size:18px;
        text-align:left;
        padding:10px 10px 10px 30px;
        width:60%
    }
}
@media (min-width: 1300px){
    .models .item .text{
        font-size:18px;
        text-align:left;
        padding:0 50px 30px 40px;
        line-height:34px
    }
}
.models .item .text h4{
    font-size:24px;
    line-height:35px;
    margin-bottom:20px
}
@media (min-width: 768px){
    .models .item .text h4{
        margin-bottom:20px
    }
}
.models .item:nth-child(odd){
    border-right:2px dashed #0d8cff;
    padding-right:20px
}
.models .item:nth-child(even){
    border-left:2px dashed #0d8cff;
    padding:40px 35px 50px 20px
}
@media (min-width: 1024px){
    .models .item:nth-child(even) .img{
        width:480px
    }
}
@media (min-width: 1300px){
    .models .item:nth-child(even) .img{
        width:320px
    }
    .models .item:nth-child(even) .text{
        padding-right:86px;
        padding-left:70px;
        padding-top:33px
    }
}
.models .item:first-of-type{
    position:relative
}
.models .item:first-of-type:before{
    content:'';
    height:73px;
    width:50%;
    border-left:2px dashed #0d8cff;
    border-bottom:2px dashed #0d8cff;
    position:absolute;
    left:50%;
    top:-73px
}
.models .item:last-of-type{
    position:relative;
    border-bottom:none
}
.models .item:last-of-type:before{
    content:'';
    left:50%;
    height:50px;
    width:50%;
    border-left:2px dashed #0d8cff;
    border-top:2px dashed #0d8cff;
    position:absolute;
    bottom:-50px
}
@media (min-width: 768px){
    .models h1{
        margin-bottom:10px
    }
}
.models .slogan{
    margin-bottom:40px
}
.models .btn-wrapper{
    position:relative;
    top:40px
}
.learn-more{
    background:-webkit-gradient(linear, right top, left top, from(#ffcf60), to(#ffdd86), to(#ffcf60));
    background: linear-gradient(to right,#ffcf60 50%,#ffdd86 75%,#ffcf60 100%);
    height:340px;
    position:relative;
    color:#000;
    margin-bottom:60px
}

.learn-more:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/crosses-bg.png) 0 0/cover no-repeat
}
.learn-more .learn-more__inner{
    position:relative;
    z-index:1;
    padding:0 20px
}
.learn-more {
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    height:240px;
}

@media (min-width: 1024px){
    .learn-more{
        font-size:31px;
        letter-spacing:.04em;
        margin-bottom: 100px
    }
}

.learn-more .arrow-right{
    display:none;
    width:45px;
    height:45px;
    margin:20px 0 0
}
.learn-more .arrow-right svg{
    height:100%;
    width:100%
}
@media (min-width: 768px){
    .learn-more .arrow-right{
        display:block;
        margin:0 0 0 24px;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg)
    }
}
.learn-more .btn{
    margin-top:20px
}
@media (min-width: 768px){
    .learn-more .btn{
        margin-top:0;
        margin-left:-150px
    }
}
.learn-more .btn.shadow{
    -ms-flex-negative:0;
    flex-shrink:0
}
@media (min-width: 768px){
    .learn-more .btn.shadow{
        padding:15px 40px
    }
}
@media (min-width: 1024px){
    .learn-more .btn.shadow{
        padding:20px 55px
    }
}
.learn-more.container{
    max-width:1440px
}
.reviews{
    margin-bottom:95px
}
@media (min-width: 768px){
    .reviews{
        margin-bottom:100px;
    }
}
@media (min-width: 768px){
    .reviews h1{
        margin-bottom:20px
    }
}
.reviews .slide{
    text-align:center;
    border:2px solid #000;
    padding:60px 20px 20px;
    margin:45px 10px 0;
    width:280px;
    height: initial;
    position:relative
}
#reviews .slick-track {
	display: flex !important;
}
.offer-list.offer-body {
	justify-content: space-between;
	margin-bottom: 30px;
}
.offer-list.offer-body ul {
	margin: 0;
	width: 45%;
	padding: 0;
}
.offer-list.offer-body ul li {
	padding: 0 0 0 24px;
	/* margin: 0 0 9px; */
}
@media (min-width: 768px){
    .reviews .slide{
        margin:45px 32px 0;
        width:550px
    }
}
@media (min-width: 1300px){
    .reviews .slide{
        margin:45px 44px 0;
        width:700px
    }
}
.reviews .slide .color-text-grey{
    margin-bottom:40px;
    font-size:16px;
    line-height:28px
}
.reviews .slider-nav{
    margin-top:40px
}
@media (min-width: 768px){
    .reviews .slider-nav{
        margin-top:50px
    }
}
.reviews .slick-arrow{
    cursor:pointer;
    width:45px
}
.reviews .slick-arrow svg{
    fill:#000;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.reviews .slick-arrow:hover svg{
    fill:#36c8ef
}
.reviews .slick-arrow.slick-prev{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    margin-right:24px
}
.reviews .slick-arrow.slick-next{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    margin-left:24px
}
.reviews .slick-dots{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    list-style:none
}
.reviews .slick-dots button{
    padding:0;
    height:11px;
    width:11px;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    background:#000;
    text-indent:-9999px;
    border:none
}
.reviews .slick-dots li{
    height:20px;
    width:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:0 8px
}
.reviews .slick-dots li.slick-active button,.reviews .slick-dots li:hover button{
    height:20px;
    width:20px;
    background:#36c8ef
}
.avatar{
    position:absolute;
    width:64px;
    height:64px;
    background:#ffcf60;
    border-radius:50%;
    top:-32px;
    left:50%;
    margin-left:-32px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.avatar:after{
    content:'';
    position:absolute;
    left:4px;
    bottom:-4px;
    height:100%;
    width:100%;
    background:#000;
    z-index:-1;
    border-radius:50%
}
.avatar img{
    width:calc(100% - 32px)
}
.partners{
    padding:0 20px 45px
}
@media (min-width: 768px){
    .partners{
        padding-bottom:60px
    }
}
.partners .container{
    max-width:1200px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (min-width: 768px){
    .partners h1{
        margin-bottom:50px
    }
}
.partners .item{
    width:45%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:50px 0
}
@media (min-width: 768px){
    .partners .item{
        width:25%;
        margin:0;
        padding:10px 3vw
    }
}
@media (min-width: 992px){
    .partners .item{
        padding:10px 5vw
    }
}
@media (min-width: 1200px){
    .partners .item{
        padding:32px 65px;
        margin-bottom:29px
    }
}
.partners .item img{
    display:block;
    width:90%;
    max-width:150px
}
@media (min-width: 768px){
    .partners .item img{
        max-width:100%
    }
}
@media (min-width: 1300px){
    .partners .item img{
        width:100%
    }
}
.contacts{
    padding:40px 20px;
    background:-webkit-gradient(linear, left top, right top, from(#50bd90), to(#36c8ef));
    background:linear-gradient(to right, #50bd90 0%, #36c8ef 100%)
}
@media (min-width: 768px){
    .contacts{
        padding:40px 0 0
    }
}
.contacts .container{
    width:100%;
    padding:0 20px
}
@media (min-width: 1024px){
    .contacts .container{
        max-width:1170px
    }
}
.contacts h1{
    color:#fff
}
.contacts h1:first-of-type{
    margin-bottom:0px
}
@media (min-width: 768px){
    .contacts h1:last-of-type{
        margin-bottom:20px
    }
}

.contacts ul {
  margin-top: 5px;
}

.contacts .form-wrapper{
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/grid-form.png) top center/1120px no-repeat;
    position:relative;
    padding-top:20px;
    padding-bottom:5px
}
@media (min-width: 768px){
    .contacts .form-wrapper{
        padding-top:71px;
        padding-bottom:30px
    }
}
.contacts .form-wrapper:after{
    content:'';
    position:absolute;
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/form-decor-graph.png) 0 0/100% no-repeat;
    top:58%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:calc(100% - 170px);
    height:655px
}
.contacts .form{
    max-width:460px;
    margin:0 auto;
    position:relative;
    z-index:1
}
.contacts .form h4{
    color:#ffcf60;
    font-size:35px;
    letter-spacing:7px;
    margin-top:0;
    margin-bottom:20px
}
@media (min-width: 768px){
    .contacts .form h4{
        margin-bottom:65px
    }
    .contacts .form h4 span{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:33px;
        text-align:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-negative:0;
        flex-shrink:0;
        letter-spacing:normal
    }
}
.contacts .form-row{
    margin-bottom:33px
}
.contacts .form-row .custom-input{
    font-size:20px;
    padding:18px 28px;
    width:100%;
    border:none
}
.contacts .form-row .custom-input::-webkit-input-placeholder{
    color:#000;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.contacts .form-row .custom-input:-ms-input-placeholder{
    color:#000;
    transform:scaleY(1);
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.contacts .form-row .custom-input::-ms-input-placeholder{
    color:#000;
    transform:scaleY(1);
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.contacts .form-row .custom-input::placeholder{
    color:#000;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.contacts .form-row .custom-input:focus::-webkit-input-placeholder{
    -webkit-transform:scaleY(0);
    transform:scaleY(0)
}
.contacts .form-row .custom-input:focus:-ms-input-placeholder{
    transform:scaleY(0)
}
.contacts .form-row .custom-input:focus::-ms-input-placeholder{
    transform:scaleY(0)
}
.contacts .form-row .custom-input:focus::placeholder{
    -webkit-transform:scaleY(0);
    transform:scaleY(0)
}
.contacts .form-row textarea{
    resize:none;
    height:222px
}
.contacts .form-row .btn.gradient{
    background:-webkit-gradient(linear, left top, right top, from(#0d8cff), to(#50bd90));
    background:linear-gradient(to right, #0d8cff 0%, #50bd90 100%);
    background-size:350%;
    background-position:0 50%;
    border:none;
    color:#fff;
    padding:20px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    letter-spacing:3.6px;
    text-transform:uppercase;
    -webkit-transition:all 1s;
    transition:all 1s
}
.contacts .form-row .btn.gradient:hover{
    background-position:100% 50%
}
.contacts .subscribe{
    padding-bottom:20px;
    border-bottom:2px dashed #fff;
    margin-bottom:25px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 768px){
    .contacts .subscribe{
        padding:40px 0 30px;
        margin-bottom:40px
    }
}
@media (min-width: 1200px){
    .contacts .subscribe{
        padding:50px 0 40px;
        margin-bottom:40px
    }
}
@media (min-width: 992px){
    .contacts .subscribe{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.contacts .subscribe h3{
    color:#fff;
    margin-top:0;
    text-align:center;
    margin-bottom:0;
    font-size:22px;
    line-height:30px
}

.contacts .subscribe h4{
    color:#fff;
    margin-top:0;
    text-align:center;
    font-size:16px;
    line-height:30px
}
@media (min-width: 768px){
    .contacts .subscribe h3{
        font-size:30px;
        width:100%
    }
      .contacts .subscribe h4{
        font-size:18px;
        width:100%
    }
  
   .contacts .subscribe {
     padding:40px 0;
  }
}
@media (min-width: 992px){
    .contacts .subscribe h3{
        font-size:32px;
        text-align:left;
        max-width:100%
    }
  
  .contacts .subscribe h4{
        font-size:22px;
        line-height:44px;
        margin-bottom:0;
        text-align:left;
        max-width:100%
    }
}

.contacts .subscribe-form.form-row{
    margin-bottom:0
}
@media (min-width: 992px){
    .contacts .subscribe-form.form-row{
        width:40%
    }
}
.contacts .subscribe-form .custom-input{
    border:none
}
.contacts .subscribe-form .custom-input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.32)
}
.contacts .subscribe-form .custom-input:-ms-input-placeholder{
    color:rgba(0,0,0,0.32)
}
.contacts .subscribe-form .custom-input::-ms-input-placeholder{
    color:rgba(0,0,0,0.32)
}
.contacts .subscribe-form .custom-input::placeholder{
    color:rgba(0,0,0,0.32)
}
.contacts .subscribe-form .btn{
    border:none;
    font-weight:700;
    letter-spacing:1.78px;
    text-transform:uppercase;
    font-size:16px;
    width:130px;
    text-align:center;
    -ms-flex-negative:0;
    flex-shrink:0
}
.footer__nav{
    margin-bottom:40px;
    text-align:center
}
@media (min-width: 768px){
    .footer__nav{
        margin-bottom:100px;
        text-align:left;
        font-size:16px
    }
}
@media (max-width: 768px) {
  .footer__bottom nav {
    margin-bottom:40px;
    width:100%;
    text-align:center;
    line-height: 30px;
  }
}

.footer__nav ul{
    list-style:none;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media (min-width: 768px){
    .footer__nav ul{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
}
.footer__nav ul li{
    margin:0 0 40px
}
@media (min-width: 768px){
    .footer__nav ul li{
        margin:0 120px 0 0
    }
}
.footer__nav ul a{
    color:#fff;
    position:relative
}
.footer__nav ul a:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:#fff;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.footer__nav ul a:hover:after{
    -webkit-transform:scaleX(0);
    transform:scaleX(0)
}

.footer_email {
      color:#fff;
      font-size:16px;
      padding-bottom: 10px;
}

@media (min-width: 768px){
  .socials {
  padding-left: 17%

  }
}

.socials {
  margin:auto;
  padding-top:10px;
}

.footer_email a{
    position:relative
}

.footer_email a:after{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    bottom:-2px;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    background:#fff
}
.footer_email a:hover:after{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}



.footer__bottom{
    color:#fff;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:16px
}
.footer__bottom small{
    margin-bottom:40px
}
@media (min-width: 768px){
    .footer__bottom small{
        margin-bottom:0;
        width:33%
    }
}
@media (min-width: 768px){
    .footer__bottom{
        padding-bottom:40px
    }
}
.footer__bottom nav{
    margin-bottom:40px
}
@media (min-width: 768px){
    .footer__bottom nav{
        margin-bottom:0;
        width:50%;
        text-align:center
    }
}
.footer__bottom nav li{
    display:inline-block;
    margin-right:16px
}
.footer__bottom nav li:last-child{
    margin-right:0
}
.footer__bottom nav li a{
    position:relative
}
.footer__bottom nav li a:after{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    bottom:-2px;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    background:#fff
}
.footer__bottom nav li a:hover:after{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
@media (min-width: 768px){
    .footer__bottom>a{
        width:33%;
        text-align:right
    }
}
.footer__logo{
    margin:0;
    width:145px;
    display:inline-block
}
.footer__logo img{
    display:block;
    width:100%
}
.preloader{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:#000;
    z-index:1
}
.preloader.close{
    display:none
}
.overlay{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background:rgba(255,255,255,0.8);
    z-index:99;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.7s;
    transition:.7s
}
.overlay.open{
    opacity:1;
    visibility:visible
}
.modal{
    background:#eee8da;
    position:relative;
    z-index:100;
    padding:30px;
    -webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow:0 2px 5px 1px rgba(0,0,0,0.2);
    font-size:24px
}
.modal .close{
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    color:rgba(0,0,0,0.5)
}
.modal .close:hover{
    color:#000
}
.modal .msg-done,.modal .subscribe-done,.modal .error,.modal .error-name{
    display:none
}
.modal .msg-done.visible,.modal .subscribe-done.visible,.modal .error.visible,.modal .error-name.visible{
    display:block
}
.about .header{
    padding-bottom:0
}
@media (min-width: 768px){
    .about .header{
        padding-bottom:75px;
    }
}
.about .header .header-inner{
    margin-bottom:0
}
.about__banner{
    padding-bottom:50px
}
@media (min-width: 768px){
    .about__banner{
        padding-left:55px;
        padding-right:55px
    }
}
@media (min-width: 1300px){
    .about__banner{
        padding-left:20px;
        padding-right:20px
    }
}
.about__banner .top{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-bottom:105px
}
@media (min-width: 768px){
    .about__banner .top{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.about__banner h1{
    text-align:center;
    font-size:36px;
    font-weight:700;
    line-height:68px;
    margin-bottom: 0;
}
@media (min-width: 425px){
    .about__banner h1{
        font-size:48px
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .about__banner h1{
        font-size:38px
    }
}
@media (min-width: 1024px){
    .about__banner h1{
        font-size:48px
    }
}
.about__banner .text{
    padding-top:25px
}
@media (min-width: 768px) and (max-width: 1024px){
    .about__banner .text{
        min-width:380px;
        width:80%
    }
}
@media (min-width: 1024px){
    .about__banner .text{
        min-width:480px;
        width:50%
    }
}
@media (min-width: 1300px){
    .about__banner .text{
        margin-left:-20px;
        margin-right: 50px
    }
}

.numbers {
    background-color: white;
    border: none;
    height: 5px;
    display: block;
    margin-left: 15%;
    margin-right: 15%; 
}

.about__banner .text p{
    line-height:1.5;
    text-align: center
}
.about__banner .slogan{
    margin: 10px auto 36px auto;
    font-size:22px;
    text-align:center
}
@media (min-width: 768px){
    .about__banner .slogan{
        text-align:center;
        padding:0 10px 0 0;
        margin-bottom:0
    }
}
.about__banner .img{
    max-width:550px
}
.about__banner .img img{
    display:block;
    width:100%
}
.about__broad-spectrum{
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/grid-full.png) 0 0 repeat,-webkit-gradient(linear, left top, right top, from(#50bd90), to(#36c8ef));
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/grid-full.png) 0 0 repeat,linear-gradient(to right, #50bd90 0%, #36c8ef 100%);
    max-width:1440px;
    padding: 30px 0 40px;
    color:#fff;
    position:relative;
    margin-bottom:107px
}
@media (min-width: 768px){
    .about__broad-spectrum{
      margin-bottom:100px;
      margin-top: 130px;
    }
}
.about__broad-spectrum:after,.about__broad-spectrum:before{
    content:'';
    position:absolute;
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/about-points-decor.svg) 0 0/100% no-repeat;
    width:129px;
    height:135px
}
.about__broad-spectrum:before{
    left:-65px;
    top:-75px
}
@media (min-width: 768px) and (max-width: 1300px){
    .about__broad-spectrum:before{
        left:30px
    }
}
@media (min-width: 1300px){
    .about__broad-spectrum:before{
        left:30px;
        top:-45px
    }
}
.about__broad-spectrum:after{
    right:-40px;
    bottom:-83px;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
@media (min-width: 768px) and (max-width: 1300px){
    .about__broad-spectrum:after{
        right:117px
    }
}
@media (min-width: 1300px){
    .about__broad-spectrum:after{
        right:30px;
        bottom:-63px
    }
}
.about__broad-spectrum .slogan{
    font-size:24px;
    font-weight:500;
    line-height:35px;
    margin-bottom:0
}
@media (min-width: 768px){
    .about__broad-spectrum .slogan{
        padding:0 115px
    }
}
.about__people{
    position:relative;
    padding-bottom:50px
}
@media (min-width: 768px){
    .about__people{
        padding-bottom:20px
    }
}
.about__people:after{
    content:'';
    position:absolute;
    background:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/team-decor.png) 0 0/100% no-repeat;
    height:266px;
    width:271px;
    bottom:-120px;
    right:-300px
}
@media (min-width: 768px){
    .about__people:after{
        right:-85px
    }
}
@media (min-width: 1300px){
    .about__people:after{
        right:-253px
    }
}
.about__people h2{
    margin-bottom:30px;
     
}
@media (min-width: 768px){
    .about__people h2{
        margin-bottom:75px
    }
}
.about__people .item{
    margin-bottom:50px
}
@media (min-width: 768px){
    .about__people .item{
        padding:0 30px;
        width:46%;
        margin-bottom:80px
    }
}
@media (min-width: 1300px){
    .about__people .item{
        padding:0
    }
}
.about__people .item .img{
    position:relative;
    padding:5px;
    height:168px;
    width:168px;
    margin:0 auto 30px
}
@media (min-width: 768px){
    .about__people .item .img{
        margin:0 auto 40px
    }
}
.about__people .item .img:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:-webkit-gradient(linear, left top, right top, from(#50bd90), color-stop(33%, #ffcf60), color-stop(66%, #ffcf60), to(#36c8ef));
    background: linear-gradient(to right,#50bd90 0%,#ffcf60 33%,#ffcf60 66%,#36c8ef 100%);
}
.about__people .item .img img{
    display:block;
    width:100%;
    position:relative;
    z-index:1
}
.about__people .item .text{
    text-align:center
}
@media (min-width: 768px){
    .about__people .item .text{
        text-align:center
    }
}
.about__people .item .text h4{
    font-size:26px;
    font-weight:700
}
.about__people .item .text .vacancy{
    opacity:.4;
    font-size:18px;
    margin-bottom:30px
}
.about__people .item .text .description{
    opacity:.8;
    font-size:16px;
    line-height:30px
}
.about__trusted{
    background-color:rgba(238,232,218,0.4);
    padding-top:70px;
    padding-bottom:0px
}
@media (min-width: 768px){
    .about__trusted{
        padding-top:80px;
        padding-bottom:100px
    }
}
.about__trusted section{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 768px){
    .about__trusted section{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.about__trusted .item{
    position:relative;
    z-index:0;
    margin-bottom:50px
}
@media (min-width: 768px){
    .about__trusted .item{
        margin-bottom:0px
    }
}
.about__trusted .item h4{
    font-size:26px
}
.about__trusted .item p{
    font-size:18px;
    line-height:27px
}
.about__trusted h2{
    margin-bottom:10px
}
.about__trusted .avatar{
    position:relative;
    top:0;
    left:0;
    margin:0 0 45px
}
.about__trusted .slogan{
    margin-bottom:50px
}
@media (min-width: 768px){
    .about__trusted .slogan{
        margin-bottom:80px
    }
}
.about__whats-name{
    background-color: rgba(238,232,218,0.4);
    padding-top:50px;
    padding-bottom:20px
}
.about__whats-name section.flex{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 768px){
    .about__whats-name section.flex{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.about__whats-name h2{
    max-width:300px;
    margin:0 auto 70px
}
@media (min-width: 425px){
    .about__whats-name h2{
        max-width:none;
        margin-bottom:100px
    }
}
@media (min-width: 768px){
    .about__whats-name h2{
        margin-bottom:100px
    }
}
.about__whats-name .item:nth-child(1){
    background-image:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/whats-name-bg.png);
    background-size:cover;
    padding:48px;
    width:100%;
    height:362px;
    min-width:260px;
    max-width:calc(100% - 50px);
    margin-left:0;
    margin-right:auto;
    margin-bottom:50px;
    -webkit-box-shadow:10px 10px 0 #000;
    box-shadow:10px 10px 0 #000;
    position:relative
}
@media (min-width: 500px){
    .about__whats-name .item:nth-child(1){
        max-width:362px;
        margin-left:auto
    }
}
@media (min-width: 768px){
    .about__whats-name .item:nth-child(1){
        min-width:362px;
        max-width:362px;
        width:362px;
        margin-left:18px;
        margin-right:107px;
        margin-bottom:0
    }
}
.about__whats-name .item:nth-child(1):after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background-image:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/whats-name-grad.png);
    top:-60px;
    right:-60px
}
.about__whats-name .item:nth-child(1) h2{
    color:#050505;
    font-size:32px;
    margin:0;
    margin-bottom:35px;
    letter-spacing:3.5px
}
.about__whats-name .item:nth-child(1) h2 span{
    opacity:0.56;
    color:#bd5b19;
    font-size:20px;
    font-weight:500;
    padding-left:10px;
    letter-spacing:normal
}
.about__whats-name .item:nth-child(1) p{
    opacity:0.56;
    color:#050505;
    font-size:16px;
    margin-bottom:15px
}
.about__whats-name .item:nth-child(1) small{
    margin-bottom:-20px;
    opacity:0.56;
    color:#050505;
    font-size:12px
}
.about__whats-name .item:nth-child(2){
    color:#050505;
    font-size:18px;
    line-height:32px
}
.about__whats-name .item:nth-child(2) ul{
    list-style-type:none;
    position:relative
}
.about__whats-name .item:nth-child(2) ul:after{
    content:'';
    position:absolute;
    width:119px;
    height:132px;
    background-image:url(https://5936269.fs1.hubspotusercontent-na1.net/hubfs/5936269/landing/whats-name-ul-after.png);
    top:3px;
    right:-160px
}
.about__whats-name .item:nth-child(2) ul li{
    padding-top:10px;
    margin-bottom:12px;
    text-align:center
}
@media (min-width: 768px) and (max-width: 1024px){
    .about__whats-name .item:nth-child(2) ul li{
        max-width:478px;
        text-align:left
    }
}
@media (min-width: 1024px){
    .about__whats-name .item:nth-child(2) ul li{
        padding-bottom:62px;
        max-height:200px;
        max-width:478px;
        text-align:left
    }
}
@media (min-width: 768px){
    .about__whats-name .item:nth-child(2) ul li img{
        padding-bottom:18px
    }
}
@media (min-width: 1024px){
    .about__whats-name .item:nth-child(2) ul li:nth-child(2){
        padding-bottom:28px
    }
}
 


/* Video Carousel */

.mfp-content {
  max-width: 60% !important;
}



.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-gap: 15px;
  padding: 15px; 
  margin: 0 auto;
  box-sizing: border-box;
}

.video-gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 350px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  width: 115%;
  height: 350px;
  object-fit: cover;
  opacity: .5;
  /*transition: opacity .35s, transform .35s;*/
  transition: all 350ms ease-in-out;
  transform: translate3d(-23px, 0, 0);
  /*backface-visibility: hidden;*/
}

.north-cascades-img {
  object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 32px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 12px 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
    font-size: 2rem;
    text-align: left;
    color: white;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#testimonials {
  padding-bottom: 30px;
}

/*
@media screen and (max-width: 784px) {
  .video-gallery {
    width: 100%;
    padding: 15px;    

  }
  .video-gallery .gallery-item {
    width: 95%;
    margin: 0 auto; 
    width: 100%;
  }
}
*/
/* MOBILE OFFER */
.offer {
    margin-bottom: 50px;
    max-width: 1000px;
}

.offer-header {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.offer-half {
  width: 100%;
  padding-right: 1rem;
  padding-bottom: 60px;
  padding-left: 1rem;
  margin-top: 30px;
  background-color: rgba(238,232,218, 0.3);
  -webkit-box-shadow: 10px 10px 0px 1px rgba(0,0,0,1);
  -moz-box-shadow: 10px 10px 0px 1px rgba(0,0,0,1);
  box-shadow: 10px 10px 0px 1px rgba(0,0,0,1);
  text-align: center;
}

.left {
  border-bottom: 4px solid #50bd90;
  margin-bottom: 40px;
}

.right {
  border-bottom: 4px solid #ffcf60;
  margin-bottom: 40px;
}

.testimonial-video {
  
}


.offer-body {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 200;
    text-align:left;
}

.offer-list {
  position: relative;
  padding-bottom: 30px;
  justify-content: center;
  text-align: left;
}

.offer-list ul {
  list-style: none;
  text-align: left;
  margin-left: 10px;
}

.offer-list ul li::before {
  content: "✔"; 
  color: #ffcf60;
  display: inline-block; 
  font-size:25px;
  width: 1em;
  margin-left: -1em
}

.offer-left .offer-list ul li::before {
   color: #50bd90;
}
  
.offer-list .service-left {
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  }

.offer-list .service-right {
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  }

.offer-list-item {
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 1rem 1.5rem;
    background-color: #f9f9f9;
    text-align: left;
    font-family: "Open Sans",sans-serif;
    line-height: 1.5625rem;
    font-weight: 500;
}

.service h4 {
  font-weight: 700; 
}

/* DESKTOP OFFER */
@media (min-width:1200px) { 
  .offer {
    margin-bottom: 100px;
    max-width: 1200px;
}
  .service h4 {
  font-weight: 400; 
}
  
  .offer .btn-wrapper {
    position: absolute;
    padding-left: 25%;
}
  
  .offer-half {
    position: relative;
    width: 48.5%;
    padding-right: 3rem;
    padding-bottom: 60px;
    padding-left: 3rem;
    text-align: center;
  }
  
  
  .offer-left {
    display:inline-block;
    float: left ;
    margin-right: 2.5%;
  }

  .offer-right {
    display:inline-block;
  }
  
  .left {
    margin-bottom: 0px;
  }

  .right {
    margin-bottom: 0px;
  }

  .offer-list .service-left {
    display:inline-block;
    margin-bottom: 30px;
  }

  .offer-list .service-right {
    display:inline-block;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  
  .offer-list ul {
    list-style: none;
    text-align: left;
    margin-left: 10px;
}

  
  .offer-header {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Open Sans",sans-serif;
    font-size: 1.15rem;
    line-height: 1.5625rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}



.header-container.container-fluid {
  padding: 0;
}

.header {
  overflow: hidden;
 
}


@media screen and (max-width: 992px) {
   .body-container-wrapper {
      margin: 0 auto;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
}


.body-container-wrapper {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-on-both-side .one-section-body-right p {
  color: rgba(5, 5, 5, 0.64);
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
}
.text-on-both-side .one-section-body-right ul {
  padding: 0 0 0 30px;
}
.text-on-both-side .one-section-body-right li {
  color: rgba(5, 5, 5, 0.64);
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  margin: 20px 0;
}


.one-section-body-left p {
  color: rgba(5, 5, 5, 0.64);
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  margin: 20px 0;
}
.one-section-body-left ul {
  padding: 0 0 0 30px;
}
.one-section-body-left li {
  color: rgba(5, 5, 5, 0.64);
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  margin: 20px 0;
}

.widget-span.widget-type-cell.one-section-body {
  padding: 0 0 50px;
}
.one-section-body-left h1 {
  font-family: "IBM Plex Mono",monospace;
  font-size: 48px;
  margin: 30px 0;
}
.widget-span.widget-type-widget_container.one-section-body-left {
  float: left;
  margin: 0;
  width: 48%;
  text-align:left;
}
.widget-span.widget-type-widget_container.one-section-body-right {
  float: left;
  margin: 0 0 0 4%;
  width: 48%;
}
.widget-span.widget-type-widget_container.one-section-body-right img {
  max-width: 100%;
}
.span12.widget-span.widget-type-custom_widgeth3.font-secondary.first {
  margin-bottom: 10px;
}
.span12.widget-span.widget-type-custom_widgeth3.font-secondary.first h3 {
  margin: 0;
}

.widget-span.widget-type-custom_widget.btn.yellow.shadow {
  width: initial;
}
.btn.shadow a {
    display: inline-block;
   
}

.trust {
  margin-bottom: 0 !important;
}

.row-fluid .span12 {
    width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0 !important;
}
.data-community section {
  float: left;
}
.models .item section {
  float: left;
}
.models .item section:nth-child(2) {
  float: right;
}
.preloader {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:#000;
	z-index:10
}
.preloader.close {
	display:none
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.trust .img img {
  height: 100%;
  width: initial !important;
}


#hs_cos_wrapper_module_1563089171041213 h1 {
 margin-bottom: 20px; 
}

#hs_cos_wrapper_module_1563089171041213 h2 {
 text-align:left;
}


@media (max-width: 767px) {
   .about__broad-spectrum{
      margin-bottom:100px;
      margin-top: 130px;
    }
  #contacts #subscribe iframe {
	max-width: 100%;
}
  .related-post-item {
	width: 100%;
	margin: 0 0 40px;
}
  .blog-new-template .pagination .page-numbers {
 
  margin: 0;
 
}
   .widget-span.widget-type-custom_widget.banner-header-subheader {
      margin: 0 0 30px 0px;
      width:fit-content;
  }
  .blog-new-template .blog-content .post-info h1 {
 
  font-size: 27px;

}
  .blog-new-template .blog-content .post-item.grid-item:first-child .post-image {
  height: 190px;
}
  .blog-new-template .blog-content .post-item.grid-item:nth-child(2n) {
  margin-right: 0;
}
  .blog-new-template .blog-content .post-item.grid-item {
  
  width: 100%;
}
  .blog-new-template .widget-span.widget-type-cell.blog-sidebar {
  margin: 0 0 40px 0;
  width: 100%;
}
  .blog-new-template .widget-span.widget-type-cell.blog-content {
  float: left;
  width: 100%;
}

.widget-span.widget-type-cell.one-section-body {
  padding: 0 0 0px;
}
  .widget-span.widget-type-widget_container.one-section-body-right {
  margin: 0 0 0;
  width: 100%;
}
  .one-section-body-left h1 {
 
  font-size: 33px;
 
}
  .widget-span.widget-type-widget_container.one-section-body-left {
  width: 100%;
}
}

.section.post-header.clearfix h1 {
  margin-bottom:20px;
}

.work-callout {
 padding-top: 40px; 
}

.give-data-meaning {
  margin-bottom:40px;
  
}

/* Counter */

.container-counter {
  display:flex; 
  margin: 0 5% 0 5%;
}

.col-md-4 {
  text-align: center;
  padding-bottom: 0px;
  width: 20%;
}

.counter {
  font-family: "IBM Plex Mono",monospace;
  animation-duration: 1s;
  animation-delay: 0s;
}

.container-counter h3 {
  margin: 30px 0 30px 0;
  color: white;
}

.container-counter h4 {
  color: white;
}

@media (max-width: 991px) {
  .col-md-4 {
    width: 50%;
    margin: auto auto;
  }
  
}


.header .flex.align-center .hs-menu-wrapper>ul>.hs-menu-item>a {
  display: block;
}
.header .flex.align-center .hs-menu-wrapper>ul>.hs-menu-item>a {
  color: rgba(5, 5, 5, 0.64);
}
@media (max-width: 991px) {
  .bannerWeader {
      margin-top: 0;
  }

}