body{
  font-family: 'Copyright Klim Type Foundry',Helvetica,Arial,sans-serif;
  font-weight: 300;
  margin:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Copyright Klim Type Foundry',Helvetica,Arial,sans-serif;
}
.ni-title{
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: normal;
}
.ni-regular-text{
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
}
.ni-button,
.ni-button:focus{
  display: inline-block;
  text-align: center;
  padding: 8px 26px;
  position: static;
  background: #0F72E6;
  border-radius: 3px;
  color: white;
  text-decoration: none;
}
.ni-button.ni-button-black,
.ni-button.ni-button-black:focus {
  background: black;
  color: white;
}
.ni-button.ni-button-gray,
.ni-button.ni-button-gray:focus{
  background: #ECECEC;
  color: black;
}
.ni-button:hover{
  color: white;
  background: #4198FF;
  text-decoration: none;
}
.ni-button.ni-button-gray:hover{
  background: rgba(15, 114, 230, 0.2);
  color: #0F72E6;
}
.ni-button.ni-button-black:hover{
  background: #333333;
  color: white;
}
.ni-button:active{
  color: white;
  background: #b25300;
  text-decoration: none;
}
.ni-section-gray{
  background: #f4f4f4 !important;
}
.ni-section{
  pagging-bottom: 35px;
}
.ni-section-content{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.gray-upper{
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 30px;
}
.ni-row-margin-35{
  margin-bottom: 35px;
}
.section-index-brands-flex{
  display: flex;
  /*grid-template-columns:repeat(6, 1fr);*/
  margin-bottom: 0px;
  align-content: space-evenly;
  align-items: center;
  justify-items: left;
  width: 100%;
  justify-content: space-between;
}
.section-index-brands-flex > img{
  margin-bottom: 40px;
}
#section-index-brands .ni-section-content{
  overflow: hidden;
}
#ni-digits > .ni-section-content{
  display: flex;
  justify-content: center;
  text-align: center;
}
.ni-digits-title{
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.ni-digits-text{
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.ni-digits-item{
  width: 420px;
  max-width: 100%;
  position: relative;
}
#ni-digits{
  padding: 70px 0px;
}
.ni-digits-item:after{
  content: "";
  width: 1px;
  height: 82px;
  position: absolute;
  right: 0px;
  top: calc(50% - 41px);
  background: black;
}
.ni-digits-item:last-child:after{
  display: none;
}
.how-we-items-container{
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  justify-content: space-between;
}
.ni-how-we-item{
  max-width: 530px;
  margin-bottom: 70px;
}
#ni-how-we-can-help .how-we-items-container{
  margin-top: 70px;
}
#ni-how-we-can-help{
  padding-top: 110px;
}
.ni-how-digit{
  font-size: 75px;
  line-height: 88px;
  color: #D7D7DB;
  float: left;
  width: 111px;
  position: relative;
  top: -12px;
}
.ni-how-we-item:hover .ni-how-digit{
  color: black;
}
.ni-how-block{
  float: left;
  width: calc(100% - 111px);
  position: relative;
  padding-left: 20px;
}
.ni-how-block:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  background: black;
  height: calc(100% - 20px);
}
.ni-how-block-title{
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 20px;
}
.ni-how-block-text{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 17px;
  font-weight: 300;
}
.ni-how-block-link{
  font-size: 16px;
  line-height: 28px;
  color: #0F72E6;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
}
.ni-how-block-link:after{
  content: "";
  position: absolute;
  right: 0px;
  width: 12px;
  height: 10px;
  top: calc(50% - 4px);
  background: url("./ni-images/img-right.png");
}
.ni-how-block-link:hover{
  text-decoration: none;
}
.slider__wrapper{
  overflow: hidden;
}
.slider__item {
  flex: 0 0 380px !important;
  width: 380px !important;
  /*max-width: 100%;*/
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 7rem;
}
.ni-slider-item-container{
  width: 320px;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ni-slider-item-container:after,
.ni-slider-item-container:before{
  position: absolute;
  width: 318px;
  height: 1px;
  content: "";
  top: 0px;
  left: calc(50% - (318px / 2));
  background: black;
}
.ni-slider-item-container:before{
  top: auto;
  bottom: 0px;
}
.ni-slider-item-container-text{
  font-size: 16px;
  line-height: 24px;
  padding-top: 44px;
  color: black;
  font-weight: 300;
}
.ni-slider-item-reviewer-descr{
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  font-weight: 300;
}
.ni-slider-item-avatar{
  position: absolute;
  top: 230px;
  left: 0px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.ni-slider-item-reviewer-name{
  font-size: 16px;
  line-height: 19px;
  color: black;
  position: absolute;
  top: 230px;
  left: calc(19px + 64px);
  font-weight: normal;
}
.ni-button.ni-blue-button:active{
    border: 3px solid #0a4183;
    padding: 5px 23px;
    background: #0F72E6;
}
#customers-slider .ni-title{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 70px;
}
#customers-slider{
  margin-top: 90px;
  margin-bottom: 90px;
}
#ni-section-our-technology .ni-title{
  margin-top: -20px;
}
#customers-slider .slider__wrapper{
  width: calc(380px * 3);
  margin-left: auto;
  margin-right: auto;
}
.ni-slider .slider__control,
.ni-slider .slider__control:active,
.ni-slider .slider__control:focus,
.ni-slider .slider__control:hover
{
  background: url("./ni-images/ni-slider-left.png") 0px 0px no-repeat;
  width: 31px;
  height: 62px;
}
.ni-slider .slider__control:before{
  display: none;
}
.ni-slider .slider__control[data-slide=next]{
  transform: rotate(180deg);
}
.ni-slider{
  margin-bottom: 100px;
}
.ni-slider .slider__indicators{
  bottom: -100px;
}
.ni-slider .slider__indicators li{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  /*border: 1px solid black;*/
  margin-right: 42px;
  margin-left: 42px;
  text-indent: each-line;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border-top: 0px;
  border-bottom: 0px;
  position: relative;
}
.ni-slider .slider__indicators li:after{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  border-radius: 9px;
  border: 1px solid black;
}
.ni-slider .slider__indicators li.active{
  background: black;
  cursor: default;
}
#ni-section-our-technology{
  padding-top: 150px;
  background: url("./ni-images/bg-after-slider.png") calc(50% + 265px) 0px no-repeat;
  min-height: 700px;
}
.ni-our-tech-block{
  padding: 10px;
  width: 180px;
  min-height: 132px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
  text-align: center;
  border: 1px solid black;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
#ni-our-tech-block-2{
  left: auto;
  right: 0px;
}
#ni-our-tech-block-3{
  left: auto;
  right: 0px;
  top: 260px;
}
#ni-our-tech-block-4{
  top: 260px;
}
.ni-our-tech-line{
  background: black;
  position: absolute;
  width: calc(100% - 440px);
  height: 1px;
  left: 220px;
  top: 76px;
}
#ni-our-tech-line-3{
  top: 340px;
}
#ni-our-tech-line-3:after {
  border-width: 3px 6px 3px 0;
  border-color: transparent black transparent transparent;
}
.ni-our-tech-line:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 0px;
  top: -3px;
}
#ni-our-tech-line-2{
  width: 1px;
  top: 170px;
  height: 70px;
  left: auto;
  right: 100px;
}
#ni-our-tech-line-2:after {
  border-width: 6px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  top: auto;
  bottom: 0px;
  left: -2px;
}
#ni-our-tech-line-3:after {
  border-width: 3px 6px 3px 0;
  border-color: transparent black transparent transparent;
  left: 0px;
  top: -3px;
}
.ni-title-container{
    height: 250px;
    position: relative;
}
.ni-title-container .ni-title{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.3s;
    margin-top: 0px !important;
    padding-top: 40px;
    margin-bottom: 0px !important;
    padding-bottom: 20px;
}
.ni-title-container .ni-title.active{
    opacity: 1;
}
#ni-section-with-safari-grid{
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  /*justify-content: space-between;*/
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
}
.ni-section-with-safari-grid-item{
  display: flex;
  align-items: center;
  width: 100%;
}
.ni-section-with-safari-grid-item-symbol{
  font-size: 65px;
  font-weight: normal;
  width: 50px;
}
.ni-section-with-safari-grid-item-text{
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-right: 20px;
  width: calc(100% - 80px);
}
#ni-section-with-safari{
  margin-bottom: 140px;
}
#ni-section-start-trial-gray{
  text-align: center;
  padding-bottom: 100px;
  padding-top: 0px;
}
#ni-section-start-trial-gray .ni-title{
  margin-top: 100px;
  margin-bottom: 40px;
}
.breadcrumbs-container.breadcrumbs-container_footer{
  /*display: none;*/
}
.site-footer{
  background: #f4f4f4;
  border: none;
}
.footer-flex{
  display: flex;
}
.footer-menu-section a{
  color: black;
}
.home #primary{
  padding: 0px;
}
body.page-template-page-index-new .footer-menu-section.ni-section-content{
  border-top: 1px solid black;
}
.footer-flex > div{
  width: 310px;
  max-width: 100%;
}
.site-footer{
  font-size: 16px;
}
.footer-menu-section .footer-menu-left>li>a,
.footer-menu-section .footer-menu-right>li>a {
  font-size: 18px;
  font-weight: normal;
}
.footer-menu-section ul.sub-menu{
  padding-top: 20px;
}
.footer-flex .social-networks{
  margin-left: auto;
  text-align: right;
}
.footer-flex .social-networks ul li{
  float: right;
}
.footer-sitemap-title{
  font-weight: normal;
  font-size: 18px;
  color: black;
  padding-bottom: 20px;
}
.site-footer{
  color: black;
  padding: 0px;
}
.footer-menu-section{
  padding-bottom: 0px;
}
.footer-commercial-link{
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid black;
  font-weight: bold;
  font-weight: normal;
}
.footer-hours{
  padding: 15px 0px;
  font-weight: 300;
}
.social-networks ul li{
  width: 35px;
  height: 38px;
  background-repeat: no-repeat;
  margin-left: 22px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.social-networks ul li.facebook{
  background-image: url("./ni-images/footer-fb.png");
}
.social-networks ul li.instagram{
  background-image: url("./ni-images/footer-inst.png");
}
.social-networks ul li.linkedin{
  background-image: url("./ni-images/footer-linkedin.png");
}
.social-networks ul {
  padding-top: 10px;
}
.footer-menu-section{
  margin-bottom: 0px;
  border-bottom: none;
}
.admin-bar .header{
	margin-top:32px;
}
.home .header, 
.page .header,
.single .header,
.archive .header{
  position: -webkit-fixed; /* Safari */
  position: fixed;
  top: 0;
  height: 74px;
  padding: 0px;
  min-height: auto;
  width:100%;
  z-index:9999;
}
.home .container,
.page .container
.single .container,
.archive .container{
	margin-top:70px;
}
.collapse.navbar-collapse a{
  color: black !important;
}
.navbar-nav {
  float: left;
  margin: 0;
}
.container-fluid{
  padding: 0px;
}
.top-navigation.header .container-fluid.ni-section-content{
  height: 100%;
  display: flex;
  align-items: center;
  padding:10px;
}
.navbar-brand img{
  margin: 0px;
}
.navbar #menu-top_menu{
  margin: 0px;
}
.collapse.navbar-collapse{
  position: static;
  padding: 0px;
  padding-left: 15px;
}
.navbar-brand {
  margin: 0 0 0 0px!important;
  padding: 0px;
  height: auto;
}
.collapse.navbar-collapse a{
  font-weight: 400;
}
.top-menu-right{
  margin-left: auto;
}
.top-menu-right a{
  font-size: 16px;
}
.header{
  min-height: auto;
  background: white !important;
  height: 70px;
}
.top-menu-right > a{
  margin-left: 15px;
}
.ni-top-menu-submenu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99;
  opacity: 0.999;
  /*background: yellow;*/
  margin: 0px;
  padding: 0px 20px;
  background: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    padding-top: 10px;
    padding-bottom: 5px;
}
.ni-top-menu-top-menu:hover .ni-top-menu-submenu {
  display: block;
}
.ni-top-menu-top-menu{
  font-size: 14px;
  line-height: 16px;
  width: auto;
  height: auto;
  display: inline-block;
  font-weight: normal;
  padding: 20px;
  position: relative;
}
.ni-top-menu-top-menu:after{
  content: "";
  background: url("./ni-images/lang-switch-round.png") 0px 0px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
}
.dropdown-toggle .caret{
  color: rgba(255,255,255,0);
  position: relative;
  left: 8px;
  top: -2px;
}

