body {
    font-family: 'Open Sans', sans-serif;
}

.content {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section {
    padding: 30px 0;
}

.bg-grey {
    background-color: #c7c7cc;
}

.bg-black {
    background-color: #393f43;
}

.btn:not(.scroll-top-btn) {
    padding: 10px 30px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 11px;
    border: none;
    border-radius: 20px;
}

.btn-white {
    border: 2px solid #334780 !important;
    background-color: #fff !important;
    color: #334780 !important;
}

.btn-white:hover {
    border-color: #334780 !important;
    background-color: #334780 !important;
    color: #fff !important;
}

.section-heading {
    /*font-size: 30px;*/
    line-height: 64px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 60px;
}

.section-heading:after {
    display: block;
    width: 9%;
    border-bottom: 1px solid #babac7;
    margin: 20px 45%;
    content: "";
}

.section-heading.white:after {
    display: block;
    width: 9%;
    border-bottom: 1px solid #ffffff;
    margin: 20px 45%;
    content: "";
}

.white {
    color: white;
}

p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 330px;
    overflow: hidden;
}

.table-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
}

.table-container-header {
    overflow: hidden;
    width: 100%;
}

.table-container-body {
    height: 334px;
    overflow: auto;
    width: 100%;
}

.table-container-footer {
    overflow: hidden;
    width: 100%;
}

.table-container table {
    margin-bottom: 0px;
    table-layout: fixed;
}

.table-container table td,
.table-container table th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-bordered {
    border: 0px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border-top-width: 2px;
}

.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border-bottom-width: 0px;
}

/*Left*/
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
    border-left-width: 0px;
}

/*Right*/
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
    border-right-width: 0px;
}

/*Top*/
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td {
    border-top-width: 0px;
}

/*Bottom*/
.table-bordered > tfoot > tr:last-child > th,
.table-bordered > tfoot > tr:last-child > td {
    border-bottom-width: 0px;
}

.table-no-border th {
    border: 0 !important;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*MAIN PAGE*/

/*Header*/
header {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.logo {
    margin-bottom: 5px;
}

.link-us {
    background-color: #fff;
    position: sticky;
}

.link-us .container {
    position: relative;
    z-index: 55;
    top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #334780;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #8c9ac2;
}

.header-phones {
    color: white;
}

.mg-left-25 {
    margin-left: 25px;
}

.main-slider {
    position: relative;
    top: 0;
}

.slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../assets/images/pattern-2.png) repeat top left;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-slider {
    width: 100%;
}

.main-slider img {
    width: 100%;
}

.main-slider .slick-arrow.slick-next {
    right: 5px;
}

.main-slider .slick-arrow.slick-prev {
    z-index: 100;
    left: 5px;
}

.scroll-top-btn {
    background-color: #212529;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none !important;
    transition: all 0.5s;
}

.scroll-top-btn:hover {
    color: #fff;
    background-color: #4f5b63;
    border-color: #4f5b63;
}

.scroll-top-btn:active {
    color: #fff;
    background-color: #4f5b63 !important;
    border-color: #4f5b63 !important;
}

.show {
    display: block !important;
}

/*1s service section*/

.one-s-service-column {
    padding-top: 50px;
}

.one-s-service-slider {
    position: absolute;
    top: 23px;
    left: 23px;
    right: 23px;
}

.more-details {
    cursor: pointer;
    color: #334780;
}

.more-details:hover {
    color: #0e65ff;
}
.one-s-slider-monitor {
    border: none;
    vertical-align: middle;
    z-index: 99;
}

.one-s-service-slider.captions {
    position: relative;
}

.one-s-service-slider img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
    z-index: 15;
}

.one-s-service-slider-dots {
    /*margin-left: -600px;*/
    /*top: 4px;*/
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 555;
}

.one-s-service-slider-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .8;
    color: #8c9ac2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.one-s-service-slider-dots li.slick-active button:before {
    color: #334780;
}

.one-s-service-slider.images .one-s-service-slider-dots {
    display: none!important;
}

.one-s-service-slider.images .slick-list.draggable {
    height: 287px;
    overflow: hidden;
}

/*Services section*/
.service-heading {
    margin-bottom: 10px;
}

.service-heading h3 {
    color: #334780;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-heading h3:after {
    display: block;
    width: 13%;
    border-bottom: 1px solid #babac7;
    margin: 20px 0;
    content: "";
}

.one-s-service-column p {
    color: #5e6e9c;
}

.service-icon {
    position: relative;
    height: 30px;
    fill: #ffffff;
    color: #334780;
    font-size: 50px;
}

.service-icon-background {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    /*background-color: #212529;*/
    text-align: center;
}

.service-column {
    margin-bottom: 30px;
}

.service-column ul {
    margin-bottom: 0;
}

.collapse-list-toggle {
    color: #212529;
    /*color: dodgerblue;*/
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
}

.collapse-list-toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}

.collapse-list-toggle i {
    color: #5e6e9c;
    font-weight: 400;
    transition: all 0.5s;
}

.collapse-list-toggle.collapsed i {
    transform: rotate(180deg);
}

/*p.collapse-list-toggle.collapsed:before {*/
/*    content: "Більше";*/
/*}*/

/*p.collapse-list-toggle:before {*/
/*    content: "Меньше";*/
/*}*/

/*Portfolio section*/

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item img {
    width: 100%;
    height: auto;
}

