body {
	margin:0 !important;
	margin-right: 0 !important;
}

p, h1, h2, h3, h4, h5, div, html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/*
21px - 15pt
17px - 13pt
*/
p {
    font-size: 13pt;
}
.input-group-text,
.form-control,
.btn {
    border-radius: 0;
}
.btn {
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    box-sizing: border-box;
}
.form-control {
    border: none;
}

a:visited,
a {
    color: #0678BB;

}

span.hidden-link:hover,
.section_footer ul.footer-links a:hover,
a:hover {
    text-decoration: none;
    color: rgba(6, 150, 224, 1);
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.2);
}

.container {
    /*border: 1px solid red;*/
}
.container.section-topnav {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.navbar {
    background-color: white;
    padding-right: 0;
}
.navbar .navbar-nav {
    display: flex;
    justify-content:space-between;
    width: 100%;
}
.navbar .nav-item {
}
.navbar .nav-link{
    font-size: 12pt;
    text-align: center;
}
.navbar .nav-link:hover {
    color: rgba(6, 150, 224, 1);
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.2);
}

.navbar-right .nav-item:last-child {
    padding-right: 0;
}
.navbar .nav-item.active .nav-link{
    color: #0678BB;
}
.navbar .nav-link {
    color: #4D5B69;
}
.navbar sup {
    color: #0678BB;
}
.navbar .nav-signup {
    border: 2px solid #1A7CD4;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
}
.navbar .nav-signup a{
    color: #1A7CD4;
}
.navbar .nav-signup a,
.navbar .nav-signup {
    background-color: #1A7CD4;
    color: white;
    border-radius: 5px;
}
.navbar .nav-signup:hover a,
.navbar .nav-signup:hover {
    background-color: #FFC000;
    color: black;
}