@media only screen and (min-width: 768px) {
   #menu-top_menu .menu-item:hover .dropdown-menu{
		display: block;
	}
}

.ni-top-menu-top-menu:before,
.dropdown-toggle .caret:before{
/*.ni-top-menu-top-menu:after,*/
/*.dropdown-toggle .caret:after{*/
  content: "";
  background: url("./ni-images/lang-swith-arrow.png") 0px 0px no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: calc(50% - 2px);
  background-size: cover;
}
.ni-top-menu-top-menu:before{
    top: calc(50% - 2px);
    transition: all 0.3s;
}
.ni-top-menu-top-menu:hover:before{
    background: url("./ni-images/lang-swith-arrow-blue.png") 0px 0px no-repeat;
    background-size: cover; 
	transform: rotate(180deg);
    top: calc(50% - 2px);
}
#ni-top-menu-top-menu:hover
/*.ni-top-menu-top-menu:after,*/
.dropdown-toggle .caret:after{
    opacity: 0;
}
.ni-top-menu-submenu > li{
 list-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  text-align: center;
}
.ni-top-menu-submenu > li > a{
  color: black;
  font-weight: 300;
}
.ni-top-menu-submenu > li:hover > a{
  color: #0F72E6;
}
.ni-top-menu-submenu > li > a:hover,
#menu-top_menu .menu-item:hover > a{
  text-decoration: none !important;
}
#section-index-head .ni-section-content,
#ni-know-all .ni-section-content{
  padding-top: 40px;
}
#section-index-head .ni-regular-text,
#ni-know-all .ni-regular-text,
#ni-section-our-technology .ni-regular-text{
  margin-bottom: 40px;
}
#ni-know-all{
  background: white !important;
  background: linear-gradient(0deg, #FFFFFF 0%, #F4F4F4 100%) !important;
}
#ni-section-with-safari .ni-title{
  margin-top: 70px;
  margin-bottom: 80px;
}
.site-footer .sub-menu a,
#menu-footer-menu-bottom a{
  font-weight: 300;
}
.footer-llc{
  font-weight: normal;
}
#main-top-video{
  width: 100%;
}
#main-top-image{
  display: none;
}
#section-index-head.ni-section.ni-section-gray{
  background-color: #f3f2f3 !important;
}
.dropdown-menu a{
  font-weight: 300 !important;
}
#menu-top_menu a:hover{
    color: #0F72E6 !important;
}
#menu-top_menu .menu-item:hover .caret:before{
    transform: rotate(180deg);
    transition: all 0.3s;
    top: calc(50% - 2px) !important;
    background: url(./ni-images/lang-swith-arrow-blue.png) 0px 0px no-repeat;
	background-size:cover;
}
@media screen and (max-width: 782px){
  #section-index-head.ni-section.ni-section-gray{
    background-color: #f4f4f4 !important;
  }
  html {
    margin-top: 46px !important;
  }
	.admin-bar .header{
		margin-top:0px;
	}
	.home .header, 
	.page .header,
	.single .header,
	.archive .header{
	  position: -webkit-sticky; /* Safari */
	  position: sticky;
	  top: 0;
	  height: auto;
	  min-height: auto;
	  padding: 0 1em;
	  width:100%;
	}
	.home .container,
	.page .container
	.single .container,
	.archive .container{
		margin-top:0px;
	}
}
@media screen and (max-width: 767px) {
  html {
    margin-top: 0px !important;
  }
  .collapse.navbar-collapse a{
      color: white !important;
  }
  .dropdown-menu{
      background: transparent !important;
      position: static !important;
      box-shadow: none !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      border: none !important;
  }
  .ni-title-container .ni-title{
    padding-top: 40px;
    padding-bottom: 20px;
    }
  #main-top-image{
    display: block;
  }
  #main-top-video{
    display: none;
  }
  #wpadminbar {
    display: none;
  }

  .home .header {
    height: auto;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
  }

  .navbar-default .navbar-toggle {
    border-color: black;
  }

  .top-navigation.header .container-fluid.ni-section-content {
    display: block;
    position: relative;
    padding-left: auto;
    padding-right: auto;
  }
  .ni-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar.navbar-default.top-navigation.header {
    margin: 0px;
  }

  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-toggle {
    position: static;
    margin: 0px;
    top: auto;
    left: auto;
    right: auto;
  }

  .home .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-header {
    padding-top: 15px;
  }

  .top-menu-right {
	padding-top: 15px;
    padding-bottom: 15px;

  }
	.top-menu-right a.ni-button{
		padding-left:10px;
		padding-right:10px;
	}
	.top-menu-right > a{
  		margin-left: 10px;
	}

  .top-menu-right > a {
    float: right;
  }

  .ni-top-menu-top-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .collapse.navbar-collapse,
  .collapsing.navbar-collapse {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding-left: 15px ;
  }

  .navbar .nav > li > a {
    color: white !important;
    font-weight: normal !important;
  }
  .ni-title{
    font-size: 30px;
    line-height: 1.3;
  }
  #section-index-head .ni-section-content{
    padding-top: 0px;
  }
  #section-index-head .ni-regular-text{
    margin-bottom: 20px;
  }
  .ni-regular-text{
    font-size: 16px;
  }
  .gray-upper{
    font-size: 16px;
    line-height: 1.6;
  }
  .section-index-brands-flex{
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .section-index-brands-flex > img{
    margin-bottom: 25px;
	max-width:70%;
  }
  #ni-digits > .ni-section-content{
    display: block;
  }
  .ni-digits-item:after{
    /*display: none;*/
  }
  #ni-digits{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ni-digits-title{
    margin-bottom: 5px;
  }
  .ni-digits-item{
    margin-bottom: 35px;
  }
  .ni-digits-item:after{
    width: calc(100% - 100px);
    height: 1px;
    top: auto;
    bottom: -25px;
    left: 50px;
  }
  #ni-digits .ni-section-content .ni-digits-item:last-child{
    margin-bottom: 10px;
  }
  .ni-btn-container{
    text-align: center;
    margin-top: 20px;
  }
  #ni-know-all .ni-section-content{
    padding-top: 0px;
  }
  #ni-how-we-can-help{
    padding-top: 0px;
  }
  #ni-how-we-can-help .how-we-items-container{
    margin-top: 0px;
    display: block;
  }
  .ni-title{
    text-align: center;
  }
  #ni-how-we-can-help .ni-title {
    font-weight: normal;
  }
  .ni-how-we-item{
    margin-bottom: 25px;
  }
  #customers-slider{
    margin-top: 20px;
  }
  #customers-slider .ni-title{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ni-slider-item-container-text{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ni-slider-item-container{
    max-width: 100%;
  }
  .ni-slider .slider__item{
    height: auto;
    display: block;
  }
  .ni-slider-item-avatar{
    position: static;
    float: left;
    margin-right: 15px;
  }
  .ni-slider-item-reviewer-name{
    position: static;
    min-height: 80px;
  }
  .ni-slider .slider__indicators{
    display: none;
  }
  .ni-slider .slider__control[data-slide=prev] {
    left: -10px;
  }
  .ni-slider .slider__control[data-slide=next] {
    right: auto;
    left: calc(100% - 20px);
  }
  .ni-slider .slider__control[data-slide=next], 
  .ni-slider .slider__control[data-slide=prev]{
	top: -60px;
	width: 10px;
	display:none;
  }
  .ni-slider{
    margin-bottom: 20px;
  }
  #ni-section-our-technology{
    padding-top: 0px;
  }
  #customers-slider{
    margin-bottom: 20px;
	  overflow:hidden;
  }
  .ni-our-tech-block:first-child{
    margin-top: 50px;
  }
  .ni-our-tech-block{
    position: static;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    margin-bottom: 10px;
  }
  #ni-section-our-technology .ni-row-margin-35{
    margin-bottom: 0px;
  }
  .ni-our-tech-block:last-child{
    margin-bottom: 0px;
  }
  #ni-our-tech-line-1.ni-our-tech-line,
  #ni-our-tech-line-2.ni-our-tech-line,
  #ni-our-tech-line-3.ni-our-tech-line{
    width: 1px;
    height: 20px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 10px;
  }
  #ni-our-tech-line-1.ni-our-tech-line:after ,
  #ni-our-tech-line-2.ni-our-tech-line:after ,
  #ni-our-tech-line-3.ni-our-tech-line:after {
    border-width: 6px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    top: auto;
    bottom: 0px;
    left: -2px;
  }
  #ni-section-with-safari .ni-title{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #ni-section-with-safari .ni-title br{
    display: none;
  }
  #ni-section-with-safari-grid{
    display: block;
  }
  .ni-section-with-safari-grid-item-text{
    padding-right: 0px;
  }
  .ni-section-with-safari-grid-item-symbol{
    width: 80px;
  }
  #ni-section-with-safari{
    margin-bottom: 35px;
  }
  #ni-section-start-trial-gray{
    padding-bottom: 60px;
  }
  #ni-section-start-trial-gray .ni-title{
    margin-top: 60px;
  }
  .footer-flex{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
  }
  .footer-flex > div{
    width: 100%;
  }
  .site-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-commercial-link{
    padding: 0px 10px;
    text-align: center;
  }
  .header{
    height: 120px;
  }
  #page{
    padding-top: 80px;
  }
  .page-template-page-index-new #page{
    padding-top: 0px;
  }
	.elementor-page #page{
		padding-top: 0px;
	}
  .navbar-brand {
    margin-top: 6px !important;
  }
  .section-index-brands-flex{
    width: 100%;
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  #section-index-head .ni-title{
    margin-top: 40px;
  }
  #ni-know-all .ni-section-content{
    padding-top: 95px;
  }
  #ni-know-all .ni-title{
    margin-top: 90px;
  }
  #ni-how-we-can-help{
    padding-top: 90px;
  }
  #ni-section-with-safari .ni-title{
    margin-top: 130px;
  }
  .ni-section-with-safari-grid-item{
    margin-bottom: 10px;
  }
}
.ni-slider .slider__control[data-slide=next]{
  top: calc(50% - 31px);
}
#ni-section-with-safari-grid .ni-section-with-safari-grid-item:nth-child(5) .ni-section-with-safari-grid-item-symbol{
  transform: rotate(90deg);
  margin-top: 10px;
}
.navbar-brand > img{
  max-width: 157px;
}
#section-index-brands .ni-section ni-section-gray{
  background: #f3f2f3 !important;
}

@media screen and (min-width: 1024px){
  .page-template-page-full-terms .terms-and-conditions{
    padding-top: 4em;
  }
}

.page-template-page-full-terms .entry-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.page-template-page-full-terms .entry-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.page-template-page-full-terms .entry-content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.page-template-page-full-terms .entry-content li ol > li {
  margin: 0;
}

.page-template-page-full-terms .entry-content li ol > li:before {
  content: counters(item, ".") ". ";
}

@media screen and (min-width: 768px) and (max-width: 1299px){
  section{
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-index-head .row > .col-sm-6:last-child{
    max-width: 50% !important;
  }
  #ni-know-all .row > .col-sm-6:last-child{
    max-width: 50% !important;
  }
  #customers-slider .slider__wrapper {
    width: 100%;
  }
  .slider__item {
    flex: 0 0 50% !important;
    /*padding-right: 10px;*/
  }
  .footer-flex{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .container-fluid.ni-section-content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .collapse.navbar-collapse a{
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .ni-button{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px){
    .collapse.navbar-collapse a{
        font-size: 8px;
    }
}

.grecaptcha-badge{
    visibility: hidden;
}