.portfolio-item .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: 15px;
    background-color: #5e6e9c;
    opacity: 0.8;
    overflow: hidden;
    width: calc(100% - 30px);
    height: 0;
    transition: .5s ease;
}

.portfolio-item:hover .overlay {
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.portfolio-item .text {
    color: white;
    font-size: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.portfolio-item .text a {
    color: white;
    font-size: 13px;
    opacity: 1;
}

.portfolio-item .text .mockup_toggle {
    color: white;
    font-size: 13px;
    opacity: 1;
}

.portfolio-item .text .mockup_toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}

#portfolioTabs {
    text-align: center;
    width: 100%
}

#portfolioTabs .nav-item {
    margin-right: 20px;
    display: inline-block;
    width: calc(138px + 3%);
    vertical-align: bottom;
    text-align: center;
    position: relative;
}

#portfolioTabs .nav-link {
    color: white;
    padding: 30px 2px;;
    border: #5e6e9c 3px solid;
    border-radius: 10px!important;
    transition: all 0.5s;
}

#portfolioTabs .nav-link.active {
    color: #334780;
    font-weight: 600;
}

#portfolioTabs .nav-link.active {
    transform: translateY(-15px);
}

#portfolioTabs .nav-link:hover {
    color: #0e65ff;
}

#portfolioTabs .nav-link i {
    font-size: 40px;
    margin-bottom: 10px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

/*Our strategy section*/
.horizontal-process-builder {
    position: relative;
    margin-bottom: 70px;
    list-style: none;
    text-align: center;
    padding: 0;
}

.horizontal-process-builder:before {
    position: absolute;
    z-index: 1;
    top: 103px;
    left: 125px;
    display: block;
    width: 75%;
    border-top: 2px solid #334780;
    content: "";
}

.horizontal-process-builder li {
    float: left;
    width: 25%;
}

.horizontal-process-builder li h6 {
    letter-spacing: 2px;
}

.horizontal-process-builder li i {
    position: relative;
    z-index: 2;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #232323;
    border-radius: 50%;
    margin: 30px auto;
    background-color: #334780;
    background-clip: padding-box;
    color: #fff;
    font-size: 32px;
    line-height: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.horizontal-process-builder li:hover i {
    background-color: #fff;
    color: #334780;
    border: 2px solid #334780;
}

.horizontal-process-builder.four-items li {
    width: 25%;
}

.horizontal-process-builder.five-items li {
    width: 20%;
}

.process-description {
    padding: 0 15px;
}

.horizontal-process-builder:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

@media (max-width: 767px) {
    .horizontal-process-builder li {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .horizontal-process-builder:before {
        content: none;
    }

    .horizontal-process-builder.four-items li {
        width: 100%;
    }

    .horizontal-process-builder.five-items li {
        width: 100%;
    }
}

.vertical-process-builder {
    position: relative;
    margin-bottom: 40px;
    list-style: none;
}

.vertical-process-builder:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 26px;
    display: block;
    height: 85%;
    border-left: 1px solid #e1e1e1;
    content: "";
}

.vertical-process-builder li {
    margin-bottom: 70px;
}

.vertical-process-builder li i,
.vertical-process-builder li h1 {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin-left: -10px;
    outline: 10px solid #fff;
    background-color: #fff;
    background-clip: padding-box;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    -webkit-transition: backgroud-color 0.3s;
    transition: backgroud-color 0.3s;
}

.vertical-process-builder .process-description {
    margin-left: 100px;
}

.vertical-process-builder li:hover i,
.vertical-process-builder li:hover h1 {
    background-color: #f3f3f3;
}

@media (max-width: 767px) {
    .vertical-process-builder li i,
    .vertical-process-builder li h1 {
        margin-left: 0;
    }

    .vertical-process-builder:before {
        left: 36px;
    }
}

/*FOOTER*/
.footer-1 {
    padding-bottom: 40px;
}

/*Contact links section*/
footer {
    background-color: #5e6e9c;
    padding-top: 60px;
    color: white;
}

.socials a {
    color: white!important;
    font-size: 25px;
    margin-right: 10px;
}

.socials a:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.2s;
}

footer h2 {
    font-size: 25px;
    font-weight: 600;
}

footer h2:after {
    display: block;
    width: 39%;
    border-bottom: 1px solid #fff;
    margin: 20px 0;
    content: "";
}

footer h4 {
    font-size: 20px;
    font-weight: 600;
}

/*footer h4:after {*/
/*    display: block;*/
/*    width: 15%;*/
/*    border-bottom: 1px solid #212529;*/
/*    margin: 5px 42%;*/
/*    content: "";*/
/*}*/

.footer-contacts {
    padding-bottom: 50px;
}

.footer-form {
    position: relative;
    border: solid #f8f9fa 2px;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}

.footer-form .form-group {
    text-align: left;
}

.footer-form .header {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 17px 10px;
    z-index: 55;
    background-color: white;
    color: #393f43;
}

.footer-form button {
    margin-top: 20px;
}

/*Footer 2 section*/

.footer-2 {
    background-color: #334780;
    padding: 20px 0;
}

/*Modals*/

footer .modal-content {
    background-color: #212529;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 55px;
    z-index: 99999;
}

.modal .modal-content {
    max-height: 100%;
}

#presentationModal .modal-body img {
    margin-bottom: 5px;
}