.wide {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-about.wide {
    padding-bottom: 0;
}
.section-about .btn {
    text-transform: uppercase;
    font-size: 11pt;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    border: 2px solid #FFC000;
    background-color: transparent;
    box-sizing: border-box;
    color: black;
    
    text-align: center;
    background-color: #FFC000;
    border: 0 solid #111111;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);    
}


.section-features h3 {
    text-align: center;
    font-size: 18pt;
}
.feature-item {
    min-height: 5em;
    padding-top: 25px;
    padding-bottom: 25px;
    page-break-inside: avoid;
    orphans: 5;
}
.feature-item  h4 {
    font-weight: bold;
    line-height: normal;
    font-size: 16pt;
    color: #4D5B69;
    margin-bottom: 1em;
}
.feature-item a {
    border-bottom: 1px dashed black;
}
.feature-item i {
    color: #247EE0;
    margin-right: 30px;
}
.feature-item .inner {
    max-width: 430px;
}
.feature-item .inner li,
.feature-item .inner p {
    font-size: 14pt;
    color: #000000;
}

.section_services {
    position: relative;
    min-height: 317px;
    background: #247EE0;
    overflow: hidden;
}
.section_services h2 {
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 1em;
}
.section_services p {
    font-style: normal;
    font-weight: normal;
    font-size: 13pt;
    line-height: 1.5em;
    min-height: 150px;
    text-align: justify;
}
.section_services .btn {
    text-transform: uppercase;
    padding-left: 2em;
    padding-right: 2em;
}
.section_services .btn-secondary{
    background-color: white;
    color:#247ee0;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.services-edu {
    background-color: #247ee0;
    color: white;
    min-height: 317px;
    z-index: 2;
}
.services-consulting {
    background-color: #164075;
    color: white;
    min-height: 317px;
    z-index: 2;
}
.services-rightbox {
    position: absolute;
    background-color: #164075;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}
.services-pulse-right {
    left: 0;
}
.section-contact .contact-separator,
.section_signup .contact-separator{
    background:#FFC000 /*F2C94C*/;
}
.contact-separator {
    background: white;/* #FFC000 /*F2C94C*/;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
}
hr.contact-separator-line {
    border-top: 2px solid black;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}
.contact-separator-block {
    position: relative;
    padding:0;
    margin-bottom: 2em;
    padding-bottom: 3em;
}
.contact-separator-title {
    position: absolute;
    margin: 0 auto;
    top: 0pt;
    text-align: center;
    width: 100%;
}

.section-contact h2 {
    font-weight: bold;
    background-color: white;
}

.section-contact {
    min-height: 498px;
    background:  #FFC000 /*#F2C94C*/;
    padding-bottom: 4em;
}
.section-contact h2 {
    background:  #FFC000 /*#F2C94C*/;
}
.contact-separator h3 {
    font-size: 15pt;/*21px*/
}


.contact-button,
.section-contact .btn {
    text-transform: uppercase;
    font-size: 13pt;
    padding-left: 5em;
    padding-right: 5em;
    font-weight: bold;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    border: 0px solid #111111;
    background-color: #1A7CD4 /*transparent*/;
    color: white;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.section-contact .btn:hover{
/*    border: 2px solid #4D5B69/*#1A7CD4*/;
/*    background-color: #4D5B69 /*#1A7CD4*/;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.section-contact .send-message a {
    color: #0678BB;
    /*border-bottom: 1px dashed #111111;*/
    text-decoration: none;
}
.section-contact .send-message{
    margin-top: 1em;
}
.section-contact .row.separator {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 0;
}
.section-contact .row.call-us h2,
.section-contact .row.call-us {
    font-size: 15pt;
}
.section-contact .call-us a {
    /*border-bottom: 1px dashed black;*/
}

.section-contact .contact-message {
    height: 6em;
}

.section-message {
    background-color: #FFC000;
    color: black;
    padding: 2em;
}
.section_signup_form .contact_info__body {
    margin-top: 30px;
    margin-left: 50px;
}
.section_signup_form  .contact_info__body .contact_info__item {
    display: -webkit-box;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    flex-direction: row;
    border-bottom: 1px solid rgba(169, 169, 169, .4);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.contact_info__item .contact__title {
    width: 40%;
    font-size: 24px;
    font-weight: 700;
    color: #2d4052;
    /*text-transform: uppercase;*/
    letter-spacing: .1em;
}
.contact_info__body .contact_info__item .contact__info .contact_info__wrapper > h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
/*    text-transform: uppercase;*/
    letter-spacing: .05em;
}
.section_title__body {
    margin-top: 1em;
}

.section_signup2 .form-group {
    margin-top: 1em;
}
.section_signup2 h4 {
    font-weight: normal;
    text-align: center;
    letter-spacing: 3.2pt;
    font-size: 13pt;
}
.section_signup2 a {
    color: #257EE1;
}
.section_signup2 .section_signup_form {
    padding:0;
    margin: 0;
    padding-bottom: 1em;
}
.section_signup2 .input-group>.input-group-prepend>.input-group-text,
.section_signup2 .input-group>.input-group-append>.input-group-text{
    font-weight: bold;
    background-color: transparent;
    border: 0;
    color: black;
    font-size: 110%;
}

.section_signup2 .splash {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.7;
    background-color: black;
}

.section_signup2 .splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    border-radius: 5px;
    background-color: white;
    margin-right: auto;
    font-weight: bold;
    font-size: 25pt;
    color: #636363;
    border: 1px solid grey;
}
.section_signup2 .inprogress {
    display: none;
}

.contact_info__body .contact_info__item .contact__info .contact_info__wrapper  a,
.contact_info__body .contact_info__item .contact__info .contact_info__wrapper > p {
    /*color: #606060;*/
    letter-spacing: .02em;
}
.section_signup_form  .contact_info__wrapper a  {
    border-bottom: 0;
}

.section-blog {
    min-height: 300px;
    background: #4D5B69;
}
.section-blog .header {
    padding-right: 0;
    padding-bottom: 30px;
}
.section-blog h2 {
    font-size: 14pt;
    color: white;
    font-weight: bold;
}
.section-blog a:visited,
.section-blog a {
    color: white;
    border-bottom: none;
}
.section-blog .blog-pulse {
    position: relative;
}
.section-blog .blog-pulse img {
    position: absolute;
    top: -10px;
}

.section-blog-date {
    color: #F2C94C;
    display:none;
}
.section-blog-title {
    padding-bottom: 0.5em;
}
.section-blog-title,
.section-blog-title a,
.section-blog-title a:visited
{
    color: #F2C94C;
    /*color: white;*/
}
.section-blog-title a:hover {
    color: #e0f5ff;
}

.section-intro {
    height: 384px;
    background: linear-gradient(180deg, #0076B3 0%, #2F80ED 100%);
    color: white;
    padding-top: 3rem;;
    padding-bottom: 3rem;;
}
.subpage .section-intro {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.subpage .section-intro h1 {
    margin-bottom: 0;
    font-size: 20pt;
}

.subpage footer {
    background: linear-gradient(180deg, #0076B3 0%, #2F80ED 100%);
    color: white;
}

.subpage .section_footer .copyright a,
.subpage .section_footer .footer-links a,
.subpage .section_footer a{
    color: white;
}
.subpage .section_footer .copyright a {
    border-color: white;
}
.section_footer .regnumber{
    /*margin-left: 2em;*/
    display: block;
}


.section-intro .img {
    padding:0;
}
.section-intro  p {
    font-size: 10pt;
}
.section-intro  h1 {
    font-size: 14pt;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}

.section-intro  h2 {
    font-size: 20pt;
    color: white;
    font-weight: bold;
}
.section-intro  h3 {
    font-size: 20pt;
    color: #f2c94c;
    font-weight: bold;
}
.section-intro .signup {
    margin-top: 2em;
    margin-bottom: 2.5em;
    white-space: nowrap;
}

.section-intro .btn-signup{
    padding: 1em;
    background: #FFFFFF;
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);*/
	border: 1px solid #6d6d6d;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
        
    color: #1F7DDA;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    font-size: 13pt;
    text-align: center;
    letter-spacing: 0.1em;
}
@media (min-width: 800px) {
    .section-intro .btn-signup {
        min-width: 200px; /* in grid width logo */
    }
}

.img-bordered-screenshot,
.section-intro .img img {
    max-width:100%;
    position: absolute;
    width: 574px;
    height: 279px;


    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
    border: 3px solid #FFC000;

}


.section-menu a{
    border-bottom: none;
}
.section-menu {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background: #164075;
    color: white;
}
.section-menu .nav-link {
    color: white;
    /*text-align: left;*/
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 11pt;

    padding-left:0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;

    /*margin-right: 2em;*/
}
.section-menu .nav-link:last-child {
    margin-right: 0;
}
.section-menu .nav-link.active {
    color: #14B9D6;
    color: #F2C94C;
}
.section-menu .nav {
    display: flex;
    justify-content:space-between;
}
.section-menu .container {
    padding-right: 0;
}

.section-menu .nav-item {
    /*text-align: center;*/
    justify-content: space-between;
}
.section-menu .nav-item .dropdown {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.section-menu .nav-item:first-child {
    /*text-align: left;*/
}
.section-menu .nav-item:last-child .nav-link{
    /*text-align: right;*/
    padding-right: 0;

}

.section-video {
    padding-top: 0;
}
.section-video .video {
    width: 1168px;
    height: 567px;
    height: auto;

    box-sizing: border-box;
    /*background-color: rgba(179, 179, 179, 0.31);*/
    padding:0;
}
.section-video .video .item img {
    border: 1px solid #4D5B69;
}

.section-video .video img {
    width: 100%;
    height: 100%;
}

.section-signup.wide {
    padding-top: 0;
}

.section-signup .btn {
    text-transform: uppercase;
    padding-left: 3em;
    padding-right: 3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    word-spacing: inherit;
/*    border: 1px solid #111111;*/
/*    background-color: transparent;*/
    box-sizing: border-box;
     color: #111111;
    background-color: #FFC000 /*#ffc102*/;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.section-signup .btn1:hover{
    border: 1px solid #1A7CD4 /*#4D5B69 #1A7CD4*/;
    background-color: #1A7CD4 /*#4D5B69 #1A7CD4*/;
    color: white;
}
.section-signup .btn:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.social {
    margin-top: -5px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
    margin-top: 0px;
}
.social li a:visited,
.social li a {
	display: block;
    width: 30px;
	height: 30px;
	line-height: 30px;
	color: #4D5B69;
	border-radius: 50%;
	background: #fff;
	border: solid 1px white;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
    padding-top: 0%;
}
.social li a:hover {
	color: #fff;
	background: #4D5B69;
}

.section_footer ul.footer-links {
    text-align: right;
}
.section_footer ul.footer-links li{
    display: inline;
    padding-left: 1em;
    padding-right: 2em;
}
.section_footer ul.footer-links li:last-child{
    padding-right: 0;
}
.section_footer ul.footer-links a{
    color: #4D5B69;
    border-bottom: none;
}
.section_footer .copyright a{
    color: #111111;
    /*border-bottom: 1px dashed black;*/
}
.section_footer .footer-links-block {
    order: 0;
}

.section_signup_form {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

.section_signup_form .btn {
    text-transform: uppercase;
    padding-left: 3em;
    padding-right: 3em;
    font-weight: bold;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    border: 2px solid #111111;
    box-sizing: border-box;
    color: #111111;
    background-color: transparent;
    width: 100%;
}
.section_signup_form .btn:hover {
    border: 2px solid #4D5B69/*#1A7CD4*/;
    background-color: #4D5B69 /*#1A7CD4*/;
    color: white;
}

.section_signup_form h2 {
    margin-bottom: 1em;
    font-size: 17pt;
}
.section_signup_form .help-block{
    font-size: 11pt;
    margin-top: 1em;
}
.section_signup2 {
    padding-top: 2em;
    background-color:#FFC000 /*#F2C94C*/;
    color: black;
    padding-right: 2em;
    padding-bottom: 2em;
    min-height: 500px;
}
.section_signup2 .validation-message,
.section_signup_form .validation-message {
    height: 1em;
    display: block;
    padding-bottom: 1em;
    font-size: 11pt;
    color: red;
}
.section_signup_form a{
  /*  border-bottom: 1px dashed #111111;*/
}


.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
    display: none;
    color:  #111111;
}
.scrollToTop:hover{
	color: #3eb0f7;
}


@media (min-width: 360px){
    .visible-md {
        display: inline;
    }
    .hidden-md {
        display: none;
    }
    .visible-sm {
        display: none;
    }
    .hidden-sm {
        display: inline;
    }
}
@media (max-width: 800px){
    .visible-sm {
        display: inline !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-md {
        display: none !important;
    }
    .hidden-md {
        display: inline !important;
    }

    .section-video .video img,
    .section-video .video {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }


    .section-intro {
        height: 420px;
    }
    .section-intro .img  {
        display: none;
    }
    .feature-item > i {
        font-size:  2em;
        margin: 0.5em;
        float: left;
    }
    .feature-item .inner {
        max-width: 720px;
        /*margin-left: 40px;*/
        margin-left: 0;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .section-menu .nav-link.prices {
        text-align: left;
    }
    .nav-fill .nav-item {
        text-align: left;
    }
    .section-blog .blog-pulse img {
        display: none;
    }
    .section-blog-entry {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .section-blog .header {
        padding-bottom: 1em;
    }

    .section-blog .blog-link {

    }
    .section-about p{
        text-align: left;
    }


    .section-contact .btn:hover,
    .section-contact .btn,
    .section-signup .btn:hover,
    .section-signup .btn {
        padding-left: 1em;
        padding-right: 1em;
        letter-spacing: 1px;
        word-spacing: normal;
        border-width: 1px;
        font-size: 10pt;
    }
    .services-rightbox {
        display: none;
    }
    .services-pulse-right {
        left:15px;
    }

    .section-blog .row {
        display: flex;
    }
    .section-blog .blog-link {
        order: 5;
        padding-top: 2em;
        text-align: right;
    }
    .section-blog .social-links {
        order: 6;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .section-blog.wide{
        padding-bottom: 0;
    }
    .section_footer ul.footer-links {
        text-align: left;
        padding-left: 0;
    }
    .section_footer ul.footer-links li{
        padding-left: 0;
    }
    .section_footer .footer-links-block {
        order: 0;
    }
    .section-menu .nav-link{
        font-size: 13pt;
        padding:0.3em;
    }
    .section-menu .nav{
        padding-right: 15px;
    }
    .section_signup_form {
        padding: 0;
    }
    .section_signup_form  .section_title__body {
        padding-left: 1em;
    }
    .section_signup_form .container {
        padding:0;
    }
    .section_signup_form .section-message {
        padding-left: 1em;
        padding-right: 1em;
    }
    .section_signup_form .btn {
        font-size: 13pt;
        padding-left: 1em;
        padding-right: 2em;
    }
    .section_signup_form .contact_info__body {
        margin-left: 1em;
    }
    .contact_info__item .contact__title {
        margin-right: 1em;
    }
    .navbar-right .nav-item:last-child {
        padding-right: 2em;
    }
}

#index__company header,
#index__consulting header {
    position: relative;
}

#index__company header .background-image:before,
#index__consulting header .background-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(90, 139, 172, .2);
    background: linear-gradient(180deg, #0076B3 0%, #2F80ED 100%);
    opacity: 0.8;
}

#index__company header .section-intro,
#index__consulting header .section-intro {
    position: absolute;
    top:0;
    width:100%;
    background:transparent;
}
#index__company header .background-image,
#index__consulting header .background-image {
    background-image: url('../img/consulting/header-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
    height: 250px;
}

.section__clients .partner__img,
.section__partners .partner__img {
    width: 160px;
    height: auto;
    margin: 30px auto;
}
.section__clients .partner__img img,
.section__partners .partner__img img {
    width:100%;
}


.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid white;
    max-width: 100%;
    max-height: 300px;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
.list-inline li {
    display: inline;
    padding-left:0.5em;
    padding-right:0.5em;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}

@media (min-width: 768px) {
    .col-sm-push-6 {
        left: 50%;
    }
}
@media (min-width: 768px) {
    .col-sm-pull-6 {
        right: 50%;
    }
}

#index__company .row_centered {
    display: -webkit-box;
    display: flex;
    padding-bottom: 100px;
    margin-top: 20px;
    -webkit-box-align: center;
    align-items: center;
}

h2.about__title {
  padding-bottom: 2em;
}
.consulting_team {
    margin-bottom: 2em;
}
.print-only {
    display:none;
}
@media print {
    .print-only {
	display:initial;
    }
    .section_footer ul.footer-links li.print-hide,
    .print-hide {
	display:none;
    }
    .section__clients,
    .section-clients,
    .section-contact,
    .section-blog
    {
	display:none;
    }
    a, a:visited {
     text-decoration: none;
    }
}
.btn-signup > span {
    font-size: 8pt;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal;
    margin-top: 0.3em;
    word-spacing: 0;
}



.section-intro .btn-signup.btn-signup-ask {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16pt;
    background-color: #FFC000;
    color: black;
}
.section-intro .btn-signup.btn-signup-do {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16pt;
}


.section-intro .signup-new {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}
.section-intro .signup-new > .btn-signup {
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}
.section-intro .signup-new > .btn-signup-do {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.section-intro .signup-new > .btn-signup{
    padding: 0.5em;
    font-size: 14pt;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 5px;
}

@media (max-width: 600px){
    .section-intro .signup-new {
        flex-wrap: wrap;
        row-gap: 2em;
    }
    .section-intro {
        height: 33rem;
    }
    .contact-separator{
        font-size: 18pt;
    }
}

.section-about .section-about_highlight {
    background-color:#f2f2f2 /* #FFC000 #ffc102*/;
    color: #272727;
    padding: 2em;
/*    border: 1px solid #868686;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    */
}
.section__clients .partner__img img.img-compress,
.section__partners .partner__img img.img-compress {
	height:70px; width:auto;    margin-left: auto;  margin-right: auto;
}


.section-intro h1 {
	font-weight: bold;
	font-size: 20pt;
}
.section-intro h1 > span {
	color: #f2c94c;
	display:block;
}

.section-intro h2, .section-intro h3 {
	font-size: 14pt;
	font-weight: normal;
    display: inline;
}
img.img-border{
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
    border: 3px solid #FFC000;
}
.owl-item .item div {
	text-align: center;
}
.feature-item ol>li,
.feature-item ul>li {
    padding-bottom: 1em;
}
.feature-item ul,
.feature-item ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 1em;
}
.feature-item ul li,
.feature-item ol li {
    counter-increment: my-awesome-counter;
    position: relative;
}
.feature-item ul li::before,
.feature-item ol li::before {
    content: counter(my-awesome-counter) "";
    color: #247EE0;
    position: absolute;
    font-weight: bold;
    left: -1em;
    font-size: 150%;
    margin-top: -0.2em;}

.feature-item ul li::before {
    content: "";
    border-radius: 50%;
    color: #247EE0;
    position: absolute;
    font-weight: bold;
    left: -16pt;
    font-size: 150%;
    width: 0;
    height: 0;
    margin-top: 6pt;
    padding: 3pt;
    background-color: #247EE0;
}
.feature-item_text {
    padding-top:5em;
}
.feature-item_text h3{
    font-size: 27pt;
    font-weight: 500;
    margin-bottom: 1em;
    font-family: 'Roboto',Arial,sans-serif;
}
.feature-item_text >div {

    font-size: 16pt;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.55;
}

.service-line {
    /*margin-top: 2em;*/
    padding-top: 2em;
    padding-bottom: 2em;
}
.service-line:nth-child(1){
    background-color: #4da2ff;
    color: white;
}
.service-line:nth-child(2){
    background-color: #247ee0;
    color: white;
}
.service-line:nth-child(3){
    background-color: #1663a7;
    color: white;
}
.service-line:nth-child(4){
    background-color: #00264f;
    color: white;
}
.service-line:nth-child(4) a,
.service-line:nth-child(4) a:visited{
    color: #86d2ff;
}


.section-comparision .table-bordered td, .table-bordered th {
    border: 1px solid #1663a7;
}

.section-comparision th:first-child,
.section-comparision td:first-child {
    text-align: left;
    width:50%;
}
.section-comparision th,
.section-comparision td {
    text-align: center;
    width: 10em ;
}
.section-comparision .feature_none{
    color: red;
}
.section-comparision .feature_yes{
    color: #017bff;
}
.section-comparision td.feature_yes {
    background-color: #b5dcff;
}

.section-comparision thead th{
    background-color: #1663a7;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid #1663a7;
}
.section-comparision thead th:last-child {
    border-right: 1px solid #1663a7;
}


.integration-logos img {
    margin-left: 10pt;
    height: 35px;
    padding: 3px;
    background-color: white;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.integration-logos img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


.section__clients img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.section__clients img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.section__clients .partner__img, .section__partners .partner__img {
    text-align: center;
    vertical-align: middle;
    height: 60px;
}
.section__clients .partner__img img, .section__partners .partner__img img {
    display: inline-block;
    object-fit: scale-down;
    width: 80%;
    vertical-align: middle;
    max-height: 60pt;
}
.partner__img_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.integration-logos img {
    margin-left: 3pt;
    height: 30px;
    background-color: transparent;
}
.section__clients {
    margin-bottom: -40pt;
}


.section-intro .integration-logos img {
    height: 19pt;
    padding: 3px;
    background-color: transparent;
    margin-left: 0;
}
#ask-modal .form-control {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#ask-request {
    padding:1em; border:none;
    color: #111111;
    background-color: #FFC000 /*#ffc102*/;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.section-about_highlight li {
    padding-bottom: 0.5em;
}

#about-resolver {
    background: #f4f7f9;
    margin-top: 3em;
    padding-top: 4em;
    padding-bottom: 4em;
}
#about-resolver .about_resolver_inner {
    height: 15em;
    background: white;
    /* margin: 1em; */
    /* border: 1px solid black; */
    padding: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
    margin-bottom: 1em;
}
#about-resolver .about_resolver_inner p{
    font-size: 1.25rem;
}
#about-resolver h3 {
    font-size: 150%;
    padding-bottom: 1em;
}

#about .about_text em
{
    background-color: #FFC000;
    color: black;
    font-style: normal;
}


.presentation-cover {
    width: 540px; height: 260px;border: 1px solid black;
    /* position: absolute; */
    position: relative;
    background-color: #1a4566;
    color: white;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.45);
}
@media (max-width:600px) {
	.presentation-cover {
    	width:100%
	}    
    .price-block {
        margin-bottom: 1em;
    }
    .book-cover {
        margin-bottom: 1em;
    }
    .contact-button, .section-contact .btn {
	    padding-left: 0;
    	padding-right: 0;
    }
}

@media (max-width: 360px) {
    .presentation-cover {
        transform: scale(0.6);
        transform-origin: left;
    }
    .btn-get-presentation {
        margin-left: 1em;
        padding: 0.7em;
    }
    .regnumber {
        margin-top:0.5em;
        margin-bottom:0.5em;
    }
    .price-block {
        margin-bottom: 1em;
    }
    .contact-button, .section-contact .btn {
	    padding-left: 0;
    	padding-right: 0;
    }
}
@media (max-width: 800px) {
    .btn-get-presentation {
        margin-left: 1em;
        padding: 0.7em;
    }
}

.image-svg-pulse-line1 {
 width:300px;
 height:50px;
}

.image-svg-pulse-line2 {
	height: 50px;
}
.image-svg-arrow{
    width: 35px;
    height: 8pt;
}
@media (max-width: 800px){
	.image-svg-pulse-line-s2s.hidden-md  {
		display: inline-block !important;
	}
}

/*===*/
:root {
	--image-svg-pulse-line-s2s: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%20424.57%2080%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate%28-.43008%20-120.44%29%22%3E%3Cpath%20d%3D%22m0.43008%20159.36h12.504l3.0304%2039.707s4.2364-63.383%206.0607-79.415l2.9295%2038.623%20400.04%201.7194%22%20color%3D%22%23000000%22%20color-rendering%3D%22auto%22%20fill%3D%22none%22%20image-rendering%3D%22auto%22%20shape-rendering%3D%22auto%22%20solid-color%3D%22%23000000%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-opacity%3D%22.99087%22%20stroke-width%3D%22.58552%22%20style%3D%22isolation%3Aauto%3Bmix-blend-mode%3Anormal%3Btext-decoration-color%3A%23000000%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-indent%3A0%3Btext-transform%3Anone%3Bwhite-space%3Anormal%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.image-svg-pulse-line-s2s {
	background-image: var(--image-svg-pulse-line-s2s);
	display: inline-block;
	background-repeat: no-repeat;
}

:root {
	--image-svg-pulse-line1: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%20350%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate%280%2C-17%29%22%3E%3Cpath%20d%3D%22m0.018567%2041.561h185.29l12.292%2024.731%2024.557-49.408%2012.265%2024.677h116%22%20color%3D%22%23000000%22%20color-rendering%3D%22auto%22%20fill%3D%22none%22%20image-rendering%3D%22auto%22%20solid-color%3D%22%23000000%22%20stroke%3D%22%2381d4ff%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.image-svg-pulse-line1 {
	background-image: var(--image-svg-pulse-line1);
	display: inline-block;
	background-repeat: no-repeat;
}

:root {
	--image-svg-pulse-line2: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%20500%2040%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate%28-.43008%20-160.44%29%22%3E%3Cpath%20d%3D%22m1.2434%20179.46h109.09l6.5655%2019.697s9.1785-31.441%2013.131-39.393l6.347%2019.159h364%22%20color%3D%22%23000000%22%20fill%3D%22none%22%20image-rendering%3D%22auto%22%20shape-rendering%3D%22auto%22%20solid-color%3D%22%23000000%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.607%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.image-svg-pulse-line2 {
	background-image: var(--image-svg-pulse-line2);
	display: inline-block;
	background-repeat: no-repeat;
}

:root {
	--image-svg-arrow: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2035%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22Arrow%22%20transform%3D%22translate%280%204.0596%29%22%3E%3Cpath%20d%3D%22m34.354%200.35355c0.1952-0.19526%200.1952-0.51184%200-0.70711l-3.182-3.182c-0.1953-0.19527-0.5119-0.19527-0.7071%200-0.1953%200.19526-0.1953%200.51184%200%200.7071l2.8284%202.8284-2.8284%202.8284c-0.1953%200.19526-0.1953%200.51184%200%200.7071%200.1952%200.19527%200.5118%200.19527%200.7071%200l3.182-3.182zm-34.354%200.14645h34v-1h-34z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.image-svg-arrow {
	background-image: var(--image-svg-arrow);
	display: inline-block;
	background-repeat: no-repeat;
}

span.hidden-link {
    cursor: pointer;
}

.footer-links h4,
.section_footer .footer-links-block > span{
    padding-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 3pt;
    display: block;
    /*color: #737373;*/
    font-weight: 600;
}
.footer-links h4 {
    font-size: 12pt;
    padding-top: 2em;
}
.section_footer ul.footer-links > li {
    display: block;
    padding-left: 0;
}
.section_footer ul.footer-links {
    text-align: left;
    padding-left: 0;
}
.section_footer hr {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
.section_footer .copyright a.footer-logo {
    border-bottom: none;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: none;
}


#section-article {
    margin-top: 4em;
    margin-bottom: 4em;
}
#section-article li {
    font-size:14pt;
    padding-top:0.5em;
}
#section-article p {
    padding-top:1em;
    font-size:14pt
}
#section-article p{
    text-align: justify;
}
#section-article h2 {
    padding-top:1em;
    padding-bottom:1em;
    width: 100%;
    font-size: 24pt;
}
#section-article h3 {
    font-size: 16pt;
    display:block;
    padding-top: 2em;
    padding-bottom: 1em;
    font-weight: bold;
    width: 100%;
}
#section-article h4 {
    font-size: 14pt;
    width: 100%;
}
#section-article img[style*="float:right"] {
    margin-left: 4em !important;
    margin-bottom: 2em !important;
    margin-top: 6pt !important;
}
#section-article img[style*="float:left"] {
    margin-right: 4em !important;
    margin-bottom: 2em !important;
    margin-top: 6pt !important;
}
#section-article img[style*="display:table"] {
    max-width: 100%;
}
#section-article img {
    -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.7);
    -moz-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.7);
    box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.7);
}
#section-article p > img.media-right {
    float:right;
    margin-left: 2em;
    margin-bottom: 1em;
}
#section-article p > img.media-left {
    float:left;
    margin-right: 2em;
    margin-bottom: 1em;
}
#section-article p:has(img.media-right),
#section-article p:has(img[style*="float:right"]) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
#section-article p:has(img[style*="float:left"]) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
#section-article p:has(img) > img {
    height: fit-content;
}
@media screen and (max-width: 1024px){
    #section-article h2 {
        font-size: 20pt;
        font-weight: bold;
    }
    .section-blog .row {
        row-gap: 0.5em;
    }
    .section-blog-entry {
        margin-top: 0;
        margin-bottom: 0;
    }
    #section-article h2,
    h3, p {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    #section-article p:has(img.media-right),
    #section-article p:has(img.media-left),
    #section-article p:has(img[style*="float:left"]),
    #section-article p:has(img[style*="float:right"]){
        display: block;
        width: 100%;
    }
    #section-article p:has(img) > img.media-right,
    #section-article p:has(img) > img.media-left,
    #section-article p:has(img) > img[style*="float:left"],
    #section-article p:has(img) > img[style*="float:right"] {
        margin-left:0 !important;
        margin-right:0 !important;
        float: none !important;
        width: 100%;
    }
